Holger Knublauch

NPD import progress (exploration, shallow and Id well bores)

This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
17 npd:BusinessArrangementArea 17 npd:BusinessArrangementArea
18 rdf:type owl:Class ; 18 rdf:type owl:Class ;
19 rdfs:comment "A business arrangement area in this context is an area which is a result of unitisations, sliding scale rules or other business arrangements which have altered the terms of the original production licence."^^xsd:string ; 19 rdfs:comment "A business arrangement area in this context is an area which is a result of unitisations, sliding scale rules or other business arrangements which have altered the terms of the original production licence."^^xsd:string ;
20 - rdfs:subClassOf npd:Owner , npd:NpdIndividual , npd:TemporalIndividual . 20 + rdfs:subClassOf npd:TemporalIndividual , npd:NpdIndividual , npd:Owner .
21 21
22 npd:Company 22 npd:Company
23 rdf:type owl:Class ; 23 rdf:type owl:Class ;
24 - rdfs:subClassOf npd:NpdIndividual . 24 + rdfs:subClassOf npd:Individual .
25 25
26 npd:DAS_DecidedByTheLicensees 26 npd:DAS_DecidedByTheLicensees
27 rdf:type npd:DiscoveryActivityStatus ; 27 rdf:type npd:DiscoveryActivityStatus ;
...@@ -73,6 +73,27 @@ npd:DAS_Unknown ...@@ -73,6 +73,27 @@ npd:DAS_Unknown
73 rdfs:label "unknown"@en ; 73 rdfs:label "unknown"@en ;
74 npd:code "?"^^xsd:string . 74 npd:code "?"^^xsd:string .
75 75
76 +npd:DWBP_Injection
77 + rdf:type npd:DevelopmentWellBorePurpose ;
78 + rdfs:label "injection"@en ;
79 + npd:code "INJECTION"^^xsd:string .
80 +
81 +npd:DWBP_Observation
82 + rdf:type npd:DevelopmentWellBorePurpose ;
83 + rdfs:label "observation"@en ;
84 + npd:code "OBSERVATION"^^xsd:string .
85 +
86 +npd:DWBP_Production
87 + rdf:type npd:DevelopmentWellBorePurpose ;
88 + rdfs:label "production"@en ;
89 + npd:code "PRODUCTION"^^xsd:string .
90 +
91 +npd:DevelopmentWellBorePurpose
92 + rdf:type owl:Class ;
93 + rdfs:label "Development well bore purpose"^^xsd:string ;
94 + rdfs:subClassOf npd:WellBorePurpose ;
95 + owl:oneOf (npd:DWBP_Injection npd:DWBP_Observation npd:DWBP_Production) .
96 +
76 npd:Discovery 97 npd:Discovery
77 rdf:type owl:Class ; 98 rdf:type owl:Class ;
78 rdfs:comment "A discovery is a petroleum deposit or several petroleum deposits collectively, which have been discovered in the same well, in which through testing, sampling or logging there has been established a probability of the existence of mobile petroleum (includes both commercial and technical discovery)."^^xsd:string ; 99 rdfs:comment "A discovery is a petroleum deposit or several petroleum deposits collectively, which have been discovered in the same well, in which through testing, sampling or logging there has been established a probability of the existence of mobile petroleum (includes both commercial and technical discovery)."^^xsd:string ;
...@@ -84,6 +105,21 @@ npd:DiscoveryActivityStatus ...@@ -84,6 +105,21 @@ npd:DiscoveryActivityStatus
84 rdfs:subClassOf npd:Enumeration ; 105 rdfs:subClassOf npd:Enumeration ;
85 owl:oneOf (npd:DAS_Unknown npd:DAS_PlanningPhase npd:DAS_IncludedInOtherDiscovery npd:DAS_PDOApproved npd:DAS_ShutDown npd:DAS_DevelopmentLikelyButNotClarified npd:DAS_DecidedByTheLicensees npd:DAS_DevelopmentIsNotVeryLikely npd:DAS_NewDiscoveriesNotEvaluated npd:DAS_Producing) . 106 owl:oneOf (npd:DAS_Unknown npd:DAS_PlanningPhase npd:DAS_IncludedInOtherDiscovery npd:DAS_PDOApproved npd:DAS_ShutDown npd:DAS_DevelopmentLikelyButNotClarified npd:DAS_DecidedByTheLicensees npd:DAS_DevelopmentIsNotVeryLikely npd:DAS_NewDiscoveriesNotEvaluated npd:DAS_Producing) .
86 107
108 +npd:EWBP_Appraisal
109 + rdf:type npd:ExplorationWellBorePurpose ;
110 + rdfs:label "appraisal"@en ;
111 + npd:code "APPRAISAL"^^xsd:string .
112 +
113 +npd:EWBP_Wildcat
114 + rdf:type npd:ExplorationWellBorePurpose ;
115 + rdfs:label "wildcat"@en ;
116 + npd:code "WILDCAT"^^xsd:string .
117 +
118 +npd:EWBP_Wildcat-Appraisal
119 + rdf:type npd:ExplorationWellBorePurpose ;
120 + rdfs:label "wildcat & appraisal"@en ;
121 + npd:code "WILDCAT&APPRAISAL"^^xsd:string .
122 +
87 npd:Enumeration 123 npd:Enumeration
88 rdf:type owl:Class ; 124 rdf:type owl:Class ;
89 rdfs:label "Enumeration"^^xsd:string ; 125 rdfs:label "Enumeration"^^xsd:string ;
...@@ -94,6 +130,12 @@ npd:Enumeration ...@@ -94,6 +130,12 @@ npd:Enumeration
94 owl:onProperty npd:code 130 owl:onProperty npd:code
95 ] . 131 ] .
96 132
133 +npd:ExplorationWellBorePurpose
134 + rdf:type owl:Class ;
135 + rdfs:label "Exploration well bore purpose"^^xsd:string ;
136 + rdfs:subClassOf npd:WellBorePurpose ;
137 + owl:oneOf (npd:EWBP_Appraisal npd:EWBP_Wildcat-Appraisal npd:EWBP_Wildcat) .
138 +
97 npd:FAS_PDOApproved 139 npd:FAS_PDOApproved
98 rdf:type npd:FieldActivityStatus ; 140 rdf:type npd:FieldActivityStatus ;
99 rdfs:label "PDO approved"@en ; 141 rdfs:label "PDO approved"@en ;
...@@ -161,7 +203,7 @@ npd:FFP_ShutDown ...@@ -161,7 +203,7 @@ npd:FFP_ShutDown
161 203
162 npd:Facility 204 npd:Facility
163 rdf:type owl:Class ; 205 rdf:type owl:Class ;
164 - rdfs:subClassOf npd:NpdIndividual , npd:TemporalIndividual . 206 + rdfs:subClassOf npd:TemporalIndividual , npd:NpdIndividual .
165 207
166 npd:Field 208 npd:Field
167 rdf:type owl:Class ; 209 rdf:type owl:Class ;
...@@ -241,7 +283,7 @@ npd:LS_Inactive ...@@ -241,7 +283,7 @@ npd:LS_Inactive
241 npd:Licence 283 npd:Licence
242 rdf:type owl:Class ; 284 rdf:type owl:Class ;
243 rdfs:comment "Production licences are granted by the Ministry of Petroleum and Energy. Transfer of a production licence or participating interest in a production licence must be approved by the ministry."^^xsd:string ; 285 rdfs:comment "Production licences are granted by the Ministry of Petroleum and Energy. Transfer of a production licence or participating interest in a production licence must be approved by the ministry."^^xsd:string ;
244 - rdfs:subClassOf npd:TemporalIndividual , npd:NpdIndividual , npd:Owner . 286 + rdfs:subClassOf npd:Owner , npd:NpdIndividual , npd:TemporalIndividual .
245 287
246 npd:LicenseStatus 288 npd:LicenseStatus
247 rdf:type owl:Class ; 289 rdf:type owl:Class ;
...@@ -281,7 +323,7 @@ npd:NpdIndividual ...@@ -281,7 +323,7 @@ npd:NpdIndividual
281 323
282 npd:OperatingCompany 324 npd:OperatingCompany
283 rdf:type owl:Class ; 325 rdf:type owl:Class ;
284 - rdfs:subClassOf npd:Company . 326 + rdfs:subClassOf npd:NpdIndividual , npd:Company .
285 327
286 npd:Owner 328 npd:Owner
287 rdf:type owl:Class ; 329 rdf:type owl:Class ;
...@@ -395,21 +437,6 @@ npd:WBC_Water-Gas ...@@ -395,21 +437,6 @@ npd:WBC_Water-Gas
395 rdfs:label "water/gas"@en ; 437 rdfs:label "water/gas"@en ;
396 npd:code "WATER/GAS"^^xsd:string . 438 npd:code "WATER/GAS"^^xsd:string .
397 439
398 -npd:WBP_Injection
399 - rdf:type npd:WellBorePurpose ;
400 - rdfs:label "injection"@en ;
401 - npd:code "INJECTION"^^xsd:string .
402 -
403 -npd:WBP_Observation
404 - rdf:type npd:WellBorePurpose ;
405 - rdfs:label "observation"@en ;
406 - npd:code "OBSERVATION"^^xsd:string .
407 -
408 -npd:WBP_Production
409 - rdf:type npd:WellBorePurpose ;
410 - rdfs:label "production"@en ;
411 - npd:code "PRODUCTION"^^xsd:string .
412 -
413 npd:Well 440 npd:Well
414 rdf:type owl:Class ; 441 rdf:type owl:Class ;
415 rdfs:comment "Wells are referred to by name in the NPD datasheets, but there is not specific dataset for them, nor do they have NPDIDs. It is assumed that Wells may have more than one WellBore, but usually only have one. Wells belong to Fields, it would seem, but again the data is patchy."^^xsd:string ; 442 rdfs:comment "Wells are referred to by name in the NPD datasheets, but there is not specific dataset for them, nor do they have NPDIDs. It is assumed that Wells may have more than one WellBore, but usually only have one. Wells belong to Fields, it would seem, but again the data is patchy."^^xsd:string ;
...@@ -417,7 +444,7 @@ npd:Well ...@@ -417,7 +444,7 @@ npd:Well
417 444
418 npd:WellBore 445 npd:WellBore
419 rdf:type owl:Class ; 446 rdf:type owl:Class ;
420 - rdfs:subClassOf npd:NpdIndividual , npd:TemporalIndividual . 447 + rdfs:subClassOf npd:TemporalIndividual , npd:NpdIndividual .
421 448
422 npd:WellBoreContent 449 npd:WellBoreContent
423 rdf:type owl:Class ; 450 rdf:type owl:Class ;
...@@ -428,8 +455,7 @@ npd:WellBoreContent ...@@ -428,8 +455,7 @@ npd:WellBoreContent
428 npd:WellBorePurpose 455 npd:WellBorePurpose
429 rdf:type owl:Class ; 456 rdf:type owl:Class ;
430 rdfs:label "Well bore purpose"^^xsd:string ; 457 rdfs:label "Well bore purpose"^^xsd:string ;
431 - rdfs:subClassOf npd:Enumeration ; 458 + rdfs:subClassOf npd:Enumeration .
432 - owl:oneOf (npd:WBP_Injection npd:WBP_Observation npd:WBP_Production) .
433 459
434 npd:baaShared 460 npd:baaShared
435 rdf:type owl:ObjectProperty ; 461 rdf:type owl:ObjectProperty ;
...@@ -594,6 +620,12 @@ npd:name ...@@ -594,6 +620,12 @@ npd:name
594 rdfs:range xsd:string ; 620 rdfs:range xsd:string ;
595 rdfs:subPropertyOf rdfs:label . 621 rdfs:subPropertyOf rdfs:label .
596 622
623 +npd:organisationNumber
624 + rdf:type owl:DatatypeProperty ;
625 + rdfs:domain npd:OperatingCompany ;
626 + rdfs:label "organisation number"^^xsd:string ;
627 + rdfs:range xsd:string .
628 +
597 npd:parentCompany 629 npd:parentCompany
598 rdf:type owl:ObjectProperty ; 630 rdf:type owl:ObjectProperty ;
599 rdfs:domain npd:OperatingCompany ; 631 rdfs:domain npd:OperatingCompany ;
...@@ -641,7 +673,8 @@ npd:wellBoreCompletionDate ...@@ -641,7 +673,8 @@ npd:wellBoreCompletionDate
641 rdf:type owl:DatatypeProperty ; 673 rdf:type owl:DatatypeProperty ;
642 rdfs:comment "Corresponds to Completion Date field in WellBore tables"^^xsd:string ; 674 rdfs:comment "Corresponds to Completion Date field in WellBore tables"^^xsd:string ;
643 rdfs:domain npd:WellBore ; 675 rdfs:domain npd:WellBore ;
644 - rdfs:range xsd:date . 676 + rdfs:range xsd:date ;
677 + rdfs:subPropertyOf npd:endDate .
645 678
646 npd:wellBoreContent 679 npd:wellBoreContent
647 rdf:type owl:ObjectProperty ; 680 rdf:type owl:ObjectProperty ;
......
1 # baseURI: http://www.reportinghub.no/spin/rh 1 # baseURI: http://www.reportinghub.no/spin/rh
2 # imports: http://topbraid.org/spin/spinmapl 2 # imports: http://topbraid.org/spin/spinmapl
3 -# imports: http://www.reportinghub.no/1.1,1/schema/ddr
4 -# imports: http://spinrdf.org/spin
5 # imports: http://www.reportinghub.no/1.1/schema/npd 3 # imports: http://www.reportinghub.no/1.1/schema/npd
4 +# imports: http://spinrdf.org/spin
6 5
7 @prefix fn: <http://www.w3.org/2005/xpath-functions#> . 6 @prefix fn: <http://www.w3.org/2005/xpath-functions#> .
8 @prefix owl: <http://www.w3.org/2002/07/owl#> . 7 @prefix owl: <http://www.w3.org/2002/07/owl#> .
...@@ -20,6 +19,11 @@ ...@@ -20,6 +19,11 @@
20 rdfs:label "id"^^xsd:string ; 19 rdfs:label "id"^^xsd:string ;
21 rdfs:subPropertyOf sp:arg . 20 rdfs:subPropertyOf sp:arg .
22 21
22 +<http://spinrdf.org/arg#name>
23 + rdf:type rdf:Property ;
24 + rdfs:label "name"^^xsd:string ;
25 + rdfs:subPropertyOf sp:arg .
26 +
23 <http://spinrdf.org/arg#well> 27 <http://spinrdf.org/arg#well>
24 rdf:type rdf:Property ; 28 rdf:type rdf:Property ;
25 rdfs:label "well"^^xsd:string ; 29 rdfs:label "well"^^xsd:string ;
...@@ -38,7 +42,7 @@ ...@@ -38,7 +42,7 @@
38 <http://www.reportinghub.no/spin/rh> 42 <http://www.reportinghub.no/spin/rh>
39 rdf:type owl:Ontology ; 43 rdf:type owl:Ontology ;
40 rdfs:comment "A collection of SPIN functions and templates to support working with the ReportingHub schemas."^^xsd:string ; 44 rdfs:comment "A collection of SPIN functions and templates to support working with the ReportingHub schemas."^^xsd:string ;
41 - owl:imports <http://www.reportinghub.no/1.1/schema/npd> , <http://www.reportinghub.no/1.1,1/schema/ddr> , <http://spinrdf.org/spin> , <http://topbraid.org/spin/spinmapl> ; 45 + owl:imports <http://topbraid.org/spin/spinmapl> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/1.1/schema/npd> ;
42 owl:versionInfo "0.1.0"^^xsd:string . 46 owl:versionInfo "0.1.0"^^xsd:string .
43 47
44 rhspin:GetWellBoresOfWell 48 rhspin:GetWellBoresOfWell
...@@ -203,6 +207,34 @@ rhspin:licenceById ...@@ -203,6 +207,34 @@ rhspin:licenceById
203 ] ; 207 ] ;
204 spin:returnType <http://www.reportinghub.no/schema/npd#Licence> . 208 spin:returnType <http://www.reportinghub.no/schema/npd#Licence> .
205 209
210 +rhspin:parentCompanyByName
211 + rdf:type spin:Function ;
212 + rdfs:comment "Gets the URI resource of a parent company based on its NPD name."^^xsd:string ;
213 + rdfs:label "parent company by name"^^xsd:string ;
214 + rdfs:subClassOf spl:URIFunctions ;
215 + spin:body
216 + [ rdf:type sp:Select ;
217 + sp:resultVariables ([ rdf:type sp:iri ;
218 + sp:arg1 [ rdf:type fn:concat ;
219 + sp:arg1 "https://www.reportinghub.no/data/npd/ParentCompany-" ;
220 + sp:arg2 [ rdf:type spif:replaceAll ;
221 + sp:arg1 [ sp:varName "name"^^xsd:string
222 + ] ;
223 + sp:arg2 " " ;
224 + sp:arg3 "_"
225 + ]
226 + ]
227 + ]) ;
228 + sp:where ()
229 + ] ;
230 + spin:constraint
231 + [ rdf:type spl:Argument ;
232 + rdfs:comment "The NPD name of the parent company to get the URI of."^^xsd:string ;
233 + spl:predicate <http://spinrdf.org/arg#name> ;
234 + spl:valueType xsd:string
235 + ] ;
236 + spin:returnType <http://www.reportinghub.no/schema/npd#WellBore> .
237 +
206 rhspin:tufById 238 rhspin:tufById
207 rdf:type spin:Function ; 239 rdf:type spin:Function ;
208 rdfs:label "tuf by id"^^xsd:string ; 240 rdfs:label "tuf by id"^^xsd:string ;
...@@ -258,7 +290,7 @@ rhspin:wellBoreByName ...@@ -258,7 +290,7 @@ rhspin:wellBoreByName
258 ] ; 290 ] ;
259 spin:constraint 291 spin:constraint
260 [ rdf:type spl:Argument ; 292 [ rdf:type spl:Argument ;
261 - rdfs:comment "The NPD ID of the well bore to get the URI of."^^xsd:string ; 293 + rdfs:comment "The NPD name of the well bore to get the URI of."^^xsd:string ;
262 spl:predicate <http://spinrdf.org/arg#wellBoreName> ; 294 spl:predicate <http://spinrdf.org/arg#wellBoreName> ;
263 spl:valueType xsd:string 295 spl:valueType xsd:string
264 ] ; 296 ] ;
......
...@@ -12,7 +12,13 @@ ...@@ -12,7 +12,13 @@
12 [] rdf:type inference:Configuration ; 12 [] rdf:type inference:Configuration ;
13 composite:child 13 composite:child
14 [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; 14 [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
15 + composite:index "1"^^xsd:int
16 + ] ;
17 + composite:child
18 + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
15 composite:index "0"^^xsd:int 19 composite:index "0"^^xsd:int
16 ] ; 20 ] ;
21 + inference:completeMode
22 + "true"^^xsd:boolean ;
17 inference:inferredMode 23 inference:inferredMode
18 "true"^^xsd:boolean . 24 "true"^^xsd:boolean .
......
This diff could not be displayed because it is too large.
1 +# baseURI: file:///www.reportinghub.no/transform/npd/wbsha
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 tables: <http://topbraid.org/tables#> .
8 +@prefix wbsha: <file:///www.reportinghub.no/transform/npd/wbsha#> .
9 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 +
11 +<file:///www.reportinghub.no/transform/npd/wbsha>
12 + rdf:type owl:Ontology ;
13 + owl:imports <http://topbraid.org/tables> .
14 +
15 +wbsha:WBSha
16 + rdf:type owl:Class ;
17 + rdfs:label "wbsha-2011-07-30" ;
18 + tables:sheetIndex "0"^^xsd:int .
19 +
20 +wbsha:datesyncNPD
21 + rdf:type owl:DatatypeProperty ;
22 + rdfs:domain wbsha:WBSha ;
23 + rdfs:label "datesyncNPD" ;
24 + rdfs:range xsd:string ;
25 + tables:columnIndex "34"^^xsd:int .
26 +
27 +wbsha:wlbCompletionDate
28 + rdf:type owl:DatatypeProperty ;
29 + rdfs:domain wbsha:WBSha ;
30 + rdfs:label "wlbCompletionDate" ;
31 + rdfs:range xsd:string ;
32 + tables:columnIndex "6"^^xsd:int .
33 +
34 +wbsha:wlbCompletionYear
35 + rdf:type owl:DatatypeProperty ;
36 + rdfs:domain wbsha:WBSha ;
37 + rdfs:label "wlbCompletionYear" ;
38 + rdfs:range xsd:string ;
39 + tables:columnIndex "12"^^xsd:int .
40 +
41 +wbsha:wlbDrillPermit
42 + rdf:type owl:DatatypeProperty ;
43 + rdfs:domain wbsha:WBSha ;
44 + rdfs:label "wlbDrillPermit" ;
45 + rdfs:range xsd:string ;
46 + tables:columnIndex "7"^^xsd:int .
47 +
48 +wbsha:wlbDrillingOperator
49 + rdf:type owl:DatatypeProperty ;
50 + rdfs:domain wbsha:WBSha ;
51 + rdfs:label "wlbDrillingOperator" ;
52 + rdfs:range xsd:string ;
53 + tables:columnIndex "3"^^xsd:int .
54 +
55 +wbsha:wlbEntryDate
56 + rdf:type owl:DatatypeProperty ;
57 + rdfs:domain wbsha:WBSha ;
58 + rdfs:label "wlbEntryDate" ;
59 + rdfs:range xsd:string ;
60 + tables:columnIndex "5"^^xsd:int .
61 +
62 +wbsha:wlbEntryYear
63 + rdf:type owl:DatatypeProperty ;
64 + rdfs:domain wbsha:WBSha ;
65 + rdfs:label "wlbEntryYear" ;
66 + rdfs:range xsd:string ;
67 + tables:columnIndex "11"^^xsd:int .
68 +
69 +wbsha:wlbEwCode
70 + rdf:type owl:DatatypeProperty ;
71 + rdfs:domain wbsha:WBSha ;
72 + rdfs:label "wlbEwCode" ;
73 + rdfs:range xsd:string ;
74 + tables:columnIndex "22"^^xsd:int .
75 +
76 +wbsha:wlbEwDeg
77 + rdf:type owl:DatatypeProperty ;
78 + rdfs:domain wbsha:WBSha ;
79 + rdfs:label "wlbEwDeg" ;
80 + rdfs:range xsd:string ;
81 + tables:columnIndex "19"^^xsd:int .
82 +
83 +wbsha:wlbEwDesDeg
84 + rdf:type owl:DatatypeProperty ;
85 + rdfs:domain wbsha:WBSha ;
86 + rdfs:label "wlbEwDesDeg" ;
87 + rdfs:range xsd:string ;
88 + tables:columnIndex "24"^^xsd:int .
89 +
90 +wbsha:wlbEwMin
91 + rdf:type owl:DatatypeProperty ;
92 + rdfs:domain wbsha:WBSha ;
93 + rdfs:label "wlbEwMin" ;
94 + rdfs:range xsd:string ;
95 + tables:columnIndex "20"^^xsd:int .
96 +
97 +wbsha:wlbEwSec
98 + rdf:type owl:DatatypeProperty ;
99 + rdfs:domain wbsha:WBSha ;
100 + rdfs:label "wlbEwSec" ;
101 + rdfs:range xsd:string ;
102 + tables:columnIndex "21"^^xsd:int .
103 +
104 +wbsha:wlbEwUtm
105 + rdf:type owl:DatatypeProperty ;
106 + rdfs:domain wbsha:WBSha ;
107 + rdfs:label "wlbEwUtm" ;
108 + rdfs:range xsd:string ;
109 + tables:columnIndex "26"^^xsd:int .
110 +
111 +wbsha:wlbGeodeticDatum
112 + rdf:type owl:DatatypeProperty ;
113 + rdfs:domain wbsha:WBSha ;
114 + rdfs:label "wlbGeodeticDatum" ;
115 + rdfs:range xsd:string ;
116 + tables:columnIndex "14"^^xsd:int .
117 +
118 +wbsha:wlbMainArea
119 + rdf:type owl:DatatypeProperty ;
120 + rdfs:domain wbsha:WBSha ;
121 + rdfs:label "wlbMainArea" ;
122 + rdfs:range xsd:string ;
123 + tables:columnIndex "10"^^xsd:int .
124 +
125 +wbsha:wlbNamePart1
126 + rdf:type owl:DatatypeProperty ;
127 + rdfs:domain wbsha:WBSha ;
128 + rdfs:label "wlbNamePart1" ;
129 + rdfs:range xsd:string ;
130 + tables:columnIndex "28"^^xsd:int .
131 +
132 +wbsha:wlbNamePart2
133 + rdf:type owl:DatatypeProperty ;
134 + rdfs:domain wbsha:WBSha ;
135 + rdfs:label "wlbNamePart2" ;
136 + rdfs:range xsd:string ;
137 + tables:columnIndex "29"^^xsd:int .
138 +
139 +wbsha:wlbNamePart3
140 + rdf:type owl:DatatypeProperty ;
141 + rdfs:domain wbsha:WBSha ;
142 + rdfs:label "wlbNamePart3" ;
143 + rdfs:range xsd:string ;
144 + tables:columnIndex "30"^^xsd:int .
145 +
146 +wbsha:wlbNamePart4
147 + rdf:type owl:DatatypeProperty ;
148 + rdfs:domain wbsha:WBSha ;
149 + rdfs:label "wlbNamePart4" ;
150 + rdfs:range xsd:string ;
151 + tables:columnIndex "31"^^xsd:int .
152 +
153 +wbsha:wlbNamePart5
154 + rdf:type owl:DatatypeProperty ;
155 + rdfs:domain wbsha:WBSha ;
156 + rdfs:label "wlbNamePart5" ;
157 + rdfs:range xsd:string ;
158 + tables:columnIndex "32"^^xsd:int .
159 +
160 +wbsha:wlbNamePart6
161 + rdf:type owl:DatatypeProperty ;
162 + rdfs:domain wbsha:WBSha ;
163 + rdfs:label "wlbNamePart6" ;
164 + rdfs:range xsd:string ;
165 + tables:columnIndex "33"^^xsd:int .
166 +
167 +wbsha:wlbNpdidWellbore
168 + rdf:type owl:DatatypeProperty ;
169 + rdfs:domain wbsha:WBSha ;
170 + rdfs:label "wlbNpdidWellbore" ;
171 + rdfs:range xsd:string ;
172 + tables:columnIndex "1"^^xsd:int .
173 +
174 +wbsha:wlbNsCode
175 + rdf:type owl:DatatypeProperty ;
176 + rdfs:domain wbsha:WBSha ;
177 + rdfs:label "wlbNsCode" ;
178 + rdfs:range xsd:string ;
179 + tables:columnIndex "18"^^xsd:int .
180 +
181 +wbsha:wlbNsDecDeg
182 + rdf:type owl:DatatypeProperty ;
183 + rdfs:domain wbsha:WBSha ;
184 + rdfs:label "wlbNsDecDeg" ;
185 + rdfs:range xsd:string ;
186 + tables:columnIndex "23"^^xsd:int .
187 +
188 +wbsha:wlbNsDeg
189 + rdf:type owl:DatatypeProperty ;
190 + rdfs:domain wbsha:WBSha ;
191 + rdfs:label "wlbNsDeg" ;
192 + rdfs:range xsd:string ;
193 + tables:columnIndex "15"^^xsd:int .
194 +
195 +wbsha:wlbNsMin
196 + rdf:type owl:DatatypeProperty ;
197 + rdfs:domain wbsha:WBSha ;
198 + rdfs:label "wlbNsMin" ;
199 + rdfs:range xsd:string ;
200 + tables:columnIndex "16"^^xsd:int .
201 +
202 +wbsha:wlbNsSec
203 + rdf:type owl:DatatypeProperty ;
204 + rdfs:domain wbsha:WBSha ;
205 + rdfs:label "wlbNsSec" ;
206 + rdfs:range xsd:string ;
207 + tables:columnIndex "17"^^xsd:int .
208 +
209 +wbsha:wlbNsUtm
210 + rdf:type owl:DatatypeProperty ;
211 + rdfs:domain wbsha:WBSha ;
212 + rdfs:label "wlbNsUtm" ;
213 + rdfs:range xsd:string ;
214 + tables:columnIndex "25"^^xsd:int .
215 +
216 +wbsha:wlbProductionLicence
217 + rdf:type owl:DatatypeProperty ;
218 + rdfs:domain wbsha:WBSha ;
219 + rdfs:label "wlbProductionLicence" ;
220 + rdfs:range xsd:string ;
221 + tables:columnIndex "4"^^xsd:int .
222 +
223 +wbsha:wlbSeismicLocation
224 + rdf:type owl:DatatypeProperty ;
225 + rdfs:domain wbsha:WBSha ;
226 + rdfs:label "wlbSeismicLocation" ;
227 + rdfs:range xsd:string ;
228 + tables:columnIndex "13"^^xsd:int .
229 +
230 +wbsha:wlbTotalDepth
231 + rdf:type owl:DatatypeProperty ;
232 + rdfs:domain wbsha:WBSha ;
233 + rdfs:label "wlbTotalDepth" ;
234 + rdfs:range xsd:string ;
235 + tables:columnIndex "8"^^xsd:int .
236 +
237 +wbsha:wlbUtmZone
238 + rdf:type owl:DatatypeProperty ;
239 + rdfs:domain wbsha:WBSha ;
240 + rdfs:label "wlbUtmZone" ;
241 + rdfs:range xsd:string ;
242 + tables:columnIndex "27"^^xsd:int .
243 +
244 +wbsha:wlbWaterDepth
245 + rdf:type owl:DatatypeProperty ;
246 + rdfs:domain wbsha:WBSha ;
247 + rdfs:label "wlbWaterDepth" ;
248 + rdfs:range xsd:string ;
249 + tables:columnIndex "9"^^xsd:int .
250 +
251 +wbsha:wlbWell
252 + rdf:type owl:DatatypeProperty ;
253 + rdfs:domain wbsha:WBSha ;
254 + rdfs:label "wlbWell" ;
255 + rdfs:range xsd:string ;
256 + tables:columnIndex "2"^^xsd:int .
257 +
258 +wbsha:wlbWellboreName
259 + rdf:type owl:DatatypeProperty ;
260 + rdfs:domain wbsha:WBSha ;
261 + rdfs:label "wlbWellboreName"^^xsd:string ;
262 + rdfs:range xsd:string ;
263 + tables:columnIndex "0"^^xsd:int .