wbexp.ttl
15.8 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
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
# baseURI: file:///www.reportinghub.no/transform/npd/wbexp
# imports: http://topbraid.org/tables
@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 tables: <http://topbraid.org/tables#> .
@prefix wbexp: <file:///www.reportinghub.no/transform/npd/wbexp#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<file:///www.reportinghub.no/transform/npd/wbexp>
rdf:type owl:Ontology ;
owl:imports <http://topbraid.org/tables> .
wbexp:WBExp
rdf:type owl:Class ;
rdfs:label "WellBore Exploration"^^xsd:string ;
tables:sheetIndex "0"^^xsd:int .
wbexp:datesyncNPD
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "datesyncNPD" ;
rdfs:range xsd:string ;
tables:columnIndex "76"^^xsd:int .
wbexp:dscNpdidDiscovery
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "dscNpdidDiscovery" ;
rdfs:range xsd:string ;
tables:columnIndex "70"^^xsd:int .
wbexp:fclNpdidFacilityDrilling
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "fclNpdidFacilityDrilling" ;
rdfs:range xsd:string ;
tables:columnIndex "72"^^xsd:int .
wbexp:fldNpdidField
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "fldNpdidField" ;
rdfs:range xsd:string ;
tables:columnIndex "71"^^xsd:int .
wbexp:prlNpdidProductionLicence
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "prlNpdidProductionLicence" ;
rdfs:range xsd:string ;
tables:columnIndex "74"^^xsd:int .
wbexp:wlbAgeAtTd
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbAgeAtTd" ;
rdfs:range xsd:string ;
tables:columnIndex "22"^^xsd:int .
wbexp:wlbAgeWithHc1
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbAgeWithHc1" ;
rdfs:range xsd:string ;
tables:columnIndex "36"^^xsd:int .
wbexp:wlbAgeWithHc2
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbAgeWithHc2" ;
rdfs:range xsd:string ;
tables:columnIndex "38"^^xsd:int .
wbexp:wlbAgeWithHc3
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbAgeWithHc3" ;
rdfs:range xsd:string ;
tables:columnIndex "40"^^xsd:int .
wbexp:wlbBottomHoleTemperature
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbBottomHoleTemperature" ;
rdfs:range xsd:string ;
tables:columnIndex "15"^^xsd:int .
wbexp:wlbCompletionDate
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbCompletionDate" ;
rdfs:range xsd:string ;
tables:columnIndex "10"^^xsd:int .
wbexp:wlbCompletionYear
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbCompletionYear" ;
rdfs:range xsd:string ;
tables:columnIndex "31"^^xsd:int .
wbexp:wlbContent
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbContent" ;
rdfs:range xsd:string ;
tables:columnIndex "7"^^xsd:int .
wbexp:wlbDiscovery
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbDiscovery" ;
rdfs:range xsd:string ;
tables:columnIndex "13"^^xsd:int .
wbexp:wlbDiscoveryWellbore
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbDiscoveryWellbore" ;
rdfs:range xsd:string ;
tables:columnIndex "14"^^xsd:int .
wbexp:wlbDiskosWellOperator
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbDiskosWellOperator" ;
rdfs:range xsd:string ;
tables:columnIndex "75"^^xsd:int .
wbexp:wlbDiskosWellboreParent
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbDiskosWellboreParent" ;
rdfs:range xsd:string ;
tables:columnIndex "67"^^xsd:int .
wbexp:wlbDiskosWellboreType
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbDiskosWellboreType" ;
rdfs:range xsd:string ;
tables:columnIndex "66"^^xsd:int .
wbexp:wlbDrillPermit
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbDrillPermit" ;
rdfs:range xsd:string ;
tables:columnIndex "12"^^xsd:int .
wbexp:wlbDrillingDays
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbDrillingDays" ;
rdfs:range xsd:string ;
tables:columnIndex "41"^^xsd:int .
wbexp:wlbDrillingFacility
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbDrillingFacility" ;
rdfs:range xsd:string ;
tables:columnIndex "25"^^xsd:int .
wbexp:wlbDrillingOperator
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbDrillingOperator" ;
rdfs:range xsd:string ;
tables:columnIndex "2"^^xsd:int .
wbexp:wlbDrillingOperatorGroup
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbDrillingOperatorGroup" ;
rdfs:range xsd:string ;
tables:columnIndex "3"^^xsd:int .
wbexp:wlbEntryDate
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbEntryDate" ;
rdfs:range xsd:string ;
tables:columnIndex "9"^^xsd:int .
wbexp:wlbEntryYear
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbEntryYear" ;
rdfs:range xsd:string ;
tables:columnIndex "30"^^xsd:int .
wbexp:wlbEwCode
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbEwCode" ;
rdfs:range xsd:string ;
tables:columnIndex "51"^^xsd:int .
wbexp:wlbEwDeg
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbEwDeg" ;
rdfs:range xsd:string ;
tables:columnIndex "48"^^xsd:int .
wbexp:wlbEwDesDeg
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbEwDesDeg" ;
rdfs:range xsd:string ;
tables:columnIndex "53"^^xsd:int .
wbexp:wlbEwMin
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbEwMin" ;
rdfs:range xsd:string ;
tables:columnIndex "49"^^xsd:int .
wbexp:wlbEwSec
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbEwSec" ;
rdfs:range xsd:string ;
tables:columnIndex "50"^^xsd:int .
wbexp:wlbEwUtm
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbEwUtm" ;
rdfs:range xsd:string ;
tables:columnIndex "55"^^xsd:int .
wbexp:wlbFacilityTypeDrilling
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbFacilityTypeDrilling" ;
rdfs:range xsd:string ;
tables:columnIndex "26"^^xsd:int .
wbexp:wlbFactMapUrl
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbFactMapUrl" ;
rdfs:range xsd:string ;
tables:columnIndex "65"^^xsd:int .
wbexp:wlbFactPageUrl
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbFactPageUrl" ;
rdfs:range xsd:string ;
tables:columnIndex "64"^^xsd:int .
wbexp:wlbField
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbField" ;
rdfs:range xsd:string ;
tables:columnIndex "11"^^xsd:int .
wbexp:wlbFinalVerticalDepth
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbFinalVerticalDepth" ;
rdfs:range xsd:string ;
tables:columnIndex "19"^^xsd:int .
wbexp:wlbFormationAtTd
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbFormationAtTd" ;
rdfs:range xsd:string ;
tables:columnIndex "23"^^xsd:int .
wbexp:wlbFormationWithHc1
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbFormationWithHc1" ;
rdfs:range xsd:string ;
tables:columnIndex "35"^^xsd:int .
wbexp:wlbFormationWithHc2
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbFormationWithHc2" ;
rdfs:range xsd:string ;
tables:columnIndex "37"^^xsd:int .
wbexp:wlbFormationWithHc3
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbFormationWithHc3" ;
rdfs:range xsd:string ;
tables:columnIndex "39"^^xsd:int .
wbexp:wlbGeodeticDatum
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbGeodeticDatum" ;
rdfs:range xsd:string ;
tables:columnIndex "43"^^xsd:int .
wbexp:wlbKellyBushElevation
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbKellyBushElevation" ;
rdfs:range xsd:string ;
tables:columnIndex "18"^^xsd:int .
wbexp:wlbLicensingActivity
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbLicensingActivity" ;
rdfs:range xsd:string ;
tables:columnIndex "27"^^xsd:int .
wbexp:wlbMainArea
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbMainArea" ;
rdfs:range xsd:string ;
tables:columnIndex "24"^^xsd:int .
wbexp:wlbMaxInclation
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbMaxInclation" ;
rdfs:range xsd:string ;
tables:columnIndex "17"^^xsd:int .
wbexp:wlbMultilateral
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbMultilateral" ;
rdfs:range xsd:string ;
tables:columnIndex "28"^^xsd:int .
wbexp:wlbNamePart1
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbNamePart1" ;
rdfs:range xsd:string ;
tables:columnIndex "57"^^xsd:int .
wbexp:wlbNamePart2
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbNamePart2" ;
rdfs:range xsd:string ;
tables:columnIndex "58"^^xsd:int .
wbexp:wlbNamePart3
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbNamePart3" ;
rdfs:range xsd:string ;
tables:columnIndex "59"^^xsd:int .
wbexp:wlbNamePart4
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbNamePart4" ;
rdfs:range xsd:string ;
tables:columnIndex "60"^^xsd:int .
wbexp:wlbNamePart5
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbNamePart5" ;
rdfs:range xsd:string ;
tables:columnIndex "61"^^xsd:int .
wbexp:wlbNamePart6
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbNamePart6" ;
rdfs:range xsd:string ;
tables:columnIndex "62"^^xsd:int .
wbexp:wlbNpdidWellbore
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbNpdidWellbore" ;
rdfs:range xsd:string ;
tables:columnIndex "69"^^xsd:int .
wbexp:wlbNpdidWellboreReclass
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbNpdidWellboreReclass" ;
rdfs:range xsd:string ;
tables:columnIndex "73"^^xsd:int .
wbexp:wlbNsCode
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbNsCode" ;
rdfs:range xsd:string ;
tables:columnIndex "47"^^xsd:int .
wbexp:wlbNsDecDeg
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbNsDecDeg" ;
rdfs:range xsd:string ;
tables:columnIndex "52"^^xsd:int .
wbexp:wlbNsDeg
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbNsDeg" ;
rdfs:range xsd:string ;
tables:columnIndex "44"^^xsd:int .
wbexp:wlbNsMin
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbNsMin" ;
rdfs:range xsd:string ;
tables:columnIndex "45"^^xsd:int .
wbexp:wlbNsSec
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbNsSec" ;
rdfs:range xsd:string ;
tables:columnIndex "46"^^xsd:int .
wbexp:wlbNsUtm
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbNsUtm" ;
rdfs:range xsd:string ;
tables:columnIndex "54"^^xsd:int .
wbexp:wlbPlotSymbol
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbPlotSymbol" ;
rdfs:range xsd:string ;
tables:columnIndex "34"^^xsd:int .
wbexp:wlbPressReleaseUrl
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbPressReleaseUrl" ;
rdfs:range xsd:string ;
tables:columnIndex "63"^^xsd:int .
wbexp:wlbProductionLicence
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbProductionLicence" ;
rdfs:range xsd:string ;
tables:columnIndex "4"^^xsd:int .
wbexp:wlbPurpose
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbPurpose" ;
rdfs:range xsd:string ;
tables:columnIndex "5"^^xsd:int .
wbexp:wlbPurposePlanned
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbPurposePlanned" ;
rdfs:range xsd:string ;
tables:columnIndex "29"^^xsd:int .
wbexp:wlbReclassFromWellbore
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbReclassFromWellbore" ;
rdfs:range xsd:string ;
tables:columnIndex "32"^^xsd:int .
wbexp:wlbReentry
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbReentry" ;
rdfs:range xsd:string ;
tables:columnIndex "42"^^xsd:int .
wbexp:wlbReentryExplorationActivity
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbReentryExplorationActivity" ;
rdfs:range xsd:string ;
tables:columnIndex "33"^^xsd:int .
wbexp:wlbSeismicLocation
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbSeismicLocation" ;
rdfs:range xsd:string ;
tables:columnIndex "16"^^xsd:int .
wbexp:wlbStatus
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbStatus" ;
rdfs:range xsd:string ;
tables:columnIndex "6"^^xsd:int .
wbexp:wlbTotalDepth
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbTotalDepth" ;
rdfs:range xsd:string ;
tables:columnIndex "20"^^xsd:int .
wbexp:wlbUtmZone
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbUtmZone" ;
rdfs:range xsd:string ;
tables:columnIndex "56"^^xsd:int .
wbexp:wlbWaterDepth
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbWaterDepth" ;
rdfs:range xsd:string ;
tables:columnIndex "21"^^xsd:int .
wbexp:wlbWdssQcDate
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbWdssQcDate" ;
rdfs:range xsd:string ;
tables:columnIndex "68"^^xsd:int .
wbexp:wlbWell
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbWell" ;
rdfs:range xsd:string ;
tables:columnIndex "1"^^xsd:int .
wbexp:wlbWellType
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbWellType" ;
rdfs:range xsd:string ;
tables:columnIndex "8"^^xsd:int .
wbexp:wlbWellboreName
rdf:type owl:DatatypeProperty ;
rdfs:domain wbexp:WBExp ;
rdfs:label "wlbWellboreName"^^xsd:string ;
rdfs:range xsd:string ;
tables:columnIndex "0"^^xsd:int .