SCHEMA_ERH-FACTS-v1.0.ttl
15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
# baseURI: http://www.reportinghub.no/erhf/schema/1.0/erh-facts
@prefix erhf: <http://www.reportinghub.no/erhf/schema/erh-facts#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/erhf/schema/1.0/erh-facts>
rdf:type owl:Ontology ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
erhf:AliasNameInField
rdf:type owl:Class ;
rdfs:label "Alias name in Field"^^xsd:string ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty erhf:contextField
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty erhf:erhname
] .
erhf:AllocatedFlow
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:BAA
rdf:type owl:Class ;
rdfs:subClassOf erhf:Owner .
erhf:BudgetFlow
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:Company
rdf:type owl:Class ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:minCardinality "0"^^xsd:nonNegativeInteger ;
owl:onProperty erhf:nameInField
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty erhf:npdid
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty erhf:npdname
] .
erhf:ConstraintFlow
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:ConstraintFlow-fixed
rdf:type erhf:ProductionFlowDefinitionSubType , owl:Class ;
rdfs:subClassOf erhf:ConstraintFlow .
erhf:ConstraintFlow-maximum
rdf:type erhf:ProductionFlowDefinitionSubType , owl:Class ;
rdfs:subClassOf erhf:ConstraintFlow .
erhf:ConstraintFlow-minimum
rdf:type erhf:ProductionFlowDefinitionSubType , owl:Class ;
rdfs:subClassOf erhf:ConstraintFlow .
erhf:Consume
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:Consume-HPflare
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Consume-flare .
erhf:Consume-LPflare
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Consume-flare .
erhf:Consume-blackstart
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Consume .
erhf:Consume-compressor
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Consume .
erhf:Consume-emitted
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Consume .
erhf:Consume-flare
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Consume .
erhf:Consume-fuel
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Consume .
erhf:Consume-noncompressor
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Consume .
erhf:Consume-venting
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Consume .
erhf:DerivedFlow
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:DerivedFlow-difference
rdf:type erhf:ProductionFlowDefinitionSubType , owl:Class ;
rdfs:subClassOf erhf:DerivedFlow .
erhf:DifferenceFlow
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:EstimatedFlow
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:Export
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:Export-nominated
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Export .
erhf:Export-requested
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Export .
erhf:Export-shortfall
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Export .
erhf:Facility
rdf:type owl:Class ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:minCardinality "0"^^xsd:nonNegativeInteger ;
owl:onProperty erhf:nameInField
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty erhf:npdname
] .
erhf:Field
rdf:type owl:Class ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty erhf:currentActivityStatus
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:minCardinality "0"^^xsd:nonNegativeInteger ;
owl:onProperty erhf:nameInField
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty erhf:npdid
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty erhf:npdname
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty erhf:operatingCompany
] .
erhf:FixedFacility
rdf:type owl:Class ;
rdfs:label "Fixed Facility"^^xsd:string ;
rdfs:subClassOf erhf:Facility ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty erhf:npdid
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty erhf:operatingCompany
] .
erhf:Flow
rdf:type owl:Class ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:minCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty erhf:erhname
] .
erhf:ForecastFlow
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:ForecastFlow-declineCurve
rdf:type erhf:ProductionFlowDefinitionSubType , owl:Class ;
rdfs:subClassOf erhf:ForecastFlow .
erhf:ForecastFlow-standard
rdf:type erhf:ProductionFlowDefinitionSubType , owl:Class ;
rdfs:subClassOf erhf:ForecastFlow .
erhf:Gaslift
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:HydrocarbonAccounting
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:Import
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:Injection
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:Licence
rdf:type owl:Class ;
rdfs:subClassOf erhf:Owner .
erhf:MassAdjustedFlow
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:MeasuredFlow
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:MeasuredFlow-fiscal
rdf:type erhf:ProductionFlowDefinitionSubType , owl:Class ;
rdfs:subClassOf erhf:MeasuredFlow .
erhf:MeasuredFlow-raw
rdf:type erhf:ProductionFlowDefinitionSubType , owl:Class ;
rdfs:subClassOf erhf:MeasuredFlow .
erhf:MeasuredFlow-recalibrated
rdf:type erhf:ProductionFlowDefinitionSubType , owl:Class ;
rdfs:subClassOf erhf:MeasuredFlow .
erhf:MeteredFlowFiscal
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:MoveableFacility
rdf:type owl:Class ;
rdfs:label "Moveable Facility"^^xsd:string ;
rdfs:subClassOf erhf:Facility ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty erhf:npdid
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty erhf:responsibleCompany
] .
erhf:NominatedFlow
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:Overboard
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:Owner
rdf:type owl:Class ;
rdfs:subClassOf owl:Thing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty erhf:npdid
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty erhf:npdname
] .
erhf:PotentialFlow
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:ProcessedFlow
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:Production
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:ProductionFlowDefinitionSubType
rdf:type owl:Class ;
rdfs:subClassOf owl:Thing .
erhf:ProductionFlowDefinitionType
rdf:type owl:Class ;
rdfs:subClassOf owl:Thing .
erhf:ProductionTestFlowLineFlow
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:ProductionTestGasLiftFlow
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:ProductionTestSeparatorFlow
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:ProductionTestWellHeadFlow
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:QuotaFlow
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:RecommendedFlow
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:Sale
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:SaleableFlow
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:SimulatedFlow
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:Storage
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:TargetFlow
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:TariffBasisFlow
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:TransportationUtilizationFacility
rdf:type owl:Class ;
rdfs:label "TUF"^^xsd:string ;
rdfs:subClassOf erhf:Facility ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty erhf:npdid
] .
erhf:ValueAdjustedFlow
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:Well
rdf:type owl:Class ;
rdfs:subClassOf erhf:Facility .
erhf:Wellbore
rdf:type owl:Class ;
rdfs:subClassOf erhf:Facility ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty erhf:npdid
] .
erhf:WholeLifeProductFlow
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:WholeLifeProductionFlow
rdf:type erhf:ProductionFlowDefinitionType , owl:Class ;
rdfs:subClassOf erhf:Flow .
erhf:belongsTo
rdf:type owl:ObjectProperty ;
rdfs:label "belongs to"^^xsd:string .
erhf:contextField
rdf:type owl:ObjectProperty ;
rdfs:label "context field"^^xsd:string ;
rdfs:range erhf:Field .
erhf:currentActivityStatus
rdf:type owl:DatatypeProperty ;
rdfs:domain erhf:Field ;
rdfs:label "field activity status"^^xsd:string ;
rdfs:range xsd:string .
erhf:drilledInProductionLicence
rdf:type owl:ObjectProperty ;
rdfs:domain erhf:Wellbore ;
rdfs:label "drilled in PL"^^xsd:string ;
rdfs:range erhf:Licence .
erhf:erhname
rdf:type owl:DatatypeProperty ;
rdfs:label "ERH name"^^xsd:string ;
rdfs:range xsd:string .
erhf:flowPartOfField
rdf:type owl:ObjectProperty ;
rdfs:domain erhf:Flow ;
rdfs:label "flow part of field"^^xsd:string ;
rdfs:range erhf:Field .
erhf:nameInField
rdf:type owl:ObjectProperty ;
rdfs:label "name in field"^^xsd:string ;
rdfs:range erhf:AliasNameInField .
erhf:npdid
rdf:type owl:DatatypeProperty ;
rdfs:label "NPD ID"^^xsd:string ;
rdfs:range xsd:string .
erhf:npdname
rdf:type owl:DatatypeProperty ;
rdfs:label "NPD Name"^^xsd:string ;
rdfs:range xsd:string .
erhf:operatingCompany
rdf:type owl:ObjectProperty ;
rdfs:domain
[ rdf:type owl:Class ;
owl:unionOf (erhf:Field erhf:FixedFacility)
] ;
rdfs:label "operating company"^^xsd:string ;
rdfs:range erhf:Company .
erhf:owner
rdf:type owl:ObjectProperty ;
rdfs:domain erhf:Field ;
rdfs:label "owner PL or BAA"^^xsd:string ;
rdfs:range erhf:Owner .
erhf:responsibleCompany
rdf:type owl:ObjectProperty ;
rdfs:domain erhf:MoveableFacility ;
rdfs:label "responsible company"^^xsd:string ;
rdfs:range erhf:Company .
erhf:shareholder
rdf:type owl:ObjectProperty ;
rdfs:domain erhf:Owner ;
rdfs:label "shareholder"^^xsd:string ;
rdfs:range erhf:Company .
erhf:wellPartOfField
rdf:type owl:ObjectProperty ;
rdfs:domain erhf:Well ;
rdfs:label "well part of field"^^xsd:string ;
rdfs:range erhf:Field .
erhf:wellborePartOfWell
rdf:type owl:ObjectProperty ;
rdfs:domain erhf:Wellbore ;
rdfs:label "wellbore part of well"^^xsd:string ;
rdfs:range erhf:Well .