Showing
10 changed files
with
1315 additions
and
379 deletions
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 | ] ; | ... | ... |
1 | # baseURI: http://www.reportinghub.no/transform/spreadsheets2npd | 1 | # baseURI: http://www.reportinghub.no/transform/spreadsheets2npd |
2 | # imports: http://topbraid.org/spin/spinmapl | 2 | # imports: http://topbraid.org/spin/spinmapl |
3 | +# imports: http://www.reportinghub.no/examples/transform/npd/wbexp-2011-07-30 | ||
3 | # imports: file:///www.reportinghub.no/transform/npd/company | 4 | # imports: file:///www.reportinghub.no/transform/npd/company |
5 | +# imports: file:///www.reportinghub.no/transform/npd/wbsha | ||
4 | # imports: file:///www.reportinghub.no/transform/npd/baa-2011-07-30 | 6 | # imports: file:///www.reportinghub.no/transform/npd/baa-2011-07-30 |
5 | # imports: file:///www.reportinghub.no/transform/npd/field | 7 | # imports: file:///www.reportinghub.no/transform/npd/field |
6 | # imports: http://www.reportinghub.no/1.1/schema/npd | 8 | # imports: http://www.reportinghub.no/1.1/schema/npd |
... | @@ -13,17 +15,22 @@ | ... | @@ -13,17 +15,22 @@ |
13 | # imports: file:///www.reportinghub.no/transform/npd/tufoperator | 15 | # imports: file:///www.reportinghub.no/transform/npd/tufoperator |
14 | # imports: file:///www.reportinghub.no/transform/npd/discovery-2011-07-30 | 16 | # imports: file:///www.reportinghub.no/transform/npd/discovery-2011-07-30 |
15 | # imports: file:///www.reportinghub.no/transform/npd/wbdev-2011-07-30 | 17 | # imports: file:///www.reportinghub.no/transform/npd/wbdev-2011-07-30 |
18 | +# imports: file:///www.reportinghub.no/transform/npd/wbid-2011-07-30 | ||
16 | # imports: http://www.reportinghub.no/examples/transform/npd/company-2011-07-30 | 19 | # imports: http://www.reportinghub.no/examples/transform/npd/company-2011-07-30 |
17 | # imports: file:///www.reportinghub.no/transform/npd/licensee-2011-07-30 | 20 | # imports: file:///www.reportinghub.no/transform/npd/licensee-2011-07-30 |
18 | # imports: file:///www.reportinghub.no/transform/npd/wbdev | 21 | # imports: file:///www.reportinghub.no/transform/npd/wbdev |
22 | +# imports: http://www.reportinghub.no/examples/npdi | ||
19 | # imports: http://www.reportinghub.no/transform/npd/tufoperator-2011-07-30 | 23 | # imports: http://www.reportinghub.no/transform/npd/tufoperator-2011-07-30 |
24 | +# imports: file:///www.reportinghub.no/transform/npd/wbsha-2011-07-30 | ||
20 | # imports: file:///www.reportinghub.no/transform/npd/facilitymoveable | 25 | # imports: file:///www.reportinghub.no/transform/npd/facilitymoveable |
26 | +# imports: file:///www.reportinghub.no/transform/npd/wbexp | ||
21 | # imports: file:///www.reportinghub.no/transform/npd/license-2011-07-30 | 27 | # imports: file:///www.reportinghub.no/transform/npd/license-2011-07-30 |
22 | # imports: file:///www.reportinghub.no/transform/npd/licensee | 28 | # imports: file:///www.reportinghub.no/transform/npd/licensee |
23 | # imports: file:///www.reportinghub.no/transform/npd/facilityfixed | 29 | # imports: file:///www.reportinghub.no/transform/npd/facilityfixed |
24 | # imports: file:///www.reportinghub.no/transform/npd/discovery | 30 | # imports: file:///www.reportinghub.no/transform/npd/discovery |
25 | # imports: file:///www.reportinghub.no/transform/npd/licence | 31 | # imports: file:///www.reportinghub.no/transform/npd/licence |
26 | # imports: file:///www.reportinghub.no/transform/npd/baalicensee-2011-07-30 | 32 | # imports: file:///www.reportinghub.no/transform/npd/baalicensee-2011-07-30 |
33 | +# imports: file:///www.reportinghub.no/transform/npd/wbid | ||
27 | # imports: file:///www.reportinghub.no/transform/npd/facilityfixed-2011-07-30 | 34 | # imports: file:///www.reportinghub.no/transform/npd/facilityfixed-2011-07-30 |
28 | 35 | ||
29 | @prefix : <http://www.reportinghub.no/transform/spreadsheets2npd#> . | 36 | @prefix : <http://www.reportinghub.no/transform/spreadsheets2npd#> . |
... | @@ -53,33 +60,50 @@ | ... | @@ -53,33 +60,50 @@ |
53 | @prefix tufoperator-2011-07-30: <http://www.reportinghub.no/transform/npd/tufoperator-2011-07-30#> . | 60 | @prefix tufoperator-2011-07-30: <http://www.reportinghub.no/transform/npd/tufoperator-2011-07-30#> . |
54 | @prefix wbdev-2011-07-30: <file:///www.reportinghub.no/transform/npd/wbdev-2011-07-30#> . | 61 | @prefix wbdev-2011-07-30: <file:///www.reportinghub.no/transform/npd/wbdev-2011-07-30#> . |
55 | @prefix wbexp-2011-07-30: <http://www.reportinghub.no/examples/transform/npd/wbexp-2011-07-30#> . | 62 | @prefix wbexp-2011-07-30: <http://www.reportinghub.no/examples/transform/npd/wbexp-2011-07-30#> . |
63 | +@prefix wbid-2011-07-30: <file:///www.reportinghub.no/transform/npd/wbid-2011-07-30#> . | ||
64 | +@prefix wbsha-2011-07-30: <file:///www.reportinghub.no/transform/npd/wbsha-2011-07-30#> . | ||
56 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 65 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
57 | 66 | ||
58 | <file:///www.reportinghub.no/examples/transform/npd/licence-2011-07-30.csv#Licence> | 67 | <file:///www.reportinghub.no/examples/transform/npd/licence-2011-07-30.csv#Licence> |
59 | spinmap:rule | 68 | spinmap:rule |
60 | [ rdf:type spinmap:Mapping-1-1 ; | 69 | [ rdf:type spinmap:Mapping-1-1 ; |
61 | spinmap:context :License-License ; | 70 | spinmap:context :License-License ; |
62 | - spinmap:expression spin:_arg1 ; | 71 | + spinmap:expression |
72 | + [ rdf:type spinmapl:resourceWithValue ; | ||
73 | + sp:arg1 spin:_arg1 ; | ||
74 | + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | ||
75 | + spinmapl:type <http://www.reportinghub.no/schema/npd#LicenseStatus> | ||
76 | + ] ; | ||
63 | spinmap:sourcePredicate1 | 77 | spinmap:sourcePredicate1 |
64 | - <file:///www.reportinghub.no/examples/transform/npd/licence-2011-07-30.csv#prlLicensingActivityName> ; | 78 | + <file:///www.reportinghub.no/examples/transform/npd/licence-2011-07-30.csv#prlStatus> ; |
65 | spinmap:targetPredicate1 | 79 | spinmap:targetPredicate1 |
66 | - <http://www.reportinghub.no/schema/npd#licensingActivity> | 80 | + <http://www.reportinghub.no/schema/npd#licenseStatus> |
67 | ] ; | 81 | ] ; |
68 | spinmap:rule | 82 | spinmap:rule |
69 | [ rdf:type spinmap:Mapping-1-1 ; | 83 | [ rdf:type spinmap:Mapping-1-1 ; |
70 | spinmap:context :License-License ; | 84 | spinmap:context :License-License ; |
71 | - spinmap:expression spin:_arg1 ; | 85 | + spinmap:expression |
86 | + [ rdf:type spif:parseDate ; | ||
87 | + arg:pattern "dd.MM.yyyy" ; | ||
88 | + sp:arg1 spin:_arg1 | ||
89 | + ] ; | ||
72 | spinmap:sourcePredicate1 | 90 | spinmap:sourcePredicate1 |
73 | - <file:///www.reportinghub.no/examples/transform/npd/licence-2011-07-30.csv#prlName> ; | 91 | + <file:///www.reportinghub.no/examples/transform/npd/licence-2011-07-30.csv#prlDateGranted> ; |
74 | spinmap:targetPredicate1 | 92 | spinmap:targetPredicate1 |
75 | - <http://www.reportinghub.no/schema/npd#name> | 93 | + <http://www.reportinghub.no/schema/npd#startDate> |
76 | ] ; | 94 | ] ; |
77 | spinmap:rule | 95 | spinmap:rule |
78 | - [ rdf:type spinmap:Mapping-0-1 ; | 96 | + [ rdf:type spinmap:Mapping-1-1 ; |
79 | spinmap:context :License-License ; | 97 | spinmap:context :License-License ; |
80 | - spinmap:expression <http://www.reportinghub.no/schema/npd#Licence> ; | 98 | + spinmap:expression |
99 | + [ rdf:type spif:parseDate ; | ||
100 | + arg:pattern "dd.MM.yyyy" ; | ||
101 | + sp:arg1 spin:_arg1 | ||
102 | + ] ; | ||
103 | + spinmap:sourcePredicate1 | ||
104 | + <file:///www.reportinghub.no/examples/transform/npd/licence-2011-07-30.csv#prlDateValidTo> ; | ||
81 | spinmap:targetPredicate1 | 105 | spinmap:targetPredicate1 |
82 | - rdf:type | 106 | + <http://www.reportinghub.no/schema/npd#endDate> |
83 | ] ; | 107 | ] ; |
84 | spinmap:rule | 108 | spinmap:rule |
85 | [ rdf:type spinmap:Mapping-1-1 ; | 109 | [ rdf:type spinmap:Mapping-1-1 ; |
... | @@ -91,44 +115,29 @@ | ... | @@ -91,44 +115,29 @@ |
91 | <http://www.reportinghub.no/schema/npd#id> | 115 | <http://www.reportinghub.no/schema/npd#id> |
92 | ] ; | 116 | ] ; |
93 | spinmap:rule | 117 | spinmap:rule |
94 | - [ rdf:type spinmap:Mapping-1-1 ; | 118 | + [ rdf:type spinmap:Mapping-0-1 ; |
95 | spinmap:context :License-License ; | 119 | spinmap:context :License-License ; |
96 | - spinmap:expression | 120 | + spinmap:expression <http://www.reportinghub.no/schema/npd#Licence> ; |
97 | - [ rdf:type spif:parseDate ; | ||
98 | - arg:pattern "dd.MM.yyyy" ; | ||
99 | - sp:arg1 spin:_arg1 | ||
100 | - ] ; | ||
101 | - spinmap:sourcePredicate1 | ||
102 | - <file:///www.reportinghub.no/examples/transform/npd/licence-2011-07-30.csv#prlDateValidTo> ; | ||
103 | spinmap:targetPredicate1 | 121 | spinmap:targetPredicate1 |
104 | - <http://www.reportinghub.no/schema/npd#endDate> | 122 | + rdf:type |
105 | ] ; | 123 | ] ; |
106 | spinmap:rule | 124 | spinmap:rule |
107 | [ rdf:type spinmap:Mapping-1-1 ; | 125 | [ rdf:type spinmap:Mapping-1-1 ; |
108 | spinmap:context :License-License ; | 126 | spinmap:context :License-License ; |
109 | - spinmap:expression | 127 | + spinmap:expression spin:_arg1 ; |
110 | - [ rdf:type spif:parseDate ; | ||
111 | - arg:pattern "dd.MM.yyyy" ; | ||
112 | - sp:arg1 spin:_arg1 | ||
113 | - ] ; | ||
114 | spinmap:sourcePredicate1 | 128 | spinmap:sourcePredicate1 |
115 | - <file:///www.reportinghub.no/examples/transform/npd/licence-2011-07-30.csv#prlDateGranted> ; | 129 | + <file:///www.reportinghub.no/examples/transform/npd/licence-2011-07-30.csv#prlName> ; |
116 | spinmap:targetPredicate1 | 130 | spinmap:targetPredicate1 |
117 | - <http://www.reportinghub.no/schema/npd#startDate> | 131 | + <http://www.reportinghub.no/schema/npd#name> |
118 | ] ; | 132 | ] ; |
119 | spinmap:rule | 133 | spinmap:rule |
120 | [ rdf:type spinmap:Mapping-1-1 ; | 134 | [ rdf:type spinmap:Mapping-1-1 ; |
121 | spinmap:context :License-License ; | 135 | spinmap:context :License-License ; |
122 | - spinmap:expression | 136 | + spinmap:expression spin:_arg1 ; |
123 | - [ rdf:type spinmapl:resourceWithValue ; | ||
124 | - sp:arg1 spin:_arg1 ; | ||
125 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | ||
126 | - spinmapl:type <http://www.reportinghub.no/schema/npd#LicenseStatus> | ||
127 | - ] ; | ||
128 | spinmap:sourcePredicate1 | 137 | spinmap:sourcePredicate1 |
129 | - <file:///www.reportinghub.no/examples/transform/npd/licence-2011-07-30.csv#prlStatus> ; | 138 | + <file:///www.reportinghub.no/examples/transform/npd/licence-2011-07-30.csv#prlLicensingActivityName> ; |
130 | spinmap:targetPredicate1 | 139 | spinmap:targetPredicate1 |
131 | - <http://www.reportinghub.no/schema/npd#licenseStatus> | 140 | + <http://www.reportinghub.no/schema/npd#licensingActivity> |
132 | ] . | 141 | ] . |
133 | 142 | ||
134 | <file:///www.reportinghub.no/transform/npd/baa#BAA> | 143 | <file:///www.reportinghub.no/transform/npd/baa#BAA> |
... | @@ -137,22 +146,22 @@ | ... | @@ -137,22 +146,22 @@ |
137 | spinmap:context :BAA-BusinessArrangementArea ; | 146 | spinmap:context :BAA-BusinessArrangementArea ; |
138 | spinmap:expression spin:_arg1 ; | 147 | spinmap:expression spin:_arg1 ; |
139 | spinmap:sourcePredicate1 | 148 | spinmap:sourcePredicate1 |
140 | - <file:///www.reportinghub.no/transform/npd/baa#baaNpdidBsnsArrArea> ; | 149 | + <file:///www.reportinghub.no/transform/npd/baa#baaName> ; |
141 | spinmap:targetPredicate1 | 150 | spinmap:targetPredicate1 |
142 | - <http://www.reportinghub.no/schema/npd#id> | 151 | + <http://www.reportinghub.no/schema/npd#name> |
143 | ] ; | 152 | ] ; |
144 | spinmap:rule | 153 | spinmap:rule |
145 | [ rdf:type spinmap:Mapping-1-1 ; | 154 | [ rdf:type spinmap:Mapping-1-1 ; |
146 | spinmap:context :BAA-BusinessArrangementArea ; | 155 | spinmap:context :BAA-BusinessArrangementArea ; |
147 | spinmap:expression | 156 | spinmap:expression |
148 | - [ rdf:type spinmapl:resourceWithValue ; | 157 | + [ rdf:type spif:parseDate ; |
149 | - sp:arg1 spin:_arg1 ; | 158 | + arg:pattern "dd.MM.yyyy" ; |
150 | - spinmapl:predicate :baaKind | 159 | + sp:arg1 spin:_arg1 |
151 | ] ; | 160 | ] ; |
152 | spinmap:sourcePredicate1 | 161 | spinmap:sourcePredicate1 |
153 | - <file:///www.reportinghub.no/transform/npd/baa#baaKind> ; | 162 | + <file:///www.reportinghub.no/transform/npd/baa#baaDateValidTo> ; |
154 | spinmap:targetPredicate1 | 163 | spinmap:targetPredicate1 |
155 | - rdf:type | 164 | + <http://www.reportinghub.no/schema/npd#endDate> |
156 | ] ; | 165 | ] ; |
157 | spinmap:rule | 166 | spinmap:rule |
158 | [ rdf:type spinmap:Mapping-1-1 ; | 167 | [ rdf:type spinmap:Mapping-1-1 ; |
... | @@ -171,32 +180,37 @@ | ... | @@ -171,32 +180,37 @@ |
171 | [ rdf:type spinmap:Mapping-1-1 ; | 180 | [ rdf:type spinmap:Mapping-1-1 ; |
172 | spinmap:context :BAA-BusinessArrangementArea ; | 181 | spinmap:context :BAA-BusinessArrangementArea ; |
173 | spinmap:expression | 182 | spinmap:expression |
174 | - [ rdf:type spif:parseDate ; | 183 | + [ rdf:type spinmapl:resourceWithValue ; |
175 | - arg:pattern "dd.MM.yyyy" ; | 184 | + sp:arg1 spin:_arg1 ; |
176 | - sp:arg1 spin:_arg1 | 185 | + spinmapl:predicate :baaKind |
177 | ] ; | 186 | ] ; |
178 | spinmap:sourcePredicate1 | 187 | spinmap:sourcePredicate1 |
179 | - <file:///www.reportinghub.no/transform/npd/baa#baaDateValidTo> ; | 188 | + <file:///www.reportinghub.no/transform/npd/baa#baaKind> ; |
180 | spinmap:targetPredicate1 | 189 | spinmap:targetPredicate1 |
181 | - <http://www.reportinghub.no/schema/npd#endDate> | 190 | + rdf:type |
182 | ] ; | 191 | ] ; |
183 | spinmap:rule | 192 | spinmap:rule |
184 | [ rdf:type spinmap:Mapping-1-1 ; | 193 | [ rdf:type spinmap:Mapping-1-1 ; |
185 | spinmap:context :BAA-BusinessArrangementArea ; | 194 | spinmap:context :BAA-BusinessArrangementArea ; |
186 | spinmap:expression spin:_arg1 ; | 195 | spinmap:expression spin:_arg1 ; |
187 | spinmap:sourcePredicate1 | 196 | spinmap:sourcePredicate1 |
188 | - <file:///www.reportinghub.no/transform/npd/baa#baaName> ; | 197 | + <file:///www.reportinghub.no/transform/npd/baa#baaNpdidBsnsArrArea> ; |
189 | spinmap:targetPredicate1 | 198 | spinmap:targetPredicate1 |
190 | - <http://www.reportinghub.no/schema/npd#name> | 199 | + <http://www.reportinghub.no/schema/npd#id> |
191 | ] . | 200 | ] . |
192 | 201 | ||
193 | <file:///www.reportinghub.no/transform/npd/baalicensee#BAALicensee> | 202 | <file:///www.reportinghub.no/transform/npd/baalicensee#BAALicensee> |
194 | spinmap:rule | 203 | spinmap:rule |
195 | - [ rdf:type spinmap:Mapping-0-1 ; | 204 | + [ rdf:type spinmap:Mapping-1-1 ; |
196 | spinmap:context :BAALicensee-ShareOfBAA ; | 205 | spinmap:context :BAALicensee-ShareOfBAA ; |
197 | - spinmap:expression <http://www.reportinghub.no/schema/npd#ShareOfBAA> ; | 206 | + spinmap:expression |
207 | + [ rdf:type xsd:float ; | ||
208 | + sp:arg1 spin:_arg1 | ||
209 | + ] ; | ||
210 | + spinmap:sourcePredicate1 | ||
211 | + <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeInterest> ; | ||
198 | spinmap:targetPredicate1 | 212 | spinmap:targetPredicate1 |
199 | - rdf:type | 213 | + <http://www.reportinghub.no/schema/npd#percentageOfShare> |
200 | ] ; | 214 | ] ; |
201 | spinmap:rule | 215 | spinmap:rule |
202 | [ rdf:type spinmap:Mapping-1-1 ; | 216 | [ rdf:type spinmap:Mapping-1-1 ; |
... | @@ -205,12 +219,12 @@ | ... | @@ -205,12 +219,12 @@ |
205 | [ rdf:type spinmapl:resourceWithValue ; | 219 | [ rdf:type spinmapl:resourceWithValue ; |
206 | sp:arg1 spin:_arg1 ; | 220 | sp:arg1 spin:_arg1 ; |
207 | spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | 221 | spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; |
208 | - spinmapl:type <http://www.reportinghub.no/schema/npd#BusinessArrangementArea> | 222 | + spinmapl:type <http://www.reportinghub.no/schema/npd#Company> |
209 | ] ; | 223 | ] ; |
210 | spinmap:sourcePredicate1 | 224 | spinmap:sourcePredicate1 |
211 | - <file:///www.reportinghub.no/transform/npd/baalicensee#baaName> ; | 225 | + <file:///www.reportinghub.no/transform/npd/baalicensee#cmpLongName> ; |
212 | spinmap:targetPredicate1 | 226 | spinmap:targetPredicate1 |
213 | - <http://www.reportinghub.no/schema/npd#baaShared> | 227 | + <http://www.reportinghub.no/schema/npd#shareHolder> |
214 | ] ; | 228 | ] ; |
215 | spinmap:rule | 229 | spinmap:rule |
216 | [ rdf:type spinmap:Mapping-1-1 ; | 230 | [ rdf:type spinmap:Mapping-1-1 ; |
... | @@ -221,9 +235,9 @@ | ... | @@ -221,9 +235,9 @@ |
221 | sp:arg1 spin:_arg1 | 235 | sp:arg1 spin:_arg1 |
222 | ] ; | 236 | ] ; |
223 | spinmap:sourcePredicate1 | 237 | spinmap:sourcePredicate1 |
224 | - <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeDateValidFrom> ; | 238 | + <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeDateValidTo> ; |
225 | spinmap:targetPredicate1 | 239 | spinmap:targetPredicate1 |
226 | - <http://www.reportinghub.no/schema/npd#startDate> | 240 | + <http://www.reportinghub.no/schema/npd#endDate> |
227 | ] ; | 241 | ] ; |
228 | spinmap:rule | 242 | spinmap:rule |
229 | [ rdf:type spinmap:Mapping-1-1 ; | 243 | [ rdf:type spinmap:Mapping-1-1 ; |
... | @@ -234,9 +248,9 @@ | ... | @@ -234,9 +248,9 @@ |
234 | sp:arg1 spin:_arg1 | 248 | sp:arg1 spin:_arg1 |
235 | ] ; | 249 | ] ; |
236 | spinmap:sourcePredicate1 | 250 | spinmap:sourcePredicate1 |
237 | - <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeDateValidTo> ; | 251 | + <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeDateValidFrom> ; |
238 | spinmap:targetPredicate1 | 252 | spinmap:targetPredicate1 |
239 | - <http://www.reportinghub.no/schema/npd#endDate> | 253 | + <http://www.reportinghub.no/schema/npd#startDate> |
240 | ] ; | 254 | ] ; |
241 | spinmap:rule | 255 | spinmap:rule |
242 | [ rdf:type spinmap:Mapping-1-1 ; | 256 | [ rdf:type spinmap:Mapping-1-1 ; |
... | @@ -245,130 +259,115 @@ | ... | @@ -245,130 +259,115 @@ |
245 | [ rdf:type spinmapl:resourceWithValue ; | 259 | [ rdf:type spinmapl:resourceWithValue ; |
246 | sp:arg1 spin:_arg1 ; | 260 | sp:arg1 spin:_arg1 ; |
247 | spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | 261 | spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; |
248 | - spinmapl:type <http://www.reportinghub.no/schema/npd#Company> | 262 | + spinmapl:type <http://www.reportinghub.no/schema/npd#BusinessArrangementArea> |
249 | ] ; | 263 | ] ; |
250 | spinmap:sourcePredicate1 | 264 | spinmap:sourcePredicate1 |
251 | - <file:///www.reportinghub.no/transform/npd/baalicensee#cmpLongName> ; | 265 | + <file:///www.reportinghub.no/transform/npd/baalicensee#baaName> ; |
252 | spinmap:targetPredicate1 | 266 | spinmap:targetPredicate1 |
253 | - <http://www.reportinghub.no/schema/npd#shareHolder> | 267 | + <http://www.reportinghub.no/schema/npd#baaShared> |
254 | ] ; | 268 | ] ; |
255 | spinmap:rule | 269 | spinmap:rule |
256 | - [ rdf:type spinmap:Mapping-1-1 ; | 270 | + [ rdf:type spinmap:Mapping-0-1 ; |
257 | spinmap:context :BAALicensee-ShareOfBAA ; | 271 | spinmap:context :BAALicensee-ShareOfBAA ; |
258 | - spinmap:expression | 272 | + spinmap:expression <http://www.reportinghub.no/schema/npd#ShareOfBAA> ; |
259 | - [ rdf:type xsd:float ; | ||
260 | - sp:arg1 spin:_arg1 | ||
261 | - ] ; | ||
262 | - spinmap:sourcePredicate1 | ||
263 | - <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeInterest> ; | ||
264 | spinmap:targetPredicate1 | 273 | spinmap:targetPredicate1 |
265 | - <http://www.reportinghub.no/schema/npd#percentageOfShare> | 274 | + rdf:type |
266 | ] . | 275 | ] . |
267 | 276 | ||
268 | <file:///www.reportinghub.no/transform/npd/company#Company> | 277 | <file:///www.reportinghub.no/transform/npd/company#Company> |
269 | spinmap:rule | 278 | spinmap:rule |
270 | [ rdf:type spinmap:Mapping-1-1 ; | 279 | [ rdf:type spinmap:Mapping-1-1 ; |
271 | - spinmap:context :Company-Company ; | 280 | + spinmap:context :Company-ParentCompany ; |
272 | spinmap:expression spin:_arg1 ; | 281 | spinmap:expression spin:_arg1 ; |
273 | spinmap:sourcePredicate1 | 282 | spinmap:sourcePredicate1 |
274 | - <file:///www.reportinghub.no/transform/npd/company#cmpNpdidCompany> ; | 283 | + <file:///www.reportinghub.no/transform/npd/company#cmpGroup> ; |
275 | spinmap:targetPredicate1 | 284 | spinmap:targetPredicate1 |
276 | - <http://www.reportinghub.no/schema/npd#id> | 285 | + <http://www.reportinghub.no/schema/npd#name> |
277 | ] ; | 286 | ] ; |
278 | spinmap:rule | 287 | spinmap:rule |
279 | [ rdf:type spinmap:Mapping-1-1 ; | 288 | [ rdf:type spinmap:Mapping-1-1 ; |
280 | - spinmap:context :Company-Company ; | 289 | + spinmap:context :Company-ParentCompany ; |
281 | spinmap:expression spin:_arg1 ; | 290 | spinmap:expression spin:_arg1 ; |
282 | spinmap:sourcePredicate1 | 291 | spinmap:sourcePredicate1 |
283 | - <file:///www.reportinghub.no/transform/npd/company#cmpShortName> ; | 292 | + <file:///www.reportinghub.no/transform/npd/company#cmpGroup> ; |
284 | spinmap:targetPredicate1 | 293 | spinmap:targetPredicate1 |
285 | <http://www.reportinghub.no/schema/npd#companyShortName> | 294 | <http://www.reportinghub.no/schema/npd#companyShortName> |
286 | ] ; | 295 | ] ; |
287 | spinmap:rule | 296 | spinmap:rule |
288 | [ rdf:type spinmap:Mapping-1-1 ; | 297 | [ rdf:type spinmap:Mapping-1-1 ; |
289 | spinmap:context :Company-Company ; | 298 | spinmap:context :Company-Company ; |
290 | - spinmap:expression spin:_arg1 ; | 299 | + spinmap:expression |
300 | + [ rdf:type rhspin:parentCompanyByName ; | ||
301 | + arg:name spin:_arg1 | ||
302 | + ] ; | ||
291 | spinmap:sourcePredicate1 | 303 | spinmap:sourcePredicate1 |
292 | - <file:///www.reportinghub.no/transform/npd/company#cmpLongName> ; | 304 | + <file:///www.reportinghub.no/transform/npd/company#cmpGroup> ; |
293 | spinmap:targetPredicate1 | 305 | spinmap:targetPredicate1 |
294 | - <http://www.reportinghub.no/schema/npd#name> | 306 | + <http://www.reportinghub.no/schema/npd#parentCompany> |
295 | ] ; | 307 | ] ; |
296 | spinmap:rule | 308 | spinmap:rule |
297 | [ rdf:type spinmap:Mapping-0-1 ; | 309 | [ rdf:type spinmap:Mapping-0-1 ; |
298 | - spinmap:context :Company-Company ; | 310 | + spinmap:context :Company-ParentCompany ; |
299 | - spinmap:expression <http://www.reportinghub.no/schema/npd#Company> ; | 311 | + spinmap:expression <http://www.reportinghub.no/schema/npd#ParentCompany> ; |
300 | spinmap:targetPredicate1 | 312 | spinmap:targetPredicate1 |
301 | rdf:type | 313 | rdf:type |
302 | - ] . | 314 | + ] ; |
303 | - | ||
304 | -<file:///www.reportinghub.no/transform/npd/discovery#Discovery> | ||
305 | spinmap:rule | 315 | spinmap:rule |
306 | [ rdf:type spinmap:Mapping-1-1 ; | 316 | [ rdf:type spinmap:Mapping-1-1 ; |
307 | - spinmap:context :Discovery-Discovery ; | 317 | + spinmap:context :Company-Company ; |
308 | - spinmap:expression | 318 | + spinmap:expression spin:_arg1 ; |
309 | - [ rdf:type spinmapl:resourceWithValue ; | ||
310 | - sp:arg1 spin:_arg1 ; | ||
311 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | ||
312 | - spinmapl:type <http://www.reportinghub.no/schema/npd#Company> | ||
313 | - ] ; | ||
314 | spinmap:sourcePredicate1 | 319 | spinmap:sourcePredicate1 |
315 | - <file:///www.reportinghub.no/transform/npd/discovery#cmpLongName2> ; | 320 | + <file:///www.reportinghub.no/transform/npd/company#cmpOrgNumberBrReg> ; |
316 | spinmap:targetPredicate1 | 321 | spinmap:targetPredicate1 |
317 | - <http://www.reportinghub.no/schema/npd#discoveryOperator> | 322 | + <http://www.reportinghub.no/schema/npd#organisationNumber> |
318 | ] ; | 323 | ] ; |
319 | spinmap:rule | 324 | spinmap:rule |
320 | [ rdf:type spinmap:Mapping-0-1 ; | 325 | [ rdf:type spinmap:Mapping-0-1 ; |
321 | - spinmap:context :Discovery-Discovery ; | 326 | + spinmap:context :Company-Company ; |
322 | - spinmap:expression <http://www.reportinghub.no/schema/npd#Discovery> ; | 327 | + spinmap:expression <http://www.reportinghub.no/schema/npd#OperatingCompany> ; |
323 | spinmap:targetPredicate1 | 328 | spinmap:targetPredicate1 |
324 | rdf:type | 329 | rdf:type |
325 | ] ; | 330 | ] ; |
326 | spinmap:rule | 331 | spinmap:rule |
327 | [ rdf:type spinmap:Mapping-1-1 ; | 332 | [ rdf:type spinmap:Mapping-1-1 ; |
328 | - spinmap:context :Discovery-Discovery ; | 333 | + spinmap:context :Company-Company ; |
329 | - spinmap:expression | 334 | + spinmap:expression spin:_arg1 ; |
330 | - [ rdf:type spinmapl:resourceWithValue ; | ||
331 | - sp:arg1 spin:_arg1 ; | ||
332 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | ||
333 | - spinmapl:type <http://www.reportinghub.no/schema/npd#MainNCSArea> | ||
334 | - ] ; | ||
335 | spinmap:sourcePredicate1 | 335 | spinmap:sourcePredicate1 |
336 | - <file:///www.reportinghub.no/transform/npd/discovery#nmaName> ; | 336 | + <file:///www.reportinghub.no/transform/npd/company#cmpLongName> ; |
337 | spinmap:targetPredicate1 | 337 | spinmap:targetPredicate1 |
338 | - <http://www.reportinghub.no/schema/npd#discoveryMainNcsArea> | 338 | + <http://www.reportinghub.no/schema/npd#name> |
339 | ] ; | 339 | ] ; |
340 | spinmap:rule | 340 | spinmap:rule |
341 | [ rdf:type spinmap:Mapping-1-1 ; | 341 | [ rdf:type spinmap:Mapping-1-1 ; |
342 | - spinmap:context :Discovery-Discovery ; | 342 | + spinmap:context :Company-Company ; |
343 | - spinmap:expression | 343 | + spinmap:expression spin:_arg1 ; |
344 | - [ rdf:type rhspin:fieldById ; | ||
345 | - arg:id spin:_arg1 | ||
346 | - ] ; | ||
347 | spinmap:sourcePredicate1 | 344 | spinmap:sourcePredicate1 |
348 | - <file:///www.reportinghub.no/transform/npd/discovery#fldNpdidField> ; | 345 | + <file:///www.reportinghub.no/transform/npd/company#cmpShortName> ; |
349 | spinmap:targetPredicate1 | 346 | spinmap:targetPredicate1 |
350 | - <http://www.reportinghub.no/schema/npd#discoveryField> | 347 | + <http://www.reportinghub.no/schema/npd#companyShortName> |
351 | ] ; | 348 | ] ; |
352 | spinmap:rule | 349 | spinmap:rule |
353 | [ rdf:type spinmap:Mapping-1-1 ; | 350 | [ rdf:type spinmap:Mapping-1-1 ; |
354 | - spinmap:context :Discovery-Discovery ; | 351 | + spinmap:context :Company-Company ; |
355 | - spinmap:expression | 352 | + spinmap:expression spin:_arg1 ; |
356 | - [ rdf:type xsd:integer ; | ||
357 | - sp:arg1 spin:_arg1 | ||
358 | - ] ; | ||
359 | spinmap:sourcePredicate1 | 353 | spinmap:sourcePredicate1 |
360 | - <file:///www.reportinghub.no/transform/npd/discovery#dscDiscoveryYear> ; | 354 | + <file:///www.reportinghub.no/transform/npd/company#cmpNpdidCompany> ; |
361 | spinmap:targetPredicate1 | 355 | spinmap:targetPredicate1 |
362 | - <http://www.reportinghub.no/schema/npd#discoveryYear> | 356 | + <http://www.reportinghub.no/schema/npd#id> |
363 | - ] ; | 357 | + ] . |
358 | + | ||
359 | +<file:///www.reportinghub.no/transform/npd/discovery#Discovery> | ||
364 | spinmap:rule | 360 | spinmap:rule |
365 | [ rdf:type spinmap:Mapping-1-1 ; | 361 | [ rdf:type spinmap:Mapping-1-1 ; |
366 | spinmap:context :Discovery-Discovery ; | 362 | spinmap:context :Discovery-Discovery ; |
367 | - spinmap:expression spin:_arg1 ; | 363 | + spinmap:expression |
364 | + [ rdf:type rhspin:fieldById ; | ||
365 | + arg:id spin:_arg1 | ||
366 | + ] ; | ||
368 | spinmap:sourcePredicate1 | 367 | spinmap:sourcePredicate1 |
369 | - <file:///www.reportinghub.no/transform/npd/discovery#dscNpdidDiscovery> ; | 368 | + <file:///www.reportinghub.no/transform/npd/discovery#fldNpdidField> ; |
370 | spinmap:targetPredicate1 | 369 | spinmap:targetPredicate1 |
371 | - <http://www.reportinghub.no/schema/npd#id> | 370 | + <http://www.reportinghub.no/schema/npd#discoveryField> |
372 | ] ; | 371 | ] ; |
373 | spinmap:rule | 372 | spinmap:rule |
374 | [ rdf:type spinmap:Mapping-1-1 ; | 373 | [ rdf:type spinmap:Mapping-1-1 ; |
... | @@ -377,24 +376,26 @@ | ... | @@ -377,24 +376,26 @@ |
377 | [ rdf:type spinmapl:resourceWithValue ; | 376 | [ rdf:type spinmapl:resourceWithValue ; |
378 | sp:arg1 spin:_arg1 ; | 377 | sp:arg1 spin:_arg1 ; |
379 | spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | 378 | spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; |
380 | - spinmapl:type <http://www.reportinghub.no/schema/npd#DiscoveryActivityStatus> | 379 | + spinmapl:type <http://www.reportinghub.no/schema/npd#HCType> |
381 | ] ; | 380 | ] ; |
382 | spinmap:sourcePredicate1 | 381 | spinmap:sourcePredicate1 |
383 | - <file:///www.reportinghub.no/transform/npd/discovery#dscCurrentActivityStatus> ; | 382 | + <file:///www.reportinghub.no/transform/npd/discovery#dscHcType> ; |
384 | spinmap:targetPredicate1 | 383 | spinmap:targetPredicate1 |
385 | - <http://www.reportinghub.no/schema/npd#discoveryCurrentActivityStatus> | 384 | + <http://www.reportinghub.no/schema/npd#discoveryHCType> |
386 | ] ; | 385 | ] ; |
387 | spinmap:rule | 386 | spinmap:rule |
388 | [ rdf:type spinmap:Mapping-1-1 ; | 387 | [ rdf:type spinmap:Mapping-1-1 ; |
389 | spinmap:context :Discovery-Discovery ; | 388 | spinmap:context :Discovery-Discovery ; |
390 | spinmap:expression | 389 | spinmap:expression |
391 | - [ rdf:type rhspin:wellBoreByName ; | 390 | + [ rdf:type spinmapl:resourceWithValue ; |
392 | - arg:wellBoreName spin:_arg1 | 391 | + sp:arg1 spin:_arg1 ; |
392 | + spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | ||
393 | + spinmapl:type <http://www.reportinghub.no/schema/npd#Company> | ||
393 | ] ; | 394 | ] ; |
394 | spinmap:sourcePredicate1 | 395 | spinmap:sourcePredicate1 |
395 | - <file:///www.reportinghub.no/transform/npd/discovery#wlbName> ; | 396 | + <file:///www.reportinghub.no/transform/npd/discovery#cmpLongName2> ; |
396 | spinmap:targetPredicate1 | 397 | spinmap:targetPredicate1 |
397 | - <http://www.reportinghub.no/schema/npd#discoveryWellBore> | 398 | + <http://www.reportinghub.no/schema/npd#discoveryOperator> |
398 | ] ; | 399 | ] ; |
399 | spinmap:rule | 400 | spinmap:rule |
400 | [ rdf:type spinmap:Mapping-1-1 ; | 401 | [ rdf:type spinmap:Mapping-1-1 ; |
... | @@ -402,13 +403,13 @@ | ... | @@ -402,13 +403,13 @@ |
402 | spinmap:expression | 403 | spinmap:expression |
403 | [ rdf:type spinmapl:resourceWithValue ; | 404 | [ rdf:type spinmapl:resourceWithValue ; |
404 | sp:arg1 spin:_arg1 ; | 405 | sp:arg1 spin:_arg1 ; |
405 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | 406 | + spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; |
406 | - spinmapl:type <http://www.reportinghub.no/schema/npd#HCType> | 407 | + spinmapl:type <http://www.reportinghub.no/schema/npd#Owner> |
407 | ] ; | 408 | ] ; |
408 | spinmap:sourcePredicate1 | 409 | spinmap:sourcePredicate1 |
409 | - <file:///www.reportinghub.no/transform/npd/discovery#dscHcType> ; | 410 | + <file:///www.reportinghub.no/transform/npd/discovery#dscOwnerName> ; |
410 | spinmap:targetPredicate1 | 411 | spinmap:targetPredicate1 |
411 | - <http://www.reportinghub.no/schema/npd#discoveryHCType> | 412 | + <http://www.reportinghub.no/schema/npd#discoveryOwner> |
412 | ] ; | 413 | ] ; |
413 | spinmap:rule | 414 | spinmap:rule |
414 | [ rdf:type spinmap:Mapping-1-1 ; | 415 | [ rdf:type spinmap:Mapping-1-1 ; |
... | @@ -416,13 +417,20 @@ | ... | @@ -416,13 +417,20 @@ |
416 | spinmap:expression | 417 | spinmap:expression |
417 | [ rdf:type spinmapl:resourceWithValue ; | 418 | [ rdf:type spinmapl:resourceWithValue ; |
418 | sp:arg1 spin:_arg1 ; | 419 | sp:arg1 spin:_arg1 ; |
419 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | 420 | + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; |
420 | - spinmapl:type <http://www.reportinghub.no/schema/npd#Owner> | 421 | + spinmapl:type <http://www.reportinghub.no/schema/npd#DiscoveryActivityStatus> |
421 | ] ; | 422 | ] ; |
422 | spinmap:sourcePredicate1 | 423 | spinmap:sourcePredicate1 |
423 | - <file:///www.reportinghub.no/transform/npd/discovery#dscOwnerName> ; | 424 | + <file:///www.reportinghub.no/transform/npd/discovery#dscCurrentActivityStatus> ; |
424 | spinmap:targetPredicate1 | 425 | spinmap:targetPredicate1 |
425 | - <http://www.reportinghub.no/schema/npd#discoveryOwner> | 426 | + <http://www.reportinghub.no/schema/npd#discoveryCurrentActivityStatus> |
427 | + ] ; | ||
428 | + spinmap:rule | ||
429 | + [ rdf:type spinmap:Mapping-0-1 ; | ||
430 | + spinmap:context :Discovery-Discovery ; | ||
431 | + spinmap:expression <http://www.reportinghub.no/schema/npd#Discovery> ; | ||
432 | + spinmap:targetPredicate1 | ||
433 | + rdf:type | ||
426 | ] ; | 434 | ] ; |
427 | spinmap:rule | 435 | spinmap:rule |
428 | [ rdf:type spinmap:Mapping-1-1 ; | 436 | [ rdf:type spinmap:Mapping-1-1 ; |
... | @@ -432,79 +440,69 @@ | ... | @@ -432,79 +440,69 @@ |
432 | <file:///www.reportinghub.no/transform/npd/discovery#dscName> ; | 440 | <file:///www.reportinghub.no/transform/npd/discovery#dscName> ; |
433 | spinmap:targetPredicate1 | 441 | spinmap:targetPredicate1 |
434 | <http://www.reportinghub.no/schema/npd#name> | 442 | <http://www.reportinghub.no/schema/npd#name> |
435 | - ] . | ||
436 | - | ||
437 | -<file:///www.reportinghub.no/transform/npd/facilityfixed#FacilityFixed> | ||
438 | - spinmap:rule | ||
439 | - [ rdf:type spinmap:Mapping-1-1 ; | ||
440 | - spinmap:context :FacilityFixed-FixedFacility ; | ||
441 | - spinmap:expression spin:_arg1 ; | ||
442 | - spinmap:sourcePredicate1 | ||
443 | - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclKind> ; | ||
444 | - spinmap:targetPredicate1 | ||
445 | - <http://www.reportinghub.no/schema/npd#facilityKind> | ||
446 | ] ; | 443 | ] ; |
447 | spinmap:rule | 444 | spinmap:rule |
448 | [ rdf:type spinmap:Mapping-1-1 ; | 445 | [ rdf:type spinmap:Mapping-1-1 ; |
449 | - spinmap:context :FacilityFixed-FixedFacility ; | 446 | + spinmap:context :Discovery-Discovery ; |
450 | spinmap:expression | 447 | spinmap:expression |
451 | - [ rdf:type spif:parseDate ; | 448 | + [ rdf:type xsd:integer ; |
452 | - arg:pattern "dd.MM.yyyy" ; | ||
453 | sp:arg1 spin:_arg1 | 449 | sp:arg1 spin:_arg1 |
454 | ] ; | 450 | ] ; |
455 | spinmap:sourcePredicate1 | 451 | spinmap:sourcePredicate1 |
456 | - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclStartupDate> ; | 452 | + <file:///www.reportinghub.no/transform/npd/discovery#dscDiscoveryYear> ; |
457 | spinmap:targetPredicate1 | 453 | spinmap:targetPredicate1 |
458 | - <http://www.reportinghub.no/schema/npd#startDate> | 454 | + <http://www.reportinghub.no/schema/npd#discoveryYear> |
459 | ] ; | 455 | ] ; |
460 | spinmap:rule | 456 | spinmap:rule |
461 | [ rdf:type spinmap:Mapping-1-1 ; | 457 | [ rdf:type spinmap:Mapping-1-1 ; |
462 | - spinmap:context :FacilityFixed-FixedFacility ; | 458 | + spinmap:context :Discovery-Discovery ; |
463 | - spinmap:expression spin:_arg1 ; | 459 | + spinmap:expression |
460 | + [ rdf:type rhspin:wellBoreByName ; | ||
461 | + arg:wellBoreName spin:_arg1 | ||
462 | + ] ; | ||
464 | spinmap:sourcePredicate1 | 463 | spinmap:sourcePredicate1 |
465 | - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclName> ; | 464 | + <file:///www.reportinghub.no/transform/npd/discovery#wlbName> ; |
466 | spinmap:targetPredicate1 | 465 | spinmap:targetPredicate1 |
467 | - <http://www.reportinghub.no/schema/npd#name> | 466 | + <http://www.reportinghub.no/schema/npd#discoveryWellBore> |
468 | ] ; | 467 | ] ; |
469 | spinmap:rule | 468 | spinmap:rule |
470 | [ rdf:type spinmap:Mapping-1-1 ; | 469 | [ rdf:type spinmap:Mapping-1-1 ; |
471 | - spinmap:context :FacilityFixed-FixedFacility ; | 470 | + spinmap:context :Discovery-Discovery ; |
472 | spinmap:expression spin:_arg1 ; | 471 | spinmap:expression spin:_arg1 ; |
473 | spinmap:sourcePredicate1 | 472 | spinmap:sourcePredicate1 |
474 | - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclNpdidFacility> ; | 473 | + <file:///www.reportinghub.no/transform/npd/discovery#dscNpdidDiscovery> ; |
475 | spinmap:targetPredicate1 | 474 | spinmap:targetPredicate1 |
476 | <http://www.reportinghub.no/schema/npd#id> | 475 | <http://www.reportinghub.no/schema/npd#id> |
477 | ] ; | 476 | ] ; |
478 | spinmap:rule | 477 | spinmap:rule |
479 | [ rdf:type spinmap:Mapping-1-1 ; | 478 | [ rdf:type spinmap:Mapping-1-1 ; |
480 | - spinmap:context :FacilityFixed-FixedFacility ; | 479 | + spinmap:context :Discovery-Discovery ; |
481 | spinmap:expression | 480 | spinmap:expression |
482 | - [ rdf:type sp:if ; | 481 | + [ rdf:type spinmapl:resourceWithValue ; |
483 | - sp:arg1 [ rdf:type sp:eq ; | ||
484 | sp:arg1 spin:_arg1 ; | 482 | sp:arg1 spin:_arg1 ; |
485 | - sp:arg2 "N" | 483 | + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; |
486 | - ] ; | 484 | + spinmapl:type <http://www.reportinghub.no/schema/npd#MainNCSArea> |
487 | - sp:arg2 <http://www.reportinghub.no/schema/npd#SubSurfaceFixedFacility> ; | ||
488 | - sp:arg3 <http://www.reportinghub.no/schema/npd#SurfaceFixedFacility> | ||
489 | ] ; | 485 | ] ; |
490 | spinmap:sourcePredicate1 | 486 | spinmap:sourcePredicate1 |
491 | - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclSurface> ; | 487 | + <file:///www.reportinghub.no/transform/npd/discovery#nmaName> ; |
492 | spinmap:targetPredicate1 | 488 | spinmap:targetPredicate1 |
493 | - rdf:type | 489 | + <http://www.reportinghub.no/schema/npd#discoveryMainNcsArea> |
494 | - ] ; | 490 | + ] . |
491 | + | ||
492 | +<file:///www.reportinghub.no/transform/npd/facilityfixed#FacilityFixed> | ||
495 | spinmap:rule | 493 | spinmap:rule |
496 | [ rdf:type spinmap:Mapping-1-1 ; | 494 | [ rdf:type spinmap:Mapping-1-1 ; |
497 | spinmap:context :FacilityFixed-FixedFacility ; | 495 | spinmap:context :FacilityFixed-FixedFacility ; |
498 | spinmap:expression | 496 | spinmap:expression |
499 | [ rdf:type spinmapl:resourceWithValue ; | 497 | [ rdf:type spinmapl:resourceWithValue ; |
500 | sp:arg1 spin:_arg1 ; | 498 | sp:arg1 spin:_arg1 ; |
501 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | 499 | + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; |
502 | - spinmapl:type <http://www.reportinghub.no/schema/npd#Company> | 500 | + spinmapl:type <http://www.reportinghub.no/schema/npd#FixedFacilityPhase> |
503 | ] ; | 501 | ] ; |
504 | spinmap:sourcePredicate1 | 502 | spinmap:sourcePredicate1 |
505 | - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclCurrentOperatorName> ; | 503 | + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclPhase> ; |
506 | spinmap:targetPredicate1 | 504 | spinmap:targetPredicate1 |
507 | - <http://www.reportinghub.no/schema/npd#currentOperator> | 505 | + <http://www.reportinghub.no/schema/npd#fixedFacilityPhase> |
508 | ] ; | 506 | ] ; |
509 | spinmap:rule | 507 | spinmap:rule |
510 | [ rdf:type spinmap:Mapping-1-1 ; | 508 | [ rdf:type spinmap:Mapping-1-1 ; |
... | @@ -526,52 +524,75 @@ | ... | @@ -526,52 +524,75 @@ |
526 | spinmap:expression | 524 | spinmap:expression |
527 | [ rdf:type spinmapl:resourceWithValue ; | 525 | [ rdf:type spinmapl:resourceWithValue ; |
528 | sp:arg1 spin:_arg1 ; | 526 | sp:arg1 spin:_arg1 ; |
529 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | 527 | + spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; |
530 | - spinmapl:type <http://www.reportinghub.no/schema/npd#FixedFacilityPhase> | 528 | + spinmapl:type <http://www.reportinghub.no/schema/npd#Company> |
531 | ] ; | 529 | ] ; |
532 | spinmap:sourcePredicate1 | 530 | spinmap:sourcePredicate1 |
533 | - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclPhase> ; | 531 | + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclCurrentOperatorName> ; |
534 | spinmap:targetPredicate1 | 532 | spinmap:targetPredicate1 |
535 | - <http://www.reportinghub.no/schema/npd#fixedFacilityPhase> | 533 | + <http://www.reportinghub.no/schema/npd#currentOperator> |
536 | - ] . | 534 | + ] ; |
537 | - | ||
538 | -<file:///www.reportinghub.no/transform/npd/facilitymoveable#FacilityMoveable> | ||
539 | spinmap:rule | 535 | spinmap:rule |
540 | - [ rdf:type spinmap:Mapping-0-1 ; | 536 | + [ rdf:type spinmap:Mapping-1-1 ; |
541 | - spinmap:context :FacilityMoveable-MoveableFacility ; | 537 | + spinmap:context :FacilityFixed-FixedFacility ; |
542 | - spinmap:expression <http://www.reportinghub.no/schema/npd#MoveableFacility> ; | 538 | + spinmap:expression |
539 | + [ rdf:type sp:if ; | ||
540 | + sp:arg1 [ rdf:type sp:eq ; | ||
541 | + sp:arg1 spin:_arg1 ; | ||
542 | + sp:arg2 "N" | ||
543 | + ] ; | ||
544 | + sp:arg2 <http://www.reportinghub.no/schema/npd#SubSurfaceFixedFacility> ; | ||
545 | + sp:arg3 <http://www.reportinghub.no/schema/npd#SurfaceFixedFacility> | ||
546 | + ] ; | ||
547 | + spinmap:sourcePredicate1 | ||
548 | + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclSurface> ; | ||
543 | spinmap:targetPredicate1 | 549 | spinmap:targetPredicate1 |
544 | rdf:type | 550 | rdf:type |
545 | ] ; | 551 | ] ; |
546 | spinmap:rule | 552 | spinmap:rule |
547 | [ rdf:type spinmap:Mapping-1-1 ; | 553 | [ rdf:type spinmap:Mapping-1-1 ; |
548 | - spinmap:context :FacilityMoveable-MoveableFacility ; | 554 | + spinmap:context :FacilityFixed-FixedFacility ; |
549 | spinmap:expression spin:_arg1 ; | 555 | spinmap:expression spin:_arg1 ; |
550 | spinmap:sourcePredicate1 | 556 | spinmap:sourcePredicate1 |
551 | - <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclNpdidFacility> ; | 557 | + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclNpdidFacility> ; |
552 | spinmap:targetPredicate1 | 558 | spinmap:targetPredicate1 |
553 | <http://www.reportinghub.no/schema/npd#id> | 559 | <http://www.reportinghub.no/schema/npd#id> |
554 | ] ; | 560 | ] ; |
555 | spinmap:rule | 561 | spinmap:rule |
556 | [ rdf:type spinmap:Mapping-1-1 ; | 562 | [ rdf:type spinmap:Mapping-1-1 ; |
557 | - spinmap:context :FacilityMoveable-MoveableFacility ; | 563 | + spinmap:context :FacilityFixed-FixedFacility ; |
558 | spinmap:expression spin:_arg1 ; | 564 | spinmap:expression spin:_arg1 ; |
559 | spinmap:sourcePredicate1 | 565 | spinmap:sourcePredicate1 |
560 | - <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclKind> ; | 566 | + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclName> ; |
561 | spinmap:targetPredicate1 | 567 | spinmap:targetPredicate1 |
562 | - <http://www.reportinghub.no/schema/npd#facilityKind> | 568 | + <http://www.reportinghub.no/schema/npd#name> |
563 | ] ; | 569 | ] ; |
564 | spinmap:rule | 570 | spinmap:rule |
565 | [ rdf:type spinmap:Mapping-1-1 ; | 571 | [ rdf:type spinmap:Mapping-1-1 ; |
566 | - spinmap:context :FacilityMoveable-MoveableFacility ; | 572 | + spinmap:context :FacilityFixed-FixedFacility ; |
567 | - spinmap:expression spin:_arg1 ; | 573 | + spinmap:expression |
574 | + [ rdf:type spif:parseDate ; | ||
575 | + arg:pattern "dd.MM.yyyy" ; | ||
576 | + sp:arg1 spin:_arg1 | ||
577 | + ] ; | ||
568 | spinmap:sourcePredicate1 | 578 | spinmap:sourcePredicate1 |
569 | - <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclName> ; | 579 | + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclStartupDate> ; |
570 | spinmap:targetPredicate1 | 580 | spinmap:targetPredicate1 |
571 | - <http://www.reportinghub.no/schema/npd#name> | 581 | + <http://www.reportinghub.no/schema/npd#startDate> |
572 | ] ; | 582 | ] ; |
573 | spinmap:rule | 583 | spinmap:rule |
574 | [ rdf:type spinmap:Mapping-1-1 ; | 584 | [ rdf:type spinmap:Mapping-1-1 ; |
585 | + spinmap:context :FacilityFixed-FixedFacility ; | ||
586 | + spinmap:expression spin:_arg1 ; | ||
587 | + spinmap:sourcePredicate1 | ||
588 | + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclKind> ; | ||
589 | + spinmap:targetPredicate1 | ||
590 | + <http://www.reportinghub.no/schema/npd#facilityKind> | ||
591 | + ] . | ||
592 | + | ||
593 | +<file:///www.reportinghub.no/transform/npd/facilitymoveable#FacilityMoveable> | ||
594 | + spinmap:rule | ||
595 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
575 | spinmap:context :FacilityMoveable-MoveableFacility ; | 596 | spinmap:context :FacilityMoveable-MoveableFacility ; |
576 | spinmap:expression | 597 | spinmap:expression |
577 | [ rdf:type spinmapl:resourceWithValue ; | 598 | [ rdf:type spinmapl:resourceWithValue ; |
... | @@ -583,57 +604,56 @@ | ... | @@ -583,57 +604,56 @@ |
583 | <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclCurrentRespCompanyName> ; | 604 | <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclCurrentRespCompanyName> ; |
584 | spinmap:targetPredicate1 | 605 | spinmap:targetPredicate1 |
585 | <http://www.reportinghub.no/schema/npd#currentlyResponsibleCompany> | 606 | <http://www.reportinghub.no/schema/npd#currentlyResponsibleCompany> |
586 | - ] . | ||
587 | - | ||
588 | -<file:///www.reportinghub.no/transform/npd/field#Field> | ||
589 | - spinmap:rule | ||
590 | - [ rdf:type spinmap:Mapping-0-1 ; | ||
591 | - spinmap:context :Field-Field ; | ||
592 | - spinmap:expression <http://www.reportinghub.no/schema/npd#Field> ; | ||
593 | - spinmap:targetPredicate1 | ||
594 | - rdf:type | ||
595 | ] ; | 607 | ] ; |
596 | spinmap:rule | 608 | spinmap:rule |
597 | [ rdf:type spinmap:Mapping-1-1 ; | 609 | [ rdf:type spinmap:Mapping-1-1 ; |
598 | - spinmap:context :Field-Field ; | 610 | + spinmap:context :FacilityMoveable-MoveableFacility ; |
599 | - spinmap:expression | 611 | + spinmap:expression spin:_arg1 ; |
600 | - [ rdf:type rhspin:companyById ; | ||
601 | - arg:id spin:_arg1 | ||
602 | - ] ; | ||
603 | spinmap:sourcePredicate1 | 612 | spinmap:sourcePredicate1 |
604 | - <file:///www.reportinghub.no/transform/npd/field#cmpNpdidCompany> ; | 613 | + <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclName> ; |
605 | spinmap:targetPredicate1 | 614 | spinmap:targetPredicate1 |
606 | - <http://www.reportinghub.no/schema/npd#fieldOperator> | 615 | + <http://www.reportinghub.no/schema/npd#name> |
607 | ] ; | 616 | ] ; |
608 | spinmap:rule | 617 | spinmap:rule |
609 | [ rdf:type spinmap:Mapping-1-1 ; | 618 | [ rdf:type spinmap:Mapping-1-1 ; |
610 | - spinmap:context :Field-Field ; | 619 | + spinmap:context :FacilityMoveable-MoveableFacility ; |
611 | spinmap:expression spin:_arg1 ; | 620 | spinmap:expression spin:_arg1 ; |
612 | spinmap:sourcePredicate1 | 621 | spinmap:sourcePredicate1 |
613 | - <file:///www.reportinghub.no/transform/npd/field#fldNpdidField> ; | 622 | + <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclKind> ; |
614 | spinmap:targetPredicate1 | 623 | spinmap:targetPredicate1 |
615 | - <http://www.reportinghub.no/schema/npd#id> | 624 | + <http://www.reportinghub.no/schema/npd#facilityKind> |
616 | ] ; | 625 | ] ; |
617 | spinmap:rule | 626 | spinmap:rule |
618 | [ rdf:type spinmap:Mapping-1-1 ; | 627 | [ rdf:type spinmap:Mapping-1-1 ; |
619 | - spinmap:context :Field-Field ; | 628 | + spinmap:context :FacilityMoveable-MoveableFacility ; |
620 | spinmap:expression spin:_arg1 ; | 629 | spinmap:expression spin:_arg1 ; |
621 | spinmap:sourcePredicate1 | 630 | spinmap:sourcePredicate1 |
622 | - <file:///www.reportinghub.no/transform/npd/field#fldName> ; | 631 | + <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclNpdidFacility> ; |
623 | spinmap:targetPredicate1 | 632 | spinmap:targetPredicate1 |
624 | - <http://www.reportinghub.no/schema/npd#name> | 633 | + <http://www.reportinghub.no/schema/npd#id> |
625 | ] ; | 634 | ] ; |
626 | spinmap:rule | 635 | spinmap:rule |
636 | + [ rdf:type spinmap:Mapping-0-1 ; | ||
637 | + spinmap:context :FacilityMoveable-MoveableFacility ; | ||
638 | + spinmap:expression <http://www.reportinghub.no/schema/npd#MoveableFacility> ; | ||
639 | + spinmap:targetPredicate1 | ||
640 | + rdf:type | ||
641 | + ] . | ||
642 | + | ||
643 | +<file:///www.reportinghub.no/transform/npd/field#Field> | ||
644 | + spinmap:rule | ||
627 | [ rdf:type spinmap:Mapping-1-1 ; | 645 | [ rdf:type spinmap:Mapping-1-1 ; |
628 | spinmap:context :Field-Field ; | 646 | spinmap:context :Field-Field ; |
629 | spinmap:expression | 647 | spinmap:expression |
630 | - [ rdf:type rhspin:wellBoreByName ; | 648 | + [ rdf:type spinmapl:resourceWithValue ; |
631 | - arg:wellBoreName spin:_arg1 | 649 | + sp:arg1 spin:_arg1 ; |
650 | + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | ||
651 | + spinmapl:type <http://www.reportinghub.no/schema/npd#FieldActivityStatus> | ||
632 | ] ; | 652 | ] ; |
633 | spinmap:sourcePredicate1 | 653 | spinmap:sourcePredicate1 |
634 | - <file:///www.reportinghub.no/transform/npd/field#wlbName> ; | 654 | + <file:///www.reportinghub.no/transform/npd/field#fldCurrentActivitySatus> ; |
635 | spinmap:targetPredicate1 | 655 | spinmap:targetPredicate1 |
636 | - <http://www.reportinghub.no/schema/npd#fieldDiscoveryWellBore> | 656 | + <http://www.reportinghub.no/schema/npd#currentActivityStatus> |
637 | ] ; | 657 | ] ; |
638 | spinmap:rule | 658 | spinmap:rule |
639 | [ rdf:type spinmap:Mapping-1-1 ; | 659 | [ rdf:type spinmap:Mapping-1-1 ; |
... | @@ -653,41 +673,59 @@ | ... | @@ -653,41 +673,59 @@ |
653 | [ rdf:type spinmap:Mapping-1-1 ; | 673 | [ rdf:type spinmap:Mapping-1-1 ; |
654 | spinmap:context :Field-Field ; | 674 | spinmap:context :Field-Field ; |
655 | spinmap:expression | 675 | spinmap:expression |
656 | - [ rdf:type spinmapl:resourceWithValue ; | 676 | + [ rdf:type rhspin:wellBoreByName ; |
657 | - sp:arg1 spin:_arg1 ; | 677 | + arg:wellBoreName spin:_arg1 |
658 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | ||
659 | - spinmapl:type <http://www.reportinghub.no/schema/npd#FieldActivityStatus> | ||
660 | ] ; | 678 | ] ; |
661 | spinmap:sourcePredicate1 | 679 | spinmap:sourcePredicate1 |
662 | - <file:///www.reportinghub.no/transform/npd/field#fldCurrentActivitySatus> ; | 680 | + <file:///www.reportinghub.no/transform/npd/field#wlbName> ; |
663 | spinmap:targetPredicate1 | 681 | spinmap:targetPredicate1 |
664 | - <http://www.reportinghub.no/schema/npd#currentActivityStatus> | 682 | + <http://www.reportinghub.no/schema/npd#fieldDiscoveryWellBore> |
665 | - ] . | 683 | + ] ; |
666 | - | ||
667 | -<file:///www.reportinghub.no/transform/npd/licensee#Licensee> | ||
668 | spinmap:rule | 684 | spinmap:rule |
669 | [ rdf:type spinmap:Mapping-1-1 ; | 685 | [ rdf:type spinmap:Mapping-1-1 ; |
670 | - spinmap:context :Licensee-ShareOfLicence ; | 686 | + spinmap:context :Field-Field ; |
671 | - spinmap:expression | 687 | + spinmap:expression spin:_arg1 ; |
672 | - [ rdf:type rhspin:licenceById ; | 688 | + spinmap:sourcePredicate1 |
673 | - arg:id spin:_arg1 | 689 | + <file:///www.reportinghub.no/transform/npd/field#fldName> ; |
690 | + spinmap:targetPredicate1 | ||
691 | + <http://www.reportinghub.no/schema/npd#name> | ||
674 | ] ; | 692 | ] ; |
693 | + spinmap:rule | ||
694 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
695 | + spinmap:context :Field-Field ; | ||
696 | + spinmap:expression spin:_arg1 ; | ||
675 | spinmap:sourcePredicate1 | 697 | spinmap:sourcePredicate1 |
676 | - <file:///www.reportinghub.no/transform/npd/licensee#prlNpdidLicence> ; | 698 | + <file:///www.reportinghub.no/transform/npd/field#fldNpdidField> ; |
677 | spinmap:targetPredicate1 | 699 | spinmap:targetPredicate1 |
678 | - <http://www.reportinghub.no/schema/npd#licenceShared> | 700 | + <http://www.reportinghub.no/schema/npd#id> |
679 | ] ; | 701 | ] ; |
680 | spinmap:rule | 702 | spinmap:rule |
681 | [ rdf:type spinmap:Mapping-1-1 ; | 703 | [ rdf:type spinmap:Mapping-1-1 ; |
682 | - spinmap:context :Licensee-ShareOfLicence ; | 704 | + spinmap:context :Field-Field ; |
683 | spinmap:expression | 705 | spinmap:expression |
684 | - [ rdf:type xsd:float ; | 706 | + [ rdf:type rhspin:companyById ; |
685 | - sp:arg1 spin:_arg1 | 707 | + arg:id spin:_arg1 |
686 | ] ; | 708 | ] ; |
687 | spinmap:sourcePredicate1 | 709 | spinmap:sourcePredicate1 |
688 | - <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeInterest> ; | 710 | + <file:///www.reportinghub.no/transform/npd/field#cmpNpdidCompany> ; |
689 | spinmap:targetPredicate1 | 711 | spinmap:targetPredicate1 |
690 | - <http://www.reportinghub.no/schema/npd#percentageOfShare> | 712 | + <http://www.reportinghub.no/schema/npd#fieldOperator> |
713 | + ] ; | ||
714 | + spinmap:rule | ||
715 | + [ rdf:type spinmap:Mapping-0-1 ; | ||
716 | + spinmap:context :Field-Field ; | ||
717 | + spinmap:expression <http://www.reportinghub.no/schema/npd#Field> ; | ||
718 | + spinmap:targetPredicate1 | ||
719 | + rdf:type | ||
720 | + ] . | ||
721 | + | ||
722 | +<file:///www.reportinghub.no/transform/npd/licensee#Licensee> | ||
723 | + spinmap:rule | ||
724 | + [ rdf:type spinmap:Mapping-0-1 ; | ||
725 | + spinmap:context :Licensee-ShareOfLicence ; | ||
726 | + spinmap:expression <http://www.reportinghub.no/schema/npd#ShareOfLicence> ; | ||
727 | + spinmap:targetPredicate1 | ||
728 | + rdf:type | ||
691 | ] ; | 729 | ] ; |
692 | spinmap:rule | 730 | spinmap:rule |
693 | [ rdf:type spinmap:Mapping-1-1 ; | 731 | [ rdf:type spinmap:Mapping-1-1 ; |
... | @@ -698,9 +736,9 @@ | ... | @@ -698,9 +736,9 @@ |
698 | sp:arg1 spin:_arg1 | 736 | sp:arg1 spin:_arg1 |
699 | ] ; | 737 | ] ; |
700 | spinmap:sourcePredicate1 | 738 | spinmap:sourcePredicate1 |
701 | - <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeDateValidTo> ; | 739 | + <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeDateValidFrom> ; |
702 | spinmap:targetPredicate1 | 740 | spinmap:targetPredicate1 |
703 | - <http://www.reportinghub.no/schema/npd#endDate> | 741 | + <http://www.reportinghub.no/schema/npd#startDate> |
704 | ] ; | 742 | ] ; |
705 | spinmap:rule | 743 | spinmap:rule |
706 | [ rdf:type spinmap:Mapping-1-1 ; | 744 | [ rdf:type spinmap:Mapping-1-1 ; |
... | @@ -723,49 +761,92 @@ | ... | @@ -723,49 +761,92 @@ |
723 | sp:arg1 spin:_arg1 | 761 | sp:arg1 spin:_arg1 |
724 | ] ; | 762 | ] ; |
725 | spinmap:sourcePredicate1 | 763 | spinmap:sourcePredicate1 |
726 | - <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeDateValidFrom> ; | 764 | + <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeDateValidTo> ; |
727 | spinmap:targetPredicate1 | 765 | spinmap:targetPredicate1 |
728 | - <http://www.reportinghub.no/schema/npd#startDate> | 766 | + <http://www.reportinghub.no/schema/npd#endDate> |
729 | ] ; | 767 | ] ; |
730 | spinmap:rule | 768 | spinmap:rule |
731 | - [ rdf:type spinmap:Mapping-0-1 ; | 769 | + [ rdf:type spinmap:Mapping-1-1 ; |
732 | spinmap:context :Licensee-ShareOfLicence ; | 770 | spinmap:context :Licensee-ShareOfLicence ; |
733 | - spinmap:expression <http://www.reportinghub.no/schema/npd#ShareOfLicence> ; | 771 | + spinmap:expression |
772 | + [ rdf:type xsd:float ; | ||
773 | + sp:arg1 spin:_arg1 | ||
774 | + ] ; | ||
775 | + spinmap:sourcePredicate1 | ||
776 | + <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeInterest> ; | ||
734 | spinmap:targetPredicate1 | 777 | spinmap:targetPredicate1 |
735 | - rdf:type | 778 | + <http://www.reportinghub.no/schema/npd#percentageOfShare> |
736 | - ] . | 779 | + ] ; |
737 | - | ||
738 | -<file:///www.reportinghub.no/transform/npd/tufoperator#TUFOperator> | ||
739 | spinmap:rule | 780 | spinmap:rule |
740 | - [ rdf:type spinmap:Mapping-0-1 ; | 781 | + [ rdf:type spinmap:Mapping-1-1 ; |
741 | - spinmap:context :TUFOperator-TUF ; | 782 | + spinmap:context :Licensee-ShareOfLicence ; |
742 | - spinmap:expression <http://www.reportinghub.no/schema/npd#TUF> ; | 783 | + spinmap:expression |
743 | - spinmap:targetPredicate1 | 784 | + [ rdf:type rhspin:licenceById ; |
744 | - rdf:type | 785 | + arg:id spin:_arg1 |
745 | ] ; | 786 | ] ; |
787 | + spinmap:sourcePredicate1 | ||
788 | + <file:///www.reportinghub.no/transform/npd/licensee#prlNpdidLicence> ; | ||
789 | + spinmap:targetPredicate1 | ||
790 | + <http://www.reportinghub.no/schema/npd#licenceShared> | ||
791 | + ] . | ||
792 | + | ||
793 | +<file:///www.reportinghub.no/transform/npd/tufoperator#TUFOperator> | ||
746 | spinmap:rule | 794 | spinmap:rule |
747 | [ rdf:type spinmap:Mapping-1-1 ; | 795 | [ rdf:type spinmap:Mapping-1-1 ; |
748 | spinmap:context :TUFOperator-TUF ; | 796 | spinmap:context :TUFOperator-TUF ; |
749 | spinmap:expression spin:_arg1 ; | 797 | spinmap:expression spin:_arg1 ; |
750 | spinmap:sourcePredicate1 | 798 | spinmap:sourcePredicate1 |
751 | - <file:///www.reportinghub.no/transform/npd/tufoperator#tufNpdidTuf> ; | 799 | + <file:///www.reportinghub.no/transform/npd/tufoperator#tufName> ; |
752 | spinmap:targetPredicate1 | 800 | spinmap:targetPredicate1 |
753 | - <http://www.reportinghub.no/schema/npd#id> | 801 | + <http://www.reportinghub.no/schema/npd#name> |
754 | ] ; | 802 | ] ; |
755 | spinmap:rule | 803 | spinmap:rule |
756 | [ rdf:type spinmap:Mapping-1-1 ; | 804 | [ rdf:type spinmap:Mapping-1-1 ; |
757 | spinmap:context :TUFOperator-TUF ; | 805 | spinmap:context :TUFOperator-TUF ; |
758 | spinmap:expression spin:_arg1 ; | 806 | spinmap:expression spin:_arg1 ; |
759 | spinmap:sourcePredicate1 | 807 | spinmap:sourcePredicate1 |
760 | - <file:///www.reportinghub.no/transform/npd/tufoperator#tufName> ; | 808 | + <file:///www.reportinghub.no/transform/npd/tufoperator#tufNpdidTuf> ; |
761 | spinmap:targetPredicate1 | 809 | spinmap:targetPredicate1 |
762 | - <http://www.reportinghub.no/schema/npd#name> | 810 | + <http://www.reportinghub.no/schema/npd#id> |
811 | + ] ; | ||
812 | + spinmap:rule | ||
813 | + [ rdf:type spinmap:Mapping-0-1 ; | ||
814 | + spinmap:context :TUFOperator-TUF ; | ||
815 | + spinmap:expression <http://www.reportinghub.no/schema/npd#TUF> ; | ||
816 | + spinmap:targetPredicate1 | ||
817 | + rdf:type | ||
763 | ] . | 818 | ] . |
764 | 819 | ||
765 | <file:///www.reportinghub.no/transform/npd/wbdev#WBDev> | 820 | <file:///www.reportinghub.no/transform/npd/wbdev#WBDev> |
766 | spinmap:rule | 821 | spinmap:rule |
767 | [ rdf:type spinmap:Mapping-1-1 ; | 822 | [ rdf:type spinmap:Mapping-1-1 ; |
768 | spinmap:context :WBDev-WellBore ; | 823 | spinmap:context :WBDev-WellBore ; |
824 | + spinmap:expression | ||
825 | + [ rdf:type spinmapl:resourceWithValue ; | ||
826 | + sp:arg1 spin:_arg1 ; | ||
827 | + spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | ||
828 | + spinmapl:type <http://www.reportinghub.no/schema/npd#Company> | ||
829 | + ] ; | ||
830 | + spinmap:sourcePredicate1 | ||
831 | + <file:///www.reportinghub.no/transform/npd/wbdev#wlbDrillingOperator> ; | ||
832 | + spinmap:targetPredicate1 | ||
833 | + <http://www.reportinghub.no/schema/npd#drillingOperator> | ||
834 | + ] ; | ||
835 | + spinmap:rule | ||
836 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
837 | + spinmap:context :WBDev-Well ; | ||
838 | + spinmap:expression | ||
839 | + [ rdf:type rhspin:fieldById ; | ||
840 | + arg:id spin:_arg1 | ||
841 | + ] ; | ||
842 | + spinmap:sourcePredicate1 | ||
843 | + <file:///www.reportinghub.no/transform/npd/wbdev#fldNpdidField> ; | ||
844 | + spinmap:targetPredicate1 | ||
845 | + <http://www.reportinghub.no/schema/npd#wellPartOfField> | ||
846 | + ] ; | ||
847 | + spinmap:rule | ||
848 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
849 | + spinmap:context :WBDev-WellBore ; | ||
769 | spinmap:expression spin:_arg1 ; | 850 | spinmap:expression spin:_arg1 ; |
770 | spinmap:sourcePredicate1 | 851 | spinmap:sourcePredicate1 |
771 | <file:///www.reportinghub.no/transform/npd/wbdev#wlbDrillPermit> ; | 852 | <file:///www.reportinghub.no/transform/npd/wbdev#wlbDrillPermit> ; |
... | @@ -773,16 +854,61 @@ | ... | @@ -773,16 +854,61 @@ |
773 | <http://www.reportinghub.no/schema/npd#wellBoreDrillPermit> | 854 | <http://www.reportinghub.no/schema/npd#wellBoreDrillPermit> |
774 | ] ; | 855 | ] ; |
775 | spinmap:rule | 856 | spinmap:rule |
857 | + [ rdf:type spinmap:Mapping-0-1 ; | ||
858 | + spinmap:context :WBDev-WellBore ; | ||
859 | + spinmap:expression <http://www.reportinghub.no/schema/npd#WellBore> ; | ||
860 | + spinmap:targetPredicate1 | ||
861 | + rdf:type | ||
862 | + ] ; | ||
863 | + spinmap:rule | ||
864 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
865 | + spinmap:context :WBDev-Well ; | ||
866 | + spinmap:expression spin:_arg1 ; | ||
867 | + spinmap:sourcePredicate1 | ||
868 | + <file:///www.reportinghub.no/transform/npd/wbdev#wlbWell> ; | ||
869 | + spinmap:targetPredicate1 | ||
870 | + <http://www.reportinghub.no/schema/npd#name> | ||
871 | + ] ; | ||
872 | + spinmap:rule | ||
873 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
874 | + spinmap:context :WBDev-WellBore ; | ||
875 | + spinmap:expression spin:_arg1 ; | ||
876 | + spinmap:sourcePredicate1 | ||
877 | + <file:///www.reportinghub.no/transform/npd/wbdev#wlbWellType> ; | ||
878 | + spinmap:targetPredicate1 | ||
879 | + <http://www.reportinghub.no/schema/npd#wellBoreType> | ||
880 | + ] ; | ||
881 | + spinmap:rule | ||
776 | [ rdf:type spinmap:Mapping-1-1 ; | 882 | [ rdf:type spinmap:Mapping-1-1 ; |
777 | spinmap:context :WBDev-WellBore ; | 883 | spinmap:context :WBDev-WellBore ; |
778 | spinmap:expression | 884 | spinmap:expression |
779 | - [ rdf:type rhspin:facilityById ; | 885 | + [ rdf:type rhspin:licenceById ; |
780 | arg:id spin:_arg1 | 886 | arg:id spin:_arg1 |
781 | ] ; | 887 | ] ; |
782 | spinmap:sourcePredicate1 | 888 | spinmap:sourcePredicate1 |
783 | - <file:///www.reportinghub.no/transform/npd/wbdev#fclNpdidFacilityProducing> ; | 889 | + <file:///www.reportinghub.no/transform/npd/wbdev#prlNpdidProductionLicence> ; |
784 | spinmap:targetPredicate1 | 890 | spinmap:targetPredicate1 |
785 | - <http://www.reportinghub.no/schema/npd#productionFacility> | 891 | + <http://www.reportinghub.no/schema/npd#drilledInProductionLicence> |
892 | + ] ; | ||
893 | + spinmap:rule | ||
894 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
895 | + spinmap:context :WBDev-WellBore ; | ||
896 | + spinmap:expression | ||
897 | + [ rdf:type spif:parseDate ; | ||
898 | + arg:pattern "dd.MM.yyyy"^^xsd:string ; | ||
899 | + sp:arg1 spin:_arg1 | ||
900 | + ] ; | ||
901 | + spinmap:sourcePredicate1 | ||
902 | + <file:///www.reportinghub.no/transform/npd/wbdev#wlbCompletionDate> ; | ||
903 | + spinmap:targetPredicate1 | ||
904 | + <http://www.reportinghub.no/schema/npd#wellBoreCompletionDate> | ||
905 | + ] ; | ||
906 | + spinmap:rule | ||
907 | + [ rdf:type spinmap:Mapping-0-1 ; | ||
908 | + spinmap:context :WBDev-Well ; | ||
909 | + spinmap:expression <http://www.reportinghub.no/schema/npd#Well> ; | ||
910 | + spinmap:targetPredicate1 | ||
911 | + rdf:type | ||
786 | ] ; | 912 | ] ; |
787 | spinmap:rule | 913 | spinmap:rule |
788 | [ rdf:type spinmap:Mapping-1-1 ; | 914 | [ rdf:type spinmap:Mapping-1-1 ; |
... | @@ -799,24 +925,52 @@ | ... | @@ -799,24 +925,52 @@ |
799 | ] ; | 925 | ] ; |
800 | spinmap:rule | 926 | spinmap:rule |
801 | [ rdf:type spinmap:Mapping-1-1 ; | 927 | [ rdf:type spinmap:Mapping-1-1 ; |
802 | - spinmap:context :WBDev-Well ; | 928 | + spinmap:context :WBDev-WellBore ; |
803 | spinmap:expression spin:_arg1 ; | 929 | spinmap:expression spin:_arg1 ; |
804 | spinmap:sourcePredicate1 | 930 | spinmap:sourcePredicate1 |
805 | - <file:///www.reportinghub.no/transform/npd/wbdev#wlbWell> ; | 931 | + <file:///www.reportinghub.no/transform/npd/wbdev#wlbNpdidWellbore> ; |
806 | spinmap:targetPredicate1 | 932 | spinmap:targetPredicate1 |
807 | - <http://www.reportinghub.no/schema/npd#name> | 933 | + <http://www.reportinghub.no/schema/npd#id> |
808 | ] ; | 934 | ] ; |
809 | spinmap:rule | 935 | spinmap:rule |
810 | [ rdf:type spinmap:Mapping-1-1 ; | 936 | [ rdf:type spinmap:Mapping-1-1 ; |
811 | spinmap:context :WBDev-WellBore ; | 937 | spinmap:context :WBDev-WellBore ; |
812 | spinmap:expression | 938 | spinmap:expression |
813 | - [ rdf:type rhspin:licenceById ; | 939 | + [ rdf:type rhspin:facilityById ; |
814 | arg:id spin:_arg1 | 940 | arg:id spin:_arg1 |
815 | ] ; | 941 | ] ; |
816 | spinmap:sourcePredicate1 | 942 | spinmap:sourcePredicate1 |
817 | - <file:///www.reportinghub.no/transform/npd/wbdev#prlNpdidProductionLicence> ; | 943 | + <file:///www.reportinghub.no/transform/npd/wbdev#fclNpdidFacilityDrilling> ; |
818 | spinmap:targetPredicate1 | 944 | spinmap:targetPredicate1 |
819 | - <http://www.reportinghub.no/schema/npd#drilledInProductionLicence> | 945 | + <http://www.reportinghub.no/schema/npd#drillingFacility> |
946 | + ] ; | ||
947 | + spinmap:rule | ||
948 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
949 | + spinmap:context :WBDev-WellBore ; | ||
950 | + spinmap:expression | ||
951 | + [ rdf:type spinmapl:resourceWithValue ; | ||
952 | + sp:arg1 spin:_arg1 ; | ||
953 | + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | ||
954 | + spinmapl:type <http://www.reportinghub.no/schema/npd#WellBoreContent> | ||
955 | + ] ; | ||
956 | + spinmap:sourcePredicate1 | ||
957 | + <file:///www.reportinghub.no/transform/npd/wbdev#wlbContent> ; | ||
958 | + spinmap:targetPredicate1 | ||
959 | + <http://www.reportinghub.no/schema/npd#wellBoreContent> | ||
960 | + ] ; | ||
961 | + spinmap:rule | ||
962 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
963 | + spinmap:context :WBDev-WellBore ; | ||
964 | + spinmap:expression | ||
965 | + [ rdf:type spinmapl:resourceWithValue ; | ||
966 | + sp:arg1 spin:_arg1 ; | ||
967 | + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | ||
968 | + spinmapl:type <http://www.reportinghub.no/schema/npd#DevelopmentWellBorePurpose> | ||
969 | + ] ; | ||
970 | + spinmap:sourcePredicate1 | ||
971 | + <file:///www.reportinghub.no/transform/npd/wbdev#wlbPurpose> ; | ||
972 | + spinmap:targetPredicate1 | ||
973 | + <http://www.reportinghub.no/schema/npd#wellBorePurpose> | ||
820 | ] ; | 974 | ] ; |
821 | spinmap:rule | 975 | spinmap:rule |
822 | [ rdf:type spinmap:Mapping-1-1 ; | 976 | [ rdf:type spinmap:Mapping-1-1 ; |
... | @@ -838,43 +992,124 @@ | ... | @@ -838,43 +992,124 @@ |
838 | arg:id spin:_arg1 | 992 | arg:id spin:_arg1 |
839 | ] ; | 993 | ] ; |
840 | spinmap:sourcePredicate1 | 994 | spinmap:sourcePredicate1 |
841 | - <file:///www.reportinghub.no/transform/npd/wbdev#fclNpdidFacilityDrilling> ; | 995 | + <file:///www.reportinghub.no/transform/npd/wbdev#fclNpdidFacilityProducing> ; |
842 | spinmap:targetPredicate1 | 996 | spinmap:targetPredicate1 |
843 | - <http://www.reportinghub.no/schema/npd#drillingFacility> | 997 | + <http://www.reportinghub.no/schema/npd#productionFacility> |
844 | ] ; | 998 | ] ; |
845 | spinmap:rule | 999 | spinmap:rule |
846 | - [ rdf:type spinmap:Mapping-0-1 ; | 1000 | + [ rdf:type spinmap:Mapping-1-1 ; |
847 | spinmap:context :WBDev-WellBore ; | 1001 | spinmap:context :WBDev-WellBore ; |
1002 | + spinmap:expression spin:_arg1 ; | ||
1003 | + spinmap:sourcePredicate1 | ||
1004 | + <file:///www.reportinghub.no/transform/npd/wbdev#wlbWellboreName> ; | ||
1005 | + spinmap:targetPredicate1 | ||
1006 | + <http://www.reportinghub.no/schema/npd#name> | ||
1007 | + ] . | ||
1008 | + | ||
1009 | +<file:///www.reportinghub.no/transform/npd/wbexp#WBExp> | ||
1010 | + spinmap:rule | ||
1011 | + [ rdf:type spinmap:Mapping-0-1 ; | ||
1012 | + spinmap:context :WBExp-Well ; | ||
1013 | + spinmap:expression <http://www.reportinghub.no/schema/npd#Well> ; | ||
1014 | + spinmap:targetPredicate1 | ||
1015 | + rdf:type | ||
1016 | + ] ; | ||
1017 | + spinmap:rule | ||
1018 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
1019 | + spinmap:context :WBExp-WellBore ; | ||
1020 | + spinmap:expression spin:_arg1 ; | ||
1021 | + spinmap:sourcePredicate1 | ||
1022 | + <file:///www.reportinghub.no/transform/npd/wbexp#wlbWellType> ; | ||
1023 | + spinmap:targetPredicate1 | ||
1024 | + <http://www.reportinghub.no/schema/npd#wellBoreType> | ||
1025 | + ] ; | ||
1026 | + spinmap:rule | ||
1027 | + [ rdf:type spinmap:Mapping-0-1 ; | ||
1028 | + spinmap:context :WBExp-WellBore ; | ||
848 | spinmap:expression <http://www.reportinghub.no/schema/npd#WellBore> ; | 1029 | spinmap:expression <http://www.reportinghub.no/schema/npd#WellBore> ; |
849 | spinmap:targetPredicate1 | 1030 | spinmap:targetPredicate1 |
850 | rdf:type | 1031 | rdf:type |
851 | ] ; | 1032 | ] ; |
852 | spinmap:rule | 1033 | spinmap:rule |
853 | [ rdf:type spinmap:Mapping-1-1 ; | 1034 | [ rdf:type spinmap:Mapping-1-1 ; |
854 | - spinmap:context :WBDev-WellBore ; | 1035 | + spinmap:context :WBExp-WellBore ; |
855 | spinmap:expression | 1036 | spinmap:expression |
856 | - [ rdf:type spinmapl:resourceWithValue ; | 1037 | + [ rdf:type spif:parseDate ; |
857 | - sp:arg1 spin:_arg1 ; | 1038 | + arg:pattern "dd.MM.yyyy"^^xsd:string ; |
858 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | 1039 | + sp:arg1 spin:_arg1 |
859 | - spinmapl:type <http://www.reportinghub.no/schema/npd#WellBoreContent> | ||
860 | ] ; | 1040 | ] ; |
861 | spinmap:sourcePredicate1 | 1041 | spinmap:sourcePredicate1 |
862 | - <file:///www.reportinghub.no/transform/npd/wbdev#wlbContent> ; | 1042 | + <file:///www.reportinghub.no/transform/npd/wbexp#wlbCompletionDate> ; |
863 | spinmap:targetPredicate1 | 1043 | spinmap:targetPredicate1 |
864 | - <http://www.reportinghub.no/schema/npd#wellBoreContent> | 1044 | + <http://www.reportinghub.no/schema/npd#wellBoreCompletionDate> |
865 | ] ; | 1045 | ] ; |
866 | spinmap:rule | 1046 | spinmap:rule |
867 | [ rdf:type spinmap:Mapping-1-1 ; | 1047 | [ rdf:type spinmap:Mapping-1-1 ; |
868 | - spinmap:context :WBDev-WellBore ; | 1048 | + spinmap:context :WBExp-WellBore ; |
869 | spinmap:expression spin:_arg1 ; | 1049 | spinmap:expression spin:_arg1 ; |
870 | spinmap:sourcePredicate1 | 1050 | spinmap:sourcePredicate1 |
871 | - <file:///www.reportinghub.no/transform/npd/wbdev#wlbNpdidWellbore> ; | 1051 | + <file:///www.reportinghub.no/transform/npd/wbexp#wlbNpdidWellbore> ; |
872 | spinmap:targetPredicate1 | 1052 | spinmap:targetPredicate1 |
873 | <http://www.reportinghub.no/schema/npd#id> | 1053 | <http://www.reportinghub.no/schema/npd#id> |
874 | ] ; | 1054 | ] ; |
875 | spinmap:rule | 1055 | spinmap:rule |
876 | [ rdf:type spinmap:Mapping-1-1 ; | 1056 | [ rdf:type spinmap:Mapping-1-1 ; |
877 | - spinmap:context :WBDev-WellBore ; | 1057 | + spinmap:context :WBExp-Well ; |
1058 | + spinmap:expression | ||
1059 | + [ rdf:type rhspin:fieldById ; | ||
1060 | + arg:id spin:_arg1 | ||
1061 | + ] ; | ||
1062 | + spinmap:sourcePredicate1 | ||
1063 | + <file:///www.reportinghub.no/transform/npd/wbexp#fldNpdidField> ; | ||
1064 | + spinmap:targetPredicate1 | ||
1065 | + <http://www.reportinghub.no/schema/npd#wellPartOfField> | ||
1066 | + ] ; | ||
1067 | + spinmap:rule | ||
1068 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
1069 | + spinmap:context :WBExp-WellBore ; | ||
1070 | + spinmap:expression spin:_arg1 ; | ||
1071 | + spinmap:sourcePredicate1 | ||
1072 | + <file:///www.reportinghub.no/transform/npd/wbexp#wlbWellboreName> ; | ||
1073 | + spinmap:targetPredicate1 | ||
1074 | + <http://www.reportinghub.no/schema/npd#name> | ||
1075 | + ] ; | ||
1076 | + spinmap:rule | ||
1077 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
1078 | + spinmap:context :WBExp-WellBore ; | ||
1079 | + spinmap:expression | ||
1080 | + [ rdf:type spif:parseDate ; | ||
1081 | + arg:pattern "dd.MM.yyyy"^^xsd:string ; | ||
1082 | + sp:arg1 spin:_arg1 | ||
1083 | + ] ; | ||
1084 | + spinmap:sourcePredicate1 | ||
1085 | + <file:///www.reportinghub.no/transform/npd/wbexp#wlbEntryDate> ; | ||
1086 | + spinmap:targetPredicate1 | ||
1087 | + <http://www.reportinghub.no/schema/npd#startDate> | ||
1088 | + ] ; | ||
1089 | + spinmap:rule | ||
1090 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
1091 | + spinmap:context :WBExp-WellBore ; | ||
1092 | + spinmap:expression | ||
1093 | + [ rdf:type rhspin:facilityById ; | ||
1094 | + arg:id spin:_arg1 | ||
1095 | + ] ; | ||
1096 | + spinmap:sourcePredicate1 | ||
1097 | + <file:///www.reportinghub.no/transform/npd/wbexp#fclNpdidFacilityDrilling> ; | ||
1098 | + spinmap:targetPredicate1 | ||
1099 | + <http://www.reportinghub.no/schema/npd#drillingFacility> | ||
1100 | + ] ; | ||
1101 | + spinmap:rule | ||
1102 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
1103 | + spinmap:context :WBExp-Well ; | ||
1104 | + spinmap:expression spin:_arg1 ; | ||
1105 | + spinmap:sourcePredicate1 | ||
1106 | + <file:///www.reportinghub.no/transform/npd/wbexp#wlbWell> ; | ||
1107 | + spinmap:targetPredicate1 | ||
1108 | + <http://www.reportinghub.no/schema/npd#name> | ||
1109 | + ] ; | ||
1110 | + spinmap:rule | ||
1111 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
1112 | + spinmap:context :WBExp-WellBore ; | ||
878 | spinmap:expression | 1113 | spinmap:expression |
879 | [ rdf:type spinmapl:resourceWithValue ; | 1114 | [ rdf:type spinmapl:resourceWithValue ; |
880 | sp:arg1 spin:_arg1 ; | 1115 | sp:arg1 spin:_arg1 ; |
... | @@ -882,73 +1117,250 @@ | ... | @@ -882,73 +1117,250 @@ |
882 | spinmapl:type <http://www.reportinghub.no/schema/npd#Company> | 1117 | spinmapl:type <http://www.reportinghub.no/schema/npd#Company> |
883 | ] ; | 1118 | ] ; |
884 | spinmap:sourcePredicate1 | 1119 | spinmap:sourcePredicate1 |
885 | - <file:///www.reportinghub.no/transform/npd/wbdev#wlbDrillingOperator> ; | 1120 | + <file:///www.reportinghub.no/transform/npd/wbexp#wlbDrillingOperator> ; |
886 | spinmap:targetPredicate1 | 1121 | spinmap:targetPredicate1 |
887 | <http://www.reportinghub.no/schema/npd#drillingOperator> | 1122 | <http://www.reportinghub.no/schema/npd#drillingOperator> |
888 | ] ; | 1123 | ] ; |
889 | spinmap:rule | 1124 | spinmap:rule |
890 | [ rdf:type spinmap:Mapping-1-1 ; | 1125 | [ rdf:type spinmap:Mapping-1-1 ; |
891 | - spinmap:context :WBDev-WellBore ; | 1126 | + spinmap:context :WBExp-WellBore ; |
1127 | + spinmap:expression | ||
1128 | + [ rdf:type spinmapl:resourceWithValue ; | ||
1129 | + sp:arg1 spin:_arg1 ; | ||
1130 | + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | ||
1131 | + spinmapl:type <http://www.reportinghub.no/schema/npd#ExplorationWellBorePurpose> | ||
1132 | + ] ; | ||
1133 | + spinmap:sourcePredicate1 | ||
1134 | + <file:///www.reportinghub.no/transform/npd/wbexp#wlbPurpose> ; | ||
1135 | + spinmap:targetPredicate1 | ||
1136 | + <http://www.reportinghub.no/schema/npd#wellBorePurpose> | ||
1137 | + ] ; | ||
1138 | + spinmap:rule | ||
1139 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
1140 | + spinmap:context :WBExp-WellBore ; | ||
892 | spinmap:expression spin:_arg1 ; | 1141 | spinmap:expression spin:_arg1 ; |
893 | spinmap:sourcePredicate1 | 1142 | spinmap:sourcePredicate1 |
894 | - <file:///www.reportinghub.no/transform/npd/wbdev#wlbWellboreName> ; | 1143 | + <file:///www.reportinghub.no/transform/npd/wbexp#wlbDrillPermit> ; |
1144 | + spinmap:targetPredicate1 | ||
1145 | + <http://www.reportinghub.no/schema/npd#wellBoreDrillPermit> | ||
1146 | + ] ; | ||
1147 | + spinmap:rule | ||
1148 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
1149 | + spinmap:context :WBExp-WellBore ; | ||
1150 | + spinmap:expression | ||
1151 | + [ rdf:type rhspin:licenceById ; | ||
1152 | + arg:id spin:_arg1 | ||
1153 | + ] ; | ||
1154 | + spinmap:sourcePredicate1 | ||
1155 | + <file:///www.reportinghub.no/transform/npd/wbexp#prlNpdidProductionLicence> ; | ||
1156 | + spinmap:targetPredicate1 | ||
1157 | + <http://www.reportinghub.no/schema/npd#drilledInProductionLicence> | ||
1158 | + ] ; | ||
1159 | + spinmap:rule | ||
1160 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
1161 | + spinmap:context :WBExp-WellBore ; | ||
1162 | + spinmap:expression | ||
1163 | + [ rdf:type spinmapl:resourceWithValue ; | ||
1164 | + sp:arg1 spin:_arg1 ; | ||
1165 | + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | ||
1166 | + spinmapl:type <http://www.reportinghub.no/schema/npd#WellBoreContent> | ||
1167 | + ] ; | ||
1168 | + spinmap:sourcePredicate1 | ||
1169 | + <file:///www.reportinghub.no/transform/npd/wbexp#wlbContent> ; | ||
1170 | + spinmap:targetPredicate1 | ||
1171 | + <http://www.reportinghub.no/schema/npd#wellBoreContent> | ||
1172 | + ] ; | ||
1173 | + spinmap:rule | ||
1174 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
1175 | + spinmap:context :WBExp-WellBore ; | ||
1176 | + spinmap:expression | ||
1177 | + [ rdf:type rhspin:wellByName ; | ||
1178 | + arg:wellName spin:_arg1 | ||
1179 | + ] ; | ||
1180 | + spinmap:sourcePredicate1 | ||
1181 | + <file:///www.reportinghub.no/transform/npd/wbexp#wlbWell> ; | ||
1182 | + spinmap:targetPredicate1 | ||
1183 | + <http://www.reportinghub.no/schema/npd#partOfWell> | ||
1184 | + ] . | ||
1185 | + | ||
1186 | +<file:///www.reportinghub.no/transform/npd/wbid#WBId> | ||
1187 | + spinmap:rule | ||
1188 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
1189 | + spinmap:context :WBId-WellBore ; | ||
1190 | + spinmap:expression | ||
1191 | + [ rdf:type rhspin:wellByName ; | ||
1192 | + arg:wellName spin:_arg1 | ||
1193 | + ] ; | ||
1194 | + spinmap:sourcePredicate1 | ||
1195 | + <file:///www.reportinghub.no/transform/npd/wbid#wlbWell> ; | ||
1196 | + spinmap:targetPredicate1 | ||
1197 | + <http://www.reportinghub.no/schema/npd#partOfWell> | ||
1198 | + ] ; | ||
1199 | + spinmap:rule | ||
1200 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
1201 | + spinmap:context :WBId-WellBore ; | ||
1202 | + spinmap:expression spin:_arg1 ; | ||
1203 | + spinmap:sourcePredicate1 | ||
1204 | + <file:///www.reportinghub.no/transform/npd/wbid#wlbWellboreName> ; | ||
895 | spinmap:targetPredicate1 | 1205 | spinmap:targetPredicate1 |
896 | <http://www.reportinghub.no/schema/npd#name> | 1206 | <http://www.reportinghub.no/schema/npd#name> |
897 | ] ; | 1207 | ] ; |
898 | spinmap:rule | 1208 | spinmap:rule |
1209 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
1210 | + spinmap:context :WBId-WellBore ; | ||
1211 | + spinmap:expression spin:_arg1 ; | ||
1212 | + spinmap:sourcePredicate1 | ||
1213 | + <file:///www.reportinghub.no/transform/npd/wbid#wlbWellType> ; | ||
1214 | + spinmap:targetPredicate1 | ||
1215 | + <http://www.reportinghub.no/schema/npd#wellBoreType> | ||
1216 | + ] ; | ||
1217 | + spinmap:rule | ||
1218 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
1219 | + spinmap:context :WBId-WellBore ; | ||
1220 | + spinmap:expression spin:_arg1 ; | ||
1221 | + spinmap:sourcePredicate1 | ||
1222 | + <file:///www.reportinghub.no/transform/npd/wbid#wlbNpdidWellbore> ; | ||
1223 | + spinmap:targetPredicate1 | ||
1224 | + <http://www.reportinghub.no/schema/npd#id> | ||
1225 | + ] ; | ||
1226 | + spinmap:rule | ||
899 | [ rdf:type spinmap:Mapping-0-1 ; | 1227 | [ rdf:type spinmap:Mapping-0-1 ; |
900 | - spinmap:context :WBDev-Well ; | 1228 | + spinmap:context :WBId-WellBore ; |
1229 | + spinmap:expression <http://www.reportinghub.no/schema/npd#WellBore> ; | ||
1230 | + spinmap:targetPredicate1 | ||
1231 | + rdf:type | ||
1232 | + ] ; | ||
1233 | + spinmap:rule | ||
1234 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
1235 | + spinmap:context :WBId-Well ; | ||
1236 | + spinmap:expression spin:_arg1 ; | ||
1237 | + spinmap:sourcePredicate1 | ||
1238 | + <file:///www.reportinghub.no/transform/npd/wbid#wlbWell> ; | ||
1239 | + spinmap:targetPredicate1 | ||
1240 | + <http://www.reportinghub.no/schema/npd#name> | ||
1241 | + ] ; | ||
1242 | + spinmap:rule | ||
1243 | + [ rdf:type spinmap:Mapping-0-1 ; | ||
1244 | + spinmap:context :WBId-Well ; | ||
901 | spinmap:expression <http://www.reportinghub.no/schema/npd#Well> ; | 1245 | spinmap:expression <http://www.reportinghub.no/schema/npd#Well> ; |
902 | spinmap:targetPredicate1 | 1246 | spinmap:targetPredicate1 |
903 | rdf:type | 1247 | rdf:type |
1248 | + ] . | ||
1249 | + | ||
1250 | +<file:///www.reportinghub.no/transform/npd/wbsha#WBSha> | ||
1251 | + spinmap:rule | ||
1252 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
1253 | + spinmap:context :WBSha-WellBore ; | ||
1254 | + spinmap:expression spin:_arg1 ; | ||
1255 | + spinmap:sourcePredicate1 | ||
1256 | + <file:///www.reportinghub.no/transform/npd/wbsha#wlbNpdidWellbore> ; | ||
1257 | + spinmap:targetPredicate1 | ||
1258 | + <http://www.reportinghub.no/schema/npd#id> | ||
1259 | + ] ; | ||
1260 | + spinmap:rule | ||
1261 | + [ rdf:type spinmap:Mapping-0-1 ; | ||
1262 | + spinmap:context :WBSha-WellBore ; | ||
1263 | + spinmap:expression <http://www.reportinghub.no/schema/npd#WellBore> ; | ||
1264 | + spinmap:targetPredicate1 | ||
1265 | + rdf:type | ||
904 | ] ; | 1266 | ] ; |
905 | spinmap:rule | 1267 | spinmap:rule |
906 | [ rdf:type spinmap:Mapping-1-1 ; | 1268 | [ rdf:type spinmap:Mapping-1-1 ; |
907 | - spinmap:context :WBDev-WellBore ; | 1269 | + spinmap:context :WBSha-WellBore ; |
1270 | + spinmap:expression spin:_arg1 ; | ||
1271 | + spinmap:sourcePredicate1 | ||
1272 | + <file:///www.reportinghub.no/transform/npd/wbsha#wlbDrillPermit> ; | ||
1273 | + spinmap:targetPredicate1 | ||
1274 | + <http://www.reportinghub.no/schema/npd#wellBoreDrillPermit> | ||
1275 | + ] ; | ||
1276 | + spinmap:rule | ||
1277 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
1278 | + spinmap:context :WBSha-Well ; | ||
1279 | + spinmap:expression spin:_arg1 ; | ||
1280 | + spinmap:sourcePredicate1 | ||
1281 | + <file:///www.reportinghub.no/transform/npd/wbsha#wlbWell> ; | ||
1282 | + spinmap:targetPredicate1 | ||
1283 | + <http://www.reportinghub.no/schema/npd#name> | ||
1284 | + ] ; | ||
1285 | + spinmap:rule | ||
1286 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
1287 | + spinmap:context :WBSha-WellBore ; | ||
1288 | + spinmap:expression | ||
1289 | + [ rdf:type rhspin:wellByName ; | ||
1290 | + arg:wellName spin:_arg1 | ||
1291 | + ] ; | ||
1292 | + spinmap:sourcePredicate1 | ||
1293 | + <file:///www.reportinghub.no/transform/npd/wbsha#wlbWell> ; | ||
1294 | + spinmap:targetPredicate1 | ||
1295 | + <http://www.reportinghub.no/schema/npd#partOfWell> | ||
1296 | + ] ; | ||
1297 | + spinmap:rule | ||
1298 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
1299 | + spinmap:context :WBSha-WellBore ; | ||
908 | spinmap:expression | 1300 | spinmap:expression |
909 | [ rdf:type spif:parseDate ; | 1301 | [ rdf:type spif:parseDate ; |
910 | arg:pattern "dd.MM.yyyy"^^xsd:string ; | 1302 | arg:pattern "dd.MM.yyyy"^^xsd:string ; |
911 | sp:arg1 spin:_arg1 | 1303 | sp:arg1 spin:_arg1 |
912 | ] ; | 1304 | ] ; |
913 | spinmap:sourcePredicate1 | 1305 | spinmap:sourcePredicate1 |
914 | - <file:///www.reportinghub.no/transform/npd/wbdev#wlbCompletionDate> ; | 1306 | + <file:///www.reportinghub.no/transform/npd/wbsha#wlbCompletionDate> ; |
915 | spinmap:targetPredicate1 | 1307 | spinmap:targetPredicate1 |
916 | <http://www.reportinghub.no/schema/npd#wellBoreCompletionDate> | 1308 | <http://www.reportinghub.no/schema/npd#wellBoreCompletionDate> |
917 | ] ; | 1309 | ] ; |
918 | spinmap:rule | 1310 | spinmap:rule |
1311 | + [ rdf:type spinmap:Mapping-0-1 ; | ||
1312 | + spinmap:context :WBSha-Well ; | ||
1313 | + spinmap:expression <http://www.reportinghub.no/schema/npd#Well> ; | ||
1314 | + spinmap:targetPredicate1 | ||
1315 | + rdf:type | ||
1316 | + ] ; | ||
1317 | + spinmap:rule | ||
919 | [ rdf:type spinmap:Mapping-1-1 ; | 1318 | [ rdf:type spinmap:Mapping-1-1 ; |
920 | - spinmap:context :WBDev-WellBore ; | 1319 | + spinmap:context :WBSha-WellBore ; |
1320 | + spinmap:expression | ||
1321 | + [ rdf:type spinmapl:resourceWithValue ; | ||
1322 | + sp:arg1 spin:_arg1 ; | ||
1323 | + spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | ||
1324 | + spinmapl:type <http://www.reportinghub.no/schema/npd#Company> | ||
1325 | + ] ; | ||
1326 | + spinmap:sourcePredicate1 | ||
1327 | + <file:///www.reportinghub.no/transform/npd/wbsha#wlbDrillingOperator> ; | ||
1328 | + spinmap:targetPredicate1 | ||
1329 | + <http://www.reportinghub.no/schema/npd#drillingOperator> | ||
1330 | + ] ; | ||
1331 | + spinmap:rule | ||
1332 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
1333 | + spinmap:context :WBSha-WellBore ; | ||
921 | spinmap:expression spin:_arg1 ; | 1334 | spinmap:expression spin:_arg1 ; |
922 | spinmap:sourcePredicate1 | 1335 | spinmap:sourcePredicate1 |
923 | - <file:///www.reportinghub.no/transform/npd/wbdev#wlbWellType> ; | 1336 | + <file:///www.reportinghub.no/transform/npd/wbsha#wlbWellboreName> ; |
924 | spinmap:targetPredicate1 | 1337 | spinmap:targetPredicate1 |
925 | - <http://www.reportinghub.no/schema/npd#wellBoreType> | 1338 | + <http://www.reportinghub.no/schema/npd#name> |
926 | ] ; | 1339 | ] ; |
927 | spinmap:rule | 1340 | spinmap:rule |
928 | [ rdf:type spinmap:Mapping-1-1 ; | 1341 | [ rdf:type spinmap:Mapping-1-1 ; |
929 | - spinmap:context :WBDev-Well ; | 1342 | + spinmap:context :WBSha-WellBore ; |
930 | spinmap:expression | 1343 | spinmap:expression |
931 | - [ rdf:type rhspin:fieldById ; | 1344 | + [ rdf:type spif:parseDate ; |
932 | - arg:id spin:_arg1 | 1345 | + arg:pattern "dd.MM.yyyy"^^xsd:string ; |
1346 | + sp:arg1 spin:_arg1 | ||
933 | ] ; | 1347 | ] ; |
934 | spinmap:sourcePredicate1 | 1348 | spinmap:sourcePredicate1 |
935 | - <file:///www.reportinghub.no/transform/npd/wbdev#fldNpdidField> ; | 1349 | + <file:///www.reportinghub.no/transform/npd/wbsha#wlbEntryDate> ; |
936 | spinmap:targetPredicate1 | 1350 | spinmap:targetPredicate1 |
937 | - <http://www.reportinghub.no/schema/npd#wellPartOfField> | 1351 | + <http://www.reportinghub.no/schema/npd#startDate> |
938 | ] ; | 1352 | ] ; |
939 | spinmap:rule | 1353 | spinmap:rule |
940 | [ rdf:type spinmap:Mapping-1-1 ; | 1354 | [ rdf:type spinmap:Mapping-1-1 ; |
941 | - spinmap:context :WBDev-WellBore ; | 1355 | + spinmap:context :WBSha-WellBore ; |
942 | spinmap:expression | 1356 | spinmap:expression |
943 | - [ rdf:type spinmapl:resourceWithValue ; | 1357 | + [ rdf:type rhspin:licenceById ; |
944 | - sp:arg1 spin:_arg1 ; | 1358 | + arg:id spin:_arg1 |
945 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | ||
946 | - spinmapl:type <http://www.reportinghub.no/schema/npd#WellBorePurpose> | ||
947 | ] ; | 1359 | ] ; |
948 | spinmap:sourcePredicate1 | 1360 | spinmap:sourcePredicate1 |
949 | - <file:///www.reportinghub.no/transform/npd/wbdev#wlbPurpose> ; | 1361 | + <file:///www.reportinghub.no/transform/npd/wbsha#wlbProductionLicence> ; |
950 | spinmap:targetPredicate1 | 1362 | spinmap:targetPredicate1 |
951 | - <http://www.reportinghub.no/schema/npd#wellBorePurpose> | 1363 | + <http://www.reportinghub.no/schema/npd#drilledInProductionLicence> |
952 | ] . | 1364 | ] . |
953 | 1365 | ||
954 | arg:well | 1366 | arg:well |
... | @@ -975,7 +1387,7 @@ arg:wellName | ... | @@ -975,7 +1387,7 @@ arg:wellName |
975 | <http://www.reportinghub.no/transform/spreadsheets2npd> | 1387 | <http://www.reportinghub.no/transform/spreadsheets2npd> |
976 | rdf:type owl:Ontology ; | 1388 | rdf:type owl:Ontology ; |
977 | rdfs:comment "Takes spreadsheets imported from the NPD fact pages and maps them into the NPD ontology."^^xsd:string ; | 1389 | rdfs:comment "Takes spreadsheets imported from the NPD fact pages and maps them into the NPD ontology."^^xsd:string ; |
978 | - owl:imports <file:///www.reportinghub.no/transform/npd/licensee> , <file:///www.reportinghub.no/transform/npd/tufoperator> , <file:///www.reportinghub.no/transform/npd/facilitymoveable-2011-07-30> , <http://www.reportinghub.no/transform/npd/tufoperator-2011-07-30> , <file:///www.reportinghub.no/transform/npd/licensee-2011-07-30> , <http://www.reportinghub.no/transform/npd/field-2011-07-30> , <file:///www.reportinghub.no/transform/npd/discovery> , <http://www.reportinghub.no/1.1/schema/npd> , <file:///www.reportinghub.no/transform/npd/field> , <file:///www.reportinghub.no/transform/npd/discovery-2011-07-30> , <file:///www.reportinghub.no/transform/npd/facilityfixed-2011-07-30> , <file:///www.reportinghub.no/transform/npd/baalicensee> , <http://topbraid.org/spin/spinmapl> , <file:///www.reportinghub.no/transform/npd/licence> , <file:///www.reportinghub.no/transform/npd/facilityfixed> , <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/examples/transform/npd/company-2011-07-30> , <file:///www.reportinghub.no/transform/npd/baa> , <file:///www.reportinghub.no/transform/npd/facilitymoveable> , <file:///www.reportinghub.no/transform/npd/baalicensee-2011-07-30> , <file:///www.reportinghub.no/transform/npd/license-2011-07-30> , <file:///www.reportinghub.no/transform/npd/wbdev> , <file:///www.reportinghub.no/transform/npd/company> , <file:///www.reportinghub.no/transform/npd/wbdev-2011-07-30> , <http://spinrdf.org/spin> , <file:///www.reportinghub.no/transform/npd/baa-2011-07-30> ; | 1390 | + owl:imports <file:///www.reportinghub.no/transform/npd/licensee> , <file:///www.reportinghub.no/transform/npd/tufoperator> , <file:///www.reportinghub.no/transform/npd/wbsha-2011-07-30> , <file:///www.reportinghub.no/transform/npd/facilitymoveable-2011-07-30> , <http://www.reportinghub.no/transform/npd/tufoperator-2011-07-30> , <file:///www.reportinghub.no/transform/npd/wbid> , <file:///www.reportinghub.no/transform/npd/wbexp> , <file:///www.reportinghub.no/transform/npd/licensee-2011-07-30> , <http://www.reportinghub.no/transform/npd/field-2011-07-30> , <file:///www.reportinghub.no/transform/npd/discovery> , <http://www.reportinghub.no/1.1/schema/npd> , <file:///www.reportinghub.no/transform/npd/field> , <file:///www.reportinghub.no/transform/npd/discovery-2011-07-30> , <http://topbraid.org/spin/spinmapl> , <file:///www.reportinghub.no/transform/npd/baalicensee> , <file:///www.reportinghub.no/transform/npd/facilityfixed-2011-07-30> , <file:///www.reportinghub.no/transform/npd/wbsha> , <http://www.reportinghub.no/examples/transform/npd/wbexp-2011-07-30> , <file:///www.reportinghub.no/transform/npd/licence> , <file:///www.reportinghub.no/transform/npd/facilityfixed> , <http://www.reportinghub.no/spin/rh> , <file:///www.reportinghub.no/transform/npd/baa> , <http://www.reportinghub.no/examples/transform/npd/company-2011-07-30> , <http://www.reportinghub.no/examples/npdi> , <file:///www.reportinghub.no/transform/npd/facilitymoveable> , <file:///www.reportinghub.no/transform/npd/baalicensee-2011-07-30> , <file:///www.reportinghub.no/transform/npd/license-2011-07-30> , <file:///www.reportinghub.no/transform/npd/wbid-2011-07-30> , <file:///www.reportinghub.no/transform/npd/wbdev> , <file:///www.reportinghub.no/transform/npd/wbdev-2011-07-30> , <file:///www.reportinghub.no/transform/npd/company> , <http://spinrdf.org/spin> , <file:///www.reportinghub.no/transform/npd/baa-2011-07-30> ; |
979 | owl:versionInfo "0.1.0"^^xsd:string . | 1391 | owl:versionInfo "0.1.0"^^xsd:string . |
980 | 1392 | ||
981 | :BAA-BusinessArrangementArea | 1393 | :BAA-BusinessArrangementArea |
... | @@ -1005,7 +1417,16 @@ arg:wellName | ... | @@ -1005,7 +1417,16 @@ arg:wellName |
1005 | [ rdf:type :buildCompanyURI ; | 1417 | [ rdf:type :buildCompanyURI ; |
1006 | spinmap:source spinmap:_source | 1418 | spinmap:source spinmap:_source |
1007 | ] ; | 1419 | ] ; |
1008 | - spinmap:targetClass <http://www.reportinghub.no/schema/npd#Company> . | 1420 | + spinmap:targetClass <http://www.reportinghub.no/schema/npd#OperatingCompany> . |
1421 | + | ||
1422 | +:Company-ParentCompany | ||
1423 | + rdf:type spinmap:Context ; | ||
1424 | + spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/company#Company> ; | ||
1425 | + spinmap:target | ||
1426 | + [ rdf:type :buildParentCompanyURI ; | ||
1427 | + spinmap:source spinmap:_source | ||
1428 | + ] ; | ||
1429 | + spinmap:targetClass <http://www.reportinghub.no/schema/npd#ParentCompany> . | ||
1009 | 1430 | ||
1010 | :Discovery-Discovery | 1431 | :Discovery-Discovery |
1011 | rdf:type spinmap:Context ; | 1432 | rdf:type spinmap:Context ; |
... | @@ -1078,7 +1499,7 @@ arg:wellName | ... | @@ -1078,7 +1499,7 @@ arg:wellName |
1078 | rdf:type spinmap:Context ; | 1499 | rdf:type spinmap:Context ; |
1079 | spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/wbdev#WBDev> ; | 1500 | spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/wbdev#WBDev> ; |
1080 | spinmap:target | 1501 | spinmap:target |
1081 | - [ rdf:type :buildWellURI ; | 1502 | + [ rdf:type :buildDevWellURI ; |
1082 | spinmap:source spinmap:_source | 1503 | spinmap:source spinmap:_source |
1083 | ] ; | 1504 | ] ; |
1084 | spinmap:targetClass <http://www.reportinghub.no/schema/npd#Well> . | 1505 | spinmap:targetClass <http://www.reportinghub.no/schema/npd#Well> . |
... | @@ -1087,7 +1508,63 @@ arg:wellName | ... | @@ -1087,7 +1508,63 @@ arg:wellName |
1087 | rdf:type spinmap:Context ; | 1508 | rdf:type spinmap:Context ; |
1088 | spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/wbdev#WBDev> ; | 1509 | spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/wbdev#WBDev> ; |
1089 | spinmap:target | 1510 | spinmap:target |
1090 | - [ rdf:type :buildWellBoreURI ; | 1511 | + [ rdf:type :buildDevWellBoreURI ; |
1512 | + spinmap:source spinmap:_source | ||
1513 | + ] ; | ||
1514 | + spinmap:targetClass <http://www.reportinghub.no/schema/npd#WellBore> . | ||
1515 | + | ||
1516 | +:WBExp-Well | ||
1517 | + rdf:type spinmap:Context ; | ||
1518 | + spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/wbexp#WBExp> ; | ||
1519 | + spinmap:target | ||
1520 | + [ rdf:type :buildExpWellURI ; | ||
1521 | + spinmap:source spinmap:_source | ||
1522 | + ] ; | ||
1523 | + spinmap:targetClass <http://www.reportinghub.no/schema/npd#Well> . | ||
1524 | + | ||
1525 | +:WBExp-WellBore | ||
1526 | + rdf:type spinmap:Context ; | ||
1527 | + spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/wbexp#WBExp> ; | ||
1528 | + spinmap:target | ||
1529 | + [ rdf:type :buildExpWellBoreURI ; | ||
1530 | + spinmap:source spinmap:_source | ||
1531 | + ] ; | ||
1532 | + spinmap:targetClass <http://www.reportinghub.no/schema/npd#WellBore> . | ||
1533 | + | ||
1534 | +:WBId-Well | ||
1535 | + rdf:type spinmap:Context ; | ||
1536 | + spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/wbid#WBId> ; | ||
1537 | + spinmap:target | ||
1538 | + [ rdf:type :buildIdWellURI ; | ||
1539 | + spinmap:source | ||
1540 | + [ sp:varName "source"^^xsd:string | ||
1541 | + ] | ||
1542 | + ] ; | ||
1543 | + spinmap:targetClass <http://www.reportinghub.no/schema/npd#Well> . | ||
1544 | + | ||
1545 | +:WBId-WellBore | ||
1546 | + rdf:type spinmap:Context ; | ||
1547 | + spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/wbid#WBId> ; | ||
1548 | + spinmap:target | ||
1549 | + [ rdf:type :buildIdWellBoreURI ; | ||
1550 | + spinmap:source spinmap:_source | ||
1551 | + ] ; | ||
1552 | + spinmap:targetClass <http://www.reportinghub.no/schema/npd#WellBore> . | ||
1553 | + | ||
1554 | +:WBSha-Well | ||
1555 | + rdf:type spinmap:Context ; | ||
1556 | + spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/wbsha#WBSha> ; | ||
1557 | + spinmap:target | ||
1558 | + [ rdf:type :buildShaWellURI ; | ||
1559 | + spinmap:source spinmap:_source | ||
1560 | + ] ; | ||
1561 | + spinmap:targetClass <http://www.reportinghub.no/schema/npd#Well> . | ||
1562 | + | ||
1563 | +:WBSha-WellBore | ||
1564 | + rdf:type spinmap:Context ; | ||
1565 | + spinmap:sourceClass <file:///www.reportinghub.no/transform/npd/wbsha#WBSha> ; | ||
1566 | + spinmap:target | ||
1567 | + [ rdf:type :buildShaWellBoreURI ; | ||
1091 | spinmap:source spinmap:_source | 1568 | spinmap:source spinmap:_source |
1092 | ] ; | 1569 | ] ; |
1093 | spinmap:targetClass <http://www.reportinghub.no/schema/npd#WellBore> . | 1570 | spinmap:targetClass <http://www.reportinghub.no/schema/npd#WellBore> . |
... | @@ -1128,6 +1605,42 @@ arg:wellName | ... | @@ -1128,6 +1605,42 @@ arg:wellName |
1128 | sp:where () | 1605 | sp:where () |
1129 | ] . | 1606 | ] . |
1130 | 1607 | ||
1608 | +:buildDevWellBoreURI | ||
1609 | + rdf:type spinmap:TargetFunction ; | ||
1610 | + rdfs:label "build development well bore URI"^^xsd:string ; | ||
1611 | + rdfs:subClassOf spinmap:TargetFunctions ; | ||
1612 | + spin:body | ||
1613 | + [ rdf:type sp:Select ; | ||
1614 | + sp:resultVariables ([ rdf:type rhspin:wellBoreByName ; | ||
1615 | + arg:wellBoreName | ||
1616 | + [ rdf:type spl:object ; | ||
1617 | + sp:arg1 [ sp:varName "source"^^xsd:string | ||
1618 | + ] ; | ||
1619 | + sp:arg2 <file:///www.reportinghub.no/transform/npd/wbdev#wlbWellboreName> | ||
1620 | + ] | ||
1621 | + ]) ; | ||
1622 | + sp:where () | ||
1623 | + ] ; | ||
1624 | + spin:returnType rdfs:Resource . | ||
1625 | + | ||
1626 | +:buildDevWellURI | ||
1627 | + rdf:type spinmap:TargetFunction ; | ||
1628 | + rdfs:label "build dev well URI"^^xsd:string ; | ||
1629 | + rdfs:subClassOf spinmap:TargetFunctions ; | ||
1630 | + spin:body | ||
1631 | + [ rdf:type sp:Select ; | ||
1632 | + sp:resultVariables ([ rdf:type rhspin:wellByName ; | ||
1633 | + arg:wellName | ||
1634 | + [ rdf:type spl:object ; | ||
1635 | + sp:arg1 [ sp:varName "source"^^xsd:string | ||
1636 | + ] ; | ||
1637 | + sp:arg2 <file:///www.reportinghub.no/transform/npd/wbdev#wlbWell> | ||
1638 | + ] | ||
1639 | + ]) ; | ||
1640 | + sp:where () | ||
1641 | + ] ; | ||
1642 | + spin:returnType rdfs:Resource . | ||
1643 | + | ||
1131 | :buildDiscoveryURI | 1644 | :buildDiscoveryURI |
1132 | rdf:type spinmap:TargetFunction ; | 1645 | rdf:type spinmap:TargetFunction ; |
1133 | rdfs:label "build Discovery URI"^^xsd:string ; | 1646 | rdfs:label "build Discovery URI"^^xsd:string ; |
... | @@ -1144,6 +1657,42 @@ arg:wellName | ... | @@ -1144,6 +1657,42 @@ arg:wellName |
1144 | sp:where () | 1657 | sp:where () |
1145 | ] . | 1658 | ] . |
1146 | 1659 | ||
1660 | +:buildExpWellBoreURI | ||
1661 | + rdf:type spinmap:TargetFunction ; | ||
1662 | + rdfs:label "build exploration well bore URI"^^xsd:string ; | ||
1663 | + rdfs:subClassOf spinmap:TargetFunctions ; | ||
1664 | + spin:body | ||
1665 | + [ rdf:type sp:Select ; | ||
1666 | + sp:resultVariables ([ rdf:type rhspin:wellBoreByName ; | ||
1667 | + arg:wellBoreName | ||
1668 | + [ rdf:type spl:object ; | ||
1669 | + sp:arg1 [ sp:varName "source"^^xsd:string | ||
1670 | + ] ; | ||
1671 | + sp:arg2 <file:///www.reportinghub.no/transform/npd/wbexp#wlbWellboreName> | ||
1672 | + ] | ||
1673 | + ]) ; | ||
1674 | + sp:where () | ||
1675 | + ] ; | ||
1676 | + spin:returnType rdfs:Resource . | ||
1677 | + | ||
1678 | +:buildExpWellURI | ||
1679 | + rdf:type spinmap:TargetFunction ; | ||
1680 | + rdfs:label "build exp well URI"^^xsd:string ; | ||
1681 | + rdfs:subClassOf spinmap:TargetFunctions ; | ||
1682 | + spin:body | ||
1683 | + [ rdf:type sp:Select ; | ||
1684 | + sp:resultVariables ([ rdf:type rhspin:wellByName ; | ||
1685 | + arg:wellName | ||
1686 | + [ rdf:type spl:object ; | ||
1687 | + sp:arg1 [ sp:varName "source"^^xsd:string | ||
1688 | + ] ; | ||
1689 | + sp:arg2 <file:///www.reportinghub.no/transform/npd/wbexp#wlbWell> | ||
1690 | + ] | ||
1691 | + ]) ; | ||
1692 | + sp:where () | ||
1693 | + ] ; | ||
1694 | + spin:returnType rdfs:Resource . | ||
1695 | + | ||
1147 | :buildFacilityURI | 1696 | :buildFacilityURI |
1148 | rdf:type spinmap:TargetFunction ; | 1697 | rdf:type spinmap:TargetFunction ; |
1149 | rdfs:label "build facility URI"^^xsd:string ; | 1698 | rdfs:label "build facility URI"^^xsd:string ; |
... | @@ -1182,6 +1731,42 @@ arg:wellName | ... | @@ -1182,6 +1731,42 @@ arg:wellName |
1182 | sp:where () | 1731 | sp:where () |
1183 | ] . | 1732 | ] . |
1184 | 1733 | ||
1734 | +:buildIdWellBoreURI | ||
1735 | + rdf:type spinmap:TargetFunction ; | ||
1736 | + rdfs:label "build id well bore URI"^^xsd:string ; | ||
1737 | + rdfs:subClassOf spinmap:TargetFunctions ; | ||
1738 | + spin:body | ||
1739 | + [ rdf:type sp:Select ; | ||
1740 | + sp:resultVariables ([ rdf:type rhspin:wellBoreByName ; | ||
1741 | + arg:wellBoreName | ||
1742 | + [ rdf:type spl:object ; | ||
1743 | + sp:arg1 [ sp:varName "source"^^xsd:string | ||
1744 | + ] ; | ||
1745 | + sp:arg2 <file:///www.reportinghub.no/transform/npd/wbid#wlbWellboreName> | ||
1746 | + ] | ||
1747 | + ]) ; | ||
1748 | + sp:where () | ||
1749 | + ] ; | ||
1750 | + spin:returnType rdfs:Resource . | ||
1751 | + | ||
1752 | +:buildIdWellURI | ||
1753 | + rdf:type spinmap:TargetFunction ; | ||
1754 | + rdfs:label "build id well URI"^^xsd:string ; | ||
1755 | + rdfs:subClassOf spinmap:TargetFunctions ; | ||
1756 | + spin:body | ||
1757 | + [ rdf:type sp:Select ; | ||
1758 | + sp:resultVariables ([ rdf:type rhspin:wellByName ; | ||
1759 | + arg:wellName | ||
1760 | + [ rdf:type spl:object ; | ||
1761 | + sp:arg1 [ sp:varName "source"^^xsd:string | ||
1762 | + ] ; | ||
1763 | + sp:arg2 <file:///www.reportinghub.no/transform/npd/wbid#wlbWell> | ||
1764 | + ] | ||
1765 | + ]) ; | ||
1766 | + sp:where () | ||
1767 | + ] ; | ||
1768 | + spin:returnType rdfs:Resource . | ||
1769 | + | ||
1185 | :buildLicenceURI | 1770 | :buildLicenceURI |
1186 | rdf:type spinmap:TargetFunction ; | 1771 | rdf:type spinmap:TargetFunction ; |
1187 | rdfs:label "build licence URI"^^xsd:string ; | 1772 | rdfs:label "build licence URI"^^xsd:string ; |
... | @@ -1198,6 +1783,59 @@ arg:wellName | ... | @@ -1198,6 +1783,59 @@ arg:wellName |
1198 | sp:where () | 1783 | sp:where () |
1199 | ] . | 1784 | ] . |
1200 | 1785 | ||
1786 | +:buildParentCompanyURI | ||
1787 | + rdf:type spinmap:TargetFunction ; | ||
1788 | + rdfs:label "build parent company URI"^^xsd:string ; | ||
1789 | + rdfs:subClassOf spinmap:TargetFunctions ; | ||
1790 | + spin:body | ||
1791 | + [ rdf:type sp:Select ; | ||
1792 | + sp:resultVariables ([ rdf:type rhspin:parentCompanyByName ; | ||
1793 | + arg:name | ||
1794 | + [ rdf:type spl:object ; | ||
1795 | + sp:arg1 [ sp:varName "source"^^xsd:string | ||
1796 | + ] ; | ||
1797 | + sp:arg2 <file:///www.reportinghub.no/transform/npd/company#cmpGroup> | ||
1798 | + ] | ||
1799 | + ]) ; | ||
1800 | + sp:where () | ||
1801 | + ] . | ||
1802 | + | ||
1803 | +:buildShaWellBoreURI | ||
1804 | + rdf:type spinmap:TargetFunction ; | ||
1805 | + rdfs:label "build shallow well bore URI"^^xsd:string ; | ||
1806 | + rdfs:subClassOf spinmap:TargetFunctions ; | ||
1807 | + spin:body | ||
1808 | + [ rdf:type sp:Select ; | ||
1809 | + sp:resultVariables ([ rdf:type rhspin:wellBoreByName ; | ||
1810 | + arg:wellBoreName | ||
1811 | + [ rdf:type spl:object ; | ||
1812 | + sp:arg1 [ sp:varName "source"^^xsd:string | ||
1813 | + ] ; | ||
1814 | + sp:arg2 <file:///www.reportinghub.no/transform/npd/wbsha#wlbWellboreName> | ||
1815 | + ] | ||
1816 | + ]) ; | ||
1817 | + sp:where () | ||
1818 | + ] ; | ||
1819 | + spin:returnType rdfs:Resource . | ||
1820 | + | ||
1821 | +:buildShaWellURI | ||
1822 | + rdf:type spinmap:TargetFunction ; | ||
1823 | + rdfs:label "build sha well URI"^^xsd:string ; | ||
1824 | + rdfs:subClassOf spinmap:TargetFunctions ; | ||
1825 | + spin:body | ||
1826 | + [ rdf:type sp:Select ; | ||
1827 | + sp:resultVariables ([ rdf:type rhspin:wellByName ; | ||
1828 | + arg:wellName | ||
1829 | + [ rdf:type spl:object ; | ||
1830 | + sp:arg1 [ sp:varName "source"^^xsd:string | ||
1831 | + ] ; | ||
1832 | + sp:arg2 <file:///www.reportinghub.no/transform/npd/wbsha#wlbWell> | ||
1833 | + ] | ||
1834 | + ]) ; | ||
1835 | + sp:where () | ||
1836 | + ] ; | ||
1837 | + spin:returnType rdfs:Resource . | ||
1838 | + | ||
1201 | :buildShareOfBAAURI | 1839 | :buildShareOfBAAURI |
1202 | rdf:type spinmap:TargetFunction ; | 1840 | rdf:type spinmap:TargetFunction ; |
1203 | rdfs:label "build ShareOfBAA URI"^^xsd:string ; | 1841 | rdfs:label "build ShareOfBAA URI"^^xsd:string ; |
... | @@ -1288,65 +1926,29 @@ arg:wellName | ... | @@ -1288,65 +1926,29 @@ arg:wellName |
1288 | sp:where () | 1926 | sp:where () |
1289 | ] . | 1927 | ] . |
1290 | 1928 | ||
1291 | -:buildWellBoreURI | 1929 | +_:b12 |
1292 | - rdf:type spinmap:TargetFunction ; | 1930 | + sp:varName "source"^^xsd:string . |
1293 | - rdfs:label "build well bore URI"^^xsd:string ; | ||
1294 | - rdfs:subClassOf spinmap:TargetFunctions ; | ||
1295 | - spin:body | ||
1296 | - [ rdf:type sp:Select ; | ||
1297 | - sp:resultVariables ([ rdf:type rhspin:wellBoreByName ; | ||
1298 | - arg:wellBoreName | ||
1299 | - [ rdf:type spl:object ; | ||
1300 | - sp:arg1 [ sp:varName "source"^^xsd:string | ||
1301 | - ] ; | ||
1302 | - sp:arg2 <file:///www.reportinghub.no/transform/npd/wbdev#wlbWellboreName> | ||
1303 | - ] | ||
1304 | - ]) ; | ||
1305 | - sp:where () | ||
1306 | - ] ; | ||
1307 | - spin:returnType rdfs:Resource . | ||
1308 | - | ||
1309 | -:buildWellURI | ||
1310 | - rdf:type spinmap:TargetFunction ; | ||
1311 | - rdfs:label "build well URI"^^xsd:string ; | ||
1312 | - rdfs:subClassOf spinmap:TargetFunctions ; | ||
1313 | - spin:body | ||
1314 | - [ rdf:type sp:Select ; | ||
1315 | - sp:resultVariables ([ rdf:type rhspin:wellByName ; | ||
1316 | - arg:wellName | ||
1317 | - [ rdf:type spl:object ; | ||
1318 | - sp:arg1 [ sp:varName "source"^^xsd:string | ||
1319 | - ] ; | ||
1320 | - sp:arg2 <file:///www.reportinghub.no/transform/npd/wbdev#wlbWell> | ||
1321 | - ] | ||
1322 | - ]) ; | ||
1323 | - sp:where () | ||
1324 | - ] ; | ||
1325 | - spin:returnType rdfs:Resource . | ||
1326 | 1931 | ||
1327 | -_:b1 sp:varName "companyId"^^xsd:string . | 1932 | +_:b11 |
1933 | + sp:varName "startDate"^^xsd:string . | ||
1328 | 1934 | ||
1329 | -_:b2 sp:varName "baaId"^^xsd:string . | 1935 | +_:b10 |
1936 | + sp:varName "licenceId"^^xsd:string . | ||
1330 | 1937 | ||
1331 | -_:b3 sp:varName "startDate"^^xsd:string . | 1938 | +_:b9 sp:varName "companyId"^^xsd:string . |
1332 | 1939 | ||
1333 | -_:b4 sp:varName "source"^^xsd:string . | 1940 | +_:b8 sp:varName "baa"^^xsd:string . |
1334 | 1941 | ||
1335 | -_:b5 sp:varName "companyName"^^xsd:string . | 1942 | +_:b7 sp:varName "baaName"^^xsd:string . |
1336 | 1943 | ||
1337 | _:b6 sp:varName "company"^^xsd:string . | 1944 | _:b6 sp:varName "company"^^xsd:string . |
1338 | 1945 | ||
1339 | -_:b7 sp:varName "baaName"^^xsd:string . | 1946 | +_:b5 sp:varName "companyName"^^xsd:string . |
1340 | - | ||
1341 | -_:b8 sp:varName "baa"^^xsd:string . | ||
1342 | 1947 | ||
1343 | -_:b9 sp:varName "companyId"^^xsd:string . | 1948 | +_:b4 sp:varName "source"^^xsd:string . |
1344 | 1949 | ||
1345 | -_:b10 | 1950 | +_:b3 sp:varName "startDate"^^xsd:string . |
1346 | - sp:varName "licenceId"^^xsd:string . | ||
1347 | 1951 | ||
1348 | -_:b11 | 1952 | +_:b2 sp:varName "baaId"^^xsd:string . |
1349 | - sp:varName "startDate"^^xsd:string . | ||
1350 | 1953 | ||
1351 | -_:b12 | 1954 | +_:b1 sp:varName "companyId"^^xsd:string . |
1352 | - sp:varName "source"^^xsd:string . | ... | ... |
... | @@ -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 . | ... | ... |
www.reportinghub.no/transform/npd/wbid.ttl
0 → 100644
This diff could not be displayed because it is too large.
www.reportinghub.no/transform/npd/wbsha.ttl
0 → 100644
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 . |
-
Please register or login to post a comment