Showing
6 changed files
with
832 additions
and
771 deletions
| 1 | -# Saved by TopBraid on Sun Aug 07 12:55:41 PDT 2011 | 1 | +# Saved by TopBraid on Mon Aug 08 10:15:29 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 | ||
| 5 | # imports: http://www.reportinghub.no/ep/schema/equipment | 4 | # imports: http://www.reportinghub.no/ep/schema/equipment |
| 5 | +# imports: http://www.linkedmodel.org/1.1/schema/ordered | ||
| 6 | # imports: http://www.reportinghub.no/ep/schema/1.1/core | 6 | # imports: http://www.reportinghub.no/ep/schema/1.1/core |
| 7 | # imports: http://www.reportinghub.no/ep/schema/well | 7 | # imports: http://www.reportinghub.no/ep/schema/well |
| 8 | 8 | ||
| ... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
| 14 | 14 | ||
| 15 | <http://www.reportinghub.no/ep/schema/1.1/activity> | 15 | <http://www.reportinghub.no/ep/schema/1.1/activity> |
| 16 | rdf:type owl:Ontology ; | 16 | rdf:type owl:Ontology ; |
| 17 | - owl:imports <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/ep/schema/equipment> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://www.reportinghub.no/ep/schema/1.1/core> ; | 17 | + owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.reportinghub.no/ep/schema/equipment> , <http://www.reportinghub.no/ep/schema/well> ; |
| 18 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 18 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 19 | 19 | ||
| 20 | ep-activity:Activity | 20 | ep-activity:Activity |
| ... | @@ -24,32 +24,32 @@ ep-activity:Activity | ... | @@ -24,32 +24,32 @@ ep-activity:Activity |
| 24 | rdfs:subClassOf | 24 | rdfs:subClassOf |
| 25 | [ rdf:type owl:Restriction ; | 25 | [ rdf:type owl:Restriction ; |
| 26 | owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 26 | owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
| 27 | - owl:onProperty ep-activity:finishedAt | 27 | + owl:onProperty ep-activity:startedAt |
| 28 | ] ; | 28 | ] ; |
| 29 | rdfs:subClassOf | 29 | rdfs:subClassOf |
| 30 | [ rdf:type owl:Restriction ; | 30 | [ rdf:type owl:Restriction ; |
| 31 | owl:allValuesFrom ep-activity:Activity ; | 31 | owl:allValuesFrom ep-activity:Activity ; |
| 32 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> | 32 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> |
| 33 | ] ; | 33 | ] ; |
| 34 | rdfs:subClassOf | 34 | rdfs:subClassOf |
| 35 | [ rdf:type owl:Restriction ; | 35 | [ rdf:type owl:Restriction ; |
| 36 | owl:allValuesFrom ep-activity:Activity ; | 36 | owl:allValuesFrom ep-activity:Activity ; |
| 37 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> | 37 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> |
| 38 | ] ; | 38 | ] ; |
| 39 | rdfs:subClassOf | 39 | rdfs:subClassOf |
| 40 | [ rdf:type owl:Restriction ; | 40 | [ rdf:type owl:Restriction ; |
| 41 | owl:allValuesFrom ep-activity:Activity ; | 41 | owl:allValuesFrom ep-activity:Activity ; |
| 42 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> | 42 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> |
| 43 | ] ; | 43 | ] ; |
| 44 | rdfs:subClassOf | 44 | rdfs:subClassOf |
| 45 | [ rdf:type owl:Restriction ; | 45 | [ rdf:type owl:Restriction ; |
| 46 | owl:allValuesFrom ep-activity:Activity ; | 46 | owl:allValuesFrom ep-activity:Activity ; |
| 47 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> | 47 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> |
| 48 | ] ; | 48 | ] ; |
| 49 | rdfs:subClassOf | 49 | rdfs:subClassOf |
| 50 | [ rdf:type owl:Restriction ; | 50 | [ rdf:type owl:Restriction ; |
| 51 | owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 51 | owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
| 52 | - owl:onProperty ep-activity:startedAt | 52 | + owl:onProperty ep-activity:finishedAt |
| 53 | ] . | 53 | ] . |
| 54 | 54 | ||
| 55 | ep-activity:DailyDrillingActivity | 55 | ep-activity:DailyDrillingActivity |
| ... | @@ -58,13 +58,13 @@ ep-activity:DailyDrillingActivity | ... | @@ -58,13 +58,13 @@ ep-activity:DailyDrillingActivity |
| 58 | rdfs:subClassOf ep-activity:DrillingActivity ; | 58 | rdfs:subClassOf ep-activity:DrillingActivity ; |
| 59 | rdfs:subClassOf | 59 | rdfs:subClassOf |
| 60 | [ rdf:type owl:Restriction ; | 60 | [ rdf:type owl:Restriction ; |
| 61 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 61 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 62 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | 62 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> |
| 63 | ] ; | 63 | ] ; |
| 64 | rdfs:subClassOf | 64 | rdfs:subClassOf |
| 65 | [ rdf:type owl:Restriction ; | 65 | [ rdf:type owl:Restriction ; |
| 66 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 66 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; |
| 67 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | 67 | + owl:onProperty ep-activity:onWellBore |
| 68 | ] ; | 68 | ] ; |
| 69 | rdfs:subClassOf | 69 | rdfs:subClassOf |
| 70 | [ rdf:type owl:Restriction ; | 70 | [ rdf:type owl:Restriction ; |
| ... | @@ -73,15 +73,20 @@ ep-activity:DailyDrillingActivity | ... | @@ -73,15 +73,20 @@ ep-activity:DailyDrillingActivity |
| 73 | ] ; | 73 | ] ; |
| 74 | rdfs:subClassOf | 74 | rdfs:subClassOf |
| 75 | [ rdf:type owl:Restriction ; | 75 | [ rdf:type owl:Restriction ; |
| 76 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; | 76 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 77 | - owl:onProperty ep-activity:onWellBore | 77 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> |
| 78 | ] ; | 78 | ] ; |
| 79 | rdfs:subClassOf | 79 | rdfs:subClassOf |
| 80 | [ rdf:type owl:Restriction ; | 80 | [ rdf:type owl:Restriction ; |
| 81 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 81 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
| 82 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> | 82 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> |
| 83 | ] . | 83 | ] . |
| 84 | 84 | ||
| 85 | +ep-activity:DailyDrillingReportFinalisationType | ||
| 86 | + rdf:type rdfs:Class ; | ||
| 87 | + rdfs:label "daily drilling report finalisation type"^^xsd:string ; | ||
| 88 | + rdfs:subClassOf owl:Class . | ||
| 89 | + | ||
| 85 | ep-activity:DailyProductionActivity | 90 | ep-activity:DailyProductionActivity |
| 86 | rdf:type owl:Class ; | 91 | rdf:type owl:Class ; |
| 87 | rdfs:label "Daily production activity"^^xsd:string ; | 92 | rdfs:label "Daily production activity"^^xsd:string ; |
| ... | @@ -128,13 +133,13 @@ ep-activity:DrillingActivity | ... | @@ -128,13 +133,13 @@ ep-activity:DrillingActivity |
| 128 | rdfs:subClassOf ep-activity:Activity . | 133 | rdfs:subClassOf ep-activity:Activity . |
| 129 | 134 | ||
| 130 | ep-activity:FormationIntegrityTest | 135 | ep-activity:FormationIntegrityTest |
| 131 | - rdf:type owl:Class ; | 136 | + rdf:type ep-activity:PressureTestType , owl:Class ; |
| 132 | rdfs:label "formation integrity test"^^xsd:string ; | 137 | rdfs:label "formation integrity test"^^xsd:string ; |
| 133 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 138 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
| 134 | owl:disjointWith ep-activity:LeakOffTest . | 139 | owl:disjointWith ep-activity:LeakOffTest . |
| 135 | 140 | ||
| 136 | ep-activity:LeakOffTest | 141 | ep-activity:LeakOffTest |
| 137 | - rdf:type owl:Class ; | 142 | + rdf:type ep-activity:PressureTestType , owl:Class ; |
| 138 | rdfs:label "leak-off test"^^xsd:string ; | 143 | rdfs:label "leak-off test"^^xsd:string ; |
| 139 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 144 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
| 140 | owl:disjointWith ep-activity:FormationIntegrityTest . | 145 | owl:disjointWith ep-activity:FormationIntegrityTest . |
| ... | @@ -170,13 +175,8 @@ ep-activity:OffshoreWellActivity | ... | @@ -170,13 +175,8 @@ ep-activity:OffshoreWellActivity |
| 170 | rdfs:subClassOf ep-activity:OffshoreActivity ; | 175 | rdfs:subClassOf ep-activity:OffshoreActivity ; |
| 171 | rdfs:subClassOf | 176 | rdfs:subClassOf |
| 172 | [ rdf:type owl:Restriction ; | 177 | [ rdf:type owl:Restriction ; |
| 173 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/equipment#Rig> ; | ||
| 174 | - owl:onProperty ep-activity:onRig | ||
| 175 | - ] ; | ||
| 176 | - rdfs:subClassOf | ||
| 177 | - [ rdf:type owl:Restriction ; | ||
| 178 | owl:cardinality "1"^^xsd:nonNegativeInteger ; | 178 | owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 179 | - owl:onProperty ep-activity:onRig | 179 | + owl:onProperty ep-activity:onWell |
| 180 | ] ; | 180 | ] ; |
| 181 | rdfs:subClassOf | 181 | rdfs:subClassOf |
| 182 | [ rdf:type owl:Restriction ; | 182 | [ rdf:type owl:Restriction ; |
| ... | @@ -186,9 +186,19 @@ ep-activity:OffshoreWellActivity | ... | @@ -186,9 +186,19 @@ ep-activity:OffshoreWellActivity |
| 186 | rdfs:subClassOf | 186 | rdfs:subClassOf |
| 187 | [ rdf:type owl:Restriction ; | 187 | [ rdf:type owl:Restriction ; |
| 188 | owl:cardinality "1"^^xsd:nonNegativeInteger ; | 188 | owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 189 | - owl:onProperty ep-activity:onWell | 189 | + owl:onProperty ep-activity:onRig |
| 190 | + ] ; | ||
| 191 | + rdfs:subClassOf | ||
| 192 | + [ rdf:type owl:Restriction ; | ||
| 193 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/equipment#Rig> ; | ||
| 194 | + owl:onProperty ep-activity:onRig | ||
| 190 | ] . | 195 | ] . |
| 191 | 196 | ||
| 197 | +ep-activity:PressureTestType | ||
| 198 | + rdf:type rdfs:Class ; | ||
| 199 | + rdfs:label "pressure test type"^^xsd:string ; | ||
| 200 | + rdfs:subClassOf owl:Class . | ||
| 201 | + | ||
| 192 | ep-activity:ProductionActivity | 202 | ep-activity:ProductionActivity |
| 193 | rdf:type owl:Class ; | 203 | rdf:type owl:Class ; |
| 194 | rdfs:label "Production activity"^^xsd:string ; | 204 | rdfs:label "Production activity"^^xsd:string ; |
| ... | @@ -216,7 +226,7 @@ ep-activity:WeeklyProductionActivity | ... | @@ -216,7 +226,7 @@ ep-activity:WeeklyProductionActivity |
| 216 | 226 | ||
| 217 | ep-activity:WellBoreDrillingType | 227 | ep-activity:WellBoreDrillingType |
| 218 | rdf:type rdfs:Class ; | 228 | rdf:type rdfs:Class ; |
| 219 | - rdfs:label "drill bypass"^^xsd:string ; | 229 | + rdfs:label "well bore drilling type"^^xsd:string ; |
| 220 | rdfs:subClassOf owl:Class . | 230 | rdfs:subClassOf owl:Class . |
| 221 | 231 | ||
| 222 | ep-activity:WellBorePressureTest | 232 | ep-activity:WellBorePressureTest |
| ... | @@ -225,7 +235,7 @@ ep-activity:WellBorePressureTest | ... | @@ -225,7 +235,7 @@ ep-activity:WellBorePressureTest |
| 225 | rdfs:subClassOf ep-activity:Activity . | 235 | rdfs:subClassOf ep-activity:Activity . |
| 226 | 236 | ||
| 227 | ep-activity:createdAt | 237 | ep-activity:createdAt |
| 228 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 238 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 229 | rdfs:label "created at"^^xsd:string ; | 239 | rdfs:label "created at"^^xsd:string ; |
| 230 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 240 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 231 | 241 | ||
| ... | @@ -247,7 +257,7 @@ ep-activity:onWell | ... | @@ -247,7 +257,7 @@ ep-activity:onWell |
| 247 | rdfs:label "on well"^^xsd:string . | 257 | rdfs:label "on well"^^xsd:string . |
| 248 | 258 | ||
| 249 | ep-activity:onWellBore | 259 | ep-activity:onWellBore |
| 250 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 260 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 251 | rdfs:label "on WellBore"^^xsd:string . | 261 | rdfs:label "on WellBore"^^xsd:string . |
| 252 | 262 | ||
| 253 | ep-activity:reportOn | 263 | ep-activity:reportOn |
| ... | @@ -260,8 +270,17 @@ ep-activity:startedAt | ... | @@ -260,8 +270,17 @@ ep-activity:startedAt |
| 260 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 270 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 261 | 271 | ||
| 262 | ep-activity:wellBoreDrillingType | 272 | ep-activity:wellBoreDrillingType |
| 263 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 273 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 264 | rdfs:domain ep-activity:DrillingActivity ; | 274 | rdfs:domain ep-activity:DrillingActivity ; |
| 265 | rdfs:label "has sub activity"^^xsd:string ; | 275 | rdfs:label "has sub activity"^^xsd:string ; |
| 266 | rdfs:range ep-activity:WellBoreDrillingType ; | 276 | rdfs:range ep-activity:WellBoreDrillingType ; |
| 267 | rdfs:subPropertyOf rdf:type . | 277 | rdfs:subPropertyOf rdf:type . |
| 278 | + | ||
| 279 | +<http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport> | ||
| 280 | + rdf:type ep-activity:DailyDrillingReportFinalisationType . | ||
| 281 | + | ||
| 282 | +<http://www.reportinghub.no/ep/schema/report#NormalDailyDrillingReport> | ||
| 283 | + rdf:type ep-activity:DailyDrillingReportFinalisationType . | ||
| 284 | + | ||
| 285 | +<http://www.reportinghub.no/ep/schema/report#PreliminaryDailyDrillingReport> | ||
| 286 | + rdf:type ep-activity:DailyDrillingReportFinalisationType . | ... | ... |
| 1 | -# Saved by TopBraid on Sun Aug 07 12:55:41 PDT 2011 | 1 | +# Saved by TopBraid on Mon Aug 08 11:10:15 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 |
| ... | @@ -28,88 +28,57 @@ | ... | @@ -28,88 +28,57 @@ |
| 28 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | 28 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> |
| 29 | spin:rule | 29 | spin:rule |
| 30 | [ rdf:type sp:Construct ; | 30 | [ rdf:type sp:Construct ; |
| 31 | - rdfs:comment "STEP 102 Transfer dTimEnd"^^xsd:string ; | ||
| 32 | - sp:templates ([ sp:object _:b1 ; | ||
| 33 | - sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#finishedAt> ; | ||
| 34 | - sp:subject _:b2 | ||
| 35 | - ]) ; | ||
| 36 | - sp:where ([ sp:object _:b3 ; | ||
| 37 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 38 | - sp:subject spin:_this | ||
| 39 | - ] [ sp:object _:b4 ; | ||
| 40 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 41 | - sp:subject spin:_this | ||
| 42 | - ] [ sp:object _:b1 ; | ||
| 43 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ; | ||
| 44 | - sp:subject spin:_this | ||
| 45 | - ] [ rdf:type sp:Bind ; | ||
| 46 | - sp:expression | ||
| 47 | - [ rdf:type ep-spin-lib:normalizeString ; | ||
| 48 | - sp:arg1 _:b3 | ||
| 49 | - ] ; | ||
| 50 | - sp:variable _:b5 | ||
| 51 | - ] [ rdf:type sp:Bind ; | ||
| 52 | - sp:expression | ||
| 53 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 54 | - sp:arg1 _:b5 ; | ||
| 55 | - sp:arg2 _:b4 | ||
| 56 | - ] ; | ||
| 57 | - sp:variable _:b2 | ||
| 58 | - ]) | ||
| 59 | - ] ; | ||
| 60 | - spin:rule | ||
| 61 | - [ rdf:type sp:Construct ; | ||
| 62 | rdfs:comment "STEP 104 Create Well"^^xsd:string ; | 31 | rdfs:comment "STEP 104 Create Well"^^xsd:string ; |
| 63 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ; | 32 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ; |
| 64 | sp:predicate rdf:type ; | 33 | sp:predicate rdf:type ; |
| 65 | - sp:subject _:b6 | 34 | + sp:subject _:b1 |
| 66 | - ] [ sp:object _:b7 ; | 35 | + ] [ sp:object _:b2 ; |
| 67 | sp:predicate rdfs:label ; | 36 | sp:predicate rdfs:label ; |
| 68 | - sp:subject _:b6 | 37 | + sp:subject _:b1 |
| 69 | - ] [ sp:object _:b6 ; | 38 | + ] [ sp:object _:b1 ; |
| 70 | - sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWell> ; | 39 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ; |
| 71 | - sp:subject _:b8 | 40 | + sp:subject _:b3 |
| 72 | - ] [ sp:object _:b9 ; | 41 | + ] [ sp:object _:b4 ; |
| 73 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 42 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 74 | - sp:subject _:b6 | 43 | + sp:subject _:b1 |
| 75 | ]) ; | 44 | ]) ; |
| 76 | - sp:where ([ sp:object _:b10 ; | 45 | + sp:where ([ sp:object _:b5 ; |
| 77 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 46 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 78 | sp:subject spin:_this | 47 | sp:subject spin:_this |
| 79 | - ] [ sp:object _:b7 ; | 48 | + ] [ sp:object _:b2 ; |
| 80 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWell> ; | 49 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWell> ; |
| 81 | sp:subject spin:_this | 50 | sp:subject spin:_this |
| 82 | - ] [ sp:object _:b11 ; | 51 | + ] [ sp:object _:b6 ; |
| 83 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 52 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 84 | sp:subject spin:_this | 53 | sp:subject spin:_this |
| 85 | - ] [ sp:object _:b9 ; | 54 | + ] [ sp:object _:b4 ; |
| 86 | - sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; | 55 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 87 | - sp:subject _:b8 | 56 | + sp:subject _:b3 |
| 88 | ] [ rdf:type sp:Bind ; | 57 | ] [ rdf:type sp:Bind ; |
| 89 | sp:expression | 58 | sp:expression |
| 90 | [ rdf:type ep-spin-lib:normalizeString ; | 59 | [ rdf:type ep-spin-lib:normalizeString ; |
| 91 | - sp:arg1 _:b10 | 60 | + sp:arg1 _:b5 |
| 92 | ] ; | 61 | ] ; |
| 93 | - sp:variable _:b12 | 62 | + sp:variable _:b7 |
| 94 | ] [ rdf:type sp:Bind ; | 63 | ] [ rdf:type sp:Bind ; |
| 95 | sp:expression | 64 | sp:expression |
| 96 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 65 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 97 | - sp:arg1 _:b12 ; | 66 | + sp:arg1 _:b7 ; |
| 98 | - sp:arg2 _:b11 | 67 | + sp:arg2 _:b6 |
| 99 | ] ; | 68 | ] ; |
| 100 | - sp:variable _:b8 | 69 | + sp:variable _:b3 |
| 101 | ] [ rdf:type sp:Bind ; | 70 | ] [ rdf:type sp:Bind ; |
| 102 | sp:expression | 71 | sp:expression |
| 103 | [ rdf:type ep-spin-lib:normalizeString ; | 72 | [ rdf:type ep-spin-lib:normalizeString ; |
| 104 | - sp:arg1 _:b7 | 73 | + sp:arg1 _:b2 |
| 105 | ] ; | 74 | ] ; |
| 106 | - sp:variable _:b13 | 75 | + sp:variable _:b8 |
| 107 | ] [ rdf:type sp:Bind ; | 76 | ] [ rdf:type sp:Bind ; |
| 108 | sp:expression | 77 | sp:expression |
| 109 | [ rdf:type ep-spin-lib:buildWellURI ; | 78 | [ rdf:type ep-spin-lib:buildWellURI ; |
| 110 | - sp:arg1 _:b13 | 79 | + sp:arg1 _:b8 |
| 111 | ] ; | 80 | ] ; |
| 112 | - sp:variable _:b6 | 81 | + sp:variable _:b1 |
| 113 | ]) | 82 | ]) |
| 114 | ] ; | 83 | ] ; |
| 115 | spin:rule | 84 | spin:rule |
| ... | @@ -118,115 +87,178 @@ | ... | @@ -118,115 +87,178 @@ |
| 118 | Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ; | 87 | Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ; |
| 119 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> ; | 88 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> ; |
| 120 | sp:predicate rdf:type ; | 89 | sp:predicate rdf:type ; |
| 121 | - sp:subject _:b14 | 90 | + sp:subject _:b9 |
| 122 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/1.1/activity#DailyDrillingActivity> ; | 91 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ; |
| 123 | sp:predicate rdf:type ; | 92 | sp:predicate rdf:type ; |
| 124 | - sp:subject _:b15 | 93 | + sp:subject _:b10 |
| 125 | - ] [ sp:object _:b15 ; | 94 | + ] [ sp:object _:b10 ; |
| 126 | - sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#reportOn> ; | 95 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#reportOn> ; |
| 127 | - sp:subject _:b14 | 96 | + sp:subject _:b9 |
| 128 | - ] [ sp:object _:b16 ; | 97 | + ] [ sp:object _:b11 ; |
| 129 | - sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#createdAt> ; | 98 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#createdAt> ; |
| 130 | - sp:subject _:b14 | 99 | + sp:subject _:b9 |
| 131 | - ] [ sp:object _:b17 ; | 100 | + ] [ sp:object _:b12 ; |
| 132 | - sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#startedAt> ; | 101 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
| 133 | - sp:subject _:b15 | 102 | + sp:subject _:b10 |
| 134 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; | 103 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; |
| 135 | sp:predicate rdf:type ; | 104 | sp:predicate rdf:type ; |
| 136 | - sp:subject _:b18 | 105 | + sp:subject _:b13 |
| 137 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; | 106 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
| 138 | sp:predicate rdf:type ; | 107 | sp:predicate rdf:type ; |
| 139 | - sp:subject _:b19 | 108 | + sp:subject _:b14 |
| 140 | - ] [ sp:object _:b19 ; | 109 | + ] [ sp:object _:b14 ; |
| 141 | sp:predicate iso15926:temporalPartOf ; | 110 | sp:predicate iso15926:temporalPartOf ; |
| 142 | - sp:subject _:b18 | 111 | + sp:subject _:b13 |
| 143 | - ] [ sp:object _:b20 ; | 112 | + ] [ sp:object _:b15 ; |
| 144 | sp:predicate rdfs:label ; | 113 | sp:predicate rdfs:label ; |
| 145 | - sp:subject _:b19 | 114 | + sp:subject _:b14 |
| 146 | - ] [ sp:object _:b18 ; | 115 | + ] [ sp:object _:b13 ; |
| 147 | - sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; | 116 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 148 | - sp:subject _:b15 | 117 | + sp:subject _:b10 |
| 149 | ]) ; | 118 | ]) ; |
| 150 | - sp:where ([ sp:object _:b20 ; | 119 | + sp:where ([ sp:object _:b15 ; |
| 151 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 120 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 152 | sp:subject spin:_this | 121 | sp:subject spin:_this |
| 153 | - ] [ sp:object _:b17 ; | 122 | + ] [ sp:object _:b12 ; |
| 154 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 123 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 155 | sp:subject spin:_this | 124 | sp:subject spin:_this |
| 156 | - ] [ sp:object _:b16 ; | 125 | + ] [ sp:object _:b11 ; |
| 157 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; | 126 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; |
| 158 | sp:subject spin:_this | 127 | sp:subject spin:_this |
| 159 | ] [ rdf:type sp:Bind ; | 128 | ] [ rdf:type sp:Bind ; |
| 160 | sp:expression | 129 | sp:expression |
| 161 | [ rdf:type ep-spin-lib:normalizeString ; | 130 | [ rdf:type ep-spin-lib:normalizeString ; |
| 162 | - sp:arg1 _:b20 | 131 | + sp:arg1 _:b15 |
| 163 | ] ; | 132 | ] ; |
| 164 | - sp:variable _:b21 | 133 | + sp:variable _:b16 |
| 165 | ] [ rdf:type sp:Bind ; | 134 | ] [ rdf:type sp:Bind ; |
| 166 | sp:expression | 135 | sp:expression |
| 167 | [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | 136 | [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; |
| 168 | - sp:arg1 _:b21 ; | 137 | + sp:arg1 _:b16 ; |
| 169 | - sp:arg2 _:b16 | 138 | + sp:arg2 _:b11 |
| 170 | ] ; | 139 | ] ; |
| 171 | - sp:variable _:b14 | 140 | + sp:variable _:b9 |
| 172 | ] [ rdf:type sp:Bind ; | 141 | ] [ rdf:type sp:Bind ; |
| 173 | sp:expression | 142 | sp:expression |
| 174 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 143 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 175 | - sp:arg1 _:b21 ; | 144 | + sp:arg1 _:b16 ; |
| 176 | - sp:arg2 _:b17 | 145 | + sp:arg2 _:b12 |
| 177 | ] ; | 146 | ] ; |
| 178 | - sp:variable _:b15 | 147 | + sp:variable _:b10 |
| 179 | ] [ rdf:type sp:Bind ; | 148 | ] [ rdf:type sp:Bind ; |
| 180 | sp:expression | 149 | sp:expression |
| 181 | [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ; | 150 | [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ; |
| 182 | - sp:arg1 _:b21 ; | 151 | + sp:arg1 _:b16 ; |
| 183 | - sp:arg2 _:b17 | 152 | + sp:arg2 _:b12 |
| 184 | ] ; | 153 | ] ; |
| 185 | - sp:variable _:b18 | 154 | + sp:variable _:b13 |
| 186 | ] [ rdf:type sp:Bind ; | 155 | ] [ rdf:type sp:Bind ; |
| 187 | sp:expression | 156 | sp:expression |
| 188 | [ rdf:type ep-spin-lib:buildWellBoreURI ; | 157 | [ rdf:type ep-spin-lib:buildWellBoreURI ; |
| 189 | - sp:arg1 _:b21 | 158 | + sp:arg1 _:b16 |
| 190 | ] ; | 159 | ] ; |
| 191 | - sp:variable _:b19 | 160 | + sp:variable _:b14 |
| 192 | ]) | 161 | ]) |
| 193 | ] ; | 162 | ] ; |
| 194 | spin:rule | 163 | spin:rule |
| 195 | [ rdf:type sp:Construct ; | 164 | [ rdf:type sp:Construct ; |
| 196 | - rdfs:comment """STEP 103 | 165 | + rdfs:comment """STEP 101a Set name of DailyDrillingReport as label |
| 197 | -Classify a DailyDrillingReport"""^^xsd:string ; | 166 | +Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ; |
| 167 | + sp:templates ([ sp:object _:b17 ; | ||
| 168 | + sp:predicate rdfs:label ; | ||
| 169 | + sp:subject _:b18 | ||
| 170 | + ]) ; | ||
| 171 | + sp:where ([ sp:object _:b19 ; | ||
| 172 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 173 | + sp:subject spin:_this | ||
| 174 | + ] [ sp:object _:b17 ; | ||
| 175 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ; | ||
| 176 | + sp:subject spin:_this | ||
| 177 | + ] [ sp:object _:b20 ; | ||
| 178 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; | ||
| 179 | + sp:subject spin:_this | ||
| 180 | + ] [ rdf:type sp:Bind ; | ||
| 181 | + sp:expression | ||
| 182 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 183 | + sp:arg1 _:b19 | ||
| 184 | + ] ; | ||
| 185 | + sp:variable _:b21 | ||
| 186 | + ] [ rdf:type sp:Bind ; | ||
| 187 | + sp:expression | ||
| 188 | + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | ||
| 189 | + sp:arg1 _:b21 ; | ||
| 190 | + sp:arg2 _:b20 | ||
| 191 | + ] ; | ||
| 192 | + sp:variable _:b18 | ||
| 193 | + ]) | ||
| 194 | + ] ; | ||
| 195 | + spin:rule | ||
| 196 | + [ rdf:type sp:Construct ; | ||
| 197 | + rdfs:comment "STEP 102 Transfer dTimEnd"^^xsd:string ; | ||
| 198 | sp:templates ([ sp:object _:b22 ; | 198 | sp:templates ([ sp:object _:b22 ; |
| 199 | - sp:predicate rdf:type ; | 199 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 200 | sp:subject _:b23 | 200 | sp:subject _:b23 |
| 201 | ]) ; | 201 | ]) ; |
| 202 | sp:where ([ sp:object _:b24 ; | 202 | sp:where ([ sp:object _:b24 ; |
| 203 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 203 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 204 | sp:subject spin:_this | 204 | sp:subject spin:_this |
| 205 | ] [ sp:object _:b25 ; | 205 | ] [ sp:object _:b25 ; |
| 206 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 207 | + sp:subject spin:_this | ||
| 208 | + ] [ sp:object _:b22 ; | ||
| 209 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ; | ||
| 210 | + sp:subject spin:_this | ||
| 211 | + ] [ rdf:type sp:Bind ; | ||
| 212 | + sp:expression | ||
| 213 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 214 | + sp:arg1 _:b24 | ||
| 215 | + ] ; | ||
| 216 | + sp:variable _:b26 | ||
| 217 | + ] [ rdf:type sp:Bind ; | ||
| 218 | + sp:expression | ||
| 219 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 220 | + sp:arg1 _:b26 ; | ||
| 221 | + sp:arg2 _:b25 | ||
| 222 | + ] ; | ||
| 223 | + sp:variable _:b23 | ||
| 224 | + ]) | ||
| 225 | + ] ; | ||
| 226 | + spin:rule | ||
| 227 | + [ rdf:type sp:Construct ; | ||
| 228 | + rdfs:comment """STEP 103 | ||
| 229 | +Classify a DailyDrillingReport"""^^xsd:string ; | ||
| 230 | + sp:templates ([ sp:object _:b27 ; | ||
| 231 | + sp:predicate rdf:type ; | ||
| 232 | + sp:subject _:b28 | ||
| 233 | + ]) ; | ||
| 234 | + sp:where ([ sp:object _:b29 ; | ||
| 235 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 236 | + sp:subject spin:_this | ||
| 237 | + ] [ sp:object _:b30 ; | ||
| 206 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; | 238 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; |
| 207 | sp:subject spin:_this | 239 | sp:subject spin:_this |
| 208 | - ] [ sp:object _:b26 ; | 240 | + ] [ sp:object _:b31 ; |
| 209 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasVersionKind> ; | 241 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumVersionKind> ; |
| 210 | sp:subject spin:_this | 242 | sp:subject spin:_this |
| 211 | ] [ rdf:type sp:Bind ; | 243 | ] [ rdf:type sp:Bind ; |
| 212 | sp:expression | 244 | sp:expression |
| 213 | [ rdf:type ep-spin-lib:selectDailyDrillingReportType ; | 245 | [ rdf:type ep-spin-lib:selectDailyDrillingReportType ; |
| 214 | - sp:arg1 _:b26 | 246 | + sp:arg1 _:b31 |
| 215 | ] ; | 247 | ] ; |
| 216 | - sp:variable _:b22 | 248 | + sp:variable _:b27 |
| 217 | ] [ rdf:type sp:Bind ; | 249 | ] [ rdf:type sp:Bind ; |
| 218 | sp:expression | 250 | sp:expression |
| 219 | [ rdf:type ep-spin-lib:normalizeString ; | 251 | [ rdf:type ep-spin-lib:normalizeString ; |
| 220 | - sp:arg1 _:b24 | 252 | + sp:arg1 _:b29 |
| 221 | ] ; | 253 | ] ; |
| 222 | - sp:variable _:b27 | 254 | + sp:variable _:b32 |
| 223 | ] [ rdf:type sp:Bind ; | 255 | ] [ rdf:type sp:Bind ; |
| 224 | sp:expression | 256 | sp:expression |
| 225 | [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | 257 | [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; |
| 226 | - sp:arg1 _:b27 ; | 258 | + sp:arg1 _:b32 ; |
| 227 | - sp:arg2 _:b25 | 259 | + sp:arg2 _:b30 |
| 228 | ] ; | 260 | ] ; |
| 229 | - sp:variable _:b23 | 261 | + sp:variable _:b28 |
| 230 | ]) | 262 | ]) |
| 231 | ] . | 263 | ] . |
| 232 | 264 | ||
| ... | @@ -235,74 +267,89 @@ Classify a DailyDrillingReport"""^^xsd:string ; | ... | @@ -235,74 +267,89 @@ Classify a DailyDrillingReport"""^^xsd:string ; |
| 235 | 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> ; | 267 | 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> ; |
| 236 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 268 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 237 | 269 | ||
| 238 | -_:b22 | 270 | +_:b21 |
| 239 | - sp:varName "dailyDrillingReportType"^^xsd:string . | 271 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 240 | 272 | ||
| 241 | -_:b23 | 273 | +_:b20 |
| 242 | - sp:varName "dailyDrillingReport"^^xsd:string . | 274 | + sp:varName "createDate"^^xsd:string . |
| 243 | 275 | ||
| 244 | -_:b24 | 276 | +_:b19 |
| 245 | sp:varName "nameWellBore"^^xsd:string . | 277 | sp:varName "nameWellBore"^^xsd:string . |
| 246 | 278 | ||
| 247 | -_:b25 | 279 | +_:b18 |
| 248 | - sp:varName "createDate"^^xsd:string . | 280 | + sp:varName "dailyDrillingReport"^^xsd:string . |
| 249 | 281 | ||
| 250 | -_:b26 | 282 | +_:b17 |
| 251 | - sp:varName "versionKind"^^xsd:string . | 283 | + sp:varName "nameDailyDrillingReport"^^xsd:string . |
| 252 | 284 | ||
| 253 | -_:b27 | 285 | +_:b32 |
| 254 | sp:varName "normalizedWellBoreName"^^xsd:string . | 286 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 255 | 287 | ||
| 256 | -_:b14 | 288 | +_:b31 |
| 257 | - sp:varName "dailyDrillingReport"^^xsd:string . | 289 | + sp:varName "versionKind"^^xsd:string . |
| 258 | - | ||
| 259 | -_:b15 | ||
| 260 | - sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 261 | 290 | ||
| 262 | -_:b16 | 291 | +_:b30 |
| 263 | sp:varName "createDate"^^xsd:string . | 292 | sp:varName "createDate"^^xsd:string . |
| 264 | 293 | ||
| 265 | -_:b17 | 294 | +_:b29 |
| 266 | - sp:varName "dTimStart"^^xsd:string . | 295 | + sp:varName "nameWellBore"^^xsd:string . |
| 267 | 296 | ||
| 268 | -_:b18 | 297 | +_:b28 |
| 269 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 298 | + sp:varName "dailyDrillingReport"^^xsd:string . |
| 270 | 299 | ||
| 271 | -_:b19 | 300 | +_:b27 |
| 272 | - sp:varName "wellBore"^^xsd:string . | 301 | + sp:varName "dailyDrillingReportType"^^xsd:string . |
| 273 | 302 | ||
| 274 | -_:b20 | 303 | +_:b24 |
| 275 | sp:varName "nameWellBore"^^xsd:string . | 304 | sp:varName "nameWellBore"^^xsd:string . |
| 276 | 305 | ||
| 277 | -_:b21 | 306 | +_:b25 |
| 278 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 307 | + sp:varName "dTimStart"^^xsd:string . |
| 279 | - | ||
| 280 | -_:b6 sp:varName "well"^^xsd:string . | ||
| 281 | 308 | ||
| 282 | -_:b7 sp:varName "nameWell"^^xsd:string . | 309 | +_:b22 |
| 310 | + sp:varName "dTimEnd"^^xsd:string . | ||
| 283 | 311 | ||
| 284 | -_:b8 sp:varName "dailyDrillingActivity"^^xsd:string . | 312 | +_:b26 |
| 313 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 285 | 314 | ||
| 286 | -_:b9 sp:varName "wellBore"^^xsd:string . | 315 | +_:b23 |
| 316 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 287 | 317 | ||
| 288 | -_:b10 | 318 | +_:b15 |
| 289 | sp:varName "nameWellBore"^^xsd:string . | 319 | sp:varName "nameWellBore"^^xsd:string . |
| 290 | 320 | ||
| 291 | -_:b11 | 321 | +_:b12 |
| 292 | sp:varName "dTimStart"^^xsd:string . | 322 | sp:varName "dTimStart"^^xsd:string . |
| 293 | 323 | ||
| 294 | -_:b12 | 324 | +_:b11 |
| 325 | + sp:varName "createDate"^^xsd:string . | ||
| 326 | + | ||
| 327 | +_:b16 | ||
| 295 | sp:varName "normalizedWellBoreName"^^xsd:string . | 328 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 296 | 329 | ||
| 330 | +_:b9 sp:varName "dailyDrillingReport"^^xsd:string . | ||
| 331 | + | ||
| 332 | +_:b10 | ||
| 333 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 334 | + | ||
| 297 | _:b13 | 335 | _:b13 |
| 298 | - sp:varName "normalizedWellName"^^xsd:string . | 336 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 337 | + | ||
| 338 | +_:b14 | ||
| 339 | + sp:varName "wellBore"^^xsd:string . | ||
| 340 | + | ||
| 341 | +_:b5 sp:varName "nameWellBore"^^xsd:string . | ||
| 342 | + | ||
| 343 | +_:b2 sp:varName "nameWell"^^xsd:string . | ||
| 344 | + | ||
| 345 | +_:b6 sp:varName "dTimStart"^^xsd:string . | ||
| 299 | 346 | ||
| 300 | -_:b1 sp:varName "dTimEnd"^^xsd:string . | 347 | +_:b3 sp:varName "dailyDrillingActivity"^^xsd:string . |
| 301 | 348 | ||
| 302 | -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | 349 | +_:b4 sp:varName "wellBore"^^xsd:string . |
| 303 | 350 | ||
| 304 | -_:b3 sp:varName "nameWellBore"^^xsd:string . | 351 | +_:b7 sp:varName "normalizedWellBoreName"^^xsd:string . |
| 305 | 352 | ||
| 306 | -_:b4 sp:varName "dTimStart"^^xsd:string . | 353 | +_:b8 sp:varName "normalizedWellName"^^xsd:string . |
| 307 | 354 | ||
| 308 | -_:b5 sp:varName "normalizedWellBoreName"^^xsd:string . | 355 | +_:b1 sp:varName "well"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Sun Aug 07 12:55:41 PDT 2011 | 1 | +# Saved by TopBraid on Mon Aug 08 11:10:15 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 Sun Aug 07 17:45:34 PDT 2011 | 1 | +# Saved by TopBraid on Mon Aug 08 11:17:51 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/schema/1.1/activity | ||
| 4 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport | 3 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport |
| 5 | -# imports: http://www.reportinghub.no/ep/schema/report | ||
| 6 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo | 4 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo |
| 7 | -# imports: http://www.reportinghub.no/ep/schema/equipment | ||
| 8 | # imports: http://spinrdf.org/spin | 5 | # imports: http://spinrdf.org/spin |
| 9 | -# imports: http://www.reportinghub.no/ep/schema/well | ||
| 10 | 6 | ||
| 11 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> . | 7 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> . |
| 12 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . | 8 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . |
| ... | @@ -21,7 +17,7 @@ | ... | @@ -21,7 +17,7 @@ |
| 21 | 17 | ||
| 22 | <http://www.reportinghub.no/ep/transform/1.1/normalization> | 18 | <http://www.reportinghub.no/ep/transform/1.1/normalization> |
| 23 | rdf:type owl:Ontology ; | 19 | rdf:type owl:Ontology ; |
| 24 | - owl:imports <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/report> , <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/schema/equipment> ; | 20 | + 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> ; |
| 25 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 21 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 26 | 22 | ||
| 27 | owl:Thing | 23 | owl:Thing |
| ... | @@ -62,8 +58,8 @@ owl:Thing | ... | @@ -62,8 +58,8 @@ owl:Thing |
| 62 | ]) | 58 | ]) |
| 63 | ] . | 59 | ] . |
| 64 | 60 | ||
| 65 | -_:b2 sp:varName "p"^^xsd:string . | ||
| 66 | - | ||
| 67 | _:b1 sp:varName "oldLabel"^^xsd:string . | 61 | _:b1 sp:varName "oldLabel"^^xsd:string . |
| 68 | 62 | ||
| 63 | +_:b2 sp:varName "p"^^xsd:string . | ||
| 64 | + | ||
| 69 | _:b3 sp:varName "newLabel"^^xsd:string . | 65 | _:b3 sp:varName "newLabel"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Sun Aug 07 17:45:34 PDT 2011 | 1 | +# Saved by TopBraid on Mon Aug 08 11:17:51 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 Sun Aug 07 12:55:42 PDT 2011 | 1 | +# Saved by TopBraid on Mon Aug 08 11:15:53 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 |
| ... | @@ -29,86 +29,83 @@ | ... | @@ -29,86 +29,83 @@ |
| 29 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | 29 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> |
| 30 | spin:rule | 30 | spin:rule |
| 31 | [ rdf:type sp:Construct ; | 31 | [ rdf:type sp:Construct ; |
| 32 | - rdfs:comment "STEP 125 Transfer presTestType"^^xsd:string ; | 32 | + rdfs:comment "STEP 109 Transfer md"^^xsd:string ; |
| 33 | sp:templates ([ sp:object _:b1 ; | 33 | sp:templates ([ sp:object _:b1 ; |
| 34 | - sp:predicate iso15926:hasPart ; | 34 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; |
| 35 | sp:subject _:b2 | 35 | sp:subject _:b2 |
| 36 | - ] [ sp:object _:b3 ; | ||
| 37 | - sp:predicate rdf:type ; | ||
| 38 | - sp:subject _:b1 | ||
| 39 | ]) ; | 36 | ]) ; |
| 40 | - sp:where ([ sp:object _:b4 ; | 37 | + sp:where ([ sp:object _:b3 ; |
| 41 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 38 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 42 | sp:subject spin:_this | 39 | sp:subject spin:_this |
| 43 | - ] [ sp:object _:b5 ; | 40 | + ] [ sp:object _:b4 ; |
| 44 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 41 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 45 | sp:subject spin:_this | 42 | sp:subject spin:_this |
| 46 | - ] [ sp:object _:b6 ; | 43 | + ] [ sp:object _:b5 ; |
| 47 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 44 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 48 | sp:subject spin:_this | 45 | sp:subject spin:_this |
| 49 | - ] [ sp:object _:b7 ; | 46 | + ] [ sp:object _:b2 ; |
| 50 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasPresTestType> ; | 47 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 51 | sp:subject _:b6 | 48 | sp:subject _:b6 |
| 52 | - ] [ rdf:type sp:Bind ; | 49 | + ] [ sp:object _:b1 ; |
| 53 | - sp:expression | 50 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; |
| 54 | - [ rdf:type ep-spin-lib:selectPressureTestType ; | 51 | + sp:subject _:b5 |
| 55 | - sp:arg1 _:b7 | ||
| 56 | - ] ; | ||
| 57 | - sp:variable _:b3 | ||
| 58 | ] [ rdf:type sp:Bind ; | 52 | ] [ rdf:type sp:Bind ; |
| 59 | sp:expression | 53 | sp:expression |
| 60 | [ rdf:type ep-spin-lib:normalizeString ; | 54 | [ rdf:type ep-spin-lib:normalizeString ; |
| 61 | - sp:arg1 _:b4 | 55 | + sp:arg1 _:b3 |
| 62 | ] ; | 56 | ] ; |
| 63 | - sp:variable _:b8 | 57 | + sp:variable _:b7 |
| 64 | ] [ rdf:type sp:Bind ; | 58 | ] [ rdf:type sp:Bind ; |
| 65 | sp:expression | 59 | sp:expression |
| 66 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 60 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 67 | - sp:arg1 _:b8 ; | 61 | + sp:arg1 _:b7 ; |
| 68 | - sp:arg2 _:b5 | 62 | + sp:arg2 _:b4 |
| 69 | ] ; | 63 | ] ; |
| 70 | - sp:variable _:b2 | 64 | + sp:variable _:b6 |
| 71 | ]) | 65 | ]) |
| 72 | ] ; | 66 | ] ; |
| 73 | spin:rule | 67 | spin:rule |
| 74 | [ rdf:type sp:Construct ; | 68 | [ rdf:type sp:Construct ; |
| 75 | - rdfs:comment "STEP 106 Transfer distDrill"^^xsd:string ; | 69 | + rdfs:comment "STEP 110 Transfer tvd"^^xsd:string ; |
| 76 | - sp:templates ([ sp:object _:b9 ; | 70 | + sp:templates ([ sp:object _:b8 ; |
| 77 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasDistDrill> ; | 71 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; |
| 78 | - sp:subject _:b10 | 72 | + sp:subject _:b9 |
| 79 | ]) ; | 73 | ]) ; |
| 80 | - sp:where ([ sp:object _:b11 ; | 74 | + sp:where ([ sp:object _:b10 ; |
| 81 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 75 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 82 | sp:subject spin:_this | 76 | sp:subject spin:_this |
| 83 | - ] [ sp:object _:b12 ; | 77 | + ] [ sp:object _:b11 ; |
| 84 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 78 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 85 | sp:subject spin:_this | 79 | sp:subject spin:_this |
| 86 | - ] [ sp:object _:b13 ; | 80 | + ] [ sp:object _:b12 ; |
| 87 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 81 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 88 | sp:subject spin:_this | 82 | sp:subject spin:_this |
| 89 | ] [ sp:object _:b9 ; | 83 | ] [ sp:object _:b9 ; |
| 90 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasDistDrill> ; | 84 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 91 | sp:subject _:b13 | 85 | sp:subject _:b13 |
| 86 | + ] [ sp:object _:b8 ; | ||
| 87 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; | ||
| 88 | + sp:subject _:b12 | ||
| 92 | ] [ rdf:type sp:Bind ; | 89 | ] [ rdf:type sp:Bind ; |
| 93 | sp:expression | 90 | sp:expression |
| 94 | [ rdf:type ep-spin-lib:normalizeString ; | 91 | [ rdf:type ep-spin-lib:normalizeString ; |
| 95 | - sp:arg1 _:b11 | 92 | + sp:arg1 _:b10 |
| 96 | ] ; | 93 | ] ; |
| 97 | sp:variable _:b14 | 94 | sp:variable _:b14 |
| 98 | ] [ rdf:type sp:Bind ; | 95 | ] [ rdf:type sp:Bind ; |
| 99 | sp:expression | 96 | sp:expression |
| 100 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 97 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 101 | sp:arg1 _:b14 ; | 98 | sp:arg1 _:b14 ; |
| 102 | - sp:arg2 _:b12 | 99 | + sp:arg2 _:b11 |
| 103 | ] ; | 100 | ] ; |
| 104 | - sp:variable _:b10 | 101 | + sp:variable _:b13 |
| 105 | ]) | 102 | ]) |
| 106 | ] ; | 103 | ] ; |
| 107 | spin:rule | 104 | spin:rule |
| 108 | [ rdf:type sp:Construct ; | 105 | [ rdf:type sp:Construct ; |
| 109 | - rdfs:comment "STEP 122 Transfer mdDiaPilotPlan"^^xsd:string ; | 106 | + rdfs:comment "STEP 107 Transfer sum24Hr"^^xsd:string ; |
| 110 | sp:templates ([ sp:object _:b15 ; | 107 | sp:templates ([ sp:object _:b15 ; |
| 111 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdDiaPilotPlan> ; | 108 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ; |
| 112 | sp:subject _:b16 | 109 | sp:subject _:b16 |
| 113 | ]) ; | 110 | ]) ; |
| 114 | sp:where ([ sp:object _:b17 ; | 111 | sp:where ([ sp:object _:b17 ; |
| ... | @@ -118,509 +115,515 @@ | ... | @@ -118,509 +115,515 @@ |
| 118 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 115 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 119 | sp:subject spin:_this | 116 | sp:subject spin:_this |
| 120 | ] [ sp:object _:b19 ; | 117 | ] [ sp:object _:b19 ; |
| 121 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 118 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 122 | sp:subject spin:_this | 119 | sp:subject spin:_this |
| 123 | - ] [ sp:object _:b16 ; | ||
| 124 | - sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; | ||
| 125 | - sp:subject _:b20 | ||
| 126 | ] [ sp:object _:b15 ; | 120 | ] [ sp:object _:b15 ; |
| 127 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdDiaPilotPlan> ; | 121 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ; |
| 128 | sp:subject _:b19 | 122 | sp:subject _:b19 |
| 129 | ] [ rdf:type sp:Bind ; | 123 | ] [ rdf:type sp:Bind ; |
| 130 | sp:expression | 124 | sp:expression |
| 131 | [ rdf:type ep-spin-lib:normalizeString ; | 125 | [ rdf:type ep-spin-lib:normalizeString ; |
| 132 | sp:arg1 _:b17 | 126 | sp:arg1 _:b17 |
| 133 | ] ; | 127 | ] ; |
| 134 | - sp:variable _:b21 | 128 | + sp:variable _:b20 |
| 135 | ] [ rdf:type sp:Bind ; | 129 | ] [ rdf:type sp:Bind ; |
| 136 | sp:expression | 130 | sp:expression |
| 137 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 131 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 138 | - sp:arg1 _:b21 ; | 132 | + sp:arg1 _:b20 ; |
| 139 | sp:arg2 _:b18 | 133 | sp:arg2 _:b18 |
| 140 | ] ; | 134 | ] ; |
| 141 | - sp:variable _:b20 | 135 | + sp:variable _:b16 |
| 142 | ]) | 136 | ]) |
| 143 | ] ; | 137 | ] ; |
| 144 | spin:rule | 138 | spin:rule |
| 145 | [ rdf:type sp:Construct ; | 139 | [ rdf:type sp:Construct ; |
| 146 | - rdfs:comment "STEP 109 Transfer md"^^xsd:string ; | 140 | + rdfs:comment "STEP 106 Transfer distDrill"^^xsd:string ; |
| 147 | - sp:templates ([ sp:object _:b22 ; | 141 | + sp:templates ([ sp:object _:b21 ; |
| 148 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMd> ; | 142 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#distDrill> ; |
| 149 | - sp:subject _:b23 | 143 | + sp:subject _:b22 |
| 150 | ]) ; | 144 | ]) ; |
| 151 | - sp:where ([ sp:object _:b24 ; | 145 | + sp:where ([ sp:object _:b23 ; |
| 152 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 146 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 153 | sp:subject spin:_this | 147 | sp:subject spin:_this |
| 154 | - ] [ sp:object _:b25 ; | 148 | + ] [ sp:object _:b24 ; |
| 155 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 149 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 156 | sp:subject spin:_this | 150 | sp:subject spin:_this |
| 157 | - ] [ sp:object _:b26 ; | 151 | + ] [ sp:object _:b25 ; |
| 158 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 152 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 159 | sp:subject spin:_this | 153 | sp:subject spin:_this |
| 160 | - ] [ sp:object _:b23 ; | 154 | + ] [ sp:object _:b21 ; |
| 161 | - sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; | 155 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#distDrill> ; |
| 162 | - sp:subject _:b27 | 156 | + sp:subject _:b25 |
| 163 | - ] [ sp:object _:b22 ; | ||
| 164 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMd> ; | ||
| 165 | - sp:subject _:b26 | ||
| 166 | ] [ rdf:type sp:Bind ; | 157 | ] [ rdf:type sp:Bind ; |
| 167 | sp:expression | 158 | sp:expression |
| 168 | [ rdf:type ep-spin-lib:normalizeString ; | 159 | [ rdf:type ep-spin-lib:normalizeString ; |
| 169 | - sp:arg1 _:b24 | 160 | + sp:arg1 _:b23 |
| 170 | ] ; | 161 | ] ; |
| 171 | - sp:variable _:b28 | 162 | + sp:variable _:b26 |
| 172 | ] [ rdf:type sp:Bind ; | 163 | ] [ rdf:type sp:Bind ; |
| 173 | sp:expression | 164 | sp:expression |
| 174 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 165 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 175 | - sp:arg1 _:b28 ; | 166 | + sp:arg1 _:b26 ; |
| 176 | - sp:arg2 _:b25 | 167 | + sp:arg2 _:b24 |
| 177 | ] ; | 168 | ] ; |
| 178 | - sp:variable _:b27 | 169 | + sp:variable _:b22 |
| 179 | ]) | 170 | ]) |
| 180 | ] ; | 171 | ] ; |
| 181 | spin:rule | 172 | spin:rule |
| 182 | [ rdf:type sp:Construct ; | 173 | [ rdf:type sp:Construct ; |
| 183 | - rdfs:comment "STEP 111 Transfer mdPlugTop"^^xsd:string ; | 174 | + rdfs:comment "STEP 122 Transfer mdDiaPilotPlan"^^xsd:string ; |
| 184 | - sp:templates ([ sp:object _:b29 ; | 175 | + sp:templates ([ sp:object _:b27 ; |
| 185 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdPlugTop> ; | 176 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaPilotPlan> ; |
| 186 | - sp:subject _:b30 | 177 | + sp:subject _:b28 |
| 187 | ]) ; | 178 | ]) ; |
| 188 | - sp:where ([ sp:object _:b31 ; | 179 | + sp:where ([ sp:object _:b29 ; |
| 189 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 180 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 190 | sp:subject spin:_this | 181 | sp:subject spin:_this |
| 191 | - ] [ sp:object _:b32 ; | 182 | + ] [ sp:object _:b30 ; |
| 192 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 183 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 193 | sp:subject spin:_this | 184 | sp:subject spin:_this |
| 194 | - ] [ sp:object _:b33 ; | 185 | + ] [ sp:object _:b31 ; |
| 195 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 186 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 196 | sp:subject spin:_this | 187 | sp:subject spin:_this |
| 197 | - ] [ sp:object _:b30 ; | 188 | + ] [ sp:object _:b28 ; |
| 198 | - sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; | 189 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 199 | - sp:subject _:b34 | 190 | + sp:subject _:b32 |
| 200 | - ] [ sp:object _:b29 ; | 191 | + ] [ sp:object _:b27 ; |
| 201 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdPlugTop> ; | 192 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaPilotPlan> ; |
| 202 | - sp:subject _:b33 | 193 | + sp:subject _:b31 |
| 203 | ] [ rdf:type sp:Bind ; | 194 | ] [ rdf:type sp:Bind ; |
| 204 | sp:expression | 195 | sp:expression |
| 205 | [ rdf:type ep-spin-lib:normalizeString ; | 196 | [ rdf:type ep-spin-lib:normalizeString ; |
| 206 | - sp:arg1 _:b31 | 197 | + sp:arg1 _:b29 |
| 207 | ] ; | 198 | ] ; |
| 208 | - sp:variable _:b35 | 199 | + sp:variable _:b33 |
| 209 | ] [ rdf:type sp:Bind ; | 200 | ] [ rdf:type sp:Bind ; |
| 210 | sp:expression | 201 | sp:expression |
| 211 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 202 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 212 | - sp:arg1 _:b35 ; | 203 | + sp:arg1 _:b33 ; |
| 213 | - sp:arg2 _:b32 | 204 | + sp:arg2 _:b30 |
| 214 | ] ; | 205 | ] ; |
| 215 | - sp:variable _:b34 | 206 | + sp:variable _:b32 |
| 216 | ]) | 207 | ]) |
| 217 | ] ; | 208 | ] ; |
| 218 | spin:rule | 209 | spin:rule |
| 219 | [ rdf:type sp:Construct ; | 210 | [ rdf:type sp:Construct ; |
| 220 | - rdfs:comment "STEP 112 Transfer diaHole"^^xsd:string ; | 211 | + rdfs:comment "STEP 113 Transfer mdDiaHoleStart"^^xsd:string ; |
| 221 | - sp:templates ([ sp:object _:b36 ; | 212 | + sp:templates ([ sp:object _:b34 ; |
| 222 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasDiaHole> ; | 213 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaHoleStart> ; |
| 223 | - sp:subject _:b37 | 214 | + sp:subject _:b35 |
| 224 | ]) ; | 215 | ]) ; |
| 225 | - sp:where ([ sp:object _:b38 ; | 216 | + sp:where ([ sp:object _:b36 ; |
| 226 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 217 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 227 | sp:subject spin:_this | 218 | sp:subject spin:_this |
| 228 | - ] [ sp:object _:b39 ; | 219 | + ] [ sp:object _:b37 ; |
| 229 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 220 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 230 | sp:subject spin:_this | 221 | sp:subject spin:_this |
| 231 | - ] [ sp:object _:b40 ; | 222 | + ] [ sp:object _:b38 ; |
| 232 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 223 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 233 | sp:subject spin:_this | 224 | sp:subject spin:_this |
| 234 | - ] [ sp:object _:b37 ; | 225 | + ] [ sp:object _:b35 ; |
| 235 | - sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; | 226 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 236 | - sp:subject _:b41 | 227 | + sp:subject _:b39 |
| 237 | - ] [ sp:object _:b36 ; | 228 | + ] [ sp:object _:b34 ; |
| 238 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasDiaHole> ; | 229 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaHoleStart> ; |
| 239 | - sp:subject _:b40 | 230 | + sp:subject _:b38 |
| 240 | ] [ rdf:type sp:Bind ; | 231 | ] [ rdf:type sp:Bind ; |
| 241 | sp:expression | 232 | sp:expression |
| 242 | [ rdf:type ep-spin-lib:normalizeString ; | 233 | [ rdf:type ep-spin-lib:normalizeString ; |
| 243 | - sp:arg1 _:b38 | 234 | + sp:arg1 _:b36 |
| 244 | ] ; | 235 | ] ; |
| 245 | - sp:variable _:b42 | 236 | + sp:variable _:b40 |
| 246 | ] [ rdf:type sp:Bind ; | 237 | ] [ rdf:type sp:Bind ; |
| 247 | sp:expression | 238 | sp:expression |
| 248 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 239 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 249 | - sp:arg1 _:b42 ; | 240 | + sp:arg1 _:b40 ; |
| 250 | - sp:arg2 _:b39 | 241 | + sp:arg2 _:b37 |
| 251 | ] ; | 242 | ] ; |
| 252 | - sp:variable _:b41 | 243 | + sp:variable _:b39 |
| 253 | ]) | 244 | ]) |
| 254 | ] ; | 245 | ] ; |
| 255 | spin:rule | 246 | spin:rule |
| 256 | [ rdf:type sp:Construct ; | 247 | [ rdf:type sp:Construct ; |
| 257 | - rdfs:comment "STEP 115 Transfer diaCsgLast"^^xsd:string ; | 248 | + rdfs:comment "STEP 120 Transfer tvdStrengthForm"^^xsd:string ; |
| 258 | - sp:templates ([ sp:object _:b43 ; | 249 | + sp:templates ([ sp:object _:b41 ; |
| 259 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasDiaCsgLast> ; | 250 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdStrengthForm> ; |
| 260 | - sp:subject _:b44 | 251 | + sp:subject _:b42 |
| 261 | ]) ; | 252 | ]) ; |
| 262 | - sp:where ([ sp:object _:b45 ; | 253 | + sp:where ([ sp:object _:b43 ; |
| 263 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 254 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 264 | sp:subject spin:_this | 255 | sp:subject spin:_this |
| 265 | - ] [ sp:object _:b46 ; | 256 | + ] [ sp:object _:b44 ; |
| 266 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 257 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 267 | sp:subject spin:_this | 258 | sp:subject spin:_this |
| 268 | - ] [ sp:object _:b47 ; | 259 | + ] [ sp:object _:b45 ; |
| 269 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 260 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 270 | sp:subject spin:_this | 261 | sp:subject spin:_this |
| 271 | - ] [ sp:object _:b44 ; | 262 | + ] [ sp:object _:b42 ; |
| 272 | - sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; | 263 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 273 | - sp:subject _:b48 | 264 | + sp:subject _:b46 |
| 274 | - ] [ sp:object _:b43 ; | 265 | + ] [ sp:object _:b41 ; |
| 275 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasDiaCsgLast> ; | 266 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdStrengthForm> ; |
| 276 | - sp:subject _:b47 | 267 | + sp:subject _:b45 |
| 277 | ] [ rdf:type sp:Bind ; | 268 | ] [ rdf:type sp:Bind ; |
| 278 | sp:expression | 269 | sp:expression |
| 279 | [ rdf:type ep-spin-lib:normalizeString ; | 270 | [ rdf:type ep-spin-lib:normalizeString ; |
| 280 | - sp:arg1 _:b45 | 271 | + sp:arg1 _:b43 |
| 281 | ] ; | 272 | ] ; |
| 282 | - sp:variable _:b49 | 273 | + sp:variable _:b47 |
| 283 | ] [ rdf:type sp:Bind ; | 274 | ] [ rdf:type sp:Bind ; |
| 284 | sp:expression | 275 | sp:expression |
| 285 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 276 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 286 | - sp:arg1 _:b49 ; | 277 | + sp:arg1 _:b47 ; |
| 287 | - sp:arg2 _:b46 | 278 | + sp:arg2 _:b44 |
| 288 | ] ; | 279 | ] ; |
| 289 | - sp:variable _:b48 | 280 | + sp:variable _:b46 |
| 290 | ]) | 281 | ]) |
| 291 | ] ; | 282 | ] ; |
| 292 | spin:rule | 283 | spin:rule |
| 293 | [ rdf:type sp:Construct ; | 284 | [ rdf:type sp:Construct ; |
| 294 | - rdfs:comment "STEP 121 Transfer elevKelly"^^xsd:string ; | 285 | + rdfs:comment "STEP 125 Transfer presTestType"^^xsd:string ; |
| 295 | - sp:templates ([ sp:object _:b50 ; | 286 | + sp:templates ([ sp:object _:b48 ; |
| 296 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasElevKelly> ; | 287 | + sp:predicate iso15926:hasPart ; |
| 297 | - sp:subject _:b51 | 288 | + sp:subject _:b49 |
| 289 | + ] [ sp:object _:b50 ; | ||
| 290 | + sp:predicate rdf:type ; | ||
| 291 | + sp:subject _:b48 | ||
| 298 | ]) ; | 292 | ]) ; |
| 299 | - sp:where ([ sp:object _:b52 ; | 293 | + sp:where ([ sp:object _:b51 ; |
| 300 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 294 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 301 | sp:subject spin:_this | 295 | sp:subject spin:_this |
| 302 | - ] [ sp:object _:b53 ; | 296 | + ] [ sp:object _:b52 ; |
| 303 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 297 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 304 | sp:subject spin:_this | 298 | sp:subject spin:_this |
| 305 | - ] [ sp:object _:b54 ; | 299 | + ] [ sp:object _:b53 ; |
| 306 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 300 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 307 | sp:subject spin:_this | 301 | sp:subject spin:_this |
| 308 | - ] [ sp:object _:b51 ; | 302 | + ] [ sp:object _:b54 ; |
| 309 | - sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; | 303 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumPresTestType> ; |
| 310 | - sp:subject _:b55 | 304 | + sp:subject _:b53 |
| 311 | - ] [ sp:object _:b50 ; | 305 | + ] [ rdf:type sp:Bind ; |
| 312 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasElevKelly> ; | 306 | + sp:expression |
| 313 | - sp:subject _:b54 | 307 | + [ rdf:type ep-spin-lib:selectPressureTestType ; |
| 308 | + sp:arg1 _:b54 | ||
| 309 | + ] ; | ||
| 310 | + sp:variable _:b50 | ||
| 314 | ] [ rdf:type sp:Bind ; | 311 | ] [ rdf:type sp:Bind ; |
| 315 | sp:expression | 312 | sp:expression |
| 316 | [ rdf:type ep-spin-lib:normalizeString ; | 313 | [ rdf:type ep-spin-lib:normalizeString ; |
| 317 | - sp:arg1 _:b52 | 314 | + sp:arg1 _:b51 |
| 318 | ] ; | 315 | ] ; |
| 319 | - sp:variable _:b56 | 316 | + sp:variable _:b55 |
| 320 | ] [ rdf:type sp:Bind ; | 317 | ] [ rdf:type sp:Bind ; |
| 321 | sp:expression | 318 | sp:expression |
| 322 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 319 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 323 | - sp:arg1 _:b56 ; | 320 | + sp:arg1 _:b55 ; |
| 324 | - sp:arg2 _:b53 | 321 | + sp:arg2 _:b52 |
| 325 | ] ; | 322 | ] ; |
| 326 | - sp:variable _:b55 | 323 | + sp:variable _:b49 |
| 327 | ]) | 324 | ]) |
| 328 | ] ; | 325 | ] ; |
| 329 | spin:rule | 326 | spin:rule |
| 330 | [ rdf:type sp:Construct ; | 327 | [ rdf:type sp:Construct ; |
| 331 | - rdfs:comment "STEP 116 Transfer mdCsgLast"^^xsd:string ; | 328 | + rdfs:comment "STEP 112 Transfer diaHole"^^xsd:string ; |
| 332 | - sp:templates ([ sp:object _:b57 ; | 329 | + sp:templates ([ sp:object _:b56 ; |
| 333 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdCsgLast> ; | 330 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaHole> ; |
| 334 | - sp:subject _:b58 | 331 | + sp:subject _:b57 |
| 335 | ]) ; | 332 | ]) ; |
| 336 | - sp:where ([ sp:object _:b59 ; | 333 | + sp:where ([ sp:object _:b58 ; |
| 337 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 334 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 338 | sp:subject spin:_this | 335 | sp:subject spin:_this |
| 339 | - ] [ sp:object _:b60 ; | 336 | + ] [ sp:object _:b59 ; |
| 340 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 337 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 341 | sp:subject spin:_this | 338 | sp:subject spin:_this |
| 342 | - ] [ sp:object _:b61 ; | 339 | + ] [ sp:object _:b60 ; |
| 343 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 340 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 344 | sp:subject spin:_this | 341 | sp:subject spin:_this |
| 345 | - ] [ sp:object _:b58 ; | ||
| 346 | - sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; | ||
| 347 | - sp:subject _:b62 | ||
| 348 | ] [ sp:object _:b57 ; | 342 | ] [ sp:object _:b57 ; |
| 349 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdCsgLast> ; | 343 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 350 | sp:subject _:b61 | 344 | sp:subject _:b61 |
| 345 | + ] [ sp:object _:b56 ; | ||
| 346 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaHole> ; | ||
| 347 | + sp:subject _:b60 | ||
| 351 | ] [ rdf:type sp:Bind ; | 348 | ] [ rdf:type sp:Bind ; |
| 352 | sp:expression | 349 | sp:expression |
| 353 | [ rdf:type ep-spin-lib:normalizeString ; | 350 | [ rdf:type ep-spin-lib:normalizeString ; |
| 354 | - sp:arg1 _:b59 | 351 | + sp:arg1 _:b58 |
| 355 | ] ; | 352 | ] ; |
| 356 | - sp:variable _:b63 | 353 | + sp:variable _:b62 |
| 357 | ] [ rdf:type sp:Bind ; | 354 | ] [ rdf:type sp:Bind ; |
| 358 | sp:expression | 355 | sp:expression |
| 359 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 356 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 360 | - sp:arg1 _:b63 ; | 357 | + sp:arg1 _:b62 ; |
| 361 | - sp:arg2 _:b60 | 358 | + sp:arg2 _:b59 |
| 362 | ] ; | 359 | ] ; |
| 363 | - sp:variable _:b62 | 360 | + sp:variable _:b61 |
| 364 | ]) | 361 | ]) |
| 365 | ] ; | 362 | ] ; |
| 366 | spin:rule | 363 | spin:rule |
| 367 | [ rdf:type sp:Construct ; | 364 | [ rdf:type sp:Construct ; |
| 368 | - rdfs:comment "STEP 114 Transfer mdKickoff"^^xsd:string ; | 365 | + rdfs:comment "STEP 117 Transfer tvdCsgLast"^^xsd:string ; |
| 369 | - sp:templates ([ sp:object _:b64 ; | 366 | + sp:templates ([ sp:object _:b63 ; |
| 370 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdKickoff> ; | 367 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdCsgLast> ; |
| 371 | - sp:subject _:b65 | 368 | + sp:subject _:b64 |
| 372 | ]) ; | 369 | ]) ; |
| 373 | - sp:where ([ sp:object _:b66 ; | 370 | + sp:where ([ sp:object _:b65 ; |
| 374 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 371 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 375 | sp:subject spin:_this | 372 | sp:subject spin:_this |
| 376 | - ] [ sp:object _:b67 ; | 373 | + ] [ sp:object _:b66 ; |
| 377 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 374 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 378 | sp:subject spin:_this | 375 | sp:subject spin:_this |
| 379 | - ] [ sp:object _:b68 ; | 376 | + ] [ sp:object _:b67 ; |
| 380 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 377 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 381 | sp:subject spin:_this | 378 | sp:subject spin:_this |
| 382 | - ] [ sp:object _:b65 ; | ||
| 383 | - sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; | ||
| 384 | - sp:subject _:b69 | ||
| 385 | ] [ sp:object _:b64 ; | 379 | ] [ sp:object _:b64 ; |
| 386 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdKickoff> ; | 380 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 387 | sp:subject _:b68 | 381 | sp:subject _:b68 |
| 382 | + ] [ sp:object _:b63 ; | ||
| 383 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdCsgLast> ; | ||
| 384 | + sp:subject _:b67 | ||
| 388 | ] [ rdf:type sp:Bind ; | 385 | ] [ rdf:type sp:Bind ; |
| 389 | sp:expression | 386 | sp:expression |
| 390 | [ rdf:type ep-spin-lib:normalizeString ; | 387 | [ rdf:type ep-spin-lib:normalizeString ; |
| 391 | - sp:arg1 _:b66 | 388 | + sp:arg1 _:b65 |
| 392 | ] ; | 389 | ] ; |
| 393 | - sp:variable _:b70 | 390 | + sp:variable _:b69 |
| 394 | ] [ rdf:type sp:Bind ; | 391 | ] [ rdf:type sp:Bind ; |
| 395 | sp:expression | 392 | sp:expression |
| 396 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 393 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 397 | - sp:arg1 _:b70 ; | 394 | + sp:arg1 _:b69 ; |
| 398 | - sp:arg2 _:b67 | 395 | + sp:arg2 _:b66 |
| 399 | ] ; | 396 | ] ; |
| 400 | - sp:variable _:b69 | 397 | + sp:variable _:b68 |
| 401 | ]) | 398 | ]) |
| 402 | ] ; | 399 | ] ; |
| 403 | spin:rule | 400 | spin:rule |
| 404 | [ rdf:type sp:Construct ; | 401 | [ rdf:type sp:Construct ; |
| 405 | rdfs:comment "STEP 118 Transfer strengthForm"^^xsd:string ; | 402 | rdfs:comment "STEP 118 Transfer strengthForm"^^xsd:string ; |
| 406 | - sp:templates ([ sp:object _:b71 ; | 403 | + sp:templates ([ sp:object _:b70 ; |
| 407 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStrengthForm> ; | 404 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#strengthForm> ; |
| 408 | - sp:subject _:b72 | 405 | + sp:subject _:b71 |
| 409 | ]) ; | 406 | ]) ; |
| 410 | - sp:where ([ sp:object _:b73 ; | 407 | + sp:where ([ sp:object _:b72 ; |
| 411 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 408 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 412 | sp:subject spin:_this | 409 | sp:subject spin:_this |
| 413 | - ] [ sp:object _:b74 ; | 410 | + ] [ sp:object _:b73 ; |
| 414 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 411 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 415 | sp:subject spin:_this | 412 | sp:subject spin:_this |
| 416 | - ] [ sp:object _:b75 ; | 413 | + ] [ sp:object _:b74 ; |
| 417 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 414 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 418 | sp:subject spin:_this | 415 | sp:subject spin:_this |
| 419 | - ] [ sp:object _:b72 ; | ||
| 420 | - sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; | ||
| 421 | - sp:subject _:b76 | ||
| 422 | ] [ sp:object _:b71 ; | 416 | ] [ sp:object _:b71 ; |
| 423 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStrengthForm> ; | 417 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 424 | sp:subject _:b75 | 418 | sp:subject _:b75 |
| 419 | + ] [ sp:object _:b70 ; | ||
| 420 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#strengthForm> ; | ||
| 421 | + sp:subject _:b74 | ||
| 425 | ] [ rdf:type sp:Bind ; | 422 | ] [ rdf:type sp:Bind ; |
| 426 | sp:expression | 423 | sp:expression |
| 427 | [ rdf:type ep-spin-lib:normalizeString ; | 424 | [ rdf:type ep-spin-lib:normalizeString ; |
| 428 | - sp:arg1 _:b73 | 425 | + sp:arg1 _:b72 |
| 429 | ] ; | 426 | ] ; |
| 430 | - sp:variable _:b77 | 427 | + sp:variable _:b76 |
| 431 | ] [ rdf:type sp:Bind ; | 428 | ] [ rdf:type sp:Bind ; |
| 432 | sp:expression | 429 | sp:expression |
| 433 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 430 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 434 | - sp:arg1 _:b77 ; | 431 | + sp:arg1 _:b76 ; |
| 435 | - sp:arg2 _:b74 | 432 | + sp:arg2 _:b73 |
| 436 | ] ; | 433 | ] ; |
| 437 | - sp:variable _:b76 | 434 | + sp:variable _:b75 |
| 438 | ]) | 435 | ]) |
| 439 | ] ; | 436 | ] ; |
| 440 | spin:rule | 437 | spin:rule |
| 441 | [ rdf:type sp:Construct ; | 438 | [ rdf:type sp:Construct ; |
| 442 | - rdfs:comment "STEP 113 Transfer mdDiaHoleStart"^^xsd:string ; | 439 | + rdfs:comment "STEP 105 Transfer ropCurrent"^^xsd:string ; |
| 443 | - sp:templates ([ sp:object _:b78 ; | 440 | + sp:templates ([ sp:object _:b77 ; |
| 444 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdDiaHoleStart> ; | 441 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ropCurrent> ; |
| 445 | - sp:subject _:b79 | 442 | + sp:subject _:b78 |
| 446 | ]) ; | 443 | ]) ; |
| 447 | - sp:where ([ sp:object _:b80 ; | 444 | + sp:where ([ sp:object _:b79 ; |
| 448 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 445 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 449 | sp:subject spin:_this | 446 | sp:subject spin:_this |
| 450 | - ] [ sp:object _:b81 ; | 447 | + ] [ sp:object _:b80 ; |
| 451 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 448 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 452 | sp:subject spin:_this | 449 | sp:subject spin:_this |
| 453 | - ] [ sp:object _:b82 ; | 450 | + ] [ sp:object _:b81 ; |
| 454 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 451 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 455 | sp:subject spin:_this | 452 | sp:subject spin:_this |
| 456 | - ] [ sp:object _:b79 ; | 453 | + ] [ sp:object _:b77 ; |
| 457 | - sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; | 454 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ropCurrent> ; |
| 458 | - sp:subject _:b83 | 455 | + sp:subject _:b81 |
| 459 | - ] [ sp:object _:b78 ; | ||
| 460 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdDiaHoleStart> ; | ||
| 461 | - sp:subject _:b82 | ||
| 462 | ] [ rdf:type sp:Bind ; | 456 | ] [ rdf:type sp:Bind ; |
| 463 | sp:expression | 457 | sp:expression |
| 464 | [ rdf:type ep-spin-lib:normalizeString ; | 458 | [ rdf:type ep-spin-lib:normalizeString ; |
| 465 | - sp:arg1 _:b80 | 459 | + sp:arg1 _:b79 |
| 466 | ] ; | 460 | ] ; |
| 467 | - sp:variable _:b84 | 461 | + sp:variable _:b82 |
| 468 | ] [ rdf:type sp:Bind ; | 462 | ] [ rdf:type sp:Bind ; |
| 469 | sp:expression | 463 | sp:expression |
| 470 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 464 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 471 | - sp:arg1 _:b84 ; | 465 | + sp:arg1 _:b82 ; |
| 472 | - sp:arg2 _:b81 | 466 | + sp:arg2 _:b80 |
| 473 | ] ; | 467 | ] ; |
| 474 | - sp:variable _:b83 | 468 | + sp:variable _:b78 |
| 475 | ]) | 469 | ]) |
| 476 | ] ; | 470 | ] ; |
| 477 | spin:rule | 471 | spin:rule |
| 478 | [ rdf:type sp:Construct ; | 472 | [ rdf:type sp:Construct ; |
| 479 | - rdfs:comment "STEP 105 Transfer ropCurrent"^^xsd:string ; | 473 | + rdfs:comment "STEP 126 Transfer WellboreType"^^xsd:string ; |
| 480 | - sp:templates ([ sp:object _:b85 ; | 474 | + sp:templates ([ sp:object _:b83 ; |
| 481 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasRopCurrent> ; | 475 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreDrillingType> ; |
| 482 | - sp:subject _:b86 | 476 | + sp:subject _:b84 |
| 483 | ]) ; | 477 | ]) ; |
| 484 | - sp:where ([ sp:object _:b87 ; | 478 | + sp:where ([ sp:object _:b85 ; |
| 485 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 479 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 486 | sp:subject spin:_this | 480 | sp:subject spin:_this |
| 487 | - ] [ sp:object _:b88 ; | 481 | + ] [ sp:object _:b86 ; |
| 488 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 482 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 489 | sp:subject spin:_this | 483 | sp:subject spin:_this |
| 490 | - ] [ sp:object _:b89 ; | 484 | + ] [ sp:object _:b87 ; |
| 491 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 485 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 492 | sp:subject spin:_this | 486 | sp:subject spin:_this |
| 493 | - ] [ sp:object _:b85 ; | 487 | + ] [ sp:object _:b88 ; |
| 494 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasRopCurrent> ; | 488 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumTypeWellbore> ; |
| 495 | - sp:subject _:b89 | 489 | + sp:subject _:b87 |
| 490 | + ] [ rdf:type sp:Bind ; | ||
| 491 | + sp:expression | ||
| 492 | + [ rdf:type ep-spin-lib:selectWellBoreDrillingType ; | ||
| 493 | + sp:arg1 _:b88 | ||
| 494 | + ] ; | ||
| 495 | + sp:variable _:b83 | ||
| 496 | ] [ rdf:type sp:Bind ; | 496 | ] [ rdf:type sp:Bind ; |
| 497 | sp:expression | 497 | sp:expression |
| 498 | [ rdf:type ep-spin-lib:normalizeString ; | 498 | [ rdf:type ep-spin-lib:normalizeString ; |
| 499 | - sp:arg1 _:b87 | 499 | + sp:arg1 _:b85 |
| 500 | ] ; | 500 | ] ; |
| 501 | - sp:variable _:b90 | 501 | + sp:variable _:b89 |
| 502 | ] [ rdf:type sp:Bind ; | 502 | ] [ rdf:type sp:Bind ; |
| 503 | sp:expression | 503 | sp:expression |
| 504 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 504 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 505 | - sp:arg1 _:b90 ; | 505 | + sp:arg1 _:b89 ; |
| 506 | - sp:arg2 _:b88 | 506 | + sp:arg2 _:b86 |
| 507 | ] ; | 507 | ] ; |
| 508 | - sp:variable _:b86 | 508 | + sp:variable _:b84 |
| 509 | ]) | 509 | ]) |
| 510 | ] ; | 510 | ] ; |
| 511 | spin:rule | 511 | spin:rule |
| 512 | [ rdf:type sp:Construct ; | 512 | [ rdf:type sp:Construct ; |
| 513 | - rdfs:comment "STEP 110 Transfer tvd"^^xsd:string ; | 513 | + rdfs:comment "STEP 111 Transfer mdPlugTop"^^xsd:string ; |
| 514 | - sp:templates ([ sp:object _:b91 ; | 514 | + sp:templates ([ sp:object _:b90 ; |
| 515 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvd> ; | 515 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlugTop> ; |
| 516 | - sp:subject _:b92 | 516 | + sp:subject _:b91 |
| 517 | ]) ; | 517 | ]) ; |
| 518 | - sp:where ([ sp:object _:b93 ; | 518 | + sp:where ([ sp:object _:b92 ; |
| 519 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 519 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 520 | sp:subject spin:_this | 520 | sp:subject spin:_this |
| 521 | - ] [ sp:object _:b94 ; | 521 | + ] [ sp:object _:b93 ; |
| 522 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 522 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 523 | sp:subject spin:_this | 523 | sp:subject spin:_this |
| 524 | - ] [ sp:object _:b95 ; | 524 | + ] [ sp:object _:b94 ; |
| 525 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 525 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 526 | sp:subject spin:_this | 526 | sp:subject spin:_this |
| 527 | - ] [ sp:object _:b92 ; | ||
| 528 | - sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; | ||
| 529 | - sp:subject _:b96 | ||
| 530 | ] [ sp:object _:b91 ; | 527 | ] [ sp:object _:b91 ; |
| 531 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvd> ; | 528 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 532 | sp:subject _:b95 | 529 | sp:subject _:b95 |
| 530 | + ] [ sp:object _:b90 ; | ||
| 531 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlugTop> ; | ||
| 532 | + sp:subject _:b94 | ||
| 533 | ] [ rdf:type sp:Bind ; | 533 | ] [ rdf:type sp:Bind ; |
| 534 | sp:expression | 534 | sp:expression |
| 535 | [ rdf:type ep-spin-lib:normalizeString ; | 535 | [ rdf:type ep-spin-lib:normalizeString ; |
| 536 | - sp:arg1 _:b93 | 536 | + sp:arg1 _:b92 |
| 537 | ] ; | 537 | ] ; |
| 538 | - sp:variable _:b97 | 538 | + sp:variable _:b96 |
| 539 | ] [ rdf:type sp:Bind ; | 539 | ] [ rdf:type sp:Bind ; |
| 540 | sp:expression | 540 | sp:expression |
| 541 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 541 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 542 | - sp:arg1 _:b97 ; | 542 | + sp:arg1 _:b96 ; |
| 543 | - sp:arg2 _:b94 | 543 | + sp:arg2 _:b93 |
| 544 | ] ; | 544 | ] ; |
| 545 | - sp:variable _:b96 | 545 | + sp:variable _:b95 |
| 546 | ]) | 546 | ]) |
| 547 | ] ; | 547 | ] ; |
| 548 | spin:rule | 548 | spin:rule |
| 549 | [ rdf:type sp:Construct ; | 549 | [ rdf:type sp:Construct ; |
| 550 | - rdfs:comment "STEP 120 Transfer tvdStrengthForm"^^xsd:string ; | 550 | + rdfs:comment "STEP 114 Transfer mdKickoff"^^xsd:string ; |
| 551 | - sp:templates ([ sp:object _:b98 ; | 551 | + sp:templates ([ sp:object _:b97 ; |
| 552 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvdStrengthForm> ; | 552 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdKickoff> ; |
| 553 | - sp:subject _:b99 | 553 | + sp:subject _:b98 |
| 554 | ]) ; | 554 | ]) ; |
| 555 | - sp:where ([ sp:object _:b100 ; | 555 | + sp:where ([ sp:object _:b99 ; |
| 556 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 556 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 557 | sp:subject spin:_this | 557 | sp:subject spin:_this |
| 558 | - ] [ sp:object _:b101 ; | 558 | + ] [ sp:object _:b100 ; |
| 559 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 559 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 560 | sp:subject spin:_this | 560 | sp:subject spin:_this |
| 561 | - ] [ sp:object _:b102 ; | 561 | + ] [ sp:object _:b101 ; |
| 562 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 562 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 563 | sp:subject spin:_this | 563 | sp:subject spin:_this |
| 564 | - ] [ sp:object _:b99 ; | ||
| 565 | - sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; | ||
| 566 | - sp:subject _:b103 | ||
| 567 | ] [ sp:object _:b98 ; | 564 | ] [ sp:object _:b98 ; |
| 568 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvdStrengthForm> ; | 565 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 569 | sp:subject _:b102 | 566 | sp:subject _:b102 |
| 567 | + ] [ sp:object _:b97 ; | ||
| 568 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdKickoff> ; | ||
| 569 | + sp:subject _:b101 | ||
| 570 | ] [ rdf:type sp:Bind ; | 570 | ] [ rdf:type sp:Bind ; |
| 571 | sp:expression | 571 | sp:expression |
| 572 | [ rdf:type ep-spin-lib:normalizeString ; | 572 | [ rdf:type ep-spin-lib:normalizeString ; |
| 573 | - sp:arg1 _:b100 | 573 | + sp:arg1 _:b99 |
| 574 | ] ; | 574 | ] ; |
| 575 | - sp:variable _:b104 | 575 | + sp:variable _:b103 |
| 576 | ] [ rdf:type sp:Bind ; | 576 | ] [ rdf:type sp:Bind ; |
| 577 | sp:expression | 577 | sp:expression |
| 578 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 578 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 579 | - sp:arg1 _:b104 ; | 579 | + sp:arg1 _:b103 ; |
| 580 | - sp:arg2 _:b101 | 580 | + sp:arg2 _:b100 |
| 581 | ] ; | 581 | ] ; |
| 582 | - sp:variable _:b103 | 582 | + sp:variable _:b102 |
| 583 | ]) | 583 | ]) |
| 584 | ] ; | 584 | ] ; |
| 585 | spin:rule | 585 | spin:rule |
| 586 | [ rdf:type sp:Construct ; | 586 | [ rdf:type sp:Construct ; |
| 587 | - rdfs:comment "STEP 107 Transfer sum24Hr"^^xsd:string ; | 587 | + rdfs:comment "STEP 116 Transfer mdCsgLast"^^xsd:string ; |
| 588 | - sp:templates ([ sp:object _:b105 ; | 588 | + sp:templates ([ sp:object _:b104 ; |
| 589 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ; | 589 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdCsgLast> ; |
| 590 | - sp:subject _:b106 | 590 | + sp:subject _:b105 |
| 591 | ]) ; | 591 | ]) ; |
| 592 | - sp:where ([ sp:object _:b107 ; | 592 | + sp:where ([ sp:object _:b106 ; |
| 593 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 593 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 594 | sp:subject spin:_this | 594 | sp:subject spin:_this |
| 595 | - ] [ sp:object _:b108 ; | 595 | + ] [ sp:object _:b107 ; |
| 596 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 596 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 597 | sp:subject spin:_this | 597 | sp:subject spin:_this |
| 598 | - ] [ sp:object _:b109 ; | 598 | + ] [ sp:object _:b108 ; |
| 599 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 599 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 600 | sp:subject spin:_this | 600 | sp:subject spin:_this |
| 601 | ] [ sp:object _:b105 ; | 601 | ] [ sp:object _:b105 ; |
| 602 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ; | 602 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 603 | sp:subject _:b109 | 603 | sp:subject _:b109 |
| 604 | + ] [ sp:object _:b104 ; | ||
| 605 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdCsgLast> ; | ||
| 606 | + sp:subject _:b108 | ||
| 604 | ] [ rdf:type sp:Bind ; | 607 | ] [ rdf:type sp:Bind ; |
| 605 | sp:expression | 608 | sp:expression |
| 606 | [ rdf:type ep-spin-lib:normalizeString ; | 609 | [ rdf:type ep-spin-lib:normalizeString ; |
| 607 | - sp:arg1 _:b107 | 610 | + sp:arg1 _:b106 |
| 608 | ] ; | 611 | ] ; |
| 609 | sp:variable _:b110 | 612 | sp:variable _:b110 |
| 610 | ] [ rdf:type sp:Bind ; | 613 | ] [ rdf:type sp:Bind ; |
| 611 | sp:expression | 614 | sp:expression |
| 612 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 615 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 613 | sp:arg1 _:b110 ; | 616 | sp:arg1 _:b110 ; |
| 614 | - sp:arg2 _:b108 | 617 | + sp:arg2 _:b107 |
| 615 | ] ; | 618 | ] ; |
| 616 | - sp:variable _:b106 | 619 | + sp:variable _:b109 |
| 617 | ]) | 620 | ]) |
| 618 | ] ; | 621 | ] ; |
| 619 | spin:rule | 622 | spin:rule |
| 620 | [ rdf:type sp:Construct ; | 623 | [ rdf:type sp:Construct ; |
| 621 | - rdfs:comment "STEP 124 Transfer mdPlanned"^^xsd:string ; | 624 | + rdfs:comment "STEP 121 Transfer elevKelly"^^xsd:string ; |
| 622 | sp:templates ([ sp:object _:b111 ; | 625 | sp:templates ([ sp:object _:b111 ; |
| 623 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdPlanned> ; | 626 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#elevKelly> ; |
| 624 | sp:subject _:b112 | 627 | sp:subject _:b112 |
| 625 | ]) ; | 628 | ]) ; |
| 626 | sp:where ([ sp:object _:b113 ; | 629 | sp:where ([ sp:object _:b113 ; |
| ... | @@ -629,157 +632,147 @@ | ... | @@ -629,157 +632,147 @@ |
| 629 | ] [ sp:object _:b114 ; | 632 | ] [ sp:object _:b114 ; |
| 630 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 633 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 631 | sp:subject spin:_this | 634 | sp:subject spin:_this |
| 632 | - ] [ sp:object | 635 | + ] [ sp:object _:b115 ; |
| 633 | - [ sp:varName "statusInfo"^^xsd:string | 636 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 634 | - ] ; | ||
| 635 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | ||
| 636 | sp:subject spin:_this | 637 | sp:subject spin:_this |
| 637 | ] [ sp:object _:b112 ; | 638 | ] [ sp:object _:b112 ; |
| 638 | - sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; | 639 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 639 | - sp:subject _:b115 | 640 | + sp:subject _:b116 |
| 640 | ] [ sp:object _:b111 ; | 641 | ] [ sp:object _:b111 ; |
| 641 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdPlanned> ; | 642 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#elevKelly> ; |
| 642 | - sp:subject | 643 | + sp:subject _:b115 |
| 643 | - [ sp:varName "statusInfoddr"^^xsd:string | ||
| 644 | - ] | ||
| 645 | ] [ rdf:type sp:Bind ; | 644 | ] [ rdf:type sp:Bind ; |
| 646 | sp:expression | 645 | sp:expression |
| 647 | [ rdf:type ep-spin-lib:normalizeString ; | 646 | [ rdf:type ep-spin-lib:normalizeString ; |
| 648 | sp:arg1 _:b113 | 647 | sp:arg1 _:b113 |
| 649 | ] ; | 648 | ] ; |
| 650 | - sp:variable _:b116 | 649 | + sp:variable _:b117 |
| 651 | ] [ rdf:type sp:Bind ; | 650 | ] [ rdf:type sp:Bind ; |
| 652 | sp:expression | 651 | sp:expression |
| 653 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 652 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 654 | - sp:arg1 _:b116 ; | 653 | + sp:arg1 _:b117 ; |
| 655 | sp:arg2 _:b114 | 654 | sp:arg2 _:b114 |
| 656 | ] ; | 655 | ] ; |
| 657 | - sp:variable _:b115 | 656 | + sp:variable _:b116 |
| 658 | ]) | 657 | ]) |
| 659 | ] ; | 658 | ] ; |
| 660 | spin:rule | 659 | spin:rule |
| 661 | [ rdf:type sp:Construct ; | 660 | [ rdf:type sp:Construct ; |
| 662 | - rdfs:comment "STEP 123 Transfer tvdDiaPilotPlan"^^xsd:string ; | 661 | + rdfs:comment "STEP 115 Transfer diaCsgLast"^^xsd:string ; |
| 663 | - sp:templates ([ sp:object _:b117 ; | 662 | + sp:templates ([ sp:object _:b118 ; |
| 664 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvdDiaPilotPlan> ; | 663 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaCsgLast> ; |
| 665 | - sp:subject _:b118 | 664 | + sp:subject _:b119 |
| 666 | ]) ; | 665 | ]) ; |
| 667 | - sp:where ([ sp:object _:b119 ; | 666 | + sp:where ([ sp:object _:b120 ; |
| 668 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 667 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 669 | sp:subject spin:_this | 668 | sp:subject spin:_this |
| 670 | - ] [ sp:object _:b120 ; | 669 | + ] [ sp:object _:b121 ; |
| 671 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 670 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 672 | sp:subject spin:_this | 671 | sp:subject spin:_this |
| 673 | - ] [ sp:object | 672 | + ] [ sp:object _:b122 ; |
| 674 | - [ sp:varName "statusInfo"^^xsd:string | 673 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 675 | - ] ; | ||
| 676 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | ||
| 677 | sp:subject spin:_this | 674 | sp:subject spin:_this |
| 675 | + ] [ sp:object _:b119 ; | ||
| 676 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 677 | + sp:subject _:b123 | ||
| 678 | ] [ sp:object _:b118 ; | 678 | ] [ sp:object _:b118 ; |
| 679 | - sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; | 679 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaCsgLast> ; |
| 680 | - sp:subject _:b121 | 680 | + sp:subject _:b122 |
| 681 | - ] [ sp:object _:b117 ; | ||
| 682 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvdDiaPilotPlan> ; | ||
| 683 | - sp:subject | ||
| 684 | - [ sp:varName "statusInfoddr"^^xsd:string | ||
| 685 | - ] | ||
| 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 _:b119 | 684 | + sp:arg1 _:b120 |
| 690 | ] ; | 685 | ] ; |
| 691 | - sp:variable _:b122 | 686 | + sp:variable _:b124 |
| 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 _:b122 ; | 690 | + sp:arg1 _:b124 ; |
| 696 | - sp:arg2 _:b120 | 691 | + sp:arg2 _:b121 |
| 697 | ] ; | 692 | ] ; |
| 698 | - sp:variable _:b121 | 693 | + sp:variable _:b123 |
| 699 | ]) | 694 | ]) |
| 700 | ] ; | 695 | ] ; |
| 701 | spin:rule | 696 | spin:rule |
| 702 | [ rdf:type sp:Construct ; | 697 | [ rdf:type sp:Construct ; |
| 703 | - rdfs:comment "STEP 126 Transfer WellboreType"^^xsd:string ; | 698 | + rdfs:comment "STEP 124 Transfer mdPlanned"^^xsd:string ; |
| 704 | - sp:templates ([ sp:object _:b123 ; | 699 | + sp:templates ([ sp:object _:b125 ; |
| 705 | - sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#wellBoreDrillingType> ; | 700 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlanned> ; |
| 706 | - sp:subject _:b124 | 701 | + sp:subject _:b126 |
| 707 | ]) ; | 702 | ]) ; |
| 708 | - sp:where ([ sp:object _:b125 ; | 703 | + sp:where ([ sp:object _:b127 ; |
| 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 _:b126 ; | 706 | + ] [ sp:object _:b128 ; |
| 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 _:b127 ; | 709 | + ] [ sp:object |
| 715 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 710 | + [ sp:varName "statusInfo"^^xsd:string |
| 716 | - sp:subject spin:_this | ||
| 717 | - ] [ sp:object _:b128 ; | ||
| 718 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTypeWellbore> ; | ||
| 719 | - sp:subject _:b127 | ||
| 720 | - ] [ rdf:type sp:Bind ; | ||
| 721 | - sp:expression | ||
| 722 | - [ rdf:type ep-spin-lib:selectWellBoreDrillingType ; | ||
| 723 | - sp:arg1 _:b128 | ||
| 724 | ] ; | 711 | ] ; |
| 725 | - sp:variable _:b123 | 712 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 713 | + sp:subject spin:_this | ||
| 714 | + ] [ sp:object _:b126 ; | ||
| 715 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 716 | + sp:subject _:b129 | ||
| 717 | + ] [ sp:object _:b125 ; | ||
| 718 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlanned> ; | ||
| 719 | + sp:subject | ||
| 720 | + [ sp:varName "statusInfoddr"^^xsd:string | ||
| 721 | + ] | ||
| 726 | ] [ rdf:type sp:Bind ; | 722 | ] [ rdf:type sp:Bind ; |
| 727 | sp:expression | 723 | sp:expression |
| 728 | [ rdf:type ep-spin-lib:normalizeString ; | 724 | [ rdf:type ep-spin-lib:normalizeString ; |
| 729 | - sp:arg1 _:b125 | 725 | + sp:arg1 _:b127 |
| 730 | ] ; | 726 | ] ; |
| 731 | - sp:variable _:b129 | 727 | + sp:variable _:b130 |
| 732 | ] [ rdf:type sp:Bind ; | 728 | ] [ rdf:type sp:Bind ; |
| 733 | sp:expression | 729 | sp:expression |
| 734 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 730 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 735 | - sp:arg1 _:b129 ; | 731 | + sp:arg1 _:b130 ; |
| 736 | - sp:arg2 _:b126 | 732 | + sp:arg2 _:b128 |
| 737 | ] ; | 733 | ] ; |
| 738 | - sp:variable _:b124 | 734 | + sp:variable _:b129 |
| 739 | ]) | 735 | ]) |
| 740 | ] ; | 736 | ] ; |
| 741 | spin:rule | 737 | spin:rule |
| 742 | [ rdf:type sp:Construct ; | 738 | [ rdf:type sp:Construct ; |
| 743 | - rdfs:comment "STEP 119 Transfer mdStrengthForm"^^xsd:string ; | 739 | + rdfs:comment "STEP 108 Transfer forecast24Hr"^^xsd:string ; |
| 744 | - sp:templates ([ sp:object _:b130 ; | 740 | + sp:templates ([ sp:object _:b131 ; |
| 745 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdStrengthForm> ; | 741 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ; |
| 746 | - sp:subject _:b131 | 742 | + sp:subject _:b132 |
| 747 | ]) ; | 743 | ]) ; |
| 748 | - sp:where ([ sp:object _:b132 ; | 744 | + sp:where ([ sp:object _:b133 ; |
| 749 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 745 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 750 | sp:subject spin:_this | 746 | sp:subject spin:_this |
| 751 | - ] [ sp:object _:b133 ; | 747 | + ] [ sp:object _:b134 ; |
| 752 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 748 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 753 | sp:subject spin:_this | 749 | sp:subject spin:_this |
| 754 | - ] [ sp:object _:b134 ; | 750 | + ] [ sp:object _:b135 ; |
| 755 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 751 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 756 | sp:subject spin:_this | 752 | sp:subject spin:_this |
| 757 | ] [ sp:object _:b131 ; | 753 | ] [ sp:object _:b131 ; |
| 758 | - sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; | 754 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ; |
| 759 | sp:subject _:b135 | 755 | sp:subject _:b135 |
| 760 | - ] [ sp:object _:b130 ; | ||
| 761 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdStrengthForm> ; | ||
| 762 | - sp:subject _:b134 | ||
| 763 | ] [ rdf:type sp:Bind ; | 756 | ] [ rdf:type sp:Bind ; |
| 764 | sp:expression | 757 | sp:expression |
| 765 | [ rdf:type ep-spin-lib:normalizeString ; | 758 | [ rdf:type ep-spin-lib:normalizeString ; |
| 766 | - sp:arg1 _:b132 | 759 | + sp:arg1 _:b133 |
| 767 | ] ; | 760 | ] ; |
| 768 | sp:variable _:b136 | 761 | sp:variable _:b136 |
| 769 | ] [ rdf:type sp:Bind ; | 762 | ] [ rdf:type sp:Bind ; |
| 770 | sp:expression | 763 | sp:expression |
| 771 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 764 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 772 | sp:arg1 _:b136 ; | 765 | sp:arg1 _:b136 ; |
| 773 | - sp:arg2 _:b133 | 766 | + sp:arg2 _:b134 |
| 774 | ] ; | 767 | ] ; |
| 775 | - sp:variable _:b135 | 768 | + sp:variable _:b132 |
| 776 | ]) | 769 | ]) |
| 777 | ] ; | 770 | ] ; |
| 778 | spin:rule | 771 | spin:rule |
| 779 | [ rdf:type sp:Construct ; | 772 | [ rdf:type sp:Construct ; |
| 780 | - rdfs:comment "STEP 117 Transfer tvdCsgLast"^^xsd:string ; | 773 | + rdfs:comment "STEP 123 Transfer tvdDiaPilotPlan"^^xsd:string ; |
| 781 | sp:templates ([ sp:object _:b137 ; | 774 | sp:templates ([ sp:object _:b137 ; |
| 782 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvdCsgLast> ; | 775 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdDiaPilotPlan> ; |
| 783 | sp:subject _:b138 | 776 | sp:subject _:b138 |
| 784 | ]) ; | 777 | ]) ; |
| 785 | sp:where ([ sp:object _:b139 ; | 778 | sp:where ([ sp:object _:b139 ; |
| ... | @@ -788,62 +781,69 @@ | ... | @@ -788,62 +781,69 @@ |
| 788 | ] [ sp:object _:b140 ; | 781 | ] [ sp:object _:b140 ; |
| 789 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 782 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 790 | sp:subject spin:_this | 783 | sp:subject spin:_this |
| 791 | - ] [ sp:object _:b141 ; | 784 | + ] [ sp:object |
| 792 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 785 | + [ sp:varName "statusInfo"^^xsd:string |
| 786 | + ] ; | ||
| 787 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | ||
| 793 | sp:subject spin:_this | 788 | sp:subject spin:_this |
| 794 | ] [ sp:object _:b138 ; | 789 | ] [ sp:object _:b138 ; |
| 795 | - sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ; | 790 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 796 | - sp:subject _:b142 | ||
| 797 | - ] [ sp:object _:b137 ; | ||
| 798 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvdCsgLast> ; | ||
| 799 | sp:subject _:b141 | 791 | sp:subject _:b141 |
| 792 | + ] [ sp:object _:b137 ; | ||
| 793 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdDiaPilotPlan> ; | ||
| 794 | + sp:subject | ||
| 795 | + [ sp:varName "statusInfoddr"^^xsd:string | ||
| 796 | + ] | ||
| 800 | ] [ rdf:type sp:Bind ; | 797 | ] [ rdf:type sp:Bind ; |
| 801 | sp:expression | 798 | sp:expression |
| 802 | [ rdf:type ep-spin-lib:normalizeString ; | 799 | [ rdf:type ep-spin-lib:normalizeString ; |
| 803 | sp:arg1 _:b139 | 800 | sp:arg1 _:b139 |
| 804 | ] ; | 801 | ] ; |
| 805 | - sp:variable _:b143 | 802 | + sp:variable _:b142 |
| 806 | ] [ rdf:type sp:Bind ; | 803 | ] [ rdf:type sp:Bind ; |
| 807 | sp:expression | 804 | sp:expression |
| 808 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 805 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 809 | - sp:arg1 _:b143 ; | 806 | + sp:arg1 _:b142 ; |
| 810 | sp:arg2 _:b140 | 807 | sp:arg2 _:b140 |
| 811 | ] ; | 808 | ] ; |
| 812 | - sp:variable _:b142 | 809 | + sp:variable _:b141 |
| 813 | ]) | 810 | ]) |
| 814 | ] ; | 811 | ] ; |
| 815 | spin:rule | 812 | spin:rule |
| 816 | [ rdf:type sp:Construct ; | 813 | [ rdf:type sp:Construct ; |
| 817 | - rdfs:comment "STEP 108 Transfer forecast24Hr"^^xsd:string ; | 814 | + rdfs:comment "STEP 119 Transfer mdStrengthForm"^^xsd:string ; |
| 818 | - sp:templates ([ sp:object _:b144 ; | 815 | + sp:templates ([ sp:object _:b143 ; |
| 819 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ; | 816 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdStrengthForm> ; |
| 820 | - sp:subject _:b145 | 817 | + sp:subject _:b144 |
| 821 | ]) ; | 818 | ]) ; |
| 822 | - sp:where ([ sp:object _:b146 ; | 819 | + sp:where ([ sp:object _:b145 ; |
| 823 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 820 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 824 | sp:subject spin:_this | 821 | sp:subject spin:_this |
| 825 | - ] [ sp:object _:b147 ; | 822 | + ] [ sp:object _:b146 ; |
| 826 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 823 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 827 | sp:subject spin:_this | 824 | sp:subject spin:_this |
| 828 | - ] [ sp:object _:b148 ; | 825 | + ] [ sp:object _:b147 ; |
| 829 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ; | 826 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 830 | sp:subject spin:_this | 827 | sp:subject spin:_this |
| 831 | ] [ sp:object _:b144 ; | 828 | ] [ sp:object _:b144 ; |
| 832 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ; | 829 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 833 | sp:subject _:b148 | 830 | sp:subject _:b148 |
| 831 | + ] [ sp:object _:b143 ; | ||
| 832 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdStrengthForm> ; | ||
| 833 | + sp:subject _:b147 | ||
| 834 | ] [ rdf:type sp:Bind ; | 834 | ] [ rdf:type sp:Bind ; |
| 835 | sp:expression | 835 | sp:expression |
| 836 | [ rdf:type ep-spin-lib:normalizeString ; | 836 | [ rdf:type ep-spin-lib:normalizeString ; |
| 837 | - sp:arg1 _:b146 | 837 | + sp:arg1 _:b145 |
| 838 | ] ; | 838 | ] ; |
| 839 | sp:variable _:b149 | 839 | sp:variable _:b149 |
| 840 | ] [ rdf:type sp:Bind ; | 840 | ] [ rdf:type sp:Bind ; |
| 841 | sp:expression | 841 | sp:expression |
| 842 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 842 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 843 | sp:arg1 _:b149 ; | 843 | sp:arg1 _:b149 ; |
| 844 | - sp:arg2 _:b147 | 844 | + sp:arg2 _:b146 |
| 845 | ] ; | 845 | ] ; |
| 846 | - sp:variable _:b145 | 846 | + sp:variable _:b148 |
| 847 | ]) | 847 | ]) |
| 848 | ] . | 848 | ] . |
| 849 | 849 | ||
| ... | @@ -852,438 +852,437 @@ | ... | @@ -852,438 +852,437 @@ |
| 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> ; | 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> ; |
| 853 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 853 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 854 | 854 | ||
| 855 | -_:b105 | 855 | +_:b85 |
| 856 | - sp:varName "sum24Hr"^^xsd:string . | ||
| 857 | - | ||
| 858 | -_:b106 | ||
| 859 | - sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 860 | - | ||
| 861 | -_:b107 | ||
| 862 | sp:varName "nameWellBore"^^xsd:string . | 856 | sp:varName "nameWellBore"^^xsd:string . |
| 863 | 857 | ||
| 864 | -_:b108 | 858 | +_:b86 |
| 865 | sp:varName "dTimStart"^^xsd:string . | 859 | sp:varName "dTimStart"^^xsd:string . |
| 866 | 860 | ||
| 867 | -_:b109 | 861 | +_:b87 |
| 868 | sp:varName "statusInfo"^^xsd:string . | 862 | sp:varName "statusInfo"^^xsd:string . |
| 869 | 863 | ||
| 870 | -_:b110 | 864 | +_:b88 |
| 871 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 865 | + sp:varName "typeWellBore"^^xsd:string . |
| 872 | 866 | ||
| 873 | -_:b15 | 867 | +_:b83 |
| 874 | - sp:varName "mdDiaPilotPlan"^^xsd:string . | 868 | + sp:varName "wellBoreDrillingType"^^xsd:string . |
| 875 | 869 | ||
| 876 | -_:b16 | 870 | +_:b89 |
| 877 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 871 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 878 | 872 | ||
| 879 | -_:b17 | 873 | +_:b84 |
| 874 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 875 | + | ||
| 876 | +_:b127 | ||
| 880 | sp:varName "nameWellBore"^^xsd:string . | 877 | sp:varName "nameWellBore"^^xsd:string . |
| 881 | 878 | ||
| 882 | -_:b18 | 879 | +_:b128 |
| 883 | sp:varName "dTimStart"^^xsd:string . | 880 | sp:varName "dTimStart"^^xsd:string . |
| 884 | 881 | ||
| 885 | -_:b19 | 882 | +_:b129 |
| 886 | - sp:varName "statusInfo"^^xsd:string . | ||
| 887 | - | ||
| 888 | -_:b20 | ||
| 889 | sp:varName "dailyDrillingActivity"^^xsd:string . | 883 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 890 | 884 | ||
| 891 | -_:b21 | 885 | +_:b126 |
| 892 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 886 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 893 | 887 | ||
| 894 | -_:b91 | 888 | +_:b125 |
| 895 | - sp:varName "tvd"^^xsd:string . | 889 | + sp:varName "mdPlanned"^^xsd:string . |
| 896 | 890 | ||
| 897 | -_:b92 | 891 | +_:b130 |
| 898 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 892 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 899 | 893 | ||
| 900 | -_:b93 | 894 | +_:b139 |
| 901 | sp:varName "nameWellBore"^^xsd:string . | 895 | sp:varName "nameWellBore"^^xsd:string . |
| 902 | 896 | ||
| 903 | -_:b94 | 897 | +_:b140 |
| 904 | sp:varName "dTimStart"^^xsd:string . | 898 | sp:varName "dTimStart"^^xsd:string . |
| 905 | 899 | ||
| 906 | -_:b95 | 900 | +_:b141 |
| 907 | - sp:varName "statusInfo"^^xsd:string . | ||
| 908 | - | ||
| 909 | -_:b96 | ||
| 910 | sp:varName "dailyDrillingActivity"^^xsd:string . | 901 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 911 | 902 | ||
| 912 | -_:b97 | 903 | +_:b138 |
| 913 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 904 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 914 | 905 | ||
| 915 | _:b137 | 906 | _:b137 |
| 916 | - sp:varName "tvdCsgLast"^^xsd:string . | 907 | + sp:varName "tvdDiaPilotPlan"^^xsd:string . |
| 917 | 908 | ||
| 918 | -_:b138 | 909 | +_:b142 |
| 919 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 910 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 920 | 911 | ||
| 921 | -_:b139 | 912 | +_:b29 |
| 922 | sp:varName "nameWellBore"^^xsd:string . | 913 | sp:varName "nameWellBore"^^xsd:string . |
| 923 | 914 | ||
| 924 | -_:b140 | 915 | +_:b30 |
| 925 | sp:varName "dTimStart"^^xsd:string . | 916 | sp:varName "dTimStart"^^xsd:string . |
| 926 | 917 | ||
| 927 | -_:b141 | 918 | +_:b31 |
| 928 | sp:varName "statusInfo"^^xsd:string . | 919 | sp:varName "statusInfo"^^xsd:string . |
| 929 | 920 | ||
| 930 | -_:b142 | 921 | +_:b32 |
| 931 | sp:varName "dailyDrillingActivity"^^xsd:string . | 922 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 932 | 923 | ||
| 933 | -_:b143 | 924 | +_:b28 |
| 934 | - sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 935 | - | ||
| 936 | -_:b117 | ||
| 937 | - sp:varName "tvdDiaPilotPlan"^^xsd:string . | ||
| 938 | - | ||
| 939 | -_:b118 | ||
| 940 | sp:varName "temporalPartOfAWellBore"^^xsd:string . | 925 | sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 941 | 926 | ||
| 942 | -_:b119 | 927 | +_:b27 |
| 943 | - sp:varName "nameWellBore"^^xsd:string . | 928 | + sp:varName "mdDiaPilotPlan"^^xsd:string . |
| 944 | - | ||
| 945 | -_:b120 | ||
| 946 | - sp:varName "dTimStart"^^xsd:string . | ||
| 947 | - | ||
| 948 | -_:b121 | ||
| 949 | - sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 950 | 929 | ||
| 951 | -_:b122 | 930 | +_:b33 |
| 952 | sp:varName "normalizedWellBoreName"^^xsd:string . | 931 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 953 | 932 | ||
| 954 | -_:b36 | 933 | +_:b113 |
| 955 | - sp:varName "diaHole"^^xsd:string . | ||
| 956 | - | ||
| 957 | -_:b37 | ||
| 958 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 959 | - | ||
| 960 | -_:b38 | ||
| 961 | sp:varName "nameWellBore"^^xsd:string . | 934 | sp:varName "nameWellBore"^^xsd:string . |
| 962 | 935 | ||
| 963 | -_:b39 | 936 | +_:b114 |
| 964 | sp:varName "dTimStart"^^xsd:string . | 937 | sp:varName "dTimStart"^^xsd:string . |
| 965 | 938 | ||
| 966 | -_:b40 | 939 | +_:b115 |
| 967 | sp:varName "statusInfo"^^xsd:string . | 940 | sp:varName "statusInfo"^^xsd:string . |
| 968 | 941 | ||
| 969 | -_:b41 | 942 | +_:b116 |
| 970 | sp:varName "dailyDrillingActivity"^^xsd:string . | 943 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 971 | 944 | ||
| 972 | -_:b42 | 945 | +_:b112 |
| 973 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 946 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 974 | 947 | ||
| 975 | -_:b43 | 948 | +_:b111 |
| 976 | - sp:varName "diaCsgLast"^^xsd:string . | 949 | + sp:varName "elevKelly"^^xsd:string . |
| 977 | 950 | ||
| 978 | -_:b44 | 951 | +_:b117 |
| 979 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 952 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 980 | 953 | ||
| 981 | -_:b45 | 954 | +_:b43 |
| 982 | sp:varName "nameWellBore"^^xsd:string . | 955 | sp:varName "nameWellBore"^^xsd:string . |
| 983 | 956 | ||
| 984 | -_:b46 | 957 | +_:b44 |
| 985 | sp:varName "dTimStart"^^xsd:string . | 958 | sp:varName "dTimStart"^^xsd:string . |
| 986 | 959 | ||
| 987 | -_:b47 | 960 | +_:b45 |
| 988 | sp:varName "statusInfo"^^xsd:string . | 961 | sp:varName "statusInfo"^^xsd:string . |
| 989 | 962 | ||
| 990 | -_:b48 | 963 | +_:b46 |
| 991 | sp:varName "dailyDrillingActivity"^^xsd:string . | 964 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 992 | 965 | ||
| 993 | -_:b49 | 966 | +_:b42 |
| 994 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 967 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 995 | 968 | ||
| 996 | -_:b123 | 969 | +_:b41 |
| 997 | - sp:varName "wellBoreDrillingType"^^xsd:string . | 970 | + sp:varName "tvdStrengthForm"^^xsd:string . |
| 998 | 971 | ||
| 999 | -_:b124 | 972 | +_:b47 |
| 1000 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 973 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1001 | 974 | ||
| 1002 | -_:b125 | 975 | +_:b145 |
| 1003 | sp:varName "nameWellBore"^^xsd:string . | 976 | sp:varName "nameWellBore"^^xsd:string . |
| 1004 | 977 | ||
| 1005 | -_:b126 | 978 | +_:b146 |
| 1006 | sp:varName "dTimStart"^^xsd:string . | 979 | sp:varName "dTimStart"^^xsd:string . |
| 1007 | 980 | ||
| 1008 | -_:b127 | 981 | +_:b147 |
| 1009 | sp:varName "statusInfo"^^xsd:string . | 982 | sp:varName "statusInfo"^^xsd:string . |
| 1010 | 983 | ||
| 1011 | -_:b128 | 984 | +_:b148 |
| 1012 | - sp:varName "typeWellBore"^^xsd:string . | 985 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1013 | 986 | ||
| 1014 | -_:b129 | 987 | +_:b144 |
| 1015 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 988 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1016 | 989 | ||
| 1017 | -_:b22 | 990 | +_:b143 |
| 1018 | - sp:varName "md"^^xsd:string . | 991 | + sp:varName "mdStrengthForm"^^xsd:string . |
| 1019 | 992 | ||
| 1020 | -_:b23 | 993 | +_:b149 |
| 1021 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 994 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1022 | 995 | ||
| 1023 | -_:b24 | 996 | +_:b72 |
| 1024 | sp:varName "nameWellBore"^^xsd:string . | 997 | sp:varName "nameWellBore"^^xsd:string . |
| 1025 | 998 | ||
| 1026 | -_:b25 | 999 | +_:b73 |
| 1027 | sp:varName "dTimStart"^^xsd:string . | 1000 | sp:varName "dTimStart"^^xsd:string . |
| 1028 | 1001 | ||
| 1029 | -_:b26 | 1002 | +_:b74 |
| 1030 | sp:varName "statusInfo"^^xsd:string . | 1003 | sp:varName "statusInfo"^^xsd:string . |
| 1031 | 1004 | ||
| 1032 | -_:b27 | 1005 | +_:b75 |
| 1033 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1006 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1034 | 1007 | ||
| 1035 | -_:b28 | 1008 | +_:b71 |
| 1036 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 1009 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1037 | 1010 | ||
| 1038 | -_:b130 | 1011 | +_:b70 |
| 1039 | - sp:varName "mdStrengthForm"^^xsd:string . | 1012 | + sp:varName "strengthForm"^^xsd:string . |
| 1040 | 1013 | ||
| 1041 | -_:b131 | 1014 | +_:b76 |
| 1042 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1015 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1043 | 1016 | ||
| 1044 | -_:b132 | 1017 | +_:b65 |
| 1045 | sp:varName "nameWellBore"^^xsd:string . | 1018 | sp:varName "nameWellBore"^^xsd:string . |
| 1046 | 1019 | ||
| 1047 | -_:b133 | 1020 | +_:b66 |
| 1048 | sp:varName "dTimStart"^^xsd:string . | 1021 | sp:varName "dTimStart"^^xsd:string . |
| 1049 | 1022 | ||
| 1050 | -_:b134 | 1023 | +_:b67 |
| 1051 | sp:varName "statusInfo"^^xsd:string . | 1024 | sp:varName "statusInfo"^^xsd:string . |
| 1052 | 1025 | ||
| 1053 | -_:b135 | 1026 | +_:b68 |
| 1054 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1027 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1055 | 1028 | ||
| 1056 | -_:b136 | ||
| 1057 | - sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 1058 | - | ||
| 1059 | _:b64 | 1029 | _:b64 |
| 1060 | - sp:varName "mdKickoff"^^xsd:string . | ||
| 1061 | - | ||
| 1062 | -_:b65 | ||
| 1063 | sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1030 | sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1064 | 1031 | ||
| 1065 | -_:b66 | 1032 | +_:b63 |
| 1033 | + sp:varName "tvdCsgLast"^^xsd:string . | ||
| 1034 | + | ||
| 1035 | +_:b69 | ||
| 1036 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 1037 | + | ||
| 1038 | +_:b106 | ||
| 1066 | sp:varName "nameWellBore"^^xsd:string . | 1039 | sp:varName "nameWellBore"^^xsd:string . |
| 1067 | 1040 | ||
| 1068 | -_:b67 | 1041 | +_:b107 |
| 1069 | sp:varName "dTimStart"^^xsd:string . | 1042 | sp:varName "dTimStart"^^xsd:string . |
| 1070 | 1043 | ||
| 1071 | -_:b68 | 1044 | +_:b108 |
| 1072 | sp:varName "statusInfo"^^xsd:string . | 1045 | sp:varName "statusInfo"^^xsd:string . |
| 1073 | 1046 | ||
| 1074 | -_:b69 | 1047 | +_:b109 |
| 1075 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1048 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1076 | 1049 | ||
| 1077 | -_:b70 | 1050 | +_:b105 |
| 1078 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 1051 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1079 | 1052 | ||
| 1080 | -_:b57 | 1053 | +_:b104 |
| 1081 | sp:varName "mdCsgLast"^^xsd:string . | 1054 | sp:varName "mdCsgLast"^^xsd:string . |
| 1082 | 1055 | ||
| 1083 | -_:b58 | 1056 | +_:b110 |
| 1084 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1057 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1085 | 1058 | ||
| 1086 | -_:b59 | 1059 | +_:b120 |
| 1087 | sp:varName "nameWellBore"^^xsd:string . | 1060 | sp:varName "nameWellBore"^^xsd:string . |
| 1088 | 1061 | ||
| 1089 | -_:b60 | 1062 | +_:b121 |
| 1090 | sp:varName "dTimStart"^^xsd:string . | 1063 | sp:varName "dTimStart"^^xsd:string . |
| 1091 | 1064 | ||
| 1092 | -_:b61 | 1065 | +_:b122 |
| 1093 | sp:varName "statusInfo"^^xsd:string . | 1066 | sp:varName "statusInfo"^^xsd:string . |
| 1094 | 1067 | ||
| 1095 | -_:b62 | 1068 | +_:b123 |
| 1096 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1069 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1097 | 1070 | ||
| 1098 | -_:b63 | 1071 | +_:b119 |
| 1099 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 1072 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1100 | 1073 | ||
| 1101 | -_:b144 | 1074 | +_:b118 |
| 1102 | - sp:varName "forecast24Hr"^^xsd:string . | 1075 | + sp:varName "diaCsgLast"^^xsd:string . |
| 1103 | 1076 | ||
| 1104 | -_:b145 | 1077 | +_:b124 |
| 1105 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1078 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1106 | 1079 | ||
| 1107 | -_:b146 | 1080 | +_:b99 |
| 1108 | sp:varName "nameWellBore"^^xsd:string . | 1081 | sp:varName "nameWellBore"^^xsd:string . |
| 1109 | 1082 | ||
| 1110 | -_:b147 | 1083 | +_:b100 |
| 1111 | sp:varName "dTimStart"^^xsd:string . | 1084 | sp:varName "dTimStart"^^xsd:string . |
| 1112 | 1085 | ||
| 1113 | -_:b148 | 1086 | +_:b101 |
| 1114 | sp:varName "statusInfo"^^xsd:string . | 1087 | sp:varName "statusInfo"^^xsd:string . |
| 1115 | 1088 | ||
| 1116 | -_:b149 | 1089 | +_:b102 |
| 1117 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 1090 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1118 | 1091 | ||
| 1119 | _:b98 | 1092 | _:b98 |
| 1120 | - sp:varName "tvdStrengthForm"^^xsd:string . | ||
| 1121 | - | ||
| 1122 | -_:b99 | ||
| 1123 | sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1093 | sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1124 | 1094 | ||
| 1125 | -_:b100 | 1095 | +_:b97 |
| 1096 | + sp:varName "mdKickoff"^^xsd:string . | ||
| 1097 | + | ||
| 1098 | +_:b103 | ||
| 1099 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 1100 | + | ||
| 1101 | +_:b36 | ||
| 1126 | sp:varName "nameWellBore"^^xsd:string . | 1102 | sp:varName "nameWellBore"^^xsd:string . |
| 1127 | 1103 | ||
| 1128 | -_:b101 | 1104 | +_:b37 |
| 1129 | sp:varName "dTimStart"^^xsd:string . | 1105 | sp:varName "dTimStart"^^xsd:string . |
| 1130 | 1106 | ||
| 1131 | -_:b102 | 1107 | +_:b38 |
| 1132 | sp:varName "statusInfo"^^xsd:string . | 1108 | sp:varName "statusInfo"^^xsd:string . |
| 1133 | 1109 | ||
| 1134 | -_:b103 | 1110 | +_:b39 |
| 1135 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1111 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1136 | 1112 | ||
| 1137 | -_:b104 | 1113 | +_:b35 |
| 1138 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 1114 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1139 | 1115 | ||
| 1140 | -_:b85 | 1116 | +_:b34 |
| 1141 | - sp:varName "ropCurrentValue"^^xsd:string . | 1117 | + sp:varName "mdDiaHoleStart"^^xsd:string . |
| 1142 | 1118 | ||
| 1143 | -_:b86 | 1119 | +_:b40 |
| 1144 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1120 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1145 | 1121 | ||
| 1146 | -_:b87 | 1122 | +_:b58 |
| 1147 | sp:varName "nameWellBore"^^xsd:string . | 1123 | sp:varName "nameWellBore"^^xsd:string . |
| 1148 | 1124 | ||
| 1149 | -_:b88 | 1125 | +_:b59 |
| 1150 | sp:varName "dTimStart"^^xsd:string . | 1126 | sp:varName "dTimStart"^^xsd:string . |
| 1151 | 1127 | ||
| 1152 | -_:b89 | 1128 | +_:b60 |
| 1153 | sp:varName "statusInfo"^^xsd:string . | 1129 | sp:varName "statusInfo"^^xsd:string . |
| 1154 | 1130 | ||
| 1155 | -_:b90 | 1131 | +_:b61 |
| 1156 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 1132 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1157 | - | ||
| 1158 | -_:b50 | ||
| 1159 | - sp:varName "elevKelly"^^xsd:string . | ||
| 1160 | 1133 | ||
| 1161 | -_:b51 | 1134 | +_:b57 |
| 1162 | sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1135 | sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1163 | 1136 | ||
| 1164 | -_:b52 | 1137 | +_:b56 |
| 1138 | + sp:varName "diaHole"^^xsd:string . | ||
| 1139 | + | ||
| 1140 | +_:b62 | ||
| 1141 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 1142 | + | ||
| 1143 | +_:b92 | ||
| 1165 | sp:varName "nameWellBore"^^xsd:string . | 1144 | sp:varName "nameWellBore"^^xsd:string . |
| 1166 | 1145 | ||
| 1167 | -_:b53 | 1146 | +_:b93 |
| 1168 | sp:varName "dTimStart"^^xsd:string . | 1147 | sp:varName "dTimStart"^^xsd:string . |
| 1169 | 1148 | ||
| 1170 | -_:b54 | 1149 | +_:b94 |
| 1171 | sp:varName "statusInfo"^^xsd:string . | 1150 | sp:varName "statusInfo"^^xsd:string . |
| 1172 | 1151 | ||
| 1173 | -_:b55 | 1152 | +_:b95 |
| 1174 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1153 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1175 | 1154 | ||
| 1176 | -_:b56 | 1155 | +_:b91 |
| 1177 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 1156 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1178 | 1157 | ||
| 1179 | -_:b71 | 1158 | +_:b90 |
| 1180 | - sp:varName "strengthForm"^^xsd:string . | 1159 | + sp:varName "mdPlugTop"^^xsd:string . |
| 1181 | 1160 | ||
| 1182 | -_:b72 | 1161 | +_:b96 |
| 1183 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1162 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1184 | 1163 | ||
| 1185 | -_:b73 | 1164 | +_:b10 |
| 1186 | sp:varName "nameWellBore"^^xsd:string . | 1165 | sp:varName "nameWellBore"^^xsd:string . |
| 1187 | 1166 | ||
| 1188 | -_:b74 | 1167 | +_:b11 |
| 1189 | sp:varName "dTimStart"^^xsd:string . | 1168 | sp:varName "dTimStart"^^xsd:string . |
| 1190 | 1169 | ||
| 1191 | -_:b75 | 1170 | +_:b12 |
| 1192 | sp:varName "statusInfo"^^xsd:string . | 1171 | sp:varName "statusInfo"^^xsd:string . |
| 1193 | 1172 | ||
| 1194 | -_:b76 | 1173 | +_:b13 |
| 1195 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1174 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1196 | 1175 | ||
| 1197 | -_:b77 | 1176 | +_:b9 sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1177 | + | ||
| 1178 | +_:b8 sp:varName "tvd"^^xsd:string . | ||
| 1179 | + | ||
| 1180 | +_:b14 | ||
| 1198 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1181 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1199 | 1182 | ||
| 1200 | -_:b9 sp:varName "distDrill"^^xsd:string . | 1183 | +_:b3 sp:varName "nameWellBore"^^xsd:string . |
| 1201 | 1184 | ||
| 1202 | -_:b10 | 1185 | +_:b4 sp:varName "dTimStart"^^xsd:string . |
| 1203 | - sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 1204 | 1186 | ||
| 1205 | -_:b11 | 1187 | +_:b5 sp:varName "statusInfo"^^xsd:string . |
| 1188 | + | ||
| 1189 | +_:b6 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 1190 | + | ||
| 1191 | +_:b2 sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 1192 | + | ||
| 1193 | +_:b1 sp:varName "md"^^xsd:string . | ||
| 1194 | + | ||
| 1195 | +_:b7 sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 1196 | + | ||
| 1197 | +_:b23 | ||
| 1206 | sp:varName "nameWellBore"^^xsd:string . | 1198 | sp:varName "nameWellBore"^^xsd:string . |
| 1207 | 1199 | ||
| 1208 | -_:b12 | 1200 | +_:b24 |
| 1209 | sp:varName "dTimStart"^^xsd:string . | 1201 | sp:varName "dTimStart"^^xsd:string . |
| 1210 | 1202 | ||
| 1211 | -_:b13 | 1203 | +_:b25 |
| 1212 | sp:varName "statusInfo"^^xsd:string . | 1204 | sp:varName "statusInfo"^^xsd:string . |
| 1213 | 1205 | ||
| 1214 | -_:b14 | 1206 | +_:b21 |
| 1207 | + sp:varName "distDrill"^^xsd:string . | ||
| 1208 | + | ||
| 1209 | +_:b26 | ||
| 1215 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1210 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1216 | 1211 | ||
| 1217 | -_:b29 | 1212 | +_:b22 |
| 1218 | - sp:varName "mdPlugTop"^^xsd:string . | 1213 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1219 | 1214 | ||
| 1220 | -_:b30 | 1215 | +_:b131 |
| 1221 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1216 | + sp:varName "forecast24Hr"^^xsd:string . |
| 1222 | 1217 | ||
| 1223 | -_:b31 | 1218 | +_:b132 |
| 1219 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 1220 | + | ||
| 1221 | +_:b133 | ||
| 1224 | sp:varName "nameWellBore"^^xsd:string . | 1222 | sp:varName "nameWellBore"^^xsd:string . |
| 1225 | 1223 | ||
| 1226 | -_:b32 | 1224 | +_:b134 |
| 1227 | sp:varName "dTimStart"^^xsd:string . | 1225 | sp:varName "dTimStart"^^xsd:string . |
| 1228 | 1226 | ||
| 1229 | -_:b33 | 1227 | +_:b135 |
| 1230 | sp:varName "statusInfo"^^xsd:string . | 1228 | sp:varName "statusInfo"^^xsd:string . |
| 1231 | 1229 | ||
| 1232 | -_:b34 | 1230 | +_:b136 |
| 1233 | - sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 1234 | - | ||
| 1235 | -_:b35 | ||
| 1236 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1231 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1237 | 1232 | ||
| 1238 | -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | 1233 | +_:b49 |
| 1234 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 1239 | 1235 | ||
| 1240 | -_:b3 sp:varName "pressureTestType"^^xsd:string . | 1236 | +_:b50 |
| 1237 | + sp:varName "pressureTestType"^^xsd:string . | ||
| 1241 | 1238 | ||
| 1242 | -_:b4 sp:varName "nameWellBore"^^xsd:string . | 1239 | +_:b51 |
| 1240 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 1243 | 1241 | ||
| 1244 | -_:b5 sp:varName "dTimStart"^^xsd:string . | 1242 | +_:b52 |
| 1243 | + sp:varName "dTimStart"^^xsd:string . | ||
| 1245 | 1244 | ||
| 1246 | -_:b6 sp:varName "statusInfo"^^xsd:string . | 1245 | +_:b53 |
| 1246 | + sp:varName "statusInfo"^^xsd:string . | ||
| 1247 | 1247 | ||
| 1248 | -_:b7 sp:varName "presTestType"^^xsd:string . | 1248 | +_:b54 |
| 1249 | + sp:varName "presTestType"^^xsd:string . | ||
| 1249 | 1250 | ||
| 1250 | -_:b8 sp:varName "normalizedWellBoreName"^^xsd:string . | 1251 | +_:b55 |
| 1252 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 1253 | + | ||
| 1254 | +_:b77 | ||
| 1255 | + sp:varName "ropCurrentValue"^^xsd:string . | ||
| 1251 | 1256 | ||
| 1252 | _:b78 | 1257 | _:b78 |
| 1253 | - sp:varName "mdDiaHoleStart"^^xsd:string . | 1258 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1254 | 1259 | ||
| 1255 | _:b79 | 1260 | _:b79 |
| 1256 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 1257 | - | ||
| 1258 | -_:b80 | ||
| 1259 | sp:varName "nameWellBore"^^xsd:string . | 1261 | sp:varName "nameWellBore"^^xsd:string . |
| 1260 | 1262 | ||
| 1261 | -_:b81 | 1263 | +_:b80 |
| 1262 | sp:varName "dTimStart"^^xsd:string . | 1264 | sp:varName "dTimStart"^^xsd:string . |
| 1263 | 1265 | ||
| 1264 | -_:b82 | 1266 | +_:b81 |
| 1265 | sp:varName "statusInfo"^^xsd:string . | 1267 | sp:varName "statusInfo"^^xsd:string . |
| 1266 | 1268 | ||
| 1267 | -_:b83 | 1269 | +_:b82 |
| 1268 | - sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 1269 | - | ||
| 1270 | -_:b84 | ||
| 1271 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1270 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1272 | 1271 | ||
| 1273 | -_:b111 | 1272 | +_:b15 |
| 1274 | - sp:varName "mdPlanned"^^xsd:string . | 1273 | + sp:varName "sum24Hr"^^xsd:string . |
| 1275 | 1274 | ||
| 1276 | -_:b112 | 1275 | +_:b16 |
| 1277 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1276 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1278 | 1277 | ||
| 1279 | -_:b113 | 1278 | +_:b17 |
| 1280 | sp:varName "nameWellBore"^^xsd:string . | 1279 | sp:varName "nameWellBore"^^xsd:string . |
| 1281 | 1280 | ||
| 1282 | -_:b114 | 1281 | +_:b18 |
| 1283 | sp:varName "dTimStart"^^xsd:string . | 1282 | sp:varName "dTimStart"^^xsd:string . |
| 1284 | 1283 | ||
| 1285 | -_:b115 | 1284 | +_:b19 |
| 1286 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1285 | + sp:varName "statusInfo"^^xsd:string . |
| 1287 | 1286 | ||
| 1288 | -_:b116 | 1287 | +_:b20 |
| 1289 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1288 | sp:varName "normalizedWellBoreName"^^xsd:string . | ... | ... |
-
Please register or login to post a comment