David Price

Rebuilt erh facts from MPR G and DPR 2 files with flowIntoOutOf for NPD things

Showing 25 changed files with 850 additions and 1128 deletions
...@@ -224,7 +224,7 @@ ep-flow:EstimatedFlow ...@@ -224,7 +224,7 @@ ep-flow:EstimatedFlow
224 rdfs:subClassOf ep-flow:Flow . 224 rdfs:subClassOf ep-flow:Flow .
225 225
226 ep-flow:ExportFlow 226 ep-flow:ExportFlow
227 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 227 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
228 rdfs:comment "flow that leaves a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ; 228 rdfs:comment "flow that leaves a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ;
229 rdfs:label "export"^^xsd:string ; 229 rdfs:label "export"^^xsd:string ;
230 rdfs:subClassOf ep-flow:Flow . 230 rdfs:subClassOf ep-flow:Flow .
...@@ -254,49 +254,49 @@ ep-flow:Flow ...@@ -254,49 +254,49 @@ ep-flow:Flow
254 rdfs:subClassOf ep-core:PhysicalThing . 254 rdfs:subClassOf ep-core:PhysicalThing .
255 255
256 ep-flow:FlowAtInstant 256 ep-flow:FlowAtInstant
257 - rdf:type owl:Class ; 257 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
258 rdfs:comment "flow that is at an instant in time"^^xsd:string ; 258 rdfs:comment "flow that is at an instant in time"^^xsd:string ;
259 rdfs:label "flow at instant"^^xsd:string ; 259 rdfs:label "flow at instant"^^xsd:string ;
260 rdfs:subClassOf ep-flow:Flow . 260 rdfs:subClassOf ep-flow:Flow .
261 261
262 ep-flow:FlowDuringDay 262 ep-flow:FlowDuringDay
263 - rdf:type owl:Class ; 263 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
264 rdfs:comment "flow that is during a day"^^xsd:string ; 264 rdfs:comment "flow that is during a day"^^xsd:string ;
265 rdfs:label "flow during day"^^xsd:string ; 265 rdfs:label "flow during day"^^xsd:string ;
266 rdfs:subClassOf ep-flow:FlowDuringPeriod . 266 rdfs:subClassOf ep-flow:FlowDuringPeriod .
267 267
268 ep-flow:FlowDuringMonth 268 ep-flow:FlowDuringMonth
269 - rdf:type owl:Class ; 269 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
270 rdfs:comment "flow that is during a month"^^xsd:string ; 270 rdfs:comment "flow that is during a month"^^xsd:string ;
271 rdfs:label "flow during month"^^xsd:string ; 271 rdfs:label "flow during month"^^xsd:string ;
272 rdfs:subClassOf ep-flow:FlowDuringPeriod . 272 rdfs:subClassOf ep-flow:FlowDuringPeriod .
273 273
274 ep-flow:FlowDuringMonthToDate 274 ep-flow:FlowDuringMonthToDate
275 - rdf:type owl:Class ; 275 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
276 rdfs:comment "flow that exists from the beginning of a month to a point in time within it"^^xsd:string ; 276 rdfs:comment "flow that exists from the beginning of a month to a point in time within it"^^xsd:string ;
277 rdfs:label "flow during month to date"^^xsd:string ; 277 rdfs:label "flow during month to date"^^xsd:string ;
278 rdfs:subClassOf ep-flow:FlowDuringPeriod . 278 rdfs:subClassOf ep-flow:FlowDuringPeriod .
279 279
280 ep-flow:FlowDuringPeriod 280 ep-flow:FlowDuringPeriod
281 - rdf:type owl:Class ; 281 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
282 rdfs:comment "flow that is during a period of time"^^xsd:string ; 282 rdfs:comment "flow that is during a period of time"^^xsd:string ;
283 rdfs:label "flow during period"^^xsd:string ; 283 rdfs:label "flow during period"^^xsd:string ;
284 rdfs:subClassOf ep-flow:Flow . 284 rdfs:subClassOf ep-flow:Flow .
285 285
286 ep-flow:FlowDuringWeek 286 ep-flow:FlowDuringWeek
287 - rdf:type owl:Class ; 287 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
288 rdfs:comment "flow that is during a week"^^xsd:string ; 288 rdfs:comment "flow that is during a week"^^xsd:string ;
289 rdfs:label "flow during week"^^xsd:string ; 289 rdfs:label "flow during week"^^xsd:string ;
290 rdfs:subClassOf ep-flow:FlowDuringPeriod . 290 rdfs:subClassOf ep-flow:FlowDuringPeriod .
291 291
292 ep-flow:FlowDuringYear 292 ep-flow:FlowDuringYear
293 - rdf:type owl:Class ; 293 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
294 rdfs:comment "flow that is during a year"^^xsd:string ; 294 rdfs:comment "flow that is during a year"^^xsd:string ;
295 rdfs:label "flow during year"^^xsd:string ; 295 rdfs:label "flow during year"^^xsd:string ;
296 rdfs:subClassOf ep-flow:FlowDuringPeriod . 296 rdfs:subClassOf ep-flow:FlowDuringPeriod .
297 297
298 ep-flow:FlowDuringYearToDate 298 ep-flow:FlowDuringYearToDate
299 - rdf:type owl:Class ; 299 + rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
300 rdfs:comment "flow that exists from the beginning of a year to a point in time within it"^^xsd:string ; 300 rdfs:comment "flow that exists from the beginning of a year to a point in time within it"^^xsd:string ;
301 rdfs:label "flow during year to date"^^xsd:string ; 301 rdfs:label "flow during year to date"^^xsd:string ;
302 rdfs:subClassOf ep-flow:FlowDuringPeriod . 302 rdfs:subClassOf ep-flow:FlowDuringPeriod .
...@@ -344,7 +344,7 @@ ep-flow:ForecastFlow-standard ...@@ -344,7 +344,7 @@ ep-flow:ForecastFlow-standard
344 rdfs:subClassOf ep-flow:ForecastFlow . 344 rdfs:subClassOf ep-flow:ForecastFlow .
345 345
346 ep-flow:GasLiftFlow 346 ep-flow:GasLiftFlow
347 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 347 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
348 rdfs:comment "injection flow into a producing well to reduce the hydrostataic pressure of the fluid column. The resulting reduction in bottom hole pressure allows the reservoir liquids to flow. (source: MPR-XSD)"^^xsd:string ; 348 rdfs:comment "injection flow into a producing well to reduce the hydrostataic pressure of the fluid column. The resulting reduction in bottom hole pressure allows the reservoir liquids to flow. (source: MPR-XSD)"^^xsd:string ;
349 rdfs:label "gas lift flow"^^xsd:string ; 349 rdfs:label "gas lift flow"^^xsd:string ;
350 rdfs:subClassOf ep-flow:InjectionFlow . 350 rdfs:subClassOf ep-flow:InjectionFlow .
...@@ -356,13 +356,13 @@ ep-flow:GrossProductFlow ...@@ -356,13 +356,13 @@ ep-flow:GrossProductFlow
356 rdfs:subClassOf ep-flow:ProductFlow . 356 rdfs:subClassOf ep-flow:ProductFlow .
357 357
358 ep-flow:HydrocarbonAccountingFlow 358 ep-flow:HydrocarbonAccountingFlow
359 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 359 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
360 rdfs:comment "flow that is an accounting of all of the fluids into and out of Stock (i.e., Inventory) which includes all storage facilities at a site including fluid within a pipeline (source: MPR-XSD)"^^xsd:string ; 360 rdfs:comment "flow that is an accounting of all of the fluids into and out of Stock (i.e., Inventory) which includes all storage facilities at a site including fluid within a pipeline (source: MPR-XSD)"^^xsd:string ;
361 rdfs:label "hydrocarbon accounting"^^xsd:string ; 361 rdfs:label "hydrocarbon accounting"^^xsd:string ;
362 rdfs:subClassOf ep-flow:Flow . 362 rdfs:subClassOf ep-flow:Flow .
363 363
364 ep-flow:ImportFlow 364 ep-flow:ImportFlow
365 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 365 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
366 rdfs:comment "flow that enters a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ; 366 rdfs:comment "flow that enters a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ;
367 rdfs:label "import"^^xsd:string ; 367 rdfs:label "import"^^xsd:string ;
368 rdfs:subClassOf ep-flow:Flow . 368 rdfs:subClassOf ep-flow:Flow .
...@@ -434,7 +434,7 @@ ep-flow:NominatedFlow ...@@ -434,7 +434,7 @@ ep-flow:NominatedFlow
434 rdfs:subClassOf ep-flow:Flow . 434 rdfs:subClassOf ep-flow:Flow .
435 435
436 ep-flow:OverboardFlow 436 ep-flow:OverboardFlow
437 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 437 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
438 rdfs:comment "flow that is overboard into the sea (source: MPR-XSD)"^^xsd:string ; 438 rdfs:comment "flow that is overboard into the sea (source: MPR-XSD)"^^xsd:string ;
439 rdfs:label "overboard"^^xsd:string ; 439 rdfs:label "overboard"^^xsd:string ;
440 rdfs:subClassOf ep-flow:Flow . 440 rdfs:subClassOf ep-flow:Flow .
...@@ -530,7 +530,7 @@ ep-flow:ProductMaterialType ...@@ -530,7 +530,7 @@ ep-flow:ProductMaterialType
530 rdfs:subClassOf owl:Class . 530 rdfs:subClassOf owl:Class .
531 531
532 ep-flow:ProductionExploitation 532 ep-flow:ProductionExploitation
533 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 533 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
534 rdfs:comment "flow that is exploited from a reservoir. This is independent of any disposition. (source: MPR-XSD)"^^xsd:string ; 534 rdfs:comment "flow that is exploited from a reservoir. This is independent of any disposition. (source: MPR-XSD)"^^xsd:string ;
535 rdfs:label "production exploitation"^^xsd:string ; 535 rdfs:label "production exploitation"^^xsd:string ;
536 rdfs:subClassOf ep-flow:Flow . 536 rdfs:subClassOf ep-flow:Flow .
...@@ -671,6 +671,10 @@ ep-flow:TemporalPartDurationType ...@@ -671,6 +671,10 @@ ep-flow:TemporalPartDurationType
671 rdfs:label "temporal part duration type"^^xsd:string ; 671 rdfs:label "temporal part duration type"^^xsd:string ;
672 rdfs:subClassOf owl:Class . 672 rdfs:subClassOf owl:Class .
673 673
674 +ep-flow:TemporalPartOfAFlowDurationType
675 + rdf:type rdfs:Class ;
676 + rdfs:subClassOf owl:Class .
677 +
674 ep-flow:ValueAdjustedFlow 678 ep-flow:ValueAdjustedFlow
675 rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 679 rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
676 rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; 680 rdfs:comment "flow that <not documented in XSD>"^^xsd:string ;
...@@ -834,7 +838,7 @@ ep-flow:horizontalDirectionAzimuth ...@@ -834,7 +838,7 @@ ep-flow:horizontalDirectionAzimuth
834 rdfs:range ep-core:PlaneAngle . 838 rdfs:range ep-core:PlaneAngle .
835 839
836 ep-flow:massAtAccountingInstant 840 ep-flow:massAtAccountingInstant
837 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 841 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
838 rdfs:comment "mass that is at the accounting instant for an inventory during a period"^^xsd:string ; 842 rdfs:comment "mass that is at the accounting instant for an inventory during a period"^^xsd:string ;
839 rdfs:domain ep-flow:Inventory ; 843 rdfs:domain ep-flow:Inventory ;
840 rdfs:label "mass at accounting instant"^^xsd:string ; 844 rdfs:label "mass at accounting instant"^^xsd:string ;
......
...@@ -102,7 +102,7 @@ mpr-tables:Cargo ...@@ -102,7 +102,7 @@ mpr-tables:Cargo
102 sp:subject 102 sp:subject
103 [ sp:varName "productionFlowWhole"^^xsd:string 103 [ sp:varName "productionFlowWhole"^^xsd:string
104 ] 104 ]
105 - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#HydrocarbonAccounting> ; 105 + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#HydrocarbonAccountingFlow> ;
106 sp:predicate rdf:type ; 106 sp:predicate rdf:type ;
107 sp:subject 107 sp:subject
108 [ sp:varName "productionFlowWhole"^^xsd:string 108 [ sp:varName "productionFlowWhole"^^xsd:string
...@@ -608,7 +608,7 @@ mpr-tables:CargoOwnership ...@@ -608,7 +608,7 @@ mpr-tables:CargoOwnership
608 sp:subject 608 sp:subject
609 [ sp:varName "productionFlowWhole"^^xsd:string 609 [ sp:varName "productionFlowWhole"^^xsd:string
610 ] 610 ]
611 - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#HydrocarbonAccounting> ; 611 + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#HydrocarbonAccountingFlow> ;
612 sp:predicate rdf:type ; 612 sp:predicate rdf:type ;
613 sp:subject 613 sp:subject
614 [ sp:varName "productionFlowWhole"^^xsd:string 614 [ sp:varName "productionFlowWhole"^^xsd:string
...@@ -1216,7 +1216,7 @@ mpr-tables:GasSales ...@@ -1216,7 +1216,7 @@ mpr-tables:GasSales
1216 sp:subject 1216 sp:subject
1217 [ sp:varName "productionFlowWhole"^^xsd:string 1217 [ sp:varName "productionFlowWhole"^^xsd:string
1218 ] 1218 ]
1219 - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Sale> ; 1219 + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#FlowToSale> ;
1220 sp:predicate rdf:type ; 1220 sp:predicate rdf:type ;
1221 sp:subject 1221 sp:subject
1222 [ sp:varName "productionFlowWhole"^^xsd:string 1222 [ sp:varName "productionFlowWhole"^^xsd:string
...@@ -2009,14 +2009,14 @@ mpr-tables:ProductionFlowsAll ...@@ -2009,14 +2009,14 @@ mpr-tables:ProductionFlowsAll
2009 ] 2009 ]
2010 ]) 2010 ])
2011 ] [ rdf:type sp:NotExists ; 2011 ] [ rdf:type sp:NotExists ;
2012 - sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#HydrocarbonAccounting> ; 2012 + sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#HydrocarbonAccountingFlow> ;
2013 sp:predicate rdf:type ; 2013 sp:predicate rdf:type ;
2014 sp:subject 2014 sp:subject
2015 [ sp:varName "productionFlowWhole"^^xsd:string 2015 [ sp:varName "productionFlowWhole"^^xsd:string
2016 ] 2016 ]
2017 ]) 2017 ])
2018 ] [ rdf:type sp:NotExists ; 2018 ] [ rdf:type sp:NotExists ;
2019 - sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#Sale> ; 2019 + sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#FlowToSale> ;
2020 sp:predicate rdf:type ; 2020 sp:predicate rdf:type ;
2021 sp:subject 2021 sp:subject
2022 [ sp:varName "productionFlowWhole"^^xsd:string 2022 [ sp:varName "productionFlowWhole"^^xsd:string
...@@ -3893,7 +3893,7 @@ mpr-tables:WellProductionFlows ...@@ -3893,7 +3893,7 @@ mpr-tables:WellProductionFlows
3893 [ sp:varName "productionFlowWhole"^^xsd:string 3893 [ sp:varName "productionFlowWhole"^^xsd:string
3894 ] 3894 ]
3895 ] [ rdf:type sp:NotExists ; 3895 ] [ rdf:type sp:NotExists ;
3896 - sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#Sale> ; 3896 + sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#FlowToSale> ;
3897 sp:predicate rdf:type ; 3897 sp:predicate rdf:type ;
3898 sp:subject 3898 sp:subject
3899 [ sp:varName "productionFlowWhole"^^xsd:string 3899 [ sp:varName "productionFlowWhole"^^xsd:string
......
...@@ -16,8 +16,40 @@ ...@@ -16,8 +16,40 @@
16 owl:imports <http://www.reportinghub.no/ep/schema/1.0/erhfacts> , <http://www.reportinghub.no/np/data/npd> ; 16 owl:imports <http://www.reportinghub.no/ep/schema/1.0/erhfacts> , <http://www.reportinghub.no/np/data/npd> ;
17 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 17 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
18 18
19 +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_DRYGAS_SALES>
20 + rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeProductionFlow ;
21 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
22 + erh:id "MIKKEL_ALLOCATED_DRYGAS_SALES"^^xsd:string ;
23 + erh:name "Mikkel allocated gas sales - dry"^^xsd:string ;
24 + ep-flow:flowIntoOrOutOf
25 + <http://www.reportinghub.no/np/data/npd/Field-1630514> .
26 +
27 +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_GAS_SALES>
28 + rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeProductionFlow ;
29 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
30 + erh:id "MIKKEL_ALLOCATED_GAS_SALES"^^xsd:string ;
31 + erh:name "Mikkel allcated gas sales"^^xsd:string ;
32 + ep-flow:flowIntoOrOutOf
33 + <http://www.reportinghub.no/np/data/npd/Field-1630514> .
34 +
35 +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_INVENTORY_TOT>
36 + rdf:type ep-flow:AllocatedFlow , ep-flow:Inventory ;
37 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
38 + erh:id "MIKKEL_ALLOCATED_INVENTORY_TOT"^^xsd:string ;
39 + erh:name "Mikkel total allocated inventory"^^xsd:string ;
40 + ep-flow:flowIntoOrOutOf
41 + <http://www.reportinghub.no/np/data/npd/Field-1630514> .
42 +
43 +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_TANKLIFT>
44 + rdf:type ep-flow:AllocatedFlow , ep-flow:HydrocarbonAccountingFlow , ep-flow:WholeLifeProductionFlow ;
45 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
46 + erh:id "MIKKEL_ALLOCATED_TANKLIFT"^^xsd:string ;
47 + erh:name "Mikkel allocated tanker lifting lifted by tanker"^^xsd:string ;
48 + ep-flow:flowIntoOrOutOf
49 + <http://www.reportinghub.no/np/data/npd/Field-1630514> .
50 +
19 <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_BUDGET_FIELD_VOLUMES> 51 <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_BUDGET_FIELD_VOLUMES>
20 - rdf:type ep-flow:ProductionFlow ; 52 + rdf:type ep-flow:BudgetFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
21 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ; 53 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
22 erh:id "MIKKEL_BUDGET_FIELD_VOLUMES"^^xsd:string ; 54 erh:id "MIKKEL_BUDGET_FIELD_VOLUMES"^^xsd:string ;
23 erh:name "Mikkel budgeted volumes"^^xsd:string ; 55 erh:name "Mikkel budgeted volumes"^^xsd:string ;
...@@ -25,7 +57,7 @@ ...@@ -25,7 +57,7 @@
25 <http://www.reportinghub.no/np/data/npd/Field-1630514> . 57 <http://www.reportinghub.no/np/data/npd/Field-1630514> .
26 58
27 <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_EXCESS> 59 <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_EXCESS>
28 - rdf:type ep-flow:ProductionFlow ; 60 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-flare , ep-flow:WholeLifeProductionFlow ;
29 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ; 61 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
30 erh:id "MIKKEL_CONSUME_FLARE_EXCESS"^^xsd:string ; 62 erh:id "MIKKEL_CONSUME_FLARE_EXCESS"^^xsd:string ;
31 erh:name "Mikkel consumed excess flare"^^xsd:string ; 63 erh:name "Mikkel consumed excess flare"^^xsd:string ;
...@@ -33,7 +65,7 @@ ...@@ -33,7 +65,7 @@
33 <http://www.reportinghub.no/np/data/npd/Field-1630514> . 65 <http://www.reportinghub.no/np/data/npd/Field-1630514> .
34 66
35 <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_TOT> 67 <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_TOT>
36 - rdf:type ep-flow:ProductionFlow ; 68 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-flare , ep-flow:WholeLifeProductionFlow ;
37 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ; 69 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
38 erh:id "MIKKEL_CONSUME_FLARE_TOT"^^xsd:string ; 70 erh:id "MIKKEL_CONSUME_FLARE_TOT"^^xsd:string ;
39 erh:name "Mikkel consumed flare excluding excess flare"^^xsd:string ; 71 erh:name "Mikkel consumed flare excluding excess flare"^^xsd:string ;
...@@ -41,7 +73,7 @@ ...@@ -41,7 +73,7 @@
41 <http://www.reportinghub.no/np/data/npd/Field-1630514> . 73 <http://www.reportinghub.no/np/data/npd/Field-1630514> .
42 74
43 <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FUEL_DRILLING> 75 <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FUEL_DRILLING>
44 - rdf:type ep-flow:ProductionFlow ; 76 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:WholeLifeProductionFlow ;
45 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ; 77 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
46 erh:id "MIKKEL_CONSUME_FUEL_DRILLING"^^xsd:string ; 78 erh:id "MIKKEL_CONSUME_FUEL_DRILLING"^^xsd:string ;
47 erh:name "Mikkel consumed drilling fuel"^^xsd:string ; 79 erh:name "Mikkel consumed drilling fuel"^^xsd:string ;
...@@ -49,7 +81,7 @@ ...@@ -49,7 +81,7 @@
49 <http://www.reportinghub.no/np/data/npd/Field-1630514> . 81 <http://www.reportinghub.no/np/data/npd/Field-1630514> .
50 82
51 <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_FISCAL_FIELD_VOLUMES> 83 <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_FISCAL_FIELD_VOLUMES>
52 - rdf:type ep-flow:ProductionFlow ; 84 + rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
53 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ; 85 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
54 erh:id "MIKKEL_FISCAL_FIELD_VOLUMES"^^xsd:string ; 86 erh:id "MIKKEL_FISCAL_FIELD_VOLUMES"^^xsd:string ;
55 erh:name "Mikkel measured total volumes"^^xsd:string ; 87 erh:name "Mikkel measured total volumes"^^xsd:string ;
...@@ -57,7 +89,7 @@ ...@@ -57,7 +89,7 @@
57 <http://www.reportinghub.no/np/data/npd/Field-1630514> . 89 <http://www.reportinghub.no/np/data/npd/Field-1630514> .
58 90
59 <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_FORECAST_PRODUCTION> 91 <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_FORECAST_PRODUCTION>
60 - rdf:type ep-flow:ProductionFlow ; 92 + rdf:type ep-flow:ForecastFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
61 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ; 93 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
62 erh:id "MIKKEL_FORECAST_PRODUCTION"^^xsd:string ; 94 erh:id "MIKKEL_FORECAST_PRODUCTION"^^xsd:string ;
63 erh:name "Mikkel forecasted volumes"^^xsd:string ; 95 erh:name "Mikkel forecasted volumes"^^xsd:string ;
...@@ -65,7 +97,7 @@ ...@@ -65,7 +97,7 @@
65 <http://www.reportinghub.no/np/data/npd/Field-1630514> . 97 <http://www.reportinghub.no/np/data/npd/Field-1630514> .
66 98
67 <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_GAS_INJECTION_TOT> 99 <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_GAS_INJECTION_TOT>
68 - rdf:type ep-flow:ProductionFlow ; 100 + rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ;
69 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ; 101 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
70 erh:id "MIKKEL_GAS_INJECTION_TOT"^^xsd:string ; 102 erh:id "MIKKEL_GAS_INJECTION_TOT"^^xsd:string ;
71 erh:name "Mikkel injected gas"^^xsd:string ; 103 erh:name "Mikkel injected gas"^^xsd:string ;
...@@ -73,131 +105,171 @@ ...@@ -73,131 +105,171 @@
73 <http://www.reportinghub.no/np/data/npd/Field-1630514> . 105 <http://www.reportinghub.no/np/data/npd/Field-1630514> .
74 106
75 <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_MPT5_FISCAL_VOLUMES> 107 <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_MPT5_FISCAL_VOLUMES>
76 - rdf:type ep-flow:ProductionFlow ; 108 + rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
77 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ; 109 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
78 erh:id "MIKKEL_MPT5_FISCAL_VOLUMES"^^xsd:string ; 110 erh:id "MIKKEL_MPT5_FISCAL_VOLUMES"^^xsd:string ;
79 erh:name "Mikkel MPT5 measured volumes"^^xsd:string . 111 erh:name "Mikkel MPT5 measured volumes"^^xsd:string .
80 112
81 <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_SALEABLE_PRODUCTION> 113 <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_SALEABLE_PRODUCTION>
82 - rdf:type ep-flow:ProductionFlow ; 114 + rdf:type ep-flow:ProductionExploitation , ep-flow:SaleableFlow , ep-flow:WholeLifeProductionFlow ;
83 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ; 115 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
84 erh:id "MIKKEL_SALEABLE_PRODUCTION"^^xsd:string ; 116 erh:id "MIKKEL_SALEABLE_PRODUCTION"^^xsd:string ;
85 erh:name "Mikkel saleable volumes"^^xsd:string ; 117 erh:name "Mikkel saleable volumes"^^xsd:string ;
86 ep-flow:flowIntoOrOutOf 118 ep-flow:flowIntoOrOutOf
87 <http://www.reportinghub.no/np/data/npd/Field-1630514> . 119 <http://www.reportinghub.no/np/data/npd/Field-1630514> .
88 120
121 +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-FRED_ALLLOCATED_INVENTORY>
122 + rdf:type ep-flow:AllocatedFlow , ep-flow:Inventory ;
123 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
124 + erh:id "FRED_ALLLOCATED_INVENTORY"^^xsd:string ;
125 + erh:name "Fredericia allocated inventory volumes"^^xsd:string ;
126 + ep-flow:flowIntoOrOutOf
127 + <http://www.reportinghub.no/np/data/npd/Facility-416595> .
128 +
129 +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-FRED_ALLOCATED_HYDROCOUNT>
130 + rdf:type ep-flow:AllocatedFlow , ep-flow:HydrocarbonAccountingFlow , ep-flow:WholeLifeProductionFlow ;
131 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
132 + erh:id "FRED_ALLOCATED_HYDROCOUNT"^^xsd:string ;
133 + erh:name "Fredericia allocated hydrocarbon counting lifted by tanker"^^xsd:string ;
134 + ep-flow:flowIntoOrOutOf
135 + <http://www.reportinghub.no/np/data/npd/Facility-416595> .
136 +
137 +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-NYBRO_ALLOCATED_GAS_SALES>
138 + rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeProductionFlow ;
139 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
140 + erh:id "NYBRO_ALLOCATED_GAS_SALES"^^xsd:string ;
141 + erh:name "Nybro allocated gas sales"^^xsd:string ;
142 + ep-flow:flowIntoOrOutOf
143 + <http://www.reportinghub.no/np/data/npd/Facility-416937> .
144 +
89 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_ALLOCATED_PRODUCTION> 145 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_ALLOCATED_PRODUCTION>
90 - rdf:type ep-flow:ProductionFlow ; 146 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
91 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; 147 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
92 erh:id "TRY_ALLOCATED_PRODUCTION"^^xsd:string ; 148 erh:id "TRY_ALLOCATED_PRODUCTION"^^xsd:string ;
93 erh:name "Trym allocated volumes"^^xsd:string ; 149 erh:name "Trym allocated volumes"^^xsd:string ;
94 ep-flow:flowIntoOrOutOf 150 ep-flow:flowIntoOrOutOf
95 - <http://www.reportinghub.no/np/data/npd/Facility-410130> , <http://www.reportinghub.no/np/data/npd/Field-18081500> . 151 + <http://www.reportinghub.no/np/data/npd/Field-18081500> .
96 152
97 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CHEMICAL_INJECTION> 153 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CHEMICAL_INJECTION>
98 - rdf:type ep-flow:ProductionFlow ; 154 + rdf:type ep-flow:InjectionFlow , ep-flow:MeasuredFlow , ep-flow:WholeLifeProductionFlow ;
99 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; 155 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
100 erh:id "TRY_CHEMICAL_INJECTION"^^xsd:string ; 156 erh:id "TRY_CHEMICAL_INJECTION"^^xsd:string ;
101 erh:name "Trym injection of chemicals"^^xsd:string ; 157 erh:name "Trym injection of chemicals"^^xsd:string ;
102 ep-flow:flowIntoOrOutOf 158 ep-flow:flowIntoOrOutOf
103 - <http://www.reportinghub.no/np/data/npd/Facility-410130> , <http://www.reportinghub.no/np/data/npd/Field-18081500> . 159 + <http://www.reportinghub.no/np/data/npd/Field-18081500> .
104 160
105 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_COMPRESSOR_D32_VOLUMES> 161 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_COMPRESSOR_D32_VOLUMES>
106 - rdf:type ep-flow:ProductionFlow ; 162 + rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
107 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; 163 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
108 erh:id "TRY_COMPRESSOR_D32_VOLUMES"^^xsd:string ; 164 erh:id "TRY_COMPRESSOR_D32_VOLUMES"^^xsd:string ;
109 erh:name "Trym compressor D32 measured volumes"^^xsd:string . 165 erh:name "Trym compressor D32 measured volumes"^^xsd:string .
110 166
111 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_COMPRESSOR_D34_VOLUMES> 167 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_COMPRESSOR_D34_VOLUMES>
112 - rdf:type ep-flow:ProductionFlow ; 168 + rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
113 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; 169 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
114 erh:id "TRY_COMPRESSOR_D34_VOLUMES"^^xsd:string ; 170 erh:id "TRY_COMPRESSOR_D34_VOLUMES"^^xsd:string ;
115 erh:name "Trym compressor D34 measured volumes"^^xsd:string . 171 erh:name "Trym compressor D34 measured volumes"^^xsd:string .
116 172
117 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CONSUME_FLARE_EXCESS> 173 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CONSUME_FLARE_EXCESS>
118 - rdf:type ep-flow:ProductionFlow ; 174 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-flare , ep-flow:WholeLifeProductionFlow ;
119 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; 175 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
120 erh:id "TRY_CONSUME_FLARE_EXCESS"^^xsd:string ; 176 erh:id "TRY_CONSUME_FLARE_EXCESS"^^xsd:string ;
121 erh:name "Trym consumed excess flare"^^xsd:string ; 177 erh:name "Trym consumed excess flare"^^xsd:string ;
122 ep-flow:flowIntoOrOutOf 178 ep-flow:flowIntoOrOutOf
123 - <http://www.reportinghub.no/np/data/npd/Facility-410130> , <http://www.reportinghub.no/np/data/npd/Field-18081500> . 179 + <http://www.reportinghub.no/np/data/npd/Field-18081500> .
124 180
125 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CONSUME_FLARE_TOT> 181 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CONSUME_FLARE_TOT>
126 - rdf:type ep-flow:ProductionFlow ; 182 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-flare , ep-flow:WholeLifeProductionFlow ;
127 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; 183 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
128 erh:id "TRY_CONSUME_FLARE_TOT"^^xsd:string ; 184 erh:id "TRY_CONSUME_FLARE_TOT"^^xsd:string ;
129 erh:name "Trym consumed flare excluding excess flare"^^xsd:string ; 185 erh:name "Trym consumed flare excluding excess flare"^^xsd:string ;
130 ep-flow:flowIntoOrOutOf 186 ep-flow:flowIntoOrOutOf
131 - <http://www.reportinghub.no/np/data/npd/Facility-410130> , <http://www.reportinghub.no/np/data/npd/Field-18081500> . 187 + <http://www.reportinghub.no/np/data/npd/Field-18081500> .
132 188
133 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CONSUME_FUEL_DRILLING> 189 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CONSUME_FUEL_DRILLING>
134 - rdf:type ep-flow:ProductionFlow ; 190 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:WholeLifeProductionFlow ;
135 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; 191 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
136 erh:id "TRY_CONSUME_FUEL_DRILLING"^^xsd:string ; 192 erh:id "TRY_CONSUME_FUEL_DRILLING"^^xsd:string ;
137 erh:name "Trym consumed drilling fuel"^^xsd:string ; 193 erh:name "Trym consumed drilling fuel"^^xsd:string ;
138 ep-flow:flowIntoOrOutOf 194 ep-flow:flowIntoOrOutOf
139 - <http://www.reportinghub.no/np/data/npd/Facility-410130> , <http://www.reportinghub.no/np/data/npd/Field-18081500> . 195 + <http://www.reportinghub.no/np/data/npd/Field-18081500> .
140 196
141 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CONSUME_FUEL_TOT> 197 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CONSUME_FUEL_TOT>
142 - rdf:type ep-flow:ProductionFlow ; 198 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:WholeLifeProductionFlow ;
143 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; 199 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
144 erh:id "TRY_CONSUME_FUEL_TOT"^^xsd:string ; 200 erh:id "TRY_CONSUME_FUEL_TOT"^^xsd:string ;
145 erh:name "Trym consumed total fuel"^^xsd:string ; 201 erh:name "Trym consumed total fuel"^^xsd:string ;
146 ep-flow:flowIntoOrOutOf 202 ep-flow:flowIntoOrOutOf
147 - <http://www.reportinghub.no/np/data/npd/Facility-410130> , <http://www.reportinghub.no/np/data/npd/Field-18081500> . 203 + <http://www.reportinghub.no/np/data/npd/Field-18081500> .
148 204
149 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CONSUME_FUEL_WAT_INJ> 205 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CONSUME_FUEL_WAT_INJ>
150 - rdf:type ep-flow:ProductionFlow ; 206 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:WholeLifeProductionFlow ;
151 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; 207 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
152 erh:id "TRY_CONSUME_FUEL_WAT_INJ"^^xsd:string ; 208 erh:id "TRY_CONSUME_FUEL_WAT_INJ"^^xsd:string ;
153 erh:name "Trym consumed water injection fuel"^^xsd:string ; 209 erh:name "Trym consumed water injection fuel"^^xsd:string ;
154 ep-flow:flowIntoOrOutOf 210 ep-flow:flowIntoOrOutOf
155 - <http://www.reportinghub.no/np/data/npd/Facility-410130> , <http://www.reportinghub.no/np/data/npd/Field-18081500> . 211 + <http://www.reportinghub.no/np/data/npd/Field-18081500> .
156 212
157 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_FISCAL_FIELD_VOLUMES> 213 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_FISCAL_FIELD_VOLUMES>
158 - rdf:type ep-flow:ProductionFlow ; 214 + rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
159 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; 215 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
160 erh:id "TRY_FISCAL_FIELD_VOLUMES"^^xsd:string ; 216 erh:id "TRY_FISCAL_FIELD_VOLUMES"^^xsd:string ;
161 erh:name "Trym measured total volumes"^^xsd:string ; 217 erh:name "Trym measured total volumes"^^xsd:string ;
162 ep-flow:flowIntoOrOutOf 218 ep-flow:flowIntoOrOutOf
163 - <http://www.reportinghub.no/np/data/npd/Facility-410130> , <http://www.reportinghub.no/np/data/npd/Field-18081500> . 219 + <http://www.reportinghub.no/np/data/npd/Field-18081500> .
164 220
165 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_GAS_INJECTION_TOT> 221 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_GAS_INJECTION_TOT>
166 - rdf:type ep-flow:ProductionFlow ; 222 + rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ;
167 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; 223 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
168 erh:id "TRY_GAS_INJECTION_TOT"^^xsd:string ; 224 erh:id "TRY_GAS_INJECTION_TOT"^^xsd:string ;
169 erh:name "Trym injected gas"^^xsd:string ; 225 erh:name "Trym injected gas"^^xsd:string ;
170 ep-flow:flowIntoOrOutOf 226 ep-flow:flowIntoOrOutOf
171 - <http://www.reportinghub.no/np/data/npd/Facility-410130> , <http://www.reportinghub.no/np/data/npd/Field-18081500> . 227 + <http://www.reportinghub.no/np/data/npd/Field-18081500> .
172 228
173 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_MPD5_FISCAL_VOLUMES> 229 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_MPD5_FISCAL_VOLUMES>
174 - rdf:type ep-flow:ProductionFlow ; 230 + rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
175 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; 231 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
176 erh:id "TRY_MPD5_FISCAL_VOLUMES"^^xsd:string ; 232 erh:id "TRY_MPD5_FISCAL_VOLUMES"^^xsd:string ;
177 erh:name "Trym MPD5 measured volumes"^^xsd:string . 233 erh:name "Trym MPD5 measured volumes"^^xsd:string .
178 234
179 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_MPM1_FISCAL_VOLUMES> 235 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_MPM1_FISCAL_VOLUMES>
180 - rdf:type ep-flow:ProductionFlow ; 236 + rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
181 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; 237 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
182 erh:id "TRY_MPM1_FISCAL_VOLUMES"^^xsd:string ; 238 erh:id "TRY_MPM1_FISCAL_VOLUMES"^^xsd:string ;
183 erh:name "Trym MPM1 measured volumes"^^xsd:string . 239 erh:name "Trym MPM1 measured volumes"^^xsd:string .
184 240
185 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_MPM2_FISCAL_VOLUMES> 241 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_MPM2_FISCAL_VOLUMES>
186 - rdf:type ep-flow:ProductionFlow ; 242 + rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
187 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; 243 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
188 erh:id "TRY_MPM2_FISCAL_VOLUMES"^^xsd:string ; 244 erh:id "TRY_MPM2_FISCAL_VOLUMES"^^xsd:string ;
189 erh:name "Trym MPM2 measured volumes"^^xsd:string . 245 erh:name "Trym MPM2 measured volumes"^^xsd:string .
190 246
191 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_SALEABLE_PRODUCTION> 247 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_SALEABLE_PRODUCTION>
192 - rdf:type ep-flow:ProductionFlow ; 248 + rdf:type ep-flow:ProductionExploitation , ep-flow:SaleableFlow , ep-flow:WholeLifeProductionFlow ;
193 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; 249 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
194 erh:id "TRY_SALEABLE_PRODUCTION"^^xsd:string ; 250 erh:id "TRY_SALEABLE_PRODUCTION"^^xsd:string ;
195 erh:name "Trym saleable volumes"^^xsd:string ; 251 erh:name "Trym saleable volumes"^^xsd:string ;
196 ep-flow:flowIntoOrOutOf 252 ep-flow:flowIntoOrOutOf
197 - <http://www.reportinghub.no/np/data/npd/Facility-410130> , <http://www.reportinghub.no/np/data/npd/Field-18081500> . 253 + <http://www.reportinghub.no/np/data/npd/Field-18081500> .
254 +
255 +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_7A1_AH_ALLOCATED_PROD_VOLUMES>
256 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
257 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
258 + erh:id "TRY_WB_7A1_AH_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
259 + erh:name "3/7-A-1 AH allocated production volumes"^^xsd:string ;
260 + ep-flow:flowIntoOrOutOf
261 + <http://www.reportinghub.no/np/data/npd/WellBore-6469> .
262 +
263 +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_7A2_H_ALLOCATED_PROD_VOLUMES>
264 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
265 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
266 + erh:id "TRY_WB_7A2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
267 + erh:name "3/7-A-2 H allocated production volumes"^^xsd:string ;
268 + ep-flow:flowIntoOrOutOf
269 + <http://www.reportinghub.no/np/data/npd/WellBore-6439> .
198 270
199 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_A1_AH_ALLOCATED_INJ_VOLUMES> 271 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_A1_AH_ALLOCATED_INJ_VOLUMES>
200 - rdf:type ep-flow:ProductionFlow ; 272 + rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ;
201 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; 273 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
202 erh:id "TRY_WB_A1_AH_ALLOCATED_INJ_VOLUMES"^^xsd:string ; 274 erh:id "TRY_WB_A1_AH_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
203 erh:name "3/7-A-1 AH allocated injection volumes"^^xsd:string ; 275 erh:name "3/7-A-1 AH allocated injection volumes"^^xsd:string ;
...@@ -205,7 +277,7 @@ ...@@ -205,7 +277,7 @@
205 <http://www.reportinghub.no/np/data/npd/WellBore-6469> . 277 <http://www.reportinghub.no/np/data/npd/WellBore-6469> .
206 278
207 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_A1_AH_ALLOCATED_PROD_VOLUMES> 279 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_A1_AH_ALLOCATED_PROD_VOLUMES>
208 - rdf:type ep-flow:ProductionFlow ; 280 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
209 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; 281 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
210 erh:id "TRY_WB_A1_AH_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 282 erh:id "TRY_WB_A1_AH_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
211 erh:name "3/7-A-1 AH allocated production volumes"^^xsd:string ; 283 erh:name "3/7-A-1 AH allocated production volumes"^^xsd:string ;
...@@ -213,7 +285,7 @@ ...@@ -213,7 +285,7 @@
213 <http://www.reportinghub.no/np/data/npd/WellBore-6469> . 285 <http://www.reportinghub.no/np/data/npd/WellBore-6469> .
214 286
215 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_A2_H_ALLOCATED_INJ_VOLUMES> 287 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_A2_H_ALLOCATED_INJ_VOLUMES>
216 - rdf:type ep-flow:ProductionFlow ; 288 + rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ;
217 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; 289 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
218 erh:id "TRY_WB_A2_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ; 290 erh:id "TRY_WB_A2_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
219 erh:name "3/7-A-2 H allocated injection volumes"^^xsd:string ; 291 erh:name "3/7-A-2 H allocated injection volumes"^^xsd:string ;
...@@ -221,67 +293,99 @@ ...@@ -221,67 +293,99 @@
221 <http://www.reportinghub.no/np/data/npd/WellBore-6439> . 293 <http://www.reportinghub.no/np/data/npd/WellBore-6439> .
222 294
223 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_A2_H_ALLOCATED_PROD_VOLUMES> 295 <http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_A2_H_ALLOCATED_PROD_VOLUMES>
224 - rdf:type ep-flow:ProductionFlow ; 296 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
225 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ; 297 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
226 erh:id "TRY_WB_A2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 298 erh:id "TRY_WB_A2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
227 erh:name "3/7-A-2 H allocated production volumes"^^xsd:string ; 299 erh:name "3/7-A-2 H allocated production volumes"^^xsd:string ;
228 ep-flow:flowIntoOrOutOf 300 ep-flow:flowIntoOrOutOf
229 <http://www.reportinghub.no/np/data/npd/WellBore-6439> . 301 <http://www.reportinghub.no/np/data/npd/WellBore-6439> .
230 302
303 +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_GAS_SALES>
304 + rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeProductionFlow ;
305 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ;
306 + erh:id "KRISTIN_ALLOCATED_GAS_SALES"^^xsd:string ;
307 + erh:name "Kristin allocated gas sales"^^xsd:string ;
308 + ep-flow:flowIntoOrOutOf
309 + <http://www.reportinghub.no/np/data/npd/Field-1854729> .
310 +
311 +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_INVENTORY_TOT>
312 + rdf:type ep-flow:AllocatedFlow , ep-flow:Inventory ;
313 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ;
314 + erh:id "KRISTIN_ALLOCATED_INVENTORY_TOT"^^xsd:string ;
315 + erh:name "Kristin total allocated inventory"^^xsd:string ;
316 + ep-flow:flowIntoOrOutOf
317 + <http://www.reportinghub.no/np/data/npd/Field-1854729> .
318 +
231 <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION> 319 <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION>
232 - rdf:type ep-flow:ProductionFlow ; 320 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
233 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ; 321 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ;
234 erh:id "KRISTIN_ALLOCATED_PRODUCTION"^^xsd:string ; 322 erh:id "KRISTIN_ALLOCATED_PRODUCTION"^^xsd:string ;
235 erh:name "Kristin allocated volumes"^^xsd:string ; 323 erh:name "Kristin allocated volumes"^^xsd:string ;
236 ep-flow:flowIntoOrOutOf 324 ep-flow:flowIntoOrOutOf
237 - <http://www.reportinghub.no/np/data/npd/Facility-368635> , <http://www.reportinghub.no/np/data/npd/Field-1854729> . 325 + <http://www.reportinghub.no/np/data/npd/Field-1854729> .
238 326
239 <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_CHEMICAL_INJECTION> 327 <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_CHEMICAL_INJECTION>
240 - rdf:type ep-flow:ProductionFlow ; 328 + rdf:type ep-flow:InjectionFlow , ep-flow:MeasuredFlow , ep-flow:WholeLifeProductionFlow ;
241 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ; 329 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ;
242 erh:id "KRISTIN_CHEMICAL_INJECTION"^^xsd:string ; 330 erh:id "KRISTIN_CHEMICAL_INJECTION"^^xsd:string ;
243 erh:name "Kristin injection of chemicals"^^xsd:string ; 331 erh:name "Kristin injection of chemicals"^^xsd:string ;
244 ep-flow:flowIntoOrOutOf 332 ep-flow:flowIntoOrOutOf
245 - <http://www.reportinghub.no/np/data/npd/Facility-368635> , <http://www.reportinghub.no/np/data/npd/Field-1854729> . 333 + <http://www.reportinghub.no/np/data/npd/Field-1854729> .
246 334
247 <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_FISCAL_FIELD_VOLUMES> 335 <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_FISCAL_FIELD_VOLUMES>
248 - rdf:type ep-flow:ProductionFlow ; 336 + rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
249 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ; 337 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ;
250 erh:id "KRISTIN_FISCAL_FIELD_VOLUMES"^^xsd:string ; 338 erh:id "KRISTIN_FISCAL_FIELD_VOLUMES"^^xsd:string ;
251 erh:name "Kristin measured total volumes"^^xsd:string ; 339 erh:name "Kristin measured total volumes"^^xsd:string ;
252 ep-flow:flowIntoOrOutOf 340 ep-flow:flowIntoOrOutOf
253 - <http://www.reportinghub.no/np/data/npd/Facility-368635> , <http://www.reportinghub.no/np/data/npd/Field-1854729> . 341 + <http://www.reportinghub.no/np/data/npd/Field-1854729> .
254 342
255 <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_GAS_INJECTION_TOT> 343 <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_GAS_INJECTION_TOT>
256 - rdf:type ep-flow:ProductionFlow ; 344 + rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ;
257 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ; 345 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ;
258 erh:id "KRISTIN_GAS_INJECTION_TOT"^^xsd:string ; 346 erh:id "KRISTIN_GAS_INJECTION_TOT"^^xsd:string ;
259 erh:name "Kristin injected gas"^^xsd:string ; 347 erh:name "Kristin injected gas"^^xsd:string ;
260 ep-flow:flowIntoOrOutOf 348 ep-flow:flowIntoOrOutOf
261 - <http://www.reportinghub.no/np/data/npd/Facility-368635> , <http://www.reportinghub.no/np/data/npd/Field-1854729> . 349 + <http://www.reportinghub.no/np/data/npd/Field-1854729> .
262 350
263 <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_MPM1_FISCAL_VOLUMES> 351 <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_MPM1_FISCAL_VOLUMES>
264 - rdf:type ep-flow:ProductionFlow ; 352 + rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
265 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ; 353 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ;
266 erh:id "KRISTIN_MPM1_FISCAL_VOLUMES"^^xsd:string ; 354 erh:id "KRISTIN_MPM1_FISCAL_VOLUMES"^^xsd:string ;
267 erh:name "Kristin MPM1 measured volumes"^^xsd:string . 355 erh:name "Kristin MPM1 measured volumes"^^xsd:string .
268 356
269 <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_MPT2_FISCAL_VOLUMES> 357 <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_MPT2_FISCAL_VOLUMES>
270 - rdf:type ep-flow:ProductionFlow ; 358 + rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
271 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ; 359 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ;
272 erh:id "KRISTIN_MPT2_FISCAL_VOLUMES"^^xsd:string ; 360 erh:id "KRISTIN_MPT2_FISCAL_VOLUMES"^^xsd:string ;
273 erh:name "Kristin MPT2 measured volumes"^^xsd:string . 361 erh:name "Kristin MPT2 measured volumes"^^xsd:string .
274 362
275 <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_SALEABLE_PRODUCTION> 363 <http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_SALEABLE_PRODUCTION>
276 - rdf:type ep-flow:ProductionFlow ; 364 + rdf:type ep-flow:ProductionExploitation , ep-flow:SaleableFlow , ep-flow:WholeLifeProductionFlow ;
277 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ; 365 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ;
278 erh:id "KRISTIN_SALEABLE_PRODUCTION"^^xsd:string ; 366 erh:id "KRISTIN_SALEABLE_PRODUCTION"^^xsd:string ;
279 erh:name "Kristin saleable volumes"^^xsd:string ; 367 erh:name "Kristin saleable volumes"^^xsd:string ;
280 ep-flow:flowIntoOrOutOf 368 ep-flow:flowIntoOrOutOf
281 - <http://www.reportinghub.no/np/data/npd/Facility-368635> , <http://www.reportinghub.no/np/data/npd/Field-1854729> . 369 + <http://www.reportinghub.no/np/data/npd/Field-1854729> .
370 +
371 +<http://www.reportinghub.no/data/erh/Field-3960848-Flow-TYRIHANS_ALLOCATED_GAS_SALES>
372 + rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeProductionFlow ;
373 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-3960848> ;
374 + erh:id "TYRIHANS_ALLOCATED_GAS_SALES"^^xsd:string ;
375 + erh:name "Tyrihans allocated gas sales"^^xsd:string ;
376 + ep-flow:flowIntoOrOutOf
377 + <http://www.reportinghub.no/np/data/npd/Field-3960848> .
378 +
379 +<http://www.reportinghub.no/data/erh/Field-3960848-Flow-TYRIHANS_ALLOCATED_INVENTORY_TOT>
380 + rdf:type ep-flow:AllocatedFlow , ep-flow:Inventory ;
381 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-3960848> ;
382 + erh:id "TYRIHANS_ALLOCATED_INVENTORY_TOT"^^xsd:string ;
383 + erh:name "Tyrihans total allocated inventory"^^xsd:string ;
384 + ep-flow:flowIntoOrOutOf
385 + <http://www.reportinghub.no/np/data/npd/Field-3960848> .
282 386
283 <http://www.reportinghub.no/data/erh/Field-3960848-Flow-TYRIHANS_CONSUME_FUEL_DRILLING> 387 <http://www.reportinghub.no/data/erh/Field-3960848-Flow-TYRIHANS_CONSUME_FUEL_DRILLING>
284 - rdf:type ep-flow:ProductionFlow ; 388 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:WholeLifeProductionFlow ;
285 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-3960848> ; 389 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-3960848> ;
286 erh:id "TYRIHANS_CONSUME_FUEL_DRILLING"^^xsd:string ; 390 erh:id "TYRIHANS_CONSUME_FUEL_DRILLING"^^xsd:string ;
287 erh:name "Tyrihans consumed drilling fuel"^^xsd:string ; 391 erh:name "Tyrihans consumed drilling fuel"^^xsd:string ;
...@@ -289,7 +393,7 @@ ...@@ -289,7 +393,7 @@
289 <http://www.reportinghub.no/np/data/npd/Field-3960848> . 393 <http://www.reportinghub.no/np/data/npd/Field-3960848> .
290 394
291 <http://www.reportinghub.no/data/erh/Field-3960848-Flow-TYRIHANS_CONSUME_FUEL_TOT> 395 <http://www.reportinghub.no/data/erh/Field-3960848-Flow-TYRIHANS_CONSUME_FUEL_TOT>
292 - rdf:type ep-flow:ProductionFlow ; 396 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:WholeLifeProductionFlow ;
293 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-3960848> ; 397 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-3960848> ;
294 erh:id "TYRIHANS_CONSUME_FUEL_TOT"^^xsd:string ; 398 erh:id "TYRIHANS_CONSUME_FUEL_TOT"^^xsd:string ;
295 erh:name "Tyrihans consumed total fuel"^^xsd:string ; 399 erh:name "Tyrihans consumed total fuel"^^xsd:string ;
...@@ -297,29 +401,61 @@ ...@@ -297,29 +401,61 @@
297 <http://www.reportinghub.no/np/data/npd/Field-3960848> . 401 <http://www.reportinghub.no/np/data/npd/Field-3960848> .
298 402
299 <http://www.reportinghub.no/data/erh/Field-3960848-Flow-TYRIHANS_MPM1_FISCAL_VOLUMES> 403 <http://www.reportinghub.no/data/erh/Field-3960848-Flow-TYRIHANS_MPM1_FISCAL_VOLUMES>
300 - rdf:type ep-flow:ProductionFlow ; 404 + rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
301 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-3960848> ; 405 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-3960848> ;
302 erh:id "TYRIHANS_MPM1_FISCAL_VOLUMES"^^xsd:string ; 406 erh:id "TYRIHANS_MPM1_FISCAL_VOLUMES"^^xsd:string ;
303 erh:name "Tyrihans compressor MPM1 measured volumes"^^xsd:string . 407 erh:name "Tyrihans compressor MPM1 measured volumes"^^xsd:string .
304 408
305 <http://www.reportinghub.no/data/erh/Field-3960848-Flow-TYRIHANS_SALEABLE_PRODUCTION> 409 <http://www.reportinghub.no/data/erh/Field-3960848-Flow-TYRIHANS_SALEABLE_PRODUCTION>
306 - rdf:type ep-flow:ProductionFlow ; 410 + rdf:type ep-flow:ProductionExploitation , ep-flow:SaleableFlow , ep-flow:WholeLifeProductionFlow ;
307 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-3960848> ; 411 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-3960848> ;
308 erh:id "TYRIHANS_SALEABLE_PRODUCTION"^^xsd:string ; 412 erh:id "TYRIHANS_SALEABLE_PRODUCTION"^^xsd:string ;
309 erh:name "Tyrihans saleable volumes"^^xsd:string ; 413 erh:name "Tyrihans saleable volumes"^^xsd:string ;
310 ep-flow:flowIntoOrOutOf 414 ep-flow:flowIntoOrOutOf
311 <http://www.reportinghub.no/np/data/npd/Field-3960848> . 415 <http://www.reportinghub.no/np/data/npd/Field-3960848> .
312 416
417 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_ALLOCATED_DRYGAS_SALES>
418 + rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeProductionFlow ;
419 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
420 + erh:id "ASG_ALLOCATED_DRYGAS_SALES"^^xsd:string ;
421 + erh:name "Åsgard allocated gas sales - dry"^^xsd:string ;
422 + ep-flow:flowIntoOrOutOf
423 + <http://www.reportinghub.no/np/data/npd/Field-43765> .
424 +
425 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_ALLOCATED_GAS_SALES>
426 + rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeProductionFlow ;
427 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
428 + erh:id "ASG_ALLOCATED_GAS_SALES"^^xsd:string ;
429 + erh:name "Åsgard allocated gas sales"^^xsd:string ;
430 + ep-flow:flowIntoOrOutOf
431 + <http://www.reportinghub.no/np/data/npd/Field-43765> .
432 +
433 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_ALLOCATED_INVENTORY_TOT>
434 + rdf:type ep-flow:AllocatedFlow , ep-flow:Inventory ;
435 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
436 + erh:id "ASG_ALLOCATED_INVENTORY_TOT"^^xsd:string ;
437 + erh:name "Åsgard total allocated inventory"^^xsd:string ;
438 + ep-flow:flowIntoOrOutOf
439 + <http://www.reportinghub.no/np/data/npd/Field-43765> .
440 +
313 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_ALLOCATED_PRODUCTION> 441 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_ALLOCATED_PRODUCTION>
314 - rdf:type ep-flow:ProductionFlow ; 442 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
315 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 443 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
316 erh:id "ASG_ALLOCATED_PRODUCTION"^^xsd:string ; 444 erh:id "ASG_ALLOCATED_PRODUCTION"^^xsd:string ;
317 erh:name "Åsgard allocated volumes"^^xsd:string ; 445 erh:name "Åsgard allocated volumes"^^xsd:string ;
318 ep-flow:flowIntoOrOutOf 446 ep-flow:flowIntoOrOutOf
319 <http://www.reportinghub.no/np/data/npd/Field-43765> . 447 <http://www.reportinghub.no/np/data/npd/Field-43765> .
320 448
449 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_ALLOCATED_TANKLIFT>
450 + rdf:type ep-flow:AllocatedFlow , ep-flow:HydrocarbonAccountingFlow , ep-flow:WholeLifeProductionFlow ;
451 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
452 + erh:id "ASG_ALLOCATED_TANKLIFT"^^xsd:string ;
453 + erh:name "Åsgard allocated tanker lifting lifted by tanker"^^xsd:string ;
454 + ep-flow:flowIntoOrOutOf
455 + <http://www.reportinghub.no/np/data/npd/Field-43765> .
456 +
321 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_A_ALLOCATED_PRODUCTION> 457 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_A_ALLOCATED_PRODUCTION>
322 - rdf:type ep-flow:ProductionFlow ; 458 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
323 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 459 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
324 erh:id "ASG_A_ALLOCATED_PRODUCTION"^^xsd:string ; 460 erh:id "ASG_A_ALLOCATED_PRODUCTION"^^xsd:string ;
325 erh:name "Åsgard A allocated volumes"^^xsd:string ; 461 erh:name "Åsgard A allocated volumes"^^xsd:string ;
...@@ -327,7 +463,7 @@ ...@@ -327,7 +463,7 @@
327 <http://www.reportinghub.no/np/data/npd/Facility-279785> . 463 <http://www.reportinghub.no/np/data/npd/Facility-279785> .
328 464
329 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_A_CONSUME_FLARE> 465 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_A_CONSUME_FLARE>
330 - rdf:type ep-flow:ProductionFlow ; 466 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-flare , ep-flow:WholeLifeProductionFlow ;
331 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 467 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
332 erh:id "ASG_A_CONSUME_FLARE"^^xsd:string ; 468 erh:id "ASG_A_CONSUME_FLARE"^^xsd:string ;
333 erh:name "Åsgard A consumed flare"^^xsd:string ; 469 erh:name "Åsgard A consumed flare"^^xsd:string ;
...@@ -335,7 +471,7 @@ ...@@ -335,7 +471,7 @@
335 <http://www.reportinghub.no/np/data/npd/Facility-279785> . 471 <http://www.reportinghub.no/np/data/npd/Facility-279785> .
336 472
337 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_A_CONSUME_FUEL_TOT> 473 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_A_CONSUME_FUEL_TOT>
338 - rdf:type ep-flow:ProductionFlow ; 474 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:WholeLifeProductionFlow ;
339 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 475 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
340 erh:id "ASG_A_CONSUME_FUEL_TOT"^^xsd:string ; 476 erh:id "ASG_A_CONSUME_FUEL_TOT"^^xsd:string ;
341 erh:name "Åsgard A total consumed fuel"^^xsd:string ; 477 erh:name "Åsgard A total consumed fuel"^^xsd:string ;
...@@ -343,7 +479,7 @@ ...@@ -343,7 +479,7 @@
343 <http://www.reportinghub.no/np/data/npd/Facility-279785> . 479 <http://www.reportinghub.no/np/data/npd/Facility-279785> .
344 480
345 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_A_FISCAL_VOLUMES> 481 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_A_FISCAL_VOLUMES>
346 - rdf:type ep-flow:ProductionFlow ; 482 + rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
347 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 483 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
348 erh:id "ASG_A_FISCAL_VOLUMES"^^xsd:string ; 484 erh:id "ASG_A_FISCAL_VOLUMES"^^xsd:string ;
349 erh:name "Åsgard A measured total volumes"^^xsd:string ; 485 erh:name "Åsgard A measured total volumes"^^xsd:string ;
...@@ -351,7 +487,7 @@ ...@@ -351,7 +487,7 @@
351 <http://www.reportinghub.no/np/data/npd/Facility-279785> . 487 <http://www.reportinghub.no/np/data/npd/Facility-279785> .
352 488
353 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_A_GAS_INJETION> 489 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_A_GAS_INJETION>
354 - rdf:type ep-flow:ProductionFlow ; 490 + rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ;
355 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 491 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
356 erh:id "ASG_A_GAS_INJETION"^^xsd:string ; 492 erh:id "ASG_A_GAS_INJETION"^^xsd:string ;
357 erh:name "Åsgard A injected gas"^^xsd:string ; 493 erh:name "Åsgard A injected gas"^^xsd:string ;
...@@ -359,7 +495,7 @@ ...@@ -359,7 +495,7 @@
359 <http://www.reportinghub.no/np/data/npd/Facility-279785> . 495 <http://www.reportinghub.no/np/data/npd/Facility-279785> .
360 496
361 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_ALLOCATED_EXPORT> 497 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_ALLOCATED_EXPORT>
362 - rdf:type ep-flow:ProductionFlow ; 498 + rdf:type ep-flow:AllocatedFlow , ep-flow:ExportFlow , ep-flow:WholeLifeProductionFlow ;
363 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 499 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
364 erh:id "ASG_B_ALLOCATED_EXPORT"^^xsd:string ; 500 erh:id "ASG_B_ALLOCATED_EXPORT"^^xsd:string ;
365 erh:name "Åsgard B allocated export volumes"^^xsd:string ; 501 erh:name "Åsgard B allocated export volumes"^^xsd:string ;
...@@ -367,7 +503,7 @@ ...@@ -367,7 +503,7 @@
367 <http://www.reportinghub.no/np/data/npd/Facility-280121> . 503 <http://www.reportinghub.no/np/data/npd/Facility-280121> .
368 504
369 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_ALLOCATED_IMPORT> 505 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_ALLOCATED_IMPORT>
370 - rdf:type ep-flow:ProductionFlow ; 506 + rdf:type ep-flow:AllocatedFlow , ep-flow:ImportFlow , ep-flow:WholeLifeProductionFlow ;
371 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 507 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
372 erh:id "ASG_B_ALLOCATED_IMPORT"^^xsd:string ; 508 erh:id "ASG_B_ALLOCATED_IMPORT"^^xsd:string ;
373 erh:name "Åsgard B allocated import volumes"^^xsd:string ; 509 erh:name "Åsgard B allocated import volumes"^^xsd:string ;
...@@ -375,7 +511,7 @@ ...@@ -375,7 +511,7 @@
375 <http://www.reportinghub.no/np/data/npd/Facility-280121> . 511 <http://www.reportinghub.no/np/data/npd/Facility-280121> .
376 512
377 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_ALLOCATED_PRODUCTION> 513 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_ALLOCATED_PRODUCTION>
378 - rdf:type ep-flow:ProductionFlow ; 514 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
379 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 515 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
380 erh:id "ASG_B_ALLOCATED_PRODUCTION"^^xsd:string ; 516 erh:id "ASG_B_ALLOCATED_PRODUCTION"^^xsd:string ;
381 erh:name "Åsgard B allocated volumes"^^xsd:string ; 517 erh:name "Åsgard B allocated volumes"^^xsd:string ;
...@@ -383,7 +519,7 @@ ...@@ -383,7 +519,7 @@
383 <http://www.reportinghub.no/np/data/npd/Facility-280121> . 519 <http://www.reportinghub.no/np/data/npd/Facility-280121> .
384 520
385 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_CONSUME_FLARE_TOT> 521 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_CONSUME_FLARE_TOT>
386 - rdf:type ep-flow:ProductionFlow ; 522 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-flare , ep-flow:WholeLifeProductionFlow ;
387 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 523 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
388 erh:id "ASG_B_CONSUME_FLARE_TOT"^^xsd:string ; 524 erh:id "ASG_B_CONSUME_FLARE_TOT"^^xsd:string ;
389 erh:name "Åsgard B consumed flare"^^xsd:string ; 525 erh:name "Åsgard B consumed flare"^^xsd:string ;
...@@ -391,7 +527,7 @@ ...@@ -391,7 +527,7 @@
391 <http://www.reportinghub.no/np/data/npd/Facility-280121> . 527 <http://www.reportinghub.no/np/data/npd/Facility-280121> .
392 528
393 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_CONSUME_FUEL_TOT> 529 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_CONSUME_FUEL_TOT>
394 - rdf:type ep-flow:ProductionFlow ; 530 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:WholeLifeProductionFlow ;
395 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 531 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
396 erh:id "ASG_B_CONSUME_FUEL_TOT"^^xsd:string ; 532 erh:id "ASG_B_CONSUME_FUEL_TOT"^^xsd:string ;
397 erh:name "Åsgard B consumed total fuel"^^xsd:string ; 533 erh:name "Åsgard B consumed total fuel"^^xsd:string ;
...@@ -399,7 +535,7 @@ ...@@ -399,7 +535,7 @@
399 <http://www.reportinghub.no/np/data/npd/Facility-280121> . 535 <http://www.reportinghub.no/np/data/npd/Facility-280121> .
400 536
401 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_FISCAL_VOLUMES> 537 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_FISCAL_VOLUMES>
402 - rdf:type ep-flow:ProductionFlow ; 538 + rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
403 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 539 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
404 erh:id "ASG_B_FISCAL_VOLUMES"^^xsd:string ; 540 erh:id "ASG_B_FISCAL_VOLUMES"^^xsd:string ;
405 erh:name "Åsgard B measured total volumes"^^xsd:string ; 541 erh:name "Åsgard B measured total volumes"^^xsd:string ;
...@@ -407,7 +543,7 @@ ...@@ -407,7 +543,7 @@
407 <http://www.reportinghub.no/np/data/npd/Facility-280121> . 543 <http://www.reportinghub.no/np/data/npd/Facility-280121> .
408 544
409 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_GAS_INJECTION_TOT> 545 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_GAS_INJECTION_TOT>
410 - rdf:type ep-flow:ProductionFlow ; 546 + rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ;
411 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 547 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
412 erh:id "ASG_B_GAS_INJECTION_TOT"^^xsd:string ; 548 erh:id "ASG_B_GAS_INJECTION_TOT"^^xsd:string ;
413 erh:name "Åsgard B injected gas"^^xsd:string ; 549 erh:name "Åsgard B injected gas"^^xsd:string ;
...@@ -415,7 +551,7 @@ ...@@ -415,7 +551,7 @@
415 <http://www.reportinghub.no/np/data/npd/Facility-280121> . 551 <http://www.reportinghub.no/np/data/npd/Facility-280121> .
416 552
417 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_C_CONSUME_FUEL_TOT> 553 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_C_CONSUME_FUEL_TOT>
418 - rdf:type ep-flow:ProductionFlow ; 554 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:WholeLifeProductionFlow ;
419 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 555 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
420 erh:id "ASG_C_CONSUME_FUEL_TOT"^^xsd:string ; 556 erh:id "ASG_C_CONSUME_FUEL_TOT"^^xsd:string ;
421 erh:name "Åsgard C consumed total fuel"^^xsd:string ; 557 erh:name "Åsgard C consumed total fuel"^^xsd:string ;
...@@ -423,7 +559,7 @@ ...@@ -423,7 +559,7 @@
423 <http://www.reportinghub.no/np/data/npd/Facility-280149> . 559 <http://www.reportinghub.no/np/data/npd/Facility-280149> .
424 560
425 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_D_ALLOCATED_PRODUCTION> 561 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_D_ALLOCATED_PRODUCTION>
426 - rdf:type ep-flow:ProductionFlow ; 562 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
427 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 563 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
428 erh:id "ASG_D_ALLOCATED_PRODUCTION"^^xsd:string ; 564 erh:id "ASG_D_ALLOCATED_PRODUCTION"^^xsd:string ;
429 erh:name "Åsgard D allocated volumes"^^xsd:string ; 565 erh:name "Åsgard D allocated volumes"^^xsd:string ;
...@@ -431,7 +567,7 @@ ...@@ -431,7 +567,7 @@
431 <http://www.reportinghub.no/np/data/npd/Facility-391270> . 567 <http://www.reportinghub.no/np/data/npd/Facility-391270> .
432 568
433 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_D_FISCAL_VOLUMES> 569 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_D_FISCAL_VOLUMES>
434 - rdf:type ep-flow:ProductionFlow ; 570 + rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
435 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 571 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
436 erh:id "ASG_D_FISCAL_VOLUMES"^^xsd:string ; 572 erh:id "ASG_D_FISCAL_VOLUMES"^^xsd:string ;
437 erh:name "Åsgard D measured total volumes"^^xsd:string ; 573 erh:name "Åsgard D measured total volumes"^^xsd:string ;
...@@ -439,7 +575,7 @@ ...@@ -439,7 +575,7 @@
439 <http://www.reportinghub.no/np/data/npd/Facility-391270> . 575 <http://www.reportinghub.no/np/data/npd/Facility-391270> .
440 576
441 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_D_INJECTION_TOT> 577 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_D_INJECTION_TOT>
442 - rdf:type ep-flow:ProductionFlow ; 578 + rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ;
443 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 579 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
444 erh:id "ASG_D_INJECTION_TOT"^^xsd:string ; 580 erh:id "ASG_D_INJECTION_TOT"^^xsd:string ;
445 erh:name "Åsgard D injected gas"^^xsd:string ; 581 erh:name "Åsgard D injected gas"^^xsd:string ;
...@@ -447,7 +583,7 @@ ...@@ -447,7 +583,7 @@
447 <http://www.reportinghub.no/np/data/npd/Facility-391270> . 583 <http://www.reportinghub.no/np/data/npd/Facility-391270> .
448 584
449 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_E_ALLOCATED_PRODUCTION> 585 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_E_ALLOCATED_PRODUCTION>
450 - rdf:type ep-flow:ProductionFlow ; 586 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
451 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 587 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
452 erh:id "ASG_E_ALLOCATED_PRODUCTION"^^xsd:string ; 588 erh:id "ASG_E_ALLOCATED_PRODUCTION"^^xsd:string ;
453 erh:name "Åsgard E allocated volumes"^^xsd:string ; 589 erh:name "Åsgard E allocated volumes"^^xsd:string ;
...@@ -455,7 +591,7 @@ ...@@ -455,7 +591,7 @@
455 <http://www.reportinghub.no/np/data/npd/Facility-278721> . 591 <http://www.reportinghub.no/np/data/npd/Facility-278721> .
456 592
457 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_E_FISCAL_VOLUMES> 593 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_E_FISCAL_VOLUMES>
458 - rdf:type ep-flow:ProductionFlow ; 594 + rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
459 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 595 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
460 erh:id "ASG_E_FISCAL_VOLUMES"^^xsd:string ; 596 erh:id "ASG_E_FISCAL_VOLUMES"^^xsd:string ;
461 erh:name "Åsgard E measured total volumes"^^xsd:string ; 597 erh:name "Åsgard E measured total volumes"^^xsd:string ;
...@@ -463,13 +599,13 @@ ...@@ -463,13 +599,13 @@
463 <http://www.reportinghub.no/np/data/npd/Facility-278721> . 599 <http://www.reportinghub.no/np/data/npd/Facility-278721> .
464 600
465 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_E_FLOWLINE> 601 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_E_FLOWLINE>
466 - rdf:type ep-flow:ProductionFlow ; 602 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
467 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 603 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
468 erh:id "ASG_E_FLOWLINE"^^xsd:string ; 604 erh:id "ASG_E_FLOWLINE"^^xsd:string ;
469 erh:name "Åsgard E flowline allocated volumes"^^xsd:string . 605 erh:name "Åsgard E flowline allocated volumes"^^xsd:string .
470 606
471 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_E_INJECTION_TOT> 607 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_E_INJECTION_TOT>
472 - rdf:type ep-flow:ProductionFlow ; 608 + rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ;
473 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 609 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
474 erh:id "ASG_E_INJECTION_TOT"^^xsd:string ; 610 erh:id "ASG_E_INJECTION_TOT"^^xsd:string ;
475 erh:name "Åsgard E injected gas"^^xsd:string ; 611 erh:name "Åsgard E injected gas"^^xsd:string ;
...@@ -477,7 +613,7 @@ ...@@ -477,7 +613,7 @@
477 <http://www.reportinghub.no/np/data/npd/Facility-278721> . 613 <http://www.reportinghub.no/np/data/npd/Facility-278721> .
478 614
479 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_GAS_INJECTION_TOT> 615 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_GAS_INJECTION_TOT>
480 - rdf:type ep-flow:ProductionFlow ; 616 + rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ;
481 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 617 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
482 erh:id "ASG_GAS_INJECTION_TOT"^^xsd:string ; 618 erh:id "ASG_GAS_INJECTION_TOT"^^xsd:string ;
483 erh:name "Åsgard injected gas"^^xsd:string ; 619 erh:name "Åsgard injected gas"^^xsd:string ;
...@@ -485,7 +621,7 @@ ...@@ -485,7 +621,7 @@
485 <http://www.reportinghub.no/np/data/npd/Field-43765> . 621 <http://www.reportinghub.no/np/data/npd/Field-43765> .
486 622
487 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_SALEABLE_PRODUTION> 623 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_SALEABLE_PRODUTION>
488 - rdf:type ep-flow:ProductionFlow ; 624 + rdf:type ep-flow:ProductionExploitation , ep-flow:SaleableFlow , ep-flow:WholeLifeProductionFlow ;
489 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 625 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
490 erh:id "ASG_SALEABLE_PRODUTION"^^xsd:string ; 626 erh:id "ASG_SALEABLE_PRODUTION"^^xsd:string ;
491 erh:name "Åsgard saleable volumes"^^xsd:string ; 627 erh:name "Åsgard saleable volumes"^^xsd:string ;
...@@ -493,7 +629,7 @@ ...@@ -493,7 +629,7 @@
493 <http://www.reportinghub.no/np/data/npd/Field-43765> . 629 <http://www.reportinghub.no/np/data/npd/Field-43765> .
494 630
495 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11E3_H_ALLOCATED_INJ_VOLUMES> 631 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11E3_H_ALLOCATED_INJ_VOLUMES>
496 - rdf:type ep-flow:ProductionFlow ; 632 + rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ;
497 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 633 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
498 erh:id "ASG_WB_11E3_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ; 634 erh:id "ASG_WB_11E3_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
499 erh:name "6506/11-E-3 H allocated injection volumes"^^xsd:string ; 635 erh:name "6506/11-E-3 H allocated injection volumes"^^xsd:string ;
...@@ -501,7 +637,7 @@ ...@@ -501,7 +637,7 @@
501 <http://www.reportinghub.no/np/data/npd/WellBore-4136> . 637 <http://www.reportinghub.no/np/data/npd/WellBore-4136> .
502 638
503 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11F2_H_ALLOCATED_PROD_VOLUMES> 639 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11F2_H_ALLOCATED_PROD_VOLUMES>
504 - rdf:type ep-flow:ProductionFlow ; 640 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
505 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 641 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
506 erh:id "ASG_WB_11F2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 642 erh:id "ASG_WB_11F2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
507 erh:name "6506/11-F-2 H allocated production volumes"^^xsd:string ; 643 erh:name "6506/11-F-2 H allocated production volumes"^^xsd:string ;
...@@ -509,7 +645,7 @@ ...@@ -509,7 +645,7 @@
509 <http://www.reportinghub.no/np/data/npd/WellBore-3792> . 645 <http://www.reportinghub.no/np/data/npd/WellBore-3792> .
510 646
511 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11F4_H_ALLOCATED_INJ_VOLUMES> 647 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11F4_H_ALLOCATED_INJ_VOLUMES>
512 - rdf:type ep-flow:ProductionFlow ; 648 + rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ;
513 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 649 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
514 erh:id "ASG_WB_11F4_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ; 650 erh:id "ASG_WB_11F4_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
515 erh:name "6506/11-F-4 H allocated injection volumes"^^xsd:string ; 651 erh:name "6506/11-F-4 H allocated injection volumes"^^xsd:string ;
...@@ -517,7 +653,7 @@ ...@@ -517,7 +653,7 @@
517 <http://www.reportinghub.no/np/data/npd/WellBore-3620> . 653 <http://www.reportinghub.no/np/data/npd/WellBore-3620> .
518 654
519 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11G1_H_ALLOCATED_INJ_VOLUMES> 655 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11G1_H_ALLOCATED_INJ_VOLUMES>
520 - rdf:type ep-flow:ProductionFlow ; 656 + rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ;
521 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 657 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
522 erh:id "ASG_WB_11G1_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ; 658 erh:id "ASG_WB_11G1_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
523 erh:name "6506/11-G-1 H allocated injection volumes"^^xsd:string ; 659 erh:name "6506/11-G-1 H allocated injection volumes"^^xsd:string ;
...@@ -525,7 +661,7 @@ ...@@ -525,7 +661,7 @@
525 <http://www.reportinghub.no/np/data/npd/WellBore-3622> . 661 <http://www.reportinghub.no/np/data/npd/WellBore-3622> .
526 662
527 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11G3_H_ALLOCATED_INJ_VOLUMES> 663 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11G3_H_ALLOCATED_INJ_VOLUMES>
528 - rdf:type ep-flow:ProductionFlow ; 664 + rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ;
529 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 665 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
530 erh:id "ASG_WB_11G3_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ; 666 erh:id "ASG_WB_11G3_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
531 erh:name "6506/11-G-3 H allocated injection volumes"^^xsd:string ; 667 erh:name "6506/11-G-3 H allocated injection volumes"^^xsd:string ;
...@@ -533,7 +669,7 @@ ...@@ -533,7 +669,7 @@
533 <http://www.reportinghub.no/np/data/npd/WellBore-3082> . 669 <http://www.reportinghub.no/np/data/npd/WellBore-3082> .
534 670
535 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11G4_H_ALLOCATED_INJ_VOLUMES> 671 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11G4_H_ALLOCATED_INJ_VOLUMES>
536 - rdf:type ep-flow:ProductionFlow ; 672 + rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ;
537 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 673 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
538 erh:id "ASG_WB_11G4_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ; 674 erh:id "ASG_WB_11G4_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
539 erh:name "6506/11-G-4 H allocated injection volumes"^^xsd:string ; 675 erh:name "6506/11-G-4 H allocated injection volumes"^^xsd:string ;
...@@ -541,7 +677,7 @@ ...@@ -541,7 +677,7 @@
541 <http://www.reportinghub.no/np/data/npd/WellBore-3172> . 677 <http://www.reportinghub.no/np/data/npd/WellBore-3172> .
542 678
543 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11X1_H_ALLOCATED_PROD_VOLUMES> 679 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11X1_H_ALLOCATED_PROD_VOLUMES>
544 - rdf:type ep-flow:ProductionFlow ; 680 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
545 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 681 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
546 erh:id "ASG_WB_11X1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 682 erh:id "ASG_WB_11X1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
547 erh:name "6507/11-X-1 H allocated production volumes"^^xsd:string ; 683 erh:name "6507/11-X-1 H allocated production volumes"^^xsd:string ;
...@@ -549,7 +685,7 @@ ...@@ -549,7 +685,7 @@
549 <http://www.reportinghub.no/np/data/npd/WellBore-3943> . 685 <http://www.reportinghub.no/np/data/npd/WellBore-3943> .
550 686
551 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11X2_H_ALLOCATED_PROD_VOLUMES> 687 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11X2_H_ALLOCATED_PROD_VOLUMES>
552 - rdf:type ep-flow:ProductionFlow ; 688 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
553 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 689 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
554 erh:id "ASG_WB_11X2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 690 erh:id "ASG_WB_11X2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
555 erh:name "6507/11-X-2 H allocated production volumes"^^xsd:string ; 691 erh:name "6507/11-X-2 H allocated production volumes"^^xsd:string ;
...@@ -557,7 +693,7 @@ ...@@ -557,7 +693,7 @@
557 <http://www.reportinghub.no/np/data/npd/WellBore-3944> . 693 <http://www.reportinghub.no/np/data/npd/WellBore-3944> .
558 694
559 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11X3_H_ALLOCATED_PROD_VOLUMES> 695 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11X3_H_ALLOCATED_PROD_VOLUMES>
560 - rdf:type ep-flow:ProductionFlow ; 696 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
561 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 697 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
562 erh:id "ASG_WB_11X3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 698 erh:id "ASG_WB_11X3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
563 erh:name "6507/11-X-3 H allocated production volumes"^^xsd:string ; 699 erh:name "6507/11-X-3 H allocated production volumes"^^xsd:string ;
...@@ -565,7 +701,7 @@ ...@@ -565,7 +701,7 @@
565 <http://www.reportinghub.no/np/data/npd/WellBore-3991> . 701 <http://www.reportinghub.no/np/data/npd/WellBore-3991> .
566 702
567 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11X4_H_ALLOCATED_PROD_VOLUMES> 703 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11X4_H_ALLOCATED_PROD_VOLUMES>
568 - rdf:type ep-flow:ProductionFlow ; 704 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
569 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 705 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
570 erh:id "ASG_WB_11X4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 706 erh:id "ASG_WB_11X4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
571 erh:name "6507/11-X-4 H allocated production volumes"^^xsd:string ; 707 erh:name "6507/11-X-4 H allocated production volumes"^^xsd:string ;
...@@ -573,7 +709,7 @@ ...@@ -573,7 +709,7 @@
573 <http://www.reportinghub.no/np/data/npd/WellBore-3992> . 709 <http://www.reportinghub.no/np/data/npd/WellBore-3992> .
574 710
575 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11Y1_H_ALLOCATED_PROD_VOLUMES> 711 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11Y1_H_ALLOCATED_PROD_VOLUMES>
576 - rdf:type ep-flow:ProductionFlow ; 712 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
577 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 713 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
578 erh:id "ASG_WB_11Y1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 714 erh:id "ASG_WB_11Y1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
579 erh:name "6507/11-Y-1 H allocated production volumes"^^xsd:string ; 715 erh:name "6507/11-Y-1 H allocated production volumes"^^xsd:string ;
...@@ -581,7 +717,7 @@ ...@@ -581,7 +717,7 @@
581 <http://www.reportinghub.no/np/data/npd/WellBore-3566> . 717 <http://www.reportinghub.no/np/data/npd/WellBore-3566> .
582 718
583 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11Y2_H_ALLOCATED_PROD_VOLUMES> 719 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11Y2_H_ALLOCATED_PROD_VOLUMES>
584 - rdf:type ep-flow:ProductionFlow ; 720 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
585 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 721 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
586 erh:id "ASG_WB_11Y2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 722 erh:id "ASG_WB_11Y2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
587 erh:name "6507/11-Y-2 H allocated production volumes"^^xsd:string ; 723 erh:name "6507/11-Y-2 H allocated production volumes"^^xsd:string ;
...@@ -589,7 +725,7 @@ ...@@ -589,7 +725,7 @@
589 <http://www.reportinghub.no/np/data/npd/WellBore-3604> . 725 <http://www.reportinghub.no/np/data/npd/WellBore-3604> .
590 726
591 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11Y3_H_ALLOCATED_PROD_VOLUMES> 727 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11Y3_H_ALLOCATED_PROD_VOLUMES>
592 - rdf:type ep-flow:ProductionFlow ; 728 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
593 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 729 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
594 erh:id "ASG_WB_11Y3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 730 erh:id "ASG_WB_11Y3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
595 erh:name "6507/11-Y-3 H allocated production volumes"^^xsd:string ; 731 erh:name "6507/11-Y-3 H allocated production volumes"^^xsd:string ;
...@@ -597,7 +733,7 @@ ...@@ -597,7 +733,7 @@
597 <http://www.reportinghub.no/np/data/npd/WellBore-3623> . 733 <http://www.reportinghub.no/np/data/npd/WellBore-3623> .
598 734
599 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11Y4_H_ALLOCATED_PROD_VOLUMES> 735 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11Y4_H_ALLOCATED_PROD_VOLUMES>
600 - rdf:type ep-flow:ProductionFlow ; 736 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
601 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 737 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
602 erh:id "ASG_WB_11Y4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 738 erh:id "ASG_WB_11Y4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
603 erh:name "6507/11-Y-4 H allocated production volumes"^^xsd:string ; 739 erh:name "6507/11-Y-4 H allocated production volumes"^^xsd:string ;
...@@ -605,7 +741,7 @@ ...@@ -605,7 +741,7 @@
605 <http://www.reportinghub.no/np/data/npd/WellBore-3603> . 741 <http://www.reportinghub.no/np/data/npd/WellBore-3603> .
606 742
607 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12H1_H_ALLOCATED_PROD_VOLUMES> 743 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12H1_H_ALLOCATED_PROD_VOLUMES>
608 - rdf:type ep-flow:ProductionFlow ; 744 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
609 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 745 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
610 erh:id "ASG_WB_12H1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 746 erh:id "ASG_WB_12H1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
611 erh:name "6506/12-H-1 H allocated production volumes"^^xsd:string ; 747 erh:name "6506/12-H-1 H allocated production volumes"^^xsd:string ;
...@@ -613,7 +749,7 @@ ...@@ -613,7 +749,7 @@
613 <http://www.reportinghub.no/np/data/npd/WellBore-4197> . 749 <http://www.reportinghub.no/np/data/npd/WellBore-4197> .
614 750
615 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12H3_H_ALLOCATED_PROD_VOLUMES> 751 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12H3_H_ALLOCATED_PROD_VOLUMES>
616 - rdf:type ep-flow:ProductionFlow ; 752 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
617 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 753 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
618 erh:id "ASG_WB_12H3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 754 erh:id "ASG_WB_12H3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
619 erh:name "6506/12-H-3 H allocated production volumes"^^xsd:string ; 755 erh:name "6506/12-H-3 H allocated production volumes"^^xsd:string ;
...@@ -621,7 +757,7 @@ ...@@ -621,7 +757,7 @@
621 <http://www.reportinghub.no/np/data/npd/WellBore-4163> . 757 <http://www.reportinghub.no/np/data/npd/WellBore-4163> .
622 758
623 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12H4_H_ALLOCATED_PROD_VOLUMES> 759 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12H4_H_ALLOCATED_PROD_VOLUMES>
624 - rdf:type ep-flow:ProductionFlow ; 760 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
625 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 761 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
626 erh:id "ASG_WB_12H4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 762 erh:id "ASG_WB_12H4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
627 erh:name "6506/12-H-4 H allocated production volumes"^^xsd:string ; 763 erh:name "6506/12-H-4 H allocated production volumes"^^xsd:string ;
...@@ -629,7 +765,7 @@ ...@@ -629,7 +765,7 @@
629 <http://www.reportinghub.no/np/data/npd/WellBore-4372> . 765 <http://www.reportinghub.no/np/data/npd/WellBore-4372> .
630 766
631 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12I1_AH_ALLOCATED_PROD_VOLUMES> 767 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12I1_AH_ALLOCATED_PROD_VOLUMES>
632 - rdf:type ep-flow:ProductionFlow ; 768 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
633 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 769 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
634 erh:id "ASG_WB_12I1_AH_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 770 erh:id "ASG_WB_12I1_AH_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
635 erh:name "6506/12-I-1 AH allocated production volumes"^^xsd:string ; 771 erh:name "6506/12-I-1 AH allocated production volumes"^^xsd:string ;
...@@ -637,7 +773,7 @@ ...@@ -637,7 +773,7 @@
637 <http://www.reportinghub.no/np/data/npd/WellBore-5622> . 773 <http://www.reportinghub.no/np/data/npd/WellBore-5622> .
638 774
639 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12I2_H_ALLOCATED_PROD_VOLUMES> 775 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12I2_H_ALLOCATED_PROD_VOLUMES>
640 - rdf:type ep-flow:ProductionFlow ; 776 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
641 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 777 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
642 erh:id "ASG_WB_12I2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 778 erh:id "ASG_WB_12I2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
643 erh:name "6506/12-I-2 H allocated production volumes"^^xsd:string ; 779 erh:name "6506/12-I-2 H allocated production volumes"^^xsd:string ;
...@@ -645,7 +781,7 @@ ...@@ -645,7 +781,7 @@
645 <http://www.reportinghub.no/np/data/npd/WellBore-3715> . 781 <http://www.reportinghub.no/np/data/npd/WellBore-3715> .
646 782
647 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12I3_H_ALLOCATED_PROD_VOLUMES> 783 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12I3_H_ALLOCATED_PROD_VOLUMES>
648 - rdf:type ep-flow:ProductionFlow ; 784 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
649 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 785 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
650 erh:id "ASG_WB_12I3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 786 erh:id "ASG_WB_12I3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
651 erh:name "6506/12-I-3 H allocated production volumes"^^xsd:string ; 787 erh:name "6506/12-I-3 H allocated production volumes"^^xsd:string ;
...@@ -653,7 +789,7 @@ ...@@ -653,7 +789,7 @@
653 <http://www.reportinghub.no/np/data/npd/WellBore-3393> . 789 <http://www.reportinghub.no/np/data/npd/WellBore-3393> .
654 790
655 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12I4_H_ALLOCATED_PROD_VOLUMES> 791 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12I4_H_ALLOCATED_PROD_VOLUMES>
656 - rdf:type ep-flow:ProductionFlow ; 792 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
657 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 793 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
658 erh:id "ASG_WB_12I4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 794 erh:id "ASG_WB_12I4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
659 erh:name "6506/12-I-4 H allocated production volumes"^^xsd:string ; 795 erh:name "6506/12-I-4 H allocated production volumes"^^xsd:string ;
...@@ -661,7 +797,7 @@ ...@@ -661,7 +797,7 @@
661 <http://www.reportinghub.no/np/data/npd/WellBore-3621> . 797 <http://www.reportinghub.no/np/data/npd/WellBore-3621> .
662 798
663 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12J1_H_ALLOCATED_PROD_VOLUMES> 799 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12J1_H_ALLOCATED_PROD_VOLUMES>
664 - rdf:type ep-flow:ProductionFlow ; 800 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
665 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 801 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
666 erh:id "ASG_WB_12J1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 802 erh:id "ASG_WB_12J1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
667 erh:name "6506/12-J-1 H allocated production volumes"^^xsd:string ; 803 erh:name "6506/12-J-1 H allocated production volumes"^^xsd:string ;
...@@ -669,7 +805,7 @@ ...@@ -669,7 +805,7 @@
669 <http://www.reportinghub.no/np/data/npd/WellBore-3758> . 805 <http://www.reportinghub.no/np/data/npd/WellBore-3758> .
670 806
671 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12J2_H_ALLOCATED_PROD_VOLUMES> 807 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12J2_H_ALLOCATED_PROD_VOLUMES>
672 - rdf:type ep-flow:ProductionFlow ; 808 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
673 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 809 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
674 erh:id "ASG_WB_12J2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 810 erh:id "ASG_WB_12J2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
675 erh:name "6506/12-J-2 H allocated production volumes"^^xsd:string ; 811 erh:name "6506/12-J-2 H allocated production volumes"^^xsd:string ;
...@@ -677,7 +813,7 @@ ...@@ -677,7 +813,7 @@
677 <http://www.reportinghub.no/np/data/npd/WellBore-3863> . 813 <http://www.reportinghub.no/np/data/npd/WellBore-3863> .
678 814
679 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12J3_H_ALLOCATED_PROD_VOLUMES> 815 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12J3_H_ALLOCATED_PROD_VOLUMES>
680 - rdf:type ep-flow:ProductionFlow ; 816 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
681 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 817 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
682 erh:id "ASG_WB_12J3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 818 erh:id "ASG_WB_12J3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
683 erh:name "6506/12-J-3 H allocated production volumes"^^xsd:string ; 819 erh:name "6506/12-J-3 H allocated production volumes"^^xsd:string ;
...@@ -685,7 +821,7 @@ ...@@ -685,7 +821,7 @@
685 <http://www.reportinghub.no/np/data/npd/WellBore-3864> . 821 <http://www.reportinghub.no/np/data/npd/WellBore-3864> .
686 822
687 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12J4_H_ALLOCATED_PROD_VOLUMES> 823 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12J4_H_ALLOCATED_PROD_VOLUMES>
688 - rdf:type ep-flow:ProductionFlow ; 824 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
689 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 825 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
690 erh:id "ASG_WB_12J4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 826 erh:id "ASG_WB_12J4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
691 erh:name "6506/12-J-4 H allocated production volumes"^^xsd:string ; 827 erh:name "6506/12-J-4 H allocated production volumes"^^xsd:string ;
...@@ -693,7 +829,7 @@ ...@@ -693,7 +829,7 @@
693 <http://www.reportinghub.no/np/data/npd/WellBore-4198> . 829 <http://www.reportinghub.no/np/data/npd/WellBore-4198> .
694 830
695 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12K1_H_ALLOCATED_INJ_VOLUMES> 831 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12K1_H_ALLOCATED_INJ_VOLUMES>
696 - rdf:type ep-flow:ProductionFlow ; 832 + rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ;
697 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 833 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
698 erh:id "ASG_WB_12K1_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ; 834 erh:id "ASG_WB_12K1_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
699 erh:name "6506/12-K-1 H allocated injection volumes"^^xsd:string ; 835 erh:name "6506/12-K-1 H allocated injection volumes"^^xsd:string ;
...@@ -701,7 +837,7 @@ ...@@ -701,7 +837,7 @@
701 <http://www.reportinghub.no/np/data/npd/WellBore-3155> . 837 <http://www.reportinghub.no/np/data/npd/WellBore-3155> .
702 838
703 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12K2_H_ALLOCATED_PROD_VOLUMES> 839 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12K2_H_ALLOCATED_PROD_VOLUMES>
704 - rdf:type ep-flow:ProductionFlow ; 840 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
705 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 841 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
706 erh:id "ASG_WB_12K2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 842 erh:id "ASG_WB_12K2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
707 erh:name "6506/12-K-2 H allocated production volumes"^^xsd:string ; 843 erh:name "6506/12-K-2 H allocated production volumes"^^xsd:string ;
...@@ -709,7 +845,7 @@ ...@@ -709,7 +845,7 @@
709 <http://www.reportinghub.no/np/data/npd/WellBore-3165> . 845 <http://www.reportinghub.no/np/data/npd/WellBore-3165> .
710 846
711 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12K3_H_ALLOCATED_INJ_VOLUMES> 847 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12K3_H_ALLOCATED_INJ_VOLUMES>
712 - rdf:type ep-flow:ProductionFlow ; 848 + rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ;
713 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 849 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
714 erh:id "ASG_WB_12K3_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ; 850 erh:id "ASG_WB_12K3_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
715 erh:name "6506/12-K-3 H allocated injection volumes"^^xsd:string ; 851 erh:name "6506/12-K-3 H allocated injection volumes"^^xsd:string ;
...@@ -717,7 +853,7 @@ ...@@ -717,7 +853,7 @@
717 <http://www.reportinghub.no/np/data/npd/WellBore-3124> . 853 <http://www.reportinghub.no/np/data/npd/WellBore-3124> .
718 854
719 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12L1_H_ALLOCATED_PROD_VOLUMES> 855 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12L1_H_ALLOCATED_PROD_VOLUMES>
720 - rdf:type ep-flow:ProductionFlow ; 856 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
721 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 857 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
722 erh:id "ASG_WB_12L1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 858 erh:id "ASG_WB_12L1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
723 erh:name "6506/12-L-1 H allocated production volumes"^^xsd:string ; 859 erh:name "6506/12-L-1 H allocated production volumes"^^xsd:string ;
...@@ -725,7 +861,7 @@ ...@@ -725,7 +861,7 @@
725 <http://www.reportinghub.no/np/data/npd/WellBore-3079> . 861 <http://www.reportinghub.no/np/data/npd/WellBore-3079> .
726 862
727 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12L2_H_ALLOCATED_PROD_VOLUMES> 863 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12L2_H_ALLOCATED_PROD_VOLUMES>
728 - rdf:type ep-flow:ProductionFlow ; 864 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
729 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 865 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
730 erh:id "ASG_WB_12L2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 866 erh:id "ASG_WB_12L2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
731 erh:name "6506/12-L-2 H allocated production volumes"^^xsd:string ; 867 erh:name "6506/12-L-2 H allocated production volumes"^^xsd:string ;
...@@ -733,7 +869,7 @@ ...@@ -733,7 +869,7 @@
733 <http://www.reportinghub.no/np/data/npd/WellBore-3156> . 869 <http://www.reportinghub.no/np/data/npd/WellBore-3156> .
734 870
735 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12L3_H_ALLOCATED_PROD_VOLUMES> 871 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12L3_H_ALLOCATED_PROD_VOLUMES>
736 - rdf:type ep-flow:ProductionFlow ; 872 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
737 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 873 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
738 erh:id "ASG_WB_12L3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 874 erh:id "ASG_WB_12L3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
739 erh:name "6506/12-L-3 H allocated production volumes"^^xsd:string ; 875 erh:name "6506/12-L-3 H allocated production volumes"^^xsd:string ;
...@@ -741,7 +877,7 @@ ...@@ -741,7 +877,7 @@
741 <http://www.reportinghub.no/np/data/npd/WellBore-3107> . 877 <http://www.reportinghub.no/np/data/npd/WellBore-3107> .
742 878
743 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12L4_H_ALLOCATED_PROD_VOLUMES> 879 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12L4_H_ALLOCATED_PROD_VOLUMES>
744 - rdf:type ep-flow:ProductionFlow ; 880 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
745 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 881 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
746 erh:id "ASG_WB_12L4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 882 erh:id "ASG_WB_12L4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
747 erh:name "6506/12-L-4 H allocated production volumes"^^xsd:string ; 883 erh:name "6506/12-L-4 H allocated production volumes"^^xsd:string ;
...@@ -749,7 +885,7 @@ ...@@ -749,7 +885,7 @@
749 <http://www.reportinghub.no/np/data/npd/WellBore-3656> . 885 <http://www.reportinghub.no/np/data/npd/WellBore-3656> .
750 886
751 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12M1_H_ALLOCATED_PROD_VOLUMES> 887 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12M1_H_ALLOCATED_PROD_VOLUMES>
752 - rdf:type ep-flow:ProductionFlow ; 888 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
753 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 889 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
754 erh:id "ASG_WB_12M1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 890 erh:id "ASG_WB_12M1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
755 erh:name "6506/12-M-1 H allocated production volumes"^^xsd:string ; 891 erh:name "6506/12-M-1 H allocated production volumes"^^xsd:string ;
...@@ -757,7 +893,7 @@ ...@@ -757,7 +893,7 @@
757 <http://www.reportinghub.no/np/data/npd/WellBore-4242> . 893 <http://www.reportinghub.no/np/data/npd/WellBore-4242> .
758 894
759 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12M2_H_ALLOCATED_PROD_VOLUMES> 895 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12M2_H_ALLOCATED_PROD_VOLUMES>
760 - rdf:type ep-flow:ProductionFlow ; 896 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
761 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 897 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
762 erh:id "ASG_WB_12M2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 898 erh:id "ASG_WB_12M2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
763 erh:name "6506/12-M-2 H allocated production volumes"^^xsd:string ; 899 erh:name "6506/12-M-2 H allocated production volumes"^^xsd:string ;
...@@ -765,7 +901,7 @@ ...@@ -765,7 +901,7 @@
765 <http://www.reportinghub.no/np/data/npd/WellBore-4407> . 901 <http://www.reportinghub.no/np/data/npd/WellBore-4407> .
766 902
767 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12M3_H_ALLOCATED_PROD_VOLUMES> 903 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12M3_H_ALLOCATED_PROD_VOLUMES>
768 - rdf:type ep-flow:ProductionFlow ; 904 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
769 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 905 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
770 erh:id "ASG_WB_12M3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 906 erh:id "ASG_WB_12M3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
771 erh:name "6506/12-M- H allocated production volumes"^^xsd:string ; 907 erh:name "6506/12-M- H allocated production volumes"^^xsd:string ;
...@@ -773,7 +909,7 @@ ...@@ -773,7 +909,7 @@
773 <http://www.reportinghub.no/np/data/npd/WellBore-4080> . 909 <http://www.reportinghub.no/np/data/npd/WellBore-4080> .
774 910
775 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12M4_H_ALLOCATED_PROD_VOLUMES> 911 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12M4_H_ALLOCATED_PROD_VOLUMES>
776 - rdf:type ep-flow:ProductionFlow ; 912 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
777 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 913 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
778 erh:id "ASG_WB_12M4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 914 erh:id "ASG_WB_12M4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
779 erh:name "6506/12-M-4 H allocated production volumes"^^xsd:string ; 915 erh:name "6506/12-M-4 H allocated production volumes"^^xsd:string ;
...@@ -781,7 +917,7 @@ ...@@ -781,7 +917,7 @@
781 <http://www.reportinghub.no/np/data/npd/WellBore-4494> . 917 <http://www.reportinghub.no/np/data/npd/WellBore-4494> .
782 918
783 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12N1_H_ALLOCATED_PROD_VOLUMES> 919 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12N1_H_ALLOCATED_PROD_VOLUMES>
784 - rdf:type ep-flow:ProductionFlow ; 920 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
785 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 921 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
786 erh:id "ASG_WB_12N1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 922 erh:id "ASG_WB_12N1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
787 erh:name "6506/12-N-1 H allocated production volumes"^^xsd:string ; 923 erh:name "6506/12-N-1 H allocated production volumes"^^xsd:string ;
...@@ -789,7 +925,7 @@ ...@@ -789,7 +925,7 @@
789 <http://www.reportinghub.no/np/data/npd/WellBore-4860> . 925 <http://www.reportinghub.no/np/data/npd/WellBore-4860> .
790 926
791 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12N2_H_ALLOCATED_PROD_VOLUMES> 927 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12N2_H_ALLOCATED_PROD_VOLUMES>
792 - rdf:type ep-flow:ProductionFlow ; 928 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
793 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 929 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
794 erh:id "ASG_WB_12N2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 930 erh:id "ASG_WB_12N2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
795 erh:name "6506/12-N-2 H allocated production volumes"^^xsd:string ; 931 erh:name "6506/12-N-2 H allocated production volumes"^^xsd:string ;
...@@ -797,7 +933,7 @@ ...@@ -797,7 +933,7 @@
797 <http://www.reportinghub.no/np/data/npd/WellBore-4382> . 933 <http://www.reportinghub.no/np/data/npd/WellBore-4382> .
798 934
799 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12N3_H_ALLOCATED_PROD_VOLUMES> 935 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12N3_H_ALLOCATED_PROD_VOLUMES>
800 - rdf:type ep-flow:ProductionFlow ; 936 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
801 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 937 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
802 erh:id "ASG_WB_12N3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 938 erh:id "ASG_WB_12N3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
803 erh:name "6506/12-N-3 H allocated production volumes"^^xsd:string ; 939 erh:name "6506/12-N-3 H allocated production volumes"^^xsd:string ;
...@@ -805,7 +941,7 @@ ...@@ -805,7 +941,7 @@
805 <http://www.reportinghub.no/np/data/npd/WellBore-4308> . 941 <http://www.reportinghub.no/np/data/npd/WellBore-4308> .
806 942
807 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12N4_H_ALLOCATED_PROD_VOLUMES> 943 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12N4_H_ALLOCATED_PROD_VOLUMES>
808 - rdf:type ep-flow:ProductionFlow ; 944 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
809 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 945 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
810 erh:id "ASG_WB_12N4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 946 erh:id "ASG_WB_12N4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
811 erh:name "6506/12-N-4 H allocated production volumes"^^xsd:string ; 947 erh:name "6506/12-N-4 H allocated production volumes"^^xsd:string ;
...@@ -813,7 +949,7 @@ ...@@ -813,7 +949,7 @@
813 <http://www.reportinghub.no/np/data/npd/WellBore-4091> . 949 <http://www.reportinghub.no/np/data/npd/WellBore-4091> .
814 950
815 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12P1_H_ALLOCATED_PROD_VOLUMES> 951 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12P1_H_ALLOCATED_PROD_VOLUMES>
816 - rdf:type ep-flow:ProductionFlow ; 952 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
817 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 953 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
818 erh:id "ASG_WB_12P1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 954 erh:id "ASG_WB_12P1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
819 erh:name "6506/12-P-1 H allocated production volumes"^^xsd:string ; 955 erh:name "6506/12-P-1 H allocated production volumes"^^xsd:string ;
...@@ -821,7 +957,7 @@ ...@@ -821,7 +957,7 @@
821 <http://www.reportinghub.no/np/data/npd/WellBore-3552> . 957 <http://www.reportinghub.no/np/data/npd/WellBore-3552> .
822 958
823 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12P2_H_ALLOCATED_PROD_VOLUMES> 959 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12P2_H_ALLOCATED_PROD_VOLUMES>
824 - rdf:type ep-flow:ProductionFlow ; 960 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
825 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 961 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
826 erh:id "ASG_WB_12P2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 962 erh:id "ASG_WB_12P2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
827 erh:name "6506/12-P-2 H allocated production volumes"^^xsd:string ; 963 erh:name "6506/12-P-2 H allocated production volumes"^^xsd:string ;
...@@ -829,7 +965,7 @@ ...@@ -829,7 +965,7 @@
829 <http://www.reportinghub.no/np/data/npd/WellBore-3342> . 965 <http://www.reportinghub.no/np/data/npd/WellBore-3342> .
830 966
831 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12P3_H_ALLOCATED_PROD_VOLUMES> 967 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12P3_H_ALLOCATED_PROD_VOLUMES>
832 - rdf:type ep-flow:ProductionFlow ; 968 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
833 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 969 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
834 erh:id "ASG_WB_12P3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 970 erh:id "ASG_WB_12P3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
835 erh:name "6506/12-P-3 H allocated production volumes"^^xsd:string ; 971 erh:name "6506/12-P-3 H allocated production volumes"^^xsd:string ;
...@@ -837,7 +973,7 @@ ...@@ -837,7 +973,7 @@
837 <http://www.reportinghub.no/np/data/npd/WellBore-3149> . 973 <http://www.reportinghub.no/np/data/npd/WellBore-3149> .
838 974
839 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12P4_AH_ALLOCATED_PROD_VOLUMES> 975 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12P4_AH_ALLOCATED_PROD_VOLUMES>
840 - rdf:type ep-flow:ProductionFlow ; 976 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
841 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 977 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
842 erh:id "ASG_WB_12P4_AH_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 978 erh:id "ASG_WB_12P4_AH_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
843 erh:name "6506/12-P-4 AH allocated production volumes"^^xsd:string ; 979 erh:name "6506/12-P-4 AH allocated production volumes"^^xsd:string ;
...@@ -845,7 +981,7 @@ ...@@ -845,7 +981,7 @@
845 <http://www.reportinghub.no/np/data/npd/WellBore-6138> . 981 <http://www.reportinghub.no/np/data/npd/WellBore-6138> .
846 982
847 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12Q1_H_ALLOCATED_PROD_VOLUMES> 983 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12Q1_H_ALLOCATED_PROD_VOLUMES>
848 - rdf:type ep-flow:ProductionFlow ; 984 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
849 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 985 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
850 erh:id "ASG_WB_12Q1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 986 erh:id "ASG_WB_12Q1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
851 erh:name "6506/12-Q-1 H allocated production volumes"^^xsd:string ; 987 erh:name "6506/12-Q-1 H allocated production volumes"^^xsd:string ;
...@@ -853,7 +989,7 @@ ...@@ -853,7 +989,7 @@
853 <http://www.reportinghub.no/np/data/npd/WellBore-5317> . 989 <http://www.reportinghub.no/np/data/npd/WellBore-5317> .
854 990
855 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12Q2_H_ALLOCATED_PROD_VOLUMES> 991 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12Q2_H_ALLOCATED_PROD_VOLUMES>
856 - rdf:type ep-flow:ProductionFlow ; 992 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
857 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 993 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
858 erh:id "ASG_WB_12Q2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 994 erh:id "ASG_WB_12Q2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
859 erh:name "6506/12-Q-2 H allocated production volumes"^^xsd:string ; 995 erh:name "6506/12-Q-2 H allocated production volumes"^^xsd:string ;
...@@ -861,7 +997,7 @@ ...@@ -861,7 +997,7 @@
861 <http://www.reportinghub.no/np/data/npd/WellBore-4933> . 997 <http://www.reportinghub.no/np/data/npd/WellBore-4933> .
862 998
863 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12Q3_H_ALLOCATED_PROD_VOLUMES> 999 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12Q3_H_ALLOCATED_PROD_VOLUMES>
864 - rdf:type ep-flow:ProductionFlow ; 1000 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
865 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 1001 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
866 erh:id "ASG_WB_12Q3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 1002 erh:id "ASG_WB_12Q3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
867 erh:name "6506/12-Q-3 H allocated production volumes"^^xsd:string ; 1003 erh:name "6506/12-Q-3 H allocated production volumes"^^xsd:string ;
...@@ -869,7 +1005,7 @@ ...@@ -869,7 +1005,7 @@
869 <http://www.reportinghub.no/np/data/npd/WellBore-5181> . 1005 <http://www.reportinghub.no/np/data/npd/WellBore-5181> .
870 1006
871 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12Q4_H_ALLOCATED_PROD_VOLUMES> 1007 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12Q4_H_ALLOCATED_PROD_VOLUMES>
872 - rdf:type ep-flow:ProductionFlow ; 1008 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
873 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 1009 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
874 erh:id "ASG_WB_12Q4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 1010 erh:id "ASG_WB_12Q4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
875 erh:name "6506/12-Q-4 H allocated production volumes"^^xsd:string ; 1011 erh:name "6506/12-Q-4 H allocated production volumes"^^xsd:string ;
...@@ -877,7 +1013,7 @@ ...@@ -877,7 +1013,7 @@
877 <http://www.reportinghub.no/np/data/npd/WellBore-5444> . 1013 <http://www.reportinghub.no/np/data/npd/WellBore-5444> .
878 1014
879 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12Q5_Y2H_ALLOCATED_PROD_VOLUMES> 1015 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12Q5_Y2H_ALLOCATED_PROD_VOLUMES>
880 - rdf:type ep-flow:ProductionFlow ; 1016 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
881 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 1017 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
882 erh:id "ASG_WB_12Q5_Y2H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 1018 erh:id "ASG_WB_12Q5_Y2H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
883 erh:name "6506/12-Q-5 Y2H allocated production volumes"^^xsd:string ; 1019 erh:name "6506/12-Q-5 Y2H allocated production volumes"^^xsd:string ;
...@@ -885,7 +1021,7 @@ ...@@ -885,7 +1021,7 @@
885 <http://www.reportinghub.no/np/data/npd/WellBore-6217> . 1021 <http://www.reportinghub.no/np/data/npd/WellBore-6217> .
886 1022
887 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12R1_H_ALLOCATED_INJ_VOLUMES> 1023 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12R1_H_ALLOCATED_INJ_VOLUMES>
888 - rdf:type ep-flow:ProductionFlow ; 1024 + rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ;
889 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 1025 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
890 erh:id "ASG_WB_12R1_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ; 1026 erh:id "ASG_WB_12R1_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
891 erh:name "6506/12-R-1 H allocated injection volumes"^^xsd:string ; 1027 erh:name "6506/12-R-1 H allocated injection volumes"^^xsd:string ;
...@@ -893,7 +1029,7 @@ ...@@ -893,7 +1029,7 @@
893 <http://www.reportinghub.no/np/data/npd/WellBore-3021> . 1029 <http://www.reportinghub.no/np/data/npd/WellBore-3021> .
894 1030
895 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12R2_H_ALLOCATED_INJ_VOLUMES> 1031 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12R2_H_ALLOCATED_INJ_VOLUMES>
896 - rdf:type ep-flow:ProductionFlow ; 1032 + rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ;
897 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 1033 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
898 erh:id "ASG_WB_12R2_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ; 1034 erh:id "ASG_WB_12R2_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
899 erh:name "6506/12-R-2 H allocated injection volumes"^^xsd:string ; 1035 erh:name "6506/12-R-2 H allocated injection volumes"^^xsd:string ;
...@@ -901,7 +1037,7 @@ ...@@ -901,7 +1037,7 @@
901 <http://www.reportinghub.no/np/data/npd/WellBore-3504> . 1037 <http://www.reportinghub.no/np/data/npd/WellBore-3504> .
902 1038
903 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12R3_H_ALLOCATED_INJ_VOLUMES> 1039 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12R3_H_ALLOCATED_INJ_VOLUMES>
904 - rdf:type ep-flow:ProductionFlow ; 1040 + rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ;
905 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 1041 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
906 erh:id "ASG_WB_12R3_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ; 1042 erh:id "ASG_WB_12R3_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
907 erh:name "6506/12-R-3 Y1H allocated injection volumes"^^xsd:string , "6506/12-R-3 Y2H allocated injection volumes"^^xsd:string ; 1043 erh:name "6506/12-R-3 Y1H allocated injection volumes"^^xsd:string , "6506/12-R-3 Y2H allocated injection volumes"^^xsd:string ;
...@@ -909,7 +1045,7 @@ ...@@ -909,7 +1045,7 @@
909 <http://www.reportinghub.no/np/data/npd/WellBore-5577> , <http://www.reportinghub.no/np/data/npd/WellBore-5869> . 1045 <http://www.reportinghub.no/np/data/npd/WellBore-5577> , <http://www.reportinghub.no/np/data/npd/WellBore-5869> .
910 1046
911 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12R4_H_ALLOCATED_INJ_VOLUMES> 1047 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12R4_H_ALLOCATED_INJ_VOLUMES>
912 - rdf:type ep-flow:ProductionFlow ; 1048 + rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ;
913 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 1049 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
914 erh:id "ASG_WB_12R4_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ; 1050 erh:id "ASG_WB_12R4_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
915 erh:name "6506/12-R-4 H allocated injection volumes"^^xsd:string ; 1051 erh:name "6506/12-R-4 H allocated injection volumes"^^xsd:string ;
...@@ -917,7 +1053,7 @@ ...@@ -917,7 +1053,7 @@
917 <http://www.reportinghub.no/np/data/npd/WellBore-3271> . 1053 <http://www.reportinghub.no/np/data/npd/WellBore-3271> .
918 1054
919 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12S1_H_ALLOCATED_PROD_VOLUMES> 1055 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12S1_H_ALLOCATED_PROD_VOLUMES>
920 - rdf:type ep-flow:ProductionFlow ; 1056 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
921 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 1057 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
922 erh:id "ASG_WB_12S1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 1058 erh:id "ASG_WB_12S1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
923 erh:name "6506/12-S-1 H allocated production volumes"^^xsd:string ; 1059 erh:name "6506/12-S-1 H allocated production volumes"^^xsd:string ;
...@@ -925,7 +1061,7 @@ ...@@ -925,7 +1061,7 @@
925 <http://www.reportinghub.no/np/data/npd/WellBore-3188> . 1061 <http://www.reportinghub.no/np/data/npd/WellBore-3188> .
926 1062
927 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12S2_H_ALLOCATED_PROD_VOLUMES> 1063 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12S2_H_ALLOCATED_PROD_VOLUMES>
928 - rdf:type ep-flow:ProductionFlow ; 1064 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
929 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 1065 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
930 erh:id "ASG_WB_12S2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 1066 erh:id "ASG_WB_12S2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
931 erh:name "6506/12-S-2 H allocated production volumes"^^xsd:string ; 1067 erh:name "6506/12-S-2 H allocated production volumes"^^xsd:string ;
...@@ -933,7 +1069,7 @@ ...@@ -933,7 +1069,7 @@
933 <http://www.reportinghub.no/np/data/npd/WellBore-3363> . 1069 <http://www.reportinghub.no/np/data/npd/WellBore-3363> .
934 1070
935 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12S3_H_ALLOCATED_PROD_VOLUMES> 1071 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12S3_H_ALLOCATED_PROD_VOLUMES>
936 - rdf:type ep-flow:ProductionFlow ; 1072 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
937 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 1073 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
938 erh:id "ASG_WB_12S3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 1074 erh:id "ASG_WB_12S3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
939 erh:name "6506/12-S-3 H allocated production volumes"^^xsd:string ; 1075 erh:name "6506/12-S-3 H allocated production volumes"^^xsd:string ;
...@@ -941,7 +1077,7 @@ ...@@ -941,7 +1077,7 @@
941 <http://www.reportinghub.no/np/data/npd/WellBore-3559> . 1077 <http://www.reportinghub.no/np/data/npd/WellBore-3559> .
942 1078
943 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12S4_H_ALLOCATED_PROD_VOLUMES> 1079 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12S4_H_ALLOCATED_PROD_VOLUMES>
944 - rdf:type ep-flow:ProductionFlow ; 1080 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
945 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 1081 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
946 erh:id "ASG_WB_12S4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 1082 erh:id "ASG_WB_12S4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
947 erh:name "6506/12-S-4 H allocated production volumes"^^xsd:string ; 1083 erh:name "6506/12-S-4 H allocated production volumes"^^xsd:string ;
...@@ -949,7 +1085,7 @@ ...@@ -949,7 +1085,7 @@
949 <http://www.reportinghub.no/np/data/npd/WellBore-4269> . 1085 <http://www.reportinghub.no/np/data/npd/WellBore-4269> .
950 1086
951 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_2Z3_H_ALLOCATED_PROD_VOLUMES> 1087 <http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_2Z3_H_ALLOCATED_PROD_VOLUMES>
952 - rdf:type ep-flow:ProductionFlow ; 1088 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
953 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ; 1089 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
954 erh:id "ASG_WB_2Z3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ; 1090 erh:id "ASG_WB_2Z3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
955 erh:name "6407/2-Z-3 H allocated production volumes"^^xsd:string ; 1091 erh:name "6407/2-Z-3 H allocated production volumes"^^xsd:string ;
...@@ -957,35 +1093,67 @@ ...@@ -957,35 +1093,67 @@
957 <http://www.reportinghub.no/np/data/npd/WellBore-4346> . 1093 <http://www.reportinghub.no/np/data/npd/WellBore-4346> .
958 1094
959 <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_A34_FISCAL_VOLUMES> 1095 <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_A34_FISCAL_VOLUMES>
960 - rdf:type ep-flow:ProductionFlow ; 1096 + rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
961 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ; 1097 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
962 erh:id "MORVIN_A34_FISCAL_VOLUMES"^^xsd:string ; 1098 erh:id "MORVIN_A34_FISCAL_VOLUMES"^^xsd:string ;
963 erh:name "Morvin compressor A34 measured volumes"^^xsd:string . 1099 erh:name "Morvin compressor A34 measured volumes"^^xsd:string .
964 1100
965 <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_A34_INJECTION> 1101 <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_A34_INJECTION>
966 - rdf:type ep-flow:ProductionFlow ; 1102 + rdf:type ep-flow:InjectionFlow , ep-flow:MeteredFlowFiscal , ep-flow:WholeLifeProductionFlow ;
967 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ; 1103 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
968 erh:id "MORVIN_A34_INJECTION"^^xsd:string ; 1104 erh:id "MORVIN_A34_INJECTION"^^xsd:string ;
969 erh:name "Morvin compressor A34 injected volumes"^^xsd:string . 1105 erh:name "Morvin compressor A34 injected volumes"^^xsd:string .
970 1106
971 <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_ADJUSTED_PRODUCTION> 1107 <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_ADJUSTED_PRODUCTION>
972 - rdf:type ep-flow:ProductionFlow ; 1108 + rdf:type ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
973 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ; 1109 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
974 erh:id "MORVIN_ADJUSTED_PRODUCTION"^^xsd:string ; 1110 erh:id "MORVIN_ADJUSTED_PRODUCTION"^^xsd:string ;
975 erh:name "Morvin adjusted volumes"^^xsd:string ; 1111 erh:name "Morvin adjusted volumes"^^xsd:string ;
976 ep-flow:flowIntoOrOutOf 1112 ep-flow:flowIntoOrOutOf
977 <http://www.reportinghub.no/np/data/npd/Field-4966234> . 1113 <http://www.reportinghub.no/np/data/npd/Field-4966234> .
978 1114
1115 +<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_ALLOCATED_DRYGAS_SALES>
1116 + rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeProductionFlow ;
1117 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
1118 + erh:id "MORVIN_ALLOCATED_DRYGAS_SALES"^^xsd:string ;
1119 + erh:name "Morvin allocated gas sales - dry"^^xsd:string ;
1120 + ep-flow:flowIntoOrOutOf
1121 + <http://www.reportinghub.no/np/data/npd/Field-4966234> .
1122 +
1123 +<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_ALLOCATED_GAS_SALES>
1124 + rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeProductionFlow ;
1125 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
1126 + erh:id "MORVIN_ALLOCATED_GAS_SALES"^^xsd:string ;
1127 + erh:name "Morvin allocated gas sales"^^xsd:string ;
1128 + ep-flow:flowIntoOrOutOf
1129 + <http://www.reportinghub.no/np/data/npd/Field-4966234> .
1130 +
1131 +<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_ALLOCATED_INVENTORY_TOT>
1132 + rdf:type ep-flow:AllocatedFlow , ep-flow:Inventory ;
1133 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
1134 + erh:id "MORVIN_ALLOCATED_INVENTORY_TOT"^^xsd:string ;
1135 + erh:name "Morvin allocated inventory"^^xsd:string ;
1136 + ep-flow:flowIntoOrOutOf
1137 + <http://www.reportinghub.no/np/data/npd/Field-4966234> .
1138 +
979 <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_ALLOCATED_PRODUCTION> 1139 <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_ALLOCATED_PRODUCTION>
980 - rdf:type ep-flow:ProductionFlow ; 1140 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
981 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ; 1141 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
982 erh:id "MORVIN_ALLOCATED_PRODUCTION"^^xsd:string ; 1142 erh:id "MORVIN_ALLOCATED_PRODUCTION"^^xsd:string ;
983 erh:name "Morvin allocated volumes"^^xsd:string ; 1143 erh:name "Morvin allocated volumes"^^xsd:string ;
984 ep-flow:flowIntoOrOutOf 1144 ep-flow:flowIntoOrOutOf
985 <http://www.reportinghub.no/np/data/npd/Field-4966234> . 1145 <http://www.reportinghub.no/np/data/npd/Field-4966234> .
986 1146
1147 +<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_ALLOCATED_TANKLIFT>
1148 + rdf:type ep-flow:HydrocarbonAccountingFlow , ep-flow:MeasuredFlow , ep-flow:WholeLifeProductionFlow ;
1149 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
1150 + erh:id "MORVIN_ALLOCATED_TANKLIFT"^^xsd:string ;
1151 + erh:name "Morvin allocated tanker lifting lifted by tanker"^^xsd:string ;
1152 + ep-flow:flowIntoOrOutOf
1153 + <http://www.reportinghub.no/np/data/npd/Field-4966234> .
1154 +
987 <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_CONSUME_FLARE_TOT> 1155 <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_CONSUME_FLARE_TOT>
988 - rdf:type ep-flow:ProductionFlow ; 1156 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-flare , ep-flow:WholeLifeProductionFlow ;
989 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ; 1157 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
990 erh:id "MORVIN_CONSUME_FLARE_TOT"^^xsd:string ; 1158 erh:id "MORVIN_CONSUME_FLARE_TOT"^^xsd:string ;
991 erh:name "Morvin total consumed flare"^^xsd:string ; 1159 erh:name "Morvin total consumed flare"^^xsd:string ;
...@@ -993,7 +1161,7 @@ ...@@ -993,7 +1161,7 @@
993 <http://www.reportinghub.no/np/data/npd/Field-4966234> . 1161 <http://www.reportinghub.no/np/data/npd/Field-4966234> .
994 1162
995 <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_CONSUME_FUEL_WAT_INJ> 1163 <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_CONSUME_FUEL_WAT_INJ>
996 - rdf:type ep-flow:ProductionFlow ; 1164 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:WholeLifeProductionFlow ;
997 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ; 1165 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
998 erh:id "MORVIN_CONSUME_FUEL_WAT_INJ"^^xsd:string ; 1166 erh:id "MORVIN_CONSUME_FUEL_WAT_INJ"^^xsd:string ;
999 erh:name "Morvin consumed water injection fuel"^^xsd:string ; 1167 erh:name "Morvin consumed water injection fuel"^^xsd:string ;
...@@ -1001,7 +1169,7 @@ ...@@ -1001,7 +1169,7 @@
1001 <http://www.reportinghub.no/np/data/npd/Field-4966234> . 1169 <http://www.reportinghub.no/np/data/npd/Field-4966234> .
1002 1170
1003 <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_GAS_INJECTION_TOT> 1171 <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_GAS_INJECTION_TOT>
1004 - rdf:type ep-flow:ProductionFlow ; 1172 + rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ;
1005 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ; 1173 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
1006 erh:id "MORVIN_GAS_INJECTION_TOT"^^xsd:string ; 1174 erh:id "MORVIN_GAS_INJECTION_TOT"^^xsd:string ;
1007 erh:name "Morvin injected gas"^^xsd:string ; 1175 erh:name "Morvin injected gas"^^xsd:string ;
...@@ -1009,41 +1177,73 @@ ...@@ -1009,41 +1177,73 @@
1009 <http://www.reportinghub.no/np/data/npd/Field-4966234> . 1177 <http://www.reportinghub.no/np/data/npd/Field-4966234> .
1010 1178
1011 <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_MPM2_FISCAL_VOLUMES> 1179 <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_MPM2_FISCAL_VOLUMES>
1012 - rdf:type ep-flow:ProductionFlow ; 1180 + rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
1013 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ; 1181 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
1014 erh:id "MORVIN_MPM2_FISCAL_VOLUMES"^^xsd:string ; 1182 erh:id "MORVIN_MPM2_FISCAL_VOLUMES"^^xsd:string ;
1015 erh:name "Morvin MPM2 measured volumes"^^xsd:string . 1183 erh:name "Morvin MPM2 measured volumes"^^xsd:string .
1016 1184
1017 <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_N32_FISCAL_VOLUMES> 1185 <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_N32_FISCAL_VOLUMES>
1018 - rdf:type ep-flow:ProductionFlow ; 1186 + rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
1019 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ; 1187 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
1020 erh:id "MORVIN_N32_FISCAL_VOLUMES"^^xsd:string ; 1188 erh:id "MORVIN_N32_FISCAL_VOLUMES"^^xsd:string ;
1021 erh:name "Morvin compressor N32 measured volumes"^^xsd:string . 1189 erh:name "Morvin compressor N32 measured volumes"^^xsd:string .
1022 1190
1023 <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_N32_INJECTION> 1191 <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_N32_INJECTION>
1024 - rdf:type ep-flow:ProductionFlow ; 1192 + rdf:type ep-flow:InjectionFlow , ep-flow:MeteredFlowFiscal , ep-flow:WholeLifeProductionFlow ;
1025 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ; 1193 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
1026 erh:id "MORVIN_N32_INJECTION"^^xsd:string ; 1194 erh:id "MORVIN_N32_INJECTION"^^xsd:string ;
1027 erh:name "Morvin compressor N32 injected volumes"^^xsd:string . 1195 erh:name "Morvin compressor N32 injected volumes"^^xsd:string .
1028 1196
1029 <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_SALEABLE_PRODUCTION> 1197 <http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_SALEABLE_PRODUCTION>
1030 - rdf:type ep-flow:ProductionFlow ; 1198 + rdf:type ep-flow:ProductionExploitation , ep-flow:SaleableFlow , ep-flow:WholeLifeProductionFlow ;
1031 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ; 1199 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
1032 erh:id "MORVIN_SALEABLE_PRODUCTION"^^xsd:string ; 1200 erh:id "MORVIN_SALEABLE_PRODUCTION"^^xsd:string ;
1033 erh:name "Morvin saleable volumes"^^xsd:string ; 1201 erh:name "Morvin saleable volumes"^^xsd:string ;
1034 ep-flow:flowIntoOrOutOf 1202 ep-flow:flowIntoOrOutOf
1035 <http://www.reportinghub.no/np/data/npd/Field-4966234> . 1203 <http://www.reportinghub.no/np/data/npd/Field-4966234> .
1036 1204
1205 +<http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_ALLOCATED_DRYGAS_SALES>
1206 + rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeProductionFlow ;
1207 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ;
1208 + erh:id "YTTGYT_ALLOCATED_DRYGAS_SALES"^^xsd:string ;
1209 + erh:name "Yttergryta allocated gas sales - dry"^^xsd:string ;
1210 + ep-flow:flowIntoOrOutOf
1211 + <http://www.reportinghub.no/np/data/npd/Field-4973114> .
1212 +
1213 +<http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_ALLOCATED_GAS_SALES>
1214 + rdf:type ep-flow:AllocatedFlow , ep-flow:FlowToSale , ep-flow:WholeLifeProductionFlow ;
1215 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ;
1216 + erh:id "YTTGYT_ALLOCATED_GAS_SALES"^^xsd:string ;
1217 + erh:name "Yttergryta allocated gas sales"^^xsd:string ;
1218 + ep-flow:flowIntoOrOutOf
1219 + <http://www.reportinghub.no/np/data/npd/Field-4973114> .
1220 +
1221 +<http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_ALLOCATED_INVENTORY_TOT>
1222 + rdf:type ep-flow:AllocatedFlow , ep-flow:Inventory ;
1223 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ;
1224 + erh:id "YTTGYT_ALLOCATED_INVENTORY_TOT"^^xsd:string ;
1225 + erh:name "Yttergryta total allocated inventory"^^xsd:string ;
1226 + ep-flow:flowIntoOrOutOf
1227 + <http://www.reportinghub.no/np/data/npd/Field-4973114> .
1228 +
1037 <http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_ALLOCATED_PRODUCTION> 1229 <http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_ALLOCATED_PRODUCTION>
1038 - rdf:type ep-flow:ProductionFlow ; 1230 + rdf:type ep-flow:AllocatedFlow , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
1039 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ; 1231 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ;
1040 erh:id "YTTGYT_ALLOCATED_PRODUCTION"^^xsd:string ; 1232 erh:id "YTTGYT_ALLOCATED_PRODUCTION"^^xsd:string ;
1041 erh:name "Yttergryta allocated volumes"^^xsd:string ; 1233 erh:name "Yttergryta allocated volumes"^^xsd:string ;
1042 ep-flow:flowIntoOrOutOf 1234 ep-flow:flowIntoOrOutOf
1043 <http://www.reportinghub.no/np/data/npd/Field-4973114> . 1235 <http://www.reportinghub.no/np/data/npd/Field-4973114> .
1044 1236
1237 +<http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_ALLOCATED_TANKLIFT>
1238 + rdf:type ep-flow:AllocatedFlow , ep-flow:HydrocarbonAccountingFlow , ep-flow:WholeLifeProductionFlow ;
1239 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ;
1240 + erh:id "YTTGYT_ALLOCATED_TANKLIFT"^^xsd:string ;
1241 + erh:name "Yttergryta allocated tanker lifting lifted by tanker"^^xsd:string ;
1242 + ep-flow:flowIntoOrOutOf
1243 + <http://www.reportinghub.no/np/data/npd/Field-4973114> .
1244 +
1045 <http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_CONSUME_FUEL_TOT> 1245 <http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_CONSUME_FUEL_TOT>
1046 - rdf:type ep-flow:ProductionFlow ; 1246 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:WholeLifeProductionFlow ;
1047 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ; 1247 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ;
1048 erh:id "YTTGYT_CONSUME_FUEL_TOT"^^xsd:string ; 1248 erh:id "YTTGYT_CONSUME_FUEL_TOT"^^xsd:string ;
1049 erh:name "Yttergryta total consumes fuel"^^xsd:string ; 1249 erh:name "Yttergryta total consumes fuel"^^xsd:string ;
...@@ -1051,7 +1251,7 @@ ...@@ -1051,7 +1251,7 @@
1051 <http://www.reportinghub.no/np/data/npd/Field-4973114> . 1251 <http://www.reportinghub.no/np/data/npd/Field-4973114> .
1052 1252
1053 <http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_GAS_INJECTION_TOT> 1253 <http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_GAS_INJECTION_TOT>
1054 - rdf:type ep-flow:ProductionFlow ; 1254 + rdf:type ep-flow:AllocatedFlow , ep-flow:InjectionFlow , ep-flow:WholeLifeProductionFlow ;
1055 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ; 1255 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ;
1056 erh:id "YTTGYT_GAS_INJECTION_TOT"^^xsd:string ; 1256 erh:id "YTTGYT_GAS_INJECTION_TOT"^^xsd:string ;
1057 erh:name "Yttergryta injected gas"^^xsd:string ; 1257 erh:name "Yttergryta injected gas"^^xsd:string ;
...@@ -1059,13 +1259,13 @@ ...@@ -1059,13 +1259,13 @@
1059 <http://www.reportinghub.no/np/data/npd/Field-4973114> . 1259 <http://www.reportinghub.no/np/data/npd/Field-4973114> .
1060 1260
1061 <http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_MPM1_FISCAL_VOLUMES> 1261 <http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_MPM1_FISCAL_VOLUMES>
1062 - rdf:type ep-flow:ProductionFlow ; 1262 + rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation , ep-flow:WholeLifeProductionFlow ;
1063 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ; 1263 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ;
1064 erh:id "YTTGYT_MPM1_FISCAL_VOLUMES"^^xsd:string ; 1264 erh:id "YTTGYT_MPM1_FISCAL_VOLUMES"^^xsd:string ;
1065 erh:name "Yttergryta MPM1 measured volumes"^^xsd:string . 1265 erh:name "Yttergryta MPM1 measured volumes"^^xsd:string .
1066 1266
1067 <http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_SALEABLE_PRODUCTION> 1267 <http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_SALEABLE_PRODUCTION>
1068 - rdf:type ep-flow:ProductionFlow ; 1268 + rdf:type ep-flow:ProductionExploitation , ep-flow:SaleableFlow , ep-flow:WholeLifeProductionFlow ;
1069 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ; 1269 ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ;
1070 erh:id "YTTGYT_SALEABLE_PRODUCTION"^^xsd:string ; 1270 erh:id "YTTGYT_SALEABLE_PRODUCTION"^^xsd:string ;
1071 erh:name "Yttergryta saleable volumes"^^xsd:string ; 1271 erh:name "Yttergryta saleable volumes"^^xsd:string ;
......
1 +[FieldNPDName] FieldNPDID FlowInOutFacilityName FlowInOutFacilityType FlowInOutFacilityNameSystem FlowUID FlowName FlowKind FlowQualifier
2 +KRISTIN 1854729 MPT2 mpr:RF_flowmeter STATOIL KRISTIN_MPT2_FISCAL_VOLUMES Kristin MPT2 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
3 +KRISTIN 1854729 Fiscal metering station 1 mpr:RF_flowmeter STATOIL KRISTIN_MPM1_FISCAL_VOLUMES Kristin MPM1 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
4 +KRISTIN 1854729 KRISTIN mpr:RF_field NPD KRISTIN_FISCAL_FIELD_VOLUMES Kristin measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
5 +KRISTIN 1854729 KRISTIN mpr:RF_field NPD KRISTIN_SALEABLE_PRODUCTION Kristin saleable volumes mpr:RF_production mpr:FQ_saleable
6 +KRISTIN 1854729 KRISTIN mpr:RF_field NPD KRISTIN_CHEMICAL_INJECTION Kristin injection of chemicals mpr:RF_injection mpr:FQ_measured
7 +KRISTIN 1854729 KRISTIN mpr:RF_field NPD KRISTIN_ALLOCATED_PRODUCTION Kristin allocated volumes mpr:RF_production mpr:FQ_allocated
8 +KRISTIN 1854729 KRISTIN mpr:RF_field NPD KRISTIN_GAS_INJECTION_TOT Kristin injected gas mpr:RF_injection mpr:FQ_allocated
9 +MIKKEL 1630514 MPT5 mpr:RF_flowmeter STATOIL MIKKEL_MPT5_FISCAL_VOLUMES Mikkel MPT5 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
10 +MIKKEL 1630514 MIKKEL mpr:RF_field NPD MIKKEL_SALEABLE_PRODUCTION Mikkel saleable volumes mpr:RF_production mpr:FQ_saleable
11 +MIKKEL 1630514 MIKKEL mpr:RF_field NPD MIKKEL_BUDGET_FIELD_VOLUMES Mikkel budgeted volumes mpr:RF_production mpr:FQ_budget
12 +MIKKEL 1630514 MIKKEL mpr:RF_field NPD MIKKEL_FORECAST_PRODUCTION Mikkel forecasted volumes mpr:RF_production mpr:FQ_forecast
13 +MIKKEL 1630514 MIKKEL mpr:RF_field NPD MIKKEL_FISCAL_FIELD_VOLUMES Mikkel measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
14 +MIKKEL 1630514 MIKKEL mpr:RF_field NPD MIKKEL_CONSUME_FLARE_TOT Mikkel consumed flare excluding excess flare mpr:RF_consume-flare mpr:FQ_allocated
15 +MIKKEL 1630514 MIKKEL mpr:RF_field NPD MIKKEL_CONSUME_FLARE_EXCESS Mikkel consumed excess flare mpr:RF_consume-flare mpr:FQ_allocated
16 +MIKKEL 1630514 MIKKEL mpr:RF_field NPD MIKKEL_GAS_INJECTION_TOT Mikkel injected gas mpr:RF_injection mpr:FQ_allocated
17 +MIKKEL 1630514 MIKKEL mpr:RF_field NPD MIKKEL_CONSUME_FUEL_DRILLING Mikkel consumed drilling fuel mpr:RF_consume-fuel mpr:FQ_allocated
18 +MORVIN 4966234 MORVIN compressor A34 mpr:RF_compressor STATOIL MORVIN_A34_INJECTION Morvin compressor A34 injected volumes mpr:RF_injection mpr:FQ_metered-fiscal
19 +MORVIN 4966234 MORVIN compressor A34 mpr:RF_compressor STATOIL MORVIN_A34_FISCAL_VOLUMES Morvin compressor A34 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
20 +MORVIN 4966234 MORVIN compressor N32 mpr:RF_compressor STATOIL MORVIN_N32_FISCAL_VOLUMES Morvin compressor N32 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
21 +MORVIN 4966234 MORVIN compressor N32 mpr:RF_compressor STATOIL MORVIN_N32_INJECTION Morvin compressor N32 injected volumes mpr:RF_injection mpr:FQ_metered-fiscal
22 +MORVIN 4966234 Fiscal metering station 2 mpr:RF_flowmeter STATOIL MORVIN_MPM2_FISCAL_VOLUMES Morvin MPM2 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
23 +MORVIN 4966234 MORVIN mpr:RF_field NPD MORVIN_CONSUME_FUEL_WAT_INJ Morvin consumed water injection fuel mpr:RF_consume-fuel mpr:FQ_allocated
24 +MORVIN 4966234 MORVIN mpr:RF_field NPD MORVIN_CONSUME_FLARE_TOT Morvin total consumed flare mpr:RF_consume-flare mpr:FQ_allocated
25 +MORVIN 4966234 MORVIN mpr:RF_field NPD MORVIN_ALLOCATED_PRODUCTION Morvin allocated volumes mpr:RF_production mpr:FQ_allocated
26 +MORVIN 4966234 MORVIN mpr:RF_field NPD MORVIN_SALEABLE_PRODUCTION Morvin saleable volumes mpr:RF_production mpr:FQ_saleable
27 +MORVIN 4966234 MORVIN mpr:RF_field NPD MORVIN_GAS_INJECTION_TOT Morvin injected gas mpr:RF_injection mpr:FQ_allocated
28 +MORVIN 4966234 MORVIN mpr:RF_field NPD MORVIN_ADJUSTED_PRODUCTION Morvin adjusted volumes mpr:RF_production mpr:FQ_valueadjusted
29 +TYRIHANS 3960848 TYRIHANS compressor 1 mpr:RF_compressor STATOIL TYRIHANS_MPM1_FISCAL_VOLUMES Tyrihans compressor MPM1 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
30 +TYRIHANS 3960848 TYRIHANS mpr:RF_field NPD TYRIHANS_CONSUME_FUEL_TOT Tyrihans consumed total fuel mpr:RF_consume-fuel mpr:FQ_allocated
31 +TYRIHANS 3960848 TYRIHANS mpr:RF_field NPD TYRIHANS_CONSUME_FUEL_DRILLING Tyrihans consumed drilling fuel mpr:RF_consume-fuel mpr:FQ_allocated
32 +TYRIHANS 3960848 TYRIHANS mpr:RF_field NPD TYRIHANS_SALEABLE_PRODUCTION Tyrihans saleable volumes mpr:RF_production mpr:FQ_saleable
33 +YTTERGRYTA 4973114 YTTERGRYTA Fiscal metering station 1 mpr:RF_flowmeter STATOIL YTTGYT_MPM1_FISCAL_VOLUMES Yttergryta MPM1 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
34 +YTTERGRYTA 4973114 YTTERGRYTA mpr:RF_field NPD YTTGYT_ALLOCATED_PRODUCTION Yttergryta allocated volumes mpr:RF_production mpr:FQ_allocated
35 +YTTERGRYTA 4973114 YTTERGRYTA mpr:RF_field NPD YTTGYT_SALEABLE_PRODUCTION Yttergryta saleable volumes mpr:RF_production mpr:FQ_saleable
36 +YTTERGRYTA 4973114 YTTERGRYTA mpr:RF_field NPD YTTGYT_GAS_INJECTION_TOT Yttergryta injected gas mpr:RF_injection mpr:FQ_allocated
37 +YTTERGRYTA 4973114 YTTERGRYTA mpr:RF_field NPD YTTGYT_CONSUME_FUEL_TOT Yttergryta total consumes fuel mpr:RF_consume-fuel mpr:FQ_allocated
38 +SGARD 43765 6506/12-Q-2 H mpr:RF_wellbore NPD ASG_WB_12Q2_H_ALLOCATED_PROD_VOLUMES 6506/12-Q-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
39 +SGARD 43765 6506/12-R-1 H mpr:RF_wellbore NPD ASG_WB_12R1_H_ALLOCATED_INJ_VOLUMES 6506/12-R-1 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
40 +SGARD 43765 6506/12-N-2 H mpr:RF_wellbore NPD ASG_WB_12N2_H_ALLOCATED_PROD_VOLUMES 6506/12-N-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
41 +SGARD 43765 6506/12-H-1 H mpr:RF_wellbore NPD ASG_WB_12H1_H_ALLOCATED_PROD_VOLUMES 6506/12-H-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
42 +SGARD 43765 6506/12-P-3 H mpr:RF_wellbore NPD ASG_WB_12P3_H_ALLOCATED_PROD_VOLUMES 6506/12-P-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
43 +SGARD 43765 6506/12-S-4 H mpr:RF_wellbore NPD ASG_WB_12S4_H_ALLOCATED_PROD_VOLUMES 6506/12-S-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
44 +SGARD 43765 SGARD C mpr:RF_platform NPD ASG_C_CONSUME_FUEL_TOT sgard C consumed total fuel mpr:RF_consume-fuel mpr:FQ_allocated
45 +SGARD 43765 6506/12-S-1 H mpr:RF_wellbore NPD ASG_WB_12S1_H_ALLOCATED_PROD_VOLUMES 6506/12-S-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
46 +SGARD 43765 6507/11-Y-4 H mpr:RF_wellbore NPD ASG_WB_11Y4_H_ALLOCATED_PROD_VOLUMES 6507/11-Y-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
47 +SGARD 43765 6506/12-J-4 H mpr:RF_wellbore NPD ASG_WB_12J4_H_ALLOCATED_PROD_VOLUMES 6506/12-J-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
48 +SGARD 43765 6507/11-Y-1 H mpr:RF_wellbore NPD ASG_WB_11Y1_H_ALLOCATED_PROD_VOLUMES 6507/11-Y-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
49 +SGARD 43765 6506/12-N-4 H mpr:RF_wellbore NPD ASG_WB_12N4_H_ALLOCATED_PROD_VOLUMES 6506/12-N-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
50 +SGARD 43765 SGARD A mpr:RF_platform NPD ASG_A_FISCAL_VOLUMES sgard A measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
51 +SGARD 43765 SGARD A mpr:RF_platform NPD ASG_A_CONSUME_FLARE sgard A consumed flare mpr:RF_consume-flare mpr:FQ_allocated
52 +SGARD 43765 SGARD A mpr:RF_platform NPD ASG_A_CONSUME_FUEL_TOT sgard A total consumed fuel mpr:RF_consume-fuel mpr:FQ_allocated
53 +SGARD 43765 SGARD A mpr:RF_platform NPD ASG_A_ALLOCATED_PRODUCTION sgard A allocated volumes mpr:RF_production mpr:FQ_allocated
54 +SGARD 43765 SGARD A mpr:RF_platform NPD ASG_A_GAS_INJETION sgard A injected gas mpr:RF_injection mpr:FQ_allocated
55 +SGARD 43765 6506/11-G-4 H mpr:RF_wellbore NPD ASG_WB_11G4_H_ALLOCATED_INJ_VOLUMES 6506/11-G-4 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
56 +SGARD 43765 6506/12-R-3 Y1H mpr:RF_wellbore NPD ASG_WB_12R3_H_ALLOCATED_INJ_VOLUMES 6506/12-R-3 Y1H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
57 +SGARD 43765 6506/11-F-4 H mpr:RF_wellbore NPD ASG_WB_11F4_H_ALLOCATED_INJ_VOLUMES 6506/11-F-4 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
58 +SGARD 43765 6506/11-E-3 H mpr:RF_wellbore NPD ASG_WB_11E3_H_ALLOCATED_INJ_VOLUMES 6506/11-E-3 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
59 +SGARD 43765 6506/12-H-3 H mpr:RF_wellbore NPD ASG_WB_12H3_H_ALLOCATED_PROD_VOLUMES 6506/12-H-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
60 +SGARD 43765 6506/12-I-3 H mpr:RF_wellbore NPD ASG_WB_12I3_H_ALLOCATED_PROD_VOLUMES 6506/12-I-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
61 +SGARD 43765 6507/11-X-4 H mpr:RF_wellbore NPD ASG_WB_11X4_H_ALLOCATED_PROD_VOLUMES 6507/11-X-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
62 +SGARD 43765 6506/12-K-2 H mpr:RF_wellbore NPD ASG_WB_12K2_H_ALLOCATED_PROD_VOLUMES 6506/12-K-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
63 +SGARD 43765 6506/12-L-4 H mpr:RF_wellbore NPD ASG_WB_12L4_H_ALLOCATED_PROD_VOLUMES 6506/12-L-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
64 +SGARD 43765 6507/11-X-1 H mpr:RF_wellbore NPD ASG_WB_11X1_H_ALLOCATED_PROD_VOLUMES 6507/11-X-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
65 +SGARD 43765 6506/12-L-1 H mpr:RF_wellbore NPD ASG_WB_12L1_H_ALLOCATED_PROD_VOLUMES 6506/12-L-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
66 +SGARD 43765 6506/12-P-4 AH mpr:RF_wellbore NPD ASG_WB_12P4_AH_ALLOCATED_PROD_VOLUMES 6506/12-P-4 AH allocated production volumes mpr:RF_production mpr:FQ_allocated
67 +SGARD 43765 6407/2-Z-3 H mpr:RF_wellbore NPD ASG_WB_2Z3_H_ALLOCATED_PROD_VOLUMES 6407/2-Z-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
68 +SGARD 43765 6506/12-P-1 H mpr:RF_wellbore NPD ASG_WB_12P1_H_ALLOCATED_PROD_VOLUMES 6506/12-P-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
69 +SGARD 43765 6506/12-S-2 H mpr:RF_wellbore NPD ASG_WB_12S2_H_ALLOCATED_PROD_VOLUMES 6506/12-S-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
70 +SGARD 43765 SGARD E flowline mpr:RF_flowline NPD ASG_E_FLOWLINE sgard E flowline allocated volumes mpr:RF_production mpr:FQ_allocated
71 +SGARD 43765 SGARD D mpr:RF_template NPD ASG_D_ALLOCATED_PRODUCTION sgard D allocated volumes mpr:RF_production mpr:FQ_allocated
72 +SGARD 43765 SGARD D mpr:RF_template NPD ASG_D_FISCAL_VOLUMES sgard D measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
73 +SGARD 43765 SGARD D mpr:RF_template NPD ASG_D_INJECTION_TOT sgard D injected gas mpr:RF_injection mpr:FQ_allocated
74 +SGARD 43765 6506/12-Q-4 H mpr:RF_wellbore NPD ASG_WB_12Q4_H_ALLOCATED_PROD_VOLUMES 6506/12-Q-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
75 +SGARD 43765 6506/12-R-3 Y2H mpr:RF_wellbore NPD ASG_WB_12R3_H_ALLOCATED_INJ_VOLUMES 6506/12-R-3 Y2H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
76 +SGARD 43765 6507/11-Y-2 H mpr:RF_wellbore NPD ASG_WB_11Y2_H_ALLOCATED_PROD_VOLUMES 6507/11-Y-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
77 +SGARD 43765 6506/12-J-2 H mpr:RF_wellbore NPD ASG_WB_12J2_H_ALLOCATED_PROD_VOLUMES 6506/12-J-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
78 +SGARD 43765 6506/12-I-4 H mpr:RF_wellbore NPD ASG_WB_12I4_H_ALLOCATED_PROD_VOLUMES 6506/12-I-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
79 +SGARD 43765 6506/12-K-3 H mpr:RF_wellbore NPD ASG_WB_12K3_H_ALLOCATED_INJ_VOLUMES 6506/12-K-3 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
80 +SGARD 43765 6506/11-G-1 H mpr:RF_wellbore NPD ASG_WB_11G1_H_ALLOCATED_INJ_VOLUMES 6506/11-G-1 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
81 +SGARD 43765 6506/12-M-3 H mpr:RF_wellbore NPD ASG_WB_12M3_H_ALLOCATED_PROD_VOLUMES 6506/12-M- H allocated production volumes mpr:RF_production mpr:FQ_allocated
82 +SGARD 43765 6506/12-M-1 H mpr:RF_wellbore NPD ASG_WB_12M1_H_ALLOCATED_PROD_VOLUMES 6506/12-M-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
83 +SGARD 43765 6506/11-F-2 H mpr:RF_wellbore NPD ASG_WB_11F2_H_ALLOCATED_PROD_VOLUMES 6506/11-F-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
84 +SGARD 43765 6506/12-Q-3 H mpr:RF_wellbore NPD ASG_WB_12Q3_H_ALLOCATED_PROD_VOLUMES 6506/12-Q-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
85 +SGARD 43765 6506/12-H-4 H mpr:RF_wellbore NPD ASG_WB_12H4_H_ALLOCATED_PROD_VOLUMES 6506/12-H-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
86 +SGARD 43765 6506/12-Q-1 H mpr:RF_wellbore NPD ASG_WB_12Q1_H_ALLOCATED_PROD_VOLUMES 6506/12-Q-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
87 +SGARD 43765 6506/12-Q-5 Y2H mpr:RF_wellbore NPD ASG_WB_12Q5_Y2H_ALLOCATED_PROD_VOLUMES 6506/12-Q-5 Y2H allocated production volumes mpr:RF_production mpr:FQ_allocated
88 +SGARD 43765 6506/12-S-3 H mpr:RF_wellbore NPD ASG_WB_12S3_H_ALLOCATED_PROD_VOLUMES 6506/12-S-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
89 +SGARD 43765 6507/11-X-2 H mpr:RF_wellbore NPD ASG_WB_11X2_H_ALLOCATED_PROD_VOLUMES 6507/11-X-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
90 +SGARD 43765 6506/12-L-2 H mpr:RF_wellbore NPD ASG_WB_12L2_H_ALLOCATED_PROD_VOLUMES 6506/12-L-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
91 +SGARD 43765 6506/12-N-1 H mpr:RF_wellbore NPD ASG_WB_12N1_H_ALLOCATED_PROD_VOLUMES 6506/12-N-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
92 +SGARD 43765 6507/11-Y-3 H mpr:RF_wellbore NPD ASG_WB_11Y3_H_ALLOCATED_PROD_VOLUMES 6507/11-Y-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
93 +SGARD 43765 6506/12-P-2 H mpr:RF_wellbore NPD ASG_WB_12P2_H_ALLOCATED_PROD_VOLUMES 6506/12-P-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
94 +SGARD 43765 SGARD B mpr:RF_platform NPD ASG_B_CONSUME_FUEL_TOT sgard B consumed total fuel mpr:RF_consume-fuel mpr:FQ_allocated
95 +SGARD 43765 SGARD B mpr:RF_platform NPD ASG_B_ALLOCATED_IMPORT sgard B allocated import volumes mpr:RF_import mpr:FQ_allocated
96 +SGARD 43765 SGARD B mpr:RF_platform NPD ASG_B_ALLOCATED_PRODUCTION sgard B allocated volumes mpr:RF_production mpr:FQ_allocated
97 +SGARD 43765 SGARD B mpr:RF_platform NPD ASG_B_CONSUME_FLARE_TOT sgard B consumed flare mpr:RF_consume-flare mpr:FQ_allocated
98 +SGARD 43765 SGARD B mpr:RF_platform NPD ASG_B_ALLOCATED_EXPORT sgard B allocated export volumes mpr:RF_export mpr:FQ_allocated
99 +SGARD 43765 SGARD B mpr:RF_platform NPD ASG_B_GAS_INJECTION_TOT sgard B injected gas mpr:RF_injection mpr:FQ_allocated
100 +SGARD 43765 SGARD B mpr:RF_platform NPD ASG_B_FISCAL_VOLUMES sgard B measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
101 +SGARD 43765 SGARD E mpr:RF_template NPD ASG_E_ALLOCATED_PRODUCTION sgard E allocated volumes mpr:RF_production mpr:FQ_allocated
102 +SGARD 43765 SGARD E mpr:RF_template NPD ASG_E_FISCAL_VOLUMES sgard E measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
103 +SGARD 43765 SGARD E mpr:RF_template NPD ASG_E_INJECTION_TOT sgard E injected gas mpr:RF_injection mpr:FQ_allocated
104 +SGARD 43765 6506/12-N-3 H mpr:RF_wellbore NPD ASG_WB_12N3_H_ALLOCATED_PROD_VOLUMES 6506/12-N-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
105 +SGARD 43765 6506/12-R-4 H mpr:RF_wellbore NPD ASG_WB_12R4_H_ALLOCATED_INJ_VOLUMES 6506/12-R-4 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
106 +SGARD 43765 SGARD mpr:RF_field NPD ASG_SALEABLE_PRODUTION sgard saleable volumes mpr:RF_production mpr:FQ_saleable
107 +SGARD 43765 SGARD mpr:RF_field NPD ASG_GAS_INJECTION_TOT sgard injected gas mpr:RF_injection mpr:FQ_allocated
108 +SGARD 43765 SGARD mpr:RF_field NPD ASG_ALLOCATED_PRODUCTION sgard allocated volumes mpr:RF_production mpr:FQ_allocated
109 +SGARD 43765 6506/11-G-3 H mpr:RF_wellbore NPD ASG_WB_11G3_H_ALLOCATED_INJ_VOLUMES 6506/11-G-3 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
110 +SGARD 43765 6506/12-R-2 H mpr:RF_wellbore NPD ASG_WB_12R2_H_ALLOCATED_INJ_VOLUMES 6506/12-R-2 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
111 +SGARD 43765 6506/12-I-1 AH mpr:RF_wellbore NPD ASG_WB_12I1_AH_ALLOCATED_PROD_VOLUMES 6506/12-I-1 AH allocated production volumes mpr:RF_production mpr:FQ_allocated
112 +SGARD 43765 6506/12-J-3 H mpr:RF_wellbore NPD ASG_WB_12J3_H_ALLOCATED_PROD_VOLUMES 6506/12-J-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
113 +SGARD 43765 6506/12-J-1 H mpr:RF_wellbore NPD ASG_WB_12J1_H_ALLOCATED_PROD_VOLUMES 6506/12-J-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
114 +SGARD 43765 6506/12-M-4 H mpr:RF_wellbore NPD ASG_WB_12M4_H_ALLOCATED_PROD_VOLUMES 6506/12-M-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
115 +SGARD 43765 6506/12-I-2 H mpr:RF_wellbore NPD ASG_WB_12I2_H_ALLOCATED_PROD_VOLUMES 6506/12-I-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
116 +SGARD 43765 6506/12-M-2 H mpr:RF_wellbore NPD ASG_WB_12M2_H_ALLOCATED_PROD_VOLUMES 6506/12-M-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
117 +SGARD 43765 6507/11-X-3 H mpr:RF_wellbore NPD ASG_WB_11X3_H_ALLOCATED_PROD_VOLUMES 6507/11-X-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
118 +SGARD 43765 6506/12-K-1 H mpr:RF_wellbore NPD ASG_WB_12K1_H_ALLOCATED_INJ_VOLUMES 6506/12-K-1 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
119 +SGARD 43765 6506/12-L-3 H mpr:RF_wellbore NPD ASG_WB_12L3_H_ALLOCATED_PROD_VOLUMES 6506/12-L-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
1 @prefix tables: <http://topbraid.org/tables#> . 1 @prefix tables: <http://topbraid.org/tables#> .
2 2
3 -<file:///www.reportinghub.no/test/flow_facts/data/asgard-flow-facts.tsv.semtables> 3 +<file:///www.reportinghub.no/test/flow_facts/data/asgard-dpr2-flow-fact-ss.tsv.semtables>
4 a <http://www.w3.org/2002/07/owl#Ontology> ; 4 a <http://www.w3.org/2002/07/owl#Ontology> ;
5 - tables:imports <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema> ; 5 + tables:imports <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema> ;
6 <http://www.w3.org/2002/07/owl#imports> 6 <http://www.w3.org/2002/07/owl#imports>
7 <http://topbraid.org/tables> . 7 <http://topbraid.org/tables> .
......
1 -FieldNPDName FieldNPDID FlowUID FlowName FlowKind FlowQualifier
2 -KRISTIN 1854729 KRISTIN_MPT2_FISCAL_VOLUMES Kristin MPT2 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
3 -KRISTIN 1854729 KRISTIN_MPM1_FISCAL_VOLUMES Kristin MPM1 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
4 -KRISTIN 1854729 KRISTIN_FISCAL_FIELD_VOLUMES Kristin measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
5 -KRISTIN 1854729 KRISTIN_SALEABLE_PRODUCTION Kristin saleable volumes mpr:RF_production mpr:FQ_saleable
6 -KRISTIN 1854729 KRISTIN_CHEMICAL_INJECTION Kristin injection of chemicals mpr:RF_injection mpr:FQ_measured
7 -KRISTIN 1854729 KRISTIN_ALLOCATED_PRODUCTION Kristin allocated volumes mpr:RF_production mpr:FQ_allocated
8 -KRISTIN 1854729 KRISTIN_GAS_INJECTION_TOT Kristin injected gas mpr:RF_injection mpr:FQ_allocated
9 -MIKKEL 1630514 MIKKEL_MPT5_FISCAL_VOLUMES Mikkel MPT5 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
10 -MIKKEL 1630514 MIKKEL_SALEABLE_PRODUCTION Mikkel saleable volumes mpr:RF_production mpr:FQ_saleable
11 -MIKKEL 1630514 MIKKEL_BUDGET_FIELD_VOLUMES Mikkel budgeted volumes mpr:RF_production mpr:FQ_budget
12 -MIKKEL 1630514 MIKKEL_FORECAST_PRODUCTION Mikkel forecasted volumes mpr:RF_production mpr:FQ_forecast
13 -MIKKEL 1630514 MIKKEL_FISCAL_FIELD_VOLUMES Mikkel measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
14 -MIKKEL 1630514 MIKKEL_CONSUME_FLARE_TOT Mikkel consumed flare excluding excess flare mpr:RF_consume-flare mpr:FQ_allocated
15 -MIKKEL 1630514 MIKKEL_CONSUME_FLARE_EXCESS Mikkel consumed excess flare mpr:RF_consume-flare mpr:FQ_allocated
16 -MIKKEL 1630514 MIKKEL_GAS_INJECTION_TOT Mikkel injected gas mpr:RF_injection mpr:FQ_allocated
17 -MIKKEL 1630514 MIKKEL_CONSUME_FUEL_DRILLING Mikkel consumed drilling fuel mpr:RF_consume-fuel mpr:FQ_allocated
18 -MORVIN 4966234 MORVIN_A34_INJECTION Morvin compressor A34 injected volumes mpr:RF_injection mpr:FQ_metered-fiscal
19 -MORVIN 4966234 MORVIN_A34_FISCAL_VOLUMES Morvin compressor A34 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
20 -MORVIN 4966234 MORVIN_N32_FISCAL_VOLUMES Morvin compressor N32 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
21 -MORVIN 4966234 MORVIN_N32_INJECTION Morvin compressor N32 injected volumes mpr:RF_injection mpr:FQ_metered-fiscal
22 -MORVIN 4966234 MORVIN_MPM2_FISCAL_VOLUMES Morvin MPM2 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
23 -MORVIN 4966234 MORVIN_CONSUME_FUEL_WAT_INJ Morvin consumed water injection fuel mpr:RF_consume-fuel mpr:FQ_allocated
24 -MORVIN 4966234 MORVIN_CONSUME_FLARE_TOT Morvin total consumed flare mpr:RF_consume-flare mpr:FQ_allocated
25 -MORVIN 4966234 MORVIN_ALLOCATED_PRODUCTION Morvin allocated volumes mpr:RF_production mpr:FQ_allocated
26 -MORVIN 4966234 MORVIN_SALEABLE_PRODUCTION Morvin saleable volumes mpr:RF_production mpr:FQ_saleable
27 -MORVIN 4966234 MORVIN_GAS_INJECTION_TOT Morvin injected gas mpr:RF_injection mpr:FQ_allocated
28 -MORVIN 4966234 MORVIN_ADJUSTED_PRODUCTION Morvin adjusted volumes mpr:RF_production mpr:FQ_valueadjusted
29 -TYRIHANS 3960848 TYRIHANS_MPM1_FISCAL_VOLUMES Tyrihans compressor MPM1 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
30 -TYRIHANS 3960848 TYRIHANS_CONSUME_FUEL_TOT Tyrihans consumed total fuel mpr:RF_consume-fuel mpr:FQ_allocated
31 -TYRIHANS 3960848 TYRIHANS_CONSUME_FUEL_DRILLING Tyrihans consumed drilling fuel mpr:RF_consume-fuel mpr:FQ_allocated
32 -TYRIHANS 3960848 TYRIHANS_SALEABLE_PRODUCTION Tyrihans saleable volumes mpr:RF_production mpr:FQ_saleable
33 -YTTERGRYTA 4973114 YTTGYT_MPM1_FISCAL_VOLUMES Yttergryta MPM1 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
34 -YTTERGRYTA 4973114 YTTGYT_ALLOCATED_PRODUCTION Yttergryta allocated volumes mpr:RF_production mpr:FQ_allocated
35 -YTTERGRYTA 4973114 YTTGYT_SALEABLE_PRODUCTION Yttergryta saleable volumes mpr:RF_production mpr:FQ_saleable
36 -YTTERGRYTA 4973114 YTTGYT_GAS_INJECTION_TOT Yttergryta injected gas mpr:RF_injection mpr:FQ_allocated
37 -YTTERGRYTA 4973114 YTTGYT_CONSUME_FUEL_TOT Yttergryta total consumes fuel mpr:RF_consume-fuel mpr:FQ_allocated
38 -SGARD 43765 ASG_WB_12Q2_H_ALLOCATED_PROD_VOLUMES 6506/12-Q-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
39 -SGARD 43765 ASG_WB_12R1_H_ALLOCATED_INJ_VOLUMES 6506/12-R-1 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
40 -SGARD 43765 ASG_WB_12N2_H_ALLOCATED_PROD_VOLUMES 6506/12-N-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
41 -SGARD 43765 ASG_WB_12H1_H_ALLOCATED_PROD_VOLUMES 6506/12-H-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
42 -SGARD 43765 ASG_WB_12P3_H_ALLOCATED_PROD_VOLUMES 6506/12-P-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
43 -SGARD 43765 ASG_WB_12S4_H_ALLOCATED_PROD_VOLUMES 6506/12-S-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
44 -SGARD 43765 ASG_C_CONSUME_FUEL_TOT sgard C consumed total fuel mpr:RF_consume-fuel mpr:FQ_allocated
45 -SGARD 43765 ASG_WB_12S1_H_ALLOCATED_PROD_VOLUMES 6506/12-S-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
46 -SGARD 43765 ASG_WB_11Y4_H_ALLOCATED_PROD_VOLUMES 6507/11-Y-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
47 -SGARD 43765 ASG_WB_12J4_H_ALLOCATED_PROD_VOLUMES 6506/12-J-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
48 -SGARD 43765 ASG_WB_11Y1_H_ALLOCATED_PROD_VOLUMES 6507/11-Y-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
49 -SGARD 43765 ASG_WB_12N4_H_ALLOCATED_PROD_VOLUMES 6506/12-N-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
50 -SGARD 43765 ASG_A_FISCAL_VOLUMES sgard A measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
51 -SGARD 43765 ASG_A_CONSUME_FLARE sgard A consumed flare mpr:RF_consume-flare mpr:FQ_allocated
52 -SGARD 43765 ASG_A_CONSUME_FUEL_TOT sgard A total consumed fuel mpr:RF_consume-fuel mpr:FQ_allocated
53 -SGARD 43765 ASG_A_ALLOCATED_PRODUCTION sgard A allocated volumes mpr:RF_production mpr:FQ_allocated
54 -SGARD 43765 ASG_A_GAS_INJETION sgard A injected gas mpr:RF_injection mpr:FQ_allocated
55 -SGARD 43765 ASG_WB_11G4_H_ALLOCATED_INJ_VOLUMES 6506/11-G-4 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
56 -SGARD 43765 ASG_WB_12R3_H_ALLOCATED_INJ_VOLUMES 6506/12-R-3 Y1H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
57 -SGARD 43765 ASG_WB_11F4_H_ALLOCATED_INJ_VOLUMES 6506/11-F-4 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
58 -SGARD 43765 ASG_WB_11E3_H_ALLOCATED_INJ_VOLUMES 6506/11-E-3 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
59 -SGARD 43765 ASG_WB_12H3_H_ALLOCATED_PROD_VOLUMES 6506/12-H-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
60 -SGARD 43765 ASG_WB_12I3_H_ALLOCATED_PROD_VOLUMES 6506/12-I-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
61 -SGARD 43765 ASG_WB_11X4_H_ALLOCATED_PROD_VOLUMES 6507/11-X-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
62 -SGARD 43765 ASG_WB_12K2_H_ALLOCATED_PROD_VOLUMES 6506/12-K-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
63 -SGARD 43765 ASG_WB_12L4_H_ALLOCATED_PROD_VOLUMES 6506/12-L-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
64 -SGARD 43765 ASG_WB_11X1_H_ALLOCATED_PROD_VOLUMES 6507/11-X-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
65 -SGARD 43765 ASG_WB_12L1_H_ALLOCATED_PROD_VOLUMES 6506/12-L-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
66 -SGARD 43765 ASG_WB_12P4_AH_ALLOCATED_PROD_VOLUMES 6506/12-P-4 AH allocated production volumes mpr:RF_production mpr:FQ_allocated
67 -SGARD 43765 ASG_WB_2Z3_H_ALLOCATED_PROD_VOLUMES 6407/2-Z-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
68 -SGARD 43765 ASG_WB_12P1_H_ALLOCATED_PROD_VOLUMES 6506/12-P-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
69 -SGARD 43765 ASG_WB_12S2_H_ALLOCATED_PROD_VOLUMES 6506/12-S-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
70 -SGARD 43765 ASG_E_FLOWLINE sgard E flowline allocated volumes mpr:RF_production mpr:FQ_allocated
71 -SGARD 43765 ASG_D_ALLOCATED_PRODUCTION sgard D allocated volumes mpr:RF_production mpr:FQ_allocated
72 -SGARD 43765 ASG_D_FISCAL_VOLUMES sgard D measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
73 -SGARD 43765 ASG_D_INJECTION_TOT sgard D injected gas mpr:RF_injection mpr:FQ_allocated
74 -SGARD 43765 ASG_WB_12Q4_H_ALLOCATED_PROD_VOLUMES 6506/12-Q-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
75 -SGARD 43765 ASG_WB_12R3_H_ALLOCATED_INJ_VOLUMES 6506/12-R-3 Y2H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
76 -SGARD 43765 ASG_WB_11Y2_H_ALLOCATED_PROD_VOLUMES 6507/11-Y-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
77 -SGARD 43765 ASG_WB_12J2_H_ALLOCATED_PROD_VOLUMES 6506/12-J-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
78 -SGARD 43765 ASG_WB_12I4_H_ALLOCATED_PROD_VOLUMES 6506/12-I-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
79 -SGARD 43765 ASG_WB_12K3_H_ALLOCATED_INJ_VOLUMES 6506/12-K-3 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
80 -SGARD 43765 ASG_WB_11G1_H_ALLOCATED_INJ_VOLUMES 6506/11-G-1 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
81 -SGARD 43765 ASG_WB_12M3_H_ALLOCATED_PROD_VOLUMES 6506/12-M- H allocated production volumes mpr:RF_production mpr:FQ_allocated
82 -SGARD 43765 ASG_WB_12M1_H_ALLOCATED_PROD_VOLUMES 6506/12-M-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
83 -SGARD 43765 ASG_WB_11F2_H_ALLOCATED_PROD_VOLUMES 6506/11-F-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
84 -SGARD 43765 ASG_WB_12Q3_H_ALLOCATED_PROD_VOLUMES 6506/12-Q-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
85 -SGARD 43765 ASG_WB_12H4_H_ALLOCATED_PROD_VOLUMES 6506/12-H-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
86 -SGARD 43765 ASG_WB_12Q1_H_ALLOCATED_PROD_VOLUMES 6506/12-Q-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
87 -SGARD 43765 ASG_WB_12Q5_Y2H_ALLOCATED_PROD_VOLUMES 6506/12-Q-5 Y2H allocated production volumes mpr:RF_production mpr:FQ_allocated
88 -SGARD 43765 ASG_WB_12S3_H_ALLOCATED_PROD_VOLUMES 6506/12-S-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
89 -SGARD 43765 ASG_WB_11X2_H_ALLOCATED_PROD_VOLUMES 6507/11-X-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
90 -SGARD 43765 ASG_WB_12L2_H_ALLOCATED_PROD_VOLUMES 6506/12-L-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
91 -SGARD 43765 ASG_WB_12N1_H_ALLOCATED_PROD_VOLUMES 6506/12-N-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
92 -SGARD 43765 ASG_WB_11Y3_H_ALLOCATED_PROD_VOLUMES 6507/11-Y-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
93 -SGARD 43765 ASG_WB_12P2_H_ALLOCATED_PROD_VOLUMES 6506/12-P-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
94 -SGARD 43765 ASG_B_CONSUME_FUEL_TOT sgard B consumed total fuel mpr:RF_consume-fuel mpr:FQ_allocated
95 -SGARD 43765 ASG_B_ALLOCATED_IMPORT sgard B allocated import volumes mpr:RF_import mpr:FQ_allocated
96 -SGARD 43765 ASG_B_ALLOCATED_PRODUCTION sgard B allocated volumes mpr:RF_production mpr:FQ_allocated
97 -SGARD 43765 ASG_B_CONSUME_FLARE_TOT sgard B consumed flare mpr:RF_consume-flare mpr:FQ_allocated
98 -SGARD 43765 ASG_B_ALLOCATED_EXPORT sgard B allocated export volumes mpr:RF_export mpr:FQ_allocated
99 -SGARD 43765 ASG_B_GAS_INJECTION_TOT sgard B injected gas mpr:RF_injection mpr:FQ_allocated
100 -SGARD 43765 ASG_B_FISCAL_VOLUMES sgard B measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
101 -SGARD 43765 ASG_E_ALLOCATED_PRODUCTION sgard E allocated volumes mpr:RF_production mpr:FQ_allocated
102 -SGARD 43765 ASG_E_FISCAL_VOLUMES sgard E measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
103 -SGARD 43765 ASG_E_INJECTION_TOT sgard E injected gas mpr:RF_injection mpr:FQ_allocated
104 -SGARD 43765 ASG_WB_12N3_H_ALLOCATED_PROD_VOLUMES 6506/12-N-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
105 -SGARD 43765 ASG_WB_12R4_H_ALLOCATED_INJ_VOLUMES 6506/12-R-4 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
106 -SGARD 43765 ASG_SALEABLE_PRODUTION sgard saleable volumes mpr:RF_production mpr:FQ_saleable
107 -SGARD 43765 ASG_GAS_INJECTION_TOT sgard injected gas mpr:RF_injection mpr:FQ_allocated
108 -SGARD 43765 ASG_ALLOCATED_PRODUCTION sgard allocated volumes mpr:RF_production mpr:FQ_allocated
109 -SGARD 43765 ASG_WB_11G3_H_ALLOCATED_INJ_VOLUMES 6506/11-G-3 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
110 -SGARD 43765 ASG_WB_12R2_H_ALLOCATED_INJ_VOLUMES 6506/12-R-2 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
111 -SGARD 43765 ASG_WB_12I1_AH_ALLOCATED_PROD_VOLUMES 6506/12-I-1 AH allocated production volumes mpr:RF_production mpr:FQ_allocated
112 -SGARD 43765 ASG_WB_12J3_H_ALLOCATED_PROD_VOLUMES 6506/12-J-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
113 -SGARD 43765 ASG_WB_12J1_H_ALLOCATED_PROD_VOLUMES 6506/12-J-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
114 -SGARD 43765 ASG_WB_12M4_H_ALLOCATED_PROD_VOLUMES 6506/12-M-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
115 -SGARD 43765 ASG_WB_12I2_H_ALLOCATED_PROD_VOLUMES 6506/12-I-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
116 -SGARD 43765 ASG_WB_12M2_H_ALLOCATED_PROD_VOLUMES 6506/12-M-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
117 -SGARD 43765 ASG_WB_11X3_H_ALLOCATED_PROD_VOLUMES 6507/11-X-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
118 -SGARD 43765 ASG_WB_12K1_H_ALLOCATED_INJ_VOLUMES 6506/12-K-1 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
119 -SGARD 43765 ASG_WB_12L3_H_ALLOCATED_PROD_VOLUMES 6506/12-L-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
1 +[FieldNPDName] FieldNPDID FlowInOutFacilityName FlowInOutFacilityType FlowInOutFacilityNameSystem FlowUID FlowName FlowKind FlowQualifier
2 +KRISTIN 1854729 KRISTIN mpr:RF_field NPD KRISTIN_SALEABLE_PRODUCTION Kristin saleable volumes mpr:RF_production mpr:FQ_saleable
3 +KRISTIN 1854729 KRISTIN mpr:RF_field NPD KRISTIN_ALLOCATED_PRODUCTION Kristin allocated volumes mpr:RF_production mpr:FQ_allocated
4 +KRISTIN 1854729 KRISTIN mpr:RF_field NPD KRISTIN_GAS_INJECTION_TOT Kristin injected gas mpr:RF_injection mpr:FQ_allocated
5 +KRISTIN 1854729 KRISTIN mpr:RF_field NPD KRISTIN_FISCAL_FIELD_VOLUMES Kristin measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
6 +KRISTIN 1854729 KRISTIN mpr:RF_field NPD KRISTIN_ALLOCATED_GAS_SALES Kristin allocated gas sales mpr:RF_sale mpr:FQ_allocated
7 +KRISTIN 1854729 KRISTIN mpr:RF_field NPD KRISTIN_CHEMICAL_INJECTION Kristin injection of chemicals mpr:RF_injection mpr:FQ_measured
8 +KRISTIN 1854729 KRISTIN mpr:RF_field NPD KRISTIN_ALLOCATED_INVENTORY_TOT Kristin total allocated inventory mpr:RF_inventory mpr:FQ_allocated
9 +MIKKEL 1630514 MIKKEL mpr:RF_field NPD MIKKEL_GAS_INJECTION_TOT Mikkel injected gas mpr:RF_injection mpr:FQ_allocated
10 +MIKKEL 1630514 MIKKEL mpr:RF_field NPD MIKKEL_CONSUME_FUEL_DRILLING Mikkel consumed drilling fuel mpr:RF_consume-fuel mpr:FQ_allocated
11 +MIKKEL 1630514 MIKKEL mpr:RF_field NPD MIKKEL_ALLOCATED_GAS_SALES Mikkel allcated gas sales mpr:RF_sale mpr:FQ_allocated
12 +MIKKEL 1630514 MIKKEL mpr:RF_field NPD MIKKEL_SALEABLE_PRODUCTION Mikkel saleable volumes mpr:RF_production mpr:FQ_saleable
13 +MIKKEL 1630514 MIKKEL mpr:RF_field NPD MIKKEL_CONSUME_FLARE_TOT Mikkel consumed flare excluding excess flare mpr:RF_consume-flare mpr:FQ_allocated
14 +MIKKEL 1630514 MIKKEL mpr:RF_field NPD MIKKEL_CONSUME_FLARE_EXCESS Mikkel consumed excess flare mpr:RF_consume-flare mpr:FQ_allocated
15 +MIKKEL 1630514 MIKKEL mpr:RF_field NPD MIKKEL_FISCAL_FIELD_VOLUMES Mikkel measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
16 +MIKKEL 1630514 MIKKEL mpr:RF_field NPD MIKKEL_ALLOCATED_TANKLIFT Mikkel allocated tanker lifting lifted by tanker mpr:RF_hydrocarbonaccounting mpr:FQ_allocated
17 +MIKKEL 1630514 MIKKEL mpr:RF_field NPD MIKKEL_ALLOCATED_INVENTORY_TOT Mikkel total allocated inventory mpr:RF_inventory mpr:FQ_allocated
18 +MIKKEL 1630514 MIKKEL mpr:RF_field NPD MIKKEL_ALLOCATED_DRYGAS_SALES Mikkel allocated gas sales - dry mpr:RF_sale mpr:FQ_allocated
19 +MORVIN 4966234 MORVIN mpr:RF_field NPD MORVIN_ALLOCATED_DRYGAS_SALES Morvin allocated gas sales - dry mpr:RF_sale mpr:FQ_allocated
20 +MORVIN 4966234 MORVIN mpr:RF_field NPD MORVIN_SALEABLE_PRODUCTION Morvin saleable volumes mpr:RF_production mpr:FQ_saleable
21 +MORVIN 4966234 MORVIN mpr:RF_field NPD MORVIN_ALLOCATED_PRODUCTION Morvin allocated volumes mpr:RF_production mpr:FQ_allocated
22 +MORVIN 4966234 MORVIN mpr:RF_field NPD MORVIN_CONSUME_FLARE_TOT Morvin total consumed flare mpr:RF_consume-flare mpr:FQ_allocated
23 +MORVIN 4966234 MORVIN mpr:RF_field NPD MORVIN_ALLOCATED_INVENTORY_TOT Morvin allocated inventory mpr:RF_inventory mpr:FQ_allocated
24 +MORVIN 4966234 MORVIN mpr:RF_field NPD MORVIN_GAS_INJECTION_TOT Morvin injected gas mpr:RF_injection mpr:FQ_allocated
25 +MORVIN 4966234 MORVIN mpr:RF_field NPD MORVIN_CONSUME_FUEL_WAT_INJ Morvin consumed water injection fuel mpr:RF_consume-fuel mpr:FQ_allocated
26 +MORVIN 4966234 MORVIN mpr:RF_field NPD MORVIN_ALLOCATED_GAS_SALES Morvin allocated gas sales mpr:RF_sale mpr:FQ_allocated
27 +MORVIN 4966234 MORVIN mpr:RF_field NPD MORVIN_ALLOCATED_TANKLIFT Morvin allocated tanker lifting lifted by tanker mpr:RF_hydrocarbonaccounting mpr:FQ_measured
28 +TYRIHANS 3960848 TYRIHANS mpr:RF_field NPD TYRIHANS_ALLOCATED_GAS_SALES Tyrihans allocated gas sales mpr:RF_sale mpr:FQ_allocated
29 +TYRIHANS 3960848 TYRIHANS mpr:RF_field NPD TYRIHANS_ALLOCATED_INVENTORY_TOT Tyrihans total allocated inventory mpr:RF_inventory mpr:FQ_allocated
30 +TYRIHANS 3960848 TYRIHANS mpr:RF_field NPD TYRIHANS_CONSUME_FUEL_DRILLING Tyrihans consumed drilling fuel mpr:RF_consume-fuel mpr:FQ_allocated
31 +TYRIHANS 3960848 TYRIHANS mpr:RF_field NPD TYRIHANS_CONSUME_FUEL_TOT Tyrihans consumed total fuel mpr:RF_consume-fuel mpr:FQ_allocated
32 +TYRIHANS 3960848 TYRIHANS mpr:RF_field NPD TYRIHANS_SALEABLE_PRODUCTION Tyrihans saleable volumes mpr:RF_production mpr:FQ_saleable
33 +YTTERGRYTA 4973114 YTTERGRYTA mpr:RF_field NPD YTTGYT_ALLOCATED_PRODUCTION Yttergryta allocated volumes mpr:RF_production mpr:FQ_allocated
34 +YTTERGRYTA 4973114 YTTERGRYTA mpr:RF_field NPD YTTGYT_ALLOCATED_TANKLIFT Yttergryta allocated tanker lifting lifted by tanker mpr:RF_hydrocarbonaccounting mpr:FQ_allocated
35 +YTTERGRYTA 4973114 YTTERGRYTA mpr:RF_field NPD YTTGYT_CONSUME_FUEL_TOT Yttergryta total consumes fuel mpr:RF_consume-fuel mpr:FQ_allocated
36 +YTTERGRYTA 4973114 YTTERGRYTA mpr:RF_field NPD YTTGYT_ALLOCATED_GAS_SALES Yttergryta allocated gas sales mpr:RF_sale mpr:FQ_allocated
37 +YTTERGRYTA 4973114 YTTERGRYTA mpr:RF_field NPD YTTGYT_SALEABLE_PRODUCTION Yttergryta saleable volumes mpr:RF_production mpr:FQ_saleable
38 +YTTERGRYTA 4973114 YTTERGRYTA mpr:RF_field NPD YTTGYT_ALLOCATED_INVENTORY_TOT Yttergryta total allocated inventory mpr:RF_inventory mpr:FQ_allocated
39 +YTTERGRYTA 4973114 YTTERGRYTA mpr:RF_field NPD YTTGYT_GAS_INJECTION_TOT Yttergryta injected gas mpr:RF_injection mpr:FQ_allocated
40 +YTTERGRYTA 4973114 YTTERGRYTA mpr:RF_field NPD YTTGYT_ALLOCATED_DRYGAS_SALES Yttergryta allocated gas sales - dry mpr:RF_sale mpr:FQ_allocated
41 +SGARD 43765 SGARD B mpr:RF_platform NPD ASG_B_ALLOCATED_PRODUCTION sgard B allocated volumes mpr:RF_production mpr:FQ_allocated
42 +SGARD 43765 SGARD B mpr:RF_platform NPD ASG_B_ALLOCATED_IMPORT sgard B allocated import volumes mpr:RF_import mpr:FQ_allocated
43 +SGARD 43765 SGARD B mpr:RF_platform NPD ASG_B_ALLOCATED_EXPORT sgard B allocated export volumes mpr:RF_export mpr:FQ_allocated
44 +SGARD 43765 SGARD B mpr:RF_platform NPD ASG_B_GAS_INJECTION_TOT sgard B injected gas mpr:RF_injection mpr:FQ_allocated
45 +SGARD 43765 SGARD B mpr:RF_platform NPD ASG_B_CONSUME_FUEL_TOT sgard B consumed total fuel mpr:RF_consume-fuel mpr:FQ_allocated
46 +SGARD 43765 SGARD B mpr:RF_platform NPD ASG_B_FISCAL_VOLUMES sgard B measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
47 +SGARD 43765 SGARD B mpr:RF_platform NPD ASG_B_CONSUME_FLARE_TOT sgard B consumed flare mpr:RF_consume-flare mpr:FQ_allocated
48 +SGARD 43765 6506/12-P-1 H mpr:RF_wellbore NPD ASG_WB_12P1_H_ALLOCATED_PROD_VOLUMES 6506/12-P-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
49 +SGARD 43765 6506/12-L-4 H mpr:RF_wellbore NPD ASG_WB_12L4_H_ALLOCATED_PROD_VOLUMES 6506/12-L-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
50 +SGARD 43765 6506/11-F-4 H mpr:RF_wellbore NPD ASG_WB_11F4_H_ALLOCATED_INJ_VOLUMES 6506/11-F-4 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
51 +SGARD 43765 6506/12-S-1 H mpr:RF_wellbore NPD ASG_WB_12S1_H_ALLOCATED_PROD_VOLUMES 6506/12-S-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
52 +SGARD 43765 6506/12-I-3 H mpr:RF_wellbore NPD ASG_WB_12I3_H_ALLOCATED_PROD_VOLUMES 6506/12-I-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
53 +SGARD 43765 6507/11-Y-2 H mpr:RF_wellbore NPD ASG_WB_11Y2_H_ALLOCATED_PROD_VOLUMES 6507/11-Y-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
54 +SGARD 43765 6506/12-H-4 H mpr:RF_wellbore NPD ASG_WB_12H4_H_ALLOCATED_PROD_VOLUMES 6506/12-H-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
55 +SGARD 43765 6506/12-M-2 H mpr:RF_wellbore NPD ASG_WB_12M2_H_ALLOCATED_PROD_VOLUMES 6506/12-M-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
56 +SGARD 43765 6506/11-G-4 H mpr:RF_wellbore NPD ASG_WB_11G4_H_ALLOCATED_INJ_VOLUMES 6506/11-G-4 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
57 +SGARD 43765 6506/12-S-4 H mpr:RF_wellbore NPD ASG_WB_12S4_H_ALLOCATED_PROD_VOLUMES 6506/12-S-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
58 +SGARD 43765 6506/12-Q-5 Y2H mpr:RF_wellbore NPD ASG_WB_12Q5_Y2H_ALLOCATED_PROD_VOLUMES 6506/12-Q-5 Y2H allocated production volumes mpr:RF_production mpr:FQ_allocated
59 +SGARD 43765 6506/12-J-1 H mpr:RF_wellbore NPD ASG_WB_12J1_H_ALLOCATED_PROD_VOLUMES 6506/12-J-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
60 +SGARD 43765 6507/11-Y-4 H mpr:RF_wellbore NPD ASG_WB_11Y4_H_ALLOCATED_PROD_VOLUMES 6507/11-Y-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
61 +SGARD 43765 6506/12-Q-2 H mpr:RF_wellbore NPD ASG_WB_12Q2_H_ALLOCATED_PROD_VOLUMES 6506/12-Q-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
62 +SGARD 43765 SGARD A mpr:RF_platform NPD ASG_A_FISCAL_VOLUMES sgard A measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
63 +SGARD 43765 SGARD A mpr:RF_platform NPD ASG_A_CONSUME_FLARE sgard A consumed flare mpr:RF_consume-flare mpr:FQ_allocated
64 +SGARD 43765 SGARD A mpr:RF_platform NPD ASG_A_CONSUME_FUEL_TOT sgard A total consumed fuel mpr:RF_consume-fuel mpr:FQ_allocated
65 +SGARD 43765 SGARD A mpr:RF_platform NPD ASG_A_GAS_INJETION sgard A injected gas mpr:RF_injection mpr:FQ_allocated
66 +SGARD 43765 SGARD A mpr:RF_platform NPD ASG_A_ALLOCATED_PRODUCTION sgard A allocated volumes mpr:RF_production mpr:FQ_allocated
67 +SGARD 43765 6506/12-N-1 H mpr:RF_wellbore NPD ASG_WB_12N1_H_ALLOCATED_PROD_VOLUMES 6506/12-N-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
68 +SGARD 43765 6506/12-R-3 Y1H mpr:RF_wellbore NPD ASG_WB_12R3_H_ALLOCATED_INJ_VOLUMES 6506/12-R-3 Y1H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
69 +SGARD 43765 6506/12-J-4 H mpr:RF_wellbore NPD ASG_WB_12J4_H_ALLOCATED_PROD_VOLUMES 6506/12-J-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
70 +SGARD 43765 6507/11-X-2 H mpr:RF_wellbore NPD ASG_WB_11X2_H_ALLOCATED_PROD_VOLUMES 6507/11-X-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
71 +SGARD 43765 SGARD E flowline mpr:RF_flowline NPD ASG_E_FLOWLINE sgard E flowline allocated volumes mpr:RF_production mpr:FQ_allocated
72 +SGARD 43765 6506/12-N-4 H mpr:RF_wellbore NPD ASG_WB_12N4_H_ALLOCATED_PROD_VOLUMES 6506/12-N-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
73 +SGARD 43765 6506/12-L-3 H mpr:RF_wellbore NPD ASG_WB_12L3_H_ALLOCATED_PROD_VOLUMES 6506/12-L-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
74 +SGARD 43765 6506/12-K-3 H mpr:RF_wellbore NPD ASG_WB_12K3_H_ALLOCATED_INJ_VOLUMES 6506/12-K-3 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
75 +SGARD 43765 6506/12-I-2 H mpr:RF_wellbore NPD ASG_WB_12I2_H_ALLOCATED_PROD_VOLUMES 6506/12-I-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
76 +SGARD 43765 6507/11-Y-1 H mpr:RF_wellbore NPD ASG_WB_11Y1_H_ALLOCATED_PROD_VOLUMES 6507/11-Y-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
77 +SGARD 43765 6506/12-P-3 H mpr:RF_wellbore NPD ASG_WB_12P3_H_ALLOCATED_PROD_VOLUMES 6506/12-P-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
78 +SGARD 43765 6506/12-H-3 H mpr:RF_wellbore NPD ASG_WB_12H3_H_ALLOCATED_PROD_VOLUMES 6506/12-H-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
79 +SGARD 43765 6506/12-M-1 H mpr:RF_wellbore NPD ASG_WB_12M1_H_ALLOCATED_PROD_VOLUMES 6506/12-M-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
80 +SGARD 43765 6506/11-G-3 H mpr:RF_wellbore NPD ASG_WB_11G3_H_ALLOCATED_INJ_VOLUMES 6506/11-G-3 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
81 +SGARD 43765 6506/12-S-3 H mpr:RF_wellbore NPD ASG_WB_12S3_H_ALLOCATED_PROD_VOLUMES 6506/12-S-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
82 +SGARD 43765 6506/12-Q-1 H mpr:RF_wellbore NPD ASG_WB_12Q1_H_ALLOCATED_PROD_VOLUMES 6506/12-Q-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
83 +SGARD 43765 SGARD mpr:RF_field NPD ASG_ALLOCATED_TANKLIFT sgard allocated tanker lifting lifted by tanker mpr:RF_hydrocarbonaccounting mpr:FQ_allocated
84 +SGARD 43765 SGARD mpr:RF_field NPD ASG_SALEABLE_PRODUTION sgard saleable volumes mpr:RF_production mpr:FQ_saleable
85 +SGARD 43765 SGARD mpr:RF_field NPD ASG_ALLOCATED_INVENTORY_TOT sgard total allocated inventory mpr:RF_inventory mpr:FQ_allocated
86 +SGARD 43765 SGARD mpr:RF_field NPD ASG_ALLOCATED_GAS_SALES sgard allocated gas sales mpr:RF_sale mpr:FQ_allocated
87 +SGARD 43765 SGARD mpr:RF_field NPD ASG_ALLOCATED_DRYGAS_SALES sgard allocated gas sales - dry mpr:RF_sale mpr:FQ_allocated
88 +SGARD 43765 SGARD mpr:RF_field NPD ASG_GAS_INJECTION_TOT sgard injected gas mpr:RF_injection mpr:FQ_allocated
89 +SGARD 43765 SGARD mpr:RF_field NPD ASG_ALLOCATED_PRODUCTION sgard allocated volumes mpr:RF_production mpr:FQ_allocated
90 +SGARD 43765 6506/12-M-4 H mpr:RF_wellbore NPD ASG_WB_12M4_H_ALLOCATED_PROD_VOLUMES 6506/12-M-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
91 +SGARD 43765 6506/12-R-2 H mpr:RF_wellbore NPD ASG_WB_12R2_H_ALLOCATED_INJ_VOLUMES 6506/12-R-2 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
92 +SGARD 43765 6506/12-J-3 H mpr:RF_wellbore NPD ASG_WB_12J3_H_ALLOCATED_PROD_VOLUMES 6506/12-J-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
93 +SGARD 43765 6506/12-Q-4 H mpr:RF_wellbore NPD ASG_WB_12Q4_H_ALLOCATED_PROD_VOLUMES 6506/12-Q-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
94 +SGARD 43765 6507/11-X-1 H mpr:RF_wellbore NPD ASG_WB_11X1_H_ALLOCATED_PROD_VOLUMES 6507/11-X-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
95 +SGARD 43765 SGARD E mpr:RF_template NPD ASG_E_FISCAL_VOLUMES sgard E measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
96 +SGARD 43765 SGARD E mpr:RF_template NPD ASG_E_INJECTION_TOT sgard E injected gas mpr:RF_injection mpr:FQ_allocated
97 +SGARD 43765 SGARD E mpr:RF_template NPD ASG_E_ALLOCATED_PRODUCTION sgard E allocated volumes mpr:RF_production mpr:FQ_allocated
98 +SGARD 43765 6506/12-N-3 H mpr:RF_wellbore NPD ASG_WB_12N3_H_ALLOCATED_PROD_VOLUMES 6506/12-N-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
99 +SGARD 43765 6407/2-Z-3 H mpr:RF_wellbore NPD ASG_WB_2Z3_H_ALLOCATED_PROD_VOLUMES 6407/2-Z-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
100 +SGARD 43765 6506/12-L-2 H mpr:RF_wellbore NPD ASG_WB_12L2_H_ALLOCATED_PROD_VOLUMES 6506/12-L-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
101 +SGARD 43765 6506/11-F-2 H mpr:RF_wellbore NPD ASG_WB_11F2_H_ALLOCATED_PROD_VOLUMES 6506/11-F-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
102 +SGARD 43765 6506/12-R-4 H mpr:RF_wellbore NPD ASG_WB_12R4_H_ALLOCATED_INJ_VOLUMES 6506/12-R-4 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
103 +SGARD 43765 6506/12-K-2 H mpr:RF_wellbore NPD ASG_WB_12K2_H_ALLOCATED_PROD_VOLUMES 6506/12-K-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
104 +SGARD 43765 6507/11-X-4 H mpr:RF_wellbore NPD ASG_WB_11X4_H_ALLOCATED_PROD_VOLUMES 6507/11-X-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
105 +SGARD 43765 SGARD C mpr:RF_platform NPD ASG_C_CONSUME_FUEL_TOT sgard C consumed total fuel mpr:RF_consume-fuel mpr:FQ_allocated
106 +SGARD 43765 6506/12-P-2 H mpr:RF_wellbore NPD ASG_WB_12P2_H_ALLOCATED_PROD_VOLUMES 6506/12-P-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
107 +SGARD 43765 6506/11-G-1 H mpr:RF_wellbore NPD ASG_WB_11G1_H_ALLOCATED_INJ_VOLUMES 6506/11-G-1 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
108 +SGARD 43765 6506/12-S-2 H mpr:RF_wellbore NPD ASG_WB_12S2_H_ALLOCATED_PROD_VOLUMES 6506/12-S-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
109 +SGARD 43765 6506/12-I-4 H mpr:RF_wellbore NPD ASG_WB_12I4_H_ALLOCATED_PROD_VOLUMES 6506/12-I-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
110 +SGARD 43765 6507/11-Y-3 H mpr:RF_wellbore NPD ASG_WB_11Y3_H_ALLOCATED_PROD_VOLUMES 6507/11-Y-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
111 +SGARD 43765 6506/12-I-1 AH mpr:RF_wellbore NPD ASG_WB_12I1_AH_ALLOCATED_PROD_VOLUMES 6506/12-I-1 AH allocated production volumes mpr:RF_production mpr:FQ_allocated
112 +SGARD 43765 6506/12-P-4 AH mpr:RF_wellbore NPD ASG_WB_12P4_AH_ALLOCATED_PROD_VOLUMES 6506/12-P-4 AH allocated production volumes mpr:RF_production mpr:FQ_allocated
113 +SGARD 43765 6506/12-M-3 H mpr:RF_wellbore NPD ASG_WB_12M3_H_ALLOCATED_PROD_VOLUMES 6506/12-M- H allocated production volumes mpr:RF_production mpr:FQ_allocated
114 +SGARD 43765 6506/12-H-1 H mpr:RF_wellbore NPD ASG_WB_12H1_H_ALLOCATED_PROD_VOLUMES 6506/12-H-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
115 +SGARD 43765 6506/12-R-1 H mpr:RF_wellbore NPD ASG_WB_12R1_H_ALLOCATED_INJ_VOLUMES 6506/12-R-1 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
116 +SGARD 43765 6506/12-J-2 H mpr:RF_wellbore NPD ASG_WB_12J2_H_ALLOCATED_PROD_VOLUMES 6506/12-J-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
117 +SGARD 43765 6506/12-Q-3 H mpr:RF_wellbore NPD ASG_WB_12Q3_H_ALLOCATED_PROD_VOLUMES 6506/12-Q-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
118 +SGARD 43765 SGARD D mpr:RF_template NPD ASG_D_FISCAL_VOLUMES sgard D measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
119 +SGARD 43765 SGARD D mpr:RF_template NPD ASG_D_INJECTION_TOT sgard D injected gas mpr:RF_injection mpr:FQ_allocated
120 +SGARD 43765 SGARD D mpr:RF_template NPD ASG_D_ALLOCATED_PRODUCTION sgard D allocated volumes mpr:RF_production mpr:FQ_allocated
121 +SGARD 43765 6506/12-N-2 H mpr:RF_wellbore NPD ASG_WB_12N2_H_ALLOCATED_PROD_VOLUMES 6506/12-N-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
122 +SGARD 43765 6506/12-L-1 H mpr:RF_wellbore NPD ASG_WB_12L1_H_ALLOCATED_PROD_VOLUMES 6506/12-L-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
123 +SGARD 43765 6506/11-E-3 H mpr:RF_wellbore NPD ASG_WB_11E3_H_ALLOCATED_INJ_VOLUMES 6506/11-E-3 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
124 +SGARD 43765 6506/12-R-3 Y2H mpr:RF_wellbore NPD ASG_WB_12R3_H_ALLOCATED_INJ_VOLUMES 6506/12-R-3 Y2H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
125 +SGARD 43765 6506/12-K-1 H mpr:RF_wellbore NPD ASG_WB_12K1_H_ALLOCATED_INJ_VOLUMES 6506/12-K-1 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
126 +SGARD 43765 6507/11-X-3 H mpr:RF_wellbore NPD ASG_WB_11X3_H_ALLOCATED_PROD_VOLUMES 6507/11-X-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
1 @prefix tables: <http://topbraid.org/tables#> . 1 @prefix tables: <http://topbraid.org/tables#> .
2 2
3 -<file:///www.reportinghub.no/test/flow_facts/data/flow-fact-updated.tsv.semtables> 3 +<file:///www.reportinghub.no/test/flow_facts/data/asgard-mprg-flow-fact-ss.tsv.semtables>
4 a <http://www.w3.org/2002/07/owl#Ontology> ; 4 a <http://www.w3.org/2002/07/owl#Ontology> ;
5 - tables:imports <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2> ; 5 + tables:imports <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema> ;
6 <http://www.w3.org/2002/07/owl#imports> 6 <http://www.w3.org/2002/07/owl#imports>
7 <http://topbraid.org/tables> . 7 <http://topbraid.org/tables> .
......
1 +# baseURI: http://www.reportinghub.no/test/flow_facts/data/flow-fact-collector
2 +# imports: file:///www.reportinghub.no/test/flow_facts/data/asgard-dpr2-flow-fact-ss.tsv
3 +# imports: file:///www.reportinghub.no/test/flow_facts/data/asgard-mprg-flow-fact-ss.tsv
4 +# imports: file:///www.reportinghub.no/test/flow_facts/data/trym-dpr2-flow-fact-ss.tsv
5 +# imports: file:///www.reportinghub.no/test/flow_facts/data/trym-mprg-flow-fact-ss.tsv
6 +
7 +@prefix flow-fact-collector: <http://www.reportinghub.no/test/flow_facts/data/flow-fact-collector#> .
8 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
9 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
10 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
11 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
12 +
13 +<http://www.reportinghub.no/test/flow_facts/data/flow-fact-collector>
14 + rdf:type owl:Ontology ;
15 + owl:imports <file:///www.reportinghub.no/test/flow_facts/data/asgard-dpr2-flow-fact-ss.tsv> , <file:///www.reportinghub.no/test/flow_facts/data/asgard-mprg-flow-fact-ss.tsv> , <file:///www.reportinghub.no/test/flow_facts/data/trym-dpr2-flow-fact-ss.tsv> , <file:///www.reportinghub.no/test/flow_facts/data/trym-mprg-flow-fact-ss.tsv> ;
16 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
1 -[FieldNPDName] FieldNPDID FlowInOutFacilityName FlowInOutFacilityNameSystem FlowUID FlowName FlowKind FlowQualifier
2 -KRISTIN 1854729 MPT2 STATOIL KRISTIN_MPT2_FISCAL_VOLUMES Kristin MPT2 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
3 -KRISTIN 1854729 Fiscal metering station 1 STATOIL KRISTIN_MPM1_FISCAL_VOLUMES Kristin MPM1 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
4 -KRISTIN 1854729 KRISTIN NPD KRISTIN_SALEABLE_PRODUCTION Kristin saleable volumes mpr:RF_production mpr:FQ_saleable
5 -KRISTIN 1854729 KRISTIN NPD KRISTIN_ALLOCATED_PRODUCTION Kristin allocated volumes mpr:RF_production mpr:FQ_allocated
6 -KRISTIN 1854729 KRISTIN NPD KRISTIN_FISCAL_FIELD_VOLUMES Kristin measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
7 -KRISTIN 1854729 KRISTIN NPD KRISTIN_GAS_INJECTION_TOT Kristin injected gas mpr:RF_injection mpr:FQ_allocated
8 -KRISTIN 1854729 KRISTIN NPD KRISTIN_CHEMICAL_INJECTION Kristin injection of chemicals mpr:RF_injection mpr:FQ_measured
9 -KRISTIN 1854729 MPT2 STATOIL KRISTIN_MPT2_FISCAL_VOLUMES Kristin MPT2 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
10 -KRISTIN 1854729 Fiscal metering station 1 STATOIL KRISTIN_MPM1_FISCAL_VOLUMES Kristin MPM1 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
11 -KRISTIN 1854729 KRISTIN NPD KRISTIN_FISCAL_FIELD_VOLUMES Kristin measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
12 -KRISTIN 1854729 KRISTIN NPD KRISTIN_SALEABLE_PRODUCTION Kristin saleable volumes mpr:RF_production mpr:FQ_saleable
13 -KRISTIN 1854729 KRISTIN NPD KRISTIN_CHEMICAL_INJECTION Kristin injection of chemicals mpr:RF_injection mpr:FQ_measured
14 -KRISTIN 1854729 KRISTIN NPD KRISTIN_ALLOCATED_PRODUCTION Kristin allocated volumes mpr:RF_production mpr:FQ_allocated
15 -KRISTIN 1854729 KRISTIN NPD KRISTIN_GAS_INJECTION_TOT Kristin injected gas mpr:RF_injection mpr:FQ_allocated
16 -MIKKEL 1630514 MPT5 STATOIL MIKKEL_MPT5_FISCAL_VOLUMES Mikkel MPT5 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
17 -MIKKEL 1630514 MIKKEL NPD MIKKEL_CONSUME_FUEL_DRILLING Mikkel consumed drilling fuel mpr:RF_consume-fuel mpr:FQ_allocated
18 -MIKKEL 1630514 MIKKEL NPD MIKKEL_BUDGET_FIELD_VOLUMES Mikkel budgeted volumes mpr:RF_production mpr:FQ_budget
19 -MIKKEL 1630514 MIKKEL NPD MIKKEL_SALEABLE_PRODUCTION Mikkel saleable volumes mpr:RF_production mpr:FQ_saleable
20 -MIKKEL 1630514 MIKKEL NPD MIKKEL_FORECAST_PRODUCTION Mikkel forecasted volumes mpr:RF_production mpr:FQ_forecast
21 -MIKKEL 1630514 MIKKEL NPD MIKKEL_CONSUME_FLARE_TOT Mikkel consumed flare excluding excess flare mpr:RF_consume-flare mpr:FQ_allocated
22 -MIKKEL 1630514 MIKKEL NPD MIKKEL_GAS_INJECTION_TOT Mikkel injected gas mpr:RF_injection mpr:FQ_allocated
23 -MIKKEL 1630514 MIKKEL NPD MIKKEL_FISCAL_FIELD_VOLUMES Mikkel measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
24 -MIKKEL 1630514 MIKKEL NPD MIKKEL_CONSUME_FLARE_EXCESS Mikkel consumed excess flare mpr:RF_consume-flare mpr:FQ_allocated
25 -MIKKEL 1630514 MPT5 STATOIL MIKKEL_MPT5_FISCAL_VOLUMES Mikkel MPT5 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
26 -MIKKEL 1630514 MIKKEL NPD MIKKEL_SALEABLE_PRODUCTION Mikkel saleable volumes mpr:RF_production mpr:FQ_saleable
27 -MIKKEL 1630514 MIKKEL NPD MIKKEL_BUDGET_FIELD_VOLUMES Mikkel budgeted volumes mpr:RF_production mpr:FQ_budget
28 -MIKKEL 1630514 MIKKEL NPD MIKKEL_FORECAST_PRODUCTION Mikkel forecasted volumes mpr:RF_production mpr:FQ_forecast
29 -MIKKEL 1630514 MIKKEL NPD MIKKEL_FISCAL_FIELD_VOLUMES Mikkel measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
30 -MIKKEL 1630514 MIKKEL NPD MIKKEL_CONSUME_FLARE_TOT Mikkel consumed flare excluding excess flare mpr:RF_consume-flare mpr:FQ_allocated
31 -MIKKEL 1630514 MIKKEL NPD MIKKEL_CONSUME_FLARE_EXCESS Mikkel consumed excess flare mpr:RF_consume-flare mpr:FQ_allocated
32 -MIKKEL 1630514 MIKKEL NPD MIKKEL_GAS_INJECTION_TOT Mikkel injected gas mpr:RF_injection mpr:FQ_allocated
33 -MIKKEL 1630514 MIKKEL NPD MIKKEL_CONSUME_FUEL_DRILLING Mikkel consumed drilling fuel mpr:RF_consume-fuel mpr:FQ_allocated
34 -MORVIN 4966234 MORVIN compressor A34 STATOIL MORVIN_A34_INJECTION Morvin compressor A34 injected volumes mpr:RF_injection mpr:FQ_metered-fiscal
35 -MORVIN 4966234 MORVIN compressor A34 STATOIL MORVIN_A34_FISCAL_VOLUMES Morvin compressor A34 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
36 -MORVIN 4966234 MORVIN compressor N32 STATOIL MORVIN_N32_INJECTION Morvin compressor N32 injected volumes mpr:RF_injection mpr:FQ_metered-fiscal
37 -MORVIN 4966234 MORVIN compressor N32 STATOIL MORVIN_N32_FISCAL_VOLUMES Morvin compressor N32 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
38 -MORVIN 4966234 Fiscal metering station 2 STATOIL MORVIN_MPM2_FISCAL_VOLUMES Morvin MPM2 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
39 -MORVIN 4966234 MORVIN NPD MORVIN_SALEABLE_PRODUCTION Morvin saleable volumes mpr:RF_production mpr:FQ_saleable
40 -MORVIN 4966234 MORVIN NPD MORVIN_ADJUSTED_PRODUCTION Morvin adjusted volumes mpr:RF_production mpr:FQ_valueadjusted
41 -MORVIN 4966234 MORVIN NPD MORVIN_GAS_INJECTION_TOT Morvin injected gas mpr:RF_injection mpr:FQ_allocated
42 -MORVIN 4966234 MORVIN NPD MORVIN_CONSUME_FLARE_TOT Morvin total consumed flare mpr:RF_consume-flare mpr:FQ_allocated
43 -MORVIN 4966234 MORVIN NPD MORVIN_CONSUME_FUEL_WAT_INJ Morvin consumed water injection fuel mpr:RF_consume-fuel mpr:FQ_allocated
44 -MORVIN 4966234 MORVIN NPD MORVIN_ALLOCATED_PRODUCTION Morvin allocated volumes mpr:RF_production mpr:FQ_allocated
45 -MORVIN 4966234 MORVIN compressor A34 STATOIL MORVIN_A34_INJECTION Morvin compressor A34 injected volumes mpr:RF_injection mpr:FQ_metered-fiscal
46 -MORVIN 4966234 MORVIN compressor A34 STATOIL MORVIN_A34_FISCAL_VOLUMES Morvin compressor A34 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
47 -MORVIN 4966234 MORVIN compressor N32 STATOIL MORVIN_N32_FISCAL_VOLUMES Morvin compressor N32 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
48 -MORVIN 4966234 MORVIN compressor N32 STATOIL MORVIN_N32_INJECTION Morvin compressor N32 injected volumes mpr:RF_injection mpr:FQ_metered-fiscal
49 -MORVIN 4966234 Fiscal metering station 2 STATOIL MORVIN_MPM2_FISCAL_VOLUMES Morvin MPM2 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
50 -MORVIN 4966234 MORVIN NPD MORVIN_CONSUME_FUEL_WAT_INJ Morvin consumed water injection fuel mpr:RF_consume-fuel mpr:FQ_allocated
51 -MORVIN 4966234 MORVIN NPD MORVIN_CONSUME_FLARE_TOT Morvin total consumed flare mpr:RF_consume-flare mpr:FQ_allocated
52 -MORVIN 4966234 MORVIN NPD MORVIN_ALLOCATED_PRODUCTION Morvin allocated volumes mpr:RF_production mpr:FQ_allocated
53 -MORVIN 4966234 MORVIN NPD MORVIN_SALEABLE_PRODUCTION Morvin saleable volumes mpr:RF_production mpr:FQ_saleable
54 -MORVIN 4966234 MORVIN NPD MORVIN_GAS_INJECTION_TOT Morvin injected gas mpr:RF_injection mpr:FQ_allocated
55 -MORVIN 4966234 MORVIN NPD MORVIN_ADJUSTED_PRODUCTION Morvin adjusted volumes mpr:RF_production mpr:FQ_valueadjusted
56 -TRYM 18081500 3/7-A-1 AH NPD TRY_WB_A1_AH_ALLOCATED_PROD_VOLUMES 3/7-A-1 AH allocated production volumes mpr:RF_production mpr:FQ_allocated
57 -TRYM 18081500 3/7-A-1 AH NPD TRY_WB_A1_AH_ALLOCATED_INJ_VOLUMES 3/7-A-1 AH allocated injection volumes mpr:RF_injection mpr:FQ_allocated
58 -TRYM 18081500 TRYM NPD TRY_GAS_INJECTION_TOT Trym injected gas mpr:RF_injection mpr:FQ_allocated
59 -TRYM 18081500 TRYM NPD TRY_CHEMICAL_INJECTION Trym injection of chemicals mpr:RF_injection mpr:FQ_measured
60 -TRYM 18081500 TRYM NPD TRY_FISCAL_FIELD_VOLUMES Trym measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
61 -TRYM 18081500 TRYM NPD TRY_CONSUME_FUEL_DRILLING Trym consumed drilling fuel mpr:RF_consume-fuel mpr:FQ_allocated
62 -TRYM 18081500 TRYM NPD TRY_CONSUME_FUEL_WAT_INJ Trym consumed water injection fuel mpr:RF_consume-fuel mpr:FQ_allocated
63 -TRYM 18081500 TRYM NPD TRY_SALEABLE_PRODUCTION Trym saleable volumes mpr:RF_production mpr:FQ_saleable
64 -TRYM 18081500 TRYM NPD TRY_CONSUME_FLARE_EXCESS Trym consumed excess flare mpr:RF_consume-flare mpr:FQ_allocated
65 -TRYM 18081500 TRYM NPD TRY_ALLOCATED_PRODUCTION Trym allocated volumes mpr:RF_production mpr:FQ_allocated
66 -TRYM 18081500 TRYM NPD TRY_CONSUME_FLARE_TOT Trym consumed flare excluding excess flare mpr:RF_consume-flare mpr:FQ_allocated
67 -TRYM 18081500 TRYM NPD TRY_CONSUME_FUEL_TOT Trym consumed total fuel mpr:RF_consume-fuel mpr:FQ_allocated
68 -TRYM 18081500 3/7-A-2 H NPD TRY_WB_A2_H_ALLOCATED_INJ_VOLUMES 3/7-A-2 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
69 -TRYM 18081500 3/7-A-2 H NPD TRY_WB_A2_H_ALLOCATED_PROD_VOLUMES 3/7-A-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
70 -TRYM 18081500 Fiscal metering station 1 DONG TRY_MPM1_FISCAL_VOLUMES Trym MPM1 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
71 -TRYM 18081500 TRYM compressor D32 DONG TRY_COMPRESSOR_D32_VOLUMES Trym compressor D32 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
72 -TRYM 18081500 TRYM compressor D34 DONG TRY_COMPRESSOR_D34_VOLUMES Trym compressor D34 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
73 -TRYM 18081500 MPD2 DONG TRY_MPM2_FISCAL_VOLUMES Trym MPM2 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
74 -TRYM 18081500 MPD5 DONG TRY_MPD5_FISCAL_VOLUMES Trym MPD5 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
75 -TRYM 18081500 TRYM compressor D34 DONG TRY_COMPRESSOR_D34_VOLUMES Trym compressor D34 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
76 -TRYM 18081500 TRYM NPD TRY_CONSUME_FUEL_DRILLING Trym consumed drilling fuel mpr:RF_consume-fuel mpr:FQ_allocated
77 -TRYM 18081500 TRYM NPD TRY_FISCAL_FIELD_VOLUMES Trym measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
78 -TRYM 18081500 TRYM NPD TRY_CONSUME_FLARE_EXCESS Trym consumed excess flare mpr:RF_consume-flare mpr:FQ_allocated
79 -TRYM 18081500 TRYM NPD TRY_ALLOCATED_PRODUCTION Trym allocated volumes mpr:RF_production mpr:FQ_allocated
80 -TRYM 18081500 TRYM NPD TRY_CONSUME_FUEL_WAT_INJ Trym consumed water injection fuel mpr:RF_consume-fuel mpr:FQ_allocated
81 -TRYM 18081500 TRYM NPD TRY_CHEMICAL_INJECTION Trym injection of chemicals mpr:RF_injection mpr:FQ_measured
82 -TRYM 18081500 TRYM NPD TRY_CONSUME_FUEL_TOT Trym consumed total fuel mpr:RF_consume-fuel mpr:FQ_allocated
83 -TRYM 18081500 TRYM NPD TRY_GAS_INJECTION_TOT Trym injected gas mpr:RF_injection mpr:FQ_allocated
84 -TRYM 18081500 TRYM NPD TRY_SALEABLE_PRODUCTION Trym saleable volumes mpr:RF_production mpr:FQ_saleable
85 -TRYM 18081500 TRYM NPD TRY_CONSUME_FLARE_TOT Trym consumed flare excluding excess flare mpr:RF_consume-flare mpr:FQ_allocated
86 -TRYM 18081500 3/7-A-1 AH NPD TRY_WB_A1_AH_ALLOCATED_PROD_VOLUMES 3/7-A-1 AH allocated production volumes mpr:RF_production mpr:FQ_allocated
87 -TRYM 18081500 3/7-A-1 AH NPD TRY_WB_A1_AH_ALLOCATED_INJ_VOLUMES 3/7-A-1 AH allocated injection volumes mpr:RF_injection mpr:FQ_allocated
88 -TRYM 18081500 MPD2 DONG TRY_MPM2_FISCAL_VOLUMES Trym MPM2 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
89 -TRYM 18081500 Fiscal metering station 1 DONG TRY_MPM1_FISCAL_VOLUMES Trym MPM1 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
90 -TRYM 18081500 TRYM compressor D32 DONG TRY_COMPRESSOR_D32_VOLUMES Trym compressor D32 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
91 -TRYM 18081500 3/7-A-2 H NPD TRY_WB_A2_H_ALLOCATED_PROD_VOLUMES 3/7-A-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
92 -TRYM 18081500 3/7-A-2 H NPD TRY_WB_A2_H_ALLOCATED_INJ_VOLUMES 3/7-A-2 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
93 -TRYM 18081500 MPD5 DONG TRY_MPD5_FISCAL_VOLUMES Trym MPD5 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
94 -TYRIHANS 3960848 TYRIHANS compressor 1 STATOIL TYRIHANS_MPM1_FISCAL_VOLUMES Tyrihans compressor MPM1 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
95 -TYRIHANS 3960848 TYRIHANS NPD TYRIHANS_CONSUME_FUEL_TOT Tyrihans consumed total fuel mpr:RF_consume-fuel mpr:FQ_allocated
96 -TYRIHANS 3960848 TYRIHANS NPD TYRIHANS_SALEABLE_PRODUCTION Tyrihans saleable volumes mpr:RF_production mpr:FQ_saleable
97 -TYRIHANS 3960848 TYRIHANS NPD TYRIHANS_CONSUME_FUEL_DRILLING Tyrihans consumed drilling fuel mpr:RF_consume-fuel mpr:FQ_allocated
98 -TYRIHANS 3960848 TYRIHANS compressor 1 STATOIL TYRIHANS_MPM1_FISCAL_VOLUMES Tyrihans compressor MPM1 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
99 -TYRIHANS 3960848 TYRIHANS NPD TYRIHANS_CONSUME_FUEL_TOT Tyrihans consumed total fuel mpr:RF_consume-fuel mpr:FQ_allocated
100 -TYRIHANS 3960848 TYRIHANS NPD TYRIHANS_CONSUME_FUEL_DRILLING Tyrihans consumed drilling fuel mpr:RF_consume-fuel mpr:FQ_allocated
101 -TYRIHANS 3960848 TYRIHANS NPD TYRIHANS_SALEABLE_PRODUCTION Tyrihans saleable volumes mpr:RF_production mpr:FQ_saleable
102 -YTTERGRYTA 4973114 YTTERGRYTA Fiscal metering station 1 STATOIL YTTGYT_MPM1_FISCAL_VOLUMES Yttergryta MPM1 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
103 -YTTERGRYTA 4973114 YTTERGRYTA NPD YTTGYT_CONSUME_FUEL_TOT Yttergryta total consumes fuel mpr:RF_consume-fuel mpr:FQ_allocated
104 -YTTERGRYTA 4973114 YTTERGRYTA NPD YTTGYT_ALLOCATED_PRODUCTION Yttergryta allocated volumes mpr:RF_production mpr:FQ_allocated
105 -YTTERGRYTA 4973114 YTTERGRYTA NPD YTTGYT_GAS_INJECTION_TOT Yttergryta injected gas mpr:RF_injection mpr:FQ_allocated
106 -YTTERGRYTA 4973114 YTTERGRYTA NPD YTTGYT_SALEABLE_PRODUCTION Yttergryta saleable volumes mpr:RF_production mpr:FQ_saleable
107 -YTTERGRYTA 4973114 YTTERGRYTA Fiscal metering station 1 STATOIL YTTGYT_MPM1_FISCAL_VOLUMES Yttergryta MPM1 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
108 -YTTERGRYTA 4973114 YTTERGRYTA NPD YTTGYT_ALLOCATED_PRODUCTION Yttergryta allocated volumes mpr:RF_production mpr:FQ_allocated
109 -YTTERGRYTA 4973114 YTTERGRYTA NPD YTTGYT_SALEABLE_PRODUCTION Yttergryta saleable volumes mpr:RF_production mpr:FQ_saleable
110 -YTTERGRYTA 4973114 YTTERGRYTA NPD YTTGYT_GAS_INJECTION_TOT Yttergryta injected gas mpr:RF_injection mpr:FQ_allocated
111 -YTTERGRYTA 4973114 YTTERGRYTA NPD YTTGYT_CONSUME_FUEL_TOT Yttergryta total consumes fuel mpr:RF_consume-fuel mpr:FQ_allocated
112 -SGARD 43765 6506/12-K-2 H NPD ASG_WB_12K2_H_ALLOCATED_PROD_VOLUMES 6506/12-K-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
113 -SGARD 43765 6507/11-Y-1 H NPD ASG_WB_11Y1_H_ALLOCATED_PROD_VOLUMES 6507/11-Y-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
114 -SGARD 43765 6506/12-L-4 H NPD ASG_WB_12L4_H_ALLOCATED_PROD_VOLUMES 6506/12-L-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
115 -SGARD 43765 6506/11-F-4 H NPD ASG_WB_11F4_H_ALLOCATED_INJ_VOLUMES 6506/11-F-4 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
116 -SGARD 43765 6506/12-Q-2 H NPD ASG_WB_12Q2_H_ALLOCATED_PROD_VOLUMES 6506/12-Q-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
117 -SGARD 43765 6506/12-R-1 H NPD ASG_WB_12R1_H_ALLOCATED_INJ_VOLUMES 6506/12-R-1 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
118 -SGARD 43765 6506/12-H-4 H NPD ASG_WB_12H4_H_ALLOCATED_PROD_VOLUMES 6506/12-H-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
119 -SGARD 43765 6506/12-I-2 H NPD ASG_WB_12I2_H_ALLOCATED_PROD_VOLUMES 6506/12-I-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
120 -SGARD 43765 SGARD NPD ASG_ALLOCATED_PRODUCTION sgard allocated volumes mpr:RF_production mpr:FQ_allocated
121 -SGARD 43765 SGARD NPD ASG_GAS_INJECTION_TOT sgard injected gas mpr:RF_injection mpr:FQ_allocated
122 -SGARD 43765 SGARD NPD ASG_SALEABLE_PRODUTION sgard saleable volumes mpr:RF_production mpr:FQ_saleable
123 -SGARD 43765 6506/12-L-1 H NPD ASG_WB_12L1_H_ALLOCATED_PROD_VOLUMES 6506/12-L-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
124 -SGARD 43765 6506/12-M-3 H NPD ASG_WB_12M3_H_ALLOCATED_PROD_VOLUMES 6506/12-M- H allocated production volumes mpr:RF_production mpr:FQ_allocated
125 -SGARD 43765 6506/12-N-3 H NPD ASG_WB_12N3_H_ALLOCATED_PROD_VOLUMES 6506/12-N-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
126 -SGARD 43765 6506/11-G-4 H NPD ASG_WB_11G4_H_ALLOCATED_INJ_VOLUMES 6506/11-G-4 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
127 -SGARD 43765 SGARD E NPD ASG_E_FISCAL_VOLUMES sgard E measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
128 -SGARD 43765 SGARD E NPD ASG_E_ALLOCATED_PRODUCTION sgard E allocated volumes mpr:RF_production mpr:FQ_allocated
129 -SGARD 43765 SGARD E NPD ASG_E_INJECTION_TOT sgard E injected gas mpr:RF_injection mpr:FQ_allocated
130 -SGARD 43765 6506/12-J-1 H NPD ASG_WB_12J1_H_ALLOCATED_PROD_VOLUMES 6506/12-J-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
131 -SGARD 43765 6506/12-P-4 AH NPD ASG_WB_12P4_AH_ALLOCATED_PROD_VOLUMES 6506/12-P-4 AH allocated production volumes mpr:RF_production mpr:FQ_allocated
132 -SGARD 43765 6506/12-R-4 H NPD ASG_WB_12R4_H_ALLOCATED_INJ_VOLUMES 6506/12-R-4 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
133 -SGARD 43765 6507/11-Y-2 H NPD ASG_WB_11Y2_H_ALLOCATED_PROD_VOLUMES 6507/11-Y-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
134 -SGARD 43765 6506/12-K-3 H NPD ASG_WB_12K3_H_ALLOCATED_INJ_VOLUMES 6506/12-K-3 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
135 -SGARD 43765 6506/12-N-2 H NPD ASG_WB_12N2_H_ALLOCATED_PROD_VOLUMES 6506/12-N-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
136 -SGARD 43765 SGARD C NPD ASG_C_CONSUME_FUEL_TOT sgard C consumed total fuel mpr:RF_consume-fuel mpr:FQ_allocated
137 -SGARD 43765 6506/12-J-4 H NPD ASG_WB_12J4_H_ALLOCATED_PROD_VOLUMES 6506/12-J-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
138 -SGARD 43765 6506/11-G-1 H NPD ASG_WB_11G1_H_ALLOCATED_INJ_VOLUMES 6506/11-G-1 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
139 -SGARD 43765 6506/12-P-1 H NPD ASG_WB_12P1_H_ALLOCATED_PROD_VOLUMES 6506/12-P-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
140 -SGARD 43765 6506/12-Q-3 H NPD ASG_WB_12Q3_H_ALLOCATED_PROD_VOLUMES 6506/12-Q-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
141 -SGARD 43765 6506/12-S-3 H NPD ASG_WB_12S3_H_ALLOCATED_PROD_VOLUMES 6506/12-S-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
142 -SGARD 43765 6506/12-R-2 H NPD ASG_WB_12R2_H_ALLOCATED_INJ_VOLUMES 6506/12-R-2 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
143 -SGARD 43765 6507/11-X-3 H NPD ASG_WB_11X3_H_ALLOCATED_PROD_VOLUMES 6507/11-X-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
144 -SGARD 43765 SGARD A NPD ASG_A_ALLOCATED_PRODUCTION sgard A allocated volumes mpr:RF_production mpr:FQ_allocated
145 -SGARD 43765 SGARD A NPD ASG_A_CONSUME_FUEL_TOT sgard A total consumed fuel mpr:RF_consume-fuel mpr:FQ_allocated
146 -SGARD 43765 SGARD A NPD ASG_A_FISCAL_VOLUMES sgard A measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
147 -SGARD 43765 SGARD A NPD ASG_A_CONSUME_FLARE sgard A consumed flare mpr:RF_consume-flare mpr:FQ_allocated
148 -SGARD 43765 SGARD A NPD ASG_A_GAS_INJETION sgard A injected gas mpr:RF_injection mpr:FQ_allocated
149 -SGARD 43765 6506/12-I-3 H NPD ASG_WB_12I3_H_ALLOCATED_PROD_VOLUMES 6506/12-I-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
150 -SGARD 43765 6506/12-L-2 H NPD ASG_WB_12L2_H_ALLOCATED_PROD_VOLUMES 6506/12-L-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
151 -SGARD 43765 6506/11-E-3 H NPD ASG_WB_11E3_H_ALLOCATED_INJ_VOLUMES 6506/11-E-3 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
152 -SGARD 43765 6506/12-M-4 H NPD ASG_WB_12M4_H_ALLOCATED_PROD_VOLUMES 6506/12-M-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
153 -SGARD 43765 6507/11-Y-3 H NPD ASG_WB_11Y3_H_ALLOCATED_PROD_VOLUMES 6507/11-Y-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
154 -SGARD 43765 6506/12-N-4 H NPD ASG_WB_12N4_H_ALLOCATED_PROD_VOLUMES 6506/12-N-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
155 -SGARD 43765 6506/12-H-1 H NPD ASG_WB_12H1_H_ALLOCATED_PROD_VOLUMES 6506/12-H-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
156 -SGARD 43765 SGARD E flowline NPD ASG_E_FLOWLINE sgard E flowline allocated volumes mpr:RF_production mpr:FQ_allocated
157 -SGARD 43765 6506/12-J-2 H NPD ASG_WB_12J2_H_ALLOCATED_PROD_VOLUMES 6506/12-J-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
158 -SGARD 43765 6506/12-M-1 H NPD ASG_WB_12M1_H_ALLOCATED_PROD_VOLUMES 6506/12-M-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
159 -SGARD 43765 6506/12-S-1 H NPD ASG_WB_12S1_H_ALLOCATED_PROD_VOLUMES 6506/12-S-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
160 -SGARD 43765 6507/11-X-1 H NPD ASG_WB_11X1_H_ALLOCATED_PROD_VOLUMES 6507/11-X-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
161 -SGARD 43765 6506/12-I-1 AH NPD ASG_WB_12I1_AH_ALLOCATED_PROD_VOLUMES 6506/12-I-1 AH allocated production volumes mpr:RF_production mpr:FQ_allocated
162 -SGARD 43765 6407/2-Z-3 H NPD ASG_WB_2Z3_H_ALLOCATED_PROD_VOLUMES 6407/2-Z-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
163 -SGARD 43765 6506/12-P-2 H NPD ASG_WB_12P2_H_ALLOCATED_PROD_VOLUMES 6506/12-P-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
164 -SGARD 43765 6506/12-S-4 H NPD ASG_WB_12S4_H_ALLOCATED_PROD_VOLUMES 6506/12-S-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
165 -SGARD 43765 6506/12-R-3 Y1H NPD ASG_WB_12R3_H_ALLOCATED_INJ_VOLUMES 6506/12-R-3 Y1H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
166 -SGARD 43765 6506/12-K-1 H NPD ASG_WB_12K1_H_ALLOCATED_INJ_VOLUMES 6506/12-K-1 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
167 -SGARD 43765 6507/11-X-4 H NPD ASG_WB_11X4_H_ALLOCATED_PROD_VOLUMES 6507/11-X-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
168 -SGARD 43765 6506/12-Q-4 H NPD ASG_WB_12Q4_H_ALLOCATED_PROD_VOLUMES 6506/12-Q-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
169 -SGARD 43765 6506/12-L-3 H NPD ASG_WB_12L3_H_ALLOCATED_PROD_VOLUMES 6506/12-L-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
170 -SGARD 43765 6506/11-F-2 H NPD ASG_WB_11F2_H_ALLOCATED_PROD_VOLUMES 6506/11-F-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
171 -SGARD 43765 6507/11-Y-4 H NPD ASG_WB_11Y4_H_ALLOCATED_PROD_VOLUMES 6507/11-Y-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
172 -SGARD 43765 6506/12-Q-1 H NPD ASG_WB_12Q1_H_ALLOCATED_PROD_VOLUMES 6506/12-Q-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
173 -SGARD 43765 6506/12-Q-5 Y2H NPD ASG_WB_12Q5_Y2H_ALLOCATED_PROD_VOLUMES 6506/12-Q-5 Y2H allocated production volumes mpr:RF_production mpr:FQ_allocated
174 -SGARD 43765 6506/12-N-1 H NPD ASG_WB_12N1_H_ALLOCATED_PROD_VOLUMES 6506/12-N-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
175 -SGARD 43765 6506/12-H-3 H NPD ASG_WB_12H3_H_ALLOCATED_PROD_VOLUMES 6506/12-H-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
176 -SGARD 43765 SGARD B NPD ASG_B_ALLOCATED_PRODUCTION sgard B allocated volumes mpr:RF_production mpr:FQ_allocated
177 -SGARD 43765 SGARD B NPD ASG_B_ALLOCATED_EXPORT sgard B allocated export volumes mpr:RF_export mpr:FQ_allocated
178 -SGARD 43765 SGARD B NPD ASG_B_CONSUME_FLARE_TOT sgard B consumed flare mpr:RF_consume-flare mpr:FQ_allocated
179 -SGARD 43765 SGARD B NPD ASG_B_GAS_INJECTION_TOT sgard B injected gas mpr:RF_injection mpr:FQ_allocated
180 -SGARD 43765 SGARD B NPD ASG_B_FISCAL_VOLUMES sgard B measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
181 -SGARD 43765 SGARD B NPD ASG_B_CONSUME_FUEL_TOT sgard B consumed total fuel mpr:RF_consume-fuel mpr:FQ_allocated
182 -SGARD 43765 SGARD B NPD ASG_B_ALLOCATED_IMPORT sgard B allocated import volumes mpr:RF_import mpr:FQ_allocated
183 -SGARD 43765 6506/12-J-3 H NPD ASG_WB_12J3_H_ALLOCATED_PROD_VOLUMES 6506/12-J-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
184 -SGARD 43765 6506/12-M-2 H NPD ASG_WB_12M2_H_ALLOCATED_PROD_VOLUMES 6506/12-M-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
185 -SGARD 43765 6506/11-G-3 H NPD ASG_WB_11G3_H_ALLOCATED_INJ_VOLUMES 6506/11-G-3 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
186 -SGARD 43765 6506/12-S-2 H NPD ASG_WB_12S2_H_ALLOCATED_PROD_VOLUMES 6506/12-S-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
187 -SGARD 43765 6507/11-X-2 H NPD ASG_WB_11X2_H_ALLOCATED_PROD_VOLUMES 6507/11-X-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
188 -SGARD 43765 SGARD D NPD ASG_D_FISCAL_VOLUMES sgard D measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
189 -SGARD 43765 SGARD D NPD ASG_D_ALLOCATED_PRODUCTION sgard D allocated volumes mpr:RF_production mpr:FQ_allocated
190 -SGARD 43765 SGARD D NPD ASG_D_INJECTION_TOT sgard D injected gas mpr:RF_injection mpr:FQ_allocated
191 -SGARD 43765 6506/12-I-4 H NPD ASG_WB_12I4_H_ALLOCATED_PROD_VOLUMES 6506/12-I-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
192 -SGARD 43765 6506/12-P-3 H NPD ASG_WB_12P3_H_ALLOCATED_PROD_VOLUMES 6506/12-P-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
193 -SGARD 43765 6506/12-R-3 Y2H NPD ASG_WB_12R3_H_ALLOCATED_INJ_VOLUMES 6506/12-R-3 Y2H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
194 -SGARD 43765 6506/12-Q-2 H NPD ASG_WB_12Q2_H_ALLOCATED_PROD_VOLUMES 6506/12-Q-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
195 -SGARD 43765 6506/12-R-1 H NPD ASG_WB_12R1_H_ALLOCATED_INJ_VOLUMES 6506/12-R-1 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
196 -SGARD 43765 6506/12-N-2 H NPD ASG_WB_12N2_H_ALLOCATED_PROD_VOLUMES 6506/12-N-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
197 -SGARD 43765 6506/12-H-1 H NPD ASG_WB_12H1_H_ALLOCATED_PROD_VOLUMES 6506/12-H-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
198 -SGARD 43765 6506/12-P-3 H NPD ASG_WB_12P3_H_ALLOCATED_PROD_VOLUMES 6506/12-P-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
199 -SGARD 43765 6506/12-S-4 H NPD ASG_WB_12S4_H_ALLOCATED_PROD_VOLUMES 6506/12-S-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
200 -SGARD 43765 SGARD C NPD ASG_C_CONSUME_FUEL_TOT sgard C consumed total fuel mpr:RF_consume-fuel mpr:FQ_allocated
201 -SGARD 43765 6506/12-S-1 H NPD ASG_WB_12S1_H_ALLOCATED_PROD_VOLUMES 6506/12-S-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
202 -SGARD 43765 6507/11-Y-4 H NPD ASG_WB_11Y4_H_ALLOCATED_PROD_VOLUMES 6507/11-Y-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
203 -SGARD 43765 6506/12-J-4 H NPD ASG_WB_12J4_H_ALLOCATED_PROD_VOLUMES 6506/12-J-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
204 -SGARD 43765 6507/11-Y-1 H NPD ASG_WB_11Y1_H_ALLOCATED_PROD_VOLUMES 6507/11-Y-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
205 -SGARD 43765 6506/12-N-4 H NPD ASG_WB_12N4_H_ALLOCATED_PROD_VOLUMES 6506/12-N-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
206 -SGARD 43765 SGARD A NPD ASG_A_FISCAL_VOLUMES sgard A measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
207 -SGARD 43765 SGARD A NPD ASG_A_CONSUME_FLARE sgard A consumed flare mpr:RF_consume-flare mpr:FQ_allocated
208 -SGARD 43765 SGARD A NPD ASG_A_CONSUME_FUEL_TOT sgard A total consumed fuel mpr:RF_consume-fuel mpr:FQ_allocated
209 -SGARD 43765 SGARD A NPD ASG_A_ALLOCATED_PRODUCTION sgard A allocated volumes mpr:RF_production mpr:FQ_allocated
210 -SGARD 43765 SGARD A NPD ASG_A_GAS_INJETION sgard A injected gas mpr:RF_injection mpr:FQ_allocated
211 -SGARD 43765 6506/11-G-4 H NPD ASG_WB_11G4_H_ALLOCATED_INJ_VOLUMES 6506/11-G-4 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
212 -SGARD 43765 6506/12-R-3 Y1H NPD ASG_WB_12R3_H_ALLOCATED_INJ_VOLUMES 6506/12-R-3 Y1H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
213 -SGARD 43765 6506/11-F-4 H NPD ASG_WB_11F4_H_ALLOCATED_INJ_VOLUMES 6506/11-F-4 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
214 -SGARD 43765 6506/11-E-3 H NPD ASG_WB_11E3_H_ALLOCATED_INJ_VOLUMES 6506/11-E-3 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
215 -SGARD 43765 6506/12-H-3 H NPD ASG_WB_12H3_H_ALLOCATED_PROD_VOLUMES 6506/12-H-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
216 -SGARD 43765 6506/12-I-3 H NPD ASG_WB_12I3_H_ALLOCATED_PROD_VOLUMES 6506/12-I-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
217 -SGARD 43765 6507/11-X-4 H NPD ASG_WB_11X4_H_ALLOCATED_PROD_VOLUMES 6507/11-X-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
218 -SGARD 43765 6506/12-K-2 H NPD ASG_WB_12K2_H_ALLOCATED_PROD_VOLUMES 6506/12-K-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
219 -SGARD 43765 6506/12-L-4 H NPD ASG_WB_12L4_H_ALLOCATED_PROD_VOLUMES 6506/12-L-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
220 -SGARD 43765 6507/11-X-1 H NPD ASG_WB_11X1_H_ALLOCATED_PROD_VOLUMES 6507/11-X-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
221 -SGARD 43765 6506/12-L-1 H NPD ASG_WB_12L1_H_ALLOCATED_PROD_VOLUMES 6506/12-L-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
222 -SGARD 43765 6506/12-P-4 AH NPD ASG_WB_12P4_AH_ALLOCATED_PROD_VOLUMES 6506/12-P-4 AH allocated production volumes mpr:RF_production mpr:FQ_allocated
223 -SGARD 43765 6407/2-Z-3 H NPD ASG_WB_2Z3_H_ALLOCATED_PROD_VOLUMES 6407/2-Z-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
224 -SGARD 43765 6506/12-P-1 H NPD ASG_WB_12P1_H_ALLOCATED_PROD_VOLUMES 6506/12-P-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
225 -SGARD 43765 6506/12-S-2 H NPD ASG_WB_12S2_H_ALLOCATED_PROD_VOLUMES 6506/12-S-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
226 -SGARD 43765 SGARD E flowline NPD ASG_E_FLOWLINE sgard E flowline allocated volumes mpr:RF_production mpr:FQ_allocated
227 -SGARD 43765 SGARD D NPD ASG_D_ALLOCATED_PRODUCTION sgard D allocated volumes mpr:RF_production mpr:FQ_allocated
228 -SGARD 43765 SGARD D NPD ASG_D_FISCAL_VOLUMES sgard D measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
229 -SGARD 43765 SGARD D NPD ASG_D_INJECTION_TOT sgard D injected gas mpr:RF_injection mpr:FQ_allocated
230 -SGARD 43765 6506/12-Q-4 H NPD ASG_WB_12Q4_H_ALLOCATED_PROD_VOLUMES 6506/12-Q-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
231 -SGARD 43765 6506/12-R-3 Y2H NPD ASG_WB_12R3_H_ALLOCATED_INJ_VOLUMES 6506/12-R-3 Y2H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
232 -SGARD 43765 6507/11-Y-2 H NPD ASG_WB_11Y2_H_ALLOCATED_PROD_VOLUMES 6507/11-Y-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
233 -SGARD 43765 6506/12-J-2 H NPD ASG_WB_12J2_H_ALLOCATED_PROD_VOLUMES 6506/12-J-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
234 -SGARD 43765 6506/12-I-4 H NPD ASG_WB_12I4_H_ALLOCATED_PROD_VOLUMES 6506/12-I-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
235 -SGARD 43765 6506/12-K-3 H NPD ASG_WB_12K3_H_ALLOCATED_INJ_VOLUMES 6506/12-K-3 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
236 -SGARD 43765 6506/11-G-1 H NPD ASG_WB_11G1_H_ALLOCATED_INJ_VOLUMES 6506/11-G-1 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
237 -SGARD 43765 6506/12-M-3 H NPD ASG_WB_12M3_H_ALLOCATED_PROD_VOLUMES 6506/12-M- H allocated production volumes mpr:RF_production mpr:FQ_allocated
238 -SGARD 43765 6506/12-M-1 H NPD ASG_WB_12M1_H_ALLOCATED_PROD_VOLUMES 6506/12-M-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
239 -SGARD 43765 6506/11-F-2 H NPD ASG_WB_11F2_H_ALLOCATED_PROD_VOLUMES 6506/11-F-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
240 -SGARD 43765 6506/12-Q-3 H NPD ASG_WB_12Q3_H_ALLOCATED_PROD_VOLUMES 6506/12-Q-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
241 -SGARD 43765 6506/12-H-4 H NPD ASG_WB_12H4_H_ALLOCATED_PROD_VOLUMES 6506/12-H-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
242 -SGARD 43765 6506/12-Q-1 H NPD ASG_WB_12Q1_H_ALLOCATED_PROD_VOLUMES 6506/12-Q-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
243 -SGARD 43765 6506/12-Q-5 Y2H NPD ASG_WB_12Q5_Y2H_ALLOCATED_PROD_VOLUMES 6506/12-Q-5 Y2H allocated production volumes mpr:RF_production mpr:FQ_allocated
244 -SGARD 43765 6506/12-S-3 H NPD ASG_WB_12S3_H_ALLOCATED_PROD_VOLUMES 6506/12-S-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
245 -SGARD 43765 6507/11-X-2 H NPD ASG_WB_11X2_H_ALLOCATED_PROD_VOLUMES 6507/11-X-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
246 -SGARD 43765 6506/12-L-2 H NPD ASG_WB_12L2_H_ALLOCATED_PROD_VOLUMES 6506/12-L-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
247 -SGARD 43765 6506/12-N-1 H NPD ASG_WB_12N1_H_ALLOCATED_PROD_VOLUMES 6506/12-N-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
248 -SGARD 43765 6507/11-Y-3 H NPD ASG_WB_11Y3_H_ALLOCATED_PROD_VOLUMES 6507/11-Y-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
249 -SGARD 43765 6506/12-P-2 H NPD ASG_WB_12P2_H_ALLOCATED_PROD_VOLUMES 6506/12-P-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
250 -SGARD 43765 SGARD B NPD ASG_B_CONSUME_FUEL_TOT sgard B consumed total fuel mpr:RF_consume-fuel mpr:FQ_allocated
251 -SGARD 43765 SGARD B NPD ASG_B_ALLOCATED_IMPORT sgard B allocated import volumes mpr:RF_import mpr:FQ_allocated
252 -SGARD 43765 SGARD B NPD ASG_B_ALLOCATED_PRODUCTION sgard B allocated volumes mpr:RF_production mpr:FQ_allocated
253 -SGARD 43765 SGARD B NPD ASG_B_CONSUME_FLARE_TOT sgard B consumed flare mpr:RF_consume-flare mpr:FQ_allocated
254 -SGARD 43765 SGARD B NPD ASG_B_ALLOCATED_EXPORT sgard B allocated export volumes mpr:RF_export mpr:FQ_allocated
255 -SGARD 43765 SGARD B NPD ASG_B_GAS_INJECTION_TOT sgard B injected gas mpr:RF_injection mpr:FQ_allocated
256 -SGARD 43765 SGARD B NPD ASG_B_FISCAL_VOLUMES sgard B measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
257 -SGARD 43765 SGARD E NPD ASG_E_ALLOCATED_PRODUCTION sgard E allocated volumes mpr:RF_production mpr:FQ_allocated
258 -SGARD 43765 SGARD E NPD ASG_E_FISCAL_VOLUMES sgard E measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
259 -SGARD 43765 SGARD E NPD ASG_E_INJECTION_TOT sgard E injected gas mpr:RF_injection mpr:FQ_allocated
260 -SGARD 43765 6506/12-N-3 H NPD ASG_WB_12N3_H_ALLOCATED_PROD_VOLUMES 6506/12-N-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
261 -SGARD 43765 6506/12-R-4 H NPD ASG_WB_12R4_H_ALLOCATED_INJ_VOLUMES 6506/12-R-4 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
262 -SGARD 43765 SGARD NPD ASG_SALEABLE_PRODUTION sgard saleable volumes mpr:RF_production mpr:FQ_saleable
263 -SGARD 43765 SGARD NPD ASG_GAS_INJECTION_TOT sgard injected gas mpr:RF_injection mpr:FQ_allocated
264 -SGARD 43765 SGARD NPD ASG_ALLOCATED_PRODUCTION sgard allocated volumes mpr:RF_production mpr:FQ_allocated
265 -SGARD 43765 6506/11-G-3 H NPD ASG_WB_11G3_H_ALLOCATED_INJ_VOLUMES 6506/11-G-3 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
266 -SGARD 43765 6506/12-R-2 H NPD ASG_WB_12R2_H_ALLOCATED_INJ_VOLUMES 6506/12-R-2 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
267 -SGARD 43765 6506/12-I-1 AH NPD ASG_WB_12I1_AH_ALLOCATED_PROD_VOLUMES 6506/12-I-1 AH allocated production volumes mpr:RF_production mpr:FQ_allocated
268 -SGARD 43765 6506/12-J-3 H NPD ASG_WB_12J3_H_ALLOCATED_PROD_VOLUMES 6506/12-J-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
269 -SGARD 43765 6506/12-J-1 H NPD ASG_WB_12J1_H_ALLOCATED_PROD_VOLUMES 6506/12-J-1 H allocated production volumes mpr:RF_production mpr:FQ_allocated
270 -SGARD 43765 6506/12-M-4 H NPD ASG_WB_12M4_H_ALLOCATED_PROD_VOLUMES 6506/12-M-4 H allocated production volumes mpr:RF_production mpr:FQ_allocated
271 -SGARD 43765 6506/12-I-2 H NPD ASG_WB_12I2_H_ALLOCATED_PROD_VOLUMES 6506/12-I-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
272 -SGARD 43765 6506/12-M-2 H NPD ASG_WB_12M2_H_ALLOCATED_PROD_VOLUMES 6506/12-M-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
273 -SGARD 43765 6507/11-X-3 H NPD ASG_WB_11X3_H_ALLOCATED_PROD_VOLUMES 6507/11-X-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
274 -SGARD 43765 6506/12-K-1 H NPD ASG_WB_12K1_H_ALLOCATED_INJ_VOLUMES 6506/12-K-1 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
275 -SGARD 43765 6506/12-L-3 H NPD ASG_WB_12L3_H_ALLOCATED_PROD_VOLUMES 6506/12-L-3 H allocated production volumes mpr:RF_production mpr:FQ_allocated
1 -# baseURI: file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema
2 -# imports: http://topbraid.org/tables
3 -
4 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
5 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
6 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
7 -@prefix ss: <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#> .
8 -@prefix tables: <http://topbraid.org/tables#> .
9 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 -
11 -<file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema>
12 - rdf:type owl:Ontology ;
13 - owl:imports <http://topbraid.org/tables> .
14 -
15 -ss:FieldNPDName
16 - rdf:type owl:DatatypeProperty ;
17 - rdfs:domain ss:flow-facts ;
18 - rdfs:label "FieldNPDName"^^xsd:string ;
19 - rdfs:range xsd:string ;
20 - tables:columnIndex "0"^^xsd:int .
21 -
22 -ss:fieldNPDID
23 - rdf:type owl:DatatypeProperty ;
24 - rdfs:domain ss:flow-facts ;
25 - rdfs:label "FieldNPDID" ;
26 - rdfs:range xsd:string ;
27 - tables:columnIndex "1"^^xsd:int .
28 -
29 -ss:flow-facts
30 - rdf:type owl:Class ;
31 - rdfs:label "flow-facts"^^xsd:string ;
32 - tables:sheetIndex "0"^^xsd:int .
33 -
34 -ss:flowKind
35 - rdf:type owl:DatatypeProperty ;
36 - rdfs:domain ss:flow-facts ;
37 - rdfs:label "FlowKind" ;
38 - rdfs:range xsd:string ;
39 - tables:columnIndex "4"^^xsd:int .
40 -
41 -ss:flowName
42 - rdf:type owl:DatatypeProperty ;
43 - rdfs:domain ss:flow-facts ;
44 - rdfs:label "FlowName" ;
45 - rdfs:range xsd:string ;
46 - tables:columnIndex "3"^^xsd:int .
47 -
48 -ss:flowQualifier
49 - rdf:type owl:DatatypeProperty ;
50 - rdfs:domain ss:flow-facts ;
51 - rdfs:label "FlowQualifier" ;
52 - rdfs:range xsd:string ;
53 - tables:columnIndex "5"^^xsd:int .
54 -
55 -ss:flowUID
56 - rdf:type owl:DatatypeProperty ;
57 - rdfs:domain ss:flow-facts ;
58 - rdfs:label "FlowUID" ;
59 - rdfs:range xsd:string ;
60 - tables:columnIndex "2"^^xsd:int .
1 +[FieldNPDName] FieldNPDID FlowInOutFacilityName FlowInOutFacilityType FlowInOutFacilityNameSystem FlowUID FlowName FlowKind FlowQualifier
2 +TRYM 18081500 3/7-A-1 AH mpr:RF_wellbore NPD TRY_WB_A1_AH_ALLOCATED_PROD_VOLUMES 3/7-A-1 AH allocated production volumes mpr:RF_production mpr:FQ_allocated
3 +TRYM 18081500 3/7-A-1 AH mpr:RF_wellbore NPD TRY_WB_A1_AH_ALLOCATED_INJ_VOLUMES 3/7-A-1 AH allocated injection volumes mpr:RF_injection mpr:FQ_allocated
4 +TRYM 18081500 TRYM mpr:RF_field NPD TRY_GAS_INJECTION_TOT Trym injected gas mpr:RF_injection mpr:FQ_allocated
5 +TRYM 18081500 TRYM mpr:RF_field NPD TRY_CHEMICAL_INJECTION Trym injection of chemicals mpr:RF_injection mpr:FQ_measured
6 +TRYM 18081500 TRYM mpr:RF_field NPD TRY_FISCAL_FIELD_VOLUMES Trym measured total volumes mpr:RF_production mpr:FQ_metered-fiscal
7 +TRYM 18081500 TRYM mpr:RF_field NPD TRY_CONSUME_FUEL_DRILLING Trym consumed drilling fuel mpr:RF_consume-fuel mpr:FQ_allocated
8 +TRYM 18081500 TRYM mpr:RF_field NPD TRY_CONSUME_FUEL_WAT_INJ Trym consumed water injection fuel mpr:RF_consume-fuel mpr:FQ_allocated
9 +TRYM 18081500 TRYM mpr:RF_field NPD TRY_SALEABLE_PRODUCTION Trym saleable volumes mpr:RF_production mpr:FQ_saleable
10 +TRYM 18081500 TRYM mpr:RF_field NPD TRY_CONSUME_FLARE_EXCESS Trym consumed excess flare mpr:RF_consume-flare mpr:FQ_allocated
11 +TRYM 18081500 TRYM mpr:RF_field NPD TRY_ALLOCATED_PRODUCTION Trym allocated volumes mpr:RF_production mpr:FQ_allocated
12 +TRYM 18081500 TRYM mpr:RF_field NPD TRY_CONSUME_FLARE_TOT Trym consumed flare excluding excess flare mpr:RF_consume-flare mpr:FQ_allocated
13 +TRYM 18081500 TRYM mpr:RF_field NPD TRY_CONSUME_FUEL_TOT Trym consumed total fuel mpr:RF_consume-fuel mpr:FQ_allocated
14 +TRYM 18081500 3/7-A-2 H mpr:RF_wellbore NPD TRY_WB_A2_H_ALLOCATED_INJ_VOLUMES 3/7-A-2 H allocated injection volumes mpr:RF_injection mpr:FQ_allocated
15 +TRYM 18081500 3/7-A-2 H mpr:RF_wellbore NPD TRY_WB_A2_H_ALLOCATED_PROD_VOLUMES 3/7-A-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
16 +TRYM 18081500 Fiscal metering station 1 mpr:RF_flowmeter DONG TRY_MPM1_FISCAL_VOLUMES Trym MPM1 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
17 +TRYM 18081500 TRYM compressor D32 mpr:RF_compressor DONG TRY_COMPRESSOR_D32_VOLUMES Trym compressor D32 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
18 +TRYM 18081500 TRYM compressor D34 mpr:RF_compressor DONG TRY_COMPRESSOR_D34_VOLUMES Trym compressor D34 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
19 +TRYM 18081500 MPD2 mpr:RF_flowmeter DONG TRY_MPM2_FISCAL_VOLUMES Trym MPM2 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
20 +TRYM 18081500 MPD5 mpr:RF_flowmeter DONG TRY_MPD5_FISCAL_VOLUMES Trym MPD5 measured volumes mpr:RF_production mpr:FQ_metered-fiscal
1 +@prefix tables: <http://topbraid.org/tables#> .
2 +
3 +<file:///www.reportinghub.no/test/flow_facts/data/trym-dpr2-flow-fact-ss.tsv.semtables>
4 + a <http://www.w3.org/2002/07/owl#Ontology> ;
5 + tables:imports <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema> ;
6 + <http://www.w3.org/2002/07/owl#imports>
7 + <http://topbraid.org/tables> .
1 -@prefix tables: <http://topbraid.org/tables#> .
2 -
3 -<file:///www.reportinghub.no/test/flow_facts/data/trym-flow-facts.xls.semtables>
4 - a <http://www.w3.org/2002/07/owl#Ontology> ;
5 - tables:imports <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema> ;
6 - <http://www.w3.org/2002/07/owl#imports>
7 - <http://topbraid.org/tables> .
1 +[FieldNPDName] FieldNPDID FlowInOutFacilityName FlowInOutFacilityType FlowInOutFacilityNameSystem FlowUID FlowName FlowKind FlowQualifier
2 +TRYM 18081500 TRYM mpr:RF_field NPD TRY_ALLOCATED_PRODUCTION Trym allocated volumes mpr:RF_production mpr:FQ_allocated
3 +TRYM 18081500 TRYM mpr:RF_field NPD TRY_SALEABLE_PRODUCTION Trym saleable volumes mpr:RF_production mpr:FQ_saleable
4 +TRYM 18081500 3/7-A-1 AH mpr:RF_wellbore NPD TRY_WB_7A1_AH_ALLOCATED_PROD_VOLUMES 3/7-A-1 AH allocated production volumes mpr:RF_production mpr:FQ_allocated
5 +TRYM 18081500 3/7-A-2 H mpr:RF_wellbore NPD TRY_WB_7A2_H_ALLOCATED_PROD_VOLUMES 3/7-A-2 H allocated production volumes mpr:RF_production mpr:FQ_allocated
6 +TRYM 18081500 FREDERICIA mpr:RF_terminal NPD FRED_ALLOCATED_HYDROCOUNT Fredericia allocated hydrocarbon counting lifted by tanker mpr:RF_hydrocarbonaccounting mpr:FQ_allocated
7 +TRYM 18081500 FREDERICIA mpr:RF_terminal NPD FRED_ALLLOCATED_INVENTORY Fredericia allocated inventory volumes mpr:RF_inventory mpr:FQ_allocated
8 +TRYM 18081500 NYBRO mpr:RF_terminal NPD NYBRO_ALLOCATED_GAS_SALES Nybro allocated gas sales mpr:RF_sale mpr:FQ_allocated
1 +@prefix tables: <http://topbraid.org/tables#> .
2 +
3 +<file:///www.reportinghub.no/test/flow_facts/data/trym-mprg-flow-fact-ss.tsv.semtables>
4 + a <http://www.w3.org/2002/07/owl#Ontology> ;
5 + tables:imports <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema> ;
6 + <http://www.w3.org/2002/07/owl#imports>
7 + <http://topbraid.org/tables> .
1 -# baseURI: http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2 1 +# baseURI: http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema
2 # imports: http://topbraid.org/tables 2 # imports: http://topbraid.org/tables
3 3
4 @prefix owl: <http://www.w3.org/2002/07/owl#> . 4 @prefix owl: <http://www.w3.org/2002/07/owl#> .
5 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 5 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
6 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 6 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
7 -@prefix ss: <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#> . 7 +@prefix ss: <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#> .
8 @prefix tables: <http://topbraid.org/tables#> . 8 @prefix tables: <http://topbraid.org/tables#> .
9 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 9 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 10
11 -<http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2> 11 +<http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema>
12 rdf:type owl:Ontology ; 12 rdf:type owl:Ontology ;
13 owl:imports <http://topbraid.org/tables> . 13 owl:imports <http://topbraid.org/tables> .
14 14
15 ss:FieldNPDName 15 ss:FieldNPDName
16 rdf:type owl:DatatypeProperty ; 16 rdf:type owl:DatatypeProperty ;
17 - rdfs:domain ss:flow-fact ; 17 + rdfs:domain ss:fact ;
18 rdfs:label "[FieldNPDName]" ; 18 rdfs:label "[FieldNPDName]" ;
19 rdfs:range xsd:string ; 19 rdfs:range xsd:string ;
20 tables:columnIndex "0"^^xsd:int . 20 tables:columnIndex "0"^^xsd:int .
21 21
22 +ss:fact
23 + rdf:type owl:Class ;
24 + rdfs:label "fact"^^xsd:string ;
25 + tables:sheetIndex "0"^^xsd:int .
26 +
22 ss:fieldNPDID 27 ss:fieldNPDID
23 rdf:type owl:DatatypeProperty ; 28 rdf:type owl:DatatypeProperty ;
24 - rdfs:domain ss:flow-fact ; 29 + rdfs:domain ss:fact ;
25 rdfs:label "FieldNPDID" ; 30 rdfs:label "FieldNPDID" ;
26 rdfs:range xsd:string ; 31 rdfs:range xsd:string ;
27 tables:columnIndex "1"^^xsd:int . 32 tables:columnIndex "1"^^xsd:int .
28 33
29 -ss:flow-fact
30 - rdf:type owl:Class ;
31 - rdfs:label "flow-fact-updated" ;
32 - tables:sheetIndex "0"^^xsd:int .
33 -
34 ss:flowInOutFacilityName 34 ss:flowInOutFacilityName
35 rdf:type owl:DatatypeProperty ; 35 rdf:type owl:DatatypeProperty ;
36 - rdfs:domain ss:flow-fact ; 36 + rdfs:domain ss:fact ;
37 rdfs:label "FlowInOutFacilityName" ; 37 rdfs:label "FlowInOutFacilityName" ;
38 rdfs:range xsd:string ; 38 rdfs:range xsd:string ;
39 tables:columnIndex "2"^^xsd:int . 39 tables:columnIndex "2"^^xsd:int .
40 40
41 ss:flowInOutFacilityNameSystem 41 ss:flowInOutFacilityNameSystem
42 rdf:type owl:DatatypeProperty ; 42 rdf:type owl:DatatypeProperty ;
43 - rdfs:domain ss:flow-fact ; 43 + rdfs:domain ss:fact ;
44 rdfs:label "FlowInOutFacilityNameSystem" ; 44 rdfs:label "FlowInOutFacilityNameSystem" ;
45 rdfs:range xsd:string ; 45 rdfs:range xsd:string ;
46 + tables:columnIndex "4"^^xsd:int .
47 +
48 +ss:flowInOutFacilityType
49 + rdf:type owl:DatatypeProperty ;
50 + rdfs:domain ss:fact ;
51 + rdfs:label "FlowInOutFacilityType" ;
52 + rdfs:range xsd:string ;
46 tables:columnIndex "3"^^xsd:int . 53 tables:columnIndex "3"^^xsd:int .
47 54
48 ss:flowKind 55 ss:flowKind
49 rdf:type owl:DatatypeProperty ; 56 rdf:type owl:DatatypeProperty ;
50 - rdfs:domain ss:flow-fact ; 57 + rdfs:domain ss:fact ;
51 rdfs:label "FlowKind" ; 58 rdfs:label "FlowKind" ;
52 rdfs:range xsd:string ; 59 rdfs:range xsd:string ;
53 - tables:columnIndex "6"^^xsd:int . 60 + tables:columnIndex "7"^^xsd:int .
54 61
55 ss:flowName 62 ss:flowName
56 rdf:type owl:DatatypeProperty ; 63 rdf:type owl:DatatypeProperty ;
57 - rdfs:domain ss:flow-fact ; 64 + rdfs:domain ss:fact ;
58 rdfs:label "FlowName" ; 65 rdfs:label "FlowName" ;
59 rdfs:range xsd:string ; 66 rdfs:range xsd:string ;
60 - tables:columnIndex "5"^^xsd:int . 67 + tables:columnIndex "6"^^xsd:int .
61 68
62 ss:flowQualifier 69 ss:flowQualifier
63 rdf:type owl:DatatypeProperty ; 70 rdf:type owl:DatatypeProperty ;
64 - rdfs:domain ss:flow-fact ; 71 + rdfs:domain ss:fact ;
65 rdfs:label "FlowQualifier" ; 72 rdfs:label "FlowQualifier" ;
66 rdfs:range xsd:string ; 73 rdfs:range xsd:string ;
67 - tables:columnIndex "7"^^xsd:int . 74 + tables:columnIndex "8"^^xsd:int .
68 75
69 ss:flowUID 76 ss:flowUID
70 rdf:type owl:DatatypeProperty ; 77 rdf:type owl:DatatypeProperty ;
71 - rdfs:domain ss:flow-fact ; 78 + rdfs:domain ss:fact ;
72 rdfs:label "FlowUID" ; 79 rdfs:label "FlowUID" ;
73 rdfs:range xsd:string ; 80 rdfs:range xsd:string ;
74 - tables:columnIndex "4"^^xsd:int . 81 + tables:columnIndex "5"^^xsd:int .
......
1 -# baseURI: http://www.reportinghub.no/test/flow_facts/transform/facts-ss-to-ep-facts
2 -# imports: file:///www.reportinghub.no/test/flow_facts/data/asgard-flow-facts.tsv
3 -# imports: file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema
4 -# imports: file:///www.reportinghub.no/test/flow_facts/data/trym-flow-facts.xls
5 -# imports: http://spinrdf.org/spin
6 -# imports: http://www.reportinghub.no/ep/mpr/spin/1.1/lib
7 -# imports: http://www.reportinghub.no/ep/schema/1.0/erhfacts
8 -# imports: http://www.reportinghub.no/np/data/npd
9 -
10 -@prefix ep-mpr-spin-lib: <http://www.reportinghub.no/ep/mpr/spin/1.1/lib#> .
11 -@prefix facts-ss-to-ep-facts: <http://www.reportinghub.no/test/flow_facts/transform/facts-ss-to-ep-facts#> .
12 -@prefix fn: <http://www.w3.org/2005/xpath-functions#> .
13 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
14 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
15 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
16 -@prefix smf: <http://topbraid.org/sparqlmotionfunctions#> .
17 -@prefix sp: <http://spinrdf.org/sp#> .
18 -@prefix spin: <http://spinrdf.org/spin#> .
19 -@prefix spl: <http://spinrdf.org/spl#> .
20 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
21 -
22 -<file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#flow-facts>
23 - spin:rule
24 - [ rdf:type sp:Construct ;
25 - sp:templates ([ sp:object
26 - [ sp:varName "flowkind"^^xsd:string
27 - ] ;
28 - sp:predicate rdf:type ;
29 - sp:subject
30 - [ sp:varName "flowuri"^^xsd:string
31 - ]
32 - ]) ;
33 - sp:where ([ sp:object <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#flow-facts> ;
34 - sp:predicate rdf:type ;
35 - sp:subject spin:_this
36 - ] [ sp:object
37 - [ sp:varName "fieldname"^^xsd:string
38 - ] ;
39 - sp:predicate <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#FieldNPDName> ;
40 - sp:subject spin:_this
41 - ] [ sp:object
42 - [ sp:varName "fieldname"^^xsd:string
43 - ] ;
44 - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ;
45 - sp:subject
46 - [ sp:varName "npdfield"^^xsd:string
47 - ]
48 - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#Field> ;
49 - sp:predicate rdf:type ;
50 - sp:subject
51 - [ sp:varName "npdfield"^^xsd:string
52 - ]
53 - ] [ sp:object
54 - [ sp:varName "fieldid"^^xsd:string
55 - ] ;
56 - sp:predicate <http://www.reportinghub.no/np/schema/npd#id> ;
57 - sp:subject
58 - [ sp:varName "npdfield"^^xsd:string
59 - ]
60 - ] [ sp:object
61 - [ sp:varName "flowuid"^^xsd:string
62 - ] ;
63 - sp:predicate <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#flowUID> ;
64 - sp:subject spin:_this
65 - ] [ sp:object
66 - [ sp:varName "kind"^^xsd:string
67 - ] ;
68 - sp:predicate <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#flowKind> ;
69 - sp:subject spin:_this
70 - ] [ rdf:type sp:Bind ;
71 - sp:expression
72 - [ rdf:type smf:buildURI ;
73 - sp:arg1 [ sp:varName "kind"^^xsd:string
74 - ]
75 - ] ;
76 - sp:variable
77 - [ sp:varName "kinduri"^^xsd:string
78 - ]
79 - ] [ rdf:type sp:Bind ;
80 - sp:expression
81 - [ rdf:type ep-mpr-spin-lib:selectProductionFlowPurposeType ;
82 - sp:arg1 [ sp:varName "kinduri"^^xsd:string
83 - ]
84 - ] ;
85 - sp:variable
86 - [ sp:varName "flowkind"^^xsd:string
87 - ]
88 - ] [ rdf:type sp:Bind ;
89 - sp:expression
90 - [ rdf:type fn:concat ;
91 - sp:arg1 "Field-" ;
92 - sp:arg2 [ sp:varName "fieldid"^^xsd:string
93 - ] ;
94 - sp:arg3 "-Flow-" ;
95 - sp:arg4 [ sp:varName "flowuid"^^xsd:string
96 - ]
97 - ] ;
98 - sp:variable
99 - [ sp:varName "flowlocalname"^^xsd:string
100 - ]
101 - ] [ rdf:type sp:Bind ;
102 - sp:expression
103 - [ rdf:type smf:buildURI ;
104 - sp:arg1 "http://www.reportinghub.no/data/erh/{?flowlocalname}" ;
105 - sp:arg2 [ sp:varName "flowlocalname"^^xsd:string
106 - ]
107 - ] ;
108 - sp:variable
109 - [ sp:varName "flowuri"^^xsd:string
110 - ]
111 - ])
112 - ] ;
113 - spin:rule
114 - [ rdf:type sp:Construct ;
115 - sp:templates ([ sp:object
116 - [ sp:varName "flowqualifier"^^xsd:string
117 - ] ;
118 - sp:predicate rdf:type ;
119 - sp:subject
120 - [ sp:varName "flowuri"^^xsd:string
121 - ]
122 - ]) ;
123 - sp:where ([ sp:object <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#flow-facts> ;
124 - sp:predicate rdf:type ;
125 - sp:subject spin:_this
126 - ] [ sp:object
127 - [ sp:varName "fieldname"^^xsd:string
128 - ] ;
129 - sp:predicate <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#FieldNPDName> ;
130 - sp:subject spin:_this
131 - ] [ sp:object
132 - [ sp:varName "fieldname"^^xsd:string
133 - ] ;
134 - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ;
135 - sp:subject
136 - [ sp:varName "npdfield"^^xsd:string
137 - ]
138 - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#Field> ;
139 - sp:predicate rdf:type ;
140 - sp:subject
141 - [ sp:varName "npdfield"^^xsd:string
142 - ]
143 - ] [ sp:object
144 - [ sp:varName "fieldid"^^xsd:string
145 - ] ;
146 - sp:predicate <http://www.reportinghub.no/np/schema/npd#id> ;
147 - sp:subject
148 - [ sp:varName "npdfield"^^xsd:string
149 - ]
150 - ] [ sp:object
151 - [ sp:varName "flowuid"^^xsd:string
152 - ] ;
153 - sp:predicate <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#flowUID> ;
154 - sp:subject spin:_this
155 - ] [ sp:object
156 - [ sp:varName "qualifier"^^xsd:string
157 - ] ;
158 - sp:predicate <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#flowQualifier> ;
159 - sp:subject spin:_this
160 - ] [ rdf:type sp:Bind ;
161 - sp:expression
162 - [ rdf:type smf:buildURI ;
163 - sp:arg1 [ sp:varName "qualifier"^^xsd:string
164 - ]
165 - ] ;
166 - sp:variable
167 - [ sp:varName "qualifieruri"^^xsd:string
168 - ]
169 - ] [ rdf:type sp:Bind ;
170 - sp:expression
171 - [ rdf:type ep-mpr-spin-lib:selectProductionFlowDefinitionType ;
172 - sp:arg1 [ sp:varName "qualifieruri"^^xsd:string
173 - ]
174 - ] ;
175 - sp:variable
176 - [ sp:varName "flowqualifier"^^xsd:string
177 - ]
178 - ] [ rdf:type sp:Bind ;
179 - sp:expression
180 - [ rdf:type fn:concat ;
181 - sp:arg1 "Field-" ;
182 - sp:arg2 [ sp:varName "fieldid"^^xsd:string
183 - ] ;
184 - sp:arg3 "-Flow-" ;
185 - sp:arg4 [ sp:varName "flowuid"^^xsd:string
186 - ]
187 - ] ;
188 - sp:variable
189 - [ sp:varName "flowlocalname"^^xsd:string
190 - ]
191 - ] [ rdf:type sp:Bind ;
192 - sp:expression
193 - [ rdf:type smf:buildURI ;
194 - sp:arg1 "http://www.reportinghub.no/data/erh/{?flowlocalname}" ;
195 - sp:arg2 [ sp:varName "flowlocalname"^^xsd:string
196 - ]
197 - ] ;
198 - sp:variable
199 - [ sp:varName "flowuri"^^xsd:string
200 - ]
201 - ])
202 - ] ;
203 - spin:rule
204 - [ rdf:type sp:Construct ;
205 - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/flow#Flow> ;
206 - sp:predicate rdf:type ;
207 - sp:subject
208 - [ sp:varName "flowuri"^^xsd:string
209 - ]
210 - ] [ sp:object
211 - [ sp:varName "npdfield"^^xsd:string
212 - ] ;
213 - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
214 - sp:subject
215 - [ sp:varName "flowuri"^^xsd:string
216 - ]
217 - ] [ sp:object
218 - [ sp:varName "flowuid"^^xsd:string
219 - ] ;
220 - sp:predicate <http://www.reportinghub.no/ep/schema/erhfacts#id> ;
221 - sp:subject
222 - [ sp:varName "flowuri"^^xsd:string
223 - ]
224 - ] [ sp:object
225 - [ sp:varName "flowname"^^xsd:string
226 - ] ;
227 - sp:predicate <http://www.reportinghub.no/ep/schema/erhfacts#name> ;
228 - sp:subject
229 - [ sp:varName "flowuri"^^xsd:string
230 - ]
231 - ]) ;
232 - sp:where ([ sp:object <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#flow-facts> ;
233 - sp:predicate rdf:type ;
234 - sp:subject spin:_this
235 - ] [ sp:object
236 - [ sp:varName "kind"^^xsd:string
237 - ] ;
238 - sp:predicate <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#flowKind> ;
239 - sp:subject spin:_this
240 - ] [ rdf:type sp:Filter ;
241 - sp:expression
242 - [ rdf:type sp:ne ;
243 - sp:arg1 [ sp:varName "kind"^^xsd:string
244 - ] ;
245 - sp:arg2 "mpr:RF_inventory"
246 - ]
247 - ] [ sp:object
248 - [ sp:varName "fieldname"^^xsd:string
249 - ] ;
250 - sp:predicate <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#FieldNPDName> ;
251 - sp:subject spin:_this
252 - ] [ sp:object
253 - [ sp:varName "fieldname"^^xsd:string
254 - ] ;
255 - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ;
256 - sp:subject
257 - [ sp:varName "npdfield"^^xsd:string
258 - ]
259 - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#Field> ;
260 - sp:predicate rdf:type ;
261 - sp:subject
262 - [ sp:varName "npdfield"^^xsd:string
263 - ]
264 - ] [ sp:object
265 - [ sp:varName "fieldid"^^xsd:string
266 - ] ;
267 - sp:predicate <http://www.reportinghub.no/np/schema/npd#id> ;
268 - sp:subject
269 - [ sp:varName "npdfield"^^xsd:string
270 - ]
271 - ] [ sp:object
272 - [ sp:varName "flowuid"^^xsd:string
273 - ] ;
274 - sp:predicate <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#flowUID> ;
275 - sp:subject spin:_this
276 - ] [ sp:object
277 - [ sp:varName "flowname"^^xsd:string
278 - ] ;
279 - sp:predicate <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#flowName> ;
280 - sp:subject spin:_this
281 - ] [ rdf:type sp:Bind ;
282 - sp:expression
283 - [ rdf:type fn:concat ;
284 - sp:arg1 "Field-" ;
285 - sp:arg2 [ sp:varName "fieldid"^^xsd:string
286 - ] ;
287 - sp:arg3 "-Flow-" ;
288 - sp:arg4 [ sp:varName "flowuid"^^xsd:string
289 - ]
290 - ] ;
291 - sp:variable
292 - [ sp:varName "flowlocalname"^^xsd:string
293 - ]
294 - ] [ rdf:type sp:Bind ;
295 - sp:expression
296 - [ rdf:type smf:buildURI ;
297 - sp:arg1 "http://www.reportinghub.no/data/erh/{?flowlocalname}" ;
298 - sp:arg2 [ sp:varName "flowlocalname"^^xsd:string
299 - ]
300 - ] ;
301 - sp:variable
302 - [ sp:varName "flowuri"^^xsd:string
303 - ]
304 - ])
305 - ] ;
306 - spin:rule
307 - [ rdf:type sp:Construct ;
308 - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/flow#Inventory> ;
309 - sp:predicate rdf:type ;
310 - sp:subject
311 - [ sp:varName "flowuri"^^xsd:string
312 - ]
313 - ] [ sp:object
314 - [ sp:varName "npdfield"^^xsd:string
315 - ] ;
316 - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
317 - sp:subject
318 - [ sp:varName "flowuri"^^xsd:string
319 - ]
320 - ] [ sp:object
321 - [ sp:varName "flowuid"^^xsd:string
322 - ] ;
323 - sp:predicate <http://www.reportinghub.no/ep/schema/erhfacts#id> ;
324 - sp:subject
325 - [ sp:varName "flowuri"^^xsd:string
326 - ]
327 - ] [ sp:object
328 - [ sp:varName "flowname"^^xsd:string
329 - ] ;
330 - sp:predicate <http://www.reportinghub.no/ep/schema/erhfacts#name> ;
331 - sp:subject
332 - [ sp:varName "flowuri"^^xsd:string
333 - ]
334 - ]) ;
335 - sp:where ([ sp:object <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#flow-facts> ;
336 - sp:predicate rdf:type ;
337 - sp:subject spin:_this
338 - ] [ sp:object
339 - [ sp:varName "kind"^^xsd:string
340 - ] ;
341 - sp:predicate <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#flowKind> ;
342 - sp:subject spin:_this
343 - ] [ rdf:type sp:Filter ;
344 - sp:expression
345 - [ rdf:type sp:eq ;
346 - sp:arg1 [ sp:varName "kind"^^xsd:string
347 - ] ;
348 - sp:arg2 "mpr:RF_inventory"
349 - ]
350 - ] [ sp:object
351 - [ sp:varName "fieldname"^^xsd:string
352 - ] ;
353 - sp:predicate <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#FieldNPDName> ;
354 - sp:subject spin:_this
355 - ] [ sp:object
356 - [ sp:varName "fieldname"^^xsd:string
357 - ] ;
358 - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ;
359 - sp:subject
360 - [ sp:varName "npdfield"^^xsd:string
361 - ]
362 - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#Field> ;
363 - sp:predicate rdf:type ;
364 - sp:subject
365 - [ sp:varName "npdfield"^^xsd:string
366 - ]
367 - ] [ sp:object
368 - [ sp:varName "fieldid"^^xsd:string
369 - ] ;
370 - sp:predicate <http://www.reportinghub.no/np/schema/npd#id> ;
371 - sp:subject
372 - [ sp:varName "npdfield"^^xsd:string
373 - ]
374 - ] [ sp:object
375 - [ sp:varName "flowuid"^^xsd:string
376 - ] ;
377 - sp:predicate <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#flowUID> ;
378 - sp:subject spin:_this
379 - ] [ sp:object
380 - [ sp:varName "flowname"^^xsd:string
381 - ] ;
382 - sp:predicate <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema#flowName> ;
383 - sp:subject spin:_this
384 - ] [ rdf:type sp:Bind ;
385 - sp:expression
386 - [ rdf:type fn:concat ;
387 - sp:arg1 "Field-" ;
388 - sp:arg2 [ sp:varName "fieldid"^^xsd:string
389 - ] ;
390 - sp:arg3 "-Flow-" ;
391 - sp:arg4 [ sp:varName "flowuid"^^xsd:string
392 - ]
393 - ] ;
394 - sp:variable
395 - [ sp:varName "flowlocalname"^^xsd:string
396 - ]
397 - ] [ rdf:type sp:Bind ;
398 - sp:expression
399 - [ rdf:type smf:buildURI ;
400 - sp:arg1 "http://www.reportinghub.no/data/erh/{?flowlocalname}" ;
401 - sp:arg2 [ sp:varName "flowlocalname"^^xsd:string
402 - ]
403 - ] ;
404 - sp:variable
405 - [ sp:varName "flowuri"^^xsd:string
406 - ]
407 - ])
408 - ] .
409 -
410 -<http://www.reportinghub.no/test/flow_facts/transform/facts-ss-to-ep-facts>
411 - rdf:type owl:Ontology ;
412 - owl:imports <file:///www.reportinghub.no/test/flow_facts/data/asgard-flow-facts.tsv> , <file:///www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema> , <file:///www.reportinghub.no/test/flow_facts/data/trym-flow-facts.xls> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/erhfacts> , <http://www.reportinghub.no/np/data/npd> ;
413 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
1 -# baseURI: null
2 -
3 -@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
4 -@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
5 -@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
6 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 -@prefix visual: <http://topbraid.org/visual#> .
10 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 -
12 -<http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#flow-fact>
13 - forms:keyProperties (rdfs:label rdfs:comment <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#flowInOutFacilityName> <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#flowInOutFacilityNameSystem>) .
14 -
15 -[] rdf:type inference:Configuration ;
16 - composite:child
17 - [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
18 - <http://spinrdf.org/spin#topSPINOptions>
19 - "singlePass" ;
20 - composite:index "0"^^xsd:int
21 - ] .
1 -# baseURI: http://www.reportinghub.no/test/flow_facts/transform/facts-ss-to-ep-facts2 1 +# baseURI: http://www.reportinghub.no/test/flow_facts/transform/flow-facts-ss-to-ep-facts
2 -# imports: file:///www.reportinghub.no/test/flow_facts/data/flow-fact-updated.tsv
3 # imports: http://spinrdf.org/spin 2 # imports: http://spinrdf.org/spin
3 +# imports: http://www.reportinghub.no/ep/mpr/spin/1.1/lib
4 # imports: http://www.reportinghub.no/ep/schema/1.0/erhfacts 4 # imports: http://www.reportinghub.no/ep/schema/1.0/erhfacts
5 # imports: http://www.reportinghub.no/np/data/npd 5 # imports: http://www.reportinghub.no/np/data/npd
6 -# imports: http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2 6 +# imports: http://www.reportinghub.no/test/flow_facts/data/flow-fact-collector
7 +# imports: http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema
7 8
8 @prefix ep-mpr-spin-lib: <http://www.reportinghub.no/ep/mpr/spin/1.1/lib#> . 9 @prefix ep-mpr-spin-lib: <http://www.reportinghub.no/ep/mpr/spin/1.1/lib#> .
9 -@prefix facts-ss-to-ep-facts2: <http://www.reportinghub.no/test/flow_facts/transform/facts-ss-to-ep-facts2#> . 10 +@prefix flow-facts-ss-to-ep-facts: <http://www.reportinghub.no/test/flow_facts/transform/flow-facts-ss-to-ep-facts#> .
10 @prefix fn: <http://www.w3.org/2005/xpath-functions#> . 11 @prefix fn: <http://www.w3.org/2005/xpath-functions#> .
11 @prefix owl: <http://www.w3.org/2002/07/owl#> . 12 @prefix owl: <http://www.w3.org/2002/07/owl#> .
12 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 13 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
...@@ -17,7 +18,7 @@ ...@@ -17,7 +18,7 @@
17 @prefix spl: <http://spinrdf.org/spl#> . 18 @prefix spl: <http://spinrdf.org/spl#> .
18 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 19 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
19 20
20 -<http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#flow-fact> 21 +<http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#fact>
21 spin:rule 22 spin:rule
22 [ rdf:type sp:Construct ; 23 [ rdf:type sp:Construct ;
23 sp:templates ([ sp:object 24 sp:templates ([ sp:object
...@@ -28,13 +29,13 @@ ...@@ -28,13 +29,13 @@
28 [ sp:varName "flowuri"^^xsd:string 29 [ sp:varName "flowuri"^^xsd:string
29 ] 30 ]
30 ]) ; 31 ]) ;
31 - sp:where ([ sp:object <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#flow-fact> ; 32 + sp:where ([ sp:object <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#fact> ;
32 sp:predicate rdf:type ; 33 sp:predicate rdf:type ;
33 sp:subject spin:_this 34 sp:subject spin:_this
34 ] [ sp:object 35 ] [ sp:object
35 [ sp:varName "fieldname"^^xsd:string 36 [ sp:varName "fieldname"^^xsd:string
36 ] ; 37 ] ;
37 - sp:predicate <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#FieldNPDName> ; 38 + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#FieldNPDName> ;
38 sp:subject spin:_this 39 sp:subject spin:_this
39 ] [ sp:object 40 ] [ sp:object
40 [ sp:varName "fieldname"^^xsd:string 41 [ sp:varName "fieldname"^^xsd:string
...@@ -58,12 +59,12 @@ ...@@ -58,12 +59,12 @@
58 ] [ sp:object 59 ] [ sp:object
59 [ sp:varName "flowuid"^^xsd:string 60 [ sp:varName "flowuid"^^xsd:string
60 ] ; 61 ] ;
61 - sp:predicate <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#flowUID> ; 62 + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowUID> ;
62 sp:subject spin:_this 63 sp:subject spin:_this
63 ] [ sp:object 64 ] [ sp:object
64 [ sp:varName "kind"^^xsd:string 65 [ sp:varName "kind"^^xsd:string
65 ] ; 66 ] ;
66 - sp:predicate <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#flowKind> ; 67 + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowKind> ;
67 sp:subject spin:_this 68 sp:subject spin:_this
68 ] [ rdf:type sp:Bind ; 69 ] [ rdf:type sp:Bind ;
69 sp:expression 70 sp:expression
...@@ -118,13 +119,13 @@ ...@@ -118,13 +119,13 @@
118 [ sp:varName "flowuri"^^xsd:string 119 [ sp:varName "flowuri"^^xsd:string
119 ] 120 ]
120 ]) ; 121 ]) ;
121 - sp:where ([ sp:object <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#flow-fact> ; 122 + sp:where ([ sp:object <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#fact> ;
122 sp:predicate rdf:type ; 123 sp:predicate rdf:type ;
123 sp:subject spin:_this 124 sp:subject spin:_this
124 ] [ sp:object 125 ] [ sp:object
125 [ sp:varName "fieldname"^^xsd:string 126 [ sp:varName "fieldname"^^xsd:string
126 ] ; 127 ] ;
127 - sp:predicate <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#FieldNPDName> ; 128 + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#FieldNPDName> ;
128 sp:subject spin:_this 129 sp:subject spin:_this
129 ] [ sp:object 130 ] [ sp:object
130 [ sp:varName "fieldname"^^xsd:string 131 [ sp:varName "fieldname"^^xsd:string
...@@ -148,12 +149,12 @@ ...@@ -148,12 +149,12 @@
148 ] [ sp:object 149 ] [ sp:object
149 [ sp:varName "flowuid"^^xsd:string 150 [ sp:varName "flowuid"^^xsd:string
150 ] ; 151 ] ;
151 - sp:predicate <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#flowUID> ; 152 + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowUID> ;
152 sp:subject spin:_this 153 sp:subject spin:_this
153 ] [ sp:object 154 ] [ sp:object
154 [ sp:varName "qualifier"^^xsd:string 155 [ sp:varName "qualifier"^^xsd:string
155 ] ; 156 ] ;
156 - sp:predicate <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#flowQualifier> ; 157 + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowQualifier> ;
157 sp:subject spin:_this 158 sp:subject spin:_this
158 ] [ rdf:type sp:Bind ; 159 ] [ rdf:type sp:Bind ;
159 sp:expression 160 sp:expression
...@@ -205,6 +206,11 @@ ...@@ -205,6 +206,11 @@
205 sp:subject 206 sp:subject
206 [ sp:varName "flowuri"^^xsd:string 207 [ sp:varName "flowuri"^^xsd:string
207 ] 208 ]
209 + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> ;
210 + sp:predicate rdf:type ;
211 + sp:subject
212 + [ sp:varName "flowuri"^^xsd:string
213 + ]
208 ] [ sp:object 214 ] [ sp:object
209 [ sp:varName "npdfield"^^xsd:string 215 [ sp:varName "npdfield"^^xsd:string
210 ] ; 216 ] ;
...@@ -227,13 +233,13 @@ ...@@ -227,13 +233,13 @@
227 [ sp:varName "flowuri"^^xsd:string 233 [ sp:varName "flowuri"^^xsd:string
228 ] 234 ]
229 ]) ; 235 ]) ;
230 - sp:where ([ sp:object <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#flow-fact> ; 236 + sp:where ([ sp:object <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#fact> ;
231 sp:predicate rdf:type ; 237 sp:predicate rdf:type ;
232 sp:subject spin:_this 238 sp:subject spin:_this
233 ] [ sp:object 239 ] [ sp:object
234 [ sp:varName "kind"^^xsd:string 240 [ sp:varName "kind"^^xsd:string
235 ] ; 241 ] ;
236 - sp:predicate <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#flowKind> ; 242 + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowKind> ;
237 sp:subject spin:_this 243 sp:subject spin:_this
238 ] [ rdf:type sp:Filter ; 244 ] [ rdf:type sp:Filter ;
239 sp:expression 245 sp:expression
...@@ -245,7 +251,7 @@ ...@@ -245,7 +251,7 @@
245 ] [ sp:object 251 ] [ sp:object
246 [ sp:varName "fieldname"^^xsd:string 252 [ sp:varName "fieldname"^^xsd:string
247 ] ; 253 ] ;
248 - sp:predicate <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#FieldNPDName> ; 254 + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#FieldNPDName> ;
249 sp:subject spin:_this 255 sp:subject spin:_this
250 ] [ sp:object 256 ] [ sp:object
251 [ sp:varName "fieldname"^^xsd:string 257 [ sp:varName "fieldname"^^xsd:string
...@@ -269,12 +275,12 @@ ...@@ -269,12 +275,12 @@
269 ] [ sp:object 275 ] [ sp:object
270 [ sp:varName "flowuid"^^xsd:string 276 [ sp:varName "flowuid"^^xsd:string
271 ] ; 277 ] ;
272 - sp:predicate <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#flowUID> ; 278 + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowUID> ;
273 sp:subject spin:_this 279 sp:subject spin:_this
274 ] [ sp:object 280 ] [ sp:object
275 [ sp:varName "flowname"^^xsd:string 281 [ sp:varName "flowname"^^xsd:string
276 ] ; 282 ] ;
277 - sp:predicate <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#flowName> ; 283 + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowName> ;
278 sp:subject spin:_this 284 sp:subject spin:_this
279 ] [ rdf:type sp:Bind ; 285 ] [ rdf:type sp:Bind ;
280 sp:expression 286 sp:expression
...@@ -330,13 +336,13 @@ ...@@ -330,13 +336,13 @@
330 [ sp:varName "flowuri"^^xsd:string 336 [ sp:varName "flowuri"^^xsd:string
331 ] 337 ]
332 ]) ; 338 ]) ;
333 - sp:where ([ sp:object <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#flow-fact> ; 339 + sp:where ([ sp:object <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#fact> ;
334 sp:predicate rdf:type ; 340 sp:predicate rdf:type ;
335 sp:subject spin:_this 341 sp:subject spin:_this
336 ] [ sp:object 342 ] [ sp:object
337 [ sp:varName "kind"^^xsd:string 343 [ sp:varName "kind"^^xsd:string
338 ] ; 344 ] ;
339 - sp:predicate <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#flowKind> ; 345 + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowKind> ;
340 sp:subject spin:_this 346 sp:subject spin:_this
341 ] [ rdf:type sp:Filter ; 347 ] [ rdf:type sp:Filter ;
342 sp:expression 348 sp:expression
...@@ -348,7 +354,7 @@ ...@@ -348,7 +354,7 @@
348 ] [ sp:object 354 ] [ sp:object
349 [ sp:varName "fieldname"^^xsd:string 355 [ sp:varName "fieldname"^^xsd:string
350 ] ; 356 ] ;
351 - sp:predicate <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#FieldNPDName> ; 357 + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#FieldNPDName> ;
352 sp:subject spin:_this 358 sp:subject spin:_this
353 ] [ sp:object 359 ] [ sp:object
354 [ sp:varName "fieldname"^^xsd:string 360 [ sp:varName "fieldname"^^xsd:string
...@@ -372,12 +378,12 @@ ...@@ -372,12 +378,12 @@
372 ] [ sp:object 378 ] [ sp:object
373 [ sp:varName "flowuid"^^xsd:string 379 [ sp:varName "flowuid"^^xsd:string
374 ] ; 380 ] ;
375 - sp:predicate <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#flowUID> ; 381 + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowUID> ;
376 sp:subject spin:_this 382 sp:subject spin:_this
377 ] [ sp:object 383 ] [ sp:object
378 [ sp:varName "flowname"^^xsd:string 384 [ sp:varName "flowname"^^xsd:string
379 ] ; 385 ] ;
380 - sp:predicate <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#flowName> ; 386 + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowName> ;
381 sp:subject spin:_this 387 sp:subject spin:_this
382 ] [ rdf:type sp:Bind ; 388 ] [ rdf:type sp:Bind ;
383 sp:expression 389 sp:expression
...@@ -407,20 +413,20 @@ ...@@ -407,20 +413,20 @@
407 spin:rule 413 spin:rule
408 [ rdf:type sp:Construct ; 414 [ rdf:type sp:Construct ;
409 sp:templates ([ sp:object 415 sp:templates ([ sp:object
410 - [ sp:varName "InOuFacility"^^xsd:string 416 + [ sp:varName "inOutFacility"^^xsd:string
411 ] ; 417 ] ;
412 sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> ; 418 sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> ;
413 sp:subject 419 sp:subject
414 [ sp:varName "flowuri"^^xsd:string 420 [ sp:varName "flowuri"^^xsd:string
415 ] 421 ]
416 ]) ; 422 ]) ;
417 - sp:where ([ sp:object <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#flow-fact> ; 423 + sp:where ([ sp:object <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#fact> ;
418 sp:predicate rdf:type ; 424 sp:predicate rdf:type ;
419 sp:subject spin:_this 425 sp:subject spin:_this
420 ] [ sp:object 426 ] [ sp:object
421 [ sp:varName "fieldname"^^xsd:string 427 [ sp:varName "fieldname"^^xsd:string
422 ] ; 428 ] ;
423 - sp:predicate <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#FieldNPDName> ; 429 + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#FieldNPDName> ;
424 sp:subject spin:_this 430 sp:subject spin:_this
425 ] [ sp:object 431 ] [ sp:object
426 [ sp:varName "fieldname"^^xsd:string 432 [ sp:varName "fieldname"^^xsd:string
...@@ -444,23 +450,99 @@ ...@@ -444,23 +450,99 @@
444 ] [ sp:object 450 ] [ sp:object
445 [ sp:varName "flowuid"^^xsd:string 451 [ sp:varName "flowuid"^^xsd:string
446 ] ; 452 ] ;
447 - sp:predicate <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#flowUID> ; 453 + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowUID> ;
448 sp:subject spin:_this 454 sp:subject spin:_this
449 ] [ sp:object 455 ] [ sp:object
450 [ sp:varName "inOutName"^^xsd:string 456 [ sp:varName "inOutName"^^xsd:string
451 ] ; 457 ] ;
452 - sp:predicate <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#flowInOutFacilityName> ; 458 + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowInOutFacilityName> ;
459 + sp:subject spin:_this
460 + ] [ sp:object "NPD" ;
461 + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowInOutFacilityNameSystem> ;
453 sp:subject spin:_this 462 sp:subject spin:_this
454 ] [ rdf:type sp:Optional ; 463 ] [ rdf:type sp:Optional ;
455 - sp:elements ([ sp:object "NPD" ; 464 + sp:elements ([ sp:object "mpr:RF_field" ;
456 - sp:predicate <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#flowInOutFacilityNameSystem> ; 465 + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowInOutFacilityType> ;
457 sp:subject spin:_this 466 sp:subject spin:_this
467 + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#Field> ;
468 + sp:predicate rdf:type ;
469 + sp:subject
470 + [ sp:varName "inOutFacility"^^xsd:string
471 + ]
472 + ] [ sp:object
473 + [ sp:varName "inOutName"^^xsd:string
474 + ] ;
475 + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ;
476 + sp:subject
477 + [ sp:varName "inOutFacility"^^xsd:string
478 + ]
479 + ])
480 + ] [ rdf:type sp:Optional ;
481 + sp:elements ([ sp:object "mpr:RF_wellbore" ;
482 + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowInOutFacilityType> ;
483 + sp:subject spin:_this
484 + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
485 + sp:predicate rdf:type ;
486 + sp:subject
487 + [ sp:varName "inOutFacility"^^xsd:string
488 + ]
489 + ] [ sp:object
490 + [ sp:varName "inOutName"^^xsd:string
491 + ] ;
492 + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ;
493 + sp:subject
494 + [ sp:varName "inOutFacility"^^xsd:string
495 + ]
496 + ])
497 + ] [ rdf:type sp:Optional ;
498 + sp:elements ([ sp:object "mpr:RF_platform" ;
499 + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowInOutFacilityType> ;
500 + sp:subject spin:_this
501 + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurfaceFixedFacility> ;
502 + sp:predicate rdf:type ;
503 + sp:subject
504 + [ sp:varName "inOutFacility"^^xsd:string
505 + ]
506 + ] [ sp:object
507 + [ sp:varName "inOutName"^^xsd:string
508 + ] ;
509 + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ;
510 + sp:subject
511 + [ sp:varName "inOutFacility"^^xsd:string
512 + ]
513 + ])
514 + ] [ rdf:type sp:Optional ;
515 + sp:elements ([ sp:object "mpr:RF_terminal" ;
516 + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowInOutFacilityType> ;
517 + sp:subject spin:_this
518 + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurfaceFixedFacility> ;
519 + sp:predicate rdf:type ;
520 + sp:subject
521 + [ sp:varName "inOutFacility"^^xsd:string
522 + ]
523 + ] [ sp:object
524 + [ sp:varName "inOutName"^^xsd:string
525 + ] ;
526 + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ;
527 + sp:subject
528 + [ sp:varName "inOutFacility"^^xsd:string
529 + ]
530 + ])
531 + ] [ rdf:type sp:Optional ;
532 + sp:elements ([ sp:object "mpr:RF_template" ;
533 + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowInOutFacilityType> ;
534 + sp:subject spin:_this
535 + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SubSurfaceFixedFacility> ;
536 + sp:predicate rdf:type ;
537 + sp:subject
538 + [ sp:varName "inOutFacility"^^xsd:string
539 + ]
458 ] [ sp:object 540 ] [ sp:object
459 [ sp:varName "inOutName"^^xsd:string 541 [ sp:varName "inOutName"^^xsd:string
460 ] ; 542 ] ;
461 sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; 543 sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ;
462 sp:subject 544 sp:subject
463 - [ sp:varName "InOuFacility"^^xsd:string 545 + [ sp:varName "inOutFacility"^^xsd:string
464 ] 546 ]
465 ]) 547 ])
466 ] [ rdf:type sp:Bind ; 548 ] [ rdf:type sp:Bind ;
...@@ -489,7 +571,7 @@ ...@@ -489,7 +571,7 @@
489 ]) 571 ])
490 ] . 572 ] .
491 573
492 -<http://www.reportinghub.no/test/flow_facts/transform/facts-ss-to-ep-facts2> 574 +<http://www.reportinghub.no/test/flow_facts/transform/flow-facts-ss-to-ep-facts>
493 rdf:type owl:Ontology ; 575 rdf:type owl:Ontology ;
494 - owl:imports <file:///www.reportinghub.no/test/flow_facts/data/flow-fact-updated.tsv> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/erhfacts> , <http://www.reportinghub.no/np/data/npd> , <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2> ; 576 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/erhfacts> , <http://www.reportinghub.no/np/data/npd> , <http://www.reportinghub.no/test/flow_facts/data/flow-fact-collector> , <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema> ;
495 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 577 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
...@@ -9,12 +9,19 @@ ...@@ -9,12 +9,19 @@
9 @prefix visual: <http://topbraid.org/visual#> . 9 @prefix visual: <http://topbraid.org/visual#> .
10 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 10 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 11
12 +<http://www.reportinghub.no/ep/schema/facility#SubSurfaceFixedFacility>
13 + forms:keyProperties (rdfs:label rdfs:comment <http://www.reportinghub.no/np/schema/npd#name>) .
14 +
15 +<http://www.reportinghub.no/ep/schema/facility#SurfaceFixedFacility>
16 + forms:keyProperties (rdfs:label rdfs:comment <http://www.reportinghub.no/np/schema/npd#name>) .
17 +
18 +<http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#fact>
19 + forms:keyProperties (<http://www.reportinghub.no/np/schema/npd#name> <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowInOutFacilityType> <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowInOutFacilityName> <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowKind> <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowQualifier> <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowName> <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowUID> <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#FieldNPDName> <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowInOutFacilityNameSystem> <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#fieldNPDID>) .
20 +
12 [] rdf:type inference:Configuration ; 21 [] rdf:type inference:Configuration ;
13 composite:child 22 composite:child
14 [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; 23 [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
15 <http://spinrdf.org/spin#topSPINOptions> 24 <http://spinrdf.org/spin#topSPINOptions>
16 "singlePass" ; 25 "singlePass" ;
17 composite:index "0"^^xsd:int 26 composite:index "0"^^xsd:int
18 - ] ; 27 + ] .
19 - inference:completeMode
20 - "true"^^xsd:boolean .
......
1 +# baseURI: http://www.reportinghub.no/test/flow_facts/transform/mprxml-read
2 +# imports: http://www.epim.no/schemas/mprml/1
3 +
4 +@prefix mprxml-read: <http://www.reportinghub.no/test/flow_facts/transform/mprxml-read#> .
5 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
6 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
7 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
9 +
10 +<http://www.reportinghub.no/test/flow_facts/transform/mprxml-read>
11 + rdf:type owl:Ontology ;
12 + owl:imports <http://www.epim.no/schemas/mprml/1> ;
13 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
1 -SELECT ?FieldNPDName ?FieldNPDID ?FlowInOutFacilityName ?FlowInOutFacilityNameSystem ?FlowUID ?FlowName ?FlowKind ?FlowQualifier 1 +SELECT ?FieldNPDName ?FieldNPDID ?FlowInOutFacilityName ?FlowInOutFacilityType ?FlowInOutFacilityNameSystem ?FlowUID ?FlowName ?FlowKind ?FlowQualifier
2 WHERE { 2 WHERE {
3 ?obj_productvolume rdf:type mpr:Obj_productVolume . 3 ?obj_productvolume rdf:type mpr:Obj_productVolume .
4 ?obj_productvolume mpr:facilityRef ?cs_productvolumefacility . 4 ?obj_productvolume mpr:facilityRef ?cs_productvolumefacility .
...@@ -13,6 +13,7 @@ WHERE { ...@@ -13,6 +13,7 @@ WHERE {
13 ?cs_productvolumefacility mpr:nameRef ?cs_productvolumefacilityname. 13 ?cs_productvolumefacility mpr:nameRef ?cs_productvolumefacilityname.
14 ?cs_productvolumefacilityname mpr:namingSystem ?FlowInOutFacilityNameSystem . 14 ?cs_productvolumefacilityname mpr:namingSystem ?FlowInOutFacilityNameSystem .
15 ?cs_productvolumefacilityname dtype:value ?FlowInOutFacilityName . 15 ?cs_productvolumefacilityname dtype:value ?FlowInOutFacilityName .
16 + ?cs_productvolumefacilityname mpr:kindRef ?FlowInOutFacilityType .
16 17
17 ?cs_productvolumefacility mpr:flowRef ?cs_productvolumeflow . 18 ?cs_productvolumefacility mpr:flowRef ?cs_productvolumeflow .
18 ?cs_productvolumeflow rdf:type mpr:Cs_productVolumeFlow . 19 ?cs_productvolumeflow rdf:type mpr:Cs_productVolumeFlow .
......