David Price

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

Showing 25 changed files with 1897 additions and 2175 deletions
1 -# baseURI: http://www.reportinghub.no/ep/schema/1.0/flow 1 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/flow
2 -# imports: http://www.reportinghub.no/ep/schema/1.0/core 2 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/facility 3 +# imports: http://www.reportinghub.no/ep/schema/1.0/facility
4 -# imports: http://www.reportinghub.no/ep/schema/1.0/material 4 +# imports: http://www.reportinghub.no/ep/schema/1.0/material
5 -# imports: http://www.reportinghub.no/ep/schema/1.0/production-activity 5 +# imports: http://www.reportinghub.no/ep/schema/1.0/production-activity
6 - 6 +
7 -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . 7 +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
8 -@prefix ep-flow: <http://www.reportinghub.no/ep/schema/flow#> . 8 +@prefix ep-flow: <http://www.reportinghub.no/ep/schema/flow#> .
9 -@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> . 9 +@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> .
10 -@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . 10 +@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> .
11 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 11 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
12 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 12 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
13 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 13 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
14 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 14 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
15 - 15 +
16 -<http://www.reportinghub.no/ep/schema/1.0/flow> 16 +<http://www.reportinghub.no/ep/schema/1.0/flow>
17 - rdf:type owl:Ontology ; 17 + rdf:type owl:Ontology ;
18 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> ; 18 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> ;
19 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 19 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
20 - 20 +
21 -ep-core:PhysicalThingAtInstant 21 +ep-core:PhysicalThingAtInstant
22 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 22 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
23 - rdfs:label "physical thing at instant"^^xsd:string ; 23 + rdfs:label "physical thing at instant"^^xsd:string ;
24 - rdfs:subClassOf ep-core:PhysicalThing . 24 + rdfs:subClassOf ep-core:PhysicalThing .
25 - 25 +
26 -ep-core:PhysicalThingDuringGasYearToDate 26 +ep-core:PhysicalThingDuringGasYearToDate
27 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 27 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
28 - rdfs:label "physical thing during gas year to date"^^xsd:string ; 28 + rdfs:label "physical thing during gas year to date"^^xsd:string ;
29 - rdfs:subClassOf ep-core:PhysicalThing . 29 + rdfs:subClassOf ep-core:PhysicalThing .
30 - 30 +
31 -ep-core:PhysicalThingDuringMonthToDate 31 +ep-core:PhysicalThingDuringMonthToDate
32 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 32 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
33 - rdfs:label "physical thing during month to date"^^xsd:string ; 33 + rdfs:label "physical thing during month to date"^^xsd:string ;
34 - rdfs:subClassOf ep-core:PhysicalThing . 34 + rdfs:subClassOf ep-core:PhysicalThing .
35 - 35 +
36 -ep-core:PhysicalThingDuringOneDay 36 +ep-core:PhysicalThingDuringOneDay
37 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 37 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
38 - rdfs:label "physical thing during one day"^^xsd:string ; 38 + rdfs:label "physical thing during one day"^^xsd:string ;
39 - rdfs:subClassOf ep-core:PhysicalThing . 39 + rdfs:subClassOf ep-core:PhysicalThing .
40 - 40 +
41 -ep-core:PhysicalThingDuringOneGasDay 41 +ep-core:PhysicalThingDuringOneGasDay
42 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 42 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
43 - rdfs:label "physical thing during one gas day"^^xsd:string ; 43 + rdfs:label "physical thing during one gas day"^^xsd:string ;
44 - rdfs:subClassOf ep-core:PhysicalThing . 44 + rdfs:subClassOf ep-core:PhysicalThing .
45 - 45 +
46 -ep-core:PhysicalThingDuringOneGasMonth 46 +ep-core:PhysicalThingDuringOneGasMonth
47 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 47 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
48 - rdfs:label "physical thing during one gas month"^^xsd:string ; 48 + rdfs:label "physical thing during one gas month"^^xsd:string ;
49 - rdfs:subClassOf ep-core:PhysicalThing . 49 + rdfs:subClassOf ep-core:PhysicalThing .
50 - 50 +
51 -ep-core:PhysicalThingDuringOneGasYear 51 +ep-core:PhysicalThingDuringOneGasYear
52 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 52 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
53 - rdfs:label "physical thing during one gas year"^^xsd:string ; 53 + rdfs:label "physical thing during one gas year"^^xsd:string ;
54 - rdfs:subClassOf ep-core:PhysicalThing . 54 + rdfs:subClassOf ep-core:PhysicalThing .
55 - 55 +
56 -ep-core:PhysicalThingDuringOneMonth 56 +ep-core:PhysicalThingDuringOneMonth
57 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 57 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
58 - rdfs:label "physical thing during one month"^^xsd:string ; 58 + rdfs:label "physical thing during one month"^^xsd:string ;
59 - rdfs:subClassOf ep-core:PhysicalThing . 59 + rdfs:subClassOf ep-core:PhysicalThing .
60 - 60 +
61 -ep-core:PhysicalThingDuringOneWeek 61 +ep-core:PhysicalThingDuringOneWeek
62 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 62 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
63 - rdfs:label "physical thing during one week"^^xsd:string ; 63 + rdfs:label "physical thing during one week"^^xsd:string ;
64 - rdfs:subClassOf ep-core:PhysicalThing . 64 + rdfs:subClassOf ep-core:PhysicalThing .
65 - 65 +
66 -ep-core:PhysicalThingDuringOneYear 66 +ep-core:PhysicalThingDuringOneYear
67 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 67 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
68 - rdfs:label "physical thing during one year"^^xsd:string ; 68 + rdfs:label "physical thing during one year"^^xsd:string ;
69 - rdfs:subClassOf ep-core:PhysicalThing . 69 + rdfs:subClassOf ep-core:PhysicalThing .
70 - 70 +
71 -ep-core:PhysicalThingDuringYearToDate 71 +ep-core:PhysicalThingDuringYearToDate
72 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 72 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
73 - rdfs:label "physical thing during year to date"^^xsd:string ; 73 + rdfs:label "physical thing during year to date"^^xsd:string ;
74 - rdfs:subClassOf ep-core:PhysicalThing . 74 + rdfs:subClassOf ep-core:PhysicalThing .
75 - 75 +
76 -ep-flow:AllocatedFlow 76 +ep-flow:AllocatedFlow
77 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 77 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
78 - rdfs:comment "flow that is allocated back to a well as opposed to being measured at a well (source: MPR-XSD)"^^xsd:string ; 78 + rdfs:comment "flow that is allocated back to a well as opposed to being measured at a well (source: MPR-XSD)"^^xsd:string ;
79 - rdfs:label "allocated flow"^^xsd:string ; 79 + rdfs:label "allocated flow"^^xsd:string ;
80 - rdfs:subClassOf ep-flow:Flow . 80 + rdfs:subClassOf ep-flow:Flow .
81 - 81 +
82 -ep-flow:AllocatedInventory 82 +ep-flow:AllocatedInventory
83 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 83 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
84 - rdfs:comment "inventory that is allocated (source: MPR-XSD)"^^xsd:string ; 84 + rdfs:comment "inventory that is allocated (source: MPR-XSD)"^^xsd:string ;
85 - rdfs:label "allocated inventory"^^xsd:string ; 85 + rdfs:label "allocated inventory"^^xsd:string ;
86 - rdfs:subClassOf ep-flow:Inventory . 86 + rdfs:subClassOf ep-flow:Inventory .
87 - 87 +
88 -ep-flow:BudgetFlow 88 +ep-flow:BudgetFlow
89 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 89 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
90 - rdfs:comment "flow that is a performance requirement as determined by a budget (source: MPR-XSD)"^^xsd:string ; 90 + rdfs:comment "flow that is a performance requirement as determined by a budget (source: MPR-XSD)"^^xsd:string ;
91 - rdfs:label "budget flow"^^xsd:string ; 91 + rdfs:label "budget flow"^^xsd:string ;
92 - rdfs:subClassOf ep-flow:Flow . 92 + rdfs:subClassOf ep-flow:Flow .
93 - 93 +
94 -ep-flow:ClassOfMaterialWithMassCriterion 94 +ep-flow:ClassOfMaterialWithMassCriterion
95 - rdf:type rdfs:Class ; 95 + rdf:type rdfs:Class ;
96 - rdfs:comment "NOTE: This class is used for the average daily mass of material in a particular flow. In this case the criteria for being a member of the class is that it is material taken from a particular flow during a reporting period, and that the material has the average mass of a daily flow during the reporting period."^^xsd:string , "class that has amounts of material with a particular mass as members"^^xsd:string ; 96 + rdfs:comment "NOTE: This class is used for the average daily mass of material in a particular flow. In this case the criteria for being a member of the class is that it is material taken from a particular flow during a reporting period, and that the material has the average mass of a daily flow during the reporting period."^^xsd:string , "class that has amounts of material with a particular mass as members"^^xsd:string ;
97 - rdfs:label "class of material with mass criterion"^^xsd:string ; 97 + rdfs:label "class of material with mass criterion"^^xsd:string ;
98 - rdfs:subClassOf owl:Class . 98 + rdfs:subClassOf owl:Class .
99 - 99 +
100 -ep-flow:ConstraintFlow 100 +ep-flow:ConstraintFlow
101 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 101 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
102 - rdfs:comment "flow that is determined by an allowable or other performance limit. This includes allowables which are usually established by a regulatory agency for a product. (source: MPR-XSD)"^^xsd:string ; 102 + rdfs:comment "flow that is determined by an allowable or other performance limit. This includes allowables which are usually established by a regulatory agency for a product. (source: MPR-XSD)"^^xsd:string ;
103 - rdfs:label "constraint flow"^^xsd:string ; 103 + rdfs:label "constraint flow"^^xsd:string ;
104 - rdfs:subClassOf ep-flow:Flow . 104 + rdfs:subClassOf ep-flow:Flow .
105 - 105 +
106 -ep-flow:ConstraintFlow-fixed 106 +ep-flow:ConstraintFlow-fixed
107 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 107 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
108 - rdfs:comment "constraint flow that is the only permitted flow (source: MPR-XSD)"^^xsd:string ; 108 + rdfs:comment "constraint flow that is the only permitted flow (source: MPR-XSD)"^^xsd:string ;
109 - rdfs:label "constraint flow - fixed"^^xsd:string ; 109 + rdfs:label "constraint flow - fixed"^^xsd:string ;
110 - rdfs:subClassOf ep-flow:ConstraintFlow . 110 + rdfs:subClassOf ep-flow:ConstraintFlow .
111 - 111 +
112 -ep-flow:ConstraintFlow-maximum 112 +ep-flow:ConstraintFlow-maximum
113 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 113 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
114 - rdfs:comment "constraint flow that is the maximum permitted flow (source: MPR-XSD)"^^xsd:string ; 114 + rdfs:comment "constraint flow that is the maximum permitted flow (source: MPR-XSD)"^^xsd:string ;
115 - rdfs:label "constraint flow - maximum"^^xsd:string ; 115 + rdfs:label "constraint flow - maximum"^^xsd:string ;
116 - rdfs:subClassOf ep-flow:ConstraintFlow . 116 + rdfs:subClassOf ep-flow:ConstraintFlow .
117 - 117 +
118 -ep-flow:ConstraintFlow-minimum 118 +ep-flow:ConstraintFlow-minimum
119 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 119 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
120 - rdfs:comment "constraint flow that is the minimum permitted flow (source: MPR-XSD)"^^xsd:string ; 120 + rdfs:comment "constraint flow that is the minimum permitted flow (source: MPR-XSD)"^^xsd:string ;
121 - rdfs:label "constraint flow - minimum"^^xsd:string ; 121 + rdfs:label "constraint flow - minimum"^^xsd:string ;
122 - rdfs:subClassOf ep-flow:ConstraintFlow . 122 + rdfs:subClassOf ep-flow:ConstraintFlow .
123 - 123 +
124 -ep-flow:ConsumptionFlow 124 +ep-flow:ConsumptionFlow
125 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 125 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
126 - rdfs:comment "flow that is consumed by a facility (source: MPR-XSD)"^^xsd:string ; 126 + rdfs:comment "flow that is consumed by a facility (source: MPR-XSD)"^^xsd:string ;
127 - rdfs:label "consumption flow"^^xsd:string ; 127 + rdfs:label "consumption flow"^^xsd:string ;
128 - rdfs:subClassOf ep-flow:Flow . 128 + rdfs:subClassOf ep-flow:Flow .
129 - 129 +
130 -ep-flow:ConsumptionFlow-HPflare 130 +ep-flow:ConsumptionFlow-HPflare
131 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 131 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
132 - rdfs:comment "consumption flow - flare that is burned in a high pressure flare (source: MPR-XSD)"^^xsd:string ; 132 + rdfs:comment "consumption flow - flare that is burned in a high pressure flare (source: MPR-XSD)"^^xsd:string ;
133 - rdfs:label "consumption flow - HP flare"^^xsd:string ; 133 + rdfs:label "consumption flow - HP flare"^^xsd:string ;
134 - rdfs:subClassOf ep-flow:ConsumptionFlow-flare . 134 + rdfs:subClassOf ep-flow:ConsumptionFlow-flare .
135 - 135 +
136 -ep-flow:ConsumptionFlow-LPflare 136 +ep-flow:ConsumptionFlow-LPflare
137 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 137 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
138 - rdfs:comment "consumption flow - flare that is burned in a low pressure flare (source: MPR-XSD)"^^xsd:string ; 138 + rdfs:comment "consumption flow - flare that is burned in a low pressure flare (source: MPR-XSD)"^^xsd:string ;
139 - rdfs:label "consumption flow - LP flare"^^xsd:string ; 139 + rdfs:label "consumption flow - LP flare"^^xsd:string ;
140 - rdfs:subClassOf ep-flow:ConsumptionFlow-flare . 140 + rdfs:subClassOf ep-flow:ConsumptionFlow-flare .
141 - 141 +
142 -ep-flow:ConsumptionFlow-blackstart 142 +ep-flow:ConsumptionFlow-blackstart
143 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 143 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
144 - rdfs:comment "consumption flow that is to restart power facilities as a result of an overall power outage (source: MPR-XSD)"^^xsd:string ; 144 + rdfs:comment "consumption flow that is to restart power facilities as a result of an overall power outage (source: MPR-XSD)"^^xsd:string ;
145 - rdfs:label "consumption flow - blackstart"^^xsd:string ; 145 + rdfs:label "consumption flow - blackstart"^^xsd:string ;
146 - rdfs:subClassOf ep-flow:ConsumptionFlow . 146 + rdfs:subClassOf ep-flow:ConsumptionFlow .
147 - 147 +
148 -ep-flow:ConsumptionFlow-compressor 148 +ep-flow:ConsumptionFlow-compressor
149 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 149 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
150 - rdfs:comment "consumption flow that is by a compressor (source: MPR-XSD)"^^xsd:string ; 150 + rdfs:comment "consumption flow that is by a compressor (source: MPR-XSD)"^^xsd:string ;
151 - rdfs:label "consumption flow - compressor"^^xsd:string ; 151 + rdfs:label "consumption flow - compressor"^^xsd:string ;
152 - rdfs:subClassOf ep-flow:ConsumptionFlow . 152 + rdfs:subClassOf ep-flow:ConsumptionFlow .
153 - 153 +
154 -ep-flow:ConsumptionFlow-emitted 154 +ep-flow:ConsumptionFlow-emitted
155 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 155 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
156 - rdfs:comment "consumption flow that is released into the atmosphere as a by-product of consumption (source: MPR-XSD)"^^xsd:string ; 156 + rdfs:comment "consumption flow that is released into the atmosphere as a by-product of consumption (source: MPR-XSD)"^^xsd:string ;
157 - rdfs:label "consumption flow - emitted"^^xsd:string ; 157 + rdfs:label "consumption flow - emitted"^^xsd:string ;
158 - rdfs:subClassOf ep-flow:ConsumptionFlow . 158 + rdfs:subClassOf ep-flow:ConsumptionFlow .
159 - 159 +
160 -ep-flow:ConsumptionFlow-flare 160 +ep-flow:ConsumptionFlow-flare
161 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 161 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
162 - rdfs:comment "consumption flow that is burned in a flare. A fluid stream that has one or more flares as the ultimate target. (source: MPR-XSD)"^^xsd:string ; 162 + rdfs:comment "consumption flow that is burned in a flare. A fluid stream that has one or more flares as the ultimate target. (source: MPR-XSD)"^^xsd:string ;
163 - rdfs:label "consumption flow - flare"^^xsd:string ; 163 + rdfs:label "consumption flow - flare"^^xsd:string ;
164 - rdfs:subClassOf ep-flow:ConsumptionFlow . 164 + rdfs:subClassOf ep-flow:ConsumptionFlow .
165 - 165 +
166 -ep-flow:ConsumptionFlow-fuel 166 +ep-flow:ConsumptionFlow-fuel
167 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 167 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
168 - rdfs:comment "consumption flow that is by processing equipment (source: MPR-XSD)"^^xsd:string ; 168 + rdfs:comment "consumption flow that is by processing equipment (source: MPR-XSD)"^^xsd:string ;
169 - rdfs:label "consumption flow - fuel"^^xsd:string ; 169 + rdfs:label "consumption flow - fuel"^^xsd:string ;
170 - rdfs:subClassOf ep-flow:ConsumptionFlow . 170 + rdfs:subClassOf ep-flow:ConsumptionFlow .
171 - 171 +
172 -ep-flow:ConsumptionFlow-noncompressor 172 +ep-flow:ConsumptionFlow-noncompressor
173 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 173 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
174 - rdfs:comment "consumption flow that is by a device other than a compressor (source: MPR-XSD)"^^xsd:string ; 174 + rdfs:comment "consumption flow that is by a device other than a compressor (source: MPR-XSD)"^^xsd:string ;
175 - rdfs:label "consumption flow - non-compressor"^^xsd:string ; 175 + rdfs:label "consumption flow - non-compressor"^^xsd:string ;
176 - rdfs:subClassOf ep-flow:ConsumptionFlow . 176 + rdfs:subClassOf ep-flow:ConsumptionFlow .
177 - 177 +
178 -ep-flow:ConsumptionFlow-venting 178 +ep-flow:ConsumptionFlow-venting
179 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 179 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
180 - rdfs:comment "consumption flow that is released into the atmosphere (source: MPR-XSD)"^^xsd:string ; 180 + rdfs:comment "consumption flow that is released into the atmosphere (source: MPR-XSD)"^^xsd:string ;
181 - rdfs:label "consumption flow - venting"^^xsd:string ; 181 + rdfs:label "consumption flow - venting"^^xsd:string ;
182 - rdfs:subClassOf ep-flow:ConsumptionFlow . 182 + rdfs:subClassOf ep-flow:ConsumptionFlow .
183 - 183 +
184 -ep-flow:CurrentInWater 184 +ep-flow:CurrentInWater
185 - rdf:type owl:Class ; 185 + rdf:type owl:Class ;
186 - rdfs:comment "flow that is the natural movement of water"^^xsd:string ; 186 + rdfs:comment "flow that is the natural movement of water"^^xsd:string ;
187 - rdfs:label "current"^^xsd:string ; 187 + rdfs:label "current"^^xsd:string ;
188 - rdfs:subClassOf ep-flow:Flow . 188 + rdfs:subClassOf ep-flow:Flow .
189 - 189 +
190 -ep-flow:DailyProductionFlow 190 +ep-flow:DailyProductionFlow
191 - rdf:type owl:Class ; 191 + rdf:type owl:Class ;
192 - rdfs:comment "production flow that exists during a day"^^xsd:string ; 192 + rdfs:comment "production flow that exists during a day"^^xsd:string ;
193 - rdfs:label "daily production flow"^^xsd:string ; 193 + rdfs:label "daily production flow"^^xsd:string ;
194 - rdfs:subClassOf ep-flow:ProductionFlow . 194 + rdfs:subClassOf ep-flow:ProductionFlow .
195 - 195 +
196 -ep-flow:DerivedFlow 196 +ep-flow:DerivedFlow
197 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 197 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
198 - rdfs:comment "flow that is derived directly from one or more other flows (source: MPR-XSD)"^^xsd:string ; 198 + rdfs:comment "flow that is derived directly from one or more other flows (source: MPR-XSD)"^^xsd:string ;
199 - rdfs:label "derived flow"^^xsd:string ; 199 + rdfs:label "derived flow"^^xsd:string ;
200 - rdfs:subClassOf ep-flow:Flow . 200 + rdfs:subClassOf ep-flow:Flow .
201 - 201 +
202 -ep-flow:DerivedFlow-difference 202 +ep-flow:DerivedFlow-difference
203 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 203 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
204 - rdfs:comment "derived flow that is the difference between two other flows (source: MPR-XSD)"^^xsd:string ; 204 + rdfs:comment "derived flow that is the difference between two other flows (source: MPR-XSD)"^^xsd:string ;
205 - rdfs:label "derived flow - difference"^^xsd:string ; 205 + rdfs:label "derived flow - difference"^^xsd:string ;
206 - rdfs:subClassOf ep-flow:DerivedFlow . 206 + rdfs:subClassOf ep-flow:DerivedFlow .
207 - 207 +
208 -ep-flow:DifferenceFlow 208 +ep-flow:DifferenceFlow
209 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 209 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
210 - rdfs:comment "flow that is the difference between two flows, e.g. a target flow and a metered flow (source: MPR-XSD)"^^xsd:string ; 210 + rdfs:comment "flow that is the difference between two flows, e.g. a target flow and a metered flow (source: MPR-XSD)"^^xsd:string ;
211 - rdfs:label "difference flow"^^xsd:string ; 211 + rdfs:label "difference flow"^^xsd:string ;
212 - rdfs:subClassOf ep-flow:Flow . 212 + rdfs:subClassOf ep-flow:Flow .
213 - 213 +
214 -ep-flow:ElectricPowerFlow 214 +ep-flow:ElectricPowerFlow
215 - rdf:type owl:Class ; 215 + rdf:type owl:Class ;
216 - rdfs:comment "flow that is of electric power along a circuit"^^xsd:string ; 216 + rdfs:comment "flow that is of electric power along a circuit"^^xsd:string ;
217 - rdfs:label "flow of electricity"^^xsd:string ; 217 + rdfs:label "flow of electricity"^^xsd:string ;
218 - rdfs:subClassOf ep-flow:Flow . 218 + rdfs:subClassOf ep-flow:Flow .
219 - 219 +
220 -ep-flow:EstimatedFlow 220 +ep-flow:EstimatedFlow
221 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 221 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
222 - rdfs:comment "flow that is estimated or calculated, possibly based on comparable product flow units, but not based on reservoir simulations for the particular product flow unit (source: MPR-XSD)"^^xsd:string ; 222 + rdfs:comment "flow that is estimated or calculated, possibly based on comparable product flow units, but not based on reservoir simulations for the particular product flow unit (source: MPR-XSD)"^^xsd:string ;
223 - rdfs:label "estimated flow"^^xsd:string ; 223 + rdfs:label "estimated flow"^^xsd:string ;
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 .
231 - 231 +
232 -ep-flow:ExportFlow-nominated 232 +ep-flow:ExportFlow-nominated
233 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 233 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
234 - rdfs:comment "export flow that is planned (source: MPR-XSD)"^^xsd:string ; 234 + rdfs:comment "export flow that is planned (source: MPR-XSD)"^^xsd:string ;
235 - rdfs:label "export flow nominated"^^xsd:string ; 235 + rdfs:label "export flow nominated"^^xsd:string ;
236 - rdfs:subClassOf ep-flow:ExportFlow . 236 + rdfs:subClassOf ep-flow:ExportFlow .
237 - 237 +
238 -ep-flow:ExportFlow-requested 238 +ep-flow:ExportFlow-requested
239 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 239 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
240 - rdfs:comment "export flow that is requested (source: MPR-XSD)"^^xsd:string ; 240 + rdfs:comment "export flow that is requested (source: MPR-XSD)"^^xsd:string ;
241 - rdfs:label "export flow requested"^^xsd:string ; 241 + rdfs:label "export flow requested"^^xsd:string ;
242 - rdfs:subClassOf ep-flow:ExportFlow . 242 + rdfs:subClassOf ep-flow:ExportFlow .
243 - 243 +
244 -ep-flow:ExportFlow-shortfall 244 +ep-flow:ExportFlow-shortfall
245 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 245 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
246 - rdfs:comment "export flow that is the difference between what was requested and what was delivered (source: MPR-XSD)"^^xsd:string ; 246 + rdfs:comment "export flow that is the difference between what was requested and what was delivered (source: MPR-XSD)"^^xsd:string ;
247 - rdfs:label "export flow shortfall"^^xsd:string ; 247 + rdfs:label "export flow shortfall"^^xsd:string ;
248 - rdfs:subClassOf ep-flow:ExportFlow . 248 + rdfs:subClassOf ep-flow:ExportFlow .
249 - 249 +
250 -ep-flow:Flow 250 +ep-flow:Flow
251 - rdf:type owl:Class ; 251 + rdf:type owl:Class ;
252 - rdfs:comment "physical thing that is the movement of matter or energy along a path"^^xsd:string ; 252 + rdfs:comment "physical thing that is the movement of matter or energy along a path"^^xsd:string ;
253 - rdfs:label "flow"^^xsd:string ; 253 + rdfs:label "flow"^^xsd:string ;
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 .
303 - 303 +
304 -ep-flow:FlowInAStandardState 304 +ep-flow:FlowInAStandardState
305 - rdf:type owl:Class ; 305 + rdf:type owl:Class ;
306 - rdfs:comment "flow that is in a standard pressure and temperature state"^^xsd:string ; 306 + rdfs:comment "flow that is in a standard pressure and temperature state"^^xsd:string ;
307 - rdfs:label "flow in a standard state"^^xsd:string ; 307 + rdfs:label "flow in a standard state"^^xsd:string ;
308 - rdfs:subClassOf ep-flow:Flow . 308 + rdfs:subClassOf ep-flow:Flow .
309 - 309 +
310 -ep-flow:FlowOfLiquid 310 +ep-flow:FlowOfLiquid
311 - rdf:type owl:Class ; 311 + rdf:type owl:Class ;
312 - rdfs:comment "flow that is of liquid"^^xsd:string ; 312 + rdfs:comment "flow that is of liquid"^^xsd:string ;
313 - rdfs:label "flow of liquid"^^xsd:string ; 313 + rdfs:label "flow of liquid"^^xsd:string ;
314 - rdfs:subClassOf ep-flow:Flow . 314 + rdfs:subClassOf ep-flow:Flow .
315 - 315 +
316 -ep-flow:FlowToSale 316 +ep-flow:FlowToSale
317 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 317 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
318 - rdfs:comment "flow that is sold and transported to a buyer by pipeline (source: MPR-XSD)"^^xsd:string ; 318 + rdfs:comment "flow that is sold and transported to a buyer by pipeline (source: MPR-XSD)"^^xsd:string ;
319 - rdfs:label "flow to sale"^^xsd:string ; 319 + rdfs:label "flow to sale"^^xsd:string ;
320 - rdfs:subClassOf ep-flow:Flow . 320 + rdfs:subClassOf ep-flow:Flow .
321 - 321 +
322 -ep-flow:FlowToStorage 322 +ep-flow:FlowToStorage
323 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 323 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
324 - rdfs:comment "flow that is directed to one or more storage locations (source: MPR-XSD)"^^xsd:string ; 324 + rdfs:comment "flow that is directed to one or more storage locations (source: MPR-XSD)"^^xsd:string ;
325 - rdfs:label "flow to storage"^^xsd:string ; 325 + rdfs:label "flow to storage"^^xsd:string ;
326 - rdfs:subClassOf ep-flow:Flow . 326 + rdfs:subClassOf ep-flow:Flow .
327 - 327 +
328 -ep-flow:ForecastFlow 328 +ep-flow:ForecastFlow
329 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 329 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
330 - rdfs:comment "flow that is a forecast (source: MPR-XSD)"^^xsd:string ; 330 + rdfs:comment "flow that is a forecast (source: MPR-XSD)"^^xsd:string ;
331 - rdfs:label "forecast flow"^^xsd:string ; 331 + rdfs:label "forecast flow"^^xsd:string ;
332 - rdfs:subClassOf ep-flow:Flow . 332 + rdfs:subClassOf ep-flow:Flow .
333 - 333 +
334 -ep-flow:ForecastFlow-declineCurve 334 +ep-flow:ForecastFlow-declineCurve
335 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 335 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
336 - rdfs:comment "forecast flow that is calculated using a pseudo decline-curve of flow rate over time. This presumes that the flow will not be interrupted over the time period. (source: MPR-XSD)"^^xsd:string ; 336 + rdfs:comment "forecast flow that is calculated using a pseudo decline-curve of flow rate over time. This presumes that the flow will not be interrupted over the time period. (source: MPR-XSD)"^^xsd:string ;
337 - rdfs:label "forecast flow - decline curve"^^xsd:string ; 337 + rdfs:label "forecast flow - decline curve"^^xsd:string ;
338 - rdfs:subClassOf ep-flow:ForecastFlow . 338 + rdfs:subClassOf ep-flow:ForecastFlow .
339 - 339 +
340 -ep-flow:ForecastFlow-standard 340 +ep-flow:ForecastFlow-standard
341 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 341 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
342 - rdfs:comment "forecast flow that is a standard forecast as opposed to calculated using a decline curve (source: MPR-XSD)"^^xsd:string ; 342 + rdfs:comment "forecast flow that is a standard forecast as opposed to calculated using a decline curve (source: MPR-XSD)"^^xsd:string ;
343 - rdfs:label "forecast flow - standard"^^xsd:string ; 343 + rdfs:label "forecast flow - standard"^^xsd:string ;
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 .
351 - 351 +
352 -ep-flow:GrossProductFlow 352 +ep-flow:GrossProductFlow
353 - rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; 353 + rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ;
354 - rdfs:comment "probably a mistake - should be rolled up as condensate-gross or oil-gross"^^xsd:string ; 354 + rdfs:comment "probably a mistake - should be rolled up as condensate-gross or oil-gross"^^xsd:string ;
355 - rdfs:label "gross product flow"^^xsd:string ; 355 + rdfs:label "gross product flow"^^xsd:string ;
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 .
369 - 369 +
370 -ep-flow:InjectionFlow 370 +ep-flow:InjectionFlow
371 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 371 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
372 - rdfs:comment "flow that is injected into a well (source: MPR-XSD)"^^xsd:string ; 372 + rdfs:comment "flow that is injected into a well (source: MPR-XSD)"^^xsd:string ;
373 - rdfs:label "injection flow"^^xsd:string ; 373 + rdfs:label "injection flow"^^xsd:string ;
374 - rdfs:subClassOf ep-flow:Flow . 374 + rdfs:subClassOf ep-flow:Flow .
375 - 375 +
376 -ep-flow:Inventory 376 +ep-flow:Inventory
377 - rdf:type owl:Class ; 377 + rdf:type owl:Class ;
378 - rdfs:comment "physical object that is a managed store of material"^^xsd:string ; 378 + rdfs:comment "physical object that is a managed store of material"^^xsd:string ;
379 - rdfs:label "inventory"^^xsd:string ; 379 + rdfs:label "inventory"^^xsd:string ;
380 - rdfs:subClassOf ep-core:PhysicalObject . 380 + rdfs:subClassOf ep-core:PhysicalObject .
381 - 381 +
382 -ep-flow:MassAdjustedFlow 382 +ep-flow:MassAdjustedFlow
383 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 383 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
384 - rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; 384 + rdfs:comment "flow that <not documented in XSD>"^^xsd:string ;
385 - rdfs:label "mass adjusted flow"^^xsd:string ; 385 + rdfs:label "mass adjusted flow"^^xsd:string ;
386 - rdfs:subClassOf ep-flow:Flow . 386 + rdfs:subClassOf ep-flow:Flow .
387 - 387 +
388 -ep-flow:MeasuredFlow 388 +ep-flow:MeasuredFlow
389 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 389 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
390 - rdfs:comment "flow that is actually measured at the port (source: MPR-XSD)"^^xsd:string ; 390 + rdfs:comment "flow that is actually measured at the port (source: MPR-XSD)"^^xsd:string ;
391 - rdfs:label "measured flow"^^xsd:string ; 391 + rdfs:label "measured flow"^^xsd:string ;
392 - rdfs:subClassOf ep-flow:Flow . 392 + rdfs:subClassOf ep-flow:Flow .
393 - 393 +
394 -ep-flow:MeasuredFlow-fiscal 394 +ep-flow:MeasuredFlow-fiscal
395 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 395 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
396 - rdfs:comment "measured flow that was measured for fiscal purposes"^^xsd:string ; 396 + rdfs:comment "measured flow that was measured for fiscal purposes"^^xsd:string ;
397 - rdfs:label "measured flow - fiscal"^^xsd:string ; 397 + rdfs:label "measured flow - fiscal"^^xsd:string ;
398 - rdfs:subClassOf ep-flow:MeasuredFlow . 398 + rdfs:subClassOf ep-flow:MeasuredFlow .
399 - 399 +
400 -ep-flow:MeasuredFlow-raw 400 +ep-flow:MeasuredFlow-raw
401 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 401 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
402 - rdfs:comment "measured flow that is a raw measurement (source: MPR-XSD)"^^xsd:string ; 402 + rdfs:comment "measured flow that is a raw measurement (source: MPR-XSD)"^^xsd:string ;
403 - rdfs:label "measured flow - raw"^^xsd:string ; 403 + rdfs:label "measured flow - raw"^^xsd:string ;
404 - rdfs:subClassOf ep-flow:MeasuredFlow . 404 + rdfs:subClassOf ep-flow:MeasuredFlow .
405 - 405 +
406 -ep-flow:MeasuredFlow-recalibrated 406 +ep-flow:MeasuredFlow-recalibrated
407 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 407 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
408 - rdfs:comment "measured flow that has been changed because of a recalibration of a sensor (source: MPR-XSD)"^^xsd:string ; 408 + rdfs:comment "measured flow that has been changed because of a recalibration of a sensor (source: MPR-XSD)"^^xsd:string ;
409 - rdfs:label "measured flow - recalibrated"^^xsd:string ; 409 + rdfs:label "measured flow - recalibrated"^^xsd:string ;
410 - rdfs:subClassOf ep-flow:MeasuredFlow . 410 + rdfs:subClassOf ep-flow:MeasuredFlow .
411 - 411 +
412 -ep-flow:MeasuredInventory 412 +ep-flow:MeasuredInventory
413 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 413 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
414 - rdfs:comment "inventory that is of actually measured product volumes (source: MPR-XSD)"^^xsd:string ; 414 + rdfs:comment "inventory that is of actually measured product volumes (source: MPR-XSD)"^^xsd:string ;
415 - rdfs:label "measured inventory"^^xsd:string ; 415 + rdfs:label "measured inventory"^^xsd:string ;
416 - rdfs:subClassOf ep-flow:Inventory . 416 + rdfs:subClassOf ep-flow:Inventory .
417 - 417 +
418 -ep-flow:MeteredFlowFiscal 418 +ep-flow:MeteredFlowFiscal
419 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 419 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
420 - rdfs:comment "flow that is generated by measurement and calculation and has an impact on company revenue and government taxation"^^xsd:string ; 420 + rdfs:comment "flow that is generated by measurement and calculation and has an impact on company revenue and government taxation"^^xsd:string ;
421 - rdfs:label "metered flow fiscal"^^xsd:string ; 421 + rdfs:label "metered flow fiscal"^^xsd:string ;
422 - rdfs:subClassOf ep-flow:Flow . 422 + rdfs:subClassOf ep-flow:Flow .
423 - 423 +
424 -ep-flow:NetProductFlow 424 +ep-flow:NetProductFlow
425 - rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; 425 + rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ;
426 - rdfs:comment "probably a mistake - should be rolled up as condensate-net"^^xsd:string ; 426 + rdfs:comment "probably a mistake - should be rolled up as condensate-net"^^xsd:string ;
427 - rdfs:label "net product flow"^^xsd:string ; 427 + rdfs:label "net product flow"^^xsd:string ;
428 - rdfs:subClassOf ep-flow:ProductFlow . 428 + rdfs:subClassOf ep-flow:ProductFlow .
429 - 429 +
430 -ep-flow:NominatedFlow 430 +ep-flow:NominatedFlow
431 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 431 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
432 - rdfs:comment "flow that is a promise to a buyer. Normally a 1 day forcast. (source: MPR-XSD)"^^xsd:string ; 432 + rdfs:comment "flow that is a promise to a buyer. Normally a 1 day forcast. (source: MPR-XSD)"^^xsd:string ;
433 - rdfs:label "nominated flow"^^xsd:string ; 433 + rdfs:label "nominated flow"^^xsd:string ;
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 .
441 - 441 +
442 -ep-flow:PotentialFlow 442 +ep-flow:PotentialFlow
443 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 443 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
444 - rdfs:comment "flow that is the estimated maximum possible (source: MPR-XSD)"^^xsd:string ; 444 + rdfs:comment "flow that is the estimated maximum possible (source: MPR-XSD)"^^xsd:string ;
445 - rdfs:label "potential flow"^^xsd:string ; 445 + rdfs:label "potential flow"^^xsd:string ;
446 - rdfs:subClassOf ep-flow:Flow . 446 + rdfs:subClassOf ep-flow:Flow .
447 - 447 +
448 -ep-flow:Precipitation 448 +ep-flow:Precipitation
449 - rdf:type owl:Class ; 449 + rdf:type owl:Class ;
450 - rdfs:comment "flow that is of rain, hail or snow from the atmoshere to the earths surface"^^xsd:string ; 450 + rdfs:comment "flow that is of rain, hail or snow from the atmoshere to the earths surface"^^xsd:string ;
451 - rdfs:label "precipitation"^^xsd:string ; 451 + rdfs:label "precipitation"^^xsd:string ;
452 - rdfs:subClassOf ep-flow:Flow . 452 + rdfs:subClassOf ep-flow:Flow .
453 - 453 +
454 -ep-flow:PrecipitationType 454 +ep-flow:PrecipitationType
455 - rdf:type rdfs:Class ; 455 + rdf:type rdfs:Class ;
456 - rdfs:comment "class that consists of subclasses of precipitation"^^xsd:string ; 456 + rdfs:comment "class that consists of subclasses of precipitation"^^xsd:string ;
457 - rdfs:label "precipitation type"^^xsd:string ; 457 + rdfs:label "precipitation type"^^xsd:string ;
458 - rdfs:subClassOf owl:Class . 458 + rdfs:subClassOf owl:Class .
459 - 459 +
460 -ep-flow:ProcessedFlow 460 +ep-flow:ProcessedFlow
461 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 461 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
462 - rdfs:comment "flow that has been processed. This is different from derived flow because it is fundamentally a variation of the original flow. (source: MPR-XSD)"^^xsd:string ; 462 + rdfs:comment "flow that has been processed. This is different from derived flow because it is fundamentally a variation of the original flow. (source: MPR-XSD)"^^xsd:string ;
463 - rdfs:label "processed flow"^^xsd:string ; 463 + rdfs:label "processed flow"^^xsd:string ;
464 - rdfs:subClassOf ep-flow:Flow . 464 + rdfs:subClassOf ep-flow:Flow .
465 - 465 +
466 -ep-flow:ProductFlow 466 +ep-flow:ProductFlow
467 - rdf:type owl:Class ; 467 + rdf:type owl:Class ;
468 - rdfs:comment "flow that is of product"^^xsd:string ; 468 + rdfs:comment "flow that is of product"^^xsd:string ;
469 - rdfs:label "product flow"^^xsd:string ; 469 + rdfs:label "product flow"^^xsd:string ;
470 - rdfs:subClassOf ep-flow:Flow . 470 + rdfs:subClassOf ep-flow:Flow .
471 - 471 +
472 -ep-flow:ProductFlowGrossOrNetType 472 +ep-flow:ProductFlowGrossOrNetType
473 - rdf:type rdfs:Class ; 473 + rdf:type rdfs:Class ;
474 - rdfs:comment "probably a mistake - should be rolled up as condensate-gross or oil-gross"^^xsd:string ; 474 + rdfs:comment "probably a mistake - should be rolled up as condensate-gross or oil-gross"^^xsd:string ;
475 - rdfs:label "product flow gross or net type"^^xsd:string ; 475 + rdfs:label "product flow gross or net type"^^xsd:string ;
476 - rdfs:subClassOf owl:Class . 476 + rdfs:subClassOf owl:Class .
477 - 477 +
478 -ep-flow:ProductFlowToDate 478 +ep-flow:ProductFlowToDate
479 - rdf:type owl:Class ; 479 + rdf:type owl:Class ;
480 - rdfs:comment "product flow that is the whole life of a flow of material up to a point in time"^^xsd:string ; 480 + rdfs:comment "product flow that is the whole life of a flow of material up to a point in time"^^xsd:string ;
481 - rdfs:label "product flow to date"^^xsd:string ; 481 + rdfs:label "product flow to date"^^xsd:string ;
482 - rdfs:subClassOf ep-flow:ProductFlow . 482 + rdfs:subClassOf ep-flow:ProductFlow .
483 - 483 +
484 -ep-flow:ProductInventory 484 +ep-flow:ProductInventory
485 - rdf:type owl:Class ; 485 + rdf:type owl:Class ;
486 - rdfs:comment "inventory that is a store of product"^^xsd:string ; 486 + rdfs:comment "inventory that is a store of product"^^xsd:string ;
487 - rdfs:label "product inventory"^^xsd:string ; 487 + rdfs:label "product inventory"^^xsd:string ;
488 - rdfs:subClassOf ep-flow:Inventory . 488 + rdfs:subClassOf ep-flow:Inventory .
489 - 489 +
490 -ep-flow:ProductInventoryAdjustedClosingBalance 490 +ep-flow:ProductInventoryAdjustedClosingBalance
491 - rdf:type ep-flow:ProductInventoryType , owl:Class ; 491 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
492 - rdfs:comment "product inventory that <not documented in XSD>"^^xsd:string ; 492 + rdfs:comment "product inventory that <not documented in XSD>"^^xsd:string ;
493 - rdfs:label "product inventory adjusted closing balance"^^xsd:string ; 493 + rdfs:label "product inventory adjusted closing balance"^^xsd:string ;
494 - rdfs:subClassOf ep-flow:ProductInventory . 494 + rdfs:subClassOf ep-flow:ProductInventory .
495 - 495 +
496 -ep-flow:ProductInventoryClosingBalance 496 +ep-flow:ProductInventoryClosingBalance
497 - rdf:type ep-flow:ProductInventoryType , owl:Class ; 497 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
498 - rdfs:comment "product inventory that is at the end of a time period (source: MPR-XSD)"^^xsd:string ; 498 + rdfs:comment "product inventory that is at the end of a time period (source: MPR-XSD)"^^xsd:string ;
499 - rdfs:label "product inventory closing balance"^^xsd:string ; 499 + rdfs:label "product inventory closing balance"^^xsd:string ;
500 - rdfs:subClassOf ep-flow:ProductInventory . 500 + rdfs:subClassOf ep-flow:ProductInventory .
501 - 501 +
502 -ep-flow:ProductInventoryClosingStorageBalance 502 +ep-flow:ProductInventoryClosingStorageBalance
503 - rdf:type ep-flow:ProductInventoryType , owl:Class ; 503 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
504 - rdfs:comment "product inventory closing balance that has been adjusted"^^xsd:string ; 504 + rdfs:comment "product inventory closing balance that has been adjusted"^^xsd:string ;
505 - rdfs:label "product inventory closing storage balance"^^xsd:string ; 505 + rdfs:label "product inventory closing storage balance"^^xsd:string ;
506 - rdfs:subClassOf ep-flow:ProductInventory . 506 + rdfs:subClassOf ep-flow:ProductInventory .
507 - 507 +
508 -ep-flow:ProductInventoryOpFlex 508 +ep-flow:ProductInventoryOpFlex
509 - rdf:type ep-flow:ProductInventoryType , owl:Class ; 509 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
510 - rdfs:comment "product inventory that is the unused and availiable quantity of gas within a gas transportation system and/or at one or many gas producing fields that is accessible by the operator responsible for gas transportation for the purposes of alleviating field curtailment (source: MPR-XSD)"^^xsd:string ; 510 + rdfs:comment "product inventory that is the unused and availiable quantity of gas within a gas transportation system and/or at one or many gas producing fields that is accessible by the operator responsible for gas transportation for the purposes of alleviating field curtailment (source: MPR-XSD)"^^xsd:string ;
511 - rdfs:label "product inventory opFlex"^^xsd:string ; 511 + rdfs:label "product inventory opFlex"^^xsd:string ;
512 - rdfs:subClassOf ep-flow:ProductInventory . 512 + rdfs:subClassOf ep-flow:ProductInventory .
513 - 513 +
514 -ep-flow:ProductInventoryOpeningBalance 514 +ep-flow:ProductInventoryOpeningBalance
515 - rdf:type ep-flow:ProductInventoryType , owl:Class ; 515 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
516 - rdfs:comment "product inventory that is at the beginning of a time period (source: MPR-XSD)"^^xsd:string ; 516 + rdfs:comment "product inventory that is at the beginning of a time period (source: MPR-XSD)"^^xsd:string ;
517 - rdfs:label "product inventory opening balance"^^xsd:string ; 517 + rdfs:label "product inventory opening balance"^^xsd:string ;
518 - rdfs:subClassOf ep-flow:ProductInventory . 518 + rdfs:subClassOf ep-flow:ProductInventory .
519 - 519 +
520 -ep-flow:ProductInventoryType 520 +ep-flow:ProductInventoryType
521 - rdf:type rdfs:Class ; 521 + rdf:type rdfs:Class ;
522 - rdfs:comment "class that consists of subclasses of inventory defined by the SalesFlowPart enumeration in the MPR_XSD"^^xsd:string ; 522 + rdfs:comment "class that consists of subclasses of inventory defined by the SalesFlowPart enumeration in the MPR_XSD"^^xsd:string ;
523 - rdfs:label "product inventory type"^^xsd:string ; 523 + rdfs:label "product inventory type"^^xsd:string ;
524 - rdfs:subClassOf owl:Class . 524 + rdfs:subClassOf owl:Class .
525 - 525 +
526 -ep-flow:ProductMaterialType 526 +ep-flow:ProductMaterialType
527 - rdf:type rdfs:Class ; 527 + rdf:type rdfs:Class ;
528 - rdfs:comment "class that consists of subclasses of material defined by the ReportingProduct enumeration in the MPR-XSD"^^xsd:string ; 528 + rdfs:comment "class that consists of subclasses of material defined by the ReportingProduct enumeration in the MPR-XSD"^^xsd:string ;
529 - rdfs:label "product material type"^^xsd:string ; 529 + rdfs:label "product material type"^^xsd:string ;
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 .
537 - 537 +
538 -ep-flow:ProductionFlow 538 +ep-flow:ProductionFlow
539 - rdf:type owl:Class ; 539 + rdf:type owl:Class ;
540 - rdfs:comment "flow that is of produced material, consisting of one or more products"^^xsd:string ; 540 + rdfs:comment "flow that is of produced material, consisting of one or more products"^^xsd:string ;
541 - rdfs:label "production flow"^^xsd:string ; 541 + rdfs:label "production flow"^^xsd:string ;
542 - rdfs:subClassOf ep-flow:Flow . 542 + rdfs:subClassOf ep-flow:Flow .
543 - 543 +
544 -ep-flow:ProductionFlowDefinitionSubType 544 +ep-flow:ProductionFlowDefinitionSubType
545 - rdf:type rdfs:Class ; 545 + rdf:type rdfs:Class ;
546 - rdfs:comment "class that consists of the subclasses of flow defined by the FlowSubQualifier enumeration in the MPR-XSD"^^xsd:string ; 546 + rdfs:comment "class that consists of the subclasses of flow defined by the FlowSubQualifier enumeration in the MPR-XSD"^^xsd:string ;
547 - rdfs:label "production flow definition subtype"^^xsd:string ; 547 + rdfs:label "production flow definition subtype"^^xsd:string ;
548 - rdfs:subClassOf owl:Class . 548 + rdfs:subClassOf owl:Class .
549 - 549 +
550 -ep-flow:ProductionFlowDefinitionType 550 +ep-flow:ProductionFlowDefinitionType
551 - rdf:type rdfs:Class ; 551 + rdf:type rdfs:Class ;
552 - rdfs:label "production flow definition type"^^xsd:string ; 552 + rdfs:label "production flow definition type"^^xsd:string ;
553 - rdfs:subClassOf owl:Class . 553 + rdfs:subClassOf owl:Class .
554 - 554 +
555 -ep-flow:ProductionFlowNetwork 555 +ep-flow:ProductionFlowNetwork
556 - rdf:type owl:Class ; 556 + rdf:type owl:Class ;
557 - rdfs:comment "flow that is a network of production flows"^^xsd:string ; 557 + rdfs:comment "flow that is a network of production flows"^^xsd:string ;
558 - rdfs:label "production flow network"^^xsd:string ; 558 + rdfs:label "production flow network"^^xsd:string ;
559 - rdfs:subClassOf ep-flow:Flow . 559 + rdfs:subClassOf ep-flow:Flow .
560 - 560 +
561 -ep-flow:ProductionFlowNetworkToDate 561 +ep-flow:ProductionFlowNetworkToDate
562 - rdf:type owl:Class ; 562 + rdf:type owl:Class ;
563 - rdfs:comment "flow that is the whole life of a network of production flows up to a point in time"^^xsd:string ; 563 + rdfs:comment "flow that is the whole life of a network of production flows up to a point in time"^^xsd:string ;
564 - rdfs:label "production flow network to date"^^xsd:string ; 564 + rdfs:label "production flow network to date"^^xsd:string ;
565 - rdfs:subClassOf ep-flow:ProductionFlowNetwork . 565 + rdfs:subClassOf ep-flow:ProductionFlowNetwork .
566 - 566 +
567 -ep-flow:ProductionFlowPurposeType 567 +ep-flow:ProductionFlowPurposeType
568 - rdf:type rdfs:Class ; 568 + rdf:type rdfs:Class ;
569 - rdfs:label "production flow purpose type"^^xsd:string ; 569 + rdfs:label "production flow purpose type"^^xsd:string ;
570 - rdfs:subClassOf owl:Class . 570 + rdfs:subClassOf owl:Class .
571 - 571 +
572 -ep-flow:ProductionFlowToDate 572 +ep-flow:ProductionFlowToDate
573 - rdf:type owl:Class ; 573 + rdf:type owl:Class ;
574 - rdfs:comment "production flow that is the whole life of a flow of produced material up to a point in time"^^xsd:string ; 574 + rdfs:comment "production flow that is the whole life of a flow of produced material up to a point in time"^^xsd:string ;
575 - rdfs:label "production flow to date"^^xsd:string ; 575 + rdfs:label "production flow to date"^^xsd:string ;
576 - rdfs:subClassOf ep-flow:ProductionFlow . 576 + rdfs:subClassOf ep-flow:ProductionFlow .
577 - 577 +
578 -ep-flow:ProductionInventory 578 +ep-flow:ProductionInventory
579 - rdf:type owl:Class ; 579 + rdf:type owl:Class ;
580 - rdfs:comment "inventory that is a managed store of produced material, consisting of one or more products"^^xsd:string ; 580 + rdfs:comment "inventory that is a managed store of produced material, consisting of one or more products"^^xsd:string ;
581 - rdfs:label "production inventory"^^xsd:string ; 581 + rdfs:label "production inventory"^^xsd:string ;
582 - rdfs:subClassOf ep-flow:Inventory . 582 + rdfs:subClassOf ep-flow:Inventory .
583 - 583 +
584 -ep-flow:ProductionInventoryCollection 584 +ep-flow:ProductionInventoryCollection
585 - rdf:type owl:Class ; 585 + rdf:type owl:Class ;
586 - rdfs:comment "inventory that is an assembly of one or more production inventories"^^xsd:string ; 586 + rdfs:comment "inventory that is an assembly of one or more production inventories"^^xsd:string ;
587 - rdfs:label "production inventory collection"^^xsd:string ; 587 + rdfs:label "production inventory collection"^^xsd:string ;
588 - rdfs:subClassOf ep-flow:Inventory . 588 + rdfs:subClassOf ep-flow:Inventory .
589 - 589 +
590 -ep-flow:ProductionInventoryCollectionToDate 590 +ep-flow:ProductionInventoryCollectionToDate
591 - rdf:type owl:Class ; 591 + rdf:type owl:Class ;
592 - rdfs:comment "production inventory collection that is the whole life of an assembly of production inventories up to a point in time"^^xsd:string ; 592 + rdfs:comment "production inventory collection that is the whole life of an assembly of production inventories up to a point in time"^^xsd:string ;
593 - rdfs:label "production inventory collection to date"^^xsd:string ; 593 + rdfs:label "production inventory collection to date"^^xsd:string ;
594 - rdfs:subClassOf ep-flow:ProductionInventoryCollection . 594 + rdfs:subClassOf ep-flow:ProductionInventoryCollection .
595 - 595 +
596 -ep-flow:ProductionInventoryDefinitionType 596 +ep-flow:ProductionInventoryDefinitionType
597 - rdf:type rdfs:Class ; 597 + rdf:type rdfs:Class ;
598 - rdfs:comment "class that consists of subclasses of inventory defined by the FlowQualifier enumeration in the MPR-XSD"^^xsd:string ; 598 + rdfs:comment "class that consists of subclasses of inventory defined by the FlowQualifier enumeration in the MPR-XSD"^^xsd:string ;
599 - rdfs:label "production inventory definition type"^^xsd:string ; 599 + rdfs:label "production inventory definition type"^^xsd:string ;
600 - rdfs:subClassOf owl:Class . 600 + rdfs:subClassOf owl:Class .
601 - 601 +
602 -ep-flow:ProductionInventoryToDate 602 +ep-flow:ProductionInventoryToDate
603 - rdf:type owl:Class ; 603 + rdf:type owl:Class ;
604 - rdfs:comment "production inventory that is the whole life of a store of produced material up to a point in time"^^xsd:string ; 604 + rdfs:comment "production inventory that is the whole life of a store of produced material up to a point in time"^^xsd:string ;
605 - rdfs:label "production inventory to date"^^xsd:string ; 605 + rdfs:label "production inventory to date"^^xsd:string ;
606 - rdfs:subClassOf ep-flow:ProductionInventory . 606 + rdfs:subClassOf ep-flow:ProductionInventory .
607 - 607 +
608 -ep-flow:ProductionTestFlowLineFlow 608 +ep-flow:ProductionTestFlowLineFlow
609 - rdf:type owl:Class ; 609 + rdf:type owl:Class ;
610 - rdfs:comment "flow that is in a flow line during a production test"^^xsd:string ; 610 + rdfs:comment "flow that is in a flow line during a production test"^^xsd:string ;
611 - rdfs:label "production test flow line flow"^^xsd:string ; 611 + rdfs:label "production test flow line flow"^^xsd:string ;
612 - rdfs:subClassOf ep-flow:Flow . 612 + rdfs:subClassOf ep-flow:Flow .
613 - 613 +
614 -ep-flow:ProductionTestGasLiftFlow 614 +ep-flow:ProductionTestGasLiftFlow
615 - rdf:type owl:Class ; 615 + rdf:type owl:Class ;
616 - rdfs:comment "gas lift flow that is during a production test"^^xsd:string ; 616 + rdfs:comment "gas lift flow that is during a production test"^^xsd:string ;
617 - rdfs:label "production test gas lift flow"^^xsd:string ; 617 + rdfs:label "production test gas lift flow"^^xsd:string ;
618 - rdfs:subClassOf ep-flow:GasLiftFlow . 618 + rdfs:subClassOf ep-flow:GasLiftFlow .
619 - 619 +
620 -ep-flow:ProductionTestSeparatorFlow 620 +ep-flow:ProductionTestSeparatorFlow
621 - rdf:type owl:Class ; 621 + rdf:type owl:Class ;
622 - rdfs:comment "flow that is in a separator during a production test"^^xsd:string ; 622 + rdfs:comment "flow that is in a separator during a production test"^^xsd:string ;
623 - rdfs:label "production test separator flow"^^xsd:string ; 623 + rdfs:label "production test separator flow"^^xsd:string ;
624 - rdfs:subClassOf ep-flow:Flow . 624 + rdfs:subClassOf ep-flow:Flow .
625 - 625 +
626 -ep-flow:ProductionTestWellHeadFlow 626 +ep-flow:ProductionTestWellHeadFlow
627 - rdf:type owl:Class ; 627 + rdf:type owl:Class ;
628 - rdfs:comment "flow that is at a well head during a production test"^^xsd:string ; 628 + rdfs:comment "flow that is at a well head during a production test"^^xsd:string ;
629 - rdfs:label "production test well head flow"^^xsd:string ; 629 + rdfs:label "production test well head flow"^^xsd:string ;
630 - rdfs:subClassOf ep-flow:Flow . 630 + rdfs:subClassOf ep-flow:Flow .
631 - 631 +
632 -ep-flow:QuotaFlow 632 +ep-flow:QuotaFlow
633 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 633 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
634 - rdfs:comment "flow that is set by some authority, and that may or may not be based on technical criteria (source: MPR-XSD)"^^xsd:string ; 634 + rdfs:comment "flow that is set by some authority, and that may or may not be based on technical criteria (source: MPR-XSD)"^^xsd:string ;
635 - rdfs:label "quota flow"^^xsd:string ; 635 + rdfs:label "quota flow"^^xsd:string ;
636 - rdfs:subClassOf ep-flow:Flow . 636 + rdfs:subClassOf ep-flow:Flow .
637 - 637 +
638 -ep-flow:RecommendedFlow 638 +ep-flow:RecommendedFlow
639 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 639 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
640 - rdfs:comment "flow that is believed to be very desirable if it can be achieved. This a recommendation that something be changed in order to achieve this flow. (source: MPR-XSD)"^^xsd:string ; 640 + rdfs:comment "flow that is believed to be very desirable if it can be achieved. This a recommendation that something be changed in order to achieve this flow. (source: MPR-XSD)"^^xsd:string ;
641 - rdfs:label "recommended flow"^^xsd:string ; 641 + rdfs:label "recommended flow"^^xsd:string ;
642 - rdfs:subClassOf ep-flow:Flow . 642 + rdfs:subClassOf ep-flow:Flow .
643 - 643 +
644 -ep-flow:SaleableFlow 644 +ep-flow:SaleableFlow
645 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 645 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
646 - rdfs:comment "flow that is of a product marked as being saleable. Hence the final destination would be sale. (source: MPR-XSD)"^^xsd:string ; 646 + rdfs:comment "flow that is of a product marked as being saleable. Hence the final destination would be sale. (source: MPR-XSD)"^^xsd:string ;
647 - rdfs:label "saleable flow"^^xsd:string ; 647 + rdfs:label "saleable flow"^^xsd:string ;
648 - rdfs:subClassOf ep-flow:Flow . 648 + rdfs:subClassOf ep-flow:Flow .
649 - 649 +
650 -ep-flow:SimulatedFlow 650 +ep-flow:SimulatedFlow
651 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 651 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
652 - rdfs:comment "flow that is estimated based on a simulation that includes the particular product flow unit (source: MPR-XSD)"^^xsd:string ; 652 + rdfs:comment "flow that is estimated based on a simulation that includes the particular product flow unit (source: MPR-XSD)"^^xsd:string ;
653 - rdfs:label "simulated flow"^^xsd:string ; 653 + rdfs:label "simulated flow"^^xsd:string ;
654 - rdfs:subClassOf ep-flow:Flow . 654 + rdfs:subClassOf ep-flow:Flow .
655 - 655 +
656 -ep-flow:TargetFlow 656 +ep-flow:TargetFlow
657 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 657 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
658 - rdfs:comment "flow that is desired (source: MPR-XSD)"^^xsd:string ; 658 + rdfs:comment "flow that is desired (source: MPR-XSD)"^^xsd:string ;
659 - rdfs:label "target flow"^^xsd:string ; 659 + rdfs:label "target flow"^^xsd:string ;
660 - rdfs:subClassOf ep-flow:Flow . 660 + rdfs:subClassOf ep-flow:Flow .
661 - 661 +
662 -ep-flow:TariffBasisFlow 662 +ep-flow:TariffBasisFlow
663 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 663 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
664 - rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; 664 + rdfs:comment "flow that <not documented in XSD>"^^xsd:string ;
665 - rdfs:label "tariff basis flow"^^xsd:string ; 665 + rdfs:label "tariff basis flow"^^xsd:string ;
666 - rdfs:subClassOf ep-flow:Flow . 666 + rdfs:subClassOf ep-flow:Flow .
667 - 667 +
668 -ep-flow:TemporalPartDurationType 668 +ep-flow:TemporalPartDurationType
669 - rdf:type rdfs:Class ; 669 + rdf:type rdfs:Class ;
670 - rdfs:comment "class that consists of subclasses of physical thing according to period of existence, where the period corresponds to the enumeration ReportingPeriod in the MPR-XSD"^^xsd:string ; 670 + rdfs:comment "class that consists of subclasses of physical thing according to period of existence, where the period corresponds to the enumeration ReportingPeriod in the MPR-XSD"^^xsd:string ;
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:ValueAdjustedFlow 674 +ep-flow:TemporalPartOfAFlowDurationType
675 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 675 + rdf:type rdfs:Class ;
676 - rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; 676 + rdfs:subClassOf owl:Class .
677 - rdfs:label "value adjusted flow"^^xsd:string ; 677 +
678 - rdfs:subClassOf ep-flow:Flow . 678 +ep-flow:ValueAdjustedFlow
679 - 679 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
680 -ep-flow:WholeLifeFlow 680 + rdfs:comment "flow that <not documented in XSD>"^^xsd:string ;
681 - rdf:type owl:Class ; 681 + rdfs:label "value adjusted flow"^^xsd:string ;
682 - rdfs:comment "flow that is the whole life of a flow of energy or material"^^xsd:string ; 682 + rdfs:subClassOf ep-flow:Flow .
683 - rdfs:label "whole life flow"^^xsd:string ; 683 +
684 - rdfs:subClassOf ep-flow:Flow . 684 +ep-flow:WholeLifeFlow
685 - 685 + rdf:type owl:Class ;
686 -ep-flow:WholeLifeInventory 686 + rdfs:comment "flow that is the whole life of a flow of energy or material"^^xsd:string ;
687 - rdf:type owl:Class ; 687 + rdfs:label "whole life flow"^^xsd:string ;
688 - rdfs:comment "inventory that is the whole life of a managed store of material"^^xsd:string ; 688 + rdfs:subClassOf ep-flow:Flow .
689 - rdfs:label "whole life inventory"^^xsd:string ; 689 +
690 - rdfs:subClassOf ep-flow:Inventory . 690 +ep-flow:WholeLifeInventory
691 - 691 + rdf:type owl:Class ;
692 -ep-flow:WholeLifeProductFlow 692 + rdfs:comment "inventory that is the whole life of a managed store of material"^^xsd:string ;
693 - rdf:type owl:Class ; 693 + rdfs:label "whole life inventory"^^xsd:string ;
694 - rdfs:comment "product flow that is the whole life of a flow of product"^^xsd:string ; 694 + rdfs:subClassOf ep-flow:Inventory .
695 - rdfs:label "whole life product flow"^^xsd:string ; 695 +
696 - rdfs:subClassOf ep-flow:ProductFlow , ep-flow:WholeLifeFlow . 696 +ep-flow:WholeLifeProductFlow
697 - 697 + rdf:type owl:Class ;
698 -ep-flow:WholeLifeProductInventory 698 + rdfs:comment "product flow that is the whole life of a flow of product"^^xsd:string ;
699 - rdf:type owl:Class ; 699 + rdfs:label "whole life product flow"^^xsd:string ;
700 - rdfs:comment "product inventory that is the whole life of the managed store of product"^^xsd:string ; 700 + rdfs:subClassOf ep-flow:ProductFlow , ep-flow:WholeLifeFlow .
701 - rdfs:label "whole life product inventory"^^xsd:string ; 701 +
702 - rdfs:subClassOf ep-flow:ProductInventory , ep-flow:WholeLifeInventory . 702 +ep-flow:WholeLifeProductInventory
703 - 703 + rdf:type owl:Class ;
704 -ep-flow:WholeLifeProductionFlow 704 + rdfs:comment "product inventory that is the whole life of the managed store of product"^^xsd:string ;
705 - rdf:type owl:Class ; 705 + rdfs:label "whole life product inventory"^^xsd:string ;
706 - rdfs:comment "production flow that is the whole life of a flow of produced material"^^xsd:string ; 706 + rdfs:subClassOf ep-flow:ProductInventory , ep-flow:WholeLifeInventory .
707 - rdfs:label "whole life production flow"^^xsd:string ; 707 +
708 - rdfs:subClassOf ep-flow:ProductionFlow , ep-flow:WholeLifeFlow . 708 +ep-flow:WholeLifeProductionFlow
709 - 709 + rdf:type owl:Class ;
710 -ep-flow:WholeLifeProductionFlowNetwork 710 + rdfs:comment "production flow that is the whole life of a flow of produced material"^^xsd:string ;
711 - rdf:type owl:Class ; 711 + rdfs:label "whole life production flow"^^xsd:string ;
712 - rdfs:comment "flow that is the whole life of a network of production flows"^^xsd:string ; 712 + rdfs:subClassOf ep-flow:ProductionFlow , ep-flow:WholeLifeFlow .
713 - rdfs:label "whole life production flow network"^^xsd:string ; 713 +
714 - rdfs:subClassOf ep-flow:ProductionFlowNetwork . 714 +ep-flow:WholeLifeProductionFlowNetwork
715 - 715 + rdf:type owl:Class ;
716 -ep-flow:WholeLifeProductionInventory 716 + rdfs:comment "flow that is the whole life of a network of production flows"^^xsd:string ;
717 - rdf:type owl:Class ; 717 + rdfs:label "whole life production flow network"^^xsd:string ;
718 - rdfs:comment "production inventory that is the whole life of a store of produced material"^^xsd:string ; 718 + rdfs:subClassOf ep-flow:ProductionFlowNetwork .
719 - rdfs:label "whole life production inventory"^^xsd:string ; 719 +
720 - rdfs:subClassOf ep-flow:ProductionInventory , ep-flow:WholeLifeInventory . 720 +ep-flow:WholeLifeProductionInventory
721 - 721 + rdf:type owl:Class ;
722 -ep-flow:WholeLifeProductionInventoryCollection 722 + rdfs:comment "production inventory that is the whole life of a store of produced material"^^xsd:string ;
723 - rdf:type owl:Class ; 723 + rdfs:label "whole life production inventory"^^xsd:string ;
724 - rdfs:comment "production inventory collection that is the whole life of an assembly of production inventories"^^xsd:string ; 724 + rdfs:subClassOf ep-flow:ProductionInventory , ep-flow:WholeLifeInventory .
725 - rdfs:label "whole life production inventory collection"^^xsd:string ; 725 +
726 - rdfs:subClassOf ep-flow:ProductionInventoryCollection . 726 +ep-flow:WholeLifeProductionInventoryCollection
727 - 727 + rdf:type owl:Class ;
728 -ep-flow:Wind 728 + rdfs:comment "production inventory collection that is the whole life of an assembly of production inventories"^^xsd:string ;
729 - rdf:type owl:Class ; 729 + rdfs:label "whole life production inventory collection"^^xsd:string ;
730 - rdfs:comment "flow that is the natural movement of air"^^xsd:string ; 730 + rdfs:subClassOf ep-flow:ProductionInventoryCollection .
731 - rdfs:label "wind"^^xsd:string ; 731 +
732 - rdfs:subClassOf ep-flow:Flow . 732 +ep-flow:Wind
733 - 733 + rdf:type owl:Class ;
734 -ep-flow:allocatedTo 734 + rdfs:comment "flow that is the natural movement of air"^^xsd:string ;
735 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 735 + rdfs:label "wind"^^xsd:string ;
736 - rdfs:comment "facility that a split of a flow or inventory is allocated to"^^xsd:string ; 736 + rdfs:subClassOf ep-flow:Flow .
737 - rdfs:domain ep-core:PhysicalObject ; 737 +
738 - rdfs:label "allocatedTo"^^xsd:string ; 738 +ep-flow:allocatedTo
739 - rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . 739 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
740 - 740 + rdfs:comment "facility that a split of a flow or inventory is allocated to"^^xsd:string ;
741 -ep-flow:amountOfPrecipitation 741 + rdfs:domain ep-core:PhysicalObject ;
742 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 742 + rdfs:label "allocatedTo"^^xsd:string ;
743 - rdfs:comment "volume per unit area of material that falls in a precipitation"^^xsd:string ; 743 + rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> .
744 - rdfs:domain ep-flow:Precipitation ; 744 +
745 - rdfs:label "amount of precipitation"^^xsd:string ; 745 +ep-flow:amountOfPrecipitation
746 - rdfs:range ep-core:Length . 746 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
747 - 747 + rdfs:comment "volume per unit area of material that falls in a precipitation"^^xsd:string ;
748 -ep-flow:dailyAverageAmountOfMaterial 748 + rdfs:domain ep-flow:Precipitation ;
749 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 749 + rdfs:label "amount of precipitation"^^xsd:string ;
750 - rdfs:comment "mass that is the average of the masses of the materials that flows in different days"^^xsd:string ; 750 + rdfs:range ep-core:Length .
751 - rdfs:domain ep-flow:Flow ; 751 +
752 - rdfs:label "daily average amount of material"^^xsd:string ; 752 +ep-flow:dailyAverageAmountOfMaterial
753 - rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . 753 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
754 - 754 + rdfs:comment "mass that is the average of the masses of the materials that flows in different days"^^xsd:string ;
755 -ep-flow:energyContent 755 + rdfs:domain ep-flow:Flow ;
756 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 756 + rdfs:label "daily average amount of material"^^xsd:string ;
757 - rdfs:comment "energy of combustion in a quantity of material"^^xsd:string ; 757 + rdfs:range ep-flow:ClassOfMaterialWithMassCriterion .
758 - rdfs:domain ep-material:QuantityOfMaterial ; 758 +
759 - rdfs:label "energy content"^^xsd:string ; 759 +ep-flow:energyContent
760 - rdfs:range ep-core:Work . 760 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
761 - 761 + rdfs:comment "energy of combustion in a quantity of material"^^xsd:string ;
762 -ep-flow:facilityContainsFlow 762 + rdfs:domain ep-material:QuantityOfMaterial ;
763 - rdf:type owl:ObjectProperty ; 763 + rdfs:label "energy content"^^xsd:string ;
764 - rdfs:comment "flow that is within a facility"^^xsd:string ; 764 + rdfs:range ep-core:Work .
765 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 765 +
766 - rdfs:label "facility contains flow"^^xsd:string ; 766 +ep-flow:facilityContainsFlow
767 - rdfs:range ep-flow:Flow . 767 + rdf:type owl:ObjectProperty ;
768 - 768 + rdfs:comment "flow that is within a facility"^^xsd:string ;
769 -ep-flow:flowInto 769 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
770 - rdf:type owl:ObjectProperty ; 770 + rdfs:label "facility contains flow"^^xsd:string ;
771 - rdfs:comment "physical thing that a flow is into"^^xsd:string ; 771 + rdfs:range ep-flow:Flow .
772 - rdfs:domain ep-flow:Flow ; 772 +
773 - rdfs:label "flow into"^^xsd:string ; 773 +ep-flow:flowInto
774 - rdfs:range ep-core:PhysicalThing ; 774 + rdf:type owl:ObjectProperty ;
775 - rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . 775 + rdfs:comment "physical thing that a flow is into"^^xsd:string ;
776 - 776 + rdfs:domain ep-flow:Flow ;
777 -ep-flow:flowIntoOrOutOf 777 + rdfs:label "flow into"^^xsd:string ;
778 - rdf:type owl:ObjectProperty ; 778 + rdfs:range ep-core:PhysicalThing ;
779 - rdfs:comment "physical thing that a flow is into or out of"^^xsd:string ; 779 + rdfs:subPropertyOf ep-flow:flowIntoOrOutOf .
780 - rdfs:domain ep-flow:Flow ; 780 +
781 - rdfs:label "flow into or out of"^^xsd:string ; 781 +ep-flow:flowIntoOrOutOf
782 - rdfs:range ep-core:PhysicalThing . 782 + rdf:type owl:ObjectProperty ;
783 - 783 + rdfs:comment "physical thing that a flow is into or out of"^^xsd:string ;
784 -ep-flow:flowMeasuredBy 784 + rdfs:domain ep-flow:Flow ;
785 - rdf:type owl:ObjectProperty ; 785 + rdfs:label "flow into or out of"^^xsd:string ;
786 - rdfs:comment "facility that measures a flow"^^xsd:string ; 786 + rdfs:range ep-core:PhysicalThing .
787 - rdfs:domain ep-flow:Flow ; 787 +
788 - rdfs:label "flow measured by"^^xsd:string ; 788 +ep-flow:flowMeasuredBy
789 - rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . 789 + rdf:type owl:ObjectProperty ;
790 - 790 + rdfs:comment "facility that measures a flow"^^xsd:string ;
791 -ep-flow:flowMeasuredOrCalculatedAt 791 + rdfs:domain ep-flow:Flow ;
792 - rdf:type owl:ObjectProperty ; 792 + rdfs:label "flow measured by"^^xsd:string ;
793 - rdfs:comment "facility at which a flow is measured or calculated"^^xsd:string ; 793 + rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> .
794 - rdfs:domain ep-flow:Flow ; 794 +
795 - rdfs:label "flow measured or calculated at"^^xsd:string ; 795 +ep-flow:flowMeasuredOrCalculatedAt
796 - rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . 796 + rdf:type owl:ObjectProperty ;
797 - 797 + rdfs:comment "facility at which a flow is measured or calculated"^^xsd:string ;
798 -ep-flow:flowOutOf 798 + rdfs:domain ep-flow:Flow ;
799 - rdf:type owl:ObjectProperty ; 799 + rdfs:label "flow measured or calculated at"^^xsd:string ;
800 - rdfs:comment "physical thing that a flow is out of"^^xsd:string ; 800 + rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> .
801 - rdfs:domain ep-flow:Flow ; 801 +
802 - rdfs:label "flow out of"^^xsd:string ; 802 +ep-flow:flowOutOf
803 - rdfs:range ep-core:PhysicalThing ; 803 + rdf:type owl:ObjectProperty ;
804 - rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . 804 + rdfs:comment "physical thing that a flow is out of"^^xsd:string ;
805 - 805 + rdfs:domain ep-flow:Flow ;
806 -ep-flow:grossCalorificValue 806 + rdfs:label "flow out of"^^xsd:string ;
807 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 807 + rdfs:range ep-core:PhysicalThing ;
808 - rdfs:comment "energy per volume that is the gross calorific value for a quantity of material"^^xsd:string ; 808 + rdfs:subPropertyOf ep-flow:flowIntoOrOutOf .
809 - rdfs:domain ep-material:QuantityOfMaterial ; 809 +
810 - rdfs:label "gross calorific value"^^xsd:string ; 810 +ep-flow:grossCalorificValue
811 - rdfs:range ep-core:EnergyPerVolume . 811 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
812 - 812 + rdfs:comment "energy per volume that is the gross calorific value for a quantity of material"^^xsd:string ;
813 -ep-flow:hasMixedPart 813 + rdfs:domain ep-material:QuantityOfMaterial ;
814 - rdf:type owl:ObjectProperty ; 814 + rdfs:label "gross calorific value"^^xsd:string ;
815 - rdfs:comment "flow that is between the same two nodes as the whole and that is mixed within the whole"^^xsd:string ; 815 + rdfs:range ep-core:EnergyPerVolume .
816 - rdfs:domain ep-flow:Flow ; 816 +
817 - rdfs:label "has mixed part"^^xsd:string ; 817 +ep-flow:hasMixedPart
818 - rdfs:range ep-flow:Flow ; 818 + rdf:type owl:ObjectProperty ;
819 - rdfs:subPropertyOf ep-core:hasPart . 819 + rdfs:comment "flow that is between the same two nodes as the whole and that is mixed within the whole"^^xsd:string ;
820 - 820 + rdfs:domain ep-flow:Flow ;
821 -ep-flow:hasNetworkPart 821 + rdfs:label "has mixed part"^^xsd:string ;
822 - rdf:type owl:ObjectProperty ; 822 + rdfs:range ep-flow:Flow ;
823 - rdfs:comment "flow that all that flows between two nodes in a whole that is a network of flows"^^xsd:string ; 823 + rdfs:subPropertyOf ep-core:hasPart .
824 - rdfs:domain ep-flow:Flow ; 824 +
825 - rdfs:label "has network part"^^xsd:string ; 825 +ep-flow:hasNetworkPart
826 - rdfs:range ep-flow:Flow ; 826 + rdf:type owl:ObjectProperty ;
827 - rdfs:subPropertyOf ep-core:hasPart . 827 + rdfs:comment "flow that all that flows between two nodes in a whole that is a network of flows"^^xsd:string ;
828 - 828 + rdfs:domain ep-flow:Flow ;
829 -ep-flow:horizontalDirectionAzimuth 829 + rdfs:label "has network part"^^xsd:string ;
830 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 830 + rdfs:range ep-flow:Flow ;
831 - rdfs:comment "plane angle that is the horizontal direction azimuth of a flow"^^xsd:string ; 831 + rdfs:subPropertyOf ep-core:hasPart .
832 - rdfs:domain ep-flow:Flow ; 832 +
833 - rdfs:label "horizontal direction azimuth"^^xsd:string ; 833 +ep-flow:horizontalDirectionAzimuth
834 - rdfs:range ep-core:PlaneAngle . 834 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
835 - 835 + rdfs:comment "plane angle that is the horizontal direction azimuth of a flow"^^xsd:string ;
836 -ep-flow:massAtAccountingInstant 836 + rdfs:domain ep-flow:Flow ;
837 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 837 + rdfs:label "horizontal direction azimuth"^^xsd:string ;
838 - rdfs:comment "mass that is at the accounting instant for an inventory during a period"^^xsd:string ; 838 + rdfs:range ep-core:PlaneAngle .
839 - rdfs:domain ep-flow:Inventory ; 839 +
840 - rdfs:label "mass at accounting instant"^^xsd:string ; 840 +ep-flow:massAtAccountingInstant
841 - rdfs:range ep-core:Mass . 841 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
842 - 842 + rdfs:comment "mass that is at the accounting instant for an inventory during a period"^^xsd:string ;
843 -ep-flow:materialThatFlows 843 + rdfs:domain ep-flow:Inventory ;
844 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 844 + rdfs:label "mass at accounting instant"^^xsd:string ;
845 - rdfs:comment "quantity of material that moves during a flow"^^xsd:string ; 845 + rdfs:range ep-core:Mass .
846 - rdfs:domain ep-flow:Flow ; 846 +
847 - rdfs:label "material that flows"^^xsd:string ; 847 +ep-flow:materialThatFlows
848 - rdfs:range ep-material:QuantityOfMaterial . 848 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
849 - 849 + rdfs:comment "quantity of material that moves during a flow"^^xsd:string ;
850 -ep-flow:yearlyAverageAmountOfMaterial 850 + rdfs:domain ep-flow:Flow ;
851 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 851 + rdfs:label "material that flows"^^xsd:string ;
852 - rdfs:comment "mass that is the average of the masses of the materials that flows in different years"^^xsd:string ; 852 + rdfs:range ep-material:QuantityOfMaterial .
853 - rdfs:domain ep-flow:Flow ; 853 +
854 - rdfs:label "yearly average amount of material"^^xsd:string ; 854 +ep-flow:yearlyAverageAmountOfMaterial
855 - rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . 855 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
856 - 856 + rdfs:comment "mass that is the average of the masses of the materials that flows in different years"^^xsd:string ;
857 -ep-material:AqueousMaterial 857 + rdfs:domain ep-flow:Flow ;
858 - rdf:type ep-flow:ProductMaterialType . 858 + rdfs:label "yearly average amount of material"^^xsd:string ;
859 - 859 + rdfs:range ep-flow:ClassOfMaterialWithMassCriterion .
860 -ep-material:C10AndHeavier 860 +
861 - rdf:type ep-flow:ProductMaterialType . 861 +ep-material:AqueousMaterial
862 - 862 + rdf:type ep-flow:ProductMaterialType .
863 -ep-material:C10AndLighter 863 +
864 - rdf:type ep-flow:ProductMaterialType . 864 +ep-material:C10AndHeavier
865 - 865 + rdf:type ep-flow:ProductMaterialType .
866 -ep-material:C2AndHeavier 866 +
867 - rdf:type ep-flow:ProductMaterialType . 867 +ep-material:C10AndLighter
868 - 868 + rdf:type ep-flow:ProductMaterialType .
869 -ep-material:C2AndLighter 869 +
870 - rdf:type ep-flow:ProductMaterialType . 870 +ep-material:C2AndHeavier
871 - 871 + rdf:type ep-flow:ProductMaterialType .
872 -ep-material:C3AndHeavier 872 +
873 - rdf:type ep-flow:ProductMaterialType . 873 +ep-material:C2AndLighter
874 - 874 + rdf:type ep-flow:ProductMaterialType .
875 -ep-material:C3AndLighter 875 +
876 - rdf:type ep-flow:ProductMaterialType . 876 +ep-material:C3AndHeavier
877 - 877 + rdf:type ep-flow:ProductMaterialType .
878 -ep-material:C4AndHeavier 878 +
879 - rdf:type ep-flow:ProductMaterialType . 879 +ep-material:C3AndLighter
880 - 880 + rdf:type ep-flow:ProductMaterialType .
881 -ep-material:C4AndLighter 881 +
882 - rdf:type ep-flow:ProductMaterialType . 882 +ep-material:C4AndHeavier
883 - 883 + rdf:type ep-flow:ProductMaterialType .
884 -ep-material:C5AndHeavier 884 +
885 - rdf:type ep-flow:ProductMaterialType . 885 +ep-material:C4AndLighter
886 - 886 + rdf:type ep-flow:ProductMaterialType .
887 -ep-material:C5AndLighter 887 +
888 - rdf:type ep-flow:ProductMaterialType . 888 +ep-material:C5AndHeavier
889 - 889 + rdf:type ep-flow:ProductMaterialType .
890 -ep-material:C6AndHeavier 890 +
891 - rdf:type ep-flow:ProductMaterialType . 891 +ep-material:C5AndLighter
892 - 892 + rdf:type ep-flow:ProductMaterialType .
893 -ep-material:C6AndLighter 893 +
894 - rdf:type ep-flow:ProductMaterialType . 894 +ep-material:C6AndHeavier
895 - 895 + rdf:type ep-flow:ProductMaterialType .
896 -ep-material:C7AndHeavier 896 +
897 - rdf:type ep-flow:ProductMaterialType . 897 +ep-material:C6AndLighter
898 - 898 + rdf:type ep-flow:ProductMaterialType .
899 -ep-material:C7AndLighter 899 +
900 - rdf:type ep-flow:ProductMaterialType . 900 +ep-material:C7AndHeavier
901 - 901 + rdf:type ep-flow:ProductMaterialType .
902 -ep-material:C8AndHeavier 902 +
903 - rdf:type ep-flow:ProductMaterialType . 903 +ep-material:C7AndLighter
904 - 904 + rdf:type ep-flow:ProductMaterialType .
905 -ep-material:C8AndLighter 905 +
906 - rdf:type ep-flow:ProductMaterialType . 906 +ep-material:C8AndHeavier
907 - 907 + rdf:type ep-flow:ProductMaterialType .
908 -ep-material:C9AndHeavier 908 +
909 - rdf:type ep-flow:ProductMaterialType . 909 +ep-material:C8AndLighter
910 - 910 + rdf:type ep-flow:ProductMaterialType .
911 -ep-material:C9AndLighter 911 +
912 - rdf:type ep-flow:ProductMaterialType . 912 +ep-material:C9AndHeavier
913 - 913 + rdf:type ep-flow:ProductMaterialType .
914 -ep-material:CarbonDioxide 914 +
915 - rdf:type ep-flow:ProductMaterialType . 915 +ep-material:C9AndLighter
916 - 916 + rdf:type ep-flow:ProductMaterialType .
917 -ep-material:CarbonMonoxide 917 +
918 - rdf:type ep-flow:ProductMaterialType . 918 +ep-material:CarbonDioxide
919 - 919 + rdf:type ep-flow:ProductMaterialType .
920 -ep-material:Chemical 920 +
921 - rdf:type ep-flow:ProductMaterialType . 921 +ep-material:CarbonMonoxide
922 - 922 + rdf:type ep-flow:ProductMaterialType .
923 -ep-material:Condensate 923 +
924 - rdf:type ep-flow:ProductMaterialType . 924 +ep-material:Chemical
925 - 925 + rdf:type ep-flow:ProductMaterialType .
926 -ep-material:Crude-stabilized 926 +
927 - rdf:type ep-flow:ProductMaterialType . 927 +ep-material:Condensate
928 - 928 + rdf:type ep-flow:ProductMaterialType .
929 -ep-material:Cuttings 929 +
930 - rdf:type ep-flow:ProductMaterialType . 930 +ep-material:Crude-stabilized
931 - 931 + rdf:type ep-flow:ProductMaterialType .
932 -ep-material:Diesel 932 +
933 - rdf:type ep-flow:ProductMaterialType . 933 +ep-material:Cuttings
934 - 934 + rdf:type ep-flow:ProductMaterialType .
935 -ep-material:Diethyleneglycol 935 +
936 - rdf:type ep-flow:ProductMaterialType . 936 +ep-material:Diesel
937 - 937 + rdf:type ep-flow:ProductMaterialType .
938 -ep-material:Dioxygen 938 +
939 - rdf:type ep-flow:ProductMaterialType . 939 +ep-material:Diethyleneglycol
940 - 940 + rdf:type ep-flow:ProductMaterialType .
941 -ep-material:Ethane 941 +
942 - rdf:type ep-flow:ProductMaterialType . 942 +ep-material:Dioxygen
943 - 943 + rdf:type ep-flow:ProductMaterialType .
944 -ep-material:Ethane-component 944 +
945 - rdf:type ep-flow:ProductMaterialType . 945 +ep-material:Ethane
946 - 946 + rdf:type ep-flow:ProductMaterialType .
947 -ep-material:Gas 947 +
948 - rdf:type ep-flow:ProductMaterialType . 948 +ep-material:Ethane-component
949 - 949 + rdf:type ep-flow:ProductMaterialType .
950 -ep-material:Gas-componentInOil 950 +
951 - rdf:type ep-flow:ProductMaterialType . 951 +ep-material:Gas
952 - 952 + rdf:type ep-flow:ProductMaterialType .
953 -ep-material:Gas-dry 953 +
954 - rdf:type ep-flow:ProductMaterialType . 954 +ep-material:Gas-componentInOil
955 - 955 + rdf:type ep-flow:ProductMaterialType .
956 -ep-material:Gas-rich 956 +
957 - rdf:type ep-flow:ProductMaterialType . 957 +ep-material:Gas-dry
958 - 958 + rdf:type ep-flow:ProductMaterialType .
959 -ep-material:Gas-wet 959 +
960 - rdf:type ep-flow:ProductMaterialType . 960 +ep-material:Gas-rich
961 - 961 + rdf:type ep-flow:ProductMaterialType .
962 -ep-material:HeliumGas 962 +
963 - rdf:type ep-flow:ProductMaterialType . 963 +ep-material:Gas-wet
964 - 964 + rdf:type ep-flow:ProductMaterialType .
965 -ep-material:Heptane 965 +
966 - rdf:type ep-flow:ProductMaterialType . 966 +ep-material:HeliumGas
967 - 967 + rdf:type ep-flow:ProductMaterialType .
968 -ep-material:HydrogenGas 968 +
969 - rdf:type ep-flow:ProductMaterialType . 969 +ep-material:Heptane
970 - 970 + rdf:type ep-flow:ProductMaterialType .
971 -ep-material:HydrogenSulfide 971 +
972 - rdf:type ep-flow:ProductMaterialType . 972 +ep-material:HydrogenGas
973 - 973 + rdf:type ep-flow:ProductMaterialType .
974 -ep-material:Isobutane 974 +
975 - rdf:type ep-flow:ProductMaterialType . 975 +ep-material:HydrogenSulfide
976 - 976 + rdf:type ep-flow:ProductMaterialType .
977 -ep-material:Isobutane-component 977 +
978 - rdf:type ep-flow:ProductMaterialType . 978 +ep-material:Isobutane
979 - 979 + rdf:type ep-flow:ProductMaterialType .
980 -ep-material:Isopentane 980 +
981 - rdf:type ep-flow:ProductMaterialType . 981 +ep-material:Isobutane-component
982 - 982 + rdf:type ep-flow:ProductMaterialType .
983 -ep-material:LiquifiedNaturalGas 983 +
984 - rdf:type ep-flow:ProductMaterialType . 984 +ep-material:Isopentane
985 - 985 + rdf:type ep-flow:ProductMaterialType .
986 -ep-material:LiquifiedPetroleumGas 986 +
987 - rdf:type ep-flow:ProductMaterialType . 987 +ep-material:LiquifiedNaturalGas
988 - 988 + rdf:type ep-flow:ProductMaterialType .
989 -ep-material:Methane 989 +
990 - rdf:type ep-flow:ProductMaterialType . 990 +ep-material:LiquifiedPetroleumGas
991 - 991 + rdf:type ep-flow:ProductMaterialType .
992 -ep-material:Methanol 992 +
993 - rdf:type ep-flow:ProductMaterialType . 993 +ep-material:Methane
994 - 994 + rdf:type ep-flow:ProductMaterialType .
995 -ep-material:MixedButane 995 +
996 - rdf:type ep-flow:ProductMaterialType . 996 +ep-material:Methanol
997 - 997 + rdf:type ep-flow:ProductMaterialType .
998 -ep-material:Monoethyleneglycol 998 +
999 - rdf:type ep-flow:ProductMaterialType . 999 +ep-material:MixedButane
1000 - 1000 + rdf:type ep-flow:ProductMaterialType .
1001 -ep-material:NGL-componentInGas 1001 +
1002 - rdf:type ep-flow:ProductMaterialType . 1002 +ep-material:Monoethyleneglycol
1003 - 1003 + rdf:type ep-flow:ProductMaterialType .
1004 -ep-material:Naphtha 1004 +
1005 - rdf:type ep-flow:ProductMaterialType . 1005 +ep-material:NGL-componentInGas
1006 - 1006 + rdf:type ep-flow:ProductMaterialType .
1007 -ep-material:NaturalGasLiquid 1007 +
1008 - rdf:type ep-flow:ProductMaterialType . 1008 +ep-material:Naphtha
1009 - 1009 + rdf:type ep-flow:ProductMaterialType .
1010 -ep-material:Neopentane 1010 +
1011 - rdf:type ep-flow:ProductMaterialType . 1011 +ep-material:NaturalGasLiquid
1012 - 1012 + rdf:type ep-flow:ProductMaterialType .
1013 -ep-material:NitrogenGas 1013 +
1014 - rdf:type ep-flow:ProductMaterialType . 1014 +ep-material:Neopentane
1015 - 1015 + rdf:type ep-flow:ProductMaterialType .
1016 -ep-material:NitrogenOxideGas 1016 +
1017 - rdf:type ep-flow:ProductMaterialType . 1017 +ep-material:NitrogenGas
1018 - 1018 + rdf:type ep-flow:ProductMaterialType .
1019 -ep-material:NormalButane 1019 +
1020 - rdf:type ep-flow:ProductMaterialType . 1020 +ep-material:NitrogenOxideGas
1021 - 1021 + rdf:type ep-flow:ProductMaterialType .
1022 -ep-material:NormalButane-component 1022 +
1023 - rdf:type ep-flow:ProductMaterialType . 1023 +ep-material:NormalButane
1024 - 1024 + rdf:type ep-flow:ProductMaterialType .
1025 -ep-material:NormalPentane 1025 +
1026 - rdf:type ep-flow:ProductMaterialType . 1026 +ep-material:NormalButane-component
1027 - 1027 + rdf:type ep-flow:ProductMaterialType .
1028 -ep-material:Oil 1028 +
1029 - rdf:type ep-flow:ProductMaterialType . 1029 +ep-material:NormalPentane
1030 - 1030 + rdf:type ep-flow:ProductMaterialType .
1031 -ep-material:Oil-componentInWater 1031 +
1032 - rdf:type ep-flow:ProductMaterialType . 1032 +ep-material:Oil
1033 - 1033 + rdf:type ep-flow:ProductMaterialType .
1034 -ep-material:OilAndGas 1034 +
1035 - rdf:type ep-flow:ProductMaterialType . 1035 +ep-material:Oil-componentInWater
1036 - 1036 + rdf:type ep-flow:ProductMaterialType .
1037 -ep-material:Oleic 1037 +
1038 - rdf:type ep-flow:ProductMaterialType . 1038 +ep-material:OilAndGas
1039 - 1039 + rdf:type ep-flow:ProductMaterialType .
1040 -ep-material:PetroleumGasLiquid 1040 +
1041 - rdf:type ep-flow:ProductMaterialType . 1041 +ep-material:Oleic
1042 - 1042 + rdf:type ep-flow:ProductMaterialType .
1043 -ep-material:Propane 1043 +
1044 - rdf:type ep-flow:ProductMaterialType . 1044 +ep-material:PetroleumGasLiquid
1045 - 1045 + rdf:type ep-flow:ProductMaterialType .
1046 -ep-material:Propane-component 1046 +
1047 - rdf:type ep-flow:ProductMaterialType . 1047 +ep-material:Propane
1048 - 1048 + rdf:type ep-flow:ProductMaterialType .
1049 -ep-material:Salt 1049 +
1050 - rdf:type ep-flow:ProductMaterialType . 1050 +ep-material:Propane-component
1051 - 1051 + rdf:type ep-flow:ProductMaterialType .
1052 -ep-material:Sand 1052 +
1053 - rdf:type ep-flow:ProductMaterialType . 1053 +ep-material:Salt
1054 - 1054 + rdf:type ep-flow:ProductMaterialType .
1055 -ep-material:Triethyleneglycol 1055 +
1056 - rdf:type ep-flow:ProductMaterialType . 1056 +ep-material:Sand
1057 - 1057 + rdf:type ep-flow:ProductMaterialType .
1058 -ep-material:Vapour 1058 +
1059 - rdf:type ep-flow:ProductMaterialType . 1059 +ep-material:Triethyleneglycol
1060 - 1060 + rdf:type ep-flow:ProductMaterialType .
1061 -ep-material:Water 1061 +
1062 - rdf:type ep-flow:ProductMaterialType . 1062 +ep-material:Vapour
1063 - 1063 + rdf:type ep-flow:ProductMaterialType .
1064 -ep-material:Water-discharge 1064 +
1065 - rdf:type ep-flow:ProductMaterialType . 1065 +ep-material:Water
1066 - 1066 + rdf:type ep-flow:ProductMaterialType .
1067 -ep-material:Water-processed 1067 +
1068 - rdf:type ep-flow:ProductMaterialType . 1068 +ep-material:Water-discharge
1069 + rdf:type ep-flow:ProductMaterialType .
1070 +
1071 +ep-material:Water-processed
1072 + rdf:type ep-flow:ProductMaterialType .
......
This diff could not be displayed because it is too large.
...@@ -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> ;
453 sp:subject spin:_this 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> ;
462 + sp:subject spin:_this
463 + ] [ rdf:type sp:Optional ;
464 + sp:elements ([ sp:object "mpr:RF_field" ;
465 + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowInOutFacilityType> ;
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 + ])
454 ] [ rdf:type sp:Optional ; 480 ] [ rdf:type sp:Optional ;
455 - sp:elements ([ sp:object "NPD" ; 481 + sp:elements ([ sp:object "mpr:RF_wellbore" ;
456 - sp:predicate <http://www.reportinghub.no/test/flow_facts/data/flow-facts-ss-schema2#flowInOutFacilityNameSystem> ; 482 + sp:predicate <http://www.reportinghub.no/test/flow_facts/schema/flow-facts-ss-schema#flowInOutFacilityType> ;
457 sp:subject spin:_this 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 .
......