David Price

First good erh flow facts ep triples, remove obsolete test cases due to new MPR XSD

Showing 58 changed files with 1506 additions and 123 deletions
1 # baseURI: http://www.reportinghub.no/ep/schema/1.0/erhfacts 1 # baseURI: http://www.reportinghub.no/ep/schema/1.0/erhfacts
2 +# imports: http://www.reportinghub.no/ep/schema/1.0/flow
2 # imports: http://www.reportinghub.no/np/schema/1.0/npd 3 # imports: http://www.reportinghub.no/np/schema/1.0/npd
3 4
4 @prefix erh: <http://www.reportinghub.no/ep/schema/erhfacts#> . 5 @prefix erh: <http://www.reportinghub.no/ep/schema/erhfacts#> .
...@@ -9,7 +10,7 @@ ...@@ -9,7 +10,7 @@
9 10
10 <http://www.reportinghub.no/ep/schema/1.0/erhfacts> 11 <http://www.reportinghub.no/ep/schema/1.0/erhfacts>
11 rdf:type owl:Ontology ; 12 rdf:type owl:Ontology ;
12 - owl:imports <http://www.reportinghub.no/np/schema/1.0/npd> ; 13 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/np/schema/1.0/npd> ;
13 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
14 15
15 erh:AlternativeIdInField 16 erh:AlternativeIdInField
......
This diff could not be displayed because it is too large.
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/ep/schema/erhfacts#AlternativeNameInField>
13 - forms:keyProperties (<http://www.reportinghub.no/ep/schema/erhfacts#name>) .
14 -
15 -<http://www.reportinghub.no/ep/schema/facility#Facility>
16 - forms:keyProperties (rdfs:label rdfs:comment <http://www.reportinghub.no/np/schema/npd#name>) .
1 +# baseURI: http://www.reportinghub.no/data/erh
2 +# imports: http://www.reportinghub.no/ep/schema/1.0/erhfacts
3 +# imports: http://www.reportinghub.no/np/data/npd
4 +
5 +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
6 +@prefix ep-flow: <http://www.reportinghub.no/ep/schema/flow#> .
7 +@prefix erh: <http://www.reportinghub.no/ep/schema/erhfacts#> .
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 trym-asgard-ep-facts: <http://www.reportinghub.no/test/flow_facts/data/trym-asgard-ep-facts.ttl#> .
12 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
13 +
14 +<http://www.reportinghub.no/data/erh>
15 + rdf:type owl:Ontology ;
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 .
18 +
19 +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_BUDGET_FIELD_VOLUMES>
20 + rdf:type ep-flow:BudgetFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
21 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
22 + erh:id "MIKKEL_BUDGET_FIELD_VOLUMES"^^xsd:string ;
23 + erh:name "Mikkel budgeted volumes"^^xsd:string .
24 +
25 +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_EXCESS>
26 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-flare , ep-flow:Flow ;
27 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
28 + erh:id "MIKKEL_CONSUME_FLARE_EXCESS"^^xsd:string ;
29 + erh:name "Mikkel consumed excess flare"^^xsd:string .
30 +
31 +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FLARE_TOT>
32 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-flare , ep-flow:Flow ;
33 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
34 + erh:id "MIKKEL_CONSUME_FLARE_TOT"^^xsd:string ;
35 + erh:name "Mikkel consumed flare excluding excess flare"^^xsd:string .
36 +
37 +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_CONSUME_FUEL_DRILLING>
38 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:Flow ;
39 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
40 + erh:id "MIKKEL_CONSUME_FUEL_DRILLING"^^xsd:string ;
41 + erh:name "Mikkel consumed drilling fuel"^^xsd:string .
42 +
43 +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_FISCAL_FIELD_VOLUMES>
44 + rdf:type ep-flow:Flow , ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation ;
45 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
46 + erh:id "MIKKEL_FISCAL_FIELD_VOLUMES"^^xsd:string ;
47 + erh:name "Mikkel measured total volumes"^^xsd:string .
48 +
49 +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_FORECAST_PRODUCTION>
50 + rdf:type ep-flow:Flow , ep-flow:ForecastFlow , ep-flow:ProductionExploitation ;
51 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
52 + erh:id "MIKKEL_FORECAST_PRODUCTION"^^xsd:string ;
53 + erh:name "Mikkel forecasted volumes"^^xsd:string .
54 +
55 +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_GAS_INJECTION_TOT>
56 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:InjectionFlow ;
57 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
58 + erh:id "MIKKEL_GAS_INJECTION_TOT"^^xsd:string ;
59 + erh:name "Mikkel injected gas"^^xsd:string .
60 +
61 +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_MPT5_FISCAL_VOLUMES>
62 + rdf:type ep-flow:Flow , ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation ;
63 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
64 + erh:id "MIKKEL_MPT5_FISCAL_VOLUMES"^^xsd:string ;
65 + erh:name "Mikkel MPT5 measured volumes"^^xsd:string .
66 +
67 +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_SALEABLE_PRODUCTION>
68 + rdf:type ep-flow:Flow , ep-flow:ProductionExploitation , ep-flow:SaleableFlow ;
69 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1630514> ;
70 + erh:id "MIKKEL_SALEABLE_PRODUCTION"^^xsd:string ;
71 + erh:name "Mikkel saleable volumes"^^xsd:string .
72 +
73 +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_ALLOCATED_PRODUCTION>
74 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
75 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
76 + erh:id "TRY_ALLOCATED_PRODUCTION"^^xsd:string ;
77 + erh:name "Trym allocated volumes"^^xsd:string .
78 +
79 +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CHEMICAL_INJECTION>
80 + rdf:type ep-flow:Flow , ep-flow:InjectionFlow , ep-flow:MeasuredFlow ;
81 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
82 + erh:id "TRY_CHEMICAL_INJECTION"^^xsd:string ;
83 + erh:name "Trym injection of chemicals"^^xsd:string .
84 +
85 +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_COMPRESSOR_D32_VOLUMES>
86 + rdf:type ep-flow:Flow , ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation ;
87 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
88 + erh:id "TRY_COMPRESSOR_D32_VOLUMES"^^xsd:string ;
89 + erh:name "Trym compressor D32 measured volumes"^^xsd:string .
90 +
91 +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_COMPRESSOR_D34_VOLUMES>
92 + rdf:type ep-flow:Flow , ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation ;
93 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
94 + erh:id "TRY_COMPRESSOR_D34_VOLUMES"^^xsd:string ;
95 + erh:name "Trym compressor D34 measured volumes"^^xsd:string .
96 +
97 +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CONSUME_FLARE_EXCESS>
98 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-flare , ep-flow:Flow ;
99 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
100 + erh:id "TRY_CONSUME_FLARE_EXCESS"^^xsd:string ;
101 + erh:name "Trym consumed excess flare"^^xsd:string .
102 +
103 +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CONSUME_FLARE_TOT>
104 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-flare , ep-flow:Flow ;
105 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
106 + erh:id "TRY_CONSUME_FLARE_TOT"^^xsd:string ;
107 + erh:name "Trym consumed flare excluding excess flare"^^xsd:string .
108 +
109 +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CONSUME_FUEL_DRILLING>
110 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:Flow ;
111 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
112 + erh:id "TRY_CONSUME_FUEL_DRILLING"^^xsd:string ;
113 + erh:name "Trym consumed drilling fuel"^^xsd:string .
114 +
115 +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CONSUME_FUEL_TOT>
116 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:Flow ;
117 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
118 + erh:id "TRY_CONSUME_FUEL_TOT"^^xsd:string ;
119 + erh:name "Trym consumed total fuel"^^xsd:string .
120 +
121 +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_CONSUME_FUEL_WAT_INJ>
122 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:Flow ;
123 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
124 + erh:id "TRY_CONSUME_FUEL_WAT_INJ"^^xsd:string ;
125 + erh:name "Trym consumed water injection fuel"^^xsd:string .
126 +
127 +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_FISCAL_FIELD_VOLUMES>
128 + rdf:type ep-flow:Flow , ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation ;
129 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
130 + erh:id "TRY_FISCAL_FIELD_VOLUMES"^^xsd:string ;
131 + erh:name "Trym measured total volumes"^^xsd:string .
132 +
133 +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_GAS_INJECTION_TOT>
134 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:InjectionFlow ;
135 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
136 + erh:id "TRY_GAS_INJECTION_TOT"^^xsd:string ;
137 + erh:name "Trym injected gas"^^xsd:string .
138 +
139 +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_MPD5_FISCAL_VOLUMES>
140 + rdf:type ep-flow:Flow , ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation ;
141 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
142 + erh:id "TRY_MPD5_FISCAL_VOLUMES"^^xsd:string ;
143 + erh:name "Trym MPD5 measured volumes"^^xsd:string .
144 +
145 +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_MPM1_FISCAL_VOLUMES>
146 + rdf:type ep-flow:Flow , ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation ;
147 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
148 + erh:id "TRY_MPM1_FISCAL_VOLUMES"^^xsd:string ;
149 + erh:name "Trym MPM1 measured volumes"^^xsd:string .
150 +
151 +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_MPM2_FISCAL_VOLUMES>
152 + rdf:type ep-flow:Flow , ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation ;
153 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
154 + erh:id "TRY_MPM2_FISCAL_VOLUMES"^^xsd:string ;
155 + erh:name "Trym MPM2 measured volumes"^^xsd:string .
156 +
157 +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_SALEABLE_PRODUCTION>
158 + rdf:type ep-flow:Flow , ep-flow:ProductionExploitation , ep-flow:SaleableFlow ;
159 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
160 + erh:id "TRY_SALEABLE_PRODUCTION"^^xsd:string ;
161 + erh:name "Trym saleable volumes"^^xsd:string .
162 +
163 +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_A1_AH_ALLOCATED_INJ_VOLUMES>
164 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:InjectionFlow ;
165 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
166 + erh:id "TRY_WB_A1_AH_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
167 + erh:name "3/7-A-1 AH allocated injection volumes"^^xsd:string .
168 +
169 +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_A1_AH_ALLOCATED_PROD_VOLUMES>
170 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
171 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
172 + erh:id "TRY_WB_A1_AH_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
173 + erh:name "3/7-A-1 AH allocated production volumes"^^xsd:string .
174 +
175 +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_A2_H_ALLOCATED_INJ_VOLUMES>
176 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:InjectionFlow ;
177 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
178 + erh:id "TRY_WB_A2_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
179 + erh:name "3/7-A-2 H allocated injection volumes"^^xsd:string .
180 +
181 +<http://www.reportinghub.no/data/erh/Field-18081500-Flow-TRY_WB_A2_H_ALLOCATED_PROD_VOLUMES>
182 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
183 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-18081500> ;
184 + erh:id "TRY_WB_A2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
185 + erh:name "3/7-A-2 H allocated production volumes"^^xsd:string .
186 +
187 +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_ALLOCATED_PRODUCTION>
188 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
189 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ;
190 + erh:id "KRISTIN_ALLOCATED_PRODUCTION"^^xsd:string ;
191 + erh:name "Kristin allocated volumes"^^xsd:string .
192 +
193 +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_CHEMICAL_INJECTION>
194 + rdf:type ep-flow:Flow , ep-flow:InjectionFlow , ep-flow:MeasuredFlow ;
195 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ;
196 + erh:id "KRISTIN_CHEMICAL_INJECTION"^^xsd:string ;
197 + erh:name "Kristin injection of chemicals"^^xsd:string .
198 +
199 +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_FISCAL_FIELD_VOLUMES>
200 + rdf:type ep-flow:Flow , ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation ;
201 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ;
202 + erh:id "KRISTIN_FISCAL_FIELD_VOLUMES"^^xsd:string ;
203 + erh:name "Kristin measured total volumes"^^xsd:string .
204 +
205 +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_GAS_INJECTION_TOT>
206 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:InjectionFlow ;
207 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ;
208 + erh:id "KRISTIN_GAS_INJECTION_TOT"^^xsd:string ;
209 + erh:name "Kristin injected gas"^^xsd:string .
210 +
211 +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_MPM1_FISCAL_VOLUMES>
212 + rdf:type ep-flow:Flow , ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation ;
213 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ;
214 + erh:id "KRISTIN_MPM1_FISCAL_VOLUMES"^^xsd:string ;
215 + erh:name "Kristin MPM1 measured volumes"^^xsd:string .
216 +
217 +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_MPT2_FISCAL_VOLUMES>
218 + rdf:type ep-flow:Flow , ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation ;
219 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ;
220 + erh:id "KRISTIN_MPT2_FISCAL_VOLUMES"^^xsd:string ;
221 + erh:name "Kristin MPT2 measured volumes"^^xsd:string .
222 +
223 +<http://www.reportinghub.no/data/erh/Field-1854729-Flow-KRISTIN_SALEABLE_PRODUCTION>
224 + rdf:type ep-flow:Flow , ep-flow:ProductionExploitation , ep-flow:SaleableFlow ;
225 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-1854729> ;
226 + erh:id "KRISTIN_SALEABLE_PRODUCTION"^^xsd:string ;
227 + erh:name "Kristin saleable volumes"^^xsd:string .
228 +
229 +<http://www.reportinghub.no/data/erh/Field-3960848-Flow-TYRIHANS_CONSUME_FUEL_DRILLING>
230 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:Flow ;
231 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-3960848> ;
232 + erh:id "TYRIHANS_CONSUME_FUEL_DRILLING"^^xsd:string ;
233 + erh:name "Tyrihans consumed drilling fuel"^^xsd:string .
234 +
235 +<http://www.reportinghub.no/data/erh/Field-3960848-Flow-TYRIHANS_CONSUME_FUEL_TOT>
236 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:Flow ;
237 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-3960848> ;
238 + erh:id "TYRIHANS_CONSUME_FUEL_TOT"^^xsd:string ;
239 + erh:name "Tyrihans consumed total fuel"^^xsd:string .
240 +
241 +<http://www.reportinghub.no/data/erh/Field-3960848-Flow-TYRIHANS_MPM1_FISCAL_VOLUMES>
242 + rdf:type ep-flow:Flow , ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation ;
243 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-3960848> ;
244 + erh:id "TYRIHANS_MPM1_FISCAL_VOLUMES"^^xsd:string ;
245 + erh:name "Tyrihans compressor MPM1 measured volumes"^^xsd:string .
246 +
247 +<http://www.reportinghub.no/data/erh/Field-3960848-Flow-TYRIHANS_SALEABLE_PRODUCTION>
248 + rdf:type ep-flow:Flow , ep-flow:ProductionExploitation , ep-flow:SaleableFlow ;
249 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-3960848> ;
250 + erh:id "TYRIHANS_SALEABLE_PRODUCTION"^^xsd:string ;
251 + erh:name "Tyrihans saleable volumes"^^xsd:string .
252 +
253 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_ALLOCATED_PRODUCTION>
254 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
255 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
256 + erh:id "ASG_ALLOCATED_PRODUCTION"^^xsd:string ;
257 + erh:name "Åsgard allocated volumes"^^xsd:string .
258 +
259 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_A_ALLOCATED_PRODUCTION>
260 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
261 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
262 + erh:id "ASG_A_ALLOCATED_PRODUCTION"^^xsd:string ;
263 + erh:name "Åsgard A allocated volumes"^^xsd:string .
264 +
265 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_A_CONSUME_FLARE>
266 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-flare , ep-flow:Flow ;
267 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
268 + erh:id "ASG_A_CONSUME_FLARE"^^xsd:string ;
269 + erh:name "Åsgard A consumed flare"^^xsd:string .
270 +
271 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_A_CONSUME_FUEL_TOT>
272 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:Flow ;
273 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
274 + erh:id "ASG_A_CONSUME_FUEL_TOT"^^xsd:string ;
275 + erh:name "Åsgard A total consumed fuel"^^xsd:string .
276 +
277 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_A_FISCAL_VOLUMES>
278 + rdf:type ep-flow:Flow , ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation ;
279 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
280 + erh:id "ASG_A_FISCAL_VOLUMES"^^xsd:string ;
281 + erh:name "Åsgard A measured total volumes"^^xsd:string .
282 +
283 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_A_GAS_INJETION>
284 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:InjectionFlow ;
285 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
286 + erh:id "ASG_A_GAS_INJETION"^^xsd:string ;
287 + erh:name "Åsgard A injected gas"^^xsd:string .
288 +
289 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_ALLOCATED_EXPORT>
290 + rdf:type ep-flow:AllocatedFlow , ep-flow:ExportFlow , ep-flow:Flow ;
291 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
292 + erh:id "ASG_B_ALLOCATED_EXPORT"^^xsd:string ;
293 + erh:name "Åsgard B allocated export volumes"^^xsd:string .
294 +
295 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_ALLOCATED_IMPORT>
296 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ImportFlow ;
297 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
298 + erh:id "ASG_B_ALLOCATED_IMPORT"^^xsd:string ;
299 + erh:name "Åsgard B allocated import volumes"^^xsd:string .
300 +
301 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_ALLOCATED_PRODUCTION>
302 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
303 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
304 + erh:id "ASG_B_ALLOCATED_PRODUCTION"^^xsd:string ;
305 + erh:name "Åsgard B allocated volumes"^^xsd:string .
306 +
307 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_CONSUME_FLARE_TOT>
308 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-flare , ep-flow:Flow ;
309 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
310 + erh:id "ASG_B_CONSUME_FLARE_TOT"^^xsd:string ;
311 + erh:name "Åsgard B consumed flare"^^xsd:string .
312 +
313 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_CONSUME_FUEL_TOT>
314 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:Flow ;
315 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
316 + erh:id "ASG_B_CONSUME_FUEL_TOT"^^xsd:string ;
317 + erh:name "Åsgard B consumed total fuel"^^xsd:string .
318 +
319 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_FISCAL_VOLUMES>
320 + rdf:type ep-flow:Flow , ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation ;
321 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
322 + erh:id "ASG_B_FISCAL_VOLUMES"^^xsd:string ;
323 + erh:name "Åsgard B measured total volumes"^^xsd:string .
324 +
325 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_B_GAS_INJECTION_TOT>
326 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:InjectionFlow ;
327 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
328 + erh:id "ASG_B_GAS_INJECTION_TOT"^^xsd:string ;
329 + erh:name "Åsgard B injected gas"^^xsd:string .
330 +
331 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_C_CONSUME_FUEL_TOT>
332 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:Flow ;
333 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
334 + erh:id "ASG_C_CONSUME_FUEL_TOT"^^xsd:string ;
335 + erh:name "Åsgard C consumed total fuel"^^xsd:string .
336 +
337 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_D_ALLOCATED_PRODUCTION>
338 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
339 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
340 + erh:id "ASG_D_ALLOCATED_PRODUCTION"^^xsd:string ;
341 + erh:name "Åsgard D allocated volumes"^^xsd:string .
342 +
343 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_D_FISCAL_VOLUMES>
344 + rdf:type ep-flow:Flow , ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation ;
345 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
346 + erh:id "ASG_D_FISCAL_VOLUMES"^^xsd:string ;
347 + erh:name "Åsgard D measured total volumes"^^xsd:string .
348 +
349 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_D_INJECTION_TOT>
350 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:InjectionFlow ;
351 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
352 + erh:id "ASG_D_INJECTION_TOT"^^xsd:string ;
353 + erh:name "Åsgard D injected gas"^^xsd:string .
354 +
355 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_E_ALLOCATED_PRODUCTION>
356 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
357 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
358 + erh:id "ASG_E_ALLOCATED_PRODUCTION"^^xsd:string ;
359 + erh:name "Åsgard E allocated volumes"^^xsd:string .
360 +
361 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_E_FISCAL_VOLUMES>
362 + rdf:type ep-flow:Flow , ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation ;
363 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
364 + erh:id "ASG_E_FISCAL_VOLUMES"^^xsd:string ;
365 + erh:name "Åsgard E measured total volumes"^^xsd:string .
366 +
367 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_E_FLOWLINE>
368 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
369 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
370 + erh:id "ASG_E_FLOWLINE"^^xsd:string ;
371 + erh:name "Åsgard E flowline allocated volumes"^^xsd:string .
372 +
373 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_E_INJECTION_TOT>
374 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:InjectionFlow ;
375 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
376 + erh:id "ASG_E_INJECTION_TOT"^^xsd:string ;
377 + erh:name "Åsgard E injected gas"^^xsd:string .
378 +
379 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_GAS_INJECTION_TOT>
380 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:InjectionFlow ;
381 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
382 + erh:id "ASG_GAS_INJECTION_TOT"^^xsd:string ;
383 + erh:name "Åsgard injected gas"^^xsd:string .
384 +
385 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_SALEABLE_PRODUTION>
386 + rdf:type ep-flow:Flow , ep-flow:ProductionExploitation , ep-flow:SaleableFlow ;
387 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
388 + erh:id "ASG_SALEABLE_PRODUTION"^^xsd:string ;
389 + erh:name "Åsgard saleable volumes"^^xsd:string .
390 +
391 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11E3_H_ALLOCATED_INJ_VOLUMES>
392 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:InjectionFlow ;
393 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
394 + erh:id "ASG_WB_11E3_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
395 + erh:name "6506/11-E-3 H allocated injection volumes"^^xsd:string .
396 +
397 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11F2_H_ALLOCATED_PROD_VOLUMES>
398 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
399 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
400 + erh:id "ASG_WB_11F2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
401 + erh:name "6506/11-F-2 H allocated production volumes"^^xsd:string .
402 +
403 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11F4_H_ALLOCATED_INJ_VOLUMES>
404 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:InjectionFlow ;
405 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
406 + erh:id "ASG_WB_11F4_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
407 + erh:name "6506/11-F-4 H allocated injection volumes"^^xsd:string .
408 +
409 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11G1_H_ALLOCATED_INJ_VOLUMES>
410 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:InjectionFlow ;
411 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
412 + erh:id "ASG_WB_11G1_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
413 + erh:name "6506/11-G-1 H allocated injection volumes"^^xsd:string .
414 +
415 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11G3_H_ALLOCATED_INJ_VOLUMES>
416 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:InjectionFlow ;
417 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
418 + erh:id "ASG_WB_11G3_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
419 + erh:name "6506/11-G-3 H allocated injection volumes"^^xsd:string .
420 +
421 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11G4_H_ALLOCATED_INJ_VOLUMES>
422 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:InjectionFlow ;
423 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
424 + erh:id "ASG_WB_11G4_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
425 + erh:name "6506/11-G-4 H allocated injection volumes"^^xsd:string .
426 +
427 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11X1_H_ALLOCATED_PROD_VOLUMES>
428 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
429 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
430 + erh:id "ASG_WB_11X1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
431 + erh:name "6507/11-X-1 H allocated production volumes"^^xsd:string .
432 +
433 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11X2_H_ALLOCATED_PROD_VOLUMES>
434 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
435 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
436 + erh:id "ASG_WB_11X2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
437 + erh:name "6507/11-X-2 H allocated production volumes"^^xsd:string .
438 +
439 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11X3_H_ALLOCATED_PROD_VOLUMES>
440 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
441 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
442 + erh:id "ASG_WB_11X3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
443 + erh:name "6507/11-X-3 H allocated production volumes"^^xsd:string .
444 +
445 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11X4_H_ALLOCATED_PROD_VOLUMES>
446 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
447 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
448 + erh:id "ASG_WB_11X4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
449 + erh:name "6507/11-X-4 H allocated production volumes"^^xsd:string .
450 +
451 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11Y1_H_ALLOCATED_PROD_VOLUMES>
452 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
453 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
454 + erh:id "ASG_WB_11Y1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
455 + erh:name "6507/11-Y-1 H allocated production volumes"^^xsd:string .
456 +
457 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11Y2_H_ALLOCATED_PROD_VOLUMES>
458 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
459 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
460 + erh:id "ASG_WB_11Y2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
461 + erh:name "6507/11-Y-2 H allocated production volumes"^^xsd:string .
462 +
463 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11Y3_H_ALLOCATED_PROD_VOLUMES>
464 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
465 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
466 + erh:id "ASG_WB_11Y3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
467 + erh:name "6507/11-Y-3 H allocated production volumes"^^xsd:string .
468 +
469 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_11Y4_H_ALLOCATED_PROD_VOLUMES>
470 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
471 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
472 + erh:id "ASG_WB_11Y4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
473 + erh:name "6507/11-Y-4 H allocated production volumes"^^xsd:string .
474 +
475 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12H1_H_ALLOCATED_PROD_VOLUMES>
476 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
477 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
478 + erh:id "ASG_WB_12H1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
479 + erh:name "6506/12-H-1 H allocated production volumes"^^xsd:string .
480 +
481 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12H3_H_ALLOCATED_PROD_VOLUMES>
482 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
483 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
484 + erh:id "ASG_WB_12H3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
485 + erh:name "6506/12-H-3 H allocated production volumes"^^xsd:string .
486 +
487 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12H4_H_ALLOCATED_PROD_VOLUMES>
488 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
489 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
490 + erh:id "ASG_WB_12H4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
491 + erh:name "6506/12-H-4 H allocated production volumes"^^xsd:string .
492 +
493 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12I1_AH_ALLOCATED_PROD_VOLUMES>
494 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
495 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
496 + erh:id "ASG_WB_12I1_AH_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
497 + erh:name "6506/12-I-1 AH allocated production volumes"^^xsd:string .
498 +
499 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12I2_H_ALLOCATED_PROD_VOLUMES>
500 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
501 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
502 + erh:id "ASG_WB_12I2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
503 + erh:name "6506/12-I-2 H allocated production volumes"^^xsd:string .
504 +
505 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12I3_H_ALLOCATED_PROD_VOLUMES>
506 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
507 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
508 + erh:id "ASG_WB_12I3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
509 + erh:name "6506/12-I-3 H allocated production volumes"^^xsd:string .
510 +
511 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12I4_H_ALLOCATED_PROD_VOLUMES>
512 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
513 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
514 + erh:id "ASG_WB_12I4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
515 + erh:name "6506/12-I-4 H allocated production volumes"^^xsd:string .
516 +
517 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12J1_H_ALLOCATED_PROD_VOLUMES>
518 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
519 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
520 + erh:id "ASG_WB_12J1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
521 + erh:name "6506/12-J-1 H allocated production volumes"^^xsd:string .
522 +
523 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12J2_H_ALLOCATED_PROD_VOLUMES>
524 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
525 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
526 + erh:id "ASG_WB_12J2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
527 + erh:name "6506/12-J-2 H allocated production volumes"^^xsd:string .
528 +
529 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12J3_H_ALLOCATED_PROD_VOLUMES>
530 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
531 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
532 + erh:id "ASG_WB_12J3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
533 + erh:name "6506/12-J-3 H allocated production volumes"^^xsd:string .
534 +
535 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12J4_H_ALLOCATED_PROD_VOLUMES>
536 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
537 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
538 + erh:id "ASG_WB_12J4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
539 + erh:name "6506/12-J-4 H allocated production volumes"^^xsd:string .
540 +
541 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12K1_H_ALLOCATED_INJ_VOLUMES>
542 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:InjectionFlow ;
543 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
544 + erh:id "ASG_WB_12K1_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
545 + erh:name "6506/12-K-1 H allocated injection volumes"^^xsd:string .
546 +
547 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12K2_H_ALLOCATED_PROD_VOLUMES>
548 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
549 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
550 + erh:id "ASG_WB_12K2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
551 + erh:name "6506/12-K-2 H allocated production volumes"^^xsd:string .
552 +
553 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12K3_H_ALLOCATED_INJ_VOLUMES>
554 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:InjectionFlow ;
555 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
556 + erh:id "ASG_WB_12K3_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
557 + erh:name "6506/12-K-3 H allocated injection volumes"^^xsd:string .
558 +
559 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12L1_H_ALLOCATED_PROD_VOLUMES>
560 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
561 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
562 + erh:id "ASG_WB_12L1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
563 + erh:name "6506/12-L-1 H allocated production volumes"^^xsd:string .
564 +
565 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12L2_H_ALLOCATED_PROD_VOLUMES>
566 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
567 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
568 + erh:id "ASG_WB_12L2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
569 + erh:name "6506/12-L-2 H allocated production volumes"^^xsd:string .
570 +
571 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12L3_H_ALLOCATED_PROD_VOLUMES>
572 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
573 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
574 + erh:id "ASG_WB_12L3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
575 + erh:name "6506/12-L-3 H allocated production volumes"^^xsd:string .
576 +
577 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12L4_H_ALLOCATED_PROD_VOLUMES>
578 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
579 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
580 + erh:id "ASG_WB_12L4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
581 + erh:name "6506/12-L-4 H allocated production volumes"^^xsd:string .
582 +
583 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12M1_H_ALLOCATED_PROD_VOLUMES>
584 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
585 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
586 + erh:id "ASG_WB_12M1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
587 + erh:name "6506/12-M-1 H allocated production volumes"^^xsd:string .
588 +
589 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12M2_H_ALLOCATED_PROD_VOLUMES>
590 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
591 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
592 + erh:id "ASG_WB_12M2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
593 + erh:name "6506/12-M-2 H allocated production volumes"^^xsd:string .
594 +
595 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12M3_H_ALLOCATED_PROD_VOLUMES>
596 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
597 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
598 + erh:id "ASG_WB_12M3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
599 + erh:name "6506/12-M- H allocated production volumes"^^xsd:string .
600 +
601 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12M4_H_ALLOCATED_PROD_VOLUMES>
602 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
603 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
604 + erh:id "ASG_WB_12M4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
605 + erh:name "6506/12-M-4 H allocated production volumes"^^xsd:string .
606 +
607 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12N1_H_ALLOCATED_PROD_VOLUMES>
608 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
609 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
610 + erh:id "ASG_WB_12N1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
611 + erh:name "6506/12-N-1 H allocated production volumes"^^xsd:string .
612 +
613 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12N2_H_ALLOCATED_PROD_VOLUMES>
614 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
615 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
616 + erh:id "ASG_WB_12N2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
617 + erh:name "6506/12-N-2 H allocated production volumes"^^xsd:string .
618 +
619 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12N3_H_ALLOCATED_PROD_VOLUMES>
620 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
621 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
622 + erh:id "ASG_WB_12N3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
623 + erh:name "6506/12-N-3 H allocated production volumes"^^xsd:string .
624 +
625 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12N4_H_ALLOCATED_PROD_VOLUMES>
626 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
627 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
628 + erh:id "ASG_WB_12N4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
629 + erh:name "6506/12-N-4 H allocated production volumes"^^xsd:string .
630 +
631 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12P1_H_ALLOCATED_PROD_VOLUMES>
632 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
633 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
634 + erh:id "ASG_WB_12P1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
635 + erh:name "6506/12-P-1 H allocated production volumes"^^xsd:string .
636 +
637 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12P2_H_ALLOCATED_PROD_VOLUMES>
638 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
639 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
640 + erh:id "ASG_WB_12P2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
641 + erh:name "6506/12-P-2 H allocated production volumes"^^xsd:string .
642 +
643 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12P3_H_ALLOCATED_PROD_VOLUMES>
644 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
645 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
646 + erh:id "ASG_WB_12P3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
647 + erh:name "6506/12-P-3 H allocated production volumes"^^xsd:string .
648 +
649 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12P4_AH_ALLOCATED_PROD_VOLUMES>
650 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
651 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
652 + erh:id "ASG_WB_12P4_AH_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
653 + erh:name "6506/12-P-4 AH allocated production volumes"^^xsd:string .
654 +
655 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12Q1_H_ALLOCATED_PROD_VOLUMES>
656 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
657 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
658 + erh:id "ASG_WB_12Q1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
659 + erh:name "6506/12-Q-1 H allocated production volumes"^^xsd:string .
660 +
661 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12Q2_H_ALLOCATED_PROD_VOLUMES>
662 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
663 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
664 + erh:id "ASG_WB_12Q2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
665 + erh:name "6506/12-Q-2 H allocated production volumes"^^xsd:string .
666 +
667 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12Q3_H_ALLOCATED_PROD_VOLUMES>
668 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
669 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
670 + erh:id "ASG_WB_12Q3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
671 + erh:name "6506/12-Q-3 H allocated production volumes"^^xsd:string .
672 +
673 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12Q4_H_ALLOCATED_PROD_VOLUMES>
674 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
675 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
676 + erh:id "ASG_WB_12Q4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
677 + erh:name "6506/12-Q-4 H allocated production volumes"^^xsd:string .
678 +
679 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12Q5_Y2H_ALLOCATED_PROD_VOLUMES>
680 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
681 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
682 + erh:id "ASG_WB_12Q5_Y2H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
683 + erh:name "6506/12-Q-5 Y2H allocated production volumes"^^xsd:string .
684 +
685 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12R1_H_ALLOCATED_INJ_VOLUMES>
686 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:InjectionFlow ;
687 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
688 + erh:id "ASG_WB_12R1_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
689 + erh:name "6506/12-R-1 H allocated injection volumes"^^xsd:string .
690 +
691 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12R2_H_ALLOCATED_INJ_VOLUMES>
692 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:InjectionFlow ;
693 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
694 + erh:id "ASG_WB_12R2_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
695 + erh:name "6506/12-R-2 H allocated injection volumes"^^xsd:string .
696 +
697 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12R3_H_ALLOCATED_INJ_VOLUMES>
698 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:InjectionFlow ;
699 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
700 + erh:id "ASG_WB_12R3_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
701 + erh:name "6506/12-R-3 Y1H allocated injection volumes"^^xsd:string , "6506/12-R-3 Y2H allocated injection volumes"^^xsd:string .
702 +
703 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12R4_H_ALLOCATED_INJ_VOLUMES>
704 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:InjectionFlow ;
705 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
706 + erh:id "ASG_WB_12R4_H_ALLOCATED_INJ_VOLUMES"^^xsd:string ;
707 + erh:name "6506/12-R-4 H allocated injection volumes"^^xsd:string .
708 +
709 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12S1_H_ALLOCATED_PROD_VOLUMES>
710 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
711 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
712 + erh:id "ASG_WB_12S1_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
713 + erh:name "6506/12-S-1 H allocated production volumes"^^xsd:string .
714 +
715 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12S2_H_ALLOCATED_PROD_VOLUMES>
716 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
717 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
718 + erh:id "ASG_WB_12S2_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
719 + erh:name "6506/12-S-2 H allocated production volumes"^^xsd:string .
720 +
721 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12S3_H_ALLOCATED_PROD_VOLUMES>
722 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
723 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
724 + erh:id "ASG_WB_12S3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
725 + erh:name "6506/12-S-3 H allocated production volumes"^^xsd:string .
726 +
727 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_12S4_H_ALLOCATED_PROD_VOLUMES>
728 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
729 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
730 + erh:id "ASG_WB_12S4_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
731 + erh:name "6506/12-S-4 H allocated production volumes"^^xsd:string .
732 +
733 +<http://www.reportinghub.no/data/erh/Field-43765-Flow-ASG_WB_2Z3_H_ALLOCATED_PROD_VOLUMES>
734 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
735 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-43765> ;
736 + erh:id "ASG_WB_2Z3_H_ALLOCATED_PROD_VOLUMES"^^xsd:string ;
737 + erh:name "6407/2-Z-3 H allocated production volumes"^^xsd:string .
738 +
739 +<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_A34_FISCAL_VOLUMES>
740 + rdf:type ep-flow:Flow , ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation ;
741 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
742 + erh:id "MORVIN_A34_FISCAL_VOLUMES"^^xsd:string ;
743 + erh:name "Morvin compressor A34 measured volumes"^^xsd:string .
744 +
745 +<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_A34_INJECTION>
746 + rdf:type ep-flow:Flow , ep-flow:InjectionFlow , ep-flow:MeteredFlowFiscal ;
747 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
748 + erh:id "MORVIN_A34_INJECTION"^^xsd:string ;
749 + erh:name "Morvin compressor A34 injected volumes"^^xsd:string .
750 +
751 +<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_ADJUSTED_PRODUCTION>
752 + rdf:type ep-flow:Flow , ep-flow:ProductionExploitation , ep-flow:ProductionFlow ;
753 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
754 + erh:id "MORVIN_ADJUSTED_PRODUCTION"^^xsd:string ;
755 + erh:name "Morvin adjusted volumes"^^xsd:string .
756 +
757 +<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_ALLOCATED_PRODUCTION>
758 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
759 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
760 + erh:id "MORVIN_ALLOCATED_PRODUCTION"^^xsd:string ;
761 + erh:name "Morvin allocated volumes"^^xsd:string .
762 +
763 +<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_CONSUME_FLARE_TOT>
764 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-flare , ep-flow:Flow ;
765 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
766 + erh:id "MORVIN_CONSUME_FLARE_TOT"^^xsd:string ;
767 + erh:name "Morvin total consumed flare"^^xsd:string .
768 +
769 +<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_CONSUME_FUEL_WAT_INJ>
770 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:Flow ;
771 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
772 + erh:id "MORVIN_CONSUME_FUEL_WAT_INJ"^^xsd:string ;
773 + erh:name "Morvin consumed water injection fuel"^^xsd:string .
774 +
775 +<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_GAS_INJECTION_TOT>
776 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:InjectionFlow ;
777 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
778 + erh:id "MORVIN_GAS_INJECTION_TOT"^^xsd:string ;
779 + erh:name "Morvin injected gas"^^xsd:string .
780 +
781 +<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_MPM2_FISCAL_VOLUMES>
782 + rdf:type ep-flow:Flow , ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation ;
783 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
784 + erh:id "MORVIN_MPM2_FISCAL_VOLUMES"^^xsd:string ;
785 + erh:name "Morvin MPM2 measured volumes"^^xsd:string .
786 +
787 +<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_N32_FISCAL_VOLUMES>
788 + rdf:type ep-flow:Flow , ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation ;
789 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
790 + erh:id "MORVIN_N32_FISCAL_VOLUMES"^^xsd:string ;
791 + erh:name "Morvin compressor N32 measured volumes"^^xsd:string .
792 +
793 +<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_N32_INJECTION>
794 + rdf:type ep-flow:Flow , ep-flow:InjectionFlow , ep-flow:MeteredFlowFiscal ;
795 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
796 + erh:id "MORVIN_N32_INJECTION"^^xsd:string ;
797 + erh:name "Morvin compressor N32 injected volumes"^^xsd:string .
798 +
799 +<http://www.reportinghub.no/data/erh/Field-4966234-Flow-MORVIN_SALEABLE_PRODUCTION>
800 + rdf:type ep-flow:Flow , ep-flow:ProductionExploitation , ep-flow:SaleableFlow ;
801 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4966234> ;
802 + erh:id "MORVIN_SALEABLE_PRODUCTION"^^xsd:string ;
803 + erh:name "Morvin saleable volumes"^^xsd:string .
804 +
805 +<http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_ALLOCATED_PRODUCTION>
806 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:ProductionExploitation ;
807 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ;
808 + erh:id "YTTGYT_ALLOCATED_PRODUCTION"^^xsd:string ;
809 + erh:name "Yttergryta allocated volumes"^^xsd:string .
810 +
811 +<http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_CONSUME_FUEL_TOT>
812 + rdf:type ep-flow:AllocatedFlow , ep-flow:ConsumptionFlow-fuel , ep-flow:Flow ;
813 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ;
814 + erh:id "YTTGYT_CONSUME_FUEL_TOT"^^xsd:string ;
815 + erh:name "Yttergryta total consumes fuel"^^xsd:string .
816 +
817 +<http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_GAS_INJECTION_TOT>
818 + rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:InjectionFlow ;
819 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ;
820 + erh:id "YTTGYT_GAS_INJECTION_TOT"^^xsd:string ;
821 + erh:name "Yttergryta injected gas"^^xsd:string .
822 +
823 +<http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_MPM1_FISCAL_VOLUMES>
824 + rdf:type ep-flow:Flow , ep-flow:MeteredFlowFiscal , ep-flow:ProductionExploitation ;
825 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ;
826 + erh:id "YTTGYT_MPM1_FISCAL_VOLUMES"^^xsd:string ;
827 + erh:name "Yttergryta MPM1 measured volumes"^^xsd:string .
828 +
829 +<http://www.reportinghub.no/data/erh/Field-4973114-Flow-YTTGYT_SALEABLE_PRODUCTION>
830 + rdf:type ep-flow:Flow , ep-flow:ProductionExploitation , ep-flow:SaleableFlow ;
831 + ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-4973114> ;
832 + erh:id "YTTGYT_SALEABLE_PRODUCTION"^^xsd:string ;
833 + erh:name "Yttergryta saleable volumes"^^xsd:string .
1 # baseURI: http://www.reportinghub.no/test/dpr2/testcase/TEST_dpr2-xml-ingest 1 # baseURI: http://www.reportinghub.no/test/dpr2/testcase/TEST_dpr2-xml-ingest
2 # imports: http://spinrdf.org/spin 2 # imports: http://spinrdf.org/spin
3 +# imports: http://www.reportinghub.no/data/erh
3 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector 4 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector
4 # imports: http://www.reportinghub.no/np/data/npd 5 # imports: http://www.reportinghub.no/np/data/npd
5 6
...@@ -15,5 +16,5 @@ ...@@ -15,5 +16,5 @@
15 16
16 <http://www.reportinghub.no/test/dpr2/testcase/TEST_dpr2-xml-ingest> 17 <http://www.reportinghub.no/test/dpr2/testcase/TEST_dpr2-xml-ingest>
17 rdf:type owl:Ontology ; 18 rdf:type owl:Ontology ;
18 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> , <http://www.reportinghub.no/np/data/npd> ; 19 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/data/erh> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> , <http://www.reportinghub.no/np/data/npd> ;
19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 20 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <objects xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 2 <objects xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 - xmlns="http://www.epim.no/schemas/mprml/1" version="1.0(MPRML)"> 3 + xmlns="http://www.epim.no/schemas/mprml/1" version="1.0.0">
4 <documentInfo> 4 <documentInfo>
5 <DocumentName namingSystem="EC">TRYM February 2012</DocumentName> 5 <DocumentName namingSystem="EC">TRYM February 2012</DocumentName>
6 <DocumentAlias namingSystem="EC">TRYM Copex Report</DocumentAlias> 6 <DocumentAlias namingSystem="EC">TRYM Copex Report</DocumentAlias>
......
1 -# baseURI: http://www.reportinghub.no/test/flow_facts_examples/flow-facts-schema
2 -# imports: http://www.reportinghub.no/ep/schema/1.0/flow
3 -
4 -@prefix flowFacts: <http://www.reportinghub.no/test/flow_facts_examples/flow-facts-schema#> .
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_examples/flow-facts-schema>
11 - rdf:type owl:Ontology ;
12 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> ;
13 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
14 -
15 -flowFacts:possibleTemporalPartName
16 - rdf:type owl:DatatypeProperty ;
17 - rdfs:domain <http://www.reportinghub.no/ep/schema/flow#Flow> ;
18 - rdfs:label "possible temporal part name"^^xsd:string .
1 -# baseURI: http://www.reportinghub.no/test/dpr2/testcase/TEST_dpr2-flow-facts-xml-ingest
2 -# imports: http://spinrdf.org/spin
3 -# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector
4 -# imports: http://www.reportinghub.no/np/data/npd
5 -# imports: http://www.reportinghub.no/test/flow_facts_examples/flow_facts
6 -
7 -@prefix : <http://www.reportinghub.no/test/dpr2/testcase/TEST_dpr2-flow-facts-xml-ingest#> .
8 -@prefix TRANSFORM_mpr-collector: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector#> .
9 -@prefix TRYM-DPR2.0-28-FEB-2012-dpr2-ONE-VOLUME: <file:///www.reportinghub.no/test/dpr2/testcase/epim-dpr2/PL147/tqedits/TRYM-DPR2.0-28-FEB-2012-dpr2-ONE-VOLUME.xml#> .
10 -@prefix flow_facts: <http://www.reportinghub.no/test/flow_facts_examples/flow_facts#> .
11 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
12 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
13 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
14 -@prefix sp: <http://spinrdf.org/sp#> .
15 -@prefix spin: <http://spinrdf.org/spin#> .
16 -@prefix spl: <http://spinrdf.org/spl#> .
17 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
18 -
19 -<http://www.reportinghub.no/test/dpr2/testcase/TEST_dpr2-flow-facts-xml-ingest>
20 - rdf:type owl:Ontology ;
21 - owl:imports <http://www.reportinghub.no/test/flow_facts_examples/flow_facts> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> , <http://www.reportinghub.no/np/data/npd> ;
22 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
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 +@prefix tables: <http://topbraid.org/tables#> .
2 +
3 +<file:///www.reportinghub.no/test/flow_facts/data/asgard-flow-facts.tsv.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 +# 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 +@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 -# baseURI: http://www.reportinghub.no/test/flow_facts_examples/flow_facts
2 -# imports: http://www.reportinghub.no/ep/schema/1.0/activity
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
4 -# imports: http://www.reportinghub.no/ep/schema/1.0/core
5 -# imports: http://www.reportinghub.no/ep/schema/1.0/drilling
6 -# imports: http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type
7 -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
8 -# imports: http://www.reportinghub.no/ep/schema/1.0/facility
9 -# imports: http://www.reportinghub.no/ep/schema/1.0/flow
10 -# imports: http://www.reportinghub.no/ep/schema/1.0/geography
11 -# imports: http://www.reportinghub.no/ep/schema/1.0/material
12 -# imports: http://www.reportinghub.no/ep/schema/1.0/organization
13 -# imports: http://www.reportinghub.no/ep/schema/1.0/production-activity
14 -# imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment
15 -# imports: http://www.reportinghub.no/ep/schema/1.0/production-facility
16 -# imports: http://www.reportinghub.no/ep/schema/1.0/production-well
17 -# imports: http://www.reportinghub.no/ep/schema/1.0/report
18 -# imports: http://www.reportinghub.no/ep/schema/1.0/well
19 -# imports: http://www.reportinghub.no/np/data/npd
20 -# imports: http://www.reportinghub.no/test/flow_facts_examples/flow-facts-schema
21 -
22 -@prefix : <http://www.reportinghub.no/test/flow_facts_examples/flow_facts#> .
23 -@prefix TRANSFORM_mpr-collector: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector#> .
24 -@prefix drilling: <http://www.reportinghub.no/ep/schema/1.0/drilling#> .
25 -@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> .
26 -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
27 -@prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> .
28 -@prefix ep-flow: <http://www.reportinghub.no/ep/schema/flow#> .
29 -@prefix flowFacts: <http://www.reportinghub.no/test/flow_facts_examples/flow-facts-schema#> .
30 -@prefix npd: <http://www.reportinghub.no/np/schema/npd#> .
31 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
32 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
33 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
34 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
35 -
36 -<http://www.reportinghub.no/test/flow_facts_examples/flow_facts>
37 - rdf:type owl:Ontology ;
38 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> , <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> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/test/flow_facts_examples/flow-facts-schema> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/np/data/npd> , <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/drilling> ;
39 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
40 -
41 -<https://reportinghub.no/ep/schema/flowRegistry#Flow-000001>
42 - rdf:type ep-flow:MeteredFlowFiscal , ep-flow:ProductionFlow , ep-flow:WholeLifeProductionFlow , ep-flow:Production , ep-flow:Flow ;
43 - rdfs:comment "Fiscal metered total gross gas in Nm3 for Oselvar -> stream pipe 1 and 2 combined"^^xsd:string ;
44 - rdfs:label "flow 000001"^^xsd:string ;
45 - ep-activity:startedAt
46 - "2013-02-11T00:00:00.0Z"^^xsd:dateTime ;
47 - ep-core:name "000001"^^xsd:string ;
48 - ep-flow:flowIntoOrOutOf
49 - <http://www.reportinghub.no/np/data/npd/Field-5506919> ;
50 - flowFacts:possibleTemporalPartName
51 - "OSL GAS STATION PROD FISCAL GAS"^^xsd:string .
52 -
53 -<https://reportinghub.no/ep/schema/flowRegistry#Flow-000002>
54 - rdf:type ep-flow:Flow , ep-flow:Consume , ep-flow:ProductionFlow , ep-flow:WholeLifeProductionFlow ;
55 - rdfs:label "flow 000002"^^xsd:string ;
56 - ep-activity:startedAt
57 - "2013-02-11T00:00:00.0Z"^^xsd:dateTime ;
58 - ep-core:name "000002"^^xsd:string ;
59 - ep-core:partOf <http://www.reportinghub.no/np/data/npd/Field-5506919> ;
60 - ep-flow:flowIntoOrOutOf
61 - <http://www.reportinghub.no/np/data/npd/Field-5506919> ;
62 - flowFacts:possibleTemporalPartName
63 - "OSL MEG TANK1 CONS MEAS CHEM"^^xsd:string , "OSL MEG TANK2 CONS MEAS CHEM"^^xsd:string .
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 +DRAFT 2
2 +
3 +SELECT ?FieldNPDName ?FieldNPDID ?FlowUID ?FlowName ?FlowKind ?FlowQualifier
4 +WHERE {
5 + ?obj_productvolume rdf:type mpr:Obj_productVolume .
6 + ?obj_productvolume mpr:facilityRef ?cs_productvolumefacility .
7 + ?cs_productvolumefacility rdf:type mpr:Cs_productVolumeFacility .
8 +
9 + ?obj_productvolume mpr:installationRef ?facilityidentifierstruct .
10 + ?facilityidentifierstruct rdf:type mpr:FacilityIdentifierStruct .
11 + ?facilityidentifierstruct mpr:namingSystem "NPD"^^<http://www.epim.no/schemas/mprml/1#NameStringDatatype> .
12 + ?facilityidentifierstruct mpr:uidRefValue ?FieldNPDID .
13 + ?facilityidentifierstruct dtype:value ?FieldNPDName .
14 +
15 + ?cs_productvolumefacility mpr:flowRef ?cs_productvolumeflow .
16 + ?cs_productvolumeflow rdf:type mpr:Cs_productVolumeFlow .
17 +
18 + ?cs_productvolumeflow mpr:kindRef ?FlowKind .
19 + ?FlowKind rdf:type mpr:ReportingFlow .
20 +
21 + ?cs_productvolumeflow mpr:qualifierRef ?FlowQualifier .
22 + ?FlowQualifier rdf:type mpr:FlowQualifier .
23 +
24 + ?cs_productvolumeflow mpr:name ?FlowName .
25 + ?cs_productvolumeflow mpr:uid ?FlowUID .
26 +
27 +}
28 +
29 +
30 +
31 +
32 +DRAFT1
33 +
34 +SELECT ?FieldNPDName ?FieldNPDID ?FlowUID ?FlowName ?FlowKind ?FlowQualifier
35 +WHERE {
36 + ?obj_productvolume rdf:type mpr:Obj_productVolume .
37 + ?obj_productvolume mpr:facilityRef ?cs_productvolumefacility .
38 + ?cs_productvolumefacility rdf:type mpr:Cs_productVolumeFacility .
39 +
40 + ?obj_productvolume mpr:installationRef ?facilityidentifierstruct .
41 + ?facilityidentifierstruct rdf:type mpr:FacilityIdentifierStruct .
42 + ?facilityidentifierstruct mpr:namingSystem "NPD"^^<http://www.epim.no/schemas/mprml/1#NameStringDatatype> .
43 + ?facilityidentifierstruct mpr:uidRefValue ?FieldNPDID .
44 + ?facilityidentifierstruct dtype:value ?FieldNPDName .
45 +
46 + ?cs_productvolumefacility mpr:flowRef ?cs_productvolumeflow .
47 + ?cs_productvolumeflow rdf:type mpr:Cs_productVolumeFlow .
48 +
49 + ?cs_productvolumeflow mpr:kindRef ?reportingflow .
50 + ?reportingflow rdf:type mpr:ReportingFlow .
51 + ?reportingflow dtype:value ?FlowKind .
52 +
53 + ?cs_productvolumeflow mpr:qualifierRef ?qualifier .
54 + ?qualifier rdf:type mpr:FlowQualifier .
55 + ?qualifier dtype:value ?FlowQualifier .
56 +
57 + ?cs_productvolumeflow mpr:name ?FlowName .
58 + ?cs_productvolumeflow mpr:uid ?FlowUID .
59 +
60 +}
...\ No newline at end of file ...\ No newline at end of file
1 # baseURI: http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest 1 # baseURI: http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest
2 # imports: http://spinrdf.org/spin 2 # imports: http://spinrdf.org/spin
3 # imports: http://www.epim.no/schemas/mprml/1 3 # imports: http://www.epim.no/schemas/mprml/1
4 +# imports: http://www.reportinghub.no/data/erh
4 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector 5 # imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector
5 # imports: http://www.reportinghub.no/np/data/npd 6 # imports: http://www.reportinghub.no/np/data/npd
6 7
...@@ -17,5 +18,5 @@ ...@@ -17,5 +18,5 @@
17 18
18 <http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest> 19 <http://www.reportinghub.no/test/mpr/TEST_mpr-xml-ingest>
19 rdf:type owl:Ontology ; 20 rdf:type owl:Ontology ;
20 - owl:imports <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/np/data/npd> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> , <http://spinrdf.org/spin> ; 21 + owl:imports <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/data/erh> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> , <http://www.reportinghub.no/np/data/npd> ;
21 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 22 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......