David Price

Got MPRG Gas Sale table working

...@@ -850,10 +850,10 @@ mpr-tables:GasSales ...@@ -850,10 +850,10 @@ mpr-tables:GasSales
850 sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; 850 sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ;
851 sp:predicate rdf:type ; 851 sp:predicate rdf:type ;
852 sp:subject 852 sp:subject
853 - [ sp:varName "productionReport"^^xsd:string 853 + [ sp:varName "report"^^xsd:string
854 ] 854 ]
855 ] [ sp:object 855 ] [ sp:object
856 - [ sp:varName "productionReport"^^xsd:string 856 + [ sp:varName "report"^^xsd:string
857 ] ; 857 ] ;
858 sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; 858 sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
859 sp:subject 859 sp:subject
...@@ -943,273 +943,292 @@ mpr-tables:GasSales ...@@ -943,273 +943,292 @@ mpr-tables:GasSales
943 sp:subject 943 sp:subject
944 [ sp:varName "productFlowMonth"^^xsd:string 944 [ sp:varName "productFlowMonth"^^xsd:string
945 ] 945 ]
946 - ] [ sp:object
947 - [ sp:varName "materialThatFlows"^^xsd:string
948 - ] ;
949 - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
950 - sp:subject
951 - [ sp:varName "spatialPartOfMaterialThatFlows"^^xsd:string
952 - ]
953 - ] [ sp:object
954 - [ sp:varName "spatialPartOfMaterialThatFlows"^^xsd:string
955 - ] ;
956 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
957 - sp:subject
958 - [ sp:varName "totalMaterialThatFlows"^^xsd:string
959 - ]
960 - ] [ sp:object
961 - [ sp:varName "sellerEnergyQuantity"^^xsd:string
962 - ] ;
963 - sp:predicate rdf:type ;
964 - sp:subject
965 - [ sp:varName "totalMaterialThatFlows"^^xsd:string
966 - ]
967 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Work> ;
968 - sp:predicate rdf:type ;
969 - sp:subject
970 - [ sp:varName "sellerEnergyQuantity"^^xsd:string
971 - ]
972 - ] [ rdf:type sp:Bind ;
973 - sp:expression
974 - [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
975 - sp:arg1 [ sp:varName "sellerEnergyQuantity"^^xsd:string
976 - ]
977 - ] ;
978 - sp:variable
979 - [ sp:varName "sellerEnergyValue"^^xsd:string
980 - ]
981 - ] [ sp:object
982 - [ sp:varName "totalMaterialThatFlows"^^xsd:string
983 - ] ;
984 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
985 - sp:subject
986 - [ sp:varName "volumeOfTotalMaterial"^^xsd:string
987 - ]
988 - ] [ sp:object
989 - [ sp:varName "sellerVolumeQuantity"^^xsd:string
990 - ] ;
991 - sp:predicate rdf:type ;
992 - sp:subject
993 - [ sp:varName "volumeOfTotalMaterial"^^xsd:string
994 - ]
995 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
996 - sp:predicate rdf:type ;
997 - sp:subject
998 - [ sp:varName "sellerVolumeQuantity"^^xsd:string
999 - ]
1000 - ] [ rdf:type sp:Bind ;
1001 - sp:expression
1002 - [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
1003 - sp:arg1 [ sp:varName "sellerVolumeQuantity"^^xsd:string
1004 - ]
1005 - ] ;
1006 - sp:variable
1007 - [ sp:varName "sellerVolumeValue"^^xsd:string
1008 - ]
1009 - ] [ sp:object
1010 - [ sp:varName "totalMaterialThatFlows"^^xsd:string
1011 - ] ;
1012 - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
1013 - sp:subject
1014 - [ sp:varName "salesActivityMovedProduct"^^xsd:string
1015 - ]
1016 - ] [ sp:object
1017 - [ sp:varName "ownerPart"^^xsd:string
1018 - ] ;
1019 - sp:predicate <http://www.reportinghub.no/ep/schema/organization#owner> ;
1020 - sp:subject
1021 - [ sp:varName "salesActivityMovedProduct"^^xsd:string
1022 - ]
1023 - ] [ sp:object
1024 - [ sp:varName "owner"^^xsd:string
1025 - ] ;
1026 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
1027 - sp:subject
1028 - [ sp:varName "ownerPart"^^xsd:string
1029 - ]
1030 - ] [ rdf:type sp:TriplePath ;
1031 - sp:object
1032 - [ sp:varName "sellerName"^^xsd:string
1033 - ] ;
1034 - sp:path [ rdf:type sp:AltPath ;
1035 - sp:path1 <http://www.reportinghub.no/np/schema/npd#name> ;
1036 - sp:path2 <http://www.reportinghub.no/ep/schema/core#name>
1037 - ] ;
1038 - sp:subject
1039 - [ sp:varName "owner"^^xsd:string
1040 - ]
1041 - ] [ sp:object
1042 - [ sp:varName "buyerEnergyQuantity"^^xsd:string
1043 - ] ;
1044 - sp:predicate rdf:type ;
1045 - sp:subject
1046 - [ sp:varName "salesActivityMovedProduct"^^xsd:string
1047 - ]
1048 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Work> ;
1049 - sp:predicate rdf:type ;
1050 - sp:subject
1051 - [ sp:varName "buyerEnergyQuantity"^^xsd:string
1052 - ]
1053 - ] [ rdf:type sp:Bind ;
1054 - sp:expression
1055 - [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
1056 - sp:arg1 [ sp:varName "buyerEnergyQuantity"^^xsd:string
1057 - ]
1058 - ] ;
1059 - sp:variable
1060 - [ sp:varName "buyerEnergyValue"^^xsd:string
1061 - ]
1062 - ] [ sp:object
1063 - [ sp:varName "salesActivityMovedProduct"^^xsd:string
1064 - ] ;
1065 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
1066 - sp:subject
1067 - [ sp:varName "salesActvitityVolume"^^xsd:string
1068 - ]
1069 - ] [ sp:object
1070 - [ sp:varName "buyerVolumeQuantity"^^xsd:string
1071 - ] ;
1072 - sp:predicate rdf:type ;
1073 - sp:subject
1074 - [ sp:varName "salesActvitityVolume"^^xsd:string
1075 - ]
1076 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
1077 - sp:predicate rdf:type ;
1078 - sp:subject
1079 - [ sp:varName "buyerVolumeQuantity"^^xsd:string
1080 - ]
1081 - ] [ rdf:type sp:Bind ;
1082 - sp:expression
1083 - [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
1084 - sp:arg1 [ sp:varName "buyerVolumeQuantity"^^xsd:string
1085 - ]
1086 - ] ;
1087 - sp:variable
1088 - [ sp:varName "buyerVolumeValue"^^xsd:string
1089 - ]
1090 - ] [ sp:object
1091 - [ sp:varName "salesActivityMovedProduct"^^xsd:string
1092 - ] ;
1093 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#movedProduct> ;
1094 - sp:subject
1095 - [ sp:varName "salesActivityMovement"^^xsd:string
1096 - ]
1097 - ] [ sp:object
1098 - [ sp:varName "salesActivity"^^xsd:string
1099 - ] ;
1100 - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
1101 - sp:subject
1102 - [ sp:varName "salesActivityMovement"^^xsd:string
1103 - ]
1104 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#SalesActivity> ;
1105 - sp:predicate rdf:type ;
1106 - sp:subject
1107 - [ sp:varName "salesActivity"^^xsd:string
1108 - ]
1109 - ] [ sp:object
1110 - [ sp:varName "buyerPart"^^xsd:string
1111 - ] ;
1112 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#buyer> ;
1113 - sp:subject
1114 - [ sp:varName "salesActivity"^^xsd:string
1115 - ]
1116 - ] [ sp:object
1117 - [ sp:varName "buyer"^^xsd:string
1118 - ] ;
1119 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
1120 - sp:subject
1121 - [ sp:varName "buyerPart"^^xsd:string
1122 - ]
1123 - ] [ rdf:type sp:TriplePath ;
1124 - sp:object
1125 - [ sp:varName "buyerName"^^xsd:string
1126 - ] ;
1127 - sp:path [ rdf:type sp:AltPath ;
1128 - sp:path1 <http://www.reportinghub.no/ep/schema/core#name> ;
1129 - sp:path2 <http://www.reportinghub.no/np/schema/npd#name>
1130 - ] ;
1131 - sp:subject
1132 - [ sp:varName "buyer"^^xsd:string
1133 - ]
1134 - ] [ sp:object
1135 - [ sp:varName "productFlowMixedPart"^^xsd:string
1136 - ] ;
1137 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
1138 - sp:subject
1139 - [ sp:varName "productFlowMonth"^^xsd:string
1140 - ]
1141 - ] [ sp:object
1142 - [ sp:varName "productFlowWhole"^^xsd:string
1143 - ] ;
1144 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
1145 - sp:subject
1146 - [ sp:varName "productFlowMixedPart"^^xsd:string
1147 - ]
1148 - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductFlow> ;
1149 - sp:predicate rdf:type ;
1150 - sp:subject
1151 - [ sp:varName "productFlowWhole"^^xsd:string
1152 - ]
1153 - ] [ sp:object
1154 - [ sp:varName "productFlowMaterialType"^^xsd:string
1155 - ] ;
1156 - sp:predicate rdf:type ;
1157 - sp:subject
1158 - [ sp:varName "productFlowWhole"^^xsd:string
1159 - ]
1160 - ] [ sp:object <http://www.reportinghub.no/ep/schema/material#ReportingProductType> ;
1161 - sp:predicate rdf:type ;
1162 - sp:subject
1163 - [ sp:varName "productFlowMaterialType"^^xsd:string
1164 - ]
1165 - ] [ sp:object
1166 - [ sp:varName "materialTypeName"^^xsd:string
1167 - ] ;
1168 - sp:predicate rdfs:label ;
1169 - sp:subject
1170 - [ sp:varName "productFlowMaterialType"^^xsd:string
1171 - ]
1172 ] [ rdf:type sp:Optional ; 946 ] [ rdf:type sp:Optional ;
1173 sp:elements ([ sp:object 947 sp:elements ([ sp:object
1174 - [ sp:varName "productionFlowPurposeType"^^xsd:string 948 + [ sp:varName "materialThatFlows"^^xsd:string
949 + ] ;
950 + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
951 + sp:subject
952 + [ sp:varName "spatialPartOfMaterialThatFlows"^^xsd:string
953 + ]
954 + ] [ sp:object
955 + [ sp:varName "spatialPartOfMaterialThatFlows"^^xsd:string
956 + ] ;
957 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
958 + sp:subject
959 + [ sp:varName "sellerMaterial"^^xsd:string
960 + ]
961 + ] [ sp:object
962 + [ sp:varName "sellerEnergyQuantity"^^xsd:string
1175 ] ; 963 ] ;
1176 sp:predicate rdf:type ; 964 sp:predicate rdf:type ;
1177 sp:subject 965 sp:subject
1178 - [ sp:varName "productionFlowWhole"^^xsd:string 966 + [ sp:varName "sellerMaterial"^^xsd:string
1179 ] 967 ]
1180 - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowPurposeType> ; 968 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Work> ;
1181 sp:predicate rdf:type ; 969 sp:predicate rdf:type ;
1182 sp:subject 970 sp:subject
1183 - [ sp:varName "productionFlowPurposeType"^^xsd:string 971 + [ sp:varName "sellerEnergyQuantity"^^xsd:string
972 + ]
973 + ] [ rdf:type sp:Bind ;
974 + sp:expression
975 + [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
976 + sp:arg1 [ sp:varName "sellerEnergyQuantity"^^xsd:string
977 + ]
978 + ] ;
979 + sp:variable
980 + [ sp:varName "sellerEnergyValue"^^xsd:string
981 + ]
982 + ] [ rdf:type sp:Optional ;
983 + sp:elements ([ sp:object
984 + [ sp:varName "sellerMaterial"^^xsd:string
985 + ] ;
986 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
987 + sp:subject
988 + [ sp:varName "partOfsellerMaterial"^^xsd:string
989 + ]
990 + ] [ sp:object
991 + [ sp:varName "partOfsellerMaterial"^^xsd:string
992 + ] ;
993 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
994 + sp:subject
995 + [ sp:varName "sellerVolumeMaterial"^^xsd:string
996 + ]
997 + ] [ sp:object
998 + [ sp:varName "sellerVolumeQuantity"^^xsd:string
999 + ] ;
1000 + sp:predicate rdf:type ;
1001 + sp:subject
1002 + [ sp:varName "sellerVolumeMaterial"^^xsd:string
1003 + ]
1004 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
1005 + sp:predicate rdf:type ;
1006 + sp:subject
1007 + [ sp:varName "sellerVolumeQuantity"^^xsd:string
1008 + ]
1009 + ] [ rdf:type sp:Bind ;
1010 + sp:expression
1011 + [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
1012 + sp:arg1 [ sp:varName "sellerVolumeQuantity"^^xsd:string
1013 + ]
1014 + ] ;
1015 + sp:variable
1016 + [ sp:varName "sellerVolumeValue"^^xsd:string
1017 + ]
1018 + ])
1019 + ])
1020 + ] [ rdf:type sp:Optional ;
1021 + sp:elements ([ sp:object
1022 + [ sp:varName "sellerMaterial"^^xsd:string
1023 + ] ;
1024 + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ;
1025 + sp:subject
1026 + [ sp:varName "salesActivityMovedProduct"^^xsd:string
1184 ] 1027 ]
1185 ] [ sp:object 1028 ] [ sp:object
1186 - [ sp:varName "purposeTypeName"^^xsd:string 1029 + [ sp:varName "ownerPart"^^xsd:string
1187 ] ; 1030 ] ;
1188 - sp:predicate rdfs:label ; 1031 + sp:predicate <http://www.reportinghub.no/ep/schema/organization#owner> ;
1189 sp:subject 1032 sp:subject
1190 - [ sp:varName "productionFlowPurposeType"^^xsd:string 1033 + [ sp:varName "salesActivityMovedProduct"^^xsd:string
1191 ] 1034 ]
1035 + ] [ sp:object
1036 + [ sp:varName "owner"^^xsd:string
1037 + ] ;
1038 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
1039 + sp:subject
1040 + [ sp:varName "ownerPart"^^xsd:string
1041 + ]
1042 + ] [ rdf:type sp:TriplePath ;
1043 + sp:object
1044 + [ sp:varName "sellerName"^^xsd:string
1045 + ] ;
1046 + sp:path [ rdf:type sp:AltPath ;
1047 + sp:path1 <http://www.reportinghub.no/np/schema/npd#name> ;
1048 + sp:path2 <http://www.reportinghub.no/ep/schema/core#name>
1049 + ] ;
1050 + sp:subject
1051 + [ sp:varName "owner"^^xsd:string
1052 + ]
1053 + ] [ sp:object
1054 + [ sp:varName "buyerEnergyQuantity"^^xsd:string
1055 + ] ;
1056 + sp:predicate rdf:type ;
1057 + sp:subject
1058 + [ sp:varName "salesActivityMovedProduct"^^xsd:string
1059 + ]
1060 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Work> ;
1061 + sp:predicate rdf:type ;
1062 + sp:subject
1063 + [ sp:varName "buyerEnergyQuantity"^^xsd:string
1064 + ]
1065 + ] [ rdf:type sp:Bind ;
1066 + sp:expression
1067 + [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
1068 + sp:arg1 [ sp:varName "buyerEnergyQuantity"^^xsd:string
1069 + ]
1070 + ] ;
1071 + sp:variable
1072 + [ sp:varName "buyerEnergyValue"^^xsd:string
1073 + ]
1074 + ] [ rdf:type sp:Optional ;
1075 + sp:elements ([ sp:object
1076 + [ sp:varName "salesActivityMovedProduct"^^xsd:string
1077 + ] ;
1078 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
1079 + sp:subject
1080 + [ sp:varName "salesActvitityVolume"^^xsd:string
1081 + ]
1082 + ] [ sp:object
1083 + [ sp:varName "salesActvitityVolume"^^xsd:string
1084 + ] ;
1085 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
1086 + sp:subject
1087 + [ sp:varName "buyerMaterial"^^xsd:string
1088 + ]
1089 + ] [ sp:object
1090 + [ sp:varName "buyerVolumeQuantity"^^xsd:string
1091 + ] ;
1092 + sp:predicate rdf:type ;
1093 + sp:subject
1094 + [ sp:varName "buyerMaterial"^^xsd:string
1095 + ]
1096 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
1097 + sp:predicate rdf:type ;
1098 + sp:subject
1099 + [ sp:varName "buyerVolumeQuantity"^^xsd:string
1100 + ]
1101 + ] [ rdf:type sp:Bind ;
1102 + sp:expression
1103 + [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
1104 + sp:arg1 [ sp:varName "buyerVolumeQuantity"^^xsd:string
1105 + ]
1106 + ] ;
1107 + sp:variable
1108 + [ sp:varName "buyerVolumeValue"^^xsd:string
1109 + ]
1110 + ])
1192 ]) 1111 ])
1193 ] [ rdf:type sp:Optional ; 1112 ] [ rdf:type sp:Optional ;
1194 sp:elements ([ sp:object 1113 sp:elements ([ sp:object
1195 - [ sp:varName "productionFlowDefinitionType"^^xsd:string 1114 + [ sp:varName "salesActivityMovedProduct"^^xsd:string
1196 ] ; 1115 ] ;
1116 + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#movedProduct> ;
1117 + sp:subject
1118 + [ sp:varName "salesActivityMovement"^^xsd:string
1119 + ]
1120 + ] [ sp:object
1121 + [ sp:varName "salesActivity"^^xsd:string
1122 + ] ;
1123 + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
1124 + sp:subject
1125 + [ sp:varName "salesActivityMovement"^^xsd:string
1126 + ]
1127 + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#SalesActivity> ;
1197 sp:predicate rdf:type ; 1128 sp:predicate rdf:type ;
1198 sp:subject 1129 sp:subject
1199 - [ sp:varName "productionFlowWhole"^^xsd:string 1130 + [ sp:varName "salesActivity"^^xsd:string
1200 ] 1131 ]
1201 - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowDefinitionType> ; 1132 + ] [ sp:object
1133 + [ sp:varName "buyerPart"^^xsd:string
1134 + ] ;
1135 + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#buyer> ;
1136 + sp:subject
1137 + [ sp:varName "salesActivity"^^xsd:string
1138 + ]
1139 + ] [ sp:object
1140 + [ sp:varName "buyer"^^xsd:string
1141 + ] ;
1142 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
1143 + sp:subject
1144 + [ sp:varName "buyerPart"^^xsd:string
1145 + ]
1146 + ] [ rdf:type sp:TriplePath ;
1147 + sp:object
1148 + [ sp:varName "buyerName"^^xsd:string
1149 + ] ;
1150 + sp:path [ rdf:type sp:AltPath ;
1151 + sp:path1 <http://www.reportinghub.no/ep/schema/core#name> ;
1152 + sp:path2 <http://www.reportinghub.no/np/schema/npd#name>
1153 + ] ;
1154 + sp:subject
1155 + [ sp:varName "buyer"^^xsd:string
1156 + ]
1157 + ])
1158 + ] [ rdf:type sp:Optional ;
1159 + sp:elements ([ sp:object
1160 + [ sp:varName "productFlowWhole"^^xsd:string
1161 + ] ;
1162 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
1163 + sp:subject
1164 + [ sp:varName "productFlowMonth"^^xsd:string
1165 + ]
1166 + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductFlow> ;
1202 sp:predicate rdf:type ; 1167 sp:predicate rdf:type ;
1203 sp:subject 1168 sp:subject
1204 - [ sp:varName "productionFlowDefinitionType"^^xsd:string 1169 + [ sp:varName "productFlowWhole"^^xsd:string
1205 ] 1170 ]
1206 ] [ sp:object 1171 ] [ sp:object
1207 - [ sp:varName "definitionTypeName"^^xsd:string 1172 + [ sp:varName "productFlowMaterialType"^^xsd:string
1173 + ] ;
1174 + sp:predicate rdf:type ;
1175 + sp:subject
1176 + [ sp:varName "productFlowWhole"^^xsd:string
1177 + ]
1178 + ] [ sp:object <http://www.reportinghub.no/ep/schema/material#ReportingProductType> ;
1179 + sp:predicate rdf:type ;
1180 + sp:subject
1181 + [ sp:varName "productFlowMaterialType"^^xsd:string
1182 + ]
1183 + ] [ sp:object
1184 + [ sp:varName "materialTypeName"^^xsd:string
1208 ] ; 1185 ] ;
1209 sp:predicate rdfs:label ; 1186 sp:predicate rdfs:label ;
1210 sp:subject 1187 sp:subject
1211 - [ sp:varName "productionFlowDefinitionType"^^xsd:string 1188 + [ sp:varName "productFlowMaterialType"^^xsd:string
1212 ] 1189 ]
1190 + ] [ rdf:type sp:Optional ;
1191 + sp:elements ([ sp:object
1192 + [ sp:varName "productionFlowPurposeType"^^xsd:string
1193 + ] ;
1194 + sp:predicate rdf:type ;
1195 + sp:subject
1196 + [ sp:varName "productionFlowWhole"^^xsd:string
1197 + ]
1198 + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowPurposeType> ;
1199 + sp:predicate rdf:type ;
1200 + sp:subject
1201 + [ sp:varName "productionFlowPurposeType"^^xsd:string
1202 + ]
1203 + ] [ sp:object
1204 + [ sp:varName "purposeTypeName"^^xsd:string
1205 + ] ;
1206 + sp:predicate rdfs:label ;
1207 + sp:subject
1208 + [ sp:varName "productionFlowPurposeType"^^xsd:string
1209 + ]
1210 + ])
1211 + ] [ rdf:type sp:Optional ;
1212 + sp:elements ([ sp:object
1213 + [ sp:varName "productionFlowDefinitionType"^^xsd:string
1214 + ] ;
1215 + sp:predicate rdf:type ;
1216 + sp:subject
1217 + [ sp:varName "productionFlowWhole"^^xsd:string
1218 + ]
1219 + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowDefinitionType> ;
1220 + sp:predicate rdf:type ;
1221 + sp:subject
1222 + [ sp:varName "productionFlowDefinitionType"^^xsd:string
1223 + ]
1224 + ] [ sp:object
1225 + [ sp:varName "definitionTypeName"^^xsd:string
1226 + ] ;
1227 + sp:predicate rdfs:label ;
1228 + sp:subject
1229 + [ sp:varName "productionFlowDefinitionType"^^xsd:string
1230 + ]
1231 + ])
1213 ]) 1232 ])
1214 ]) 1233 ])
1215 ] ; 1234 ] ;
......
1 +# baseURI: http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/test-results/triples/TRYM-MONTH_2012-02-01_final-mprg-gassale
2 +# imports: http://www.reportinghub.no/data/erh
3 +# imports: http://www.reportinghub.no/ep/schema/1.0/production
4 +
5 +@prefix TRYM-MONTH_2012-02-01_final-mprg-gassale: <http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/test-results/triples/TRYM-MONTH_2012-02-01_final-mprg-gassale#> .
6 +@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> .
7 +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
8 +@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> .
9 +@prefix ep-flow: <http://www.reportinghub.no/ep/schema/flow#> .
10 +@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> .
11 +@prefix ep-org: <http://www.reportinghub.no/ep/schema/organization#> .
12 +@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> .
13 +@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> .
14 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
15 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
16 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
17 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
18 +
19 +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r>
20 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#facilityIdentifier>
21 + "field-18081500" ;
22 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalEnd>
23 + "2012-02-29"^^xsd:date ;
24 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalIdentifier>
25 + "2012-02-01$2012-02-29" ;
26 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalStart>
27 + "2012-02-01"^^xsd:date .
28 +
29 +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-1-8>
30 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#hasDerivedText>
31 + "field-18081500" .
32 +
33 +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2>
34 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#hasDerivedText>
35 + "field-18081500" ;
36 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalEnd>
37 + "2012-02-29"^^xsd:date ;
38 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalStart>
39 + "2012-02-01"^^xsd:date .
40 +
41 +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-1>
42 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#hasDerivedText>
43 + "field-18081500" .
44 +
45 +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-0>
46 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#hasDerivedText>
47 + "terminal-416937" .
48 +
49 +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3>
50 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#hasDerivedText>
51 + "GAS_-_DRY"^^xsd:string .
52 +
53 +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1>
54 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalEnd>
55 + "2012-02-29"^^xsd:date ;
56 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#intervalStart>
57 + "2012-02-01"^^xsd:date .
58 +
59 +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES>
60 + ep-flow:hasMixedPart
61 + <http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES$GAS_-_DRY> .
62 +
63 +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES$GAS_-_DRY>
64 + rdf:type ep-flow:Flow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Gas-dry .
65 +
66 +<http://www.reportinghub.no/np/data/npd/Company-4070011>
67 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
68 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-3-0> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-3-1> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-3-2> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-4-0> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-4-1> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-4-2> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-3-0> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-3-1> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-3-2> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-4-0> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-4-1> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-4-2> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-5-0> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-5-1> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-5-2> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5-3-0> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5-3-1> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5-3-2> .
69 +
70 +<http://www.reportinghub.no/np/data/npd/Facility-416937>
71 + rdf:type ep-fac:ProductionFacility ;
72 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
73 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-0> .
74 +
75 +<http://www.reportinghub.no/np/data/npd/Field-18081500>
76 + rdf:type ep-fac:ProductionFacility ;
77 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
78 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-1-8> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-1> .
79 +
80 +<http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/test-results/triples/TRYM-MONTH_2012-02-01_final-mprg-gassale>
81 + rdf:type owl:Ontology ;
82 + owl:imports <http://www.reportinghub.no/data/erh> , <http://www.reportinghub.no/ep/schema/1.0/production> ;
83 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
84 +
85 +<https://www.reportinghub.no/ep/data/organization/DONG_DK>
86 + rdf:type ep-org:Organization ;
87 + ep-core:name "DONG DK"^^xsd:string ;
88 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
89 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-5-3> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5-3-3> .
90 +
91 +<https://www.reportinghub.no/ep/data/organization/DONG_EP_NORGE_AS>
92 + rdf:type ep-org:Organization ;
93 + ep-core:name "Dong E&P Norge AS"^^xsd:string ;
94 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
95 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-1-9> .
96 +
97 +<https://www.reportinghub.no/ep/data/organization/EXXONMOBIL_GAS_DE>
98 + rdf:type ep-org:Organization ;
99 + ep-core:name "EXXONMOBIL GAS DE"^^xsd:string ;
100 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
101 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-4-3> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-4-3> .
102 +
103 +<https://www.reportinghub.no/ep/data/organization/NATURGAS_VEST>
104 + rdf:type ep-org:Organization ;
105 + ep-core:name "NATURGAS VEST"^^xsd:string ;
106 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
107 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-3-3> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-3-3> .
108 +
109 +<https://www.reportinghub.no/ep/data/productionReport/FIELD-18081500$2012-02-01$2012-02-29>
110 + rdf:type ep-report:FinalVersionOfAReport , ep-report:MonthlyProductionReport , ep-report:MonthlyProductionReportGovernment , ep-report:ProductionReport , ep-report:Report , <https://www.reportinghub.no/ep/data/productionReportKind/COPEX> ;
111 + ep-core:name "TRYM"^^xsd:string ;
112 + ep-report:reportOn _:b1 ;
113 + ep-report:reportVersion
114 + "1.0"^^xsd:string ;
115 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
116 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-1> .
117 +
118 +<https://www.reportinghub.no/ep/data/productionReportKind/COPEX>
119 + rdf:type ep-report:ProductionReportType ;
120 + rdfs:label "Copex"^^xsd:string ;
121 + rdfs:subClassOf ep-report:ProductionReport .
122 +
123 +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
124 + rdf:type
125 + [ rdf:type ep-core:Volume ;
126 + ep-core:metre3 "273.64"^^xsd:double
127 + ] ;
128 + ep-core:temporalPartOf
129 + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
130 + rdf:type
131 + [ rdf:type ep-core:Temperature ;
132 + ep-core:celsius "0"^^xsd:double
133 + ] ;
134 + rdf:type
135 + [ rdf:type ep-core:Pressure ;
136 + ep-core:atm "1"^^xsd:double
137 + ] ;
138 + ep-core:temporalPartOf
139 + _:b2 ;
140 + ep-flow:grossCalorificValue
141 + [ rdf:type ep-core:EnergyPerVolume
142 + ] ;
143 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
144 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-1>
145 + ] .
146 +
147 +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
148 + rdf:type
149 + [ rdf:type ep-core:Volume ;
150 + ep-core:metre3 "94.79"^^xsd:double
151 + ] ;
152 + ep-core:temporalPartOf
153 + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
154 + rdf:type
155 + [ rdf:type ep-core:Temperature ;
156 + ep-core:celsius "0"^^xsd:double
157 + ] ;
158 + rdf:type
159 + [ rdf:type ep-core:Pressure ;
160 + ep-core:atm "1"^^xsd:double
161 + ] ;
162 + ep-core:temporalPartOf
163 + _:b3 ;
164 + ep-flow:grossCalorificValue
165 + [ rdf:type ep-core:EnergyPerVolume
166 + ] ;
167 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
168 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-3-4>
169 + ] .
170 +
171 +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
172 + rdf:type
173 + [ rdf:type ep-core:Volume ;
174 + ep-core:metre3 "178.85"^^xsd:double
175 + ] ;
176 + ep-core:temporalPartOf
177 + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
178 + rdf:type
179 + [ rdf:type ep-core:Temperature ;
180 + ep-core:celsius "0"^^xsd:double
181 + ] ;
182 + rdf:type
183 + [ rdf:type ep-core:Pressure ;
184 + ep-core:atm "1"^^xsd:double
185 + ] ;
186 + ep-core:temporalPartOf
187 + _:b4 ;
188 + ep-flow:grossCalorificValue
189 + [ rdf:type ep-core:EnergyPerVolume
190 + ] ;
191 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
192 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-4-4>
193 + ] .
194 +
195 +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
196 + rdf:type
197 + [ rdf:type ep-core:Volume ;
198 + ep-core:metre3 "1257.49"^^xsd:double
199 + ] ;
200 + ep-core:temporalPartOf
201 + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
202 + rdf:type
203 + [ rdf:type ep-core:Temperature ;
204 + ep-core:celsius "0"^^xsd:double
205 + ] ;
206 + rdf:type
207 + [ rdf:type ep-core:Pressure ;
208 + ep-core:atm "1"^^xsd:double
209 + ] ;
210 + ep-core:temporalPartOf
211 + _:b5 ;
212 + ep-flow:grossCalorificValue
213 + [ rdf:type ep-core:EnergyPerVolume
214 + ] ;
215 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
216 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-1>
217 + ] .
218 +
219 +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
220 + rdf:type
221 + [ rdf:type ep-core:Volume ;
222 + ep-core:metre3 "644.85"^^xsd:double
223 + ] ;
224 + ep-core:temporalPartOf
225 + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
226 + rdf:type
227 + [ rdf:type ep-core:Temperature ;
228 + ep-core:celsius "0"^^xsd:double
229 + ] ;
230 + rdf:type
231 + [ rdf:type ep-core:Pressure ;
232 + ep-core:atm "1"^^xsd:double
233 + ] ;
234 + ep-core:temporalPartOf
235 + _:b6 ;
236 + ep-flow:grossCalorificValue
237 + [ rdf:type ep-core:EnergyPerVolume
238 + ] ;
239 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
240 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-3-4>
241 + ] .
242 +
243 +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
244 + rdf:type
245 + [ rdf:type ep-core:Volume ;
246 + ep-core:metre3 "445.86"^^xsd:double
247 + ] ;
248 + ep-core:temporalPartOf
249 + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
250 + rdf:type
251 + [ rdf:type ep-core:Temperature ;
252 + ep-core:celsius "0"^^xsd:double
253 + ] ;
254 + rdf:type
255 + [ rdf:type ep-core:Pressure ;
256 + ep-core:atm "1"^^xsd:double
257 + ] ;
258 + ep-core:temporalPartOf
259 + _:b7 ;
260 + ep-flow:grossCalorificValue
261 + [ rdf:type ep-core:EnergyPerVolume
262 + ] ;
263 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
264 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-4-4>
265 + ] .
266 +
267 +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
268 + rdf:type
269 + [ rdf:type ep-core:Volume ;
270 + ep-core:metre3 "166.78"^^xsd:double
271 + ] ;
272 + ep-core:temporalPartOf
273 + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
274 + rdf:type
275 + [ rdf:type ep-core:Temperature ;
276 + ep-core:celsius "0"^^xsd:double
277 + ] ;
278 + rdf:type
279 + [ rdf:type ep-core:Pressure ;
280 + ep-core:atm "1"^^xsd:double
281 + ] ;
282 + ep-core:temporalPartOf
283 + _:b8 ;
284 + ep-flow:grossCalorificValue
285 + [ rdf:type ep-core:EnergyPerVolume
286 + ] ;
287 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
288 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-5-4>
289 + ] .
290 +
291 +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
292 + rdf:type
293 + [ rdf:type ep-core:Volume ;
294 + ep-core:metre3 "1570.53"^^xsd:double
295 + ] ;
296 + ep-core:temporalPartOf
297 + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
298 + rdf:type
299 + [ rdf:type ep-core:Temperature ;
300 + ep-core:celsius "0"^^xsd:double
301 + ] ;
302 + rdf:type
303 + [ rdf:type ep-core:Pressure ;
304 + ep-core:atm "1"^^xsd:double
305 + ] ;
306 + ep-core:temporalPartOf
307 + _:b9 ;
308 + ep-flow:grossCalorificValue
309 + [ rdf:type ep-core:EnergyPerVolume
310 + ] ;
311 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
312 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5-1>
313 + ] .
314 +
315 +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ;
316 + rdf:type
317 + [ rdf:type ep-core:Volume ;
318 + ep-core:metre3 "1570.53"^^xsd:double
319 + ] ;
320 + ep-core:temporalPartOf
321 + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ;
322 + rdf:type
323 + [ rdf:type ep-core:Temperature ;
324 + ep-core:celsius "0"^^xsd:double
325 + ] ;
326 + rdf:type
327 + [ rdf:type ep-core:Pressure ;
328 + ep-core:atm "1"^^xsd:double
329 + ] ;
330 + ep-core:temporalPartOf
331 + _:b10 ;
332 + ep-flow:grossCalorificValue
333 + [ rdf:type ep-core:EnergyPerVolume
334 + ] ;
335 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
336 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5-3-4>
337 + ] .
338 +
339 +_:b3 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
340 + rdf:type
341 + [ rdf:type ep-core:Work ;
342 + ep-core:megajoule "20148.59"^^xsd:double
343 + ] ;
344 + ep-core:spatialPartOf
345 + _:b2 ;
346 + ep-org:owner
347 + [ rdf:type ep-org:Organization ;
348 + ep-core:temporalPartOf
349 + <http://www.reportinghub.no/np/data/npd/Company-4070011>
350 + ] ;
351 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
352 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-3> .
353 +
354 +_:b4 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
355 + rdf:type
356 + [ rdf:type ep-core:Work ;
357 + ep-core:megajoule "70561.21"^^xsd:double
358 + ] ;
359 + ep-core:spatialPartOf
360 + _:b2 ;
361 + ep-org:owner
362 + [ rdf:type ep-org:Organization ;
363 + ep-core:temporalPartOf
364 + <http://www.reportinghub.no/np/data/npd/Company-4070011>
365 + ] ;
366 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
367 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-4> .
368 +
369 +_:b6 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
370 + rdf:type
371 + [ rdf:type ep-core:Work ;
372 + ep-core:megajoule "57939.04"^^xsd:double
373 + ] ;
374 + ep-core:spatialPartOf
375 + _:b5 ;
376 + ep-org:owner
377 + [ rdf:type ep-org:Organization ;
378 + ep-core:temporalPartOf
379 + <http://www.reportinghub.no/np/data/npd/Company-4070011>
380 + ] ;
381 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
382 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-3> .
383 +
384 +_:b7 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
385 + rdf:type
386 + [ rdf:type ep-core:Work ;
387 + ep-core:megajoule "18743.95"^^xsd:double
388 + ] ;
389 + ep-core:spatialPartOf
390 + _:b5 ;
391 + ep-org:owner
392 + [ rdf:type ep-org:Organization ;
393 + ep-core:temporalPartOf
394 + <http://www.reportinghub.no/np/data/npd/Company-4070011>
395 + ] ;
396 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
397 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-4> .
398 +
399 +_:b8 rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
400 + rdf:type
401 + [ rdf:type ep-core:Work ;
402 + ep-core:megajoule "49208.46"^^xsd:double
403 + ] ;
404 + ep-core:spatialPartOf
405 + _:b5 ;
406 + ep-org:owner
407 + [ rdf:type ep-org:Organization ;
408 + ep-core:temporalPartOf
409 + <http://www.reportinghub.no/np/data/npd/Company-4070011>
410 + ] ;
411 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
412 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-5> .
413 +
414 +_:b10
415 + rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ;
416 + rdf:type
417 + [ rdf:type ep-core:Work ;
418 + ep-core:megajoule "23986.6"^^xsd:double
419 + ] ;
420 + ep-core:spatialPartOf
421 + _:b9 ;
422 + ep-org:owner
423 + [ rdf:type ep-org:Organization ;
424 + ep-core:temporalPartOf
425 + <http://www.reportinghub.no/np/data/npd/Company-4070011>
426 + ] ;
427 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
428 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5-3> .
429 +
430 +_:b2 rdf:type ep-material:QuantityOfMaterial ;
431 + rdf:type
432 + [ rdf:type ep-core:Work ;
433 + ep-core:megajoule "69275.09"^^xsd:double
434 + ] ;
435 + ep-core:temporalPartOf
436 + [ rdf:type ep-material:QuantityOfMaterial ;
437 + ep-core:spatialPartOf
438 + _:b11
439 + ] ;
440 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
441 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3> .
442 +
443 +[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTransaction ;
444 + ep-core:hasPart
445 + [ rdf:type ep-prodact:MovementOfProduct ;
446 + ep-core:hasPart
447 + [ rdf:type ep-prodact:SalesActivity ;
448 + ep-prodact:buyer
449 + [ rdf:type ep-org:Organization ;
450 + ep-core:temporalPartOf
451 + <https://www.reportinghub.no/ep/data/organization/NATURGAS_VEST>
452 + ] ;
453 + ep-prodact:salesAdministrator
454 + [ rdf:type ep-org:Organization ;
455 + ep-core:temporalPartOf
456 + <http://www.reportinghub.no/np/data/npd/Company-4070011>
457 + ] ;
458 + ep-prodact:seller
459 + [ rdf:type ep-org:Organization ;
460 + ep-core:temporalPartOf
461 + <http://www.reportinghub.no/np/data/npd/Company-4070011>
462 + ]
463 + ] ;
464 + ep-prodact:movedProduct
465 + _:b3 ;
466 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
467 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-3>
468 + ] ;
469 + ep-core:hasPart
470 + [ rdf:type ep-prodact:MovementOfProduct ;
471 + ep-core:hasPart
472 + [ rdf:type ep-prodact:SalesActivity ;
473 + ep-prodact:buyer
474 + [ rdf:type ep-org:Organization ;
475 + ep-core:temporalPartOf
476 + <https://www.reportinghub.no/ep/data/organization/EXXONMOBIL_GAS_DE>
477 + ] ;
478 + ep-prodact:salesAdministrator
479 + [ rdf:type ep-org:Organization ;
480 + ep-core:temporalPartOf
481 + <http://www.reportinghub.no/np/data/npd/Company-4070011>
482 + ] ;
483 + ep-prodact:seller
484 + [ rdf:type ep-org:Organization ;
485 + ep-core:temporalPartOf
486 + <http://www.reportinghub.no/np/data/npd/Company-4070011>
487 + ]
488 + ] ;
489 + ep-prodact:movedProduct
490 + _:b4 ;
491 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
492 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3-4>
493 + ] ;
494 + ep-prodact:movedProduct
495 + _:b2 ;
496 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
497 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-3> .
498 +
499 +_:b5 rdf:type ep-material:QuantityOfMaterial ;
500 + rdf:type
501 + [ rdf:type ep-core:Work ;
502 + ep-core:megajoule "57378.27"^^xsd:double
503 + ] ;
504 + ep-core:temporalPartOf
505 + [ rdf:type ep-material:QuantityOfMaterial ;
506 + ep-core:spatialPartOf
507 + _:b11
508 + ] ;
509 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
510 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4> .
511 +
512 +[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTransaction ;
513 + ep-core:hasPart
514 + [ rdf:type ep-prodact:MovementOfProduct ;
515 + ep-core:hasPart
516 + [ rdf:type ep-prodact:SalesActivity ;
517 + ep-prodact:buyer
518 + [ rdf:type ep-org:Organization ;
519 + ep-core:temporalPartOf
520 + <https://www.reportinghub.no/ep/data/organization/NATURGAS_VEST>
521 + ] ;
522 + ep-prodact:salesAdministrator
523 + [ rdf:type ep-org:Organization ;
524 + ep-core:temporalPartOf
525 + <http://www.reportinghub.no/np/data/npd/Company-4070011>
526 + ] ;
527 + ep-prodact:seller
528 + [ rdf:type ep-org:Organization ;
529 + ep-core:temporalPartOf
530 + <http://www.reportinghub.no/np/data/npd/Company-4070011>
531 + ]
532 + ] ;
533 + ep-prodact:movedProduct
534 + _:b6 ;
535 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
536 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-3>
537 + ] ;
538 + ep-core:hasPart
539 + [ rdf:type ep-prodact:MovementOfProduct ;
540 + ep-core:hasPart
541 + [ rdf:type ep-prodact:SalesActivity ;
542 + ep-prodact:buyer
543 + [ rdf:type ep-org:Organization ;
544 + ep-core:temporalPartOf
545 + <https://www.reportinghub.no/ep/data/organization/EXXONMOBIL_GAS_DE>
546 + ] ;
547 + ep-prodact:salesAdministrator
548 + [ rdf:type ep-org:Organization ;
549 + ep-core:temporalPartOf
550 + <http://www.reportinghub.no/np/data/npd/Company-4070011>
551 + ] ;
552 + ep-prodact:seller
553 + [ rdf:type ep-org:Organization ;
554 + ep-core:temporalPartOf
555 + <http://www.reportinghub.no/np/data/npd/Company-4070011>
556 + ]
557 + ] ;
558 + ep-prodact:movedProduct
559 + _:b7 ;
560 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
561 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-4>
562 + ] ;
563 + ep-core:hasPart
564 + [ rdf:type ep-prodact:MovementOfProduct ;
565 + ep-core:hasPart
566 + [ rdf:type ep-prodact:SalesActivity ;
567 + ep-prodact:buyer
568 + [ rdf:type ep-org:Organization ;
569 + ep-core:temporalPartOf
570 + <https://www.reportinghub.no/ep/data/organization/DONG_DK>
571 + ] ;
572 + ep-prodact:salesAdministrator
573 + [ rdf:type ep-org:Organization ;
574 + ep-core:temporalPartOf
575 + <http://www.reportinghub.no/np/data/npd/Company-4070011>
576 + ] ;
577 + ep-prodact:seller
578 + [ rdf:type ep-org:Organization ;
579 + ep-core:temporalPartOf
580 + <http://www.reportinghub.no/np/data/npd/Company-4070011>
581 + ]
582 + ] ;
583 + ep-prodact:movedProduct
584 + _:b8 ;
585 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
586 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4-5>
587 + ] ;
588 + ep-prodact:movedProduct
589 + _:b5 ;
590 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
591 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-4> .
592 +
593 +_:b9 rdf:type ep-material:QuantityOfMaterial ;
594 + rdf:type
595 + [ rdf:type ep-core:Work ;
596 + ep-core:megajoule "20380.92"^^xsd:double
597 + ] ;
598 + ep-core:temporalPartOf
599 + [ rdf:type ep-material:QuantityOfMaterial ;
600 + ep-core:spatialPartOf
601 + _:b11
602 + ] ;
603 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
604 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5> .
605 +
606 +[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTransaction ;
607 + ep-core:hasPart
608 + [ rdf:type ep-prodact:MovementOfProduct ;
609 + ep-core:hasPart
610 + [ rdf:type ep-prodact:SalesActivity ;
611 + ep-prodact:buyer
612 + [ rdf:type ep-org:Organization ;
613 + ep-core:temporalPartOf
614 + <https://www.reportinghub.no/ep/data/organization/DONG_DK>
615 + ] ;
616 + ep-prodact:salesAdministrator
617 + [ rdf:type ep-org:Organization ;
618 + ep-core:temporalPartOf
619 + <http://www.reportinghub.no/np/data/npd/Company-4070011>
620 + ] ;
621 + ep-prodact:seller
622 + [ rdf:type ep-org:Organization ;
623 + ep-core:temporalPartOf
624 + <http://www.reportinghub.no/np/data/npd/Company-4070011>
625 + ]
626 + ] ;
627 + ep-prodact:movedProduct
628 + _:b10 ;
629 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
630 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5-3>
631 + ] ;
632 + ep-prodact:movedProduct
633 + _:b9 ;
634 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
635 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1-5> .
636 +
637 +_:b11
638 + rdf:type ep-material:QuantityOfMaterial ;
639 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
640 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1> .
641 +
642 +_:b12
643 + rdf:type ep-flow:ProductionFlowNetworkToDate ;
644 + ep-activity:finishedAt
645 + "2012-02-29"^^xsd:date .
646 +
647 +_:b13
648 + rdf:type ep-flow:ProductionFlowNetwork ;
649 + ep-activity:finishedAt
650 + "2012-02-29"^^xsd:date ;
651 + ep-activity:startedAt
652 + "2012-02-01"^^xsd:date ;
653 + ep-core:temporalPartOf
654 + _:b12 ;
655 + ep-flow:hasNetworkPart
656 + [ rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:FlowToSale , ep-flow:ProductionFlow ;
657 + ep-activity:finishedAt
658 + "2012-02-29"^^xsd:date ;
659 + ep-activity:startedAt
660 + "2012-02-01"^^xsd:date ;
661 + ep-core:name "Nybro allocated gas sales"^^xsd:string ;
662 + ep-core:temporalPartOf
663 + <http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES> ;
664 + ep-flow:flowIntoOrOutOf
665 + _:b1 ;
666 + ep-flow:flowMeasuredOrCalculatedAt
667 + [ rdf:type ep-fac:SurfaceFixedFacility , ep-fac:TemporalPartOfAProductionFacility ;
668 + ep-core:temporalPartOf
669 + <http://www.reportinghub.no/np/data/npd/Facility-416937> ;
670 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
671 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2>
672 + ] ;
673 + ep-flow:hasMixedPart
674 + [ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ;
675 + ep-activity:finishedAt
676 + "2012-02-29"^^xsd:date ;
677 + ep-activity:startedAt
678 + "2012-02-01"^^xsd:date ;
679 + ep-core:temporalPartOf
680 + <http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES$GAS_-_DRY> ;
681 + ep-flow:materialThatFlows
682 + _:b11 ;
683 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
684 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1-3-1>
685 + ] ;
686 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
687 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2-2-1>
688 + ] ;
689 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
690 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2> .
691 +
692 +[] rdf:type ep-report:ProductVolumeReport , ep-report:Report ;
693 + ep-core:name "TRYM"^^xsd:string ;
694 + ep-core:partOf <https://www.reportinghub.no/ep/data/productionReport/FIELD-18081500$2012-02-01$2012-02-29> ;
695 + ep-report:reportOn _:b13 , _:b1 ;
696 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
697 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2> .
698 +
699 +[] rdf:type ep-activity:IssueAReport ;
700 + ep-activity:issuedFrom
701 + [ rdf:type ep-fac:TemporalPartOfAProductionFacility ;
702 + ep-core:temporalPartOf
703 + <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
704 + ep-fac:facilityOperator
705 + [ rdf:type ep-org:Organization ;
706 + ep-core:temporalPartOf
707 + <https://www.reportinghub.no/ep/data/organization/DONG_EP_NORGE_AS>
708 + ] ;
709 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
710 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-1>
711 + ] ;
712 + ep-report:issuedReport
713 + <https://www.reportinghub.no/ep/data/productionReport/FIELD-18081500$2012-02-01$2012-02-29> .
714 +
715 +_:b1 rdf:type ep-fac:TemporalPartOfAProductionFacility ;
716 + ep-activity:existsWithin
717 + "2012"^^xsd:gYear ;
718 + ep-activity:finishedAt
719 + "2012-02-29"^^xsd:date ;
720 + ep-activity:startedAt
721 + "2012-02-01"^^xsd:date ;
722 + ep-core:temporalPartOf
723 + <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
724 + ep-core:temporalPartOf
725 + [ rdf:type ep-fac:ProductionFacilityToDate ;
726 + ep-activity:finishedAt
727 + "2012-02-29"^^xsd:date ;
728 + ep-core:temporalPartOf
729 + <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
730 + ep-flow:facilityContainsFlow
731 + _:b12
732 + ] ;
733 + ep-flow:facilityContainsFlow
734 + _:b13 ;
735 + <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom>
736 + <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r> , <file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/PL147/tqedits/TRYM-MONTH_2012-02-01_final-mprg-gassale.xml#r-2> .
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<objects xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 + xmlns="http://www.epim.no/schemas/mprml/1" version="1.0(MPRML)">
4 + <documentInfo>
5 + <DocumentName namingSystem="EC">TRYM February 2012</DocumentName>
6 + <DocumentAlias namingSystem="EC">TRYM Copex Report</DocumentAlias>
7 + <DocumentDate>2012-03-05T00:00:00.0Z</DocumentDate>
8 + <documentClass namingSystem="EC">Dong E&amp;P Norge AS</documentClass>
9 + <documentClass namingSystem="EC">Copex</documentClass>
10 + <documentClass namingSystem="ERH">mprg</documentClass>
11 + <FileCreationInformation>
12 +
13 + <FileCreationDate>2012-03-15T00:00:00.0Z</FileCreationDate>
14 +
15 + <SoftwareName>Energy Components</SoftwareName>
16 + <FileCreator>Dong E&amp;P Norge AS</FileCreator>
17 + <Comment>NA</Comment>
18 + </FileCreationInformation>
19 + <Owner>Dong E&amp;P Norge AS</Owner>
20 + </documentInfo>
21 + <context xsi:type="obj_report">
22 + <kind>Copex</kind>
23 +
24 + <title>TRYM</title>
25 + <date>2012-02-01</date>
26 + <dateEnd>2012-02-29</dateEnd>
27 + <month>2012-02</month>
28 + <year>2012</year>
29 + <reportVersion>1.0</reportVersion>
30 + <reportStatus>final</reportStatus>
31 + <installation kind="field" namingSystem="NPD" uidRef="18081500">TRYM</installation>
32 + <operator>
33 + <name>Dong E&amp;P Norge AS</name>
34 + <role>Operating company</role>
35 + </operator>
36 + </context>
37 + <object xsi:type="obj_productVolume">
38 + <name>TRYM</name>
39 + <installation kind="field" namingSystem="NPD" uidRef="18081500">TRYM</installation><facility>
40 + <name kind="terminal" namingSystem="NPD" uidRef="416937">NYBRO</name>
41 +
42 +
43 +
44 +
45 + <flow uid="NYBRO_ALLOCATED_GAS_SALES">
46 + <name>Nybro allocated gas sales</name>
47 + <kind>sale</kind>
48 + <qualifier>allocated</qualifier>
49 + <product>
50 + <kind>gas - dry</kind>
51 + <period>
52 + <kind>month</kind>
53 + <dateStart>2012-02-01</dateStart>
54 + <dateEnd>2012-02-29</dateEnd>
55 +
56 + <balanceSet>
57 + <kind>transaction</kind>
58 +
59 + <volumeValue>
60 + <volume uom="m3">273.64</volume>
61 + <temp uom="degC">0</temp>
62 + <pres uom="atm">1</pres>
63 + </volumeValue>
64 +
65 + <work uom="MJ">69275.09</work>
66 + <balanceDetail>
67 + <owner>DONG E&amp;P Norge AS</owner>
68 + <seller>DONG E&amp;P Norge AS</seller>
69 + <salesAdministrator>DONG E&amp;P Norge AS</salesAdministrator>
70 + <buyer>NATURGAS VEST</buyer>
71 + <volumeValue>
72 + <volume uom="m3">94.79</volume>
73 + <temp uom="degC">0</temp>
74 + <pres uom="atm">1</pres>
75 + </volumeValue>
76 +
77 + <work uom="MJ">20148.59</work>
78 + </balanceDetail><balanceDetail>
79 + <owner>DONG E&amp;P Norge AS</owner>
80 + <seller>DONG E&amp;P Norge AS</seller>
81 + <salesAdministrator>DONG E&amp;P Norge AS</salesAdministrator>
82 + <buyer>EXXONMOBIL GAS DE</buyer>
83 + <volumeValue>
84 + <volume uom="m3">178.85</volume>
85 + <temp uom="degC">0</temp>
86 + <pres uom="atm">1</pres>
87 + </volumeValue>
88 +
89 + <work uom="MJ">70561.21</work>
90 + </balanceDetail>
91 + </balanceSet><balanceSet>
92 + <kind>transaction</kind>
93 +
94 + <volumeValue>
95 + <volume uom="m3">1257.49</volume>
96 + <temp uom="degC">0</temp>
97 + <pres uom="atm">1</pres>
98 + </volumeValue>
99 +
100 + <work uom="MJ">57378.27</work>
101 + <balanceDetail>
102 + <owner>DONG E&amp;P Norge AS</owner>
103 + <seller>DONG E&amp;P Norge AS</seller>
104 + <salesAdministrator>DONG E&amp;P Norge AS</salesAdministrator>
105 + <buyer>NATURGAS VEST</buyer>
106 + <volumeValue>
107 + <volume uom="m3">644.85</volume>
108 + <temp uom="degC">0</temp>
109 + <pres uom="atm">1</pres>
110 + </volumeValue>
111 +
112 + <work uom="MJ">57939.04</work>
113 + </balanceDetail><balanceDetail>
114 + <owner>DONG E&amp;P Norge AS</owner>
115 + <seller>DONG E&amp;P Norge AS</seller>
116 + <salesAdministrator>DONG E&amp;P Norge AS</salesAdministrator>
117 + <buyer>EXXONMOBIL GAS DE</buyer>
118 + <volumeValue>
119 + <volume uom="m3">445.86</volume>
120 + <temp uom="degC">0</temp>
121 + <pres uom="atm">1</pres>
122 + </volumeValue>
123 +
124 + <work uom="MJ">18743.95</work>
125 + </balanceDetail><balanceDetail>
126 + <owner>DONG E&amp;P Norge AS</owner>
127 + <seller>DONG E&amp;P Norge AS</seller>
128 + <salesAdministrator>DONG E&amp;P Norge AS</salesAdministrator>
129 + <buyer>DONG DK</buyer>
130 + <volumeValue>
131 + <volume uom="m3">166.78</volume>
132 + <temp uom="degC">0</temp>
133 + <pres uom="atm">1</pres>
134 + </volumeValue>
135 +
136 + <work uom="MJ">49208.46</work>
137 + </balanceDetail>
138 + </balanceSet><balanceSet>
139 + <kind>transaction</kind>
140 +
141 + <volumeValue>
142 + <volume uom="m3">1570.53</volume>
143 + <temp uom="degC">0</temp>
144 + <pres uom="atm">1</pres>
145 + </volumeValue>
146 +
147 + <work uom="MJ">20380.92</work>
148 + <balanceDetail>
149 + <owner>DONG E&amp;P Norge AS</owner>
150 + <seller>DONG E&amp;P Norge AS</seller>
151 + <salesAdministrator>DONG E&amp;P Norge AS</salesAdministrator>
152 + <buyer>DONG DK</buyer>
153 + <volumeValue>
154 + <volume uom="m3">1570.53</volume>
155 + <temp uom="degC">0</temp>
156 + <pres uom="atm">1</pres>
157 + </volumeValue>
158 +
159 + <work uom="MJ">23986.6</work>
160 + </balanceDetail>
161 + </balanceSet>
162 + </period>
163 + </product>
164 + </flow>
165 +
166 + </facility>
167 + </object>
168 +</objects>
...\ No newline at end of file ...\ No newline at end of file