Showing
20 changed files
with
1455 additions
and
1420 deletions
| 1 | -# Saved by TopBraid on Mon Aug 08 14:39:42 BST 2011 | 1 | +# Saved by TopBraid on Tue Aug 09 15:23:56 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.1/activity | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.1/activity |
| 3 | # imports: http://www.linkedmodel.org/1.2/schema/vaem | 3 | # imports: http://www.linkedmodel.org/1.2/schema/vaem |
| 4 | # imports: http://www.linkedmodel.org/1.1/schema/ordered | 4 | # imports: http://www.linkedmodel.org/1.1/schema/ordered |
| ... | @@ -21,7 +21,7 @@ | ... | @@ -21,7 +21,7 @@ |
| 21 | ep-activity:Activity | 21 | ep-activity:Activity |
| 22 | rdf:type owl:Class ; | 22 | rdf:type owl:Class ; |
| 23 | rdfs:label "Activity"^^xsd:string ; | 23 | rdfs:label "Activity"^^xsd:string ; |
| 24 | - rdfs:subClassOf <http://www.reportinghub.no/iso15926/nativeOWL#Activity> ; | 24 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ; |
| 25 | rdfs:subClassOf | 25 | rdfs:subClassOf |
| 26 | [ rdf:type owl:Restriction ; | 26 | [ rdf:type owl:Restriction ; |
| 27 | owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 27 | owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
| ... | @@ -29,6 +29,11 @@ ep-activity:Activity | ... | @@ -29,6 +29,11 @@ ep-activity:Activity |
| 29 | ] ; | 29 | ] ; |
| 30 | rdfs:subClassOf | 30 | rdfs:subClassOf |
| 31 | [ rdf:type owl:Restriction ; | 31 | [ rdf:type owl:Restriction ; |
| 32 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 33 | + owl:onProperty ep-activity:startedAt | ||
| 34 | + ] ; | ||
| 35 | + rdfs:subClassOf | ||
| 36 | + [ rdf:type owl:Restriction ; | ||
| 32 | owl:allValuesFrom ep-activity:Activity ; | 37 | owl:allValuesFrom ep-activity:Activity ; |
| 33 | owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> | 38 | owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> |
| 34 | ] ; | 39 | ] ; |
| ... | @@ -46,11 +51,6 @@ ep-activity:Activity | ... | @@ -46,11 +51,6 @@ ep-activity:Activity |
| 46 | [ rdf:type owl:Restriction ; | 51 | [ rdf:type owl:Restriction ; |
| 47 | owl:allValuesFrom ep-activity:Activity ; | 52 | owl:allValuesFrom ep-activity:Activity ; |
| 48 | owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> | 53 | owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> |
| 49 | - ] ; | ||
| 50 | - rdfs:subClassOf | ||
| 51 | - [ rdf:type owl:Restriction ; | ||
| 52 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 53 | - owl:onProperty ep-activity:startedAt | ||
| 54 | ] . | 54 | ] . |
| 55 | 55 | ||
| 56 | ep-activity:DailyDrillingActivity | 56 | ep-activity:DailyDrillingActivity |
| ... | @@ -59,8 +59,8 @@ ep-activity:DailyDrillingActivity | ... | @@ -59,8 +59,8 @@ ep-activity:DailyDrillingActivity |
| 59 | rdfs:subClassOf ep-activity:DrillingActivity ; | 59 | rdfs:subClassOf ep-activity:DrillingActivity ; |
| 60 | rdfs:subClassOf | 60 | rdfs:subClassOf |
| 61 | [ rdf:type owl:Restriction ; | 61 | [ rdf:type owl:Restriction ; |
| 62 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 62 | + owl:allValuesFrom ep-activity:Activity ; |
| 63 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | 63 | + owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart> |
| 64 | ] ; | 64 | ] ; |
| 65 | rdfs:subClassOf | 65 | rdfs:subClassOf |
| 66 | [ rdf:type owl:Restriction ; | 66 | [ rdf:type owl:Restriction ; |
| ... | @@ -69,8 +69,8 @@ ep-activity:DailyDrillingActivity | ... | @@ -69,8 +69,8 @@ ep-activity:DailyDrillingActivity |
| 69 | ] ; | 69 | ] ; |
| 70 | rdfs:subClassOf | 70 | rdfs:subClassOf |
| 71 | [ rdf:type owl:Restriction ; | 71 | [ rdf:type owl:Restriction ; |
| 72 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 72 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
| 73 | - owl:onProperty ep-activity:hasSubActivity | 73 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> |
| 74 | ] ; | 74 | ] ; |
| 75 | rdfs:subClassOf | 75 | rdfs:subClassOf |
| 76 | [ rdf:type owl:Restriction ; | 76 | [ rdf:type owl:Restriction ; |
| ... | @@ -176,8 +176,8 @@ ep-activity:OffshoreWellActivity | ... | @@ -176,8 +176,8 @@ ep-activity:OffshoreWellActivity |
| 176 | rdfs:subClassOf ep-activity:OffshoreActivity ; | 176 | rdfs:subClassOf ep-activity:OffshoreActivity ; |
| 177 | rdfs:subClassOf | 177 | rdfs:subClassOf |
| 178 | [ rdf:type owl:Restriction ; | 178 | [ rdf:type owl:Restriction ; |
| 179 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/equipment#Rig> ; | 179 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 180 | - owl:onProperty ep-activity:onRig | 180 | + owl:onProperty ep-activity:onWell |
| 181 | ] ; | 181 | ] ; |
| 182 | rdfs:subClassOf | 182 | rdfs:subClassOf |
| 183 | [ rdf:type owl:Restriction ; | 183 | [ rdf:type owl:Restriction ; |
| ... | @@ -188,11 +188,6 @@ ep-activity:OffshoreWellActivity | ... | @@ -188,11 +188,6 @@ ep-activity:OffshoreWellActivity |
| 188 | [ rdf:type owl:Restriction ; | 188 | [ rdf:type owl:Restriction ; |
| 189 | owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; | 189 | owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; |
| 190 | owl:onProperty ep-activity:onWell | 190 | owl:onProperty ep-activity:onWell |
| 191 | - ] ; | ||
| 192 | - rdfs:subClassOf | ||
| 193 | - [ rdf:type owl:Restriction ; | ||
| 194 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | ||
| 195 | - owl:onProperty ep-activity:onWell | ||
| 196 | ] . | 191 | ] . |
| 197 | 192 | ||
| 198 | ep-activity:PressureTestType | 193 | ep-activity:PressureTestType | ... | ... |
| 1 | -# Saved by TopBraid on Sun Aug 07 12:55:41 PDT 2011 | 1 | +# Saved by TopBraid on Tue Aug 09 15:02:54 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.1/core | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.1/core |
| 3 | # imports: http://www.linkedmodel.org/1.2/schema/vaem | 3 | # imports: http://www.linkedmodel.org/1.2/schema/vaem |
| 4 | -# imports: http://www.reportinghub.no/ep/schema/1.1/activity | ||
| 5 | -# imports: http://www.reportinghub.no/iso15926/bindEP-NativeOWL | ||
| 6 | 4 | ||
| 7 | @prefix bindEP-NativeOWL: <http://www.reportinghub.no/iso15926/bindEP-NativeOWL#> . | 5 | @prefix bindEP-NativeOWL: <http://www.reportinghub.no/iso15926/bindEP-NativeOWL#> . |
| 8 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 6 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
| ... | @@ -14,22 +12,58 @@ | ... | @@ -14,22 +12,58 @@ |
| 14 | 12 | ||
| 15 | <http://www.reportinghub.no/ep/schema/1.1/core> | 13 | <http://www.reportinghub.no/ep/schema/1.1/core> |
| 16 | rdf:type owl:Ontology ; | 14 | rdf:type owl:Ontology ; |
| 17 | - owl:imports <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://www.reportinghub.no/iso15926/bindEP-NativeOWL> ; | 15 | + owl:imports <http://www.linkedmodel.org/1.2/schema/vaem> ; |
| 18 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 19 | 17 | ||
| 18 | +ep-core:PhysicalObject | ||
| 19 | + rdf:type owl:Class ; | ||
| 20 | + rdfs:label "physical object"^^xsd:string ; | ||
| 21 | + rdfs:subClassOf ep-core:PhysicalThing . | ||
| 22 | + | ||
| 23 | +ep-core:PhysicalThing | ||
| 24 | + rdf:type owl:Class ; | ||
| 25 | + rdfs:label "physical thing"^^xsd:string ; | ||
| 26 | + rdfs:subClassOf owl:Thing . | ||
| 27 | + | ||
| 20 | ep-core:basisFor | 28 | ep-core:basisFor |
| 21 | rdf:type owl:ObjectProperty ; | 29 | rdf:type owl:ObjectProperty ; |
| 22 | rdfs:label "basis for"^^xsd:string . | 30 | rdfs:label "basis for"^^xsd:string . |
| 23 | 31 | ||
| 24 | ep-core:derivedFrom | 32 | ep-core:derivedFrom |
| 25 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 33 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 26 | rdfs:label "derived from"^^xsd:string . | 34 | rdfs:label "derived from"^^xsd:string . |
| 27 | 35 | ||
| 28 | ep-core:hasPart | 36 | ep-core:hasPart |
| 29 | - rdf:type owl:ObjectProperty ; | 37 | + rdf:type owl:TransitiveProperty ; |
| 30 | - rdfs:label "has part"^^xsd:string . | 38 | + rdfs:domain ep-core:PhysicalThing ; |
| 39 | + rdfs:label "has part"^^xsd:string ; | ||
| 40 | + rdfs:range ep-core:PhysicalThing ; | ||
| 41 | + owl:inverseOf ep-core:partOf . | ||
| 42 | + | ||
| 43 | +ep-core:hasTemporalPart | ||
| 44 | + rdf:type owl:TransitiveProperty ; | ||
| 45 | + rdfs:domain ep-core:PhysicalThing ; | ||
| 46 | + rdfs:label "has temporal part"^^xsd:string ; | ||
| 47 | + rdfs:range ep-core:PhysicalThing ; | ||
| 48 | + rdfs:subPropertyOf ep-core:hasPart ; | ||
| 49 | + owl:inverseOf ep-core:partOf . | ||
| 31 | 50 | ||
| 32 | ep-core:name | 51 | ep-core:name |
| 33 | rdf:type owl:DatatypeProperty ; | 52 | rdf:type owl:DatatypeProperty ; |
| 34 | rdfs:label "name"^^xsd:string ; | 53 | rdfs:label "name"^^xsd:string ; |
| 35 | rdfs:range xsd:string . | 54 | rdfs:range xsd:string . |
| 55 | + | ||
| 56 | +ep-core:partOf | ||
| 57 | + rdf:type owl:TransitiveProperty ; | ||
| 58 | + rdfs:domain ep-core:PhysicalThing ; | ||
| 59 | + rdfs:label "part of"^^xsd:string ; | ||
| 60 | + rdfs:range ep-core:PhysicalThing ; | ||
| 61 | + owl:inverseOf ep-core:hasPart . | ||
| 62 | + | ||
| 63 | +ep-core:temporalPartOf | ||
| 64 | + rdf:type owl:TransitiveProperty ; | ||
| 65 | + rdfs:domain ep-core:PhysicalThing ; | ||
| 66 | + rdfs:label "temporal part of"^^xsd:string ; | ||
| 67 | + rdfs:range ep-core:PhysicalThing ; | ||
| 68 | + rdfs:subPropertyOf ep-core:hasPart ; | ||
| 69 | + owl:inverseOf ep-core:hasTemporalPart . | ... | ... |
| 1 | -# Saved by TopBraid on Sun Aug 07 12:55:41 PDT 2011 | 1 | +# Saved by TopBraid on Tue Aug 09 15:41:34 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/equipment | 2 | # baseURI: http://www.reportinghub.no/ep/schema/equipment |
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.1/activity | ||
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.1/core | 3 | # imports: http://www.reportinghub.no/ep/schema/1.1/core |
| 5 | 4 | ||
| 6 | @prefix : <http://www.reportinghub.no/ep/schema/equipment#> . | 5 | @prefix : <http://www.reportinghub.no/ep/schema/equipment#> . |
| ... | @@ -10,17 +9,15 @@ | ... | @@ -10,17 +9,15 @@ |
| 10 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 9 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 11 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 10 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 12 | 11 | ||
| 12 | +<http://www.reportinghub.no/ep/schema/core#PhysicalThing> | ||
| 13 | + rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string . | ||
| 14 | + | ||
| 13 | <http://www.reportinghub.no/ep/schema/equipment> | 15 | <http://www.reportinghub.no/ep/schema/equipment> |
| 14 | rdf:type owl:Ontology ; | 16 | rdf:type owl:Ontology ; |
| 15 | - owl:imports <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/ep/schema/1.1/core> ; | 17 | + owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> ; |
| 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 18 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 17 | 19 | ||
| 18 | ep-eqt:Equipment | 20 | ep-eqt:Equipment |
| 19 | rdf:type owl:Class ; | 21 | rdf:type owl:Class ; |
| 20 | rdfs:label "Equipment"^^xsd:string ; | 22 | rdfs:label "Equipment"^^xsd:string ; |
| 21 | - rdfs:subClassOf owl:Thing . | 23 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
| 22 | - | ||
| 23 | -ep-eqt:Rig | ||
| 24 | - rdf:type owl:Class ; | ||
| 25 | - rdfs:label "Rig"^^xsd:string ; | ||
| 26 | - rdfs:subClassOf ep-eqt:Equipment . | ... | ... |
| 1 | -# Saved by TopBraid on Sun Aug 07 12:55:41 PDT 2011 | 1 | +# Saved by TopBraid on Tue Aug 09 15:08:18 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/well | 2 | # baseURI: http://www.reportinghub.no/ep/schema/well |
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.1/activity | ||
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.1/core | 3 | # imports: http://www.reportinghub.no/ep/schema/1.1/core |
| 5 | 4 | ||
| 6 | @prefix : <http://www.reportinghub.no/ep/schema/well#> . | 5 | @prefix : <http://www.reportinghub.no/ep/schema/well#> . |
| ... | @@ -12,12 +11,13 @@ | ... | @@ -12,12 +11,13 @@ |
| 12 | 11 | ||
| 13 | <http://www.reportinghub.no/ep/schema/well> | 12 | <http://www.reportinghub.no/ep/schema/well> |
| 14 | rdf:type owl:Ontology ; | 13 | rdf:type owl:Ontology ; |
| 15 | - owl:imports <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/ep/schema/1.1/core> ; | 14 | + owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> ; |
| 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 17 | 16 | ||
| 18 | ep-well:AllOrPartOfTheLifeOfAWellBore | 17 | ep-well:AllOrPartOfTheLifeOfAWellBore |
| 19 | rdf:type owl:Class ; | 18 | rdf:type owl:Class ; |
| 20 | - rdfs:label "all or part of the life of a well bore"^^xsd:string . | 19 | + rdfs:label "all or part of the life of a well bore"^^xsd:string ; |
| 20 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | ||
| 21 | 21 | ||
| 22 | ep-well:TemporalPartOfAWellBore | 22 | ep-well:TemporalPartOfAWellBore |
| 23 | rdf:type owl:Class ; | 23 | rdf:type owl:Class ; |
| ... | @@ -27,16 +27,16 @@ ep-well:TemporalPartOfAWellBore | ... | @@ -27,16 +27,16 @@ ep-well:TemporalPartOfAWellBore |
| 27 | ep-well:Well | 27 | ep-well:Well |
| 28 | rdf:type owl:Class ; | 28 | rdf:type owl:Class ; |
| 29 | rdfs:label "Well"^^xsd:string ; | 29 | rdfs:label "Well"^^xsd:string ; |
| 30 | - rdfs:subClassOf owl:Thing ; | 30 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; |
| 31 | rdfs:subClassOf | 31 | rdfs:subClassOf |
| 32 | [ rdf:type owl:Restriction ; | 32 | [ rdf:type owl:Restriction ; |
| 33 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 33 | + owl:allValuesFrom ep-well:WellBore ; |
| 34 | - owl:onProperty <http://www.reportinghub.no/ep/schema/core#name> | 34 | + owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart> |
| 35 | ] ; | 35 | ] ; |
| 36 | rdfs:subClassOf | 36 | rdfs:subClassOf |
| 37 | [ rdf:type owl:Restriction ; | 37 | [ rdf:type owl:Restriction ; |
| 38 | - owl:allValuesFrom ep-well:WellBore ; | 38 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 39 | - owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart> | 39 | + owl:onProperty <http://www.reportinghub.no/ep/schema/core#name> |
| 40 | ] . | 40 | ] . |
| 41 | 41 | ||
| 42 | ep-well:WellBore | 42 | ep-well:WellBore | ... | ... |
| 1 | -# Saved by TopBraid on Sun Aug 07 12:55:42 PDT 2011 | 1 | +# Saved by TopBraid on Tue Aug 09 14:47:57 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/spin/ddr-constraints | 2 | # baseURI: http://www.reportinghub.no/ep/spin/ddr-constraints |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr | 3 | # imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.1/activity | 4 | # imports: http://www.reportinghub.no/ep/schema/1.1/activity |
| 5 | -# imports: http://www.reportinghub.no/1.1/schema/npd | ||
| 6 | # imports: http://spinrdf.org/spin | 5 | # imports: http://spinrdf.org/spin |
| 6 | +# imports: http://www.reportinghub.no/1.1/schema/npd | ||
| 7 | 7 | ||
| 8 | @prefix : <http://www.reportinghub.no/ep/spin/ddr-constraints#> . | 8 | @prefix : <http://www.reportinghub.no/ep/spin/ddr-constraints#> . |
| 9 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 9 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| ... | @@ -26,7 +26,7 @@ | ... | @@ -26,7 +26,7 @@ |
| 26 | sp:elements ([ sp:object _:b1 ; | 26 | sp:elements ([ sp:object _:b1 ; |
| 27 | sp:predicate <http://www.reportinghub.no/schema/npd#name> ; | 27 | sp:predicate <http://www.reportinghub.no/schema/npd#name> ; |
| 28 | sp:subject _:b2 | 28 | sp:subject _:b2 |
| 29 | - ] [ sp:object <http://www.reportinghub.no/schema/npd#WellBore> ; | 29 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
| 30 | sp:predicate rdf:type ; | 30 | sp:predicate rdf:type ; |
| 31 | sp:subject _:b2 | 31 | sp:subject _:b2 |
| 32 | ]) | 32 | ]) |
| ... | @@ -37,7 +37,7 @@ | ... | @@ -37,7 +37,7 @@ |
| 37 | 37 | ||
| 38 | <http://www.reportinghub.no/ep/spin/ddr-constraints> | 38 | <http://www.reportinghub.no/ep/spin/ddr-constraints> |
| 39 | rdf:type owl:Ontology ; | 39 | rdf:type owl:Ontology ; |
| 40 | - owl:imports <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.1.1/ddr> , <http://www.reportinghub.no/1.1/schema/npd> ; | 40 | + owl:imports <http://www.reportinghub.no/1.1/schema/npd> , <http://www.reportinghub.no/ep/schema/1.1.1/ddr> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.1/activity> ; |
| 41 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 41 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 42 | 42 | ||
| 43 | _:b2 sp:varName "wellBore"^^xsd:string . | 43 | _:b2 sp:varName "wellBore"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Sun Aug 07 12:55:42 PDT 2011 | 1 | +# Saved by TopBraid on Tue Aug 09 14:47:57 BST 2011 |
| 2 | # baseURI: null | 2 | # baseURI: null |
| 3 | 3 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
| 1 | -# Saved by TopBraid on Mon Aug 08 17:04:22 BST 2011 | 1 | +# Saved by TopBraid on Tue Aug 09 15:05:12 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/activity | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/activity |
| 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.1/activity | 4 | # imports: http://www.reportinghub.no/ep/schema/1.1/activity |
| 5 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr | 5 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr |
| 6 | -# imports: http://www.reportinghub.no/iso15926/bindEP-NativeOWL | ||
| 7 | # imports: http://www.reportinghub.no/ep/schema/1.1/activity-purpose | 6 | # imports: http://www.reportinghub.no/ep/schema/1.1/activity-purpose |
| 8 | # imports: http://www.reportinghub.no/ep/schema/equipment | 7 | # imports: http://www.reportinghub.no/ep/schema/equipment |
| 9 | # imports: http://spinrdf.org/spin | 8 | # imports: http://spinrdf.org/spin |
| ... | @@ -158,7 +157,7 @@ | ... | @@ -158,7 +157,7 @@ |
| 158 | sp:predicate rdf:type ; | 157 | sp:predicate rdf:type ; |
| 159 | sp:subject _:b25 | 158 | sp:subject _:b25 |
| 160 | ] [ sp:object _:b25 ; | 159 | ] [ sp:object _:b25 ; |
| 161 | - sp:predicate iso15926:hasPart ; | 160 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 162 | sp:subject _:b26 | 161 | sp:subject _:b26 |
| 163 | ] [ sp:object _:b27 ; | 162 | ] [ sp:object _:b27 ; |
| 164 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 163 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| ... | @@ -170,7 +169,7 @@ | ... | @@ -170,7 +169,7 @@ |
| 170 | sp:predicate rdf:type ; | 169 | sp:predicate rdf:type ; |
| 171 | sp:subject _:b29 | 170 | sp:subject _:b29 |
| 172 | ] [ sp:object _:b30 ; | 171 | ] [ sp:object _:b30 ; |
| 173 | - sp:predicate iso15926:temporalPartOf ; | 172 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 174 | sp:subject _:b29 | 173 | sp:subject _:b29 |
| 175 | ] [ sp:object _:b29 ; | 174 | ] [ sp:object _:b29 ; |
| 176 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 175 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| ... | @@ -234,101 +233,101 @@ | ... | @@ -234,101 +233,101 @@ |
| 234 | 233 | ||
| 235 | <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> | 234 | <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> |
| 236 | rdf:type owl:Ontology ; | 235 | rdf:type owl:Ontology ; |
| 237 | - owl:imports <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/equipment> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/schema/1.1/activity-purpose> , <http://www.reportinghub.no/iso15926/bindEP-NativeOWL> ; | 236 | + owl:imports <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/equipment> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/schema/1.1/activity-purpose> ; |
| 238 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 237 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 239 | 238 | ||
| 240 | -_:b3 sp:varName "nameWellBore"^^xsd:string . | 239 | +_:b8 sp:varName "normalizedWellBoreName"^^xsd:string . |
| 241 | - | ||
| 242 | -_:b4 sp:varName "activity"^^xsd:string . | ||
| 243 | 240 | ||
| 244 | -_:b5 sp:varName "index"^^xsd:string . | 241 | +_:b7 sp:varName "proprietaryCode"^^xsd:string . |
| 245 | 242 | ||
| 246 | _:b6 sp:varName "dTimStartPart"^^xsd:string . | 243 | _:b6 sp:varName "dTimStartPart"^^xsd:string . |
| 247 | 244 | ||
| 248 | -_:b7 sp:varName "proprietaryCode"^^xsd:string . | 245 | +_:b5 sp:varName "index"^^xsd:string . |
| 249 | 246 | ||
| 250 | -_:b8 sp:varName "normalizedWellBoreName"^^xsd:string . | 247 | +_:b4 sp:varName "activity"^^xsd:string . |
| 248 | + | ||
| 249 | +_:b3 sp:varName "nameWellBore"^^xsd:string . | ||
| 251 | 250 | ||
| 252 | _:b2 sp:varName "partActivity"^^xsd:string . | 251 | _:b2 sp:varName "partActivity"^^xsd:string . |
| 253 | 252 | ||
| 254 | _:b1 sp:varName "drillingActivityPurposeType"^^xsd:string . | 253 | _:b1 sp:varName "drillingActivityPurposeType"^^xsd:string . |
| 255 | 254 | ||
| 256 | -_:b17 | 255 | +_:b16 |
| 257 | - sp:varName "md"^^xsd:string . | 256 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 258 | 257 | ||
| 259 | -_:b18 | 258 | +_:b15 |
| 260 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 259 | + sp:varName "partActivity"^^xsd:string . |
| 261 | 260 | ||
| 262 | -_:b19 | 261 | +_:b14 |
| 263 | - sp:varName "nameWellBore"^^xsd:string . | 262 | + sp:varName "dTimStartPart"^^xsd:string . |
| 264 | 263 | ||
| 265 | -_:b20 | 264 | +_:b13 |
| 265 | + sp:varName "index"^^xsd:string . | ||
| 266 | + | ||
| 267 | +_:b12 | ||
| 266 | sp:varName "activity"^^xsd:string . | 268 | sp:varName "activity"^^xsd:string . |
| 267 | 269 | ||
| 268 | -_:b21 | 270 | +_:b11 |
| 269 | - sp:varName "index"^^xsd:string . | 271 | + sp:varName "nameWellBore"^^xsd:string . |
| 270 | 272 | ||
| 271 | -_:b22 | 273 | +_:b10 |
| 272 | - sp:varName "dTimStartPart"^^xsd:string . | 274 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 273 | 275 | ||
| 274 | -_:b23 | 276 | +_:b9 sp:varName "tvd"^^xsd:string . |
| 275 | - sp:varName "partActivity"^^xsd:string . | ||
| 276 | 277 | ||
| 277 | _:b24 | 278 | _:b24 |
| 278 | sp:varName "normalizedWellBoreName"^^xsd:string . | 279 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 279 | 280 | ||
| 280 | -_:b9 sp:varName "tvd"^^xsd:string . | 281 | +_:b23 |
| 282 | + sp:varName "partActivity"^^xsd:string . | ||
| 281 | 283 | ||
| 282 | -_:b10 | 284 | +_:b22 |
| 283 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 285 | + sp:varName "dTimStartPart"^^xsd:string . |
| 284 | 286 | ||
| 285 | -_:b11 | 287 | +_:b21 |
| 286 | - sp:varName "nameWellBore"^^xsd:string . | 288 | + sp:varName "index"^^xsd:string . |
| 287 | 289 | ||
| 288 | -_:b12 | 290 | +_:b20 |
| 289 | sp:varName "activity"^^xsd:string . | 291 | sp:varName "activity"^^xsd:string . |
| 290 | 292 | ||
| 291 | -_:b13 | 293 | +_:b19 |
| 292 | - sp:varName "index"^^xsd:string . | 294 | + sp:varName "nameWellBore"^^xsd:string . |
| 293 | 295 | ||
| 294 | -_:b14 | 296 | +_:b18 |
| 295 | - sp:varName "dTimStartPart"^^xsd:string . | 297 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 296 | 298 | ||
| 297 | -_:b15 | 299 | +_:b17 |
| 298 | - sp:varName "partActivity"^^xsd:string . | 300 | + sp:varName "md"^^xsd:string . |
| 299 | 301 | ||
| 300 | -_:b16 | 302 | +_:b35 |
| 301 | sp:varName "normalizedWellBoreName"^^xsd:string . | 303 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 302 | 304 | ||
| 303 | -_:b25 | 305 | +_:b34 |
| 304 | - sp:varName "partActivity"^^xsd:string . | 306 | + sp:varName "index"^^xsd:string . |
| 305 | - | ||
| 306 | -_:b26 | ||
| 307 | - sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 308 | 307 | ||
| 309 | -_:b27 | 308 | +_:b33 |
| 310 | - sp:varName "dTimStartPart"^^xsd:string . | 309 | + sp:varName "activity"^^xsd:string . |
| 311 | 310 | ||
| 312 | -_:b28 | 311 | +_:b32 |
| 313 | - sp:varName "dTimEndPart"^^xsd:string . | 312 | + sp:varName "dTimStart"^^xsd:string . |
| 314 | 313 | ||
| 315 | -_:b29 | 314 | +_:b31 |
| 316 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 315 | + sp:varName "nameWellBore"^^xsd:string . |
| 317 | 316 | ||
| 318 | _:b30 | 317 | _:b30 |
| 319 | sp:varName "wellBore"^^xsd:string . | 318 | sp:varName "wellBore"^^xsd:string . |
| 320 | 319 | ||
| 321 | -_:b31 | 320 | +_:b29 |
| 322 | - sp:varName "nameWellBore"^^xsd:string . | 321 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 323 | 322 | ||
| 324 | -_:b32 | 323 | +_:b28 |
| 325 | - sp:varName "dTimStart"^^xsd:string . | 324 | + sp:varName "dTimEndPart"^^xsd:string . |
| 326 | 325 | ||
| 327 | -_:b33 | 326 | +_:b27 |
| 328 | - sp:varName "activity"^^xsd:string . | 327 | + sp:varName "dTimStartPart"^^xsd:string . |
| 329 | 328 | ||
| 330 | -_:b34 | 329 | +_:b26 |
| 331 | - sp:varName "index"^^xsd:string . | 330 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 332 | 331 | ||
| 333 | -_:b35 | 332 | +_:b25 |
| 334 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 333 | + sp:varName "partActivity"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Mon Aug 08 14:39:37 BST 2011 | 1 | +# Saved by TopBraid on Tue Aug 09 15:44:24 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport |
| 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.1/activity | 4 | # imports: http://www.reportinghub.no/ep/schema/1.1/activity |
| 5 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr | 5 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr |
| 6 | # imports: http://www.reportinghub.no/ep/schema/report | 6 | # imports: http://www.reportinghub.no/ep/schema/report |
| 7 | -# imports: http://www.reportinghub.no/iso15926/bindEP-NativeOWL | ||
| 8 | # imports: http://www.reportinghub.no/ep/schema/equipment | 7 | # imports: http://www.reportinghub.no/ep/schema/equipment |
| 9 | # imports: http://spinrdf.org/spin | 8 | # imports: http://spinrdf.org/spin |
| 10 | # imports: http://www.reportinghub.no/ep/schema/well | 9 | # imports: http://www.reportinghub.no/ep/schema/well |
| ... | @@ -28,95 +27,116 @@ | ... | @@ -28,95 +27,116 @@ |
| 28 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | 27 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> |
| 29 | spin:rule | 28 | spin:rule |
| 30 | [ rdf:type sp:Construct ; | 29 | [ rdf:type sp:Construct ; |
| 31 | - rdfs:comment "STEP 104 Create Well"^^xsd:string ; | 30 | + rdfs:comment """STEP 101 Create DailyDrillingReport, DailyDrillingActivity, TemporalPartOfAWellBore and WellBore |
| 32 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ; | 31 | +Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ; |
| 32 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> ; | ||
| 33 | sp:predicate rdf:type ; | 33 | sp:predicate rdf:type ; |
| 34 | sp:subject _:b1 | 34 | sp:subject _:b1 |
| 35 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ; | ||
| 36 | + sp:predicate rdf:type ; | ||
| 37 | + sp:subject _:b2 | ||
| 35 | ] [ sp:object _:b2 ; | 38 | ] [ sp:object _:b2 ; |
| 36 | - sp:predicate rdfs:label ; | 39 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#reportOn> ; |
| 37 | sp:subject _:b1 | 40 | sp:subject _:b1 |
| 38 | - ] [ sp:object _:b1 ; | 41 | + ] [ sp:object _:b3 ; |
| 39 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ; | 42 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#createdAt> ; |
| 40 | - sp:subject _:b3 | ||
| 41 | - ] [ sp:object _:b4 ; | ||
| 42 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 43 | sp:subject _:b1 | 43 | sp:subject _:b1 |
| 44 | + ] [ sp:object _:b4 ; | ||
| 45 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
| 46 | + sp:subject _:b2 | ||
| 47 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; | ||
| 48 | + sp:predicate rdf:type ; | ||
| 49 | + sp:subject _:b5 | ||
| 50 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; | ||
| 51 | + sp:predicate rdf:type ; | ||
| 52 | + sp:subject _:b6 | ||
| 53 | + ] [ sp:object _:b6 ; | ||
| 54 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 55 | + sp:subject _:b5 | ||
| 56 | + ] [ sp:object _:b7 ; | ||
| 57 | + sp:predicate rdfs:label ; | ||
| 58 | + sp:subject _:b6 | ||
| 59 | + ] [ sp:object _:b5 ; | ||
| 60 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 61 | + sp:subject _:b2 | ||
| 44 | ]) ; | 62 | ]) ; |
| 45 | - sp:where ([ sp:object _:b5 ; | 63 | + sp:where ([ sp:object _:b7 ; |
| 46 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 64 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 47 | sp:subject spin:_this | 65 | sp:subject spin:_this |
| 48 | - ] [ sp:object _:b2 ; | 66 | + ] [ sp:object _:b4 ; |
| 49 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWell> ; | 67 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 50 | sp:subject spin:_this | 68 | sp:subject spin:_this |
| 51 | - ] [ sp:object _:b6 ; | 69 | + ] [ sp:object _:b8 ; |
| 52 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 70 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 53 | sp:subject spin:_this | 71 | sp:subject spin:_this |
| 54 | - ] [ sp:object _:b4 ; | 72 | + ] [ sp:object _:b3 ; |
| 55 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 73 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; |
| 56 | - sp:subject _:b3 | 74 | + sp:subject spin:_this |
| 57 | ] [ rdf:type sp:Bind ; | 75 | ] [ rdf:type sp:Bind ; |
| 58 | sp:expression | 76 | sp:expression |
| 59 | [ rdf:type ep-spin-lib:normalizeString ; | 77 | [ rdf:type ep-spin-lib:normalizeString ; |
| 60 | - sp:arg1 _:b5 | 78 | + sp:arg1 _:b7 |
| 61 | ] ; | 79 | ] ; |
| 62 | - sp:variable _:b7 | 80 | + sp:variable _:b9 |
| 81 | + ] [ rdf:type sp:Bind ; | ||
| 82 | + sp:expression | ||
| 83 | + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | ||
| 84 | + sp:arg1 _:b9 ; | ||
| 85 | + sp:arg2 _:b3 | ||
| 86 | + ] ; | ||
| 87 | + sp:variable _:b1 | ||
| 63 | ] [ rdf:type sp:Bind ; | 88 | ] [ rdf:type sp:Bind ; |
| 64 | sp:expression | 89 | sp:expression |
| 65 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 90 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 66 | - sp:arg1 _:b7 ; | 91 | + sp:arg1 _:b9 ; |
| 67 | - sp:arg2 _:b6 | 92 | + sp:arg2 _:b4 |
| 68 | ] ; | 93 | ] ; |
| 69 | - sp:variable _:b3 | 94 | + sp:variable _:b2 |
| 70 | ] [ rdf:type sp:Bind ; | 95 | ] [ rdf:type sp:Bind ; |
| 71 | sp:expression | 96 | sp:expression |
| 72 | - [ rdf:type ep-spin-lib:normalizeString ; | 97 | + [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ; |
| 73 | - sp:arg1 _:b2 | 98 | + sp:arg1 _:b9 ; |
| 99 | + sp:arg2 _:b4 ; | ||
| 100 | + sp:arg3 _:b8 | ||
| 74 | ] ; | 101 | ] ; |
| 75 | - sp:variable _:b8 | 102 | + sp:variable _:b5 |
| 76 | ] [ rdf:type sp:Bind ; | 103 | ] [ rdf:type sp:Bind ; |
| 77 | sp:expression | 104 | sp:expression |
| 78 | - [ rdf:type ep-spin-lib:buildWellURI ; | 105 | + [ rdf:type ep-spin-lib:buildWellBoreURI ; |
| 79 | - sp:arg1 _:b8 | 106 | + sp:arg1 _:b9 |
| 80 | ] ; | 107 | ] ; |
| 81 | - sp:variable _:b1 | 108 | + sp:variable _:b6 |
| 82 | ]) | 109 | ]) |
| 83 | ] ; | 110 | ] ; |
| 84 | spin:rule | 111 | spin:rule |
| 85 | [ rdf:type sp:Construct ; | 112 | [ rdf:type sp:Construct ; |
| 86 | - rdfs:comment """STEP 103 | 113 | + rdfs:comment "STEP 102 Transfer dTimEnd"^^xsd:string ; |
| 87 | -Classify a DailyDrillingReport"""^^xsd:string ; | 114 | + sp:templates ([ sp:object _:b10 ; |
| 88 | - sp:templates ([ sp:object _:b9 ; | 115 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 89 | - sp:predicate rdf:type ; | 116 | + sp:subject _:b11 |
| 90 | - sp:subject _:b10 | ||
| 91 | ]) ; | 117 | ]) ; |
| 92 | - sp:where ([ sp:object _:b11 ; | 118 | + sp:where ([ sp:object _:b12 ; |
| 93 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 119 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 94 | sp:subject spin:_this | 120 | sp:subject spin:_this |
| 95 | - ] [ sp:object _:b12 ; | ||
| 96 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; | ||
| 97 | - sp:subject spin:_this | ||
| 98 | ] [ sp:object _:b13 ; | 121 | ] [ sp:object _:b13 ; |
| 99 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumVersionKind> ; | 122 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 123 | + sp:subject spin:_this | ||
| 124 | + ] [ sp:object _:b10 ; | ||
| 125 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ; | ||
| 100 | sp:subject spin:_this | 126 | sp:subject spin:_this |
| 101 | - ] [ rdf:type sp:Bind ; | ||
| 102 | - sp:expression | ||
| 103 | - [ rdf:type ep-spin-lib:selectDailyDrillingReportType ; | ||
| 104 | - sp:arg1 _:b13 | ||
| 105 | - ] ; | ||
| 106 | - sp:variable _:b9 | ||
| 107 | ] [ rdf:type sp:Bind ; | 127 | ] [ rdf:type sp:Bind ; |
| 108 | sp:expression | 128 | sp:expression |
| 109 | [ rdf:type ep-spin-lib:normalizeString ; | 129 | [ rdf:type ep-spin-lib:normalizeString ; |
| 110 | - sp:arg1 _:b11 | 130 | + sp:arg1 _:b12 |
| 111 | ] ; | 131 | ] ; |
| 112 | sp:variable _:b14 | 132 | sp:variable _:b14 |
| 113 | ] [ rdf:type sp:Bind ; | 133 | ] [ rdf:type sp:Bind ; |
| 114 | sp:expression | 134 | sp:expression |
| 115 | - [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | 135 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 116 | sp:arg1 _:b14 ; | 136 | sp:arg1 _:b14 ; |
| 117 | - sp:arg2 _:b12 | 137 | + sp:arg2 _:b13 |
| 118 | ] ; | 138 | ] ; |
| 119 | - sp:variable _:b10 | 139 | + sp:variable _:b11 |
| 120 | ]) | 140 | ]) |
| 121 | ] ; | 141 | ] ; |
| 122 | spin:rule | 142 | spin:rule |
| ... | @@ -153,30 +173,37 @@ Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ; | ... | @@ -153,30 +173,37 @@ Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ; |
| 153 | ] ; | 173 | ] ; |
| 154 | spin:rule | 174 | spin:rule |
| 155 | [ rdf:type sp:Construct ; | 175 | [ rdf:type sp:Construct ; |
| 156 | - rdfs:comment "STEP 102 Transfer dTimEnd"^^xsd:string ; | 176 | + rdfs:comment """STEP 103 |
| 177 | +Classify a DailyDrillingReport"""^^xsd:string ; | ||
| 157 | sp:templates ([ sp:object _:b20 ; | 178 | sp:templates ([ sp:object _:b20 ; |
| 158 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 179 | + sp:predicate rdf:type ; |
| 159 | sp:subject _:b21 | 180 | sp:subject _:b21 |
| 160 | ]) ; | 181 | ]) ; |
| 161 | sp:where ([ sp:object _:b22 ; | 182 | sp:where ([ sp:object _:b22 ; |
| 162 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 183 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 163 | sp:subject spin:_this | 184 | sp:subject spin:_this |
| 164 | ] [ sp:object _:b23 ; | 185 | ] [ sp:object _:b23 ; |
| 165 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 186 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; |
| 166 | sp:subject spin:_this | 187 | sp:subject spin:_this |
| 167 | - ] [ sp:object _:b20 ; | 188 | + ] [ sp:object _:b24 ; |
| 168 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ; | 189 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumVersionKind> ; |
| 169 | sp:subject spin:_this | 190 | sp:subject spin:_this |
| 170 | ] [ rdf:type sp:Bind ; | 191 | ] [ rdf:type sp:Bind ; |
| 171 | sp:expression | 192 | sp:expression |
| 193 | + [ rdf:type ep-spin-lib:selectDailyDrillingReportType ; | ||
| 194 | + sp:arg1 _:b24 | ||
| 195 | + ] ; | ||
| 196 | + sp:variable _:b20 | ||
| 197 | + ] [ rdf:type sp:Bind ; | ||
| 198 | + sp:expression | ||
| 172 | [ rdf:type ep-spin-lib:normalizeString ; | 199 | [ rdf:type ep-spin-lib:normalizeString ; |
| 173 | sp:arg1 _:b22 | 200 | sp:arg1 _:b22 |
| 174 | ] ; | 201 | ] ; |
| 175 | - sp:variable _:b24 | 202 | + sp:variable _:b25 |
| 176 | ] [ rdf:type sp:Bind ; | 203 | ] [ rdf:type sp:Bind ; |
| 177 | sp:expression | 204 | sp:expression |
| 178 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 205 | + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; |
| 179 | - sp:arg1 _:b24 ; | 206 | + sp:arg1 _:b25 ; |
| 180 | sp:arg2 _:b23 | 207 | sp:arg2 _:b23 |
| 181 | ] ; | 208 | ] ; |
| 182 | sp:variable _:b21 | 209 | sp:variable _:b21 |
| ... | @@ -184,128 +211,105 @@ Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ; | ... | @@ -184,128 +211,105 @@ Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ; |
| 184 | ] ; | 211 | ] ; |
| 185 | spin:rule | 212 | spin:rule |
| 186 | [ rdf:type sp:Construct ; | 213 | [ rdf:type sp:Construct ; |
| 187 | - rdfs:comment """STEP 101 Create DailyDrillingReport, DailyDrillingActivity, TemporalPartOfAWellBore and WellBore | 214 | + rdfs:comment "STEP 104 Create Well"^^xsd:string ; |
| 188 | -Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ; | 215 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ; |
| 189 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> ; | ||
| 190 | - sp:predicate rdf:type ; | ||
| 191 | - sp:subject _:b25 | ||
| 192 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ; | ||
| 193 | sp:predicate rdf:type ; | 216 | sp:predicate rdf:type ; |
| 194 | sp:subject _:b26 | 217 | sp:subject _:b26 |
| 195 | - ] [ sp:object _:b26 ; | ||
| 196 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#reportOn> ; | ||
| 197 | - sp:subject _:b25 | ||
| 198 | ] [ sp:object _:b27 ; | 218 | ] [ sp:object _:b27 ; |
| 199 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#createdAt> ; | ||
| 200 | - sp:subject _:b25 | ||
| 201 | - ] [ sp:object _:b28 ; | ||
| 202 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
| 203 | - sp:subject _:b26 | ||
| 204 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; | ||
| 205 | - sp:predicate rdf:type ; | ||
| 206 | - sp:subject _:b29 | ||
| 207 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; | ||
| 208 | - sp:predicate rdf:type ; | ||
| 209 | - sp:subject _:b30 | ||
| 210 | - ] [ sp:object _:b30 ; | ||
| 211 | - sp:predicate iso15926:temporalPartOf ; | ||
| 212 | - sp:subject _:b29 | ||
| 213 | - ] [ sp:object _:b31 ; | ||
| 214 | sp:predicate rdfs:label ; | 219 | sp:predicate rdfs:label ; |
| 215 | - sp:subject _:b30 | 220 | + sp:subject _:b26 |
| 221 | + ] [ sp:object _:b26 ; | ||
| 222 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ; | ||
| 223 | + sp:subject _:b28 | ||
| 216 | ] [ sp:object _:b29 ; | 224 | ] [ sp:object _:b29 ; |
| 217 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 225 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 218 | sp:subject _:b26 | 226 | sp:subject _:b26 |
| 219 | ]) ; | 227 | ]) ; |
| 220 | - sp:where ([ sp:object _:b31 ; | 228 | + sp:where ([ sp:object _:b30 ; |
| 221 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 229 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 222 | sp:subject spin:_this | 230 | sp:subject spin:_this |
| 223 | - ] [ sp:object _:b28 ; | ||
| 224 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 225 | - sp:subject spin:_this | ||
| 226 | ] [ sp:object _:b27 ; | 231 | ] [ sp:object _:b27 ; |
| 227 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; | 232 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWell> ; |
| 233 | + sp:subject spin:_this | ||
| 234 | + ] [ sp:object _:b31 ; | ||
| 235 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 228 | sp:subject spin:_this | 236 | sp:subject spin:_this |
| 237 | + ] [ sp:object _:b29 ; | ||
| 238 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 239 | + sp:subject _:b28 | ||
| 229 | ] [ rdf:type sp:Bind ; | 240 | ] [ rdf:type sp:Bind ; |
| 230 | sp:expression | 241 | sp:expression |
| 231 | [ rdf:type ep-spin-lib:normalizeString ; | 242 | [ rdf:type ep-spin-lib:normalizeString ; |
| 232 | - sp:arg1 _:b31 | 243 | + sp:arg1 _:b30 |
| 233 | ] ; | 244 | ] ; |
| 234 | sp:variable _:b32 | 245 | sp:variable _:b32 |
| 235 | ] [ rdf:type sp:Bind ; | 246 | ] [ rdf:type sp:Bind ; |
| 236 | sp:expression | 247 | sp:expression |
| 237 | - [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | ||
| 238 | - sp:arg1 _:b32 ; | ||
| 239 | - sp:arg2 _:b27 | ||
| 240 | - ] ; | ||
| 241 | - sp:variable _:b25 | ||
| 242 | - ] [ rdf:type sp:Bind ; | ||
| 243 | - sp:expression | ||
| 244 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 248 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 245 | sp:arg1 _:b32 ; | 249 | sp:arg1 _:b32 ; |
| 246 | - sp:arg2 _:b28 | 250 | + sp:arg2 _:b31 |
| 247 | ] ; | 251 | ] ; |
| 248 | - sp:variable _:b26 | 252 | + sp:variable _:b28 |
| 249 | ] [ rdf:type sp:Bind ; | 253 | ] [ rdf:type sp:Bind ; |
| 250 | sp:expression | 254 | sp:expression |
| 251 | - [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ; | 255 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 252 | - sp:arg1 _:b32 ; | 256 | + sp:arg1 _:b27 |
| 253 | - sp:arg2 _:b28 ; | ||
| 254 | - sp:arg3 [ sp:varName "dTimEnd"^^xsd:string | ||
| 255 | - ] | ||
| 256 | ] ; | 257 | ] ; |
| 257 | - sp:variable _:b29 | 258 | + sp:variable _:b33 |
| 258 | ] [ rdf:type sp:Bind ; | 259 | ] [ rdf:type sp:Bind ; |
| 259 | sp:expression | 260 | sp:expression |
| 260 | - [ rdf:type ep-spin-lib:buildWellBoreURI ; | 261 | + [ rdf:type ep-spin-lib:buildWellURI ; |
| 261 | - sp:arg1 _:b32 | 262 | + sp:arg1 _:b33 |
| 262 | ] ; | 263 | ] ; |
| 263 | - sp:variable _:b30 | 264 | + sp:variable _:b26 |
| 264 | ]) | 265 | ]) |
| 265 | ] . | 266 | ] . |
| 266 | 267 | ||
| 267 | <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> | 268 | <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> |
| 268 | rdf:type owl:Ontology ; | 269 | rdf:type owl:Ontology ; |
| 269 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/iso15926/bindEP-NativeOWL> , <http://www.reportinghub.no/ep/schema/report> , <http://www.reportinghub.no/ep/schema/equipment> , <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/transform/1.1/ddr> ; | 270 | + owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/ep/schema/equipment> , <http://www.reportinghub.no/ep/schema/report> , <http://www.reportinghub.no/ep/schema/well> , <http://spinrdf.org/spin> ; |
| 270 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 271 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 271 | 272 | ||
| 272 | -_:b25 | ||
| 273 | - sp:varName "dailyDrillingReport"^^xsd:string . | ||
| 274 | - | ||
| 275 | _:b26 | 273 | _:b26 |
| 276 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 274 | + sp:varName "well"^^xsd:string . |
| 277 | 275 | ||
| 278 | _:b27 | 276 | _:b27 |
| 279 | - sp:varName "createDate"^^xsd:string . | 277 | + sp:varName "nameWell"^^xsd:string . |
| 280 | 278 | ||
| 281 | _:b28 | 279 | _:b28 |
| 282 | - sp:varName "dTimStart"^^xsd:string . | 280 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 283 | 281 | ||
| 284 | _:b29 | 282 | _:b29 |
| 285 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 283 | + sp:varName "wellBore"^^xsd:string . |
| 286 | 284 | ||
| 287 | _:b30 | 285 | _:b30 |
| 288 | - sp:varName "wellBore"^^xsd:string . | 286 | + sp:varName "nameWellBore"^^xsd:string . |
| 289 | 287 | ||
| 290 | _:b31 | 288 | _:b31 |
| 291 | - sp:varName "nameWellBore"^^xsd:string . | 289 | + sp:varName "dTimStart"^^xsd:string . |
| 292 | 290 | ||
| 293 | _:b32 | 291 | _:b32 |
| 294 | sp:varName "normalizedWellBoreName"^^xsd:string . | 292 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 295 | 293 | ||
| 294 | +_:b33 | ||
| 295 | + sp:varName "normalizedWellName"^^xsd:string . | ||
| 296 | + | ||
| 296 | _:b20 | 297 | _:b20 |
| 297 | - sp:varName "dTimEnd"^^xsd:string . | 298 | + sp:varName "dailyDrillingReportType"^^xsd:string . |
| 298 | 299 | ||
| 299 | _:b21 | 300 | _:b21 |
| 300 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 301 | + sp:varName "dailyDrillingReport"^^xsd:string . |
| 301 | 302 | ||
| 302 | _:b22 | 303 | _:b22 |
| 303 | sp:varName "nameWellBore"^^xsd:string . | 304 | sp:varName "nameWellBore"^^xsd:string . |
| 304 | 305 | ||
| 305 | _:b23 | 306 | _:b23 |
| 306 | - sp:varName "dTimStart"^^xsd:string . | 307 | + sp:varName "createDate"^^xsd:string . |
| 307 | 308 | ||
| 308 | _:b24 | 309 | _:b24 |
| 310 | + sp:varName "versionKind"^^xsd:string . | ||
| 311 | + | ||
| 312 | +_:b25 | ||
| 309 | sp:varName "normalizedWellBoreName"^^xsd:string . | 313 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 310 | 314 | ||
| 311 | _:b15 | 315 | _:b15 |
| ... | @@ -323,35 +327,35 @@ _:b18 | ... | @@ -323,35 +327,35 @@ _:b18 |
| 323 | _:b19 | 327 | _:b19 |
| 324 | sp:varName "normalizedWellBoreName"^^xsd:string . | 328 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 325 | 329 | ||
| 326 | -_:b9 sp:varName "dailyDrillingReportType"^^xsd:string . | ||
| 327 | - | ||
| 328 | _:b10 | 330 | _:b10 |
| 329 | - sp:varName "dailyDrillingReport"^^xsd:string . | 331 | + sp:varName "dTimEnd"^^xsd:string . |
| 330 | 332 | ||
| 331 | _:b11 | 333 | _:b11 |
| 332 | - sp:varName "nameWellBore"^^xsd:string . | 334 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 333 | 335 | ||
| 334 | _:b12 | 336 | _:b12 |
| 335 | - sp:varName "createDate"^^xsd:string . | 337 | + sp:varName "nameWellBore"^^xsd:string . |
| 336 | 338 | ||
| 337 | _:b13 | 339 | _:b13 |
| 338 | - sp:varName "versionKind"^^xsd:string . | 340 | + sp:varName "dTimStart"^^xsd:string . |
| 339 | 341 | ||
| 340 | _:b14 | 342 | _:b14 |
| 341 | sp:varName "normalizedWellBoreName"^^xsd:string . | 343 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 342 | 344 | ||
| 343 | -_:b1 sp:varName "well"^^xsd:string . | 345 | +_:b7 sp:varName "nameWellBore"^^xsd:string . |
| 346 | + | ||
| 347 | +_:b4 sp:varName "dTimStart"^^xsd:string . | ||
| 344 | 348 | ||
| 345 | -_:b2 sp:varName "nameWell"^^xsd:string . | 349 | +_:b8 sp:varName "dTimEnd"^^xsd:string . |
| 346 | 350 | ||
| 347 | -_:b3 sp:varName "dailyDrillingActivity"^^xsd:string . | 351 | +_:b3 sp:varName "createDate"^^xsd:string . |
| 348 | 352 | ||
| 349 | -_:b4 sp:varName "wellBore"^^xsd:string . | 353 | +_:b9 sp:varName "normalizedWellBoreName"^^xsd:string . |
| 350 | 354 | ||
| 351 | -_:b5 sp:varName "nameWellBore"^^xsd:string . | 355 | +_:b1 sp:varName "dailyDrillingReport"^^xsd:string . |
| 352 | 356 | ||
| 353 | -_:b6 sp:varName "dTimStart"^^xsd:string . | 357 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . |
| 354 | 358 | ||
| 355 | -_:b7 sp:varName "normalizedWellBoreName"^^xsd:string . | 359 | +_:b5 sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 356 | 360 | ||
| 357 | -_:b8 sp:varName "normalizedWellName"^^xsd:string . | 361 | +_:b6 sp:varName "wellBore"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Mon Aug 08 14:39:37 BST 2011 | 1 | +# Saved by TopBraid on Tue Aug 09 15:44:24 BST 2011 |
| 2 | # baseURI: null | 2 | # baseURI: null |
| 3 | 3 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
| 1 | -# Saved by TopBraid on Mon Aug 08 17:06:00 BST 2011 | 1 | +# Saved by TopBraid on Tue Aug 09 15:10:29 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/normalization | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/normalization |
| 3 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity | 3 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity |
| 4 | -# imports: http://www.reportinghub.no/ep/schema/1.1/activity | ||
| 5 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport | 4 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport |
| 6 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo | 5 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo |
| 7 | # imports: http://spinrdf.org/spin | 6 | # imports: http://spinrdf.org/spin |
| ... | @@ -20,7 +19,7 @@ | ... | @@ -20,7 +19,7 @@ |
| 20 | 19 | ||
| 21 | <http://www.reportinghub.no/ep/transform/1.1/normalization> | 20 | <http://www.reportinghub.no/ep/transform/1.1/normalization> |
| 22 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
| 23 | - owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/schema/1.1/activity> ; | 22 | + owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> ; |
| 24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 25 | 24 | ||
| 26 | owl:Thing | 25 | owl:Thing | ... | ... |
| 1 | -# Saved by TopBraid on Mon Aug 08 17:06:00 BST 2011 | 1 | +# Saved by TopBraid on Tue Aug 09 15:10:29 BST 2011 |
| 2 | # baseURI: null | 2 | # baseURI: null |
| 3 | 3 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
| 1 | -# Saved by TopBraid on Mon Aug 08 14:37:32 BST 2011 | 1 | +# Saved by TopBraid on Tue Aug 09 15:06:28 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo |
| 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.1/activity | 4 | # imports: http://www.reportinghub.no/ep/schema/1.1/activity |
| 5 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr | 5 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr |
| 6 | -# imports: http://www.reportinghub.no/iso15926/bindEP-NativeOWL | ||
| 7 | # imports: http://www.reportinghub.no/ep/schema/report | 6 | # imports: http://www.reportinghub.no/ep/schema/report |
| 8 | # imports: http://www.reportinghub.no/ep/schema/equipment | 7 | # imports: http://www.reportinghub.no/ep/schema/equipment |
| 9 | # imports: http://spinrdf.org/spin | 8 | # imports: http://spinrdf.org/spin |
| ... | @@ -29,9 +28,9 @@ | ... | @@ -29,9 +28,9 @@ |
| 29 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | 28 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> |
| 30 | spin:rule | 29 | spin:rule |
| 31 | [ rdf:type sp:Construct ; | 30 | [ rdf:type sp:Construct ; |
| 32 | - rdfs:comment "STEP 119 Transfer mdStrengthForm"^^xsd:string ; | 31 | + rdfs:comment "STEP 126 Transfer WellboreType"^^xsd:string ; |
| 33 | sp:templates ([ sp:object _:b1 ; | 32 | sp:templates ([ sp:object _:b1 ; |
| 34 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdStrengthForm> ; | 33 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreDrillingType> ; |
| 35 | sp:subject _:b2 | 34 | sp:subject _:b2 |
| 36 | ]) ; | 35 | ]) ; |
| 37 | sp:where ([ sp:object _:b3 ; | 36 | sp:where ([ sp:object _:b3 ; |
| ... | @@ -43,14 +42,17 @@ | ... | @@ -43,14 +42,17 @@ |
| 43 | ] [ sp:object _:b5 ; | 42 | ] [ sp:object _:b5 ; |
| 44 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 43 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 45 | sp:subject spin:_this | 44 | sp:subject spin:_this |
| 46 | - ] [ sp:object _:b2 ; | 45 | + ] [ sp:object _:b6 ; |
| 47 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 46 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumTypeWellbore> ; |
| 48 | - sp:subject _:b6 | ||
| 49 | - ] [ sp:object _:b1 ; | ||
| 50 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdStrengthForm> ; | ||
| 51 | sp:subject _:b5 | 47 | sp:subject _:b5 |
| 52 | ] [ rdf:type sp:Bind ; | 48 | ] [ rdf:type sp:Bind ; |
| 53 | sp:expression | 49 | sp:expression |
| 50 | + [ rdf:type ep-spin-lib:selectWellBoreDrillingType ; | ||
| 51 | + sp:arg1 _:b6 | ||
| 52 | + ] ; | ||
| 53 | + sp:variable _:b1 | ||
| 54 | + ] [ rdf:type sp:Bind ; | ||
| 55 | + sp:expression | ||
| 54 | [ rdf:type ep-spin-lib:normalizeString ; | 56 | [ rdf:type ep-spin-lib:normalizeString ; |
| 55 | sp:arg1 _:b3 | 57 | sp:arg1 _:b3 |
| 56 | ] ; | 58 | ] ; |
| ... | @@ -61,14 +63,14 @@ | ... | @@ -61,14 +63,14 @@ |
| 61 | sp:arg1 _:b7 ; | 63 | sp:arg1 _:b7 ; |
| 62 | sp:arg2 _:b4 | 64 | sp:arg2 _:b4 |
| 63 | ] ; | 65 | ] ; |
| 64 | - sp:variable _:b6 | 66 | + sp:variable _:b2 |
| 65 | ]) | 67 | ]) |
| 66 | ] ; | 68 | ] ; |
| 67 | spin:rule | 69 | spin:rule |
| 68 | [ rdf:type sp:Construct ; | 70 | [ rdf:type sp:Construct ; |
| 69 | - rdfs:comment "STEP 106 Transfer distDrill"^^xsd:string ; | 71 | + rdfs:comment "STEP 110 Transfer tvd"^^xsd:string ; |
| 70 | sp:templates ([ sp:object _:b8 ; | 72 | sp:templates ([ sp:object _:b8 ; |
| 71 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#distDrill> ; | 73 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; |
| 72 | sp:subject _:b9 | 74 | sp:subject _:b9 |
| 73 | ]) ; | 75 | ]) ; |
| 74 | sp:where ([ sp:object _:b10 ; | 76 | sp:where ([ sp:object _:b10 ; |
| ... | @@ -80,33 +82,33 @@ | ... | @@ -80,33 +82,33 @@ |
| 80 | ] [ sp:object _:b12 ; | 82 | ] [ sp:object _:b12 ; |
| 81 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 83 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 82 | sp:subject spin:_this | 84 | sp:subject spin:_this |
| 85 | + ] [ sp:object _:b9 ; | ||
| 86 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 87 | + sp:subject _:b13 | ||
| 83 | ] [ sp:object _:b8 ; | 88 | ] [ sp:object _:b8 ; |
| 84 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#distDrill> ; | 89 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; |
| 85 | sp:subject _:b12 | 90 | sp:subject _:b12 |
| 86 | ] [ rdf:type sp:Bind ; | 91 | ] [ rdf:type sp:Bind ; |
| 87 | sp:expression | 92 | sp:expression |
| 88 | [ rdf:type ep-spin-lib:normalizeString ; | 93 | [ rdf:type ep-spin-lib:normalizeString ; |
| 89 | sp:arg1 _:b10 | 94 | sp:arg1 _:b10 |
| 90 | ] ; | 95 | ] ; |
| 91 | - sp:variable _:b13 | 96 | + sp:variable _:b14 |
| 92 | ] [ rdf:type sp:Bind ; | 97 | ] [ rdf:type sp:Bind ; |
| 93 | sp:expression | 98 | sp:expression |
| 94 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 99 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 95 | - sp:arg1 _:b13 ; | 100 | + sp:arg1 _:b14 ; |
| 96 | sp:arg2 _:b11 | 101 | sp:arg2 _:b11 |
| 97 | ] ; | 102 | ] ; |
| 98 | - sp:variable _:b9 | 103 | + sp:variable _:b13 |
| 99 | ]) | 104 | ]) |
| 100 | ] ; | 105 | ] ; |
| 101 | spin:rule | 106 | spin:rule |
| 102 | [ rdf:type sp:Construct ; | 107 | [ rdf:type sp:Construct ; |
| 103 | - rdfs:comment "STEP 125 Transfer presTestType"^^xsd:string ; | 108 | + rdfs:comment "STEP 118 Transfer strengthForm"^^xsd:string ; |
| 104 | - sp:templates ([ sp:object _:b14 ; | 109 | + sp:templates ([ sp:object _:b15 ; |
| 105 | - sp:predicate iso15926:hasPart ; | 110 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#strengthForm> ; |
| 106 | - sp:subject _:b15 | 111 | + sp:subject _:b16 |
| 107 | - ] [ sp:object _:b16 ; | ||
| 108 | - sp:predicate rdf:type ; | ||
| 109 | - sp:subject _:b14 | ||
| 110 | ]) ; | 112 | ]) ; |
| 111 | sp:where ([ sp:object _:b17 ; | 113 | sp:where ([ sp:object _:b17 ; |
| 112 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 114 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| ... | @@ -117,17 +119,14 @@ | ... | @@ -117,17 +119,14 @@ |
| 117 | ] [ sp:object _:b19 ; | 119 | ] [ sp:object _:b19 ; |
| 118 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 120 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 119 | sp:subject spin:_this | 121 | sp:subject spin:_this |
| 120 | - ] [ sp:object _:b20 ; | 122 | + ] [ sp:object _:b16 ; |
| 121 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumPresTestType> ; | 123 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 124 | + sp:subject _:b20 | ||
| 125 | + ] [ sp:object _:b15 ; | ||
| 126 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#strengthForm> ; | ||
| 122 | sp:subject _:b19 | 127 | sp:subject _:b19 |
| 123 | ] [ rdf:type sp:Bind ; | 128 | ] [ rdf:type sp:Bind ; |
| 124 | sp:expression | 129 | sp:expression |
| 125 | - [ rdf:type ep-spin-lib:selectPressureTestType ; | ||
| 126 | - sp:arg1 _:b20 | ||
| 127 | - ] ; | ||
| 128 | - sp:variable _:b16 | ||
| 129 | - ] [ rdf:type sp:Bind ; | ||
| 130 | - sp:expression | ||
| 131 | [ rdf:type ep-spin-lib:normalizeString ; | 130 | [ rdf:type ep-spin-lib:normalizeString ; |
| 132 | sp:arg1 _:b17 | 131 | sp:arg1 _:b17 |
| 133 | ] ; | 132 | ] ; |
| ... | @@ -138,14 +137,14 @@ | ... | @@ -138,14 +137,14 @@ |
| 138 | sp:arg1 _:b21 ; | 137 | sp:arg1 _:b21 ; |
| 139 | sp:arg2 _:b18 | 138 | sp:arg2 _:b18 |
| 140 | ] ; | 139 | ] ; |
| 141 | - sp:variable _:b15 | 140 | + sp:variable _:b20 |
| 142 | ]) | 141 | ]) |
| 143 | ] ; | 142 | ] ; |
| 144 | spin:rule | 143 | spin:rule |
| 145 | [ rdf:type sp:Construct ; | 144 | [ rdf:type sp:Construct ; |
| 146 | - rdfs:comment "STEP 124 Transfer mdPlanned"^^xsd:string ; | 145 | + rdfs:comment "STEP 120 Transfer tvdStrengthForm"^^xsd:string ; |
| 147 | sp:templates ([ sp:object _:b22 ; | 146 | sp:templates ([ sp:object _:b22 ; |
| 148 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlanned> ; | 147 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdStrengthForm> ; |
| 149 | sp:subject _:b23 | 148 | sp:subject _:b23 |
| 150 | ]) ; | 149 | ]) ; |
| 151 | sp:where ([ sp:object _:b24 ; | 150 | sp:where ([ sp:object _:b24 ; |
| ... | @@ -154,592 +153,592 @@ | ... | @@ -154,592 +153,592 @@ |
| 154 | ] [ sp:object _:b25 ; | 153 | ] [ sp:object _:b25 ; |
| 155 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 154 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 156 | sp:subject spin:_this | 155 | sp:subject spin:_this |
| 157 | - ] [ sp:object | 156 | + ] [ sp:object _:b26 ; |
| 158 | - [ sp:varName "statusInfo"^^xsd:string | ||
| 159 | - ] ; | ||
| 160 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 157 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 161 | sp:subject spin:_this | 158 | sp:subject spin:_this |
| 162 | ] [ sp:object _:b23 ; | 159 | ] [ sp:object _:b23 ; |
| 163 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 160 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 164 | - sp:subject _:b26 | 161 | + sp:subject _:b27 |
| 165 | ] [ sp:object _:b22 ; | 162 | ] [ sp:object _:b22 ; |
| 166 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlanned> ; | 163 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdStrengthForm> ; |
| 167 | - sp:subject | 164 | + sp:subject _:b26 |
| 168 | - [ sp:varName "statusInfoddr"^^xsd:string | ||
| 169 | - ] | ||
| 170 | ] [ rdf:type sp:Bind ; | 165 | ] [ rdf:type sp:Bind ; |
| 171 | sp:expression | 166 | sp:expression |
| 172 | [ rdf:type ep-spin-lib:normalizeString ; | 167 | [ rdf:type ep-spin-lib:normalizeString ; |
| 173 | sp:arg1 _:b24 | 168 | sp:arg1 _:b24 |
| 174 | ] ; | 169 | ] ; |
| 175 | - sp:variable _:b27 | 170 | + sp:variable _:b28 |
| 176 | ] [ rdf:type sp:Bind ; | 171 | ] [ rdf:type sp:Bind ; |
| 177 | sp:expression | 172 | sp:expression |
| 178 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 173 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 179 | - sp:arg1 _:b27 ; | 174 | + sp:arg1 _:b28 ; |
| 180 | sp:arg2 _:b25 | 175 | sp:arg2 _:b25 |
| 181 | ] ; | 176 | ] ; |
| 182 | - sp:variable _:b26 | 177 | + sp:variable _:b27 |
| 183 | ]) | 178 | ]) |
| 184 | ] ; | 179 | ] ; |
| 185 | spin:rule | 180 | spin:rule |
| 186 | [ rdf:type sp:Construct ; | 181 | [ rdf:type sp:Construct ; |
| 187 | - rdfs:comment "STEP 111 Transfer mdPlugTop"^^xsd:string ; | 182 | + rdfs:comment "STEP 124 Transfer mdPlanned"^^xsd:string ; |
| 188 | - sp:templates ([ sp:object _:b28 ; | 183 | + sp:templates ([ sp:object _:b29 ; |
| 189 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlugTop> ; | 184 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlanned> ; |
| 190 | - sp:subject _:b29 | 185 | + sp:subject _:b30 |
| 191 | ]) ; | 186 | ]) ; |
| 192 | - sp:where ([ sp:object _:b30 ; | 187 | + sp:where ([ sp:object _:b31 ; |
| 193 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 188 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 194 | sp:subject spin:_this | 189 | sp:subject spin:_this |
| 195 | - ] [ sp:object _:b31 ; | 190 | + ] [ sp:object _:b32 ; |
| 196 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 191 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 197 | sp:subject spin:_this | 192 | sp:subject spin:_this |
| 198 | - ] [ sp:object _:b32 ; | 193 | + ] [ sp:object |
| 194 | + [ sp:varName "statusInfo"^^xsd:string | ||
| 195 | + ] ; | ||
| 199 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 196 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 200 | sp:subject spin:_this | 197 | sp:subject spin:_this |
| 201 | - ] [ sp:object _:b29 ; | 198 | + ] [ sp:object _:b30 ; |
| 202 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 199 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 203 | sp:subject _:b33 | 200 | sp:subject _:b33 |
| 204 | - ] [ sp:object _:b28 ; | 201 | + ] [ sp:object _:b29 ; |
| 205 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlugTop> ; | 202 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlanned> ; |
| 206 | - sp:subject _:b32 | 203 | + sp:subject |
| 204 | + [ sp:varName "statusInfoddr"^^xsd:string | ||
| 205 | + ] | ||
| 207 | ] [ rdf:type sp:Bind ; | 206 | ] [ rdf:type sp:Bind ; |
| 208 | sp:expression | 207 | sp:expression |
| 209 | [ rdf:type ep-spin-lib:normalizeString ; | 208 | [ rdf:type ep-spin-lib:normalizeString ; |
| 210 | - sp:arg1 _:b30 | 209 | + sp:arg1 _:b31 |
| 211 | ] ; | 210 | ] ; |
| 212 | sp:variable _:b34 | 211 | sp:variable _:b34 |
| 213 | ] [ rdf:type sp:Bind ; | 212 | ] [ rdf:type sp:Bind ; |
| 214 | sp:expression | 213 | sp:expression |
| 215 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 214 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 216 | sp:arg1 _:b34 ; | 215 | sp:arg1 _:b34 ; |
| 217 | - sp:arg2 _:b31 | 216 | + sp:arg2 _:b32 |
| 218 | ] ; | 217 | ] ; |
| 219 | sp:variable _:b33 | 218 | sp:variable _:b33 |
| 220 | ]) | 219 | ]) |
| 221 | ] ; | 220 | ] ; |
| 222 | spin:rule | 221 | spin:rule |
| 223 | [ rdf:type sp:Construct ; | 222 | [ rdf:type sp:Construct ; |
| 224 | - rdfs:comment "STEP 118 Transfer strengthForm"^^xsd:string ; | 223 | + rdfs:comment "STEP 125 Transfer presTestType"^^xsd:string ; |
| 225 | sp:templates ([ sp:object _:b35 ; | 224 | sp:templates ([ sp:object _:b35 ; |
| 226 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#strengthForm> ; | 225 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 227 | sp:subject _:b36 | 226 | sp:subject _:b36 |
| 227 | + ] [ sp:object _:b37 ; | ||
| 228 | + sp:predicate rdf:type ; | ||
| 229 | + sp:subject _:b35 | ||
| 228 | ]) ; | 230 | ]) ; |
| 229 | - sp:where ([ sp:object _:b37 ; | 231 | + sp:where ([ sp:object _:b38 ; |
| 230 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 232 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 231 | sp:subject spin:_this | 233 | sp:subject spin:_this |
| 232 | - ] [ sp:object _:b38 ; | 234 | + ] [ sp:object _:b39 ; |
| 233 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 235 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 234 | sp:subject spin:_this | 236 | sp:subject spin:_this |
| 235 | - ] [ sp:object _:b39 ; | 237 | + ] [ sp:object _:b40 ; |
| 236 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 238 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 237 | sp:subject spin:_this | 239 | sp:subject spin:_this |
| 238 | - ] [ sp:object _:b36 ; | 240 | + ] [ sp:object _:b41 ; |
| 239 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 241 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumPresTestType> ; |
| 240 | sp:subject _:b40 | 242 | sp:subject _:b40 |
| 241 | - ] [ sp:object _:b35 ; | 243 | + ] [ rdf:type sp:Bind ; |
| 242 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#strengthForm> ; | 244 | + sp:expression |
| 243 | - sp:subject _:b39 | 245 | + [ rdf:type ep-spin-lib:selectPressureTestType ; |
| 246 | + sp:arg1 _:b41 | ||
| 247 | + ] ; | ||
| 248 | + sp:variable _:b37 | ||
| 244 | ] [ rdf:type sp:Bind ; | 249 | ] [ rdf:type sp:Bind ; |
| 245 | sp:expression | 250 | sp:expression |
| 246 | [ rdf:type ep-spin-lib:normalizeString ; | 251 | [ rdf:type ep-spin-lib:normalizeString ; |
| 247 | - sp:arg1 _:b37 | 252 | + sp:arg1 _:b38 |
| 248 | ] ; | 253 | ] ; |
| 249 | - sp:variable _:b41 | 254 | + sp:variable _:b42 |
| 250 | ] [ rdf:type sp:Bind ; | 255 | ] [ rdf:type sp:Bind ; |
| 251 | sp:expression | 256 | sp:expression |
| 252 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 257 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 253 | - sp:arg1 _:b41 ; | 258 | + sp:arg1 _:b42 ; |
| 254 | - sp:arg2 _:b38 | 259 | + sp:arg2 _:b39 |
| 255 | ] ; | 260 | ] ; |
| 256 | - sp:variable _:b40 | 261 | + sp:variable _:b36 |
| 257 | ]) | 262 | ]) |
| 258 | ] ; | 263 | ] ; |
| 259 | spin:rule | 264 | spin:rule |
| 260 | [ rdf:type sp:Construct ; | 265 | [ rdf:type sp:Construct ; |
| 261 | - rdfs:comment "STEP 109 Transfer md"^^xsd:string ; | 266 | + rdfs:comment "STEP 121 Transfer elevKelly"^^xsd:string ; |
| 262 | - sp:templates ([ sp:object _:b42 ; | 267 | + sp:templates ([ sp:object _:b43 ; |
| 263 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; | 268 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#elevKelly> ; |
| 264 | - sp:subject _:b43 | 269 | + sp:subject _:b44 |
| 265 | ]) ; | 270 | ]) ; |
| 266 | - sp:where ([ sp:object _:b44 ; | 271 | + sp:where ([ sp:object _:b45 ; |
| 267 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 272 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 268 | sp:subject spin:_this | 273 | sp:subject spin:_this |
| 269 | - ] [ sp:object _:b45 ; | 274 | + ] [ sp:object _:b46 ; |
| 270 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 275 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 271 | sp:subject spin:_this | 276 | sp:subject spin:_this |
| 272 | - ] [ sp:object _:b46 ; | 277 | + ] [ sp:object _:b47 ; |
| 273 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 278 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 274 | sp:subject spin:_this | 279 | sp:subject spin:_this |
| 275 | - ] [ sp:object _:b43 ; | 280 | + ] [ sp:object _:b44 ; |
| 276 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 281 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 282 | + sp:subject _:b48 | ||
| 283 | + ] [ sp:object _:b43 ; | ||
| 284 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#elevKelly> ; | ||
| 277 | sp:subject _:b47 | 285 | sp:subject _:b47 |
| 278 | - ] [ sp:object _:b42 ; | ||
| 279 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; | ||
| 280 | - sp:subject _:b46 | ||
| 281 | ] [ rdf:type sp:Bind ; | 286 | ] [ rdf:type sp:Bind ; |
| 282 | sp:expression | 287 | sp:expression |
| 283 | [ rdf:type ep-spin-lib:normalizeString ; | 288 | [ rdf:type ep-spin-lib:normalizeString ; |
| 284 | - sp:arg1 _:b44 | 289 | + sp:arg1 _:b45 |
| 285 | ] ; | 290 | ] ; |
| 286 | - sp:variable _:b48 | 291 | + sp:variable _:b49 |
| 287 | ] [ rdf:type sp:Bind ; | 292 | ] [ rdf:type sp:Bind ; |
| 288 | sp:expression | 293 | sp:expression |
| 289 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 294 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 290 | - sp:arg1 _:b48 ; | 295 | + sp:arg1 _:b49 ; |
| 291 | - sp:arg2 _:b45 | 296 | + sp:arg2 _:b46 |
| 292 | ] ; | 297 | ] ; |
| 293 | - sp:variable _:b47 | 298 | + sp:variable _:b48 |
| 294 | ]) | 299 | ]) |
| 295 | ] ; | 300 | ] ; |
| 296 | spin:rule | 301 | spin:rule |
| 297 | [ rdf:type sp:Construct ; | 302 | [ rdf:type sp:Construct ; |
| 298 | - rdfs:comment "STEP 110 Transfer tvd"^^xsd:string ; | 303 | + rdfs:comment "STEP 114 Transfer mdKickoff"^^xsd:string ; |
| 299 | - sp:templates ([ sp:object _:b49 ; | 304 | + sp:templates ([ sp:object _:b50 ; |
| 300 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; | 305 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdKickoff> ; |
| 301 | - sp:subject _:b50 | 306 | + sp:subject _:b51 |
| 302 | ]) ; | 307 | ]) ; |
| 303 | - sp:where ([ sp:object _:b51 ; | 308 | + sp:where ([ sp:object _:b52 ; |
| 304 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 309 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 305 | sp:subject spin:_this | 310 | sp:subject spin:_this |
| 306 | - ] [ sp:object _:b52 ; | 311 | + ] [ sp:object _:b53 ; |
| 307 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 312 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 308 | sp:subject spin:_this | 313 | sp:subject spin:_this |
| 309 | - ] [ sp:object _:b53 ; | 314 | + ] [ sp:object _:b54 ; |
| 310 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 315 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 311 | sp:subject spin:_this | 316 | sp:subject spin:_this |
| 312 | - ] [ sp:object _:b50 ; | 317 | + ] [ sp:object _:b51 ; |
| 313 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 318 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 319 | + sp:subject _:b55 | ||
| 320 | + ] [ sp:object _:b50 ; | ||
| 321 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdKickoff> ; | ||
| 314 | sp:subject _:b54 | 322 | sp:subject _:b54 |
| 315 | - ] [ sp:object _:b49 ; | ||
| 316 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; | ||
| 317 | - sp:subject _:b53 | ||
| 318 | ] [ rdf:type sp:Bind ; | 323 | ] [ rdf:type sp:Bind ; |
| 319 | sp:expression | 324 | sp:expression |
| 320 | [ rdf:type ep-spin-lib:normalizeString ; | 325 | [ rdf:type ep-spin-lib:normalizeString ; |
| 321 | - sp:arg1 _:b51 | 326 | + sp:arg1 _:b52 |
| 322 | ] ; | 327 | ] ; |
| 323 | - sp:variable _:b55 | 328 | + sp:variable _:b56 |
| 324 | ] [ rdf:type sp:Bind ; | 329 | ] [ rdf:type sp:Bind ; |
| 325 | sp:expression | 330 | sp:expression |
| 326 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 331 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 327 | - sp:arg1 _:b55 ; | 332 | + sp:arg1 _:b56 ; |
| 328 | - sp:arg2 _:b52 | 333 | + sp:arg2 _:b53 |
| 329 | ] ; | 334 | ] ; |
| 330 | - sp:variable _:b54 | 335 | + sp:variable _:b55 |
| 331 | ]) | 336 | ]) |
| 332 | ] ; | 337 | ] ; |
| 333 | spin:rule | 338 | spin:rule |
| 334 | [ rdf:type sp:Construct ; | 339 | [ rdf:type sp:Construct ; |
| 335 | - rdfs:comment "STEP 122 Transfer mdDiaPilotPlan"^^xsd:string ; | 340 | + rdfs:comment "STEP 115 Transfer diaCsgLast"^^xsd:string ; |
| 336 | - sp:templates ([ sp:object _:b56 ; | 341 | + sp:templates ([ sp:object _:b57 ; |
| 337 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaPilotPlan> ; | 342 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaCsgLast> ; |
| 338 | - sp:subject _:b57 | 343 | + sp:subject _:b58 |
| 339 | ]) ; | 344 | ]) ; |
| 340 | - sp:where ([ sp:object _:b58 ; | 345 | + sp:where ([ sp:object _:b59 ; |
| 341 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 346 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 342 | sp:subject spin:_this | 347 | sp:subject spin:_this |
| 343 | - ] [ sp:object _:b59 ; | 348 | + ] [ sp:object _:b60 ; |
| 344 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 349 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 345 | sp:subject spin:_this | 350 | sp:subject spin:_this |
| 346 | - ] [ sp:object _:b60 ; | 351 | + ] [ sp:object _:b61 ; |
| 347 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 352 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 348 | sp:subject spin:_this | 353 | sp:subject spin:_this |
| 349 | - ] [ sp:object _:b57 ; | 354 | + ] [ sp:object _:b58 ; |
| 350 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 355 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 356 | + sp:subject _:b62 | ||
| 357 | + ] [ sp:object _:b57 ; | ||
| 358 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaCsgLast> ; | ||
| 351 | sp:subject _:b61 | 359 | sp:subject _:b61 |
| 352 | - ] [ sp:object _:b56 ; | ||
| 353 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaPilotPlan> ; | ||
| 354 | - sp:subject _:b60 | ||
| 355 | ] [ rdf:type sp:Bind ; | 360 | ] [ rdf:type sp:Bind ; |
| 356 | sp:expression | 361 | sp:expression |
| 357 | [ rdf:type ep-spin-lib:normalizeString ; | 362 | [ rdf:type ep-spin-lib:normalizeString ; |
| 358 | - sp:arg1 _:b58 | 363 | + sp:arg1 _:b59 |
| 359 | ] ; | 364 | ] ; |
| 360 | - sp:variable _:b62 | 365 | + sp:variable _:b63 |
| 361 | ] [ rdf:type sp:Bind ; | 366 | ] [ rdf:type sp:Bind ; |
| 362 | sp:expression | 367 | sp:expression |
| 363 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 368 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 364 | - sp:arg1 _:b62 ; | 369 | + sp:arg1 _:b63 ; |
| 365 | - sp:arg2 _:b59 | 370 | + sp:arg2 _:b60 |
| 366 | ] ; | 371 | ] ; |
| 367 | - sp:variable _:b61 | 372 | + sp:variable _:b62 |
| 368 | ]) | 373 | ]) |
| 369 | ] ; | 374 | ] ; |
| 370 | spin:rule | 375 | spin:rule |
| 371 | [ rdf:type sp:Construct ; | 376 | [ rdf:type sp:Construct ; |
| 372 | - rdfs:comment "STEP 108 Transfer forecast24Hr"^^xsd:string ; | 377 | + rdfs:comment "STEP 113 Transfer mdDiaHoleStart"^^xsd:string ; |
| 373 | - sp:templates ([ sp:object _:b63 ; | 378 | + sp:templates ([ sp:object _:b64 ; |
| 374 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ; | 379 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaHoleStart> ; |
| 375 | - sp:subject _:b64 | 380 | + sp:subject _:b65 |
| 376 | ]) ; | 381 | ]) ; |
| 377 | - sp:where ([ sp:object _:b65 ; | 382 | + sp:where ([ sp:object _:b66 ; |
| 378 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 383 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 379 | sp:subject spin:_this | 384 | sp:subject spin:_this |
| 380 | - ] [ sp:object _:b66 ; | 385 | + ] [ sp:object _:b67 ; |
| 381 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 386 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 382 | sp:subject spin:_this | 387 | sp:subject spin:_this |
| 383 | - ] [ sp:object _:b67 ; | 388 | + ] [ sp:object _:b68 ; |
| 384 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 389 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 385 | sp:subject spin:_this | 390 | sp:subject spin:_this |
| 386 | - ] [ sp:object _:b63 ; | 391 | + ] [ sp:object _:b65 ; |
| 387 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ; | 392 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 388 | - sp:subject _:b67 | 393 | + sp:subject _:b69 |
| 394 | + ] [ sp:object _:b64 ; | ||
| 395 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaHoleStart> ; | ||
| 396 | + sp:subject _:b68 | ||
| 389 | ] [ rdf:type sp:Bind ; | 397 | ] [ rdf:type sp:Bind ; |
| 390 | sp:expression | 398 | sp:expression |
| 391 | [ rdf:type ep-spin-lib:normalizeString ; | 399 | [ rdf:type ep-spin-lib:normalizeString ; |
| 392 | - sp:arg1 _:b65 | 400 | + sp:arg1 _:b66 |
| 393 | ] ; | 401 | ] ; |
| 394 | - sp:variable _:b68 | 402 | + sp:variable _:b70 |
| 395 | ] [ rdf:type sp:Bind ; | 403 | ] [ rdf:type sp:Bind ; |
| 396 | sp:expression | 404 | sp:expression |
| 397 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 405 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 398 | - sp:arg1 _:b68 ; | 406 | + sp:arg1 _:b70 ; |
| 399 | - sp:arg2 _:b66 | 407 | + sp:arg2 _:b67 |
| 400 | ] ; | 408 | ] ; |
| 401 | - sp:variable _:b64 | 409 | + sp:variable _:b69 |
| 402 | ]) | 410 | ]) |
| 403 | ] ; | 411 | ] ; |
| 404 | spin:rule | 412 | spin:rule |
| 405 | [ rdf:type sp:Construct ; | 413 | [ rdf:type sp:Construct ; |
| 406 | - rdfs:comment "STEP 114 Transfer mdKickoff"^^xsd:string ; | 414 | + rdfs:comment "STEP 108 Transfer forecast24Hr"^^xsd:string ; |
| 407 | - sp:templates ([ sp:object _:b69 ; | 415 | + sp:templates ([ sp:object _:b71 ; |
| 408 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdKickoff> ; | 416 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ; |
| 409 | - sp:subject _:b70 | 417 | + sp:subject _:b72 |
| 410 | ]) ; | 418 | ]) ; |
| 411 | - sp:where ([ sp:object _:b71 ; | 419 | + sp:where ([ sp:object _:b73 ; |
| 412 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 420 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 413 | sp:subject spin:_this | 421 | sp:subject spin:_this |
| 414 | - ] [ sp:object _:b72 ; | 422 | + ] [ sp:object _:b74 ; |
| 415 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 423 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 416 | sp:subject spin:_this | 424 | sp:subject spin:_this |
| 417 | - ] [ sp:object _:b73 ; | 425 | + ] [ sp:object _:b75 ; |
| 418 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 426 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 419 | sp:subject spin:_this | 427 | sp:subject spin:_this |
| 420 | - ] [ sp:object _:b70 ; | 428 | + ] [ sp:object _:b71 ; |
| 421 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 429 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ; |
| 422 | - sp:subject _:b74 | 430 | + sp:subject _:b75 |
| 423 | - ] [ sp:object _:b69 ; | ||
| 424 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdKickoff> ; | ||
| 425 | - sp:subject _:b73 | ||
| 426 | ] [ rdf:type sp:Bind ; | 431 | ] [ rdf:type sp:Bind ; |
| 427 | sp:expression | 432 | sp:expression |
| 428 | [ rdf:type ep-spin-lib:normalizeString ; | 433 | [ rdf:type ep-spin-lib:normalizeString ; |
| 429 | - sp:arg1 _:b71 | 434 | + sp:arg1 _:b73 |
| 430 | ] ; | 435 | ] ; |
| 431 | - sp:variable _:b75 | 436 | + sp:variable _:b76 |
| 432 | ] [ rdf:type sp:Bind ; | 437 | ] [ rdf:type sp:Bind ; |
| 433 | sp:expression | 438 | sp:expression |
| 434 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 439 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 435 | - sp:arg1 _:b75 ; | 440 | + sp:arg1 _:b76 ; |
| 436 | - sp:arg2 _:b72 | 441 | + sp:arg2 _:b74 |
| 437 | ] ; | 442 | ] ; |
| 438 | - sp:variable _:b74 | 443 | + sp:variable _:b72 |
| 439 | ]) | 444 | ]) |
| 440 | ] ; | 445 | ] ; |
| 441 | spin:rule | 446 | spin:rule |
| 442 | [ rdf:type sp:Construct ; | 447 | [ rdf:type sp:Construct ; |
| 443 | - rdfs:comment "STEP 123 Transfer tvdDiaPilotPlan"^^xsd:string ; | 448 | + rdfs:comment "STEP 116 Transfer mdCsgLast"^^xsd:string ; |
| 444 | - sp:templates ([ sp:object _:b76 ; | 449 | + sp:templates ([ sp:object _:b77 ; |
| 445 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdDiaPilotPlan> ; | 450 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdCsgLast> ; |
| 446 | - sp:subject _:b77 | 451 | + sp:subject _:b78 |
| 447 | ]) ; | 452 | ]) ; |
| 448 | - sp:where ([ sp:object _:b78 ; | 453 | + sp:where ([ sp:object _:b79 ; |
| 449 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 454 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 450 | sp:subject spin:_this | 455 | sp:subject spin:_this |
| 451 | - ] [ sp:object _:b79 ; | 456 | + ] [ sp:object _:b80 ; |
| 452 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 457 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 453 | sp:subject spin:_this | 458 | sp:subject spin:_this |
| 454 | - ] [ sp:object | 459 | + ] [ sp:object _:b81 ; |
| 455 | - [ sp:varName "statusInfo"^^xsd:string | ||
| 456 | - ] ; | ||
| 457 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 460 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 458 | sp:subject spin:_this | 461 | sp:subject spin:_this |
| 459 | - ] [ sp:object _:b77 ; | 462 | + ] [ sp:object _:b78 ; |
| 460 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 463 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 461 | - sp:subject _:b80 | 464 | + sp:subject _:b82 |
| 462 | - ] [ sp:object _:b76 ; | 465 | + ] [ sp:object _:b77 ; |
| 463 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdDiaPilotPlan> ; | 466 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdCsgLast> ; |
| 464 | - sp:subject | 467 | + sp:subject _:b81 |
| 465 | - [ sp:varName "statusInfoddr"^^xsd:string | ||
| 466 | - ] | ||
| 467 | ] [ rdf:type sp:Bind ; | 468 | ] [ rdf:type sp:Bind ; |
| 468 | sp:expression | 469 | sp:expression |
| 469 | [ rdf:type ep-spin-lib:normalizeString ; | 470 | [ rdf:type ep-spin-lib:normalizeString ; |
| 470 | - sp:arg1 _:b78 | 471 | + sp:arg1 _:b79 |
| 471 | ] ; | 472 | ] ; |
| 472 | - sp:variable _:b81 | 473 | + sp:variable _:b83 |
| 473 | ] [ rdf:type sp:Bind ; | 474 | ] [ rdf:type sp:Bind ; |
| 474 | sp:expression | 475 | sp:expression |
| 475 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 476 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 476 | - sp:arg1 _:b81 ; | 477 | + sp:arg1 _:b83 ; |
| 477 | - sp:arg2 _:b79 | 478 | + sp:arg2 _:b80 |
| 478 | ] ; | 479 | ] ; |
| 479 | - sp:variable _:b80 | 480 | + sp:variable _:b82 |
| 480 | ]) | 481 | ]) |
| 481 | ] ; | 482 | ] ; |
| 482 | spin:rule | 483 | spin:rule |
| 483 | [ rdf:type sp:Construct ; | 484 | [ rdf:type sp:Construct ; |
| 484 | - rdfs:comment "STEP 126 Transfer WellboreType"^^xsd:string ; | 485 | + rdfs:comment "STEP 122 Transfer mdDiaPilotPlan"^^xsd:string ; |
| 485 | - sp:templates ([ sp:object _:b82 ; | 486 | + sp:templates ([ sp:object _:b84 ; |
| 486 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreDrillingType> ; | 487 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaPilotPlan> ; |
| 487 | - sp:subject _:b83 | 488 | + sp:subject _:b85 |
| 488 | ]) ; | 489 | ]) ; |
| 489 | - sp:where ([ sp:object _:b84 ; | 490 | + sp:where ([ sp:object _:b86 ; |
| 490 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 491 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 491 | sp:subject spin:_this | 492 | sp:subject spin:_this |
| 492 | - ] [ sp:object _:b85 ; | 493 | + ] [ sp:object _:b87 ; |
| 493 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 494 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 494 | sp:subject spin:_this | 495 | sp:subject spin:_this |
| 495 | - ] [ sp:object _:b86 ; | 496 | + ] [ sp:object _:b88 ; |
| 496 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 497 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 497 | sp:subject spin:_this | 498 | sp:subject spin:_this |
| 498 | - ] [ sp:object _:b87 ; | 499 | + ] [ sp:object _:b85 ; |
| 499 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumTypeWellbore> ; | 500 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 500 | - sp:subject _:b86 | 501 | + sp:subject _:b89 |
| 501 | - ] [ rdf:type sp:Bind ; | 502 | + ] [ sp:object _:b84 ; |
| 502 | - sp:expression | 503 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaPilotPlan> ; |
| 503 | - [ rdf:type ep-spin-lib:selectWellBoreDrillingType ; | 504 | + sp:subject _:b88 |
| 504 | - sp:arg1 _:b87 | ||
| 505 | - ] ; | ||
| 506 | - sp:variable _:b82 | ||
| 507 | ] [ rdf:type sp:Bind ; | 505 | ] [ rdf:type sp:Bind ; |
| 508 | sp:expression | 506 | sp:expression |
| 509 | [ rdf:type ep-spin-lib:normalizeString ; | 507 | [ rdf:type ep-spin-lib:normalizeString ; |
| 510 | - sp:arg1 _:b84 | 508 | + sp:arg1 _:b86 |
| 511 | ] ; | 509 | ] ; |
| 512 | - sp:variable _:b88 | 510 | + sp:variable _:b90 |
| 513 | ] [ rdf:type sp:Bind ; | 511 | ] [ rdf:type sp:Bind ; |
| 514 | sp:expression | 512 | sp:expression |
| 515 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 513 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 516 | - sp:arg1 _:b88 ; | 514 | + sp:arg1 _:b90 ; |
| 517 | - sp:arg2 _:b85 | 515 | + sp:arg2 _:b87 |
| 518 | ] ; | 516 | ] ; |
| 519 | - sp:variable _:b83 | 517 | + sp:variable _:b89 |
| 520 | ]) | 518 | ]) |
| 521 | ] ; | 519 | ] ; |
| 522 | spin:rule | 520 | spin:rule |
| 523 | [ rdf:type sp:Construct ; | 521 | [ rdf:type sp:Construct ; |
| 524 | - rdfs:comment "STEP 107 Transfer sum24Hr"^^xsd:string ; | 522 | + rdfs:comment "STEP 105 Transfer ropCurrent"^^xsd:string ; |
| 525 | - sp:templates ([ sp:object _:b89 ; | 523 | + sp:templates ([ sp:object _:b91 ; |
| 526 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ; | 524 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ropCurrent> ; |
| 527 | - sp:subject _:b90 | 525 | + sp:subject _:b92 |
| 528 | ]) ; | 526 | ]) ; |
| 529 | - sp:where ([ sp:object _:b91 ; | 527 | + sp:where ([ sp:object _:b93 ; |
| 530 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 528 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 531 | sp:subject spin:_this | 529 | sp:subject spin:_this |
| 532 | - ] [ sp:object _:b92 ; | 530 | + ] [ sp:object _:b94 ; |
| 533 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 531 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 534 | sp:subject spin:_this | 532 | sp:subject spin:_this |
| 535 | - ] [ sp:object _:b93 ; | 533 | + ] [ sp:object _:b95 ; |
| 536 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 534 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 537 | sp:subject spin:_this | 535 | sp:subject spin:_this |
| 538 | - ] [ sp:object _:b89 ; | 536 | + ] [ sp:object _:b91 ; |
| 539 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ; | 537 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ropCurrent> ; |
| 540 | - sp:subject _:b93 | 538 | + sp:subject _:b95 |
| 541 | ] [ rdf:type sp:Bind ; | 539 | ] [ rdf:type sp:Bind ; |
| 542 | sp:expression | 540 | sp:expression |
| 543 | [ rdf:type ep-spin-lib:normalizeString ; | 541 | [ rdf:type ep-spin-lib:normalizeString ; |
| 544 | - sp:arg1 _:b91 | 542 | + sp:arg1 _:b93 |
| 545 | ] ; | 543 | ] ; |
| 546 | - sp:variable _:b94 | 544 | + sp:variable _:b96 |
| 547 | ] [ rdf:type sp:Bind ; | 545 | ] [ rdf:type sp:Bind ; |
| 548 | sp:expression | 546 | sp:expression |
| 549 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 547 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 550 | - sp:arg1 _:b94 ; | 548 | + sp:arg1 _:b96 ; |
| 551 | - sp:arg2 _:b92 | 549 | + sp:arg2 _:b94 |
| 552 | ] ; | 550 | ] ; |
| 553 | - sp:variable _:b90 | 551 | + sp:variable _:b92 |
| 554 | ]) | 552 | ]) |
| 555 | ] ; | 553 | ] ; |
| 556 | spin:rule | 554 | spin:rule |
| 557 | [ rdf:type sp:Construct ; | 555 | [ rdf:type sp:Construct ; |
| 558 | - rdfs:comment "STEP 105 Transfer ropCurrent"^^xsd:string ; | 556 | + rdfs:comment "STEP 109 Transfer md"^^xsd:string ; |
| 559 | - sp:templates ([ sp:object _:b95 ; | 557 | + sp:templates ([ sp:object _:b97 ; |
| 560 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ropCurrent> ; | 558 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; |
| 561 | - sp:subject _:b96 | 559 | + sp:subject _:b98 |
| 562 | ]) ; | 560 | ]) ; |
| 563 | - sp:where ([ sp:object _:b97 ; | 561 | + sp:where ([ sp:object _:b99 ; |
| 564 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 562 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 565 | sp:subject spin:_this | 563 | sp:subject spin:_this |
| 566 | - ] [ sp:object _:b98 ; | 564 | + ] [ sp:object _:b100 ; |
| 567 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 565 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 568 | sp:subject spin:_this | 566 | sp:subject spin:_this |
| 569 | - ] [ sp:object _:b99 ; | 567 | + ] [ sp:object _:b101 ; |
| 570 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 568 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 571 | sp:subject spin:_this | 569 | sp:subject spin:_this |
| 572 | - ] [ sp:object _:b95 ; | 570 | + ] [ sp:object _:b98 ; |
| 573 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ropCurrent> ; | 571 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 574 | - sp:subject _:b99 | 572 | + sp:subject _:b102 |
| 573 | + ] [ sp:object _:b97 ; | ||
| 574 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; | ||
| 575 | + sp:subject _:b101 | ||
| 575 | ] [ rdf:type sp:Bind ; | 576 | ] [ rdf:type sp:Bind ; |
| 576 | sp:expression | 577 | sp:expression |
| 577 | [ rdf:type ep-spin-lib:normalizeString ; | 578 | [ rdf:type ep-spin-lib:normalizeString ; |
| 578 | - sp:arg1 _:b97 | 579 | + sp:arg1 _:b99 |
| 579 | ] ; | 580 | ] ; |
| 580 | - sp:variable _:b100 | 581 | + sp:variable _:b103 |
| 581 | ] [ rdf:type sp:Bind ; | 582 | ] [ rdf:type sp:Bind ; |
| 582 | sp:expression | 583 | sp:expression |
| 583 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 584 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 584 | - sp:arg1 _:b100 ; | 585 | + sp:arg1 _:b103 ; |
| 585 | - sp:arg2 _:b98 | 586 | + sp:arg2 _:b100 |
| 586 | ] ; | 587 | ] ; |
| 587 | - sp:variable _:b96 | 588 | + sp:variable _:b102 |
| 588 | ]) | 589 | ]) |
| 589 | ] ; | 590 | ] ; |
| 590 | spin:rule | 591 | spin:rule |
| 591 | [ rdf:type sp:Construct ; | 592 | [ rdf:type sp:Construct ; |
| 592 | - rdfs:comment "STEP 115 Transfer diaCsgLast"^^xsd:string ; | 593 | + rdfs:comment "STEP 106 Transfer distDrill"^^xsd:string ; |
| 593 | - sp:templates ([ sp:object _:b101 ; | 594 | + sp:templates ([ sp:object _:b104 ; |
| 594 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaCsgLast> ; | 595 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#distDrill> ; |
| 595 | - sp:subject _:b102 | 596 | + sp:subject _:b105 |
| 596 | ]) ; | 597 | ]) ; |
| 597 | - sp:where ([ sp:object _:b103 ; | 598 | + sp:where ([ sp:object _:b106 ; |
| 598 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 599 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 599 | sp:subject spin:_this | 600 | sp:subject spin:_this |
| 600 | - ] [ sp:object _:b104 ; | 601 | + ] [ sp:object _:b107 ; |
| 601 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 602 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 602 | sp:subject spin:_this | 603 | sp:subject spin:_this |
| 603 | - ] [ sp:object _:b105 ; | 604 | + ] [ sp:object _:b108 ; |
| 604 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 605 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 605 | sp:subject spin:_this | 606 | sp:subject spin:_this |
| 606 | - ] [ sp:object _:b102 ; | 607 | + ] [ sp:object _:b104 ; |
| 607 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 608 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#distDrill> ; |
| 608 | - sp:subject _:b106 | 609 | + sp:subject _:b108 |
| 609 | - ] [ sp:object _:b101 ; | ||
| 610 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaCsgLast> ; | ||
| 611 | - sp:subject _:b105 | ||
| 612 | ] [ rdf:type sp:Bind ; | 610 | ] [ rdf:type sp:Bind ; |
| 613 | sp:expression | 611 | sp:expression |
| 614 | [ rdf:type ep-spin-lib:normalizeString ; | 612 | [ rdf:type ep-spin-lib:normalizeString ; |
| 615 | - sp:arg1 _:b103 | 613 | + sp:arg1 _:b106 |
| 616 | ] ; | 614 | ] ; |
| 617 | - sp:variable _:b107 | 615 | + sp:variable _:b109 |
| 618 | ] [ rdf:type sp:Bind ; | 616 | ] [ rdf:type sp:Bind ; |
| 619 | sp:expression | 617 | sp:expression |
| 620 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 618 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 621 | - sp:arg1 _:b107 ; | 619 | + sp:arg1 _:b109 ; |
| 622 | - sp:arg2 _:b104 | 620 | + sp:arg2 _:b107 |
| 623 | ] ; | 621 | ] ; |
| 624 | - sp:variable _:b106 | 622 | + sp:variable _:b105 |
| 625 | ]) | 623 | ]) |
| 626 | ] ; | 624 | ] ; |
| 627 | spin:rule | 625 | spin:rule |
| 628 | [ rdf:type sp:Construct ; | 626 | [ rdf:type sp:Construct ; |
| 629 | - rdfs:comment "STEP 112 Transfer diaHole"^^xsd:string ; | 627 | + rdfs:comment "STEP 107 Transfer sum24Hr"^^xsd:string ; |
| 630 | - sp:templates ([ sp:object _:b108 ; | 628 | + sp:templates ([ sp:object _:b110 ; |
| 631 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaHole> ; | 629 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ; |
| 632 | - sp:subject _:b109 | 630 | + sp:subject _:b111 |
| 633 | ]) ; | 631 | ]) ; |
| 634 | - sp:where ([ sp:object _:b110 ; | 632 | + sp:where ([ sp:object _:b112 ; |
| 635 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 633 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 636 | sp:subject spin:_this | 634 | sp:subject spin:_this |
| 637 | - ] [ sp:object _:b111 ; | 635 | + ] [ sp:object _:b113 ; |
| 638 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 636 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 639 | sp:subject spin:_this | 637 | sp:subject spin:_this |
| 640 | - ] [ sp:object _:b112 ; | 638 | + ] [ sp:object _:b114 ; |
| 641 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 639 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 642 | sp:subject spin:_this | 640 | sp:subject spin:_this |
| 643 | - ] [ sp:object _:b109 ; | 641 | + ] [ sp:object _:b110 ; |
| 644 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 642 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ; |
| 645 | - sp:subject _:b113 | 643 | + sp:subject _:b114 |
| 646 | - ] [ sp:object _:b108 ; | ||
| 647 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaHole> ; | ||
| 648 | - sp:subject _:b112 | ||
| 649 | ] [ rdf:type sp:Bind ; | 644 | ] [ rdf:type sp:Bind ; |
| 650 | sp:expression | 645 | sp:expression |
| 651 | [ rdf:type ep-spin-lib:normalizeString ; | 646 | [ rdf:type ep-spin-lib:normalizeString ; |
| 652 | - sp:arg1 _:b110 | 647 | + sp:arg1 _:b112 |
| 653 | ] ; | 648 | ] ; |
| 654 | - sp:variable _:b114 | 649 | + sp:variable _:b115 |
| 655 | ] [ rdf:type sp:Bind ; | 650 | ] [ rdf:type sp:Bind ; |
| 656 | sp:expression | 651 | sp:expression |
| 657 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 652 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 658 | - sp:arg1 _:b114 ; | 653 | + sp:arg1 _:b115 ; |
| 659 | - sp:arg2 _:b111 | 654 | + sp:arg2 _:b113 |
| 660 | ] ; | 655 | ] ; |
| 661 | - sp:variable _:b113 | 656 | + sp:variable _:b111 |
| 662 | ]) | 657 | ]) |
| 663 | ] ; | 658 | ] ; |
| 664 | spin:rule | 659 | spin:rule |
| 665 | [ rdf:type sp:Construct ; | 660 | [ rdf:type sp:Construct ; |
| 666 | - rdfs:comment "STEP 117 Transfer tvdCsgLast"^^xsd:string ; | 661 | + rdfs:comment "STEP 119 Transfer mdStrengthForm"^^xsd:string ; |
| 667 | - sp:templates ([ sp:object _:b115 ; | 662 | + sp:templates ([ sp:object _:b116 ; |
| 668 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdCsgLast> ; | 663 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdStrengthForm> ; |
| 669 | - sp:subject _:b116 | 664 | + sp:subject _:b117 |
| 670 | ]) ; | 665 | ]) ; |
| 671 | - sp:where ([ sp:object _:b117 ; | 666 | + sp:where ([ sp:object _:b118 ; |
| 672 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 667 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 673 | sp:subject spin:_this | 668 | sp:subject spin:_this |
| 674 | - ] [ sp:object _:b118 ; | 669 | + ] [ sp:object _:b119 ; |
| 675 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 670 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 676 | sp:subject spin:_this | 671 | sp:subject spin:_this |
| 677 | - ] [ sp:object _:b119 ; | 672 | + ] [ sp:object _:b120 ; |
| 678 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 673 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 679 | sp:subject spin:_this | 674 | sp:subject spin:_this |
| 680 | - ] [ sp:object _:b116 ; | 675 | + ] [ sp:object _:b117 ; |
| 681 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 676 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 677 | + sp:subject _:b121 | ||
| 678 | + ] [ sp:object _:b116 ; | ||
| 679 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdStrengthForm> ; | ||
| 682 | sp:subject _:b120 | 680 | sp:subject _:b120 |
| 683 | - ] [ sp:object _:b115 ; | ||
| 684 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdCsgLast> ; | ||
| 685 | - sp:subject _:b119 | ||
| 686 | ] [ rdf:type sp:Bind ; | 681 | ] [ rdf:type sp:Bind ; |
| 687 | sp:expression | 682 | sp:expression |
| 688 | [ rdf:type ep-spin-lib:normalizeString ; | 683 | [ rdf:type ep-spin-lib:normalizeString ; |
| 689 | - sp:arg1 _:b117 | 684 | + sp:arg1 _:b118 |
| 690 | ] ; | 685 | ] ; |
| 691 | - sp:variable _:b121 | 686 | + sp:variable _:b122 |
| 692 | ] [ rdf:type sp:Bind ; | 687 | ] [ rdf:type sp:Bind ; |
| 693 | sp:expression | 688 | sp:expression |
| 694 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 689 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 695 | - sp:arg1 _:b121 ; | 690 | + sp:arg1 _:b122 ; |
| 696 | - sp:arg2 _:b118 | 691 | + sp:arg2 _:b119 |
| 697 | ] ; | 692 | ] ; |
| 698 | - sp:variable _:b120 | 693 | + sp:variable _:b121 |
| 699 | ]) | 694 | ]) |
| 700 | ] ; | 695 | ] ; |
| 701 | spin:rule | 696 | spin:rule |
| 702 | [ rdf:type sp:Construct ; | 697 | [ rdf:type sp:Construct ; |
| 703 | - rdfs:comment "STEP 113 Transfer mdDiaHoleStart"^^xsd:string ; | 698 | + rdfs:comment "STEP 123 Transfer tvdDiaPilotPlan"^^xsd:string ; |
| 704 | - sp:templates ([ sp:object _:b122 ; | 699 | + sp:templates ([ sp:object _:b123 ; |
| 705 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaHoleStart> ; | 700 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdDiaPilotPlan> ; |
| 706 | - sp:subject _:b123 | 701 | + sp:subject _:b124 |
| 707 | ]) ; | 702 | ]) ; |
| 708 | - sp:where ([ sp:object _:b124 ; | 703 | + sp:where ([ sp:object _:b125 ; |
| 709 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 704 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 710 | sp:subject spin:_this | 705 | sp:subject spin:_this |
| 711 | - ] [ sp:object _:b125 ; | 706 | + ] [ sp:object _:b126 ; |
| 712 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 707 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 713 | sp:subject spin:_this | 708 | sp:subject spin:_this |
| 714 | - ] [ sp:object _:b126 ; | 709 | + ] [ sp:object |
| 710 | + [ sp:varName "statusInfo"^^xsd:string | ||
| 711 | + ] ; | ||
| 715 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 712 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 716 | sp:subject spin:_this | 713 | sp:subject spin:_this |
| 717 | - ] [ sp:object _:b123 ; | 714 | + ] [ sp:object _:b124 ; |
| 718 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 715 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 719 | sp:subject _:b127 | 716 | sp:subject _:b127 |
| 720 | - ] [ sp:object _:b122 ; | 717 | + ] [ sp:object _:b123 ; |
| 721 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaHoleStart> ; | 718 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdDiaPilotPlan> ; |
| 722 | - sp:subject _:b126 | 719 | + sp:subject |
| 720 | + [ sp:varName "statusInfoddr"^^xsd:string | ||
| 721 | + ] | ||
| 723 | ] [ rdf:type sp:Bind ; | 722 | ] [ rdf:type sp:Bind ; |
| 724 | sp:expression | 723 | sp:expression |
| 725 | [ rdf:type ep-spin-lib:normalizeString ; | 724 | [ rdf:type ep-spin-lib:normalizeString ; |
| 726 | - sp:arg1 _:b124 | 725 | + sp:arg1 _:b125 |
| 727 | ] ; | 726 | ] ; |
| 728 | sp:variable _:b128 | 727 | sp:variable _:b128 |
| 729 | ] [ rdf:type sp:Bind ; | 728 | ] [ rdf:type sp:Bind ; |
| 730 | sp:expression | 729 | sp:expression |
| 731 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 730 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 732 | sp:arg1 _:b128 ; | 731 | sp:arg1 _:b128 ; |
| 733 | - sp:arg2 _:b125 | 732 | + sp:arg2 _:b126 |
| 734 | ] ; | 733 | ] ; |
| 735 | sp:variable _:b127 | 734 | sp:variable _:b127 |
| 736 | ]) | 735 | ]) |
| 737 | ] ; | 736 | ] ; |
| 738 | spin:rule | 737 | spin:rule |
| 739 | [ rdf:type sp:Construct ; | 738 | [ rdf:type sp:Construct ; |
| 740 | - rdfs:comment "STEP 116 Transfer mdCsgLast"^^xsd:string ; | 739 | + rdfs:comment "STEP 117 Transfer tvdCsgLast"^^xsd:string ; |
| 741 | sp:templates ([ sp:object _:b129 ; | 740 | sp:templates ([ sp:object _:b129 ; |
| 742 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdCsgLast> ; | 741 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdCsgLast> ; |
| 743 | sp:subject _:b130 | 742 | sp:subject _:b130 |
| 744 | ]) ; | 743 | ]) ; |
| 745 | sp:where ([ sp:object _:b131 ; | 744 | sp:where ([ sp:object _:b131 ; |
| ... | @@ -755,7 +754,7 @@ | ... | @@ -755,7 +754,7 @@ |
| 755 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 754 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 756 | sp:subject _:b134 | 755 | sp:subject _:b134 |
| 757 | ] [ sp:object _:b129 ; | 756 | ] [ sp:object _:b129 ; |
| 758 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdCsgLast> ; | 757 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdCsgLast> ; |
| 759 | sp:subject _:b133 | 758 | sp:subject _:b133 |
| 760 | ] [ rdf:type sp:Bind ; | 759 | ] [ rdf:type sp:Bind ; |
| 761 | sp:expression | 760 | sp:expression |
| ... | @@ -774,9 +773,9 @@ | ... | @@ -774,9 +773,9 @@ |
| 774 | ] ; | 773 | ] ; |
| 775 | spin:rule | 774 | spin:rule |
| 776 | [ rdf:type sp:Construct ; | 775 | [ rdf:type sp:Construct ; |
| 777 | - rdfs:comment "STEP 120 Transfer tvdStrengthForm"^^xsd:string ; | 776 | + rdfs:comment "STEP 111 Transfer mdPlugTop"^^xsd:string ; |
| 778 | sp:templates ([ sp:object _:b136 ; | 777 | sp:templates ([ sp:object _:b136 ; |
| 779 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdStrengthForm> ; | 778 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlugTop> ; |
| 780 | sp:subject _:b137 | 779 | sp:subject _:b137 |
| 781 | ]) ; | 780 | ]) ; |
| 782 | sp:where ([ sp:object _:b138 ; | 781 | sp:where ([ sp:object _:b138 ; |
| ... | @@ -792,7 +791,7 @@ | ... | @@ -792,7 +791,7 @@ |
| 792 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 791 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 793 | sp:subject _:b141 | 792 | sp:subject _:b141 |
| 794 | ] [ sp:object _:b136 ; | 793 | ] [ sp:object _:b136 ; |
| 795 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdStrengthForm> ; | 794 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlugTop> ; |
| 796 | sp:subject _:b140 | 795 | sp:subject _:b140 |
| 797 | ] [ rdf:type sp:Bind ; | 796 | ] [ rdf:type sp:Bind ; |
| 798 | sp:expression | 797 | sp:expression |
| ... | @@ -811,9 +810,9 @@ | ... | @@ -811,9 +810,9 @@ |
| 811 | ] ; | 810 | ] ; |
| 812 | spin:rule | 811 | spin:rule |
| 813 | [ rdf:type sp:Construct ; | 812 | [ rdf:type sp:Construct ; |
| 814 | - rdfs:comment "STEP 121 Transfer elevKelly"^^xsd:string ; | 813 | + rdfs:comment "STEP 112 Transfer diaHole"^^xsd:string ; |
| 815 | sp:templates ([ sp:object _:b143 ; | 814 | sp:templates ([ sp:object _:b143 ; |
| 816 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#elevKelly> ; | 815 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaHole> ; |
| 817 | sp:subject _:b144 | 816 | sp:subject _:b144 |
| 818 | ]) ; | 817 | ]) ; |
| 819 | sp:where ([ sp:object _:b145 ; | 818 | sp:where ([ sp:object _:b145 ; |
| ... | @@ -829,7 +828,7 @@ | ... | @@ -829,7 +828,7 @@ |
| 829 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 828 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 830 | sp:subject _:b148 | 829 | sp:subject _:b148 |
| 831 | ] [ sp:object _:b143 ; | 830 | ] [ sp:object _:b143 ; |
| 832 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#elevKelly> ; | 831 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaHole> ; |
| 833 | sp:subject _:b147 | 832 | sp:subject _:b147 |
| 834 | ] [ rdf:type sp:Bind ; | 833 | ] [ rdf:type sp:Bind ; |
| 835 | sp:expression | 834 | sp:expression |
| ... | @@ -849,440 +848,440 @@ | ... | @@ -849,440 +848,440 @@ |
| 849 | 848 | ||
| 850 | <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> | 849 | <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> |
| 851 | rdf:type owl:Ontology ; | 850 | rdf:type owl:Ontology ; |
| 852 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/ep/schema/report> , <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/iso15926/bindEP-NativeOWL> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/equipment> ; | 851 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/ep/schema/report> , <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/equipment> ; |
| 853 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 852 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 854 | 853 | ||
| 855 | -_:b7 sp:varName "normalizedWellBoreName"^^xsd:string . | 854 | +_:b84 |
| 856 | - | 855 | + sp:varName "mdDiaPilotPlan"^^xsd:string . |
| 857 | -_:b6 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 858 | 856 | ||
| 859 | -_:b5 sp:varName "statusInfo"^^xsd:string . | 857 | +_:b85 |
| 858 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 860 | 859 | ||
| 861 | -_:b4 sp:varName "dTimStart"^^xsd:string . | 860 | +_:b86 |
| 861 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 862 | 862 | ||
| 863 | -_:b3 sp:varName "nameWellBore"^^xsd:string . | 863 | +_:b87 |
| 864 | + sp:varName "dTimStart"^^xsd:string . | ||
| 864 | 865 | ||
| 865 | -_:b2 sp:varName "temporalPartOfAWellBore"^^xsd:string . | 866 | +_:b88 |
| 867 | + sp:varName "statusInfo"^^xsd:string . | ||
| 866 | 868 | ||
| 867 | -_:b1 sp:varName "mdStrengthForm"^^xsd:string . | 869 | +_:b89 |
| 870 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 868 | 871 | ||
| 869 | -_:b81 | 872 | +_:b90 |
| 870 | sp:varName "normalizedWellBoreName"^^xsd:string . | 873 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 871 | 874 | ||
| 872 | -_:b80 | 875 | +_:b116 |
| 873 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 876 | + sp:varName "mdStrengthForm"^^xsd:string . |
| 874 | 877 | ||
| 875 | -_:b79 | 878 | +_:b117 |
| 876 | - sp:varName "dTimStart"^^xsd:string . | 879 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 877 | 880 | ||
| 878 | -_:b78 | 881 | +_:b118 |
| 879 | sp:varName "nameWellBore"^^xsd:string . | 882 | sp:varName "nameWellBore"^^xsd:string . |
| 880 | 883 | ||
| 881 | -_:b77 | 884 | +_:b119 |
| 882 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 885 | + sp:varName "dTimStart"^^xsd:string . |
| 883 | 886 | ||
| 884 | -_:b76 | 887 | +_:b120 |
| 885 | - sp:varName "tvdDiaPilotPlan"^^xsd:string . | 888 | + sp:varName "statusInfo"^^xsd:string . |
| 886 | 889 | ||
| 887 | -_:b68 | 890 | +_:b121 |
| 891 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 892 | + | ||
| 893 | +_:b122 | ||
| 888 | sp:varName "normalizedWellBoreName"^^xsd:string . | 894 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 889 | 895 | ||
| 890 | -_:b67 | 896 | +_:b104 |
| 891 | - sp:varName "statusInfo"^^xsd:string . | 897 | + sp:varName "distDrill"^^xsd:string . |
| 892 | 898 | ||
| 893 | -_:b66 | 899 | +_:b105 |
| 894 | - sp:varName "dTimStart"^^xsd:string . | 900 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 895 | 901 | ||
| 896 | -_:b65 | 902 | +_:b106 |
| 897 | sp:varName "nameWellBore"^^xsd:string . | 903 | sp:varName "nameWellBore"^^xsd:string . |
| 898 | 904 | ||
| 899 | -_:b64 | 905 | +_:b107 |
| 900 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 906 | + sp:varName "dTimStart"^^xsd:string . |
| 901 | 907 | ||
| 902 | -_:b63 | 908 | +_:b108 |
| 903 | - sp:varName "forecast24Hr"^^xsd:string . | 909 | + sp:varName "statusInfo"^^xsd:string . |
| 904 | 910 | ||
| 905 | -_:b27 | 911 | +_:b109 |
| 906 | sp:varName "normalizedWellBoreName"^^xsd:string . | 912 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 907 | 913 | ||
| 908 | -_:b26 | 914 | +_:b57 |
| 909 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 915 | + sp:varName "diaCsgLast"^^xsd:string . |
| 910 | 916 | ||
| 911 | -_:b25 | 917 | +_:b58 |
| 912 | - sp:varName "dTimStart"^^xsd:string . | 918 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 913 | 919 | ||
| 914 | -_:b24 | 920 | +_:b59 |
| 915 | sp:varName "nameWellBore"^^xsd:string . | 921 | sp:varName "nameWellBore"^^xsd:string . |
| 916 | 922 | ||
| 917 | -_:b23 | 923 | +_:b60 |
| 918 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 924 | + sp:varName "dTimStart"^^xsd:string . |
| 919 | - | ||
| 920 | -_:b22 | ||
| 921 | - sp:varName "mdPlanned"^^xsd:string . | ||
| 922 | 925 | ||
| 923 | -_:b107 | 926 | +_:b61 |
| 924 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 927 | + sp:varName "statusInfo"^^xsd:string . |
| 925 | 928 | ||
| 926 | -_:b106 | 929 | +_:b62 |
| 927 | sp:varName "dailyDrillingActivity"^^xsd:string . | 930 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 928 | 931 | ||
| 929 | -_:b105 | 932 | +_:b63 |
| 930 | - sp:varName "statusInfo"^^xsd:string . | 933 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 931 | - | ||
| 932 | -_:b104 | ||
| 933 | - sp:varName "dTimStart"^^xsd:string . | ||
| 934 | 934 | ||
| 935 | -_:b103 | 935 | +_:b136 |
| 936 | - sp:varName "nameWellBore"^^xsd:string . | 936 | + sp:varName "mdPlugTop"^^xsd:string . |
| 937 | 937 | ||
| 938 | -_:b102 | 938 | +_:b137 |
| 939 | sp:varName "temporalPartOfAWellBore"^^xsd:string . | 939 | sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 940 | 940 | ||
| 941 | -_:b101 | 941 | +_:b138 |
| 942 | - sp:varName "diaCsgLast"^^xsd:string . | 942 | + sp:varName "nameWellBore"^^xsd:string . |
| 943 | 943 | ||
| 944 | -_:b149 | 944 | +_:b139 |
| 945 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 945 | + sp:varName "dTimStart"^^xsd:string . |
| 946 | 946 | ||
| 947 | -_:b148 | 947 | +_:b140 |
| 948 | + sp:varName "statusInfo"^^xsd:string . | ||
| 949 | + | ||
| 950 | +_:b141 | ||
| 948 | sp:varName "dailyDrillingActivity"^^xsd:string . | 951 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 949 | 952 | ||
| 950 | -_:b147 | 953 | +_:b142 |
| 951 | - sp:varName "statusInfo"^^xsd:string . | 954 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 952 | 955 | ||
| 953 | -_:b146 | 956 | +_:b143 |
| 954 | - sp:varName "dTimStart"^^xsd:string . | 957 | + sp:varName "diaHole"^^xsd:string . |
| 958 | + | ||
| 959 | +_:b144 | ||
| 960 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 955 | 961 | ||
| 956 | _:b145 | 962 | _:b145 |
| 957 | sp:varName "nameWellBore"^^xsd:string . | 963 | sp:varName "nameWellBore"^^xsd:string . |
| 958 | 964 | ||
| 959 | -_:b144 | 965 | +_:b146 |
| 960 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 966 | + sp:varName "dTimStart"^^xsd:string . |
| 961 | 967 | ||
| 962 | -_:b143 | 968 | +_:b147 |
| 963 | - sp:varName "elevKelly"^^xsd:string . | 969 | + sp:varName "statusInfo"^^xsd:string . |
| 964 | 970 | ||
| 965 | -_:b135 | 971 | +_:b148 |
| 972 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 973 | + | ||
| 974 | +_:b149 | ||
| 966 | sp:varName "normalizedWellBoreName"^^xsd:string . | 975 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 967 | 976 | ||
| 968 | -_:b134 | 977 | +_:b36 |
| 969 | sp:varName "dailyDrillingActivity"^^xsd:string . | 978 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 970 | 979 | ||
| 971 | -_:b133 | 980 | +_:b37 |
| 972 | - sp:varName "statusInfo"^^xsd:string . | 981 | + sp:varName "pressureTestType"^^xsd:string . |
| 973 | - | ||
| 974 | -_:b132 | ||
| 975 | - sp:varName "dTimStart"^^xsd:string . | ||
| 976 | 982 | ||
| 977 | -_:b131 | 983 | +_:b38 |
| 978 | sp:varName "nameWellBore"^^xsd:string . | 984 | sp:varName "nameWellBore"^^xsd:string . |
| 979 | 985 | ||
| 980 | -_:b130 | 986 | +_:b39 |
| 981 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 987 | + sp:varName "dTimStart"^^xsd:string . |
| 982 | 988 | ||
| 983 | -_:b129 | 989 | +_:b40 |
| 984 | - sp:varName "mdCsgLast"^^xsd:string . | 990 | + sp:varName "statusInfo"^^xsd:string . |
| 985 | 991 | ||
| 986 | -_:b75 | 992 | +_:b41 |
| 993 | + sp:varName "presTestType"^^xsd:string . | ||
| 994 | + | ||
| 995 | +_:b42 | ||
| 987 | sp:varName "normalizedWellBoreName"^^xsd:string . | 996 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 988 | 997 | ||
| 989 | -_:b74 | 998 | +_:b71 |
| 999 | + sp:varName "forecast24Hr"^^xsd:string . | ||
| 1000 | + | ||
| 1001 | +_:b72 | ||
| 990 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1002 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 991 | 1003 | ||
| 992 | _:b73 | 1004 | _:b73 |
| 993 | - sp:varName "statusInfo"^^xsd:string . | 1005 | + sp:varName "nameWellBore"^^xsd:string . |
| 994 | 1006 | ||
| 995 | -_:b72 | 1007 | +_:b74 |
| 996 | sp:varName "dTimStart"^^xsd:string . | 1008 | sp:varName "dTimStart"^^xsd:string . |
| 997 | 1009 | ||
| 998 | -_:b71 | 1010 | +_:b75 |
| 999 | - sp:varName "nameWellBore"^^xsd:string . | 1011 | + sp:varName "statusInfo"^^xsd:string . |
| 1000 | 1012 | ||
| 1001 | -_:b70 | 1013 | +_:b76 |
| 1002 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1014 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1003 | 1015 | ||
| 1004 | -_:b69 | 1016 | +_:b50 |
| 1005 | sp:varName "mdKickoff"^^xsd:string . | 1017 | sp:varName "mdKickoff"^^xsd:string . |
| 1006 | 1018 | ||
| 1007 | -_:b34 | 1019 | +_:b51 |
| 1008 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 1020 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1009 | - | ||
| 1010 | -_:b33 | ||
| 1011 | - sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 1012 | 1021 | ||
| 1013 | -_:b32 | 1022 | +_:b52 |
| 1014 | - sp:varName "statusInfo"^^xsd:string . | 1023 | + sp:varName "nameWellBore"^^xsd:string . |
| 1015 | 1024 | ||
| 1016 | -_:b31 | 1025 | +_:b53 |
| 1017 | sp:varName "dTimStart"^^xsd:string . | 1026 | sp:varName "dTimStart"^^xsd:string . |
| 1018 | 1027 | ||
| 1019 | -_:b30 | 1028 | +_:b54 |
| 1020 | - sp:varName "nameWellBore"^^xsd:string . | 1029 | + sp:varName "statusInfo"^^xsd:string . |
| 1021 | - | ||
| 1022 | -_:b29 | ||
| 1023 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 1024 | 1030 | ||
| 1025 | -_:b28 | 1031 | +_:b55 |
| 1026 | - sp:varName "mdPlugTop"^^xsd:string . | 1032 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1027 | 1033 | ||
| 1028 | -_:b88 | 1034 | +_:b56 |
| 1029 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1035 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1030 | 1036 | ||
| 1031 | -_:b87 | 1037 | +_:b8 sp:varName "tvd"^^xsd:string . |
| 1032 | - sp:varName "typeWellBore"^^xsd:string . | ||
| 1033 | 1038 | ||
| 1034 | -_:b86 | 1039 | +_:b9 sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1035 | - sp:varName "statusInfo"^^xsd:string . | ||
| 1036 | 1040 | ||
| 1037 | -_:b85 | 1041 | +_:b10 |
| 1042 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 1043 | + | ||
| 1044 | +_:b11 | ||
| 1038 | sp:varName "dTimStart"^^xsd:string . | 1045 | sp:varName "dTimStart"^^xsd:string . |
| 1039 | 1046 | ||
| 1040 | -_:b84 | 1047 | +_:b12 |
| 1041 | - sp:varName "nameWellBore"^^xsd:string . | 1048 | + sp:varName "statusInfo"^^xsd:string . |
| 1042 | 1049 | ||
| 1043 | -_:b83 | 1050 | +_:b13 |
| 1044 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1051 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1045 | 1052 | ||
| 1046 | -_:b82 | 1053 | +_:b14 |
| 1047 | - sp:varName "wellBoreDrillingType"^^xsd:string . | ||
| 1048 | - | ||
| 1049 | -_:b100 | ||
| 1050 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1054 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1051 | 1055 | ||
| 1052 | -_:b99 | 1056 | +_:b77 |
| 1053 | - sp:varName "statusInfo"^^xsd:string . | 1057 | + sp:varName "mdCsgLast"^^xsd:string . |
| 1054 | 1058 | ||
| 1055 | -_:b98 | 1059 | +_:b78 |
| 1056 | - sp:varName "dTimStart"^^xsd:string . | 1060 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1057 | 1061 | ||
| 1058 | -_:b97 | 1062 | +_:b79 |
| 1059 | sp:varName "nameWellBore"^^xsd:string . | 1063 | sp:varName "nameWellBore"^^xsd:string . |
| 1060 | 1064 | ||
| 1061 | -_:b96 | 1065 | +_:b80 |
| 1062 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1066 | + sp:varName "dTimStart"^^xsd:string . |
| 1063 | - | ||
| 1064 | -_:b95 | ||
| 1065 | - sp:varName "ropCurrentValue"^^xsd:string . | ||
| 1066 | 1067 | ||
| 1067 | -_:b41 | 1068 | +_:b81 |
| 1068 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 1069 | + sp:varName "statusInfo"^^xsd:string . |
| 1069 | 1070 | ||
| 1070 | -_:b40 | 1071 | +_:b82 |
| 1071 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1072 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1072 | 1073 | ||
| 1073 | -_:b39 | 1074 | +_:b83 |
| 1074 | - sp:varName "statusInfo"^^xsd:string . | 1075 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1075 | - | ||
| 1076 | -_:b38 | ||
| 1077 | - sp:varName "dTimStart"^^xsd:string . | ||
| 1078 | 1076 | ||
| 1079 | -_:b37 | 1077 | +_:b22 |
| 1080 | - sp:varName "nameWellBore"^^xsd:string . | 1078 | + sp:varName "tvdStrengthForm"^^xsd:string . |
| 1081 | 1079 | ||
| 1082 | -_:b36 | 1080 | +_:b23 |
| 1083 | sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1081 | sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1084 | 1082 | ||
| 1085 | -_:b35 | 1083 | +_:b24 |
| 1086 | - sp:varName "strengthForm"^^xsd:string . | 1084 | + sp:varName "nameWellBore"^^xsd:string . |
| 1087 | - | ||
| 1088 | -_:b121 | ||
| 1089 | - sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 1090 | - | ||
| 1091 | -_:b120 | ||
| 1092 | - sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 1093 | - | ||
| 1094 | -_:b119 | ||
| 1095 | - sp:varName "statusInfo"^^xsd:string . | ||
| 1096 | 1085 | ||
| 1097 | -_:b118 | 1086 | +_:b25 |
| 1098 | sp:varName "dTimStart"^^xsd:string . | 1087 | sp:varName "dTimStart"^^xsd:string . |
| 1099 | 1088 | ||
| 1100 | -_:b117 | 1089 | +_:b26 |
| 1101 | - sp:varName "nameWellBore"^^xsd:string . | 1090 | + sp:varName "statusInfo"^^xsd:string . |
| 1102 | - | ||
| 1103 | -_:b116 | ||
| 1104 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 1105 | 1091 | ||
| 1106 | -_:b115 | 1092 | +_:b27 |
| 1107 | - sp:varName "tvdCsgLast"^^xsd:string . | 1093 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1108 | 1094 | ||
| 1109 | -_:b114 | 1095 | +_:b28 |
| 1110 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1096 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1111 | 1097 | ||
| 1112 | -_:b113 | 1098 | +_:b15 |
| 1113 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1099 | + sp:varName "strengthForm"^^xsd:string . |
| 1114 | - | ||
| 1115 | -_:b112 | ||
| 1116 | - sp:varName "statusInfo"^^xsd:string . | ||
| 1117 | 1100 | ||
| 1118 | -_:b111 | 1101 | +_:b16 |
| 1119 | - sp:varName "dTimStart"^^xsd:string . | 1102 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1120 | 1103 | ||
| 1121 | -_:b110 | 1104 | +_:b17 |
| 1122 | sp:varName "nameWellBore"^^xsd:string . | 1105 | sp:varName "nameWellBore"^^xsd:string . |
| 1123 | 1106 | ||
| 1124 | -_:b109 | 1107 | +_:b18 |
| 1125 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1108 | + sp:varName "dTimStart"^^xsd:string . |
| 1126 | 1109 | ||
| 1127 | -_:b108 | 1110 | +_:b19 |
| 1128 | - sp:varName "diaHole"^^xsd:string . | 1111 | + sp:varName "statusInfo"^^xsd:string . |
| 1112 | + | ||
| 1113 | +_:b20 | ||
| 1114 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 1129 | 1115 | ||
| 1130 | _:b21 | 1116 | _:b21 |
| 1131 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1117 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1132 | 1118 | ||
| 1133 | -_:b20 | 1119 | +_:b129 |
| 1134 | - sp:varName "presTestType"^^xsd:string . | 1120 | + sp:varName "tvdCsgLast"^^xsd:string . |
| 1135 | - | ||
| 1136 | -_:b19 | ||
| 1137 | - sp:varName "statusInfo"^^xsd:string . | ||
| 1138 | 1121 | ||
| 1139 | -_:b18 | 1122 | +_:b130 |
| 1140 | - sp:varName "dTimStart"^^xsd:string . | 1123 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1141 | 1124 | ||
| 1142 | -_:b17 | 1125 | +_:b131 |
| 1143 | sp:varName "nameWellBore"^^xsd:string . | 1126 | sp:varName "nameWellBore"^^xsd:string . |
| 1144 | 1127 | ||
| 1145 | -_:b16 | 1128 | +_:b132 |
| 1146 | - sp:varName "pressureTestType"^^xsd:string . | 1129 | + sp:varName "dTimStart"^^xsd:string . |
| 1147 | 1130 | ||
| 1148 | -_:b15 | 1131 | +_:b133 |
| 1132 | + sp:varName "statusInfo"^^xsd:string . | ||
| 1133 | + | ||
| 1134 | +_:b134 | ||
| 1149 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1135 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1150 | 1136 | ||
| 1151 | -_:b142 | 1137 | +_:b135 |
| 1152 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1138 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1153 | 1139 | ||
| 1154 | -_:b141 | 1140 | +_:b123 |
| 1155 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1141 | + sp:varName "tvdDiaPilotPlan"^^xsd:string . |
| 1156 | - | ||
| 1157 | -_:b140 | ||
| 1158 | - sp:varName "statusInfo"^^xsd:string . | ||
| 1159 | 1142 | ||
| 1160 | -_:b139 | 1143 | +_:b124 |
| 1161 | - sp:varName "dTimStart"^^xsd:string . | 1144 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1162 | 1145 | ||
| 1163 | -_:b138 | 1146 | +_:b125 |
| 1164 | sp:varName "nameWellBore"^^xsd:string . | 1147 | sp:varName "nameWellBore"^^xsd:string . |
| 1165 | 1148 | ||
| 1166 | -_:b137 | 1149 | +_:b126 |
| 1167 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1150 | + sp:varName "dTimStart"^^xsd:string . |
| 1168 | 1151 | ||
| 1169 | -_:b136 | 1152 | +_:b127 |
| 1170 | - sp:varName "tvdStrengthForm"^^xsd:string . | 1153 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1171 | 1154 | ||
| 1172 | _:b128 | 1155 | _:b128 |
| 1173 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1156 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1174 | 1157 | ||
| 1175 | -_:b127 | 1158 | +_:b97 |
| 1176 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1159 | + sp:varName "md"^^xsd:string . |
| 1177 | - | ||
| 1178 | -_:b126 | ||
| 1179 | - sp:varName "statusInfo"^^xsd:string . | ||
| 1180 | 1160 | ||
| 1181 | -_:b125 | 1161 | +_:b98 |
| 1182 | - sp:varName "dTimStart"^^xsd:string . | 1162 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1183 | 1163 | ||
| 1184 | -_:b124 | 1164 | +_:b99 |
| 1185 | sp:varName "nameWellBore"^^xsd:string . | 1165 | sp:varName "nameWellBore"^^xsd:string . |
| 1186 | 1166 | ||
| 1187 | -_:b123 | 1167 | +_:b100 |
| 1188 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1168 | + sp:varName "dTimStart"^^xsd:string . |
| 1189 | - | ||
| 1190 | -_:b122 | ||
| 1191 | - sp:varName "mdDiaHoleStart"^^xsd:string . | ||
| 1192 | 1169 | ||
| 1193 | -_:b62 | 1170 | +_:b101 |
| 1194 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 1171 | + sp:varName "statusInfo"^^xsd:string . |
| 1195 | 1172 | ||
| 1196 | -_:b61 | 1173 | +_:b102 |
| 1197 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1174 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1198 | 1175 | ||
| 1199 | -_:b60 | 1176 | +_:b103 |
| 1200 | - sp:varName "statusInfo"^^xsd:string . | 1177 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1201 | 1178 | ||
| 1202 | -_:b59 | 1179 | +_:b64 |
| 1203 | - sp:varName "dTimStart"^^xsd:string . | 1180 | + sp:varName "mdDiaHoleStart"^^xsd:string . |
| 1204 | 1181 | ||
| 1205 | -_:b58 | 1182 | +_:b65 |
| 1183 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 1184 | + | ||
| 1185 | +_:b66 | ||
| 1206 | sp:varName "nameWellBore"^^xsd:string . | 1186 | sp:varName "nameWellBore"^^xsd:string . |
| 1207 | 1187 | ||
| 1208 | -_:b57 | 1188 | +_:b67 |
| 1209 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1189 | + sp:varName "dTimStart"^^xsd:string . |
| 1210 | 1190 | ||
| 1211 | -_:b56 | 1191 | +_:b68 |
| 1212 | - sp:varName "mdDiaPilotPlan"^^xsd:string . | 1192 | + sp:varName "statusInfo"^^xsd:string . |
| 1213 | 1193 | ||
| 1214 | -_:b13 | 1194 | +_:b69 |
| 1195 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 1196 | + | ||
| 1197 | +_:b70 | ||
| 1215 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1198 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1216 | 1199 | ||
| 1217 | -_:b12 | 1200 | +_:b110 |
| 1218 | - sp:varName "statusInfo"^^xsd:string . | 1201 | + sp:varName "sum24Hr"^^xsd:string . |
| 1219 | 1202 | ||
| 1220 | -_:b11 | 1203 | +_:b111 |
| 1221 | - sp:varName "dTimStart"^^xsd:string . | 1204 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1222 | 1205 | ||
| 1223 | -_:b10 | 1206 | +_:b112 |
| 1224 | sp:varName "nameWellBore"^^xsd:string . | 1207 | sp:varName "nameWellBore"^^xsd:string . |
| 1225 | 1208 | ||
| 1226 | -_:b9 sp:varName "dailyDrillingActivity"^^xsd:string . | 1209 | +_:b113 |
| 1210 | + sp:varName "dTimStart"^^xsd:string . | ||
| 1227 | 1211 | ||
| 1228 | -_:b8 sp:varName "distDrill"^^xsd:string . | 1212 | +_:b114 |
| 1213 | + sp:varName "statusInfo"^^xsd:string . | ||
| 1229 | 1214 | ||
| 1230 | -_:b94 | 1215 | +_:b115 |
| 1231 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1216 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1232 | 1217 | ||
| 1233 | -_:b93 | 1218 | +_:b1 sp:varName "wellBoreDrillingType"^^xsd:string . |
| 1234 | - sp:varName "statusInfo"^^xsd:string . | ||
| 1235 | 1219 | ||
| 1236 | -_:b92 | 1220 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1237 | - sp:varName "dTimStart"^^xsd:string . | ||
| 1238 | 1221 | ||
| 1239 | -_:b91 | 1222 | +_:b3 sp:varName "nameWellBore"^^xsd:string . |
| 1240 | - sp:varName "nameWellBore"^^xsd:string . | ||
| 1241 | 1223 | ||
| 1242 | -_:b90 | 1224 | +_:b4 sp:varName "dTimStart"^^xsd:string . |
| 1243 | - sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 1244 | 1225 | ||
| 1245 | -_:b89 | 1226 | +_:b5 sp:varName "statusInfo"^^xsd:string . |
| 1246 | - sp:varName "sum24Hr"^^xsd:string . | ||
| 1247 | 1227 | ||
| 1248 | -_:b55 | 1228 | +_:b6 sp:varName "typeWellBore"^^xsd:string . |
| 1249 | - sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 1250 | 1229 | ||
| 1251 | -_:b54 | 1230 | +_:b7 sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1231 | + | ||
| 1232 | +_:b91 | ||
| 1233 | + sp:varName "ropCurrentValue"^^xsd:string . | ||
| 1234 | + | ||
| 1235 | +_:b92 | ||
| 1252 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1236 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1253 | 1237 | ||
| 1254 | -_:b53 | 1238 | +_:b93 |
| 1255 | - sp:varName "statusInfo"^^xsd:string . | 1239 | + sp:varName "nameWellBore"^^xsd:string . |
| 1256 | 1240 | ||
| 1257 | -_:b52 | 1241 | +_:b94 |
| 1258 | sp:varName "dTimStart"^^xsd:string . | 1242 | sp:varName "dTimStart"^^xsd:string . |
| 1259 | 1243 | ||
| 1260 | -_:b51 | 1244 | +_:b95 |
| 1261 | - sp:varName "nameWellBore"^^xsd:string . | 1245 | + sp:varName "statusInfo"^^xsd:string . |
| 1262 | 1246 | ||
| 1263 | -_:b50 | 1247 | +_:b96 |
| 1248 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 1249 | + | ||
| 1250 | +_:b43 | ||
| 1251 | + sp:varName "elevKelly"^^xsd:string . | ||
| 1252 | + | ||
| 1253 | +_:b44 | ||
| 1264 | sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1254 | sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1265 | 1255 | ||
| 1266 | -_:b49 | 1256 | +_:b45 |
| 1267 | - sp:varName "tvd"^^xsd:string . | 1257 | + sp:varName "nameWellBore"^^xsd:string . |
| 1268 | 1258 | ||
| 1269 | -_:b48 | 1259 | +_:b46 |
| 1270 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 1260 | + sp:varName "dTimStart"^^xsd:string . |
| 1271 | 1261 | ||
| 1272 | _:b47 | 1262 | _:b47 |
| 1263 | + sp:varName "statusInfo"^^xsd:string . | ||
| 1264 | + | ||
| 1265 | +_:b48 | ||
| 1273 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1266 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1274 | 1267 | ||
| 1275 | -_:b46 | 1268 | +_:b49 |
| 1276 | - sp:varName "statusInfo"^^xsd:string . | 1269 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1277 | 1270 | ||
| 1278 | -_:b45 | 1271 | +_:b29 |
| 1279 | - sp:varName "dTimStart"^^xsd:string . | 1272 | + sp:varName "mdPlanned"^^xsd:string . |
| 1280 | 1273 | ||
| 1281 | -_:b44 | 1274 | +_:b30 |
| 1275 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 1276 | + | ||
| 1277 | +_:b31 | ||
| 1282 | sp:varName "nameWellBore"^^xsd:string . | 1278 | sp:varName "nameWellBore"^^xsd:string . |
| 1283 | 1279 | ||
| 1284 | -_:b43 | 1280 | +_:b32 |
| 1285 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1281 | + sp:varName "dTimStart"^^xsd:string . |
| 1286 | 1282 | ||
| 1287 | -_:b42 | 1283 | +_:b33 |
| 1288 | - sp:varName "md"^^xsd:string . | 1284 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1285 | + | ||
| 1286 | +_:b34 | ||
| 1287 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Mon Aug 08 14:39:30 BST 2011 | 1 | +# Saved by TopBraid on Tue Aug 09 14:36:52 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/iso15926/bindEP-NativeOWL | 2 | # baseURI: http://www.reportinghub.no/iso15926/bindEP-NativeOWL |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr | 3 | # imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.1/activity | 4 | # imports: http://www.reportinghub.no/ep/schema/1.1/activity |
| ... | @@ -18,9 +18,6 @@ | ... | @@ -18,9 +18,6 @@ |
| 18 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 18 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 19 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 19 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 20 | 20 | ||
| 21 | -<http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> | ||
| 22 | - rdfs:subClassOf iso15926:PossibleIndividual . | ||
| 23 | - | ||
| 24 | <http://www.reportinghub.no/iso15926/bindEP-NativeOWL> | 21 | <http://www.reportinghub.no/iso15926/bindEP-NativeOWL> |
| 25 | rdf:type owl:Ontology ; | 22 | rdf:type owl:Ontology ; |
| 26 | owl:imports <http://purl.org/dc/elements/1.1/> , <http://www.reportinghub.no/ep/schema/1.1.1/ddr> , <http://www.w3.org/2004/02/skos/core> , <http://purl.org/dc/terms/> , <http://www.reportinghub.no/ep/schema/equipment> , <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/ep/schema/report> , <http://www.reportinghub.no/iso15926/nativeOWL> , <http://www.reportinghub.no/ep/schema/1.1/activity> ; | 23 | owl:imports <http://purl.org/dc/elements/1.1/> , <http://www.reportinghub.no/ep/schema/1.1.1/ddr> , <http://www.w3.org/2004/02/skos/core> , <http://purl.org/dc/terms/> , <http://www.reportinghub.no/ep/schema/equipment> , <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/ep/schema/report> , <http://www.reportinghub.no/iso15926/nativeOWL> , <http://www.reportinghub.no/ep/schema/1.1/activity> ; | ... | ... |
| 1 | -# Saved by TopBraid on Fri Aug 05 15:03:26 BST 2011 | 1 | +# Saved by TopBraid on Tue Aug 09 15:00:49 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/iso15926/nativeOWL | 2 | # baseURI: http://www.reportinghub.no/iso15926/nativeOWL |
| 3 | # imports: http://purl.org/dc/elements/1.1/ | 3 | # imports: http://purl.org/dc/elements/1.1/ |
| 4 | # imports: http://www.w3.org/2004/02/skos/core | 4 | # imports: http://www.w3.org/2004/02/skos/core |
| 5 | +# imports: http://www.reportinghub.no/ep/schema/1.1/core | ||
| 5 | # imports: http://purl.org/dc/terms/ | 6 | # imports: http://purl.org/dc/terms/ |
| 6 | 7 | ||
| 7 | @prefix : <http://www.reportinghub.no/iso15926/nativeOWL#> . | 8 | @prefix : <http://www.reportinghub.no/iso15926/nativeOWL#> . |
| ... | @@ -10,48 +11,48 @@ | ... | @@ -10,48 +11,48 @@ |
| 10 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 11 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 11 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 12 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 12 | 13 | ||
| 13 | -<http://www.reportinghub.no/iso15926/nativeOWL> | 14 | +<http://www.reportinghub.no/ep/schema/core#hasPart> |
| 14 | - rdf:type owl:Ontology ; | ||
| 15 | - owl:imports <http://purl.org/dc/elements/1.1/> , <http://purl.org/dc/terms/> , <http://www.w3.org/2004/02/skos/core> ; | ||
| 16 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 17 | - | ||
| 18 | -:Activity | ||
| 19 | - rdf:type owl:Class ; | ||
| 20 | - rdfs:label "activity"^^xsd:string ; | ||
| 21 | - rdfs:subClassOf :PossibleIndividual . | ||
| 22 | - | ||
| 23 | -:PossibleIndividual | ||
| 24 | - rdf:type owl:Class ; | ||
| 25 | - rdfs:comment "something that exists or could exist in the universe"^^xsd:string ; | ||
| 26 | - rdfs:label "possible individual"^^xsd:string ; | ||
| 27 | - rdfs:subClassOf owl:Thing . | ||
| 28 | - | ||
| 29 | -:hasPart | ||
| 30 | rdf:type owl:TransitiveProperty ; | 15 | rdf:type owl:TransitiveProperty ; |
| 31 | rdfs:domain :PossibleIndividual ; | 16 | rdfs:domain :PossibleIndividual ; |
| 32 | rdfs:label "has part"^^xsd:string ; | 17 | rdfs:label "has part"^^xsd:string ; |
| 33 | rdfs:range :PossibleIndividual ; | 18 | rdfs:range :PossibleIndividual ; |
| 34 | - owl:inverseOf :partOf . | 19 | + owl:inverseOf <http://www.reportinghub.no/ep/schema/core#partOf> . |
| 35 | 20 | ||
| 36 | -:hasTemporalPart | 21 | +<http://www.reportinghub.no/ep/schema/core#hasTemporalPart> |
| 37 | rdf:type owl:TransitiveProperty ; | 22 | rdf:type owl:TransitiveProperty ; |
| 38 | rdfs:domain :PossibleIndividual ; | 23 | rdfs:domain :PossibleIndividual ; |
| 39 | rdfs:label "has temporal part"^^xsd:string ; | 24 | rdfs:label "has temporal part"^^xsd:string ; |
| 40 | rdfs:range :PossibleIndividual ; | 25 | rdfs:range :PossibleIndividual ; |
| 41 | - rdfs:subPropertyOf :hasPart ; | 26 | + rdfs:subPropertyOf <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 42 | - owl:inverseOf :temporalPartOf . | 27 | + owl:inverseOf <http://www.reportinghub.no/ep/schema/core#temporalPartOf> . |
| 43 | 28 | ||
| 44 | -:partOf | 29 | +<http://www.reportinghub.no/ep/schema/core#partOf> |
| 45 | rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 30 | rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 46 | rdfs:domain :PossibleIndividual ; | 31 | rdfs:domain :PossibleIndividual ; |
| 47 | rdfs:label "part of"^^xsd:string ; | 32 | rdfs:label "part of"^^xsd:string ; |
| 48 | rdfs:range :PossibleIndividual ; | 33 | rdfs:range :PossibleIndividual ; |
| 49 | - owl:inverseOf :hasPart . | 34 | + owl:inverseOf <http://www.reportinghub.no/ep/schema/core#hasPart> . |
| 50 | 35 | ||
| 51 | -:temporalPartOf | 36 | +<http://www.reportinghub.no/ep/schema/core#temporalPartOf> |
| 52 | rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 37 | rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 53 | rdfs:domain :PossibleIndividual ; | 38 | rdfs:domain :PossibleIndividual ; |
| 54 | rdfs:label "temporal part of"^^xsd:string ; | 39 | rdfs:label "temporal part of"^^xsd:string ; |
| 55 | rdfs:range :PossibleIndividual ; | 40 | rdfs:range :PossibleIndividual ; |
| 56 | - rdfs:subPropertyOf :partOf ; | 41 | + rdfs:subPropertyOf <http://www.reportinghub.no/ep/schema/core#partOf> ; |
| 57 | - owl:inverseOf :hasTemporalPart . | 42 | + owl:inverseOf <http://www.reportinghub.no/ep/schema/core#hasTemporalPart> . |
| 43 | + | ||
| 44 | +<http://www.reportinghub.no/iso15926/nativeOWL> | ||
| 45 | + rdf:type owl:Ontology ; | ||
| 46 | + owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> , <http://www.w3.org/2004/02/skos/core> , <http://purl.org/dc/terms/> , <http://purl.org/dc/elements/1.1/> ; | ||
| 47 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 48 | + | ||
| 49 | +:Activity | ||
| 50 | + rdf:type owl:Class ; | ||
| 51 | + rdfs:label "activity"^^xsd:string ; | ||
| 52 | + rdfs:subClassOf :PossibleIndividual . | ||
| 53 | + | ||
| 54 | +:PossibleIndividual | ||
| 55 | + rdf:type owl:Class ; | ||
| 56 | + rdfs:comment "something that exists or could exist in the universe"^^xsd:string ; | ||
| 57 | + rdfs:label "possible individual"^^xsd:string ; | ||
| 58 | + rdfs:subClassOf owl:Thing . | ... | ... |
| 1 | -# Saved by TopBraid on Thu Aug 04 09:37:09 BST 2011 | 1 | +# Saved by TopBraid on Tue Aug 09 14:48:52 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/1.1/schema/NPD-to-15926 | 2 | # baseURI: http://www.reportinghub.no/1.1/schema/NPD-to-15926 |
| 3 | # imports: http://topbraid.org/spin/spinmapl | 3 | # imports: http://topbraid.org/spin/spinmapl |
| 4 | -# imports: http://spinrdf.org/spin | ||
| 5 | # imports: http://www.reportinghub.no/1.1/schema/npd | 4 | # imports: http://www.reportinghub.no/1.1/schema/npd |
| 5 | +# imports: http://spinrdf.org/spin | ||
| 6 | # imports: http://rds.posccaesar.org/2008/06/OWL/RDL | 6 | # imports: http://rds.posccaesar.org/2008/06/OWL/RDL |
| 7 | 7 | ||
| 8 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 8 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
| ... | @@ -22,7 +22,7 @@ | ... | @@ -22,7 +22,7 @@ |
| 22 | 22 | ||
| 23 | <http://www.reportinghub.no/1.1/schema/NPD-to-15926> | 23 | <http://www.reportinghub.no/1.1/schema/NPD-to-15926> |
| 24 | rdf:type owl:Ontology ; | 24 | rdf:type owl:Ontology ; |
| 25 | - owl:imports <http://rds.posccaesar.org/2008/06/OWL/RDL> , <http://www.reportinghub.no/1.1/schema/npd> , <http://topbraid.org/spin/spinmapl> , <http://spinrdf.org/spin> ; | 25 | + owl:imports <http://spinrdf.org/spin> , <http://topbraid.org/spin/spinmapl> , <http://www.reportinghub.no/1.1/schema/npd> , <http://rds.posccaesar.org/2008/06/OWL/RDL> ; |
| 26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 27 | 27 | ||
| 28 | npdMap:ClassifyArrangedIndividual | 28 | npdMap:ClassifyArrangedIndividual |
| ... | @@ -227,13 +227,7 @@ npdMap:Licence_1 | ... | @@ -227,13 +227,7 @@ npdMap:Licence_1 |
| 227 | rdf:type npd:Licence ; | 227 | rdf:type npd:Licence ; |
| 228 | npd:id "ABC123"^^xsd:string . | 228 | npd:id "ABC123"^^xsd:string . |
| 229 | 229 | ||
| 230 | -npd:NpdIndividual | 230 | +<http://www.reportinghub.no/ep/schema/well#WellBore> |
| 231 | - spin:rule | ||
| 232 | - [ rdf:type npdMap:CreateIndividualWithNPDID ; | ||
| 233 | - sp:arg1 "\"Individual\""^^xsd:string | ||
| 234 | - ] . | ||
| 235 | - | ||
| 236 | -npd:WellBore | ||
| 237 | spin:rule | 231 | spin:rule |
| 238 | [ rdf:type sp:Construct ; | 232 | [ rdf:type sp:Construct ; |
| 239 | rdfs:comment """This rule creates the WellBore and Well and joins them up using a composition relationship (dm:ArrangementOfIndividual) | 233 | rdfs:comment """This rule creates the WellBore and Well and joins them up using a composition relationship (dm:ArrangementOfIndividual) |
| ... | @@ -296,6 +290,12 @@ Note that because it uses the same URI production rule as other functions, we do | ... | @@ -296,6 +290,12 @@ Note that because it uses the same URI production rule as other functions, we do |
| 296 | [ rdf:type npdMap:ClassifyArrangedIndividual | 290 | [ rdf:type npdMap:ClassifyArrangedIndividual |
| 297 | ] . | 291 | ] . |
| 298 | 292 | ||
| 293 | +npd:NpdIndividual | ||
| 294 | + spin:rule | ||
| 295 | + [ rdf:type npdMap:CreateIndividualWithNPDID ; | ||
| 296 | + sp:arg1 "\"Individual\""^^xsd:string | ||
| 297 | + ] . | ||
| 298 | + | ||
| 299 | npd:WellBore_1 | 299 | npd:WellBore_1 |
| 300 | npd:drilledInProductionLicence | 300 | npd:drilledInProductionLicence |
| 301 | npdMap:Licence_1 . | 301 | npdMap:Licence_1 . |
| ... | @@ -303,7 +303,7 @@ npd:WellBore_1 | ... | @@ -303,7 +303,7 @@ npd:WellBore_1 |
| 303 | npd:wellDiskosType | 303 | npd:wellDiskosType |
| 304 | rdf:type owl:DatatypeProperty ; | 304 | rdf:type owl:DatatypeProperty ; |
| 305 | rdfs:comment "Corresponds to DISKOS Type field in WellBore tables"^^xsd:string ; | 305 | rdfs:comment "Corresponds to DISKOS Type field in WellBore tables"^^xsd:string ; |
| 306 | - rdfs:domain npd:Well ; | 306 | + rdfs:domain <http://www.reportinghub.no/ep/schema/well#Well> ; |
| 307 | rdfs:range xsd:string . | 307 | rdfs:range xsd:string . |
| 308 | 308 | ||
| 309 | _:b13 | 309 | _:b13 | ... | ... |
| 1 | +# Saved by TopBraid on Tue Aug 09 15:35:38 BST 2011 | ||
| 1 | # baseURI: http://www.reportinghub.no/1.1/schema/npd | 2 | # baseURI: http://www.reportinghub.no/1.1/schema/npd |
| 3 | +# imports: http://www.reportinghub.no/ep/schema/organization | ||
| 4 | +# imports: http://www.reportinghub.no/ep/schema/facility | ||
| 5 | +# imports: http://www.reportinghub.no/ep/schema/well | ||
| 2 | 6 | ||
| 7 | +@prefix facility: <http://www.reportinghub.no/ep/schema/facility#> . | ||
| 3 | @prefix npd: <http://www.reportinghub.no/schema/npd#> . | 8 | @prefix npd: <http://www.reportinghub.no/schema/npd#> . |
| 9 | +@prefix organization: <http://www.reportinghub.no/ep/schema/organization#> . | ||
| 4 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 10 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 5 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 11 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 6 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 12 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| ... | @@ -12,17 +18,53 @@ | ... | @@ -12,17 +18,53 @@ |
| 12 | 18 | ||
| 13 | <http://www.reportinghub.no/1.1/schema/npd> | 19 | <http://www.reportinghub.no/1.1/schema/npd> |
| 14 | rdf:type owl:Ontology ; | 20 | rdf:type owl:Ontology ; |
| 21 | + owl:imports <http://www.reportinghub.no/ep/schema/organization> , <http://www.reportinghub.no/ep/schema/facility> , <http://www.reportinghub.no/ep/schema/well> ; | ||
| 15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 22 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 16 | 23 | ||
| 17 | -npd:BusinessArrangementArea | 24 | +<http://www.reportinghub.no/ep/schema/core#PhysicalThing> |
| 18 | rdf:type owl:Class ; | 25 | 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 ; | 26 | + rdfs:comment "An individual (cringe) that has temporal extent. If Matthew and Chris ever found out about this, they'd string me up. - IB"^^xsd:string . |
| 20 | - rdfs:subClassOf npd:TemporalIndividual , npd:NpdIndividual , npd:Owner . | 27 | + |
| 28 | +facility:Facility | ||
| 29 | + rdf:type owl:Class ; | ||
| 30 | + rdfs:subClassOf npd:NpdIndividual . | ||
| 31 | + | ||
| 32 | +facility:FixedFacility | ||
| 33 | + rdf:type owl:Class ; | ||
| 34 | + rdfs:comment "'Permanently placed facility' is a generic term for all facilities that are placed on a field permanently. Floating production facilities, which in principle are mobile, come under this definition as they are meant to be permanently placed on the field."^^xsd:string ; | ||
| 35 | + rdfs:subClassOf facility:Facility . | ||
| 36 | + | ||
| 37 | +facility:MoveableFacility | ||
| 38 | + rdf:type owl:Class ; | ||
| 39 | + rdfs:comment "Mobile facilities are facilities not meant to be permanently placed on the field during the lifetime of the field, for example mobile drilling units."^^xsd:string ; | ||
| 40 | + rdfs:subClassOf facility:Facility . | ||
| 21 | 41 | ||
| 22 | -npd:Company | 42 | +facility:SubSurfaceFixedFacility |
| 43 | + rdf:type owl:Class ; | ||
| 44 | + rdfs:subClassOf facility:FixedFacility . | ||
| 45 | + | ||
| 46 | +facility:SurfaceFixedFacility | ||
| 47 | + rdf:type owl:Class ; | ||
| 48 | + rdfs:subClassOf facility:FixedFacility . | ||
| 49 | + | ||
| 50 | +organization:Company | ||
| 23 | rdf:type owl:Class ; | 51 | rdf:type owl:Class ; |
| 24 | rdfs:subClassOf npd:Individual . | 52 | rdfs:subClassOf npd:Individual . |
| 25 | 53 | ||
| 54 | +<http://www.reportinghub.no/ep/schema/well#Well> | ||
| 55 | + rdf:type owl:Class ; | ||
| 56 | + 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 ; | ||
| 57 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | ||
| 58 | + | ||
| 59 | +<http://www.reportinghub.no/ep/schema/well#WellBore> | ||
| 60 | + rdf:type owl:Class ; | ||
| 61 | + rdfs:subClassOf npd:NpdIndividual , <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> . | ||
| 62 | + | ||
| 63 | +npd:BusinessArrangementArea | ||
| 64 | + rdf:type owl:Class ; | ||
| 65 | + 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 ; | ||
| 66 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> , npd:NpdIndividual , npd:Owner . | ||
| 67 | + | ||
| 26 | npd:DAS_DecidedByTheLicensees | 68 | npd:DAS_DecidedByTheLicensees |
| 27 | rdf:type npd:DiscoveryActivityStatus ; | 69 | rdf:type npd:DiscoveryActivityStatus ; |
| 28 | rdfs:label "decided by the licensees"@en ; | 70 | rdfs:label "decided by the licensees"@en ; |
| ... | @@ -201,10 +243,6 @@ npd:FFP_ShutDown | ... | @@ -201,10 +243,6 @@ npd:FFP_ShutDown |
| 201 | rdfs:label "shut down"@en ; | 243 | rdfs:label "shut down"@en ; |
| 202 | npd:code "SHUT DOWN"^^xsd:string . | 244 | npd:code "SHUT DOWN"^^xsd:string . |
| 203 | 245 | ||
| 204 | -npd:Facility | ||
| 205 | - rdf:type owl:Class ; | ||
| 206 | - rdfs:subClassOf npd:TemporalIndividual , npd:NpdIndividual . | ||
| 207 | - | ||
| 208 | npd:Field | 246 | npd:Field |
| 209 | rdf:type owl:Class ; | 247 | rdf:type owl:Class ; |
| 210 | rdfs:comment """A field is a discovery or several discoveries combined which the licensees have decided to develop, and for which the authorities have approved a plan for development and operation (PDO) or granted a PDO exemption. | 248 | rdfs:comment """A field is a discovery or several discoveries combined which the licensees have decided to develop, and for which the authorities have approved a plan for development and operation (PDO) or granted a PDO exemption. |
| ... | @@ -225,11 +263,6 @@ npd:FieldPart | ... | @@ -225,11 +263,6 @@ npd:FieldPart |
| 225 | rdfs:comment "A part of a Field"^^xsd:string ; | 263 | rdfs:comment "A part of a Field"^^xsd:string ; |
| 226 | rdfs:subClassOf npd:FixedFacilityParent . | 264 | rdfs:subClassOf npd:FixedFacilityParent . |
| 227 | 265 | ||
| 228 | -npd:FixedFacility | ||
| 229 | - rdf:type owl:Class ; | ||
| 230 | - rdfs:comment "'Permanently placed facility' is a generic term for all facilities that are placed on a field permanently. Floating production facilities, which in principle are mobile, come under this definition as they are meant to be permanently placed on the field."^^xsd:string ; | ||
| 231 | - rdfs:subClassOf npd:Facility . | ||
| 232 | - | ||
| 233 | npd:FixedFacilityParent | 266 | npd:FixedFacilityParent |
| 234 | rdf:type owl:Class ; | 267 | rdf:type owl:Class ; |
| 235 | rdfs:subClassOf npd:NpdIndividual . | 268 | rdfs:subClassOf npd:NpdIndividual . |
| ... | @@ -283,7 +316,7 @@ npd:LS_Inactive | ... | @@ -283,7 +316,7 @@ npd:LS_Inactive |
| 283 | npd:Licence | 316 | npd:Licence |
| 284 | rdf:type owl:Class ; | 317 | rdf:type owl:Class ; |
| 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 ; | 318 | 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 ; |
| 286 | - rdfs:subClassOf npd:Owner , npd:NpdIndividual , npd:TemporalIndividual . | 319 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> , npd:NpdIndividual , npd:Owner . |
| 287 | 320 | ||
| 288 | npd:LicenseStatus | 321 | npd:LicenseStatus |
| 289 | rdf:type owl:Class ; | 322 | rdf:type owl:Class ; |
| ... | @@ -312,18 +345,13 @@ npd:MainNCSArea | ... | @@ -312,18 +345,13 @@ npd:MainNCSArea |
| 312 | rdfs:subClassOf npd:Enumeration ; | 345 | rdfs:subClassOf npd:Enumeration ; |
| 313 | owl:oneOf (npd:MNA_NorthSea npd:MNA_NorwegianSea npd:MNA_BarentsSea) . | 346 | owl:oneOf (npd:MNA_NorthSea npd:MNA_NorwegianSea npd:MNA_BarentsSea) . |
| 314 | 347 | ||
| 315 | -npd:MoveableFacility | ||
| 316 | - rdf:type owl:Class ; | ||
| 317 | - rdfs:comment "Mobile facilities are facilities not meant to be permanently placed on the field during the lifetime of the field, for example mobile drilling units."^^xsd:string ; | ||
| 318 | - rdfs:subClassOf npd:Facility . | ||
| 319 | - | ||
| 320 | npd:NpdIndividual | 348 | npd:NpdIndividual |
| 321 | rdf:type owl:Class ; | 349 | rdf:type owl:Class ; |
| 322 | rdfs:subClassOf npd:Individual . | 350 | rdfs:subClassOf npd:Individual . |
| 323 | 351 | ||
| 324 | npd:OperatingCompany | 352 | npd:OperatingCompany |
| 325 | rdf:type owl:Class ; | 353 | rdf:type owl:Class ; |
| 326 | - rdfs:subClassOf npd:NpdIndividual , npd:Company . | 354 | + rdfs:subClassOf organization:Company , npd:NpdIndividual . |
| 327 | 355 | ||
| 328 | npd:Owner | 356 | npd:Owner |
| 329 | rdf:type owl:Class ; | 357 | rdf:type owl:Class ; |
| ... | @@ -336,7 +364,7 @@ npd:ParcellBAA | ... | @@ -336,7 +364,7 @@ npd:ParcellBAA |
| 336 | 364 | ||
| 337 | npd:ParentCompany | 365 | npd:ParentCompany |
| 338 | rdf:type owl:Class ; | 366 | rdf:type owl:Class ; |
| 339 | - rdfs:subClassOf npd:Company . | 367 | + rdfs:subClassOf organization:Company . |
| 340 | 368 | ||
| 341 | npd:SeismicAreaBAA | 369 | npd:SeismicAreaBAA |
| 342 | rdf:type owl:Class ; | 370 | rdf:type owl:Class ; |
| ... | @@ -345,7 +373,7 @@ npd:SeismicAreaBAA | ... | @@ -345,7 +373,7 @@ npd:SeismicAreaBAA |
| 345 | npd:Share | 373 | npd:Share |
| 346 | rdf:type owl:Class ; | 374 | rdf:type owl:Class ; |
| 347 | rdfs:comment "A company's share in something - e.g. a BAA or a License"^^xsd:string ; | 375 | rdfs:comment "A company's share in something - e.g. a BAA or a License"^^xsd:string ; |
| 348 | - rdfs:subClassOf npd:TemporalIndividual . | 376 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> . |
| 349 | 377 | ||
| 350 | npd:ShareOfBAA | 378 | npd:ShareOfBAA |
| 351 | rdf:type owl:Class ; | 379 | rdf:type owl:Class ; |
| ... | @@ -360,23 +388,10 @@ npd:SlidingScaleBAA | ... | @@ -360,23 +388,10 @@ npd:SlidingScaleBAA |
| 360 | rdf:type owl:Class ; | 388 | rdf:type owl:Class ; |
| 361 | rdfs:subClassOf npd:BusinessArrangementArea . | 389 | rdfs:subClassOf npd:BusinessArrangementArea . |
| 362 | 390 | ||
| 363 | -npd:SubSurfaceFixedFacility | ||
| 364 | - rdf:type owl:Class ; | ||
| 365 | - rdfs:subClassOf npd:FixedFacility . | ||
| 366 | - | ||
| 367 | -npd:SurfaceFixedFacility | ||
| 368 | - rdf:type owl:Class ; | ||
| 369 | - rdfs:subClassOf npd:FixedFacility . | ||
| 370 | - | ||
| 371 | npd:TUF | 391 | npd:TUF |
| 372 | rdf:type owl:Class ; | 392 | rdf:type owl:Class ; |
| 373 | rdfs:comment "TUF is an abbreviation for \"Transportation and Utilization Facilities\"."^^xsd:string ; | 393 | rdfs:comment "TUF is an abbreviation for \"Transportation and Utilization Facilities\"."^^xsd:string ; |
| 374 | - rdfs:subClassOf npd:FixedFacilityParent . | 394 | + rdfs:subClassOf facility:Facility , npd:FixedFacilityParent . |
| 375 | - | ||
| 376 | -npd:TemporalIndividual | ||
| 377 | - rdf:type owl:Class ; | ||
| 378 | - rdfs:comment "An individual (cringe) that has temporal extent. If Matthew and Chris ever found out about this, they'd string me up."^^xsd:string ; | ||
| 379 | - rdfs:subClassOf npd:Individual . | ||
| 380 | 395 | ||
| 381 | npd:TufPart | 396 | npd:TufPart |
| 382 | rdf:type owl:Class ; | 397 | rdf:type owl:Class ; |
| ... | @@ -437,15 +452,6 @@ npd:WBC_Water-Gas | ... | @@ -437,15 +452,6 @@ npd:WBC_Water-Gas |
| 437 | rdfs:label "water/gas"@en ; | 452 | rdfs:label "water/gas"@en ; |
| 438 | npd:code "WATER/GAS"^^xsd:string . | 453 | npd:code "WATER/GAS"^^xsd:string . |
| 439 | 454 | ||
| 440 | -npd:Well | ||
| 441 | - rdf:type owl:Class ; | ||
| 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 ; | ||
| 443 | - rdfs:subClassOf npd:Individual . | ||
| 444 | - | ||
| 445 | -npd:WellBore | ||
| 446 | - rdf:type owl:Class ; | ||
| 447 | - rdfs:subClassOf npd:TemporalIndividual , npd:NpdIndividual . | ||
| 448 | - | ||
| 449 | npd:WellBoreContent | 455 | npd:WellBoreContent |
| 450 | rdf:type owl:Class ; | 456 | rdf:type owl:Class ; |
| 451 | rdfs:label "Well bore content"^^xsd:string ; | 457 | rdfs:label "Well bore content"^^xsd:string ; |
| ... | @@ -464,7 +470,7 @@ npd:baaShared | ... | @@ -464,7 +470,7 @@ npd:baaShared |
| 464 | 470 | ||
| 465 | npd:belongsTo | 471 | npd:belongsTo |
| 466 | rdf:type owl:ObjectProperty ; | 472 | rdf:type owl:ObjectProperty ; |
| 467 | - rdfs:domain npd:FixedFacility ; | 473 | + rdfs:domain facility:FixedFacility ; |
| 468 | rdfs:range npd:FixedFacilityParent . | 474 | rdfs:range npd:FixedFacilityParent . |
| 469 | 475 | ||
| 470 | npd:code | 476 | npd:code |
| ... | @@ -474,7 +480,7 @@ npd:code | ... | @@ -474,7 +480,7 @@ npd:code |
| 474 | 480 | ||
| 475 | npd:companyShortName | 481 | npd:companyShortName |
| 476 | rdf:type owl:DatatypeProperty ; | 482 | rdf:type owl:DatatypeProperty ; |
| 477 | - rdfs:domain npd:Company ; | 483 | + rdfs:domain organization:Company ; |
| 478 | rdfs:range xsd:string ; | 484 | rdfs:range xsd:string ; |
| 479 | rdfs:subPropertyOf rdfs:label . | 485 | rdfs:subPropertyOf rdfs:label . |
| 480 | 486 | ||
| ... | @@ -486,14 +492,14 @@ npd:currentActivityStatus | ... | @@ -486,14 +492,14 @@ npd:currentActivityStatus |
| 486 | npd:currentOperator | 492 | npd:currentOperator |
| 487 | rdf:type owl:ObjectProperty ; | 493 | rdf:type owl:ObjectProperty ; |
| 488 | rdfs:comment "Corresponds to Current Operator field in fixed facility tables"^^xsd:string ; | 494 | rdfs:comment "Corresponds to Current Operator field in fixed facility tables"^^xsd:string ; |
| 489 | - rdfs:domain npd:FixedFacility ; | 495 | + rdfs:domain facility:FixedFacility ; |
| 490 | - rdfs:range npd:Company . | 496 | + rdfs:range organization:Company . |
| 491 | 497 | ||
| 492 | npd:currentlyResponsibleCompany | 498 | npd:currentlyResponsibleCompany |
| 493 | rdf:type owl:ObjectProperty ; | 499 | rdf:type owl:ObjectProperty ; |
| 494 | rdfs:comment "Corresponds to Currently Reponsible Company field in moveable facility tables"^^xsd:string ; | 500 | rdfs:comment "Corresponds to Currently Reponsible Company field in moveable facility tables"^^xsd:string ; |
| 495 | - rdfs:domain npd:MoveableFacility ; | 501 | + rdfs:domain facility:MoveableFacility ; |
| 496 | - rdfs:range npd:Company . | 502 | + rdfs:range organization:Company . |
| 497 | 503 | ||
| 498 | npd:discoveryCurrentActivityStatus | 504 | npd:discoveryCurrentActivityStatus |
| 499 | rdf:type owl:ObjectProperty ; | 505 | rdf:type owl:ObjectProperty ; |
| ... | @@ -520,7 +526,7 @@ npd:discoveryOperator | ... | @@ -520,7 +526,7 @@ npd:discoveryOperator |
| 520 | rdf:type owl:ObjectProperty ; | 526 | rdf:type owl:ObjectProperty ; |
| 521 | rdfs:comment "Corresponds to Operator field in NPD Discovery table (overview)"^^xsd:string ; | 527 | rdfs:comment "Corresponds to Operator field in NPD Discovery table (overview)"^^xsd:string ; |
| 522 | rdfs:domain npd:Discovery ; | 528 | rdfs:domain npd:Discovery ; |
| 523 | - rdfs:range npd:Company . | 529 | + rdfs:range organization:Company . |
| 524 | 530 | ||
| 525 | npd:discoveryOwner | 531 | npd:discoveryOwner |
| 526 | rdf:type owl:ObjectProperty ; | 532 | rdf:type owl:ObjectProperty ; |
| ... | @@ -532,7 +538,7 @@ npd:discoveryWellBore | ... | @@ -532,7 +538,7 @@ npd:discoveryWellBore |
| 532 | rdf:type owl:ObjectProperty ; | 538 | rdf:type owl:ObjectProperty ; |
| 533 | rdfs:comment "Corresponds to Discovery Wellbore NPDID in the Discovery table (overview)"^^xsd:string ; | 539 | rdfs:comment "Corresponds to Discovery Wellbore NPDID in the Discovery table (overview)"^^xsd:string ; |
| 534 | rdfs:domain npd:Discovery ; | 540 | rdfs:domain npd:Discovery ; |
| 535 | - rdfs:range npd:WellBore . | 541 | + rdfs:range <http://www.reportinghub.no/ep/schema/well#WellBore> . |
| 536 | 542 | ||
| 537 | npd:discoveryYear | 543 | npd:discoveryYear |
| 538 | rdf:type owl:DatatypeProperty ; | 544 | rdf:type owl:DatatypeProperty ; |
| ... | @@ -542,43 +548,43 @@ npd:discoveryYear | ... | @@ -542,43 +548,43 @@ npd:discoveryYear |
| 542 | npd:drilledInProductionLicence | 548 | npd:drilledInProductionLicence |
| 543 | rdf:type owl:ObjectProperty ; | 549 | rdf:type owl:ObjectProperty ; |
| 544 | rdfs:comment "Corresponds to Drilled in Production Licence field in WellBore tables"^^xsd:string ; | 550 | rdfs:comment "Corresponds to Drilled in Production Licence field in WellBore tables"^^xsd:string ; |
| 545 | - rdfs:domain npd:WellBore ; | 551 | + rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
| 546 | rdfs:range npd:Licence . | 552 | rdfs:range npd:Licence . |
| 547 | 553 | ||
| 548 | npd:drillingFacility | 554 | npd:drillingFacility |
| 549 | rdf:type owl:ObjectProperty ; | 555 | rdf:type owl:ObjectProperty ; |
| 550 | rdfs:comment "Corresponds to Drilled in Production License field in WellBore tables"^^xsd:string ; | 556 | rdfs:comment "Corresponds to Drilled in Production License field in WellBore tables"^^xsd:string ; |
| 551 | - rdfs:domain npd:WellBore ; | 557 | + rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
| 552 | - rdfs:range npd:Facility . | 558 | + rdfs:range facility:Facility . |
| 553 | 559 | ||
| 554 | npd:drillingOperator | 560 | npd:drillingOperator |
| 555 | rdf:type owl:ObjectProperty ; | 561 | rdf:type owl:ObjectProperty ; |
| 556 | rdfs:comment "Corresponds to Drilling Operator field in WellBore tables"^^xsd:string ; | 562 | rdfs:comment "Corresponds to Drilling Operator field in WellBore tables"^^xsd:string ; |
| 557 | - rdfs:domain npd:WellBore ; | 563 | + rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
| 558 | - rdfs:range npd:Company . | 564 | + rdfs:range organization:Company . |
| 559 | 565 | ||
| 560 | npd:endDate | 566 | npd:endDate |
| 561 | rdf:type owl:DatatypeProperty ; | 567 | rdf:type owl:DatatypeProperty ; |
| 562 | rdfs:comment "The date at which an individual ceases to exist"^^xsd:string ; | 568 | rdfs:comment "The date at which an individual ceases to exist"^^xsd:string ; |
| 563 | - rdfs:domain npd:TemporalIndividual ; | 569 | + rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ; |
| 564 | rdfs:range xsd:date . | 570 | rdfs:range xsd:date . |
| 565 | 571 | ||
| 566 | npd:facilityKind | 572 | npd:facilityKind |
| 567 | rdf:type owl:DatatypeProperty ; | 573 | rdf:type owl:DatatypeProperty ; |
| 568 | rdfs:comment "corresponds to Kind field in both the fixed and moveable facility tables"^^xsd:string ; | 574 | rdfs:comment "corresponds to Kind field in both the fixed and moveable facility tables"^^xsd:string ; |
| 569 | - rdfs:domain npd:Facility ; | 575 | + rdfs:domain facility:Facility ; |
| 570 | rdfs:range xsd:string . | 576 | rdfs:range xsd:string . |
| 571 | 577 | ||
| 572 | npd:fieldDiscoveryWellBore | 578 | npd:fieldDiscoveryWellBore |
| 573 | rdf:type owl:ObjectProperty ; | 579 | rdf:type owl:ObjectProperty ; |
| 574 | rdfs:comment "Corresponds to Discovery Wellbore NPDID in the Field table "^^xsd:string ; | 580 | rdfs:comment "Corresponds to Discovery Wellbore NPDID in the Field table "^^xsd:string ; |
| 575 | rdfs:domain npd:Field ; | 581 | rdfs:domain npd:Field ; |
| 576 | - rdfs:range npd:WellBore . | 582 | + rdfs:range <http://www.reportinghub.no/ep/schema/well#WellBore> . |
| 577 | 583 | ||
| 578 | npd:fieldOperator | 584 | npd:fieldOperator |
| 579 | rdf:type owl:ObjectProperty ; | 585 | rdf:type owl:ObjectProperty ; |
| 580 | rdfs:domain npd:Field ; | 586 | rdfs:domain npd:Field ; |
| 581 | - rdfs:range npd:Company . | 587 | + rdfs:range organization:Company . |
| 582 | 588 | ||
| 583 | npd:fieldOwner | 589 | npd:fieldOwner |
| 584 | rdf:type owl:ObjectProperty ; | 590 | rdf:type owl:ObjectProperty ; |
| ... | @@ -589,7 +595,7 @@ npd:fieldOwner | ... | @@ -589,7 +595,7 @@ npd:fieldOwner |
| 589 | npd:fixedFacilityPhase | 595 | npd:fixedFacilityPhase |
| 590 | rdf:type owl:ObjectProperty ; | 596 | rdf:type owl:ObjectProperty ; |
| 591 | rdfs:comment "corresponds to Phase field in fixed facility tables"^^xsd:string ; | 597 | rdfs:comment "corresponds to Phase field in fixed facility tables"^^xsd:string ; |
| 592 | - rdfs:domain npd:FixedFacility ; | 598 | + rdfs:domain facility:FixedFacility ; |
| 593 | rdfs:range npd:FixedFacilityPhase . | 599 | rdfs:range npd:FixedFacilityPhase . |
| 594 | 600 | ||
| 595 | npd:id | 601 | npd:id |
| ... | @@ -643,8 +649,8 @@ npd:partOfTuf | ... | @@ -643,8 +649,8 @@ npd:partOfTuf |
| 643 | 649 | ||
| 644 | npd:partOfWell | 650 | npd:partOfWell |
| 645 | rdf:type owl:ObjectProperty ; | 651 | rdf:type owl:ObjectProperty ; |
| 646 | - rdfs:domain npd:WellBore ; | 652 | + rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
| 647 | - rdfs:range npd:Well . | 653 | + rdfs:range <http://www.reportinghub.no/ep/schema/well#Well> . |
| 648 | 654 | ||
| 649 | npd:percentageOfShare | 655 | npd:percentageOfShare |
| 650 | rdf:type owl:DatatypeProperty ; | 656 | rdf:type owl:DatatypeProperty ; |
| ... | @@ -654,60 +660,60 @@ npd:percentageOfShare | ... | @@ -654,60 +660,60 @@ npd:percentageOfShare |
| 654 | npd:productionFacility | 660 | npd:productionFacility |
| 655 | rdf:type owl:ObjectProperty ; | 661 | rdf:type owl:ObjectProperty ; |
| 656 | rdfs:comment "Corresponds to Production Facility field in WellBore tables"^^xsd:string ; | 662 | rdfs:comment "Corresponds to Production Facility field in WellBore tables"^^xsd:string ; |
| 657 | - rdfs:domain npd:WellBore ; | 663 | + rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
| 658 | - rdfs:range npd:Facility . | 664 | + rdfs:range facility:Facility . |
| 659 | 665 | ||
| 660 | npd:shareHolder | 666 | npd:shareHolder |
| 661 | rdf:type owl:ObjectProperty ; | 667 | rdf:type owl:ObjectProperty ; |
| 662 | rdfs:comment "Equivalent to AwardedTo field in License table"^^xsd:string ; | 668 | rdfs:comment "Equivalent to AwardedTo field in License table"^^xsd:string ; |
| 663 | rdfs:domain npd:Share ; | 669 | rdfs:domain npd:Share ; |
| 664 | - rdfs:range npd:Company . | 670 | + rdfs:range organization:Company . |
| 665 | 671 | ||
| 666 | npd:startDate | 672 | npd:startDate |
| 667 | rdf:type owl:DatatypeProperty ; | 673 | rdf:type owl:DatatypeProperty ; |
| 668 | rdfs:comment "The date at which an individual comes into existance"^^xsd:string ; | 674 | rdfs:comment "The date at which an individual comes into existance"^^xsd:string ; |
| 669 | - rdfs:domain npd:TemporalIndividual ; | 675 | + rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ; |
| 670 | rdfs:range xsd:date . | 676 | rdfs:range xsd:date . |
| 671 | 677 | ||
| 672 | npd:wellBoreCompletionDate | 678 | npd:wellBoreCompletionDate |
| 673 | rdf:type owl:DatatypeProperty ; | 679 | rdf:type owl:DatatypeProperty ; |
| 674 | rdfs:comment "Corresponds to Completion Date field in WellBore tables"^^xsd:string ; | 680 | rdfs:comment "Corresponds to Completion Date field in WellBore tables"^^xsd:string ; |
| 675 | - rdfs:domain npd:WellBore ; | 681 | + rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
| 676 | rdfs:range xsd:date ; | 682 | rdfs:range xsd:date ; |
| 677 | rdfs:subPropertyOf npd:endDate . | 683 | rdfs:subPropertyOf npd:endDate . |
| 678 | 684 | ||
| 679 | npd:wellBoreContent | 685 | npd:wellBoreContent |
| 680 | rdf:type owl:ObjectProperty ; | 686 | rdf:type owl:ObjectProperty ; |
| 681 | rdfs:comment "Corresponds to Content field in WellBore tables"^^xsd:string ; | 687 | rdfs:comment "Corresponds to Content field in WellBore tables"^^xsd:string ; |
| 682 | - rdfs:domain npd:WellBore ; | 688 | + rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
| 683 | rdfs:range npd:WellBoreContent . | 689 | rdfs:range npd:WellBoreContent . |
| 684 | 690 | ||
| 685 | npd:wellBoreDrillPermit | 691 | npd:wellBoreDrillPermit |
| 686 | rdf:type owl:DatatypeProperty ; | 692 | rdf:type owl:DatatypeProperty ; |
| 687 | rdfs:comment "Corresponds to Drill Permit field in WellBore tables"^^xsd:string ; | 693 | rdfs:comment "Corresponds to Drill Permit field in WellBore tables"^^xsd:string ; |
| 688 | - rdfs:domain npd:WellBore ; | 694 | + rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
| 689 | rdfs:range xsd:string . | 695 | rdfs:range xsd:string . |
| 690 | 696 | ||
| 691 | npd:wellBorePurpose | 697 | npd:wellBorePurpose |
| 692 | rdf:type owl:ObjectProperty ; | 698 | rdf:type owl:ObjectProperty ; |
| 693 | rdfs:comment "Corresponds to Purpose field in WellBore tables"^^xsd:string ; | 699 | rdfs:comment "Corresponds to Purpose field in WellBore tables"^^xsd:string ; |
| 694 | - rdfs:domain npd:WellBore ; | 700 | + rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
| 695 | rdfs:range npd:WellBorePurpose . | 701 | rdfs:range npd:WellBorePurpose . |
| 696 | 702 | ||
| 697 | npd:wellBoreType | 703 | npd:wellBoreType |
| 698 | rdf:type owl:DatatypeProperty ; | 704 | rdf:type owl:DatatypeProperty ; |
| 699 | rdfs:comment "Corresponds to Type field in WellBore tables"^^xsd:string ; | 705 | rdfs:comment "Corresponds to Type field in WellBore tables"^^xsd:string ; |
| 700 | - rdfs:domain npd:WellBore ; | 706 | + rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
| 701 | rdfs:range xsd:string . | 707 | rdfs:range xsd:string . |
| 702 | 708 | ||
| 703 | npd:wellPartOfField | 709 | npd:wellPartOfField |
| 704 | rdf:type owl:ObjectProperty ; | 710 | rdf:type owl:ObjectProperty ; |
| 705 | rdfs:comment "A field may have several Wells, however this information is not presented directly in the NPD data. Each Well usually has one (occasionally more than one) WellBore, and so in order to ascertain what field the Well is in, we have to infer it from the related WellBore table. Unfortunately, the Field column is not always populated, so sometimes the Field can only be inferred from the License, which usually corresponds to a Field."^^xsd:string ; | 711 | rdfs:comment "A field may have several Wells, however this information is not presented directly in the NPD data. Each Well usually has one (occasionally more than one) WellBore, and so in order to ascertain what field the Well is in, we have to infer it from the related WellBore table. Unfortunately, the Field column is not always populated, so sometimes the Field can only be inferred from the License, which usually corresponds to a Field."^^xsd:string ; |
| 706 | - rdfs:domain npd:Well ; | 712 | + rdfs:domain <http://www.reportinghub.no/ep/schema/well#Well> ; |
| 707 | rdfs:range npd:Field . | 713 | rdfs:range npd:Field . |
| 708 | 714 | ||
| 709 | npd:wellboreOwner | 715 | npd:wellboreOwner |
| 710 | rdf:type owl:ObjectProperty ; | 716 | rdf:type owl:ObjectProperty ; |
| 711 | rdfs:comment "Corresponds to Owner field in WellBore tables - see also Owner Kind"^^xsd:string ; | 717 | rdfs:comment "Corresponds to Owner field in WellBore tables - see also Owner Kind"^^xsd:string ; |
| 712 | - rdfs:domain npd:WellBore ; | 718 | + rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
| 713 | rdfs:range npd:Owner . | 719 | rdfs:range npd:Owner . | ... | ... |
| 1 | +# Saved by TopBraid on Tue Aug 09 15:37:11 BST 2011 | ||
| 1 | # baseURI: http://www.reportinghub.no/spin/rh | 2 | # baseURI: http://www.reportinghub.no/spin/rh |
| 2 | -# imports: http://spinrdf.org/spin | ||
| 3 | # imports: http://topbraid.org/spin/spinmapl | 3 | # imports: http://topbraid.org/spin/spinmapl |
| 4 | # imports: http://www.reportinghub.no/1.1/schema/npd | 4 | # imports: http://www.reportinghub.no/1.1/schema/npd |
| 5 | +# imports: http://spinrdf.org/spin | ||
| 5 | 6 | ||
| 6 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . | 7 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . |
| 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| ... | @@ -76,7 +77,7 @@ rhspin:GetWellBoresOfWell | ... | @@ -76,7 +77,7 @@ rhspin:GetWellBoresOfWell |
| 76 | [ rdf:type spl:Argument ; | 77 | [ rdf:type spl:Argument ; |
| 77 | rdfs:comment "The Well to get the bores of."^^xsd:string ; | 78 | rdfs:comment "The Well to get the bores of."^^xsd:string ; |
| 78 | spl:predicate <http://spinrdf.org/arg#well> ; | 79 | spl:predicate <http://spinrdf.org/arg#well> ; |
| 79 | - spl:valueType <http://www.reportinghub.no/schema/npd#Well> | 80 | + spl:valueType <http://www.reportinghub.no/ep/schema/well#Well> |
| 80 | ] . | 81 | ] . |
| 81 | 82 | ||
| 82 | rhspin:baaById | 83 | rhspin:baaById |
| ... | @@ -181,9 +182,9 @@ rhspin:companyHasLicenceForWellBore | ... | @@ -181,9 +182,9 @@ rhspin:companyHasLicenceForWellBore |
| 181 | [ rdf:type spl:Argument ; | 182 | [ rdf:type spl:Argument ; |
| 182 | rdfs:comment "The Company to match."^^xsd:string ; | 183 | rdfs:comment "The Company to match."^^xsd:string ; |
| 183 | spl:predicate sp:arg1 ; | 184 | spl:predicate sp:arg1 ; |
| 184 | - spl:valueType <http://www.reportinghub.no/schema/npd#Company> | 185 | + spl:valueType <http://www.reportinghub.no/ep/schema/organization#Company> |
| 185 | ] ; | 186 | ] ; |
| 186 | - spin:returnType <http://www.reportinghub.no/schema/npd#WellBore> . | 187 | + spin:returnType <http://www.reportinghub.no/ep/schema/well#WellBore> . |
| 187 | 188 | ||
| 188 | rhspin:discoveryById | 189 | rhspin:discoveryById |
| 189 | rdf:type spin:Function ; | 190 | rdf:type spin:Function ; |
| ... | @@ -385,7 +386,7 @@ rhspin:parentCompanyByName | ... | @@ -385,7 +386,7 @@ rhspin:parentCompanyByName |
| 385 | spl:predicate <http://spinrdf.org/arg#name> ; | 386 | spl:predicate <http://spinrdf.org/arg#name> ; |
| 386 | spl:valueType xsd:string | 387 | spl:valueType xsd:string |
| 387 | ] ; | 388 | ] ; |
| 388 | - spin:returnType <http://www.reportinghub.no/schema/npd#WellBore> . | 389 | + spin:returnType <http://www.reportinghub.no/ep/schema/well#WellBore> . |
| 389 | 390 | ||
| 390 | rhspin:tufById | 391 | rhspin:tufById |
| 391 | rdf:type spin:Function ; | 392 | rdf:type spin:Function ; |
| ... | @@ -440,7 +441,7 @@ rhspin:wellBoreByName | ... | @@ -440,7 +441,7 @@ rhspin:wellBoreByName |
| 440 | spl:predicate <http://spinrdf.org/arg#wellBoreName> ; | 441 | spl:predicate <http://spinrdf.org/arg#wellBoreName> ; |
| 441 | spl:valueType xsd:string | 442 | spl:valueType xsd:string |
| 442 | ] ; | 443 | ] ; |
| 443 | - spin:returnType <http://www.reportinghub.no/schema/npd#WellBore> . | 444 | + spin:returnType <http://www.reportinghub.no/ep/schema/well#WellBore> . |
| 444 | 445 | ||
| 445 | rhspin:wellByName | 446 | rhspin:wellByName |
| 446 | rdf:type spin:Function ; | 447 | rdf:type spin:Function ; |
| ... | @@ -466,46 +467,46 @@ rhspin:wellByName | ... | @@ -466,46 +467,46 @@ rhspin:wellByName |
| 466 | spl:predicate <http://spinrdf.org/arg#wellName> ; | 467 | spl:predicate <http://spinrdf.org/arg#wellName> ; |
| 467 | spl:valueType xsd:string | 468 | spl:valueType xsd:string |
| 468 | ] ; | 469 | ] ; |
| 469 | - spin:returnType <http://www.reportinghub.no/schema/npd#Well> . | 470 | + spin:returnType <http://www.reportinghub.no/ep/schema/well#Well> . |
| 470 | 471 | ||
| 471 | -_:b3 sp:varName "wellBore"^^xsd:string . | 472 | +_:b1 sp:varName "wellBoreName"^^xsd:string . |
| 472 | 473 | ||
| 473 | -_:b8 sp:varName "endDate"^^xsd:string . | 474 | +_:b2 sp:varName "wellBore"^^xsd:string . |
| 474 | 475 | ||
| 475 | -_:b7 sp:varName "startDate"^^xsd:string . | 476 | +_:b3 sp:varName "wellBore"^^xsd:string . |
| 476 | 477 | ||
| 477 | -_:b6 sp:varName "licence"^^xsd:string . | 478 | +_:b4 sp:varName "nowDate"^^xsd:string . |
| 478 | 479 | ||
| 479 | _:b5 sp:varName "share"^^xsd:string . | 480 | _:b5 sp:varName "share"^^xsd:string . |
| 480 | 481 | ||
| 481 | -_:b4 sp:varName "nowDate"^^xsd:string . | 482 | +_:b6 sp:varName "licence"^^xsd:string . |
| 482 | 483 | ||
| 483 | -_:b17 | 484 | +_:b7 sp:varName "startDate"^^xsd:string . |
| 484 | - sp:varName "t4"^^xsd:string . | ||
| 485 | 485 | ||
| 486 | -_:b16 | 486 | +_:b8 sp:varName "endDate"^^xsd:string . |
| 487 | - sp:varName "t3"^^xsd:string . | ||
| 488 | 487 | ||
| 489 | -_:b15 | 488 | +_:b9 sp:varName "normalizedStr"^^xsd:string . |
| 490 | - sp:varName "t2"^^xsd:string . | ||
| 491 | 489 | ||
| 492 | -_:b14 | 490 | +_:b10 |
| 493 | - sp:varName "t1"^^xsd:string . | 491 | + sp:varName "s1"^^xsd:string . |
| 494 | 492 | ||
| 495 | -_:b13 | 493 | +_:b11 |
| 496 | - sp:varName "t0b"^^xsd:string . | 494 | + sp:varName "s2"^^xsd:string . |
| 497 | 495 | ||
| 498 | _:b12 | 496 | _:b12 |
| 499 | sp:varName "t0a"^^xsd:string . | 497 | sp:varName "t0a"^^xsd:string . |
| 500 | 498 | ||
| 501 | -_:b11 | 499 | +_:b13 |
| 502 | - sp:varName "s2"^^xsd:string . | 500 | + sp:varName "t0b"^^xsd:string . |
| 503 | 501 | ||
| 504 | -_:b10 | 502 | +_:b14 |
| 505 | - sp:varName "s1"^^xsd:string . | 503 | + sp:varName "t1"^^xsd:string . |
| 506 | 504 | ||
| 507 | -_:b9 sp:varName "normalizedStr"^^xsd:string . | 505 | +_:b15 |
| 506 | + sp:varName "t2"^^xsd:string . | ||
| 508 | 507 | ||
| 509 | -_:b2 sp:varName "wellBore"^^xsd:string . | 508 | +_:b16 |
| 509 | + sp:varName "t3"^^xsd:string . | ||
| 510 | 510 | ||
| 511 | -_:b1 sp:varName "wellBoreName"^^xsd:string . | 511 | +_:b17 |
| 512 | + sp:varName "t4"^^xsd:string . | ... | ... |
| 1 | +# Saved by TopBraid on Tue Aug 09 15:36:54 BST 2011 | ||
| 1 | # baseURI: http://www.reportinghub.no/transform/spreadsheets2npd | 2 | # baseURI: http://www.reportinghub.no/transform/spreadsheets2npd |
| 2 | # imports: http://topbraid.org/spin/spinmapl | 3 | # imports: http://topbraid.org/spin/spinmapl |
| 3 | # imports: file:///www.reportinghub.no/transform/npd/company | 4 | # imports: file:///www.reportinghub.no/transform/npd/company |
| ... | @@ -55,22 +56,22 @@ | ... | @@ -55,22 +56,22 @@ |
| 55 | spinmap:context :BAA-BusinessArrangementArea ; | 56 | spinmap:context :BAA-BusinessArrangementArea ; |
| 56 | spinmap:expression spin:_arg1 ; | 57 | spinmap:expression spin:_arg1 ; |
| 57 | spinmap:sourcePredicate1 | 58 | spinmap:sourcePredicate1 |
| 58 | - <file:///www.reportinghub.no/transform/npd/baa#baaName> ; | 59 | + <file:///www.reportinghub.no/transform/npd/baa#baaNpdidBsnsArrArea> ; |
| 59 | spinmap:targetPredicate1 | 60 | spinmap:targetPredicate1 |
| 60 | - <http://www.reportinghub.no/schema/npd#name> | 61 | + <http://www.reportinghub.no/schema/npd#id> |
| 61 | ] ; | 62 | ] ; |
| 62 | spinmap:rule | 63 | spinmap:rule |
| 63 | [ rdf:type spinmap:Mapping-1-1 ; | 64 | [ rdf:type spinmap:Mapping-1-1 ; |
| 64 | spinmap:context :BAA-BusinessArrangementArea ; | 65 | spinmap:context :BAA-BusinessArrangementArea ; |
| 65 | spinmap:expression | 66 | spinmap:expression |
| 66 | - [ rdf:type spif:parseDate ; | 67 | + [ rdf:type spinmapl:resourceWithValue ; |
| 67 | - arg:pattern "dd.MM.yyyy" ; | 68 | + sp:arg1 spin:_arg1 ; |
| 68 | - sp:arg1 spin:_arg1 | 69 | + spinmapl:predicate :baaKind |
| 69 | ] ; | 70 | ] ; |
| 70 | spinmap:sourcePredicate1 | 71 | spinmap:sourcePredicate1 |
| 71 | - <file:///www.reportinghub.no/transform/npd/baa#baaDateValidTo> ; | 72 | + <file:///www.reportinghub.no/transform/npd/baa#baaKind> ; |
| 72 | spinmap:targetPredicate1 | 73 | spinmap:targetPredicate1 |
| 73 | - <http://www.reportinghub.no/schema/npd#endDate> | 74 | + rdf:type |
| 74 | ] ; | 75 | ] ; |
| 75 | spinmap:rule | 76 | spinmap:rule |
| 76 | [ rdf:type spinmap:Mapping-1-1 ; | 77 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -89,37 +90,32 @@ | ... | @@ -89,37 +90,32 @@ |
| 89 | [ rdf:type spinmap:Mapping-1-1 ; | 90 | [ rdf:type spinmap:Mapping-1-1 ; |
| 90 | spinmap:context :BAA-BusinessArrangementArea ; | 91 | spinmap:context :BAA-BusinessArrangementArea ; |
| 91 | spinmap:expression | 92 | spinmap:expression |
| 92 | - [ rdf:type spinmapl:resourceWithValue ; | 93 | + [ rdf:type spif:parseDate ; |
| 93 | - sp:arg1 spin:_arg1 ; | 94 | + arg:pattern "dd.MM.yyyy" ; |
| 94 | - spinmapl:predicate :baaKind | 95 | + sp:arg1 spin:_arg1 |
| 95 | ] ; | 96 | ] ; |
| 96 | spinmap:sourcePredicate1 | 97 | spinmap:sourcePredicate1 |
| 97 | - <file:///www.reportinghub.no/transform/npd/baa#baaKind> ; | 98 | + <file:///www.reportinghub.no/transform/npd/baa#baaDateValidTo> ; |
| 98 | spinmap:targetPredicate1 | 99 | spinmap:targetPredicate1 |
| 99 | - rdf:type | 100 | + <http://www.reportinghub.no/schema/npd#endDate> |
| 100 | ] ; | 101 | ] ; |
| 101 | spinmap:rule | 102 | spinmap:rule |
| 102 | [ rdf:type spinmap:Mapping-1-1 ; | 103 | [ rdf:type spinmap:Mapping-1-1 ; |
| 103 | spinmap:context :BAA-BusinessArrangementArea ; | 104 | spinmap:context :BAA-BusinessArrangementArea ; |
| 104 | spinmap:expression spin:_arg1 ; | 105 | spinmap:expression spin:_arg1 ; |
| 105 | spinmap:sourcePredicate1 | 106 | spinmap:sourcePredicate1 |
| 106 | - <file:///www.reportinghub.no/transform/npd/baa#baaNpdidBsnsArrArea> ; | 107 | + <file:///www.reportinghub.no/transform/npd/baa#baaName> ; |
| 107 | spinmap:targetPredicate1 | 108 | spinmap:targetPredicate1 |
| 108 | - <http://www.reportinghub.no/schema/npd#id> | 109 | + <http://www.reportinghub.no/schema/npd#name> |
| 109 | ] . | 110 | ] . |
| 110 | 111 | ||
| 111 | <file:///www.reportinghub.no/transform/npd/baalicensee#BAALicensee> | 112 | <file:///www.reportinghub.no/transform/npd/baalicensee#BAALicensee> |
| 112 | spinmap:rule | 113 | spinmap:rule |
| 113 | - [ rdf:type spinmap:Mapping-1-1 ; | 114 | + [ rdf:type spinmap:Mapping-0-1 ; |
| 114 | spinmap:context :BAALicensee-ShareOfBAA ; | 115 | spinmap:context :BAALicensee-ShareOfBAA ; |
| 115 | - spinmap:expression | 116 | + spinmap:expression <http://www.reportinghub.no/schema/npd#ShareOfBAA> ; |
| 116 | - [ rdf:type xsd:float ; | ||
| 117 | - sp:arg1 spin:_arg1 | ||
| 118 | - ] ; | ||
| 119 | - spinmap:sourcePredicate1 | ||
| 120 | - <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeInterest> ; | ||
| 121 | spinmap:targetPredicate1 | 117 | spinmap:targetPredicate1 |
| 122 | - <http://www.reportinghub.no/schema/npd#percentageOfShare> | 118 | + rdf:type |
| 123 | ] ; | 119 | ] ; |
| 124 | spinmap:rule | 120 | spinmap:rule |
| 125 | [ rdf:type spinmap:Mapping-1-1 ; | 121 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -128,12 +124,12 @@ | ... | @@ -128,12 +124,12 @@ |
| 128 | [ rdf:type spinmapl:resourceWithValue ; | 124 | [ rdf:type spinmapl:resourceWithValue ; |
| 129 | sp:arg1 spin:_arg1 ; | 125 | sp:arg1 spin:_arg1 ; |
| 130 | spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | 126 | spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; |
| 131 | - spinmapl:type <http://www.reportinghub.no/schema/npd#Company> | 127 | + spinmapl:type <http://www.reportinghub.no/schema/npd#BusinessArrangementArea> |
| 132 | ] ; | 128 | ] ; |
| 133 | spinmap:sourcePredicate1 | 129 | spinmap:sourcePredicate1 |
| 134 | - <file:///www.reportinghub.no/transform/npd/baalicensee#cmpLongName> ; | 130 | + <file:///www.reportinghub.no/transform/npd/baalicensee#baaName> ; |
| 135 | spinmap:targetPredicate1 | 131 | spinmap:targetPredicate1 |
| 136 | - <http://www.reportinghub.no/schema/npd#shareHolder> | 132 | + <http://www.reportinghub.no/schema/npd#baaShared> |
| 137 | ] ; | 133 | ] ; |
| 138 | spinmap:rule | 134 | spinmap:rule |
| 139 | [ rdf:type spinmap:Mapping-1-1 ; | 135 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -144,9 +140,9 @@ | ... | @@ -144,9 +140,9 @@ |
| 144 | sp:arg1 spin:_arg1 | 140 | sp:arg1 spin:_arg1 |
| 145 | ] ; | 141 | ] ; |
| 146 | spinmap:sourcePredicate1 | 142 | spinmap:sourcePredicate1 |
| 147 | - <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeDateValidTo> ; | 143 | + <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeDateValidFrom> ; |
| 148 | spinmap:targetPredicate1 | 144 | spinmap:targetPredicate1 |
| 149 | - <http://www.reportinghub.no/schema/npd#endDate> | 145 | + <http://www.reportinghub.no/schema/npd#startDate> |
| 150 | ] ; | 146 | ] ; |
| 151 | spinmap:rule | 147 | spinmap:rule |
| 152 | [ rdf:type spinmap:Mapping-1-1 ; | 148 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -157,9 +153,9 @@ | ... | @@ -157,9 +153,9 @@ |
| 157 | sp:arg1 spin:_arg1 | 153 | sp:arg1 spin:_arg1 |
| 158 | ] ; | 154 | ] ; |
| 159 | spinmap:sourcePredicate1 | 155 | spinmap:sourcePredicate1 |
| 160 | - <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeDateValidFrom> ; | 156 | + <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeDateValidTo> ; |
| 161 | spinmap:targetPredicate1 | 157 | spinmap:targetPredicate1 |
| 162 | - <http://www.reportinghub.no/schema/npd#startDate> | 158 | + <http://www.reportinghub.no/schema/npd#endDate> |
| 163 | ] ; | 159 | ] ; |
| 164 | spinmap:rule | 160 | spinmap:rule |
| 165 | [ rdf:type spinmap:Mapping-1-1 ; | 161 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -168,56 +164,58 @@ | ... | @@ -168,56 +164,58 @@ |
| 168 | [ rdf:type spinmapl:resourceWithValue ; | 164 | [ rdf:type spinmapl:resourceWithValue ; |
| 169 | sp:arg1 spin:_arg1 ; | 165 | sp:arg1 spin:_arg1 ; |
| 170 | spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | 166 | spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; |
| 171 | - spinmapl:type <http://www.reportinghub.no/schema/npd#BusinessArrangementArea> | 167 | + spinmapl:type <http://www.reportinghub.no/ep/schema/organization#Company> |
| 172 | ] ; | 168 | ] ; |
| 173 | spinmap:sourcePredicate1 | 169 | spinmap:sourcePredicate1 |
| 174 | - <file:///www.reportinghub.no/transform/npd/baalicensee#baaName> ; | 170 | + <file:///www.reportinghub.no/transform/npd/baalicensee#cmpLongName> ; |
| 175 | spinmap:targetPredicate1 | 171 | spinmap:targetPredicate1 |
| 176 | - <http://www.reportinghub.no/schema/npd#baaShared> | 172 | + <http://www.reportinghub.no/schema/npd#shareHolder> |
| 177 | ] ; | 173 | ] ; |
| 178 | spinmap:rule | 174 | spinmap:rule |
| 179 | - [ rdf:type spinmap:Mapping-0-1 ; | 175 | + [ rdf:type spinmap:Mapping-1-1 ; |
| 180 | spinmap:context :BAALicensee-ShareOfBAA ; | 176 | spinmap:context :BAALicensee-ShareOfBAA ; |
| 181 | - spinmap:expression <http://www.reportinghub.no/schema/npd#ShareOfBAA> ; | 177 | + spinmap:expression |
| 178 | + [ rdf:type xsd:float ; | ||
| 179 | + sp:arg1 spin:_arg1 | ||
| 180 | + ] ; | ||
| 181 | + spinmap:sourcePredicate1 | ||
| 182 | + <file:///www.reportinghub.no/transform/npd/baalicensee#baaLicenseeInterest> ; | ||
| 182 | spinmap:targetPredicate1 | 183 | spinmap:targetPredicate1 |
| 183 | - rdf:type | 184 | + <http://www.reportinghub.no/schema/npd#percentageOfShare> |
| 184 | ] . | 185 | ] . |
| 185 | 186 | ||
| 186 | <file:///www.reportinghub.no/transform/npd/company#Company> | 187 | <file:///www.reportinghub.no/transform/npd/company#Company> |
| 187 | spinmap:rule | 188 | spinmap:rule |
| 188 | [ rdf:type spinmap:Mapping-1-1 ; | 189 | [ rdf:type spinmap:Mapping-1-1 ; |
| 189 | - spinmap:context :Company-ParentCompany ; | 190 | + spinmap:context :Company-Company ; |
| 190 | spinmap:expression spin:_arg1 ; | 191 | spinmap:expression spin:_arg1 ; |
| 191 | spinmap:sourcePredicate1 | 192 | spinmap:sourcePredicate1 |
| 192 | - <file:///www.reportinghub.no/transform/npd/company#cmpGroup> ; | 193 | + <file:///www.reportinghub.no/transform/npd/company#cmpNpdidCompany> ; |
| 193 | spinmap:targetPredicate1 | 194 | spinmap:targetPredicate1 |
| 194 | - <http://www.reportinghub.no/schema/npd#name> | 195 | + <http://www.reportinghub.no/schema/npd#id> |
| 195 | ] ; | 196 | ] ; |
| 196 | spinmap:rule | 197 | spinmap:rule |
| 197 | [ rdf:type spinmap:Mapping-1-1 ; | 198 | [ rdf:type spinmap:Mapping-1-1 ; |
| 198 | - spinmap:context :Company-ParentCompany ; | 199 | + spinmap:context :Company-Company ; |
| 199 | spinmap:expression spin:_arg1 ; | 200 | spinmap:expression spin:_arg1 ; |
| 200 | spinmap:sourcePredicate1 | 201 | spinmap:sourcePredicate1 |
| 201 | - <file:///www.reportinghub.no/transform/npd/company#cmpGroup> ; | 202 | + <file:///www.reportinghub.no/transform/npd/company#cmpShortName> ; |
| 202 | spinmap:targetPredicate1 | 203 | spinmap:targetPredicate1 |
| 203 | <http://www.reportinghub.no/schema/npd#companyShortName> | 204 | <http://www.reportinghub.no/schema/npd#companyShortName> |
| 204 | ] ; | 205 | ] ; |
| 205 | spinmap:rule | 206 | spinmap:rule |
| 206 | [ rdf:type spinmap:Mapping-1-1 ; | 207 | [ rdf:type spinmap:Mapping-1-1 ; |
| 207 | spinmap:context :Company-Company ; | 208 | spinmap:context :Company-Company ; |
| 208 | - spinmap:expression | 209 | + spinmap:expression spin:_arg1 ; |
| 209 | - [ rdf:type rhspin:parentCompanyByName ; | ||
| 210 | - arg:name spin:_arg1 | ||
| 211 | - ] ; | ||
| 212 | spinmap:sourcePredicate1 | 210 | spinmap:sourcePredicate1 |
| 213 | - <file:///www.reportinghub.no/transform/npd/company#cmpGroup> ; | 211 | + <file:///www.reportinghub.no/transform/npd/company#cmpLongName> ; |
| 214 | spinmap:targetPredicate1 | 212 | spinmap:targetPredicate1 |
| 215 | - <http://www.reportinghub.no/schema/npd#parentCompany> | 213 | + <http://www.reportinghub.no/schema/npd#name> |
| 216 | ] ; | 214 | ] ; |
| 217 | spinmap:rule | 215 | spinmap:rule |
| 218 | [ rdf:type spinmap:Mapping-0-1 ; | 216 | [ rdf:type spinmap:Mapping-0-1 ; |
| 219 | - spinmap:context :Company-ParentCompany ; | 217 | + spinmap:context :Company-Company ; |
| 220 | - spinmap:expression <http://www.reportinghub.no/schema/npd#ParentCompany> ; | 218 | + spinmap:expression <http://www.reportinghub.no/schema/npd#OperatingCompany> ; |
| 221 | spinmap:targetPredicate1 | 219 | spinmap:targetPredicate1 |
| 222 | rdf:type | 220 | rdf:type |
| 223 | ] ; | 221 | ] ; |
| ... | @@ -232,55 +230,44 @@ | ... | @@ -232,55 +230,44 @@ |
| 232 | ] ; | 230 | ] ; |
| 233 | spinmap:rule | 231 | spinmap:rule |
| 234 | [ rdf:type spinmap:Mapping-0-1 ; | 232 | [ rdf:type spinmap:Mapping-0-1 ; |
| 235 | - spinmap:context :Company-Company ; | 233 | + spinmap:context :Company-ParentCompany ; |
| 236 | - spinmap:expression <http://www.reportinghub.no/schema/npd#OperatingCompany> ; | 234 | + spinmap:expression <http://www.reportinghub.no/schema/npd#ParentCompany> ; |
| 237 | spinmap:targetPredicate1 | 235 | spinmap:targetPredicate1 |
| 238 | rdf:type | 236 | rdf:type |
| 239 | ] ; | 237 | ] ; |
| 240 | spinmap:rule | 238 | spinmap:rule |
| 241 | [ rdf:type spinmap:Mapping-1-1 ; | 239 | [ rdf:type spinmap:Mapping-1-1 ; |
| 242 | spinmap:context :Company-Company ; | 240 | spinmap:context :Company-Company ; |
| 243 | - spinmap:expression spin:_arg1 ; | 241 | + spinmap:expression |
| 242 | + [ rdf:type rhspin:parentCompanyByName ; | ||
| 243 | + arg:name spin:_arg1 | ||
| 244 | + ] ; | ||
| 244 | spinmap:sourcePredicate1 | 245 | spinmap:sourcePredicate1 |
| 245 | - <file:///www.reportinghub.no/transform/npd/company#cmpLongName> ; | 246 | + <file:///www.reportinghub.no/transform/npd/company#cmpGroup> ; |
| 246 | spinmap:targetPredicate1 | 247 | spinmap:targetPredicate1 |
| 247 | - <http://www.reportinghub.no/schema/npd#name> | 248 | + <http://www.reportinghub.no/schema/npd#parentCompany> |
| 248 | ] ; | 249 | ] ; |
| 249 | spinmap:rule | 250 | spinmap:rule |
| 250 | [ rdf:type spinmap:Mapping-1-1 ; | 251 | [ rdf:type spinmap:Mapping-1-1 ; |
| 251 | - spinmap:context :Company-Company ; | 252 | + spinmap:context :Company-ParentCompany ; |
| 252 | spinmap:expression spin:_arg1 ; | 253 | spinmap:expression spin:_arg1 ; |
| 253 | spinmap:sourcePredicate1 | 254 | spinmap:sourcePredicate1 |
| 254 | - <file:///www.reportinghub.no/transform/npd/company#cmpShortName> ; | 255 | + <file:///www.reportinghub.no/transform/npd/company#cmpGroup> ; |
| 255 | spinmap:targetPredicate1 | 256 | spinmap:targetPredicate1 |
| 256 | <http://www.reportinghub.no/schema/npd#companyShortName> | 257 | <http://www.reportinghub.no/schema/npd#companyShortName> |
| 257 | ] ; | 258 | ] ; |
| 258 | spinmap:rule | 259 | spinmap:rule |
| 259 | [ rdf:type spinmap:Mapping-1-1 ; | 260 | [ rdf:type spinmap:Mapping-1-1 ; |
| 260 | - spinmap:context :Company-Company ; | 261 | + spinmap:context :Company-ParentCompany ; |
| 261 | spinmap:expression spin:_arg1 ; | 262 | spinmap:expression spin:_arg1 ; |
| 262 | spinmap:sourcePredicate1 | 263 | spinmap:sourcePredicate1 |
| 263 | - <file:///www.reportinghub.no/transform/npd/company#cmpNpdidCompany> ; | 264 | + <file:///www.reportinghub.no/transform/npd/company#cmpGroup> ; |
| 264 | spinmap:targetPredicate1 | 265 | spinmap:targetPredicate1 |
| 265 | - <http://www.reportinghub.no/schema/npd#id> | 266 | + <http://www.reportinghub.no/schema/npd#name> |
| 266 | ] . | 267 | ] . |
| 267 | 268 | ||
| 268 | <file:///www.reportinghub.no/transform/npd/discovery#Discovery> | 269 | <file:///www.reportinghub.no/transform/npd/discovery#Discovery> |
| 269 | spinmap:rule | 270 | spinmap:rule |
| 270 | - [ rdf:type spinmap:Mapping-1-1 ; | ||
| 271 | - spinmap:context :Discovery-Discovery ; | ||
| 272 | - spinmap:expression | ||
| 273 | - [ rdf:type spinmapl:resourceWithValue ; | ||
| 274 | - sp:arg1 spin:_arg1 ; | ||
| 275 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | ||
| 276 | - spinmapl:type <http://www.reportinghub.no/schema/npd#Owner> | ||
| 277 | - ] ; | ||
| 278 | - spinmap:sourcePredicate1 | ||
| 279 | - <file:///www.reportinghub.no/transform/npd/discovery#dscOwnerName> ; | ||
| 280 | - spinmap:targetPredicate1 | ||
| 281 | - <http://www.reportinghub.no/schema/npd#discoveryOwner> | ||
| 282 | - ] ; | ||
| 283 | - spinmap:rule | ||
| 284 | [ rdf:type spinmap:Mapping-0-1 ; | 271 | [ rdf:type spinmap:Mapping-0-1 ; |
| 285 | spinmap:context :Discovery-Discovery ; | 272 | spinmap:context :Discovery-Discovery ; |
| 286 | spinmap:expression <http://www.reportinghub.no/schema/npd#Discovery> ; | 273 | spinmap:expression <http://www.reportinghub.no/schema/npd#Discovery> ; |
| ... | @@ -308,36 +295,38 @@ | ... | @@ -308,36 +295,38 @@ |
| 308 | [ rdf:type spinmapl:resourceWithValue ; | 295 | [ rdf:type spinmapl:resourceWithValue ; |
| 309 | sp:arg1 spin:_arg1 ; | 296 | sp:arg1 spin:_arg1 ; |
| 310 | spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | 297 | spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; |
| 311 | - spinmapl:type <http://www.reportinghub.no/schema/npd#Company> | 298 | + spinmapl:type <http://www.reportinghub.no/schema/npd#Owner> |
| 312 | ] ; | 299 | ] ; |
| 313 | spinmap:sourcePredicate1 | 300 | spinmap:sourcePredicate1 |
| 314 | - <file:///www.reportinghub.no/transform/npd/discovery#cmpLongName2> ; | 301 | + <file:///www.reportinghub.no/transform/npd/discovery#dscOwnerName> ; |
| 315 | spinmap:targetPredicate1 | 302 | spinmap:targetPredicate1 |
| 316 | - <http://www.reportinghub.no/schema/npd#discoveryOperator> | 303 | + <http://www.reportinghub.no/schema/npd#discoveryOwner> |
| 317 | ] ; | 304 | ] ; |
| 318 | spinmap:rule | 305 | spinmap:rule |
| 319 | [ rdf:type spinmap:Mapping-1-1 ; | 306 | [ rdf:type spinmap:Mapping-1-1 ; |
| 320 | spinmap:context :Discovery-Discovery ; | 307 | spinmap:context :Discovery-Discovery ; |
| 321 | spinmap:expression | 308 | spinmap:expression |
| 322 | - [ rdf:type rhspin:fieldById ; | 309 | + [ rdf:type xsd:integer ; |
| 323 | - arg:id spin:_arg1 | 310 | + sp:arg1 spin:_arg1 |
| 324 | ] ; | 311 | ] ; |
| 325 | spinmap:sourcePredicate1 | 312 | spinmap:sourcePredicate1 |
| 326 | - <file:///www.reportinghub.no/transform/npd/discovery#fldNpdidField> ; | 313 | + <file:///www.reportinghub.no/transform/npd/discovery#dscDiscoveryYear> ; |
| 327 | spinmap:targetPredicate1 | 314 | spinmap:targetPredicate1 |
| 328 | - <http://www.reportinghub.no/schema/npd#discoveryField> | 315 | + <http://www.reportinghub.no/schema/npd#discoveryYear> |
| 329 | ] ; | 316 | ] ; |
| 330 | spinmap:rule | 317 | spinmap:rule |
| 331 | [ rdf:type spinmap:Mapping-1-1 ; | 318 | [ rdf:type spinmap:Mapping-1-1 ; |
| 332 | spinmap:context :Discovery-Discovery ; | 319 | spinmap:context :Discovery-Discovery ; |
| 333 | spinmap:expression | 320 | spinmap:expression |
| 334 | - [ rdf:type xsd:integer ; | 321 | + [ rdf:type spinmapl:resourceWithValue ; |
| 335 | - sp:arg1 spin:_arg1 | 322 | + sp:arg1 spin:_arg1 ; |
| 323 | + spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | ||
| 324 | + spinmapl:type <http://www.reportinghub.no/ep/schema/organization#Company> | ||
| 336 | ] ; | 325 | ] ; |
| 337 | spinmap:sourcePredicate1 | 326 | spinmap:sourcePredicate1 |
| 338 | - <file:///www.reportinghub.no/transform/npd/discovery#dscDiscoveryYear> ; | 327 | + <file:///www.reportinghub.no/transform/npd/discovery#cmpLongName2> ; |
| 339 | spinmap:targetPredicate1 | 328 | spinmap:targetPredicate1 |
| 340 | - <http://www.reportinghub.no/schema/npd#discoveryYear> | 329 | + <http://www.reportinghub.no/schema/npd#discoveryOperator> |
| 341 | ] ; | 330 | ] ; |
| 342 | spinmap:rule | 331 | spinmap:rule |
| 343 | [ rdf:type spinmap:Mapping-1-1 ; | 332 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -355,15 +344,22 @@ | ... | @@ -355,15 +344,22 @@ |
| 355 | [ rdf:type spinmap:Mapping-1-1 ; | 344 | [ rdf:type spinmap:Mapping-1-1 ; |
| 356 | spinmap:context :Discovery-Discovery ; | 345 | spinmap:context :Discovery-Discovery ; |
| 357 | spinmap:expression | 346 | spinmap:expression |
| 358 | - [ rdf:type spinmapl:resourceWithValue ; | 347 | + [ rdf:type rhspin:fieldById ; |
| 359 | - sp:arg1 spin:_arg1 ; | 348 | + arg:id spin:_arg1 |
| 360 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | ||
| 361 | - spinmapl:type <http://www.reportinghub.no/schema/npd#DiscoveryActivityStatus> | ||
| 362 | ] ; | 349 | ] ; |
| 363 | spinmap:sourcePredicate1 | 350 | spinmap:sourcePredicate1 |
| 364 | - <file:///www.reportinghub.no/transform/npd/discovery#dscCurrentActivityStatus> ; | 351 | + <file:///www.reportinghub.no/transform/npd/discovery#fldNpdidField> ; |
| 365 | spinmap:targetPredicate1 | 352 | spinmap:targetPredicate1 |
| 366 | - <http://www.reportinghub.no/schema/npd#discoveryCurrentActivityStatus> | 353 | + <http://www.reportinghub.no/schema/npd#discoveryField> |
| 354 | + ] ; | ||
| 355 | + spinmap:rule | ||
| 356 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
| 357 | + spinmap:context :Discovery-Discovery ; | ||
| 358 | + spinmap:expression spin:_arg1 ; | ||
| 359 | + spinmap:sourcePredicate1 | ||
| 360 | + <file:///www.reportinghub.no/transform/npd/discovery#dscNpdidDiscovery> ; | ||
| 361 | + spinmap:targetPredicate1 | ||
| 362 | + <http://www.reportinghub.no/schema/npd#id> | ||
| 367 | ] ; | 363 | ] ; |
| 368 | spinmap:rule | 364 | spinmap:rule |
| 369 | [ rdf:type spinmap:Mapping-1-1 ; | 365 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -372,74 +368,77 @@ | ... | @@ -372,74 +368,77 @@ |
| 372 | [ rdf:type spinmapl:resourceWithValue ; | 368 | [ rdf:type spinmapl:resourceWithValue ; |
| 373 | sp:arg1 spin:_arg1 ; | 369 | sp:arg1 spin:_arg1 ; |
| 374 | spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | 370 | spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; |
| 375 | - spinmapl:type <http://www.reportinghub.no/schema/npd#HCType> | 371 | + spinmapl:type <http://www.reportinghub.no/schema/npd#DiscoveryActivityStatus> |
| 376 | ] ; | 372 | ] ; |
| 377 | spinmap:sourcePredicate1 | 373 | spinmap:sourcePredicate1 |
| 378 | - <file:///www.reportinghub.no/transform/npd/discovery#dscHcType> ; | 374 | + <file:///www.reportinghub.no/transform/npd/discovery#dscCurrentActivityStatus> ; |
| 379 | spinmap:targetPredicate1 | 375 | spinmap:targetPredicate1 |
| 380 | - <http://www.reportinghub.no/schema/npd#discoveryHCType> | 376 | + <http://www.reportinghub.no/schema/npd#discoveryCurrentActivityStatus> |
| 381 | ] ; | 377 | ] ; |
| 382 | spinmap:rule | 378 | spinmap:rule |
| 383 | [ rdf:type spinmap:Mapping-1-1 ; | 379 | [ rdf:type spinmap:Mapping-1-1 ; |
| 384 | spinmap:context :Discovery-Discovery ; | 380 | spinmap:context :Discovery-Discovery ; |
| 385 | spinmap:expression spin:_arg1 ; | 381 | spinmap:expression spin:_arg1 ; |
| 386 | spinmap:sourcePredicate1 | 382 | spinmap:sourcePredicate1 |
| 387 | - <file:///www.reportinghub.no/transform/npd/discovery#dscNpdidDiscovery> ; | 383 | + <file:///www.reportinghub.no/transform/npd/discovery#dscName> ; |
| 388 | spinmap:targetPredicate1 | 384 | spinmap:targetPredicate1 |
| 389 | - <http://www.reportinghub.no/schema/npd#id> | 385 | + <http://www.reportinghub.no/schema/npd#name> |
| 390 | ] ; | 386 | ] ; |
| 391 | spinmap:rule | 387 | spinmap:rule |
| 392 | [ rdf:type spinmap:Mapping-1-1 ; | 388 | [ rdf:type spinmap:Mapping-1-1 ; |
| 393 | spinmap:context :Discovery-Discovery ; | 389 | spinmap:context :Discovery-Discovery ; |
| 394 | - spinmap:expression spin:_arg1 ; | 390 | + spinmap:expression |
| 391 | + [ rdf:type spinmapl:resourceWithValue ; | ||
| 392 | + sp:arg1 spin:_arg1 ; | ||
| 393 | + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | ||
| 394 | + spinmapl:type <http://www.reportinghub.no/schema/npd#HCType> | ||
| 395 | + ] ; | ||
| 395 | spinmap:sourcePredicate1 | 396 | spinmap:sourcePredicate1 |
| 396 | - <file:///www.reportinghub.no/transform/npd/discovery#dscName> ; | 397 | + <file:///www.reportinghub.no/transform/npd/discovery#dscHcType> ; |
| 397 | spinmap:targetPredicate1 | 398 | spinmap:targetPredicate1 |
| 398 | - <http://www.reportinghub.no/schema/npd#name> | 399 | + <http://www.reportinghub.no/schema/npd#discoveryHCType> |
| 399 | ] . | 400 | ] . |
| 400 | 401 | ||
| 401 | <file:///www.reportinghub.no/transform/npd/facilityfixed#FacilityFixed> | 402 | <file:///www.reportinghub.no/transform/npd/facilityfixed#FacilityFixed> |
| 402 | spinmap:rule | 403 | spinmap:rule |
| 403 | [ rdf:type spinmap:Mapping-1-1 ; | 404 | [ rdf:type spinmap:Mapping-1-1 ; |
| 404 | spinmap:context :FacilityFixed-FixedFacility ; | 405 | spinmap:context :FacilityFixed-FixedFacility ; |
| 405 | - spinmap:expression | 406 | + spinmap:expression spin:_arg1 ; |
| 406 | - [ rdf:type spinmapl:resourceWithValue ; | ||
| 407 | - sp:arg1 spin:_arg1 ; | ||
| 408 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | ||
| 409 | - spinmapl:type <http://www.reportinghub.no/schema/npd#FixedFacilityPhase> | ||
| 410 | - ] ; | ||
| 411 | spinmap:sourcePredicate1 | 407 | spinmap:sourcePredicate1 |
| 412 | - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclPhase> ; | 408 | + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclKind> ; |
| 413 | spinmap:targetPredicate1 | 409 | spinmap:targetPredicate1 |
| 414 | - <http://www.reportinghub.no/schema/npd#fixedFacilityPhase> | 410 | + <http://www.reportinghub.no/schema/npd#facilityKind> |
| 415 | ] ; | 411 | ] ; |
| 416 | spinmap:rule | 412 | spinmap:rule |
| 417 | [ rdf:type spinmap:Mapping-1-1 ; | 413 | [ rdf:type spinmap:Mapping-1-1 ; |
| 418 | spinmap:context :FacilityFixed-FixedFacility ; | 414 | spinmap:context :FacilityFixed-FixedFacility ; |
| 419 | spinmap:expression | 415 | spinmap:expression |
| 420 | - [ rdf:type spinmapl:resourceWithValue ; | 416 | + [ rdf:type spif:parseDate ; |
| 421 | - sp:arg1 spin:_arg1 ; | 417 | + arg:pattern "dd.MM.yyyy" ; |
| 422 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#id> ; | 418 | + sp:arg1 spin:_arg1 |
| 423 | - spinmapl:type <http://www.reportinghub.no/schema/npd#FixedFacilityParent> | ||
| 424 | ] ; | 419 | ] ; |
| 425 | spinmap:sourcePredicate1 | 420 | spinmap:sourcePredicate1 |
| 426 | - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclBelongsToS> ; | 421 | + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclStartupDate> ; |
| 427 | spinmap:targetPredicate1 | 422 | spinmap:targetPredicate1 |
| 428 | - <http://www.reportinghub.no/schema/npd#belongsTo> | 423 | + <http://www.reportinghub.no/schema/npd#startDate> |
| 429 | ] ; | 424 | ] ; |
| 430 | spinmap:rule | 425 | spinmap:rule |
| 431 | [ rdf:type spinmap:Mapping-1-1 ; | 426 | [ rdf:type spinmap:Mapping-1-1 ; |
| 432 | spinmap:context :FacilityFixed-FixedFacility ; | 427 | spinmap:context :FacilityFixed-FixedFacility ; |
| 433 | - spinmap:expression | 428 | + spinmap:expression spin:_arg1 ; |
| 434 | - [ rdf:type spinmapl:resourceWithValue ; | 429 | + spinmap:sourcePredicate1 |
| 435 | - sp:arg1 spin:_arg1 ; | 430 | + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclName> ; |
| 436 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | 431 | + spinmap:targetPredicate1 |
| 437 | - spinmapl:type <http://www.reportinghub.no/schema/npd#Company> | 432 | + <http://www.reportinghub.no/schema/npd#name> |
| 438 | ] ; | 433 | ] ; |
| 434 | + spinmap:rule | ||
| 435 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
| 436 | + spinmap:context :FacilityFixed-FixedFacility ; | ||
| 437 | + spinmap:expression spin:_arg1 ; | ||
| 439 | spinmap:sourcePredicate1 | 438 | spinmap:sourcePredicate1 |
| 440 | - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclCurrentOperatorName> ; | 439 | + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclNpdidFacility> ; |
| 441 | spinmap:targetPredicate1 | 440 | spinmap:targetPredicate1 |
| 442 | - <http://www.reportinghub.no/schema/npd#currentOperator> | 441 | + <http://www.reportinghub.no/schema/npd#id> |
| 443 | ] ; | 442 | ] ; |
| 444 | spinmap:rule | 443 | spinmap:rule |
| 445 | [ rdf:type spinmap:Mapping-1-1 ; | 444 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -450,8 +449,8 @@ | ... | @@ -450,8 +449,8 @@ |
| 450 | sp:arg1 spin:_arg1 ; | 449 | sp:arg1 spin:_arg1 ; |
| 451 | sp:arg2 "N" | 450 | sp:arg2 "N" |
| 452 | ] ; | 451 | ] ; |
| 453 | - sp:arg2 <http://www.reportinghub.no/schema/npd#SubSurfaceFixedFacility> ; | 452 | + sp:arg2 <http://www.reportinghub.no/ep/schema/facility#SubSurfaceFixedFacility> ; |
| 454 | - sp:arg3 <http://www.reportinghub.no/schema/npd#SurfaceFixedFacility> | 453 | + sp:arg3 <http://www.reportinghub.no/ep/schema/facility#SurfaceFixedFacility> |
| 455 | ] ; | 454 | ] ; |
| 456 | spinmap:sourcePredicate1 | 455 | spinmap:sourcePredicate1 |
| 457 | <file:///www.reportinghub.no/transform/npd/facilityfixed#fclSurface> ; | 456 | <file:///www.reportinghub.no/transform/npd/facilityfixed#fclSurface> ; |
| ... | @@ -461,67 +460,62 @@ | ... | @@ -461,67 +460,62 @@ |
| 461 | spinmap:rule | 460 | spinmap:rule |
| 462 | [ rdf:type spinmap:Mapping-1-1 ; | 461 | [ rdf:type spinmap:Mapping-1-1 ; |
| 463 | spinmap:context :FacilityFixed-FixedFacility ; | 462 | spinmap:context :FacilityFixed-FixedFacility ; |
| 464 | - spinmap:expression spin:_arg1 ; | 463 | + spinmap:expression |
| 464 | + [ rdf:type spinmapl:resourceWithValue ; | ||
| 465 | + sp:arg1 spin:_arg1 ; | ||
| 466 | + spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | ||
| 467 | + spinmapl:type <http://www.reportinghub.no/ep/schema/organization#Company> | ||
| 468 | + ] ; | ||
| 465 | spinmap:sourcePredicate1 | 469 | spinmap:sourcePredicate1 |
| 466 | - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclNpdidFacility> ; | 470 | + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclCurrentOperatorName> ; |
| 467 | spinmap:targetPredicate1 | 471 | spinmap:targetPredicate1 |
| 468 | - <http://www.reportinghub.no/schema/npd#id> | 472 | + <http://www.reportinghub.no/schema/npd#currentOperator> |
| 469 | ] ; | 473 | ] ; |
| 470 | spinmap:rule | 474 | spinmap:rule |
| 471 | [ rdf:type spinmap:Mapping-1-1 ; | 475 | [ rdf:type spinmap:Mapping-1-1 ; |
| 472 | spinmap:context :FacilityFixed-FixedFacility ; | 476 | spinmap:context :FacilityFixed-FixedFacility ; |
| 473 | - spinmap:expression spin:_arg1 ; | 477 | + spinmap:expression |
| 478 | + [ rdf:type spinmapl:resourceWithValue ; | ||
| 479 | + sp:arg1 spin:_arg1 ; | ||
| 480 | + spinmapl:predicate <http://www.reportinghub.no/schema/npd#id> ; | ||
| 481 | + spinmapl:type <http://www.reportinghub.no/schema/npd#FixedFacilityParent> | ||
| 482 | + ] ; | ||
| 474 | spinmap:sourcePredicate1 | 483 | spinmap:sourcePredicate1 |
| 475 | - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclName> ; | 484 | + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclBelongsToS> ; |
| 476 | spinmap:targetPredicate1 | 485 | spinmap:targetPredicate1 |
| 477 | - <http://www.reportinghub.no/schema/npd#name> | 486 | + <http://www.reportinghub.no/schema/npd#belongsTo> |
| 478 | ] ; | 487 | ] ; |
| 479 | spinmap:rule | 488 | spinmap:rule |
| 480 | [ rdf:type spinmap:Mapping-1-1 ; | 489 | [ rdf:type spinmap:Mapping-1-1 ; |
| 481 | spinmap:context :FacilityFixed-FixedFacility ; | 490 | spinmap:context :FacilityFixed-FixedFacility ; |
| 482 | spinmap:expression | 491 | spinmap:expression |
| 483 | - [ rdf:type spif:parseDate ; | 492 | + [ rdf:type spinmapl:resourceWithValue ; |
| 484 | - arg:pattern "dd.MM.yyyy" ; | 493 | + sp:arg1 spin:_arg1 ; |
| 485 | - sp:arg1 spin:_arg1 | 494 | + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; |
| 486 | - ] ; | 495 | + spinmapl:type <http://www.reportinghub.no/schema/npd#FixedFacilityPhase> |
| 487 | - spinmap:sourcePredicate1 | ||
| 488 | - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclStartupDate> ; | ||
| 489 | - spinmap:targetPredicate1 | ||
| 490 | - <http://www.reportinghub.no/schema/npd#startDate> | ||
| 491 | ] ; | 496 | ] ; |
| 492 | - spinmap:rule | ||
| 493 | - [ rdf:type spinmap:Mapping-1-1 ; | ||
| 494 | - spinmap:context :FacilityFixed-FixedFacility ; | ||
| 495 | - spinmap:expression spin:_arg1 ; | ||
| 496 | spinmap:sourcePredicate1 | 497 | spinmap:sourcePredicate1 |
| 497 | - <file:///www.reportinghub.no/transform/npd/facilityfixed#fclKind> ; | 498 | + <file:///www.reportinghub.no/transform/npd/facilityfixed#fclPhase> ; |
| 498 | spinmap:targetPredicate1 | 499 | spinmap:targetPredicate1 |
| 499 | - <http://www.reportinghub.no/schema/npd#facilityKind> | 500 | + <http://www.reportinghub.no/schema/npd#fixedFacilityPhase> |
| 500 | ] . | 501 | ] . |
| 501 | 502 | ||
| 502 | <file:///www.reportinghub.no/transform/npd/facilitymoveable#FacilityMoveable> | 503 | <file:///www.reportinghub.no/transform/npd/facilitymoveable#FacilityMoveable> |
| 503 | spinmap:rule | 504 | spinmap:rule |
| 504 | - [ rdf:type spinmap:Mapping-1-1 ; | 505 | + [ rdf:type spinmap:Mapping-0-1 ; |
| 505 | spinmap:context :FacilityMoveable-MoveableFacility ; | 506 | spinmap:context :FacilityMoveable-MoveableFacility ; |
| 506 | - spinmap:expression | 507 | + spinmap:expression <http://www.reportinghub.no/ep/schema/facility#MoveableFacility> ; |
| 507 | - [ rdf:type spinmapl:resourceWithValue ; | ||
| 508 | - sp:arg1 spin:_arg1 ; | ||
| 509 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | ||
| 510 | - spinmapl:type <http://www.reportinghub.no/schema/npd#Company> | ||
| 511 | - ] ; | ||
| 512 | - spinmap:sourcePredicate1 | ||
| 513 | - <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclCurrentRespCompanyName> ; | ||
| 514 | spinmap:targetPredicate1 | 508 | spinmap:targetPredicate1 |
| 515 | - <http://www.reportinghub.no/schema/npd#currentlyResponsibleCompany> | 509 | + rdf:type |
| 516 | ] ; | 510 | ] ; |
| 517 | spinmap:rule | 511 | spinmap:rule |
| 518 | [ rdf:type spinmap:Mapping-1-1 ; | 512 | [ rdf:type spinmap:Mapping-1-1 ; |
| 519 | spinmap:context :FacilityMoveable-MoveableFacility ; | 513 | spinmap:context :FacilityMoveable-MoveableFacility ; |
| 520 | spinmap:expression spin:_arg1 ; | 514 | spinmap:expression spin:_arg1 ; |
| 521 | spinmap:sourcePredicate1 | 515 | spinmap:sourcePredicate1 |
| 522 | - <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclName> ; | 516 | + <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclNpdidFacility> ; |
| 523 | spinmap:targetPredicate1 | 517 | spinmap:targetPredicate1 |
| 524 | - <http://www.reportinghub.no/schema/npd#name> | 518 | + <http://www.reportinghub.no/schema/npd#id> |
| 525 | ] ; | 519 | ] ; |
| 526 | spinmap:rule | 520 | spinmap:rule |
| 527 | [ rdf:type spinmap:Mapping-1-1 ; | 521 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -537,58 +531,53 @@ | ... | @@ -537,58 +531,53 @@ |
| 537 | spinmap:context :FacilityMoveable-MoveableFacility ; | 531 | spinmap:context :FacilityMoveable-MoveableFacility ; |
| 538 | spinmap:expression spin:_arg1 ; | 532 | spinmap:expression spin:_arg1 ; |
| 539 | spinmap:sourcePredicate1 | 533 | spinmap:sourcePredicate1 |
| 540 | - <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclNpdidFacility> ; | 534 | + <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclName> ; |
| 541 | spinmap:targetPredicate1 | 535 | spinmap:targetPredicate1 |
| 542 | - <http://www.reportinghub.no/schema/npd#id> | 536 | + <http://www.reportinghub.no/schema/npd#name> |
| 543 | ] ; | 537 | ] ; |
| 544 | spinmap:rule | 538 | spinmap:rule |
| 545 | - [ rdf:type spinmap:Mapping-0-1 ; | 539 | + [ rdf:type spinmap:Mapping-1-1 ; |
| 546 | spinmap:context :FacilityMoveable-MoveableFacility ; | 540 | spinmap:context :FacilityMoveable-MoveableFacility ; |
| 547 | - spinmap:expression <http://www.reportinghub.no/schema/npd#MoveableFacility> ; | 541 | + spinmap:expression |
| 542 | + [ rdf:type spinmapl:resourceWithValue ; | ||
| 543 | + sp:arg1 spin:_arg1 ; | ||
| 544 | + spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | ||
| 545 | + spinmapl:type <http://www.reportinghub.no/ep/schema/organization#Company> | ||
| 546 | + ] ; | ||
| 547 | + spinmap:sourcePredicate1 | ||
| 548 | + <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclCurrentRespCompanyName> ; | ||
| 548 | spinmap:targetPredicate1 | 549 | spinmap:targetPredicate1 |
| 549 | - rdf:type | 550 | + <http://www.reportinghub.no/schema/npd#currentlyResponsibleCompany> |
| 550 | ] . | 551 | ] . |
| 551 | 552 | ||
| 552 | <file:///www.reportinghub.no/transform/npd/field#Field> | 553 | <file:///www.reportinghub.no/transform/npd/field#Field> |
| 553 | spinmap:rule | 554 | spinmap:rule |
| 554 | - [ rdf:type spinmap:Mapping-1-1 ; | 555 | + [ rdf:type spinmap:Mapping-0-1 ; |
| 555 | spinmap:context :Field-Field ; | 556 | spinmap:context :Field-Field ; |
| 556 | - spinmap:expression | 557 | + spinmap:expression <http://www.reportinghub.no/schema/npd#Field> ; |
| 557 | - [ rdf:type spinmapl:resourceWithValue ; | ||
| 558 | - sp:arg1 spin:_arg1 ; | ||
| 559 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | ||
| 560 | - spinmapl:type <http://www.reportinghub.no/schema/npd#FieldActivityStatus> | ||
| 561 | - ] ; | ||
| 562 | - spinmap:sourcePredicate1 | ||
| 563 | - <file:///www.reportinghub.no/transform/npd/field#fldCurrentActivitySatus> ; | ||
| 564 | spinmap:targetPredicate1 | 558 | spinmap:targetPredicate1 |
| 565 | - <http://www.reportinghub.no/schema/npd#currentActivityStatus> | 559 | + rdf:type |
| 566 | ] ; | 560 | ] ; |
| 567 | spinmap:rule | 561 | spinmap:rule |
| 568 | [ rdf:type spinmap:Mapping-1-1 ; | 562 | [ rdf:type spinmap:Mapping-1-1 ; |
| 569 | spinmap:context :Field-Field ; | 563 | spinmap:context :Field-Field ; |
| 570 | spinmap:expression | 564 | spinmap:expression |
| 571 | - [ rdf:type spinmapl:resourceWithValue ; | 565 | + [ rdf:type rhspin:companyById ; |
| 572 | - sp:arg1 spin:_arg1 ; | 566 | + arg:id spin:_arg1 |
| 573 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#id> ; | ||
| 574 | - spinmapl:type <http://www.reportinghub.no/schema/npd#Owner> | ||
| 575 | ] ; | 567 | ] ; |
| 576 | spinmap:sourcePredicate1 | 568 | spinmap:sourcePredicate1 |
| 577 | - <file:///www.reportinghub.no/transform/npd/field#fldNpdidOwner> ; | 569 | + <file:///www.reportinghub.no/transform/npd/field#cmpNpdidCompany> ; |
| 578 | spinmap:targetPredicate1 | 570 | spinmap:targetPredicate1 |
| 579 | - <http://www.reportinghub.no/schema/npd#fieldOwner> | 571 | + <http://www.reportinghub.no/schema/npd#fieldOperator> |
| 580 | ] ; | 572 | ] ; |
| 581 | spinmap:rule | 573 | spinmap:rule |
| 582 | [ rdf:type spinmap:Mapping-1-1 ; | 574 | [ rdf:type spinmap:Mapping-1-1 ; |
| 583 | spinmap:context :Field-Field ; | 575 | spinmap:context :Field-Field ; |
| 584 | - spinmap:expression | 576 | + spinmap:expression spin:_arg1 ; |
| 585 | - [ rdf:type rhspin:wellBoreByName ; | ||
| 586 | - arg:wellBoreName spin:_arg1 | ||
| 587 | - ] ; | ||
| 588 | spinmap:sourcePredicate1 | 577 | spinmap:sourcePredicate1 |
| 589 | - <file:///www.reportinghub.no/transform/npd/field#wlbName> ; | 578 | + <file:///www.reportinghub.no/transform/npd/field#fldNpdidField> ; |
| 590 | spinmap:targetPredicate1 | 579 | spinmap:targetPredicate1 |
| 591 | - <http://www.reportinghub.no/schema/npd#fieldDiscoveryWellBore> | 580 | + <http://www.reportinghub.no/schema/npd#id> |
| 592 | ] ; | 581 | ] ; |
| 593 | spinmap:rule | 582 | spinmap:rule |
| 594 | [ rdf:type spinmap:Mapping-1-1 ; | 583 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -602,57 +591,84 @@ | ... | @@ -602,57 +591,84 @@ |
| 602 | spinmap:rule | 591 | spinmap:rule |
| 603 | [ rdf:type spinmap:Mapping-1-1 ; | 592 | [ rdf:type spinmap:Mapping-1-1 ; |
| 604 | spinmap:context :Field-Field ; | 593 | spinmap:context :Field-Field ; |
| 605 | - spinmap:expression spin:_arg1 ; | 594 | + spinmap:expression |
| 595 | + [ rdf:type rhspin:wellBoreByName ; | ||
| 596 | + arg:wellBoreName spin:_arg1 | ||
| 597 | + ] ; | ||
| 606 | spinmap:sourcePredicate1 | 598 | spinmap:sourcePredicate1 |
| 607 | - <file:///www.reportinghub.no/transform/npd/field#fldNpdidField> ; | 599 | + <file:///www.reportinghub.no/transform/npd/field#wlbName> ; |
| 608 | spinmap:targetPredicate1 | 600 | spinmap:targetPredicate1 |
| 609 | - <http://www.reportinghub.no/schema/npd#id> | 601 | + <http://www.reportinghub.no/schema/npd#fieldDiscoveryWellBore> |
| 610 | ] ; | 602 | ] ; |
| 611 | spinmap:rule | 603 | spinmap:rule |
| 612 | [ rdf:type spinmap:Mapping-1-1 ; | 604 | [ rdf:type spinmap:Mapping-1-1 ; |
| 613 | spinmap:context :Field-Field ; | 605 | spinmap:context :Field-Field ; |
| 614 | spinmap:expression | 606 | spinmap:expression |
| 615 | - [ rdf:type rhspin:companyById ; | 607 | + [ rdf:type spinmapl:resourceWithValue ; |
| 616 | - arg:id spin:_arg1 | 608 | + sp:arg1 spin:_arg1 ; |
| 609 | + spinmapl:predicate <http://www.reportinghub.no/schema/npd#id> ; | ||
| 610 | + spinmapl:type <http://www.reportinghub.no/schema/npd#Owner> | ||
| 617 | ] ; | 611 | ] ; |
| 618 | spinmap:sourcePredicate1 | 612 | spinmap:sourcePredicate1 |
| 619 | - <file:///www.reportinghub.no/transform/npd/field#cmpNpdidCompany> ; | 613 | + <file:///www.reportinghub.no/transform/npd/field#fldNpdidOwner> ; |
| 620 | spinmap:targetPredicate1 | 614 | spinmap:targetPredicate1 |
| 621 | - <http://www.reportinghub.no/schema/npd#fieldOperator> | 615 | + <http://www.reportinghub.no/schema/npd#fieldOwner> |
| 622 | ] ; | 616 | ] ; |
| 623 | spinmap:rule | 617 | spinmap:rule |
| 624 | - [ rdf:type spinmap:Mapping-0-1 ; | 618 | + [ rdf:type spinmap:Mapping-1-1 ; |
| 625 | spinmap:context :Field-Field ; | 619 | spinmap:context :Field-Field ; |
| 626 | - spinmap:expression <http://www.reportinghub.no/schema/npd#Field> ; | 620 | + spinmap:expression |
| 621 | + [ rdf:type spinmapl:resourceWithValue ; | ||
| 622 | + sp:arg1 spin:_arg1 ; | ||
| 623 | + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | ||
| 624 | + spinmapl:type <http://www.reportinghub.no/schema/npd#FieldActivityStatus> | ||
| 625 | + ] ; | ||
| 626 | + spinmap:sourcePredicate1 | ||
| 627 | + <file:///www.reportinghub.no/transform/npd/field#fldCurrentActivitySatus> ; | ||
| 627 | spinmap:targetPredicate1 | 628 | spinmap:targetPredicate1 |
| 628 | - rdf:type | 629 | + <http://www.reportinghub.no/schema/npd#currentActivityStatus> |
| 629 | ] . | 630 | ] . |
| 630 | 631 | ||
| 631 | <file:///www.reportinghub.no/transform/npd/licence#Licence> | 632 | <file:///www.reportinghub.no/transform/npd/licence#Licence> |
| 632 | spinmap:rule | 633 | spinmap:rule |
| 633 | [ rdf:type spinmap:Mapping-1-1 ; | 634 | [ rdf:type spinmap:Mapping-1-1 ; |
| 634 | spinmap:context :License-License ; | 635 | spinmap:context :License-License ; |
| 635 | - spinmap:expression spin:_arg1 ; | 636 | + spinmap:expression |
| 637 | + [ rdf:type spinmapl:resourceWithValue ; | ||
| 638 | + sp:arg1 spin:_arg1 ; | ||
| 639 | + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | ||
| 640 | + spinmapl:type <http://www.reportinghub.no/schema/npd#LicenseStatus> | ||
| 641 | + ] ; | ||
| 636 | spinmap:sourcePredicate1 | 642 | spinmap:sourcePredicate1 |
| 637 | - <file:///www.reportinghub.no/transform/npd/licence#prlLicensingActivityName> ; | 643 | + <file:///www.reportinghub.no/transform/npd/licence#prlStatus> ; |
| 638 | spinmap:targetPredicate1 | 644 | spinmap:targetPredicate1 |
| 639 | - <http://www.reportinghub.no/schema/npd#licensingActivity> | 645 | + <http://www.reportinghub.no/schema/npd#licenseStatus> |
| 640 | ] ; | 646 | ] ; |
| 641 | spinmap:rule | 647 | spinmap:rule |
| 642 | [ rdf:type spinmap:Mapping-1-1 ; | 648 | [ rdf:type spinmap:Mapping-1-1 ; |
| 643 | spinmap:context :License-License ; | 649 | spinmap:context :License-License ; |
| 644 | - spinmap:expression spin:_arg1 ; | 650 | + spinmap:expression |
| 651 | + [ rdf:type spif:parseDate ; | ||
| 652 | + arg:pattern "dd.MM.yyyy" ; | ||
| 653 | + sp:arg1 spin:_arg1 | ||
| 654 | + ] ; | ||
| 645 | spinmap:sourcePredicate1 | 655 | spinmap:sourcePredicate1 |
| 646 | - <file:///www.reportinghub.no/transform/npd/licence#prlName> ; | 656 | + <file:///www.reportinghub.no/transform/npd/licence#prlDateGranted> ; |
| 647 | spinmap:targetPredicate1 | 657 | spinmap:targetPredicate1 |
| 648 | - <http://www.reportinghub.no/schema/npd#name> | 658 | + <http://www.reportinghub.no/schema/npd#startDate> |
| 649 | ] ; | 659 | ] ; |
| 650 | spinmap:rule | 660 | spinmap:rule |
| 651 | - [ rdf:type spinmap:Mapping-0-1 ; | 661 | + [ rdf:type spinmap:Mapping-1-1 ; |
| 652 | spinmap:context :License-License ; | 662 | spinmap:context :License-License ; |
| 653 | - spinmap:expression <http://www.reportinghub.no/schema/npd#Licence> ; | 663 | + spinmap:expression |
| 664 | + [ rdf:type spif:parseDate ; | ||
| 665 | + arg:pattern "dd.MM.yyyy" ; | ||
| 666 | + sp:arg1 spin:_arg1 | ||
| 667 | + ] ; | ||
| 668 | + spinmap:sourcePredicate1 | ||
| 669 | + <file:///www.reportinghub.no/transform/npd/licence#prlDateValidTo> ; | ||
| 654 | spinmap:targetPredicate1 | 670 | spinmap:targetPredicate1 |
| 655 | - rdf:type | 671 | + <http://www.reportinghub.no/schema/npd#endDate> |
| 656 | ] ; | 672 | ] ; |
| 657 | spinmap:rule | 673 | spinmap:rule |
| 658 | [ rdf:type spinmap:Mapping-1-1 ; | 674 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -664,78 +680,55 @@ | ... | @@ -664,78 +680,55 @@ |
| 664 | <http://www.reportinghub.no/schema/npd#id> | 680 | <http://www.reportinghub.no/schema/npd#id> |
| 665 | ] ; | 681 | ] ; |
| 666 | spinmap:rule | 682 | spinmap:rule |
| 667 | - [ rdf:type spinmap:Mapping-1-1 ; | 683 | + [ rdf:type spinmap:Mapping-0-1 ; |
| 668 | spinmap:context :License-License ; | 684 | spinmap:context :License-License ; |
| 669 | - spinmap:expression | 685 | + spinmap:expression <http://www.reportinghub.no/schema/npd#Licence> ; |
| 670 | - [ rdf:type spif:parseDate ; | ||
| 671 | - arg:pattern "dd.MM.yyyy" ; | ||
| 672 | - sp:arg1 spin:_arg1 | ||
| 673 | - ] ; | ||
| 674 | - spinmap:sourcePredicate1 | ||
| 675 | - <file:///www.reportinghub.no/transform/npd/licence#prlDateValidTo> ; | ||
| 676 | spinmap:targetPredicate1 | 686 | spinmap:targetPredicate1 |
| 677 | - <http://www.reportinghub.no/schema/npd#endDate> | 687 | + rdf:type |
| 678 | ] ; | 688 | ] ; |
| 679 | spinmap:rule | 689 | spinmap:rule |
| 680 | [ rdf:type spinmap:Mapping-1-1 ; | 690 | [ rdf:type spinmap:Mapping-1-1 ; |
| 681 | spinmap:context :License-License ; | 691 | spinmap:context :License-License ; |
| 682 | - spinmap:expression | 692 | + spinmap:expression spin:_arg1 ; |
| 683 | - [ rdf:type spif:parseDate ; | ||
| 684 | - arg:pattern "dd.MM.yyyy" ; | ||
| 685 | - sp:arg1 spin:_arg1 | ||
| 686 | - ] ; | ||
| 687 | spinmap:sourcePredicate1 | 693 | spinmap:sourcePredicate1 |
| 688 | - <file:///www.reportinghub.no/transform/npd/licence#prlDateGranted> ; | 694 | + <file:///www.reportinghub.no/transform/npd/licence#prlName> ; |
| 689 | spinmap:targetPredicate1 | 695 | spinmap:targetPredicate1 |
| 690 | - <http://www.reportinghub.no/schema/npd#startDate> | 696 | + <http://www.reportinghub.no/schema/npd#name> |
| 691 | ] ; | 697 | ] ; |
| 692 | spinmap:rule | 698 | spinmap:rule |
| 693 | [ rdf:type spinmap:Mapping-1-1 ; | 699 | [ rdf:type spinmap:Mapping-1-1 ; |
| 694 | spinmap:context :License-License ; | 700 | spinmap:context :License-License ; |
| 695 | - spinmap:expression | 701 | + spinmap:expression spin:_arg1 ; |
| 696 | - [ rdf:type spinmapl:resourceWithValue ; | ||
| 697 | - sp:arg1 spin:_arg1 ; | ||
| 698 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | ||
| 699 | - spinmapl:type <http://www.reportinghub.no/schema/npd#LicenseStatus> | ||
| 700 | - ] ; | ||
| 701 | spinmap:sourcePredicate1 | 702 | spinmap:sourcePredicate1 |
| 702 | - <file:///www.reportinghub.no/transform/npd/licence#prlStatus> ; | 703 | + <file:///www.reportinghub.no/transform/npd/licence#prlLicensingActivityName> ; |
| 703 | spinmap:targetPredicate1 | 704 | spinmap:targetPredicate1 |
| 704 | - <http://www.reportinghub.no/schema/npd#licenseStatus> | 705 | + <http://www.reportinghub.no/schema/npd#licensingActivity> |
| 705 | ] . | 706 | ] . |
| 706 | 707 | ||
| 707 | <file:///www.reportinghub.no/transform/npd/licensee#Licensee> | 708 | <file:///www.reportinghub.no/transform/npd/licensee#Licensee> |
| 708 | spinmap:rule | 709 | spinmap:rule |
| 709 | - [ rdf:type spinmap:Mapping-0-1 ; | ||
| 710 | - spinmap:context :Licensee-ShareOfLicence ; | ||
| 711 | - spinmap:expression <http://www.reportinghub.no/schema/npd#ShareOfLicence> ; | ||
| 712 | - spinmap:targetPredicate1 | ||
| 713 | - rdf:type | ||
| 714 | - ] ; | ||
| 715 | - spinmap:rule | ||
| 716 | [ rdf:type spinmap:Mapping-1-1 ; | 710 | [ rdf:type spinmap:Mapping-1-1 ; |
| 717 | spinmap:context :Licensee-ShareOfLicence ; | 711 | spinmap:context :Licensee-ShareOfLicence ; |
| 718 | spinmap:expression | 712 | spinmap:expression |
| 719 | - [ rdf:type spif:parseDate ; | 713 | + [ rdf:type rhspin:licenceById ; |
| 720 | - arg:pattern "dd.MM.yyyy" ; | 714 | + arg:id spin:_arg1 |
| 721 | - sp:arg1 spin:_arg1 | ||
| 722 | ] ; | 715 | ] ; |
| 723 | spinmap:sourcePredicate1 | 716 | spinmap:sourcePredicate1 |
| 724 | - <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeDateValidFrom> ; | 717 | + <file:///www.reportinghub.no/transform/npd/licensee#prlNpdidLicence> ; |
| 725 | spinmap:targetPredicate1 | 718 | spinmap:targetPredicate1 |
| 726 | - <http://www.reportinghub.no/schema/npd#startDate> | 719 | + <http://www.reportinghub.no/schema/npd#licenceShared> |
| 727 | ] ; | 720 | ] ; |
| 728 | spinmap:rule | 721 | spinmap:rule |
| 729 | [ rdf:type spinmap:Mapping-1-1 ; | 722 | [ rdf:type spinmap:Mapping-1-1 ; |
| 730 | spinmap:context :Licensee-ShareOfLicence ; | 723 | spinmap:context :Licensee-ShareOfLicence ; |
| 731 | spinmap:expression | 724 | spinmap:expression |
| 732 | - [ rdf:type rhspin:companyById ; | 725 | + [ rdf:type xsd:float ; |
| 733 | - arg:id spin:_arg1 | 726 | + sp:arg1 spin:_arg1 |
| 734 | ] ; | 727 | ] ; |
| 735 | spinmap:sourcePredicate1 | 728 | spinmap:sourcePredicate1 |
| 736 | - <file:///www.reportinghub.no/transform/npd/licensee#cmpNpdidCompany> ; | 729 | + <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeInterest> ; |
| 737 | spinmap:targetPredicate1 | 730 | spinmap:targetPredicate1 |
| 738 | - <http://www.reportinghub.no/schema/npd#shareHolder> | 731 | + <http://www.reportinghub.no/schema/npd#percentageOfShare> |
| 739 | ] ; | 732 | ] ; |
| 740 | spinmap:rule | 733 | spinmap:rule |
| 741 | [ rdf:type spinmap:Mapping-1-1 ; | 734 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -754,36 +747,42 @@ | ... | @@ -754,36 +747,42 @@ |
| 754 | [ rdf:type spinmap:Mapping-1-1 ; | 747 | [ rdf:type spinmap:Mapping-1-1 ; |
| 755 | spinmap:context :Licensee-ShareOfLicence ; | 748 | spinmap:context :Licensee-ShareOfLicence ; |
| 756 | spinmap:expression | 749 | spinmap:expression |
| 757 | - [ rdf:type xsd:float ; | 750 | + [ rdf:type rhspin:companyById ; |
| 758 | - sp:arg1 spin:_arg1 | 751 | + arg:id spin:_arg1 |
| 759 | ] ; | 752 | ] ; |
| 760 | spinmap:sourcePredicate1 | 753 | spinmap:sourcePredicate1 |
| 761 | - <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeInterest> ; | 754 | + <file:///www.reportinghub.no/transform/npd/licensee#cmpNpdidCompany> ; |
| 762 | spinmap:targetPredicate1 | 755 | spinmap:targetPredicate1 |
| 763 | - <http://www.reportinghub.no/schema/npd#percentageOfShare> | 756 | + <http://www.reportinghub.no/schema/npd#shareHolder> |
| 764 | ] ; | 757 | ] ; |
| 765 | spinmap:rule | 758 | spinmap:rule |
| 766 | [ rdf:type spinmap:Mapping-1-1 ; | 759 | [ rdf:type spinmap:Mapping-1-1 ; |
| 767 | spinmap:context :Licensee-ShareOfLicence ; | 760 | spinmap:context :Licensee-ShareOfLicence ; |
| 768 | spinmap:expression | 761 | spinmap:expression |
| 769 | - [ rdf:type rhspin:licenceById ; | 762 | + [ rdf:type spif:parseDate ; |
| 770 | - arg:id spin:_arg1 | 763 | + arg:pattern "dd.MM.yyyy" ; |
| 764 | + sp:arg1 spin:_arg1 | ||
| 771 | ] ; | 765 | ] ; |
| 772 | spinmap:sourcePredicate1 | 766 | spinmap:sourcePredicate1 |
| 773 | - <file:///www.reportinghub.no/transform/npd/licensee#prlNpdidLicence> ; | 767 | + <file:///www.reportinghub.no/transform/npd/licensee#prlLicenseeDateValidFrom> ; |
| 774 | spinmap:targetPredicate1 | 768 | spinmap:targetPredicate1 |
| 775 | - <http://www.reportinghub.no/schema/npd#licenceShared> | 769 | + <http://www.reportinghub.no/schema/npd#startDate> |
| 770 | + ] ; | ||
| 771 | + spinmap:rule | ||
| 772 | + [ rdf:type spinmap:Mapping-0-1 ; | ||
| 773 | + spinmap:context :Licensee-ShareOfLicence ; | ||
| 774 | + spinmap:expression <http://www.reportinghub.no/schema/npd#ShareOfLicence> ; | ||
| 775 | + spinmap:targetPredicate1 | ||
| 776 | + rdf:type | ||
| 776 | ] . | 777 | ] . |
| 777 | 778 | ||
| 778 | <file:///www.reportinghub.no/transform/npd/tufoperator#TUFOperator> | 779 | <file:///www.reportinghub.no/transform/npd/tufoperator#TUFOperator> |
| 779 | spinmap:rule | 780 | spinmap:rule |
| 780 | - [ rdf:type spinmap:Mapping-1-1 ; | 781 | + [ rdf:type spinmap:Mapping-0-1 ; |
| 781 | spinmap:context :TUFOperator-TUF ; | 782 | spinmap:context :TUFOperator-TUF ; |
| 782 | - spinmap:expression spin:_arg1 ; | 783 | + spinmap:expression <http://www.reportinghub.no/schema/npd#TUF> ; |
| 783 | - spinmap:sourcePredicate1 | ||
| 784 | - <file:///www.reportinghub.no/transform/npd/tufoperator#tufName> ; | ||
| 785 | spinmap:targetPredicate1 | 784 | spinmap:targetPredicate1 |
| 786 | - <http://www.reportinghub.no/schema/npd#name> | 785 | + rdf:type |
| 787 | ] ; | 786 | ] ; |
| 788 | spinmap:rule | 787 | spinmap:rule |
| 789 | [ rdf:type spinmap:Mapping-1-1 ; | 788 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -795,59 +794,54 @@ | ... | @@ -795,59 +794,54 @@ |
| 795 | <http://www.reportinghub.no/schema/npd#id> | 794 | <http://www.reportinghub.no/schema/npd#id> |
| 796 | ] ; | 795 | ] ; |
| 797 | spinmap:rule | 796 | spinmap:rule |
| 798 | - [ rdf:type spinmap:Mapping-0-1 ; | 797 | + [ rdf:type spinmap:Mapping-1-1 ; |
| 799 | spinmap:context :TUFOperator-TUF ; | 798 | spinmap:context :TUFOperator-TUF ; |
| 800 | - spinmap:expression <http://www.reportinghub.no/schema/npd#TUF> ; | 799 | + spinmap:expression spin:_arg1 ; |
| 800 | + spinmap:sourcePredicate1 | ||
| 801 | + <file:///www.reportinghub.no/transform/npd/tufoperator#tufName> ; | ||
| 801 | spinmap:targetPredicate1 | 802 | spinmap:targetPredicate1 |
| 802 | - rdf:type | 803 | + <http://www.reportinghub.no/schema/npd#name> |
| 803 | ] . | 804 | ] . |
| 804 | 805 | ||
| 805 | <file:///www.reportinghub.no/transform/npd/wbdev#WBDev> | 806 | <file:///www.reportinghub.no/transform/npd/wbdev#WBDev> |
| 806 | spinmap:rule | 807 | spinmap:rule |
| 807 | [ rdf:type spinmap:Mapping-1-1 ; | 808 | [ rdf:type spinmap:Mapping-1-1 ; |
| 808 | spinmap:context :WBDev-WellBore ; | 809 | spinmap:context :WBDev-WellBore ; |
| 809 | - spinmap:expression | 810 | + spinmap:expression spin:_arg1 ; |
| 810 | - [ rdf:type rhspin:facilityById ; | ||
| 811 | - arg:id spin:_arg1 | ||
| 812 | - ] ; | ||
| 813 | spinmap:sourcePredicate1 | 811 | spinmap:sourcePredicate1 |
| 814 | - <file:///www.reportinghub.no/transform/npd/wbdev#fclNpdidFacilityProducing> ; | 812 | + <file:///www.reportinghub.no/transform/npd/wbdev#wlbWellboreName> ; |
| 815 | spinmap:targetPredicate1 | 813 | spinmap:targetPredicate1 |
| 816 | - <http://www.reportinghub.no/schema/npd#productionFacility> | 814 | + <http://www.reportinghub.no/schema/npd#name> |
| 817 | ] ; | 815 | ] ; |
| 818 | spinmap:rule | 816 | spinmap:rule |
| 819 | [ rdf:type spinmap:Mapping-1-1 ; | 817 | [ rdf:type spinmap:Mapping-1-1 ; |
| 820 | spinmap:context :WBDev-WellBore ; | 818 | spinmap:context :WBDev-WellBore ; |
| 821 | spinmap:expression | 819 | spinmap:expression |
| 822 | - [ rdf:type rhspin:licenceById ; | 820 | + [ rdf:type rhspin:wellByName ; |
| 823 | - arg:id spin:_arg1 | 821 | + arg:wellName spin:_arg1 |
| 824 | ] ; | 822 | ] ; |
| 825 | spinmap:sourcePredicate1 | 823 | spinmap:sourcePredicate1 |
| 826 | - <file:///www.reportinghub.no/transform/npd/wbdev#prlNpdidProductionLicence> ; | 824 | + <file:///www.reportinghub.no/transform/npd/wbdev#wlbWell> ; |
| 827 | spinmap:targetPredicate1 | 825 | spinmap:targetPredicate1 |
| 828 | - <http://www.reportinghub.no/schema/npd#drilledInProductionLicence> | 826 | + <http://www.reportinghub.no/schema/npd#partOfWell> |
| 829 | ] ; | 827 | ] ; |
| 830 | spinmap:rule | 828 | spinmap:rule |
| 831 | [ rdf:type spinmap:Mapping-1-1 ; | 829 | [ rdf:type spinmap:Mapping-1-1 ; |
| 832 | spinmap:context :WBDev-WellBore ; | 830 | spinmap:context :WBDev-WellBore ; |
| 833 | - spinmap:expression | 831 | + spinmap:expression spin:_arg1 ; |
| 834 | - [ rdf:type spif:parseDate ; | ||
| 835 | - arg:pattern "dd.MM.yyyy"^^xsd:string ; | ||
| 836 | - sp:arg1 spin:_arg1 | ||
| 837 | - ] ; | ||
| 838 | spinmap:sourcePredicate1 | 832 | spinmap:sourcePredicate1 |
| 839 | - <file:///www.reportinghub.no/transform/npd/wbdev#wlbCompletionDate> ; | 833 | + <file:///www.reportinghub.no/transform/npd/wbdev#wlbWellType> ; |
| 840 | spinmap:targetPredicate1 | 834 | spinmap:targetPredicate1 |
| 841 | - <http://www.reportinghub.no/schema/npd#wellBoreCompletionDate> | 835 | + <http://www.reportinghub.no/schema/npd#wellBoreType> |
| 842 | ] ; | 836 | ] ; |
| 843 | spinmap:rule | 837 | spinmap:rule |
| 844 | [ rdf:type spinmap:Mapping-1-1 ; | 838 | [ rdf:type spinmap:Mapping-1-1 ; |
| 845 | spinmap:context :WBDev-WellBore ; | 839 | spinmap:context :WBDev-WellBore ; |
| 846 | spinmap:expression spin:_arg1 ; | 840 | spinmap:expression spin:_arg1 ; |
| 847 | spinmap:sourcePredicate1 | 841 | spinmap:sourcePredicate1 |
| 848 | - <file:///www.reportinghub.no/transform/npd/wbdev#wlbWellboreName> ; | 842 | + <file:///www.reportinghub.no/transform/npd/wbdev#wlbNpdidWellbore> ; |
| 849 | spinmap:targetPredicate1 | 843 | spinmap:targetPredicate1 |
| 850 | - <http://www.reportinghub.no/schema/npd#name> | 844 | + <http://www.reportinghub.no/schema/npd#id> |
| 851 | ] ; | 845 | ] ; |
| 852 | spinmap:rule | 846 | spinmap:rule |
| 853 | [ rdf:type spinmap:Mapping-1-1 ; | 847 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -855,54 +849,23 @@ | ... | @@ -855,54 +849,23 @@ |
| 855 | spinmap:expression | 849 | spinmap:expression |
| 856 | [ rdf:type spinmapl:resourceWithValue ; | 850 | [ rdf:type spinmapl:resourceWithValue ; |
| 857 | sp:arg1 spin:_arg1 ; | 851 | sp:arg1 spin:_arg1 ; |
| 858 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | 852 | + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; |
| 859 | - spinmapl:type <http://www.reportinghub.no/schema/npd#Company> | 853 | + spinmapl:type <http://www.reportinghub.no/schema/npd#DevelopmentWellBorePurpose> |
| 860 | ] ; | 854 | ] ; |
| 861 | spinmap:sourcePredicate1 | 855 | spinmap:sourcePredicate1 |
| 862 | - <file:///www.reportinghub.no/transform/npd/wbdev#wlbDrillingOperator> ; | 856 | + <file:///www.reportinghub.no/transform/npd/wbdev#wlbPurpose> ; |
| 863 | spinmap:targetPredicate1 | 857 | spinmap:targetPredicate1 |
| 864 | - <http://www.reportinghub.no/schema/npd#drillingOperator> | 858 | + <http://www.reportinghub.no/schema/npd#wellBorePurpose> |
| 865 | ] ; | 859 | ] ; |
| 866 | spinmap:rule | 860 | spinmap:rule |
| 867 | [ rdf:type spinmap:Mapping-0-1 ; | 861 | [ rdf:type spinmap:Mapping-0-1 ; |
| 868 | spinmap:context :WBDev-Well ; | 862 | spinmap:context :WBDev-Well ; |
| 869 | - spinmap:expression <http://www.reportinghub.no/schema/npd#Well> ; | 863 | + spinmap:expression <http://www.reportinghub.no/ep/schema/well#Well> ; |
| 870 | spinmap:targetPredicate1 | 864 | spinmap:targetPredicate1 |
| 871 | rdf:type | 865 | rdf:type |
| 872 | ] ; | 866 | ] ; |
| 873 | spinmap:rule | 867 | spinmap:rule |
| 874 | [ rdf:type spinmap:Mapping-1-1 ; | 868 | [ rdf:type spinmap:Mapping-1-1 ; |
| 875 | - spinmap:context :WBDev-WellBore ; | ||
| 876 | - spinmap:expression spin:_arg1 ; | ||
| 877 | - spinmap:sourcePredicate1 | ||
| 878 | - <file:///www.reportinghub.no/transform/npd/wbdev#wlbNpdidWellbore> ; | ||
| 879 | - spinmap:targetPredicate1 | ||
| 880 | - <http://www.reportinghub.no/schema/npd#id> | ||
| 881 | - ] ; | ||
| 882 | - spinmap:rule | ||
| 883 | - [ rdf:type spinmap:Mapping-1-1 ; | ||
| 884 | - spinmap:context :WBDev-Well ; | ||
| 885 | - spinmap:expression spin:_arg1 ; | ||
| 886 | - spinmap:sourcePredicate1 | ||
| 887 | - <file:///www.reportinghub.no/transform/npd/wbdev#wlbWell> ; | ||
| 888 | - spinmap:targetPredicate1 | ||
| 889 | - <http://www.reportinghub.no/schema/npd#name> | ||
| 890 | - ] ; | ||
| 891 | - spinmap:rule | ||
| 892 | - [ rdf:type spinmap:Mapping-1-1 ; | ||
| 893 | - spinmap:context :WBDev-WellBore ; | ||
| 894 | - spinmap:expression | ||
| 895 | - [ rdf:type spif:parseDate ; | ||
| 896 | - arg:pattern "dd.MM.yyyy"^^xsd:string ; | ||
| 897 | - sp:arg1 spin:_arg1 | ||
| 898 | - ] ; | ||
| 899 | - spinmap:sourcePredicate1 | ||
| 900 | - <file:///www.reportinghub.no/transform/npd/wbdev#wlbEntryDate> ; | ||
| 901 | - spinmap:targetPredicate1 | ||
| 902 | - <http://www.reportinghub.no/schema/npd#startDate> | ||
| 903 | - ] ; | ||
| 904 | - spinmap:rule | ||
| 905 | - [ rdf:type spinmap:Mapping-1-1 ; | ||
| 906 | spinmap:context :WBDev-Well ; | 869 | spinmap:context :WBDev-Well ; |
| 907 | spinmap:expression | 870 | spinmap:expression |
| 908 | [ rdf:type rhspin:fieldById ; | 871 | [ rdf:type rhspin:fieldById ; |
| ... | @@ -917,24 +880,37 @@ | ... | @@ -917,24 +880,37 @@ |
| 917 | [ rdf:type spinmap:Mapping-1-1 ; | 880 | [ rdf:type spinmap:Mapping-1-1 ; |
| 918 | spinmap:context :WBDev-WellBore ; | 881 | spinmap:context :WBDev-WellBore ; |
| 919 | spinmap:expression | 882 | spinmap:expression |
| 920 | - [ rdf:type rhspin:facilityById ; | 883 | + [ rdf:type rhspin:licenceById ; |
| 921 | arg:id spin:_arg1 | 884 | arg:id spin:_arg1 |
| 922 | ] ; | 885 | ] ; |
| 923 | spinmap:sourcePredicate1 | 886 | spinmap:sourcePredicate1 |
| 924 | - <file:///www.reportinghub.no/transform/npd/wbdev#fclNpdidFacilityDrilling> ; | 887 | + <file:///www.reportinghub.no/transform/npd/wbdev#prlNpdidProductionLicence> ; |
| 925 | spinmap:targetPredicate1 | 888 | spinmap:targetPredicate1 |
| 926 | - <http://www.reportinghub.no/schema/npd#drillingFacility> | 889 | + <http://www.reportinghub.no/schema/npd#drilledInProductionLicence> |
| 927 | ] ; | 890 | ] ; |
| 928 | spinmap:rule | 891 | spinmap:rule |
| 929 | [ rdf:type spinmap:Mapping-0-1 ; | 892 | [ rdf:type spinmap:Mapping-0-1 ; |
| 930 | spinmap:context :WBDev-WellBore ; | 893 | spinmap:context :WBDev-WellBore ; |
| 931 | - spinmap:expression <http://www.reportinghub.no/schema/npd#WellBore> ; | 894 | + spinmap:expression <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
| 932 | spinmap:targetPredicate1 | 895 | spinmap:targetPredicate1 |
| 933 | rdf:type | 896 | rdf:type |
| 934 | ] ; | 897 | ] ; |
| 935 | spinmap:rule | 898 | spinmap:rule |
| 936 | [ rdf:type spinmap:Mapping-1-1 ; | 899 | [ rdf:type spinmap:Mapping-1-1 ; |
| 937 | spinmap:context :WBDev-WellBore ; | 900 | spinmap:context :WBDev-WellBore ; |
| 901 | + spinmap:expression | ||
| 902 | + [ rdf:type spif:parseDate ; | ||
| 903 | + arg:pattern "dd.MM.yyyy"^^xsd:string ; | ||
| 904 | + sp:arg1 spin:_arg1 | ||
| 905 | + ] ; | ||
| 906 | + spinmap:sourcePredicate1 | ||
| 907 | + <file:///www.reportinghub.no/transform/npd/wbdev#wlbEntryDate> ; | ||
| 908 | + spinmap:targetPredicate1 | ||
| 909 | + <http://www.reportinghub.no/schema/npd#startDate> | ||
| 910 | + ] ; | ||
| 911 | + spinmap:rule | ||
| 912 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
| 913 | + spinmap:context :WBDev-WellBore ; | ||
| 938 | spinmap:expression spin:_arg1 ; | 914 | spinmap:expression spin:_arg1 ; |
| 939 | spinmap:sourcePredicate1 | 915 | spinmap:sourcePredicate1 |
| 940 | <file:///www.reportinghub.no/transform/npd/wbdev#wlbDrillPermit> ; | 916 | <file:///www.reportinghub.no/transform/npd/wbdev#wlbDrillPermit> ; |
| ... | @@ -943,6 +919,15 @@ | ... | @@ -943,6 +919,15 @@ |
| 943 | ] ; | 919 | ] ; |
| 944 | spinmap:rule | 920 | spinmap:rule |
| 945 | [ rdf:type spinmap:Mapping-1-1 ; | 921 | [ rdf:type spinmap:Mapping-1-1 ; |
| 922 | + spinmap:context :WBDev-Well ; | ||
| 923 | + spinmap:expression spin:_arg1 ; | ||
| 924 | + spinmap:sourcePredicate1 | ||
| 925 | + <file:///www.reportinghub.no/transform/npd/wbdev#wlbWell> ; | ||
| 926 | + spinmap:targetPredicate1 | ||
| 927 | + <http://www.reportinghub.no/schema/npd#name> | ||
| 928 | + ] ; | ||
| 929 | + spinmap:rule | ||
| 930 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
| 946 | spinmap:context :WBDev-WellBore ; | 931 | spinmap:context :WBDev-WellBore ; |
| 947 | spinmap:expression | 932 | spinmap:expression |
| 948 | [ rdf:type spinmapl:resourceWithValue ; | 933 | [ rdf:type spinmapl:resourceWithValue ; |
| ... | @@ -961,66 +946,91 @@ | ... | @@ -961,66 +946,91 @@ |
| 961 | spinmap:expression | 946 | spinmap:expression |
| 962 | [ rdf:type spinmapl:resourceWithValue ; | 947 | [ rdf:type spinmapl:resourceWithValue ; |
| 963 | sp:arg1 spin:_arg1 ; | 948 | sp:arg1 spin:_arg1 ; |
| 964 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | 949 | + spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; |
| 965 | - spinmapl:type <http://www.reportinghub.no/schema/npd#DevelopmentWellBorePurpose> | 950 | + spinmapl:type <http://www.reportinghub.no/ep/schema/organization#Company> |
| 966 | ] ; | 951 | ] ; |
| 967 | spinmap:sourcePredicate1 | 952 | spinmap:sourcePredicate1 |
| 968 | - <file:///www.reportinghub.no/transform/npd/wbdev#wlbPurpose> ; | 953 | + <file:///www.reportinghub.no/transform/npd/wbdev#wlbDrillingOperator> ; |
| 969 | spinmap:targetPredicate1 | 954 | spinmap:targetPredicate1 |
| 970 | - <http://www.reportinghub.no/schema/npd#wellBorePurpose> | 955 | + <http://www.reportinghub.no/schema/npd#drillingOperator> |
| 956 | + ] ; | ||
| 957 | + spinmap:rule | ||
| 958 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
| 959 | + spinmap:context :WBDev-WellBore ; | ||
| 960 | + spinmap:expression | ||
| 961 | + [ rdf:type spif:parseDate ; | ||
| 962 | + arg:pattern "dd.MM.yyyy"^^xsd:string ; | ||
| 963 | + sp:arg1 spin:_arg1 | ||
| 964 | + ] ; | ||
| 965 | + spinmap:sourcePredicate1 | ||
| 966 | + <file:///www.reportinghub.no/transform/npd/wbdev#wlbCompletionDate> ; | ||
| 967 | + spinmap:targetPredicate1 | ||
| 968 | + <http://www.reportinghub.no/schema/npd#wellBoreCompletionDate> | ||
| 969 | + ] ; | ||
| 970 | + spinmap:rule | ||
| 971 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
| 972 | + spinmap:context :WBDev-WellBore ; | ||
| 973 | + spinmap:expression | ||
| 974 | + [ rdf:type rhspin:facilityById ; | ||
| 975 | + arg:id spin:_arg1 | ||
| 976 | + ] ; | ||
| 977 | + spinmap:sourcePredicate1 | ||
| 978 | + <file:///www.reportinghub.no/transform/npd/wbdev#fclNpdidFacilityDrilling> ; | ||
| 979 | + spinmap:targetPredicate1 | ||
| 980 | + <http://www.reportinghub.no/schema/npd#drillingFacility> | ||
| 981 | + ] ; | ||
| 982 | + spinmap:rule | ||
| 983 | + [ rdf:type spinmap:Mapping-1-1 ; | ||
| 984 | + spinmap:context :WBDev-WellBore ; | ||
| 985 | + spinmap:expression | ||
| 986 | + [ rdf:type rhspin:facilityById ; | ||
| 987 | + arg:id spin:_arg1 | ||
| 971 | ] ; | 988 | ] ; |
| 989 | + spinmap:sourcePredicate1 | ||
| 990 | + <file:///www.reportinghub.no/transform/npd/wbdev#fclNpdidFacilityProducing> ; | ||
| 991 | + spinmap:targetPredicate1 | ||
| 992 | + <http://www.reportinghub.no/schema/npd#productionFacility> | ||
| 993 | + ] . | ||
| 994 | + | ||
| 995 | +<file:///www.reportinghub.no/transform/npd/wbexp#WBExp> | ||
| 972 | spinmap:rule | 996 | spinmap:rule |
| 973 | [ rdf:type spinmap:Mapping-1-1 ; | 997 | [ rdf:type spinmap:Mapping-1-1 ; |
| 974 | - spinmap:context :WBDev-WellBore ; | 998 | + spinmap:context :WBExp-WellBore ; |
| 975 | spinmap:expression spin:_arg1 ; | 999 | spinmap:expression spin:_arg1 ; |
| 976 | spinmap:sourcePredicate1 | 1000 | spinmap:sourcePredicate1 |
| 977 | - <file:///www.reportinghub.no/transform/npd/wbdev#wlbWellType> ; | 1001 | + <file:///www.reportinghub.no/transform/npd/wbexp#wlbWellType> ; |
| 978 | spinmap:targetPredicate1 | 1002 | spinmap:targetPredicate1 |
| 979 | <http://www.reportinghub.no/schema/npd#wellBoreType> | 1003 | <http://www.reportinghub.no/schema/npd#wellBoreType> |
| 980 | ] ; | 1004 | ] ; |
| 981 | spinmap:rule | 1005 | spinmap:rule |
| 982 | [ rdf:type spinmap:Mapping-1-1 ; | 1006 | [ rdf:type spinmap:Mapping-1-1 ; |
| 983 | - spinmap:context :WBDev-WellBore ; | 1007 | + spinmap:context :WBExp-WellBore ; |
| 984 | spinmap:expression | 1008 | spinmap:expression |
| 985 | [ rdf:type rhspin:wellByName ; | 1009 | [ rdf:type rhspin:wellByName ; |
| 986 | arg:wellName spin:_arg1 | 1010 | arg:wellName spin:_arg1 |
| 987 | ] ; | 1011 | ] ; |
| 988 | spinmap:sourcePredicate1 | 1012 | spinmap:sourcePredicate1 |
| 989 | - <file:///www.reportinghub.no/transform/npd/wbdev#wlbWell> ; | 1013 | + <file:///www.reportinghub.no/transform/npd/wbexp#wlbWell> ; |
| 990 | spinmap:targetPredicate1 | 1014 | spinmap:targetPredicate1 |
| 991 | <http://www.reportinghub.no/schema/npd#partOfWell> | 1015 | <http://www.reportinghub.no/schema/npd#partOfWell> |
| 992 | - ] . | 1016 | + ] ; |
| 993 | - | ||
| 994 | -<file:///www.reportinghub.no/transform/npd/wbexp#WBExp> | ||
| 995 | spinmap:rule | 1017 | spinmap:rule |
| 996 | [ rdf:type spinmap:Mapping-1-1 ; | 1018 | [ rdf:type spinmap:Mapping-1-1 ; |
| 997 | spinmap:context :WBExp-WellBore ; | 1019 | spinmap:context :WBExp-WellBore ; |
| 998 | - spinmap:expression | 1020 | + spinmap:expression spin:_arg1 ; |
| 999 | - [ rdf:type spinmapl:resourceWithValue ; | ||
| 1000 | - sp:arg1 spin:_arg1 ; | ||
| 1001 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | ||
| 1002 | - spinmapl:type <http://www.reportinghub.no/schema/npd#WellBoreContent> | ||
| 1003 | - ] ; | ||
| 1004 | spinmap:sourcePredicate1 | 1021 | spinmap:sourcePredicate1 |
| 1005 | - <file:///www.reportinghub.no/transform/npd/wbexp#wlbContent> ; | 1022 | + <file:///www.reportinghub.no/transform/npd/wbexp#wlbDrillPermit> ; |
| 1006 | - spinmap:targetPredicate1 | ||
| 1007 | - <http://www.reportinghub.no/schema/npd#wellBoreContent> | ||
| 1008 | - ] ; | ||
| 1009 | - spinmap:rule | ||
| 1010 | - [ rdf:type spinmap:Mapping-0-1 ; | ||
| 1011 | - spinmap:context :WBExp-Well ; | ||
| 1012 | - spinmap:expression <http://www.reportinghub.no/schema/npd#Well> ; | ||
| 1013 | spinmap:targetPredicate1 | 1023 | spinmap:targetPredicate1 |
| 1014 | - rdf:type | 1024 | + <http://www.reportinghub.no/schema/npd#wellBoreDrillPermit> |
| 1015 | ] ; | 1025 | ] ; |
| 1016 | spinmap:rule | 1026 | spinmap:rule |
| 1017 | [ rdf:type spinmap:Mapping-1-1 ; | 1027 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1018 | spinmap:context :WBExp-WellBore ; | 1028 | spinmap:context :WBExp-WellBore ; |
| 1019 | spinmap:expression spin:_arg1 ; | 1029 | spinmap:expression spin:_arg1 ; |
| 1020 | spinmap:sourcePredicate1 | 1030 | spinmap:sourcePredicate1 |
| 1021 | - <file:///www.reportinghub.no/transform/npd/wbexp#wlbDrillPermit> ; | 1031 | + <file:///www.reportinghub.no/transform/npd/wbexp#wlbNpdidWellbore> ; |
| 1022 | spinmap:targetPredicate1 | 1032 | spinmap:targetPredicate1 |
| 1023 | - <http://www.reportinghub.no/schema/npd#wellBoreDrillPermit> | 1033 | + <http://www.reportinghub.no/schema/npd#id> |
| 1024 | ] ; | 1034 | ] ; |
| 1025 | spinmap:rule | 1035 | spinmap:rule |
| 1026 | [ rdf:type spinmap:Mapping-1-1 ; | 1036 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -1038,26 +1048,32 @@ | ... | @@ -1038,26 +1048,32 @@ |
| 1038 | [ rdf:type spinmap:Mapping-1-1 ; | 1048 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1039 | spinmap:context :WBExp-WellBore ; | 1049 | spinmap:context :WBExp-WellBore ; |
| 1040 | spinmap:expression | 1050 | spinmap:expression |
| 1041 | - [ rdf:type rhspin:wellByName ; | 1051 | + [ rdf:type rhspin:licenceById ; |
| 1042 | - arg:wellName spin:_arg1 | 1052 | + arg:id spin:_arg1 |
| 1043 | ] ; | 1053 | ] ; |
| 1044 | spinmap:sourcePredicate1 | 1054 | spinmap:sourcePredicate1 |
| 1045 | - <file:///www.reportinghub.no/transform/npd/wbexp#wlbWell> ; | 1055 | + <file:///www.reportinghub.no/transform/npd/wbexp#prlNpdidProductionLicence> ; |
| 1046 | spinmap:targetPredicate1 | 1056 | spinmap:targetPredicate1 |
| 1047 | - <http://www.reportinghub.no/schema/npd#partOfWell> | 1057 | + <http://www.reportinghub.no/schema/npd#drilledInProductionLicence> |
| 1058 | + ] ; | ||
| 1059 | + spinmap:rule | ||
| 1060 | + [ rdf:type spinmap:Mapping-0-1 ; | ||
| 1061 | + spinmap:context :WBExp-Well ; | ||
| 1062 | + spinmap:expression <http://www.reportinghub.no/ep/schema/well#Well> ; | ||
| 1063 | + spinmap:targetPredicate1 | ||
| 1064 | + rdf:type | ||
| 1048 | ] ; | 1065 | ] ; |
| 1049 | spinmap:rule | 1066 | spinmap:rule |
| 1050 | [ rdf:type spinmap:Mapping-1-1 ; | 1067 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1051 | - spinmap:context :WBExp-WellBore ; | 1068 | + spinmap:context :WBExp-Well ; |
| 1052 | spinmap:expression | 1069 | spinmap:expression |
| 1053 | - [ rdf:type spif:parseDate ; | 1070 | + [ rdf:type rhspin:fieldById ; |
| 1054 | - arg:pattern "dd.MM.yyyy"^^xsd:string ; | 1071 | + arg:id spin:_arg1 |
| 1055 | - sp:arg1 spin:_arg1 | ||
| 1056 | ] ; | 1072 | ] ; |
| 1057 | spinmap:sourcePredicate1 | 1073 | spinmap:sourcePredicate1 |
| 1058 | - <file:///www.reportinghub.no/transform/npd/wbexp#wlbCompletionDate> ; | 1074 | + <file:///www.reportinghub.no/transform/npd/wbexp#fldNpdidField> ; |
| 1059 | spinmap:targetPredicate1 | 1075 | spinmap:targetPredicate1 |
| 1060 | - <http://www.reportinghub.no/schema/npd#wellBoreCompletionDate> | 1076 | + <http://www.reportinghub.no/schema/npd#wellPartOfField> |
| 1061 | ] ; | 1077 | ] ; |
| 1062 | spinmap:rule | 1078 | spinmap:rule |
| 1063 | [ rdf:type spinmap:Mapping-1-1 ; | 1079 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -1066,12 +1082,19 @@ | ... | @@ -1066,12 +1082,19 @@ |
| 1066 | [ rdf:type spinmapl:resourceWithValue ; | 1082 | [ rdf:type spinmapl:resourceWithValue ; |
| 1067 | sp:arg1 spin:_arg1 ; | 1083 | sp:arg1 spin:_arg1 ; |
| 1068 | spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; | 1084 | spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; |
| 1069 | - spinmapl:type <http://www.reportinghub.no/schema/npd#ExplorationWellBorePurpose> | 1085 | + spinmapl:type <http://www.reportinghub.no/schema/npd#WellBoreContent> |
| 1070 | ] ; | 1086 | ] ; |
| 1071 | spinmap:sourcePredicate1 | 1087 | spinmap:sourcePredicate1 |
| 1072 | - <file:///www.reportinghub.no/transform/npd/wbexp#wlbPurpose> ; | 1088 | + <file:///www.reportinghub.no/transform/npd/wbexp#wlbContent> ; |
| 1073 | spinmap:targetPredicate1 | 1089 | spinmap:targetPredicate1 |
| 1074 | - <http://www.reportinghub.no/schema/npd#wellBorePurpose> | 1090 | + <http://www.reportinghub.no/schema/npd#wellBoreContent> |
| 1091 | + ] ; | ||
| 1092 | + spinmap:rule | ||
| 1093 | + [ rdf:type spinmap:Mapping-0-1 ; | ||
| 1094 | + spinmap:context :WBExp-WellBore ; | ||
| 1095 | + spinmap:expression <http://www.reportinghub.no/ep/schema/well#WellBore> ; | ||
| 1096 | + spinmap:targetPredicate1 | ||
| 1097 | + rdf:type | ||
| 1075 | ] ; | 1098 | ] ; |
| 1076 | spinmap:rule | 1099 | spinmap:rule |
| 1077 | [ rdf:type spinmap:Mapping-1-1 ; | 1100 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -1084,49 +1107,52 @@ | ... | @@ -1084,49 +1107,52 @@ |
| 1084 | ] ; | 1107 | ] ; |
| 1085 | spinmap:rule | 1108 | spinmap:rule |
| 1086 | [ rdf:type spinmap:Mapping-1-1 ; | 1109 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1087 | - spinmap:context :WBExp-Well ; | 1110 | + spinmap:context :WBExp-WellBore ; |
| 1088 | spinmap:expression | 1111 | spinmap:expression |
| 1089 | - [ rdf:type rhspin:fieldById ; | 1112 | + [ rdf:type spif:parseDate ; |
| 1090 | - arg:id spin:_arg1 | 1113 | + arg:pattern "dd.MM.yyyy"^^xsd:string ; |
| 1114 | + sp:arg1 spin:_arg1 | ||
| 1091 | ] ; | 1115 | ] ; |
| 1092 | spinmap:sourcePredicate1 | 1116 | spinmap:sourcePredicate1 |
| 1093 | - <file:///www.reportinghub.no/transform/npd/wbexp#fldNpdidField> ; | 1117 | + <file:///www.reportinghub.no/transform/npd/wbexp#wlbCompletionDate> ; |
| 1094 | spinmap:targetPredicate1 | 1118 | spinmap:targetPredicate1 |
| 1095 | - <http://www.reportinghub.no/schema/npd#wellPartOfField> | 1119 | + <http://www.reportinghub.no/schema/npd#wellBoreCompletionDate> |
| 1096 | ] ; | 1120 | ] ; |
| 1097 | spinmap:rule | 1121 | spinmap:rule |
| 1098 | [ rdf:type spinmap:Mapping-1-1 ; | 1122 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1099 | spinmap:context :WBExp-WellBore ; | 1123 | spinmap:context :WBExp-WellBore ; |
| 1100 | spinmap:expression | 1124 | spinmap:expression |
| 1101 | - [ rdf:type rhspin:licenceById ; | 1125 | + [ rdf:type spif:parseDate ; |
| 1102 | - arg:id spin:_arg1 | 1126 | + arg:pattern "dd.MM.yyyy"^^xsd:string ; |
| 1127 | + sp:arg1 spin:_arg1 | ||
| 1103 | ] ; | 1128 | ] ; |
| 1104 | spinmap:sourcePredicate1 | 1129 | spinmap:sourcePredicate1 |
| 1105 | - <file:///www.reportinghub.no/transform/npd/wbexp#prlNpdidProductionLicence> ; | 1130 | + <file:///www.reportinghub.no/transform/npd/wbexp#wlbEntryDate> ; |
| 1106 | spinmap:targetPredicate1 | 1131 | spinmap:targetPredicate1 |
| 1107 | - <http://www.reportinghub.no/schema/npd#drilledInProductionLicence> | 1132 | + <http://www.reportinghub.no/schema/npd#startDate> |
| 1108 | ] ; | 1133 | ] ; |
| 1109 | spinmap:rule | 1134 | spinmap:rule |
| 1110 | [ rdf:type spinmap:Mapping-1-1 ; | 1135 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1111 | spinmap:context :WBExp-WellBore ; | 1136 | spinmap:context :WBExp-WellBore ; |
| 1112 | spinmap:expression | 1137 | spinmap:expression |
| 1113 | - [ rdf:type spif:parseDate ; | 1138 | + [ rdf:type spinmapl:resourceWithValue ; |
| 1114 | - arg:pattern "dd.MM.yyyy"^^xsd:string ; | 1139 | + sp:arg1 spin:_arg1 ; |
| 1115 | - sp:arg1 spin:_arg1 | 1140 | + spinmapl:predicate <http://www.reportinghub.no/schema/npd#code> ; |
| 1141 | + spinmapl:type <http://www.reportinghub.no/schema/npd#ExplorationWellBorePurpose> | ||
| 1116 | ] ; | 1142 | ] ; |
| 1117 | spinmap:sourcePredicate1 | 1143 | spinmap:sourcePredicate1 |
| 1118 | - <file:///www.reportinghub.no/transform/npd/wbexp#wlbEntryDate> ; | 1144 | + <file:///www.reportinghub.no/transform/npd/wbexp#wlbPurpose> ; |
| 1119 | spinmap:targetPredicate1 | 1145 | spinmap:targetPredicate1 |
| 1120 | - <http://www.reportinghub.no/schema/npd#startDate> | 1146 | + <http://www.reportinghub.no/schema/npd#wellBorePurpose> |
| 1121 | ] ; | 1147 | ] ; |
| 1122 | spinmap:rule | 1148 | spinmap:rule |
| 1123 | [ rdf:type spinmap:Mapping-1-1 ; | 1149 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1124 | spinmap:context :WBExp-WellBore ; | 1150 | spinmap:context :WBExp-WellBore ; |
| 1125 | spinmap:expression spin:_arg1 ; | 1151 | spinmap:expression spin:_arg1 ; |
| 1126 | spinmap:sourcePredicate1 | 1152 | spinmap:sourcePredicate1 |
| 1127 | - <file:///www.reportinghub.no/transform/npd/wbexp#wlbNpdidWellbore> ; | 1153 | + <file:///www.reportinghub.no/transform/npd/wbexp#wlbWellboreName> ; |
| 1128 | spinmap:targetPredicate1 | 1154 | spinmap:targetPredicate1 |
| 1129 | - <http://www.reportinghub.no/schema/npd#id> | 1155 | + <http://www.reportinghub.no/schema/npd#name> |
| 1130 | ] ; | 1156 | ] ; |
| 1131 | spinmap:rule | 1157 | spinmap:rule |
| 1132 | [ rdf:type spinmap:Mapping-1-1 ; | 1158 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -1135,60 +1161,46 @@ | ... | @@ -1135,60 +1161,46 @@ |
| 1135 | [ rdf:type spinmapl:resourceWithValue ; | 1161 | [ rdf:type spinmapl:resourceWithValue ; |
| 1136 | sp:arg1 spin:_arg1 ; | 1162 | sp:arg1 spin:_arg1 ; |
| 1137 | spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | 1163 | spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; |
| 1138 | - spinmapl:type <http://www.reportinghub.no/schema/npd#Company> | 1164 | + spinmapl:type <http://www.reportinghub.no/ep/schema/organization#Company> |
| 1139 | ] ; | 1165 | ] ; |
| 1140 | spinmap:sourcePredicate1 | 1166 | spinmap:sourcePredicate1 |
| 1141 | <file:///www.reportinghub.no/transform/npd/wbexp#wlbDrillingOperator> ; | 1167 | <file:///www.reportinghub.no/transform/npd/wbexp#wlbDrillingOperator> ; |
| 1142 | spinmap:targetPredicate1 | 1168 | spinmap:targetPredicate1 |
| 1143 | <http://www.reportinghub.no/schema/npd#drillingOperator> | 1169 | <http://www.reportinghub.no/schema/npd#drillingOperator> |
| 1144 | - ] ; | 1170 | + ] . |
| 1145 | - spinmap:rule | 1171 | + |
| 1146 | - [ rdf:type spinmap:Mapping-1-1 ; | 1172 | +<file:///www.reportinghub.no/transform/npd/wbid#WBId> |
| 1147 | - spinmap:context :WBExp-WellBore ; | ||
| 1148 | - spinmap:expression spin:_arg1 ; | ||
| 1149 | - spinmap:sourcePredicate1 | ||
| 1150 | - <file:///www.reportinghub.no/transform/npd/wbexp#wlbWellboreName> ; | ||
| 1151 | - spinmap:targetPredicate1 | ||
| 1152 | - <http://www.reportinghub.no/schema/npd#name> | ||
| 1153 | - ] ; | ||
| 1154 | spinmap:rule | 1173 | spinmap:rule |
| 1155 | [ rdf:type spinmap:Mapping-0-1 ; | 1174 | [ rdf:type spinmap:Mapping-0-1 ; |
| 1156 | - spinmap:context :WBExp-WellBore ; | 1175 | + spinmap:context :WBId-Well ; |
| 1157 | - spinmap:expression <http://www.reportinghub.no/schema/npd#WellBore> ; | 1176 | + spinmap:expression <http://www.reportinghub.no/ep/schema/well#Well> ; |
| 1158 | spinmap:targetPredicate1 | 1177 | spinmap:targetPredicate1 |
| 1159 | rdf:type | 1178 | rdf:type |
| 1160 | ] ; | 1179 | ] ; |
| 1161 | spinmap:rule | 1180 | spinmap:rule |
| 1162 | [ rdf:type spinmap:Mapping-1-1 ; | 1181 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1163 | - spinmap:context :WBExp-WellBore ; | 1182 | + spinmap:context :WBId-Well ; |
| 1164 | spinmap:expression spin:_arg1 ; | 1183 | spinmap:expression spin:_arg1 ; |
| 1165 | spinmap:sourcePredicate1 | 1184 | spinmap:sourcePredicate1 |
| 1166 | - <file:///www.reportinghub.no/transform/npd/wbexp#wlbWellType> ; | 1185 | + <file:///www.reportinghub.no/transform/npd/wbid#wlbWell> ; |
| 1167 | spinmap:targetPredicate1 | 1186 | spinmap:targetPredicate1 |
| 1168 | - <http://www.reportinghub.no/schema/npd#wellBoreType> | 1187 | + <http://www.reportinghub.no/schema/npd#name> |
| 1169 | - ] . | 1188 | + ] ; |
| 1170 | - | ||
| 1171 | -<file:///www.reportinghub.no/transform/npd/wbid#WBId> | ||
| 1172 | spinmap:rule | 1189 | spinmap:rule |
| 1173 | - [ rdf:type spinmap:Mapping-1-1 ; | 1190 | + [ rdf:type spinmap:Mapping-0-1 ; |
| 1174 | spinmap:context :WBId-WellBore ; | 1191 | spinmap:context :WBId-WellBore ; |
| 1175 | - spinmap:expression | 1192 | + spinmap:expression <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
| 1176 | - [ rdf:type rhspin:wellByName ; | ||
| 1177 | - arg:wellName spin:_arg1 | ||
| 1178 | - ] ; | ||
| 1179 | - spinmap:sourcePredicate1 | ||
| 1180 | - <file:///www.reportinghub.no/transform/npd/wbid#wlbWell> ; | ||
| 1181 | spinmap:targetPredicate1 | 1193 | spinmap:targetPredicate1 |
| 1182 | - <http://www.reportinghub.no/schema/npd#partOfWell> | 1194 | + rdf:type |
| 1183 | ] ; | 1195 | ] ; |
| 1184 | spinmap:rule | 1196 | spinmap:rule |
| 1185 | [ rdf:type spinmap:Mapping-1-1 ; | 1197 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1186 | spinmap:context :WBId-WellBore ; | 1198 | spinmap:context :WBId-WellBore ; |
| 1187 | spinmap:expression spin:_arg1 ; | 1199 | spinmap:expression spin:_arg1 ; |
| 1188 | spinmap:sourcePredicate1 | 1200 | spinmap:sourcePredicate1 |
| 1189 | - <file:///www.reportinghub.no/transform/npd/wbid#wlbWellboreName> ; | 1201 | + <file:///www.reportinghub.no/transform/npd/wbid#wlbNpdidWellbore> ; |
| 1190 | spinmap:targetPredicate1 | 1202 | spinmap:targetPredicate1 |
| 1191 | - <http://www.reportinghub.no/schema/npd#name> | 1203 | + <http://www.reportinghub.no/schema/npd#id> |
| 1192 | ] ; | 1204 | ] ; |
| 1193 | spinmap:rule | 1205 | spinmap:rule |
| 1194 | [ rdf:type spinmap:Mapping-1-1 ; | 1206 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -1204,46 +1216,46 @@ | ... | @@ -1204,46 +1216,46 @@ |
| 1204 | spinmap:context :WBId-WellBore ; | 1216 | spinmap:context :WBId-WellBore ; |
| 1205 | spinmap:expression spin:_arg1 ; | 1217 | spinmap:expression spin:_arg1 ; |
| 1206 | spinmap:sourcePredicate1 | 1218 | spinmap:sourcePredicate1 |
| 1207 | - <file:///www.reportinghub.no/transform/npd/wbid#wlbNpdidWellbore> ; | 1219 | + <file:///www.reportinghub.no/transform/npd/wbid#wlbWellboreName> ; |
| 1208 | spinmap:targetPredicate1 | 1220 | spinmap:targetPredicate1 |
| 1209 | - <http://www.reportinghub.no/schema/npd#id> | 1221 | + <http://www.reportinghub.no/schema/npd#name> |
| 1210 | ] ; | 1222 | ] ; |
| 1211 | spinmap:rule | 1223 | spinmap:rule |
| 1212 | - [ rdf:type spinmap:Mapping-0-1 ; | 1224 | + [ rdf:type spinmap:Mapping-1-1 ; |
| 1213 | spinmap:context :WBId-WellBore ; | 1225 | spinmap:context :WBId-WellBore ; |
| 1214 | - spinmap:expression <http://www.reportinghub.no/schema/npd#WellBore> ; | 1226 | + spinmap:expression |
| 1215 | - spinmap:targetPredicate1 | 1227 | + [ rdf:type rhspin:wellByName ; |
| 1216 | - rdf:type | 1228 | + arg:wellName spin:_arg1 |
| 1217 | ] ; | 1229 | ] ; |
| 1230 | + spinmap:sourcePredicate1 | ||
| 1231 | + <file:///www.reportinghub.no/transform/npd/wbid#wlbWell> ; | ||
| 1232 | + spinmap:targetPredicate1 | ||
| 1233 | + <http://www.reportinghub.no/schema/npd#partOfWell> | ||
| 1234 | + ] . | ||
| 1235 | + | ||
| 1236 | +<file:///www.reportinghub.no/transform/npd/wbsha#WBSha> | ||
| 1218 | spinmap:rule | 1237 | spinmap:rule |
| 1219 | [ rdf:type spinmap:Mapping-1-1 ; | 1238 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1220 | - spinmap:context :WBId-Well ; | 1239 | + spinmap:context :WBSha-Well ; |
| 1221 | spinmap:expression spin:_arg1 ; | 1240 | spinmap:expression spin:_arg1 ; |
| 1222 | spinmap:sourcePredicate1 | 1241 | spinmap:sourcePredicate1 |
| 1223 | - <file:///www.reportinghub.no/transform/npd/wbid#wlbWell> ; | 1242 | + <file:///www.reportinghub.no/transform/npd/wbsha#wlbWell> ; |
| 1224 | spinmap:targetPredicate1 | 1243 | spinmap:targetPredicate1 |
| 1225 | <http://www.reportinghub.no/schema/npd#name> | 1244 | <http://www.reportinghub.no/schema/npd#name> |
| 1226 | ] ; | 1245 | ] ; |
| 1227 | spinmap:rule | 1246 | spinmap:rule |
| 1228 | - [ rdf:type spinmap:Mapping-0-1 ; | ||
| 1229 | - spinmap:context :WBId-Well ; | ||
| 1230 | - spinmap:expression <http://www.reportinghub.no/schema/npd#Well> ; | ||
| 1231 | - spinmap:targetPredicate1 | ||
| 1232 | - rdf:type | ||
| 1233 | - ] . | ||
| 1234 | - | ||
| 1235 | -<file:///www.reportinghub.no/transform/npd/wbsha#WBSha> | ||
| 1236 | - spinmap:rule | ||
| 1237 | [ rdf:type spinmap:Mapping-1-1 ; | 1247 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1238 | spinmap:context :WBSha-WellBore ; | 1248 | spinmap:context :WBSha-WellBore ; |
| 1239 | spinmap:expression | 1249 | spinmap:expression |
| 1240 | - [ rdf:type rhspin:wellByName ; | 1250 | + [ rdf:type spinmapl:resourceWithValue ; |
| 1241 | - arg:wellName spin:_arg1 | 1251 | + sp:arg1 spin:_arg1 ; |
| 1252 | + spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | ||
| 1253 | + spinmapl:type <http://www.reportinghub.no/ep/schema/organization#Company> | ||
| 1242 | ] ; | 1254 | ] ; |
| 1243 | spinmap:sourcePredicate1 | 1255 | spinmap:sourcePredicate1 |
| 1244 | - <file:///www.reportinghub.no/transform/npd/wbsha#wlbWell> ; | 1256 | + <file:///www.reportinghub.no/transform/npd/wbsha#wlbDrillingOperator> ; |
| 1245 | spinmap:targetPredicate1 | 1257 | spinmap:targetPredicate1 |
| 1246 | - <http://www.reportinghub.no/schema/npd#partOfWell> | 1258 | + <http://www.reportinghub.no/schema/npd#drillingOperator> |
| 1247 | ] ; | 1259 | ] ; |
| 1248 | spinmap:rule | 1260 | spinmap:rule |
| 1249 | [ rdf:type spinmap:Mapping-1-1 ; | 1261 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -1255,25 +1267,13 @@ | ... | @@ -1255,25 +1267,13 @@ |
| 1255 | <http://www.reportinghub.no/schema/npd#name> | 1267 | <http://www.reportinghub.no/schema/npd#name> |
| 1256 | ] ; | 1268 | ] ; |
| 1257 | spinmap:rule | 1269 | spinmap:rule |
| 1258 | - [ rdf:type spinmap:Mapping-0-1 ; | ||
| 1259 | - spinmap:context :WBSha-WellBore ; | ||
| 1260 | - spinmap:expression <http://www.reportinghub.no/schema/npd#WellBore> ; | ||
| 1261 | - spinmap:targetPredicate1 | ||
| 1262 | - rdf:type | ||
| 1263 | - ] ; | ||
| 1264 | - spinmap:rule | ||
| 1265 | [ rdf:type spinmap:Mapping-1-1 ; | 1270 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1266 | spinmap:context :WBSha-WellBore ; | 1271 | spinmap:context :WBSha-WellBore ; |
| 1267 | - spinmap:expression | 1272 | + spinmap:expression spin:_arg1 ; |
| 1268 | - [ rdf:type spinmapl:resourceWithValue ; | ||
| 1269 | - sp:arg1 spin:_arg1 ; | ||
| 1270 | - spinmapl:predicate <http://www.reportinghub.no/schema/npd#name> ; | ||
| 1271 | - spinmapl:type <http://www.reportinghub.no/schema/npd#Company> | ||
| 1272 | - ] ; | ||
| 1273 | spinmap:sourcePredicate1 | 1273 | spinmap:sourcePredicate1 |
| 1274 | - <file:///www.reportinghub.no/transform/npd/wbsha#wlbDrillingOperator> ; | 1274 | + <file:///www.reportinghub.no/transform/npd/wbsha#wlbNpdidWellbore> ; |
| 1275 | spinmap:targetPredicate1 | 1275 | spinmap:targetPredicate1 |
| 1276 | - <http://www.reportinghub.no/schema/npd#drillingOperator> | 1276 | + <http://www.reportinghub.no/schema/npd#id> |
| 1277 | ] ; | 1277 | ] ; |
| 1278 | spinmap:rule | 1278 | spinmap:rule |
| 1279 | [ rdf:type spinmap:Mapping-1-1 ; | 1279 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -1291,28 +1291,28 @@ | ... | @@ -1291,28 +1291,28 @@ |
| 1291 | ] ; | 1291 | ] ; |
| 1292 | spinmap:rule | 1292 | spinmap:rule |
| 1293 | [ rdf:type spinmap:Mapping-1-1 ; | 1293 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1294 | - spinmap:context :WBSha-Well ; | 1294 | + spinmap:context :WBSha-WellBore ; |
| 1295 | - spinmap:expression spin:_arg1 ; | 1295 | + spinmap:expression |
| 1296 | + [ rdf:type spif:parseDate ; | ||
| 1297 | + arg:pattern "dd.MM.yyyy"^^xsd:string ; | ||
| 1298 | + sp:arg1 spin:_arg1 | ||
| 1299 | + ] ; | ||
| 1296 | spinmap:sourcePredicate1 | 1300 | spinmap:sourcePredicate1 |
| 1297 | - <file:///www.reportinghub.no/transform/npd/wbsha#wlbWell> ; | 1301 | + <file:///www.reportinghub.no/transform/npd/wbsha#wlbEntryDate> ; |
| 1298 | spinmap:targetPredicate1 | 1302 | spinmap:targetPredicate1 |
| 1299 | - <http://www.reportinghub.no/schema/npd#name> | 1303 | + <http://www.reportinghub.no/schema/npd#startDate> |
| 1300 | ] ; | 1304 | ] ; |
| 1301 | spinmap:rule | 1305 | spinmap:rule |
| 1302 | [ rdf:type spinmap:Mapping-1-1 ; | 1306 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1303 | spinmap:context :WBSha-WellBore ; | 1307 | spinmap:context :WBSha-WellBore ; |
| 1304 | - spinmap:expression spin:_arg1 ; | 1308 | + spinmap:expression |
| 1305 | - spinmap:sourcePredicate1 | 1309 | + [ rdf:type rhspin:wellByName ; |
| 1306 | - <file:///www.reportinghub.no/transform/npd/wbsha#wlbDrillPermit> ; | 1310 | + arg:wellName spin:_arg1 |
| 1307 | - spinmap:targetPredicate1 | ||
| 1308 | - <http://www.reportinghub.no/schema/npd#wellBoreDrillPermit> | ||
| 1309 | ] ; | 1311 | ] ; |
| 1310 | - spinmap:rule | 1312 | + spinmap:sourcePredicate1 |
| 1311 | - [ rdf:type spinmap:Mapping-0-1 ; | 1313 | + <file:///www.reportinghub.no/transform/npd/wbsha#wlbWell> ; |
| 1312 | - spinmap:context :WBSha-Well ; | ||
| 1313 | - spinmap:expression <http://www.reportinghub.no/schema/npd#Well> ; | ||
| 1314 | spinmap:targetPredicate1 | 1314 | spinmap:targetPredicate1 |
| 1315 | - rdf:type | 1315 | + <http://www.reportinghub.no/schema/npd#partOfWell> |
| 1316 | ] ; | 1316 | ] ; |
| 1317 | spinmap:rule | 1317 | spinmap:rule |
| 1318 | [ rdf:type spinmap:Mapping-1-1 ; | 1318 | [ rdf:type spinmap:Mapping-1-1 ; |
| ... | @@ -1330,24 +1330,25 @@ | ... | @@ -1330,24 +1330,25 @@ |
| 1330 | spinmap:rule | 1330 | spinmap:rule |
| 1331 | [ rdf:type spinmap:Mapping-1-1 ; | 1331 | [ rdf:type spinmap:Mapping-1-1 ; |
| 1332 | spinmap:context :WBSha-WellBore ; | 1332 | spinmap:context :WBSha-WellBore ; |
| 1333 | - spinmap:expression | 1333 | + spinmap:expression spin:_arg1 ; |
| 1334 | - [ rdf:type spif:parseDate ; | ||
| 1335 | - arg:pattern "dd.MM.yyyy"^^xsd:string ; | ||
| 1336 | - sp:arg1 spin:_arg1 | ||
| 1337 | - ] ; | ||
| 1338 | spinmap:sourcePredicate1 | 1334 | spinmap:sourcePredicate1 |
| 1339 | - <file:///www.reportinghub.no/transform/npd/wbsha#wlbEntryDate> ; | 1335 | + <file:///www.reportinghub.no/transform/npd/wbsha#wlbDrillPermit> ; |
| 1340 | spinmap:targetPredicate1 | 1336 | spinmap:targetPredicate1 |
| 1341 | - <http://www.reportinghub.no/schema/npd#startDate> | 1337 | + <http://www.reportinghub.no/schema/npd#wellBoreDrillPermit> |
| 1342 | ] ; | 1338 | ] ; |
| 1343 | spinmap:rule | 1339 | spinmap:rule |
| 1344 | - [ rdf:type spinmap:Mapping-1-1 ; | 1340 | + [ rdf:type spinmap:Mapping-0-1 ; |
| 1345 | spinmap:context :WBSha-WellBore ; | 1341 | spinmap:context :WBSha-WellBore ; |
| 1346 | - spinmap:expression spin:_arg1 ; | 1342 | + spinmap:expression <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
| 1347 | - spinmap:sourcePredicate1 | ||
| 1348 | - <file:///www.reportinghub.no/transform/npd/wbsha#wlbNpdidWellbore> ; | ||
| 1349 | spinmap:targetPredicate1 | 1343 | spinmap:targetPredicate1 |
| 1350 | - <http://www.reportinghub.no/schema/npd#id> | 1344 | + rdf:type |
| 1345 | + ] ; | ||
| 1346 | + spinmap:rule | ||
| 1347 | + [ rdf:type spinmap:Mapping-0-1 ; | ||
| 1348 | + spinmap:context :WBSha-Well ; | ||
| 1349 | + spinmap:expression <http://www.reportinghub.no/ep/schema/well#Well> ; | ||
| 1350 | + spinmap:targetPredicate1 | ||
| 1351 | + rdf:type | ||
| 1351 | ] . | 1352 | ] . |
| 1352 | 1353 | ||
| 1353 | arg:well | 1354 | arg:well |
| ... | @@ -1432,7 +1433,7 @@ arg:wellName | ... | @@ -1432,7 +1433,7 @@ arg:wellName |
| 1432 | sp:arg1 <file:///www.reportinghub.no/transform/npd/facilityfixed#fclNpdidFacility> ; | 1433 | sp:arg1 <file:///www.reportinghub.no/transform/npd/facilityfixed#fclNpdidFacility> ; |
| 1433 | spinmap:source spinmap:_source | 1434 | spinmap:source spinmap:_source |
| 1434 | ] ; | 1435 | ] ; |
| 1435 | - spinmap:targetClass <http://www.reportinghub.no/schema/npd#FixedFacility> . | 1436 | + spinmap:targetClass <http://www.reportinghub.no/ep/schema/facility#FixedFacility> . |
| 1436 | 1437 | ||
| 1437 | :FacilityMoveable-MoveableFacility | 1438 | :FacilityMoveable-MoveableFacility |
| 1438 | rdf:type spinmap:Context ; | 1439 | rdf:type spinmap:Context ; |
| ... | @@ -1442,7 +1443,7 @@ arg:wellName | ... | @@ -1442,7 +1443,7 @@ arg:wellName |
| 1442 | sp:arg1 <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclNpdidFacility> ; | 1443 | sp:arg1 <file:///www.reportinghub.no/transform/npd/facilitymoveable#fclNpdidFacility> ; |
| 1443 | spinmap:source spinmap:_source | 1444 | spinmap:source spinmap:_source |
| 1444 | ] ; | 1445 | ] ; |
| 1445 | - spinmap:targetClass <http://www.reportinghub.no/schema/npd#MoveableFacility> . | 1446 | + spinmap:targetClass <http://www.reportinghub.no/ep/schema/facility#MoveableFacility> . |
| 1446 | 1447 | ||
| 1447 | :Field-Field | 1448 | :Field-Field |
| 1448 | rdf:type spinmap:Context ; | 1449 | rdf:type spinmap:Context ; |
| ... | @@ -1489,7 +1490,7 @@ arg:wellName | ... | @@ -1489,7 +1490,7 @@ arg:wellName |
| 1489 | [ rdf:type :buildDevWellURI ; | 1490 | [ rdf:type :buildDevWellURI ; |
| 1490 | spinmap:source spinmap:_source | 1491 | spinmap:source spinmap:_source |
| 1491 | ] ; | 1492 | ] ; |
| 1492 | - spinmap:targetClass <http://www.reportinghub.no/schema/npd#Well> . | 1493 | + spinmap:targetClass <http://www.reportinghub.no/ep/schema/well#Well> . |
| 1493 | 1494 | ||
| 1494 | :WBDev-WellBore | 1495 | :WBDev-WellBore |
| 1495 | rdf:type spinmap:Context ; | 1496 | rdf:type spinmap:Context ; |
| ... | @@ -1498,7 +1499,7 @@ arg:wellName | ... | @@ -1498,7 +1499,7 @@ arg:wellName |
| 1498 | [ rdf:type :buildDevWellBoreURI ; | 1499 | [ rdf:type :buildDevWellBoreURI ; |
| 1499 | spinmap:source spinmap:_source | 1500 | spinmap:source spinmap:_source |
| 1500 | ] ; | 1501 | ] ; |
| 1501 | - spinmap:targetClass <http://www.reportinghub.no/schema/npd#WellBore> . | 1502 | + spinmap:targetClass <http://www.reportinghub.no/ep/schema/well#WellBore> . |
| 1502 | 1503 | ||
| 1503 | :WBExp-Well | 1504 | :WBExp-Well |
| 1504 | rdf:type spinmap:Context ; | 1505 | rdf:type spinmap:Context ; |
| ... | @@ -1507,7 +1508,7 @@ arg:wellName | ... | @@ -1507,7 +1508,7 @@ arg:wellName |
| 1507 | [ rdf:type :buildExpWellURI ; | 1508 | [ rdf:type :buildExpWellURI ; |
| 1508 | spinmap:source spinmap:_source | 1509 | spinmap:source spinmap:_source |
| 1509 | ] ; | 1510 | ] ; |
| 1510 | - spinmap:targetClass <http://www.reportinghub.no/schema/npd#Well> . | 1511 | + spinmap:targetClass <http://www.reportinghub.no/ep/schema/well#Well> . |
| 1511 | 1512 | ||
| 1512 | :WBExp-WellBore | 1513 | :WBExp-WellBore |
| 1513 | rdf:type spinmap:Context ; | 1514 | rdf:type spinmap:Context ; |
| ... | @@ -1516,7 +1517,7 @@ arg:wellName | ... | @@ -1516,7 +1517,7 @@ arg:wellName |
| 1516 | [ rdf:type :buildExpWellBoreURI ; | 1517 | [ rdf:type :buildExpWellBoreURI ; |
| 1517 | spinmap:source spinmap:_source | 1518 | spinmap:source spinmap:_source |
| 1518 | ] ; | 1519 | ] ; |
| 1519 | - spinmap:targetClass <http://www.reportinghub.no/schema/npd#WellBore> . | 1520 | + spinmap:targetClass <http://www.reportinghub.no/ep/schema/well#WellBore> . |
| 1520 | 1521 | ||
| 1521 | :WBId-Well | 1522 | :WBId-Well |
| 1522 | rdf:type spinmap:Context ; | 1523 | rdf:type spinmap:Context ; |
| ... | @@ -1527,7 +1528,7 @@ arg:wellName | ... | @@ -1527,7 +1528,7 @@ arg:wellName |
| 1527 | [ sp:varName "source"^^xsd:string | 1528 | [ sp:varName "source"^^xsd:string |
| 1528 | ] | 1529 | ] |
| 1529 | ] ; | 1530 | ] ; |
| 1530 | - spinmap:targetClass <http://www.reportinghub.no/schema/npd#Well> . | 1531 | + spinmap:targetClass <http://www.reportinghub.no/ep/schema/well#Well> . |
| 1531 | 1532 | ||
| 1532 | :WBId-WellBore | 1533 | :WBId-WellBore |
| 1533 | rdf:type spinmap:Context ; | 1534 | rdf:type spinmap:Context ; |
| ... | @@ -1536,7 +1537,7 @@ arg:wellName | ... | @@ -1536,7 +1537,7 @@ arg:wellName |
| 1536 | [ rdf:type :buildIdWellBoreURI ; | 1537 | [ rdf:type :buildIdWellBoreURI ; |
| 1537 | spinmap:source spinmap:_source | 1538 | spinmap:source spinmap:_source |
| 1538 | ] ; | 1539 | ] ; |
| 1539 | - spinmap:targetClass <http://www.reportinghub.no/schema/npd#WellBore> . | 1540 | + spinmap:targetClass <http://www.reportinghub.no/ep/schema/well#WellBore> . |
| 1540 | 1541 | ||
| 1541 | :WBSha-Well | 1542 | :WBSha-Well |
| 1542 | rdf:type spinmap:Context ; | 1543 | rdf:type spinmap:Context ; |
| ... | @@ -1545,7 +1546,7 @@ arg:wellName | ... | @@ -1545,7 +1546,7 @@ arg:wellName |
| 1545 | [ rdf:type :buildShaWellURI ; | 1546 | [ rdf:type :buildShaWellURI ; |
| 1546 | spinmap:source spinmap:_source | 1547 | spinmap:source spinmap:_source |
| 1547 | ] ; | 1548 | ] ; |
| 1548 | - spinmap:targetClass <http://www.reportinghub.no/schema/npd#Well> . | 1549 | + spinmap:targetClass <http://www.reportinghub.no/ep/schema/well#Well> . |
| 1549 | 1550 | ||
| 1550 | :WBSha-WellBore | 1551 | :WBSha-WellBore |
| 1551 | rdf:type spinmap:Context ; | 1552 | rdf:type spinmap:Context ; |
| ... | @@ -1554,7 +1555,7 @@ arg:wellName | ... | @@ -1554,7 +1555,7 @@ arg:wellName |
| 1554 | [ rdf:type :buildShaWellBoreURI ; | 1555 | [ rdf:type :buildShaWellBoreURI ; |
| 1555 | spinmap:source spinmap:_source | 1556 | spinmap:source spinmap:_source |
| 1556 | ] ; | 1557 | ] ; |
| 1557 | - spinmap:targetClass <http://www.reportinghub.no/schema/npd#WellBore> . | 1558 | + spinmap:targetClass <http://www.reportinghub.no/ep/schema/well#WellBore> . |
| 1558 | 1559 | ||
| 1559 | :baaKind | 1560 | :baaKind |
| 1560 | rdf:type rdf:Property ; | 1561 | rdf:type rdf:Property ; | ... | ... |
| 1 | +# Saved by TopBraid on Tue Aug 09 15:36:54 BST 2011 | ||
| 1 | # baseURI: null | 2 | # baseURI: null |
| 2 | 3 | ||
| 3 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . |
| ... | @@ -12,11 +13,11 @@ | ... | @@ -12,11 +13,11 @@ |
| 12 | [] rdf:type inference:Configuration ; | 13 | [] rdf:type inference:Configuration ; |
| 13 | composite:child | 14 | composite:child |
| 14 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | 15 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; |
| 15 | - composite:index "1"^^xsd:int | 16 | + composite:index "0"^^xsd:int |
| 16 | ] ; | 17 | ] ; |
| 17 | composite:child | 18 | composite:child |
| 18 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | 19 | [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; |
| 19 | - composite:index "0"^^xsd:int | 20 | + composite:index "1"^^xsd:int |
| 20 | ] ; | 21 | ] ; |
| 21 | inference:completeMode | 22 | inference:completeMode |
| 22 | "true"^^xsd:boolean ; | 23 | "true"^^xsd:boolean ; | ... | ... |
-
Please register or login to post a comment