Merge branch 'master' of https://github.com/TopQuadrant/EPIM-Ontologies.git
Showing
8 changed files
with
1678 additions
and
707 deletions
| 1 | -# Saved by TopBraid on Thu Aug 11 18:18:26 BST 2011 | 1 | +# Saved by TopBraid on Fri Aug 12 10:44:21 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/activity | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/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.reportinghub.no/ep/schema/1.0/core | 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/organization |
| 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
| 6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
| 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
| 7 | # imports: http://www.linkedmodel.org/1.1/schema/ordered | 8 | # imports: http://www.linkedmodel.org/1.1/schema/ordered |
| 8 | 9 | ||
| ... | @@ -14,7 +15,7 @@ | ... | @@ -14,7 +15,7 @@ |
| 14 | 15 | ||
| 15 | <http://www.reportinghub.no/ep/schema/1.0/activity> | 16 | <http://www.reportinghub.no/ep/schema/1.0/activity> |
| 16 | rdf:type owl:Ontology ; | 17 | rdf:type owl:Ontology ; |
| 17 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ; | 18 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.reportinghub.no/ep/schema/1.0/well> ; |
| 18 | owl:versionInfo "0.1.0"^^xsd:string . | 19 | owl:versionInfo "0.1.0"^^xsd:string . |
| 19 | 20 | ||
| 20 | ep-activity:Activity | 21 | ep-activity:Activity |
| ... | @@ -23,33 +24,33 @@ ep-activity:Activity | ... | @@ -23,33 +24,33 @@ ep-activity:Activity |
| 23 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ; | 24 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ; |
| 24 | rdfs:subClassOf | 25 | rdfs:subClassOf |
| 25 | [ rdf:type owl:Restriction ; | 26 | [ rdf:type owl:Restriction ; |
| 26 | - owl:allValuesFrom ep-activity:Activity ; | 27 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
| 27 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> | 28 | + owl:onProperty ep-activity:finishedAt |
| 28 | ] ; | 29 | ] ; |
| 29 | rdfs:subClassOf | 30 | rdfs:subClassOf |
| 30 | [ rdf:type owl:Restriction ; | 31 | [ rdf:type owl:Restriction ; |
| 31 | - owl:allValuesFrom ep-activity:Activity ; | 32 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
| 32 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> | 33 | + owl:onProperty ep-activity:startedAt |
| 33 | ] ; | 34 | ] ; |
| 34 | rdfs:subClassOf | 35 | rdfs:subClassOf |
| 35 | [ rdf:type owl:Restriction ; | 36 | [ rdf:type owl:Restriction ; |
| 36 | owl:allValuesFrom ep-activity:Activity ; | 37 | owl:allValuesFrom ep-activity:Activity ; |
| 37 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> | 38 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> |
| 38 | ] ; | 39 | ] ; |
| 39 | rdfs:subClassOf | 40 | rdfs:subClassOf |
| 40 | [ rdf:type owl:Restriction ; | 41 | [ rdf:type owl:Restriction ; |
| 41 | owl:allValuesFrom ep-activity:Activity ; | 42 | owl:allValuesFrom ep-activity:Activity ; |
| 42 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> | 43 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> |
| 43 | ] ; | 44 | ] ; |
| 44 | rdfs:subClassOf | 45 | rdfs:subClassOf |
| 45 | [ rdf:type owl:Restriction ; | 46 | [ rdf:type owl:Restriction ; |
| 46 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 47 | + owl:allValuesFrom ep-activity:Activity ; |
| 47 | - owl:onProperty ep-activity:startedAt | 48 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> |
| 48 | ] ; | 49 | ] ; |
| 49 | rdfs:subClassOf | 50 | rdfs:subClassOf |
| 50 | [ rdf:type owl:Restriction ; | 51 | [ rdf:type owl:Restriction ; |
| 51 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 52 | + owl:allValuesFrom ep-activity:Activity ; |
| 52 | - owl:onProperty ep-activity:finishedAt | 53 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> |
| 53 | ] . | 54 | ] . |
| 54 | 55 | ||
| 55 | ep-activity:DailyDrillingActivity | 56 | ep-activity:DailyDrillingActivity |
| ... | @@ -58,13 +59,13 @@ ep-activity:DailyDrillingActivity | ... | @@ -58,13 +59,13 @@ ep-activity:DailyDrillingActivity |
| 58 | rdfs:subClassOf ep-activity:DrillingActivity ; | 59 | rdfs:subClassOf ep-activity:DrillingActivity ; |
| 59 | rdfs:subClassOf | 60 | rdfs:subClassOf |
| 60 | [ rdf:type owl:Restriction ; | 61 | [ rdf:type owl:Restriction ; |
| 61 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 62 | + owl:allValuesFrom ep-activity:Activity ; |
| 62 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> | 63 | + owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart> |
| 63 | ] ; | 64 | ] ; |
| 64 | rdfs:subClassOf | 65 | rdfs:subClassOf |
| 65 | [ rdf:type owl:Restriction ; | 66 | [ rdf:type owl:Restriction ; |
| 66 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; | 67 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 67 | - owl:onProperty ep-activity:onWellBore | 68 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> |
| 68 | ] ; | 69 | ] ; |
| 69 | rdfs:subClassOf | 70 | rdfs:subClassOf |
| 70 | [ rdf:type owl:Restriction ; | 71 | [ rdf:type owl:Restriction ; |
| ... | @@ -73,13 +74,13 @@ ep-activity:DailyDrillingActivity | ... | @@ -73,13 +74,13 @@ ep-activity:DailyDrillingActivity |
| 73 | ] ; | 74 | ] ; |
| 74 | rdfs:subClassOf | 75 | rdfs:subClassOf |
| 75 | [ rdf:type owl:Restriction ; | 76 | [ rdf:type owl:Restriction ; |
| 76 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 77 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; |
| 77 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | 78 | + owl:onProperty ep-activity:onWellBore |
| 78 | ] ; | 79 | ] ; |
| 79 | rdfs:subClassOf | 80 | rdfs:subClassOf |
| 80 | [ rdf:type owl:Restriction ; | 81 | [ rdf:type owl:Restriction ; |
| 81 | - owl:allValuesFrom ep-activity:Activity ; | 82 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 82 | - owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart> | 83 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> |
| 83 | ] . | 84 | ] . |
| 84 | 85 | ||
| 85 | ep-activity:DailyProductionActivity | 86 | ep-activity:DailyProductionActivity |
| ... | @@ -128,13 +129,13 @@ ep-activity:DrillingActivity | ... | @@ -128,13 +129,13 @@ ep-activity:DrillingActivity |
| 128 | rdfs:subClassOf ep-activity:Activity . | 129 | rdfs:subClassOf ep-activity:Activity . |
| 129 | 130 | ||
| 130 | ep-activity:FormationIntegrityTest | 131 | ep-activity:FormationIntegrityTest |
| 131 | - rdf:type ep-activity:PressureTestType , owl:Class ; | 132 | + rdf:type owl:Class , ep-activity:PressureTestType ; |
| 132 | rdfs:label "formation integrity test"^^xsd:string ; | 133 | rdfs:label "formation integrity test"^^xsd:string ; |
| 133 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 134 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
| 134 | owl:disjointWith ep-activity:LeakOffTest . | 135 | owl:disjointWith ep-activity:LeakOffTest . |
| 135 | 136 | ||
| 136 | ep-activity:LeakOffTest | 137 | ep-activity:LeakOffTest |
| 137 | - rdf:type ep-activity:PressureTestType , owl:Class ; | 138 | + rdf:type owl:Class , ep-activity:PressureTestType ; |
| 138 | rdfs:label "leak-off test"^^xsd:string ; | 139 | rdfs:label "leak-off test"^^xsd:string ; |
| 139 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 140 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
| 140 | owl:disjointWith ep-activity:FormationIntegrityTest . | 141 | owl:disjointWith ep-activity:FormationIntegrityTest . |
| ... | @@ -170,7 +171,7 @@ ep-activity:OffshoreWellActivity | ... | @@ -170,7 +171,7 @@ ep-activity:OffshoreWellActivity |
| 170 | rdfs:subClassOf ep-activity:OffshoreActivity ; | 171 | rdfs:subClassOf ep-activity:OffshoreActivity ; |
| 171 | rdfs:subClassOf | 172 | rdfs:subClassOf |
| 172 | [ rdf:type owl:Restriction ; | 173 | [ rdf:type owl:Restriction ; |
| 173 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; | 174 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 174 | owl:onProperty ep-activity:onWell | 175 | owl:onProperty ep-activity:onWell |
| 175 | ] ; | 176 | ] ; |
| 176 | rdfs:subClassOf | 177 | rdfs:subClassOf |
| ... | @@ -180,7 +181,7 @@ ep-activity:OffshoreWellActivity | ... | @@ -180,7 +181,7 @@ ep-activity:OffshoreWellActivity |
| 180 | ] ; | 181 | ] ; |
| 181 | rdfs:subClassOf | 182 | rdfs:subClassOf |
| 182 | [ rdf:type owl:Restriction ; | 183 | [ rdf:type owl:Restriction ; |
| 183 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 184 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; |
| 184 | owl:onProperty ep-activity:onWell | 185 | owl:onProperty ep-activity:onWell |
| 185 | ] . | 186 | ] . |
| 186 | 187 | ||
| ... | @@ -225,10 +226,22 @@ ep-activity:WellBorePressureTest | ... | @@ -225,10 +226,22 @@ ep-activity:WellBorePressureTest |
| 225 | rdfs:subClassOf ep-activity:Activity . | 226 | rdfs:subClassOf ep-activity:Activity . |
| 226 | 227 | ||
| 227 | ep-activity:createdAt | 228 | ep-activity:createdAt |
| 228 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 229 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 229 | rdfs:label "created at"^^xsd:string ; | 230 | rdfs:label "created at"^^xsd:string ; |
| 230 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 231 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 231 | 232 | ||
| 233 | +ep-activity:drillingContractor | ||
| 234 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 235 | + rdfs:domain ep-activity:DrillingActivity ; | ||
| 236 | + rdfs:label "drilling contractor"^^xsd:string ; | ||
| 237 | + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | ||
| 238 | + | ||
| 239 | +ep-activity:drillingOperator | ||
| 240 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 241 | + rdfs:domain ep-activity:DrillingActivity ; | ||
| 242 | + rdfs:label "drilling operator"^^xsd:string ; | ||
| 243 | + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | ||
| 244 | + | ||
| 232 | ep-activity:finishedAt | 245 | ep-activity:finishedAt |
| 233 | rdf:type owl:DatatypeProperty ; | 246 | rdf:type owl:DatatypeProperty ; |
| 234 | rdfs:label "finished at"^^xsd:string ; | 247 | rdfs:label "finished at"^^xsd:string ; |
| ... | @@ -247,7 +260,7 @@ ep-activity:onWell | ... | @@ -247,7 +260,7 @@ ep-activity:onWell |
| 247 | rdfs:label "on well"^^xsd:string . | 260 | rdfs:label "on well"^^xsd:string . |
| 248 | 261 | ||
| 249 | ep-activity:onWellBore | 262 | ep-activity:onWellBore |
| 250 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 263 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 251 | rdfs:label "on WellBore"^^xsd:string . | 264 | rdfs:label "on WellBore"^^xsd:string . |
| 252 | 265 | ||
| 253 | ep-activity:reportOn | 266 | ep-activity:reportOn |
| ... | @@ -260,7 +273,7 @@ ep-activity:startedAt | ... | @@ -260,7 +273,7 @@ ep-activity:startedAt |
| 260 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 273 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 261 | 274 | ||
| 262 | ep-activity:wellBoreDrillingType | 275 | ep-activity:wellBoreDrillingType |
| 263 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 276 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 264 | rdfs:domain ep-activity:DrillingActivity ; | 277 | rdfs:domain ep-activity:DrillingActivity ; |
| 265 | rdfs:label "has sub activity"^^xsd:string ; | 278 | rdfs:label "has sub activity"^^xsd:string ; |
| 266 | rdfs:range ep-activity:WellBoreDrillingType ; | 279 | rdfs:range ep-activity:WellBoreDrillingType ; | ... | ... |
| 1 | -# Saved by TopBraid on Wed Aug 10 13:32:44 BST 2011 | 1 | +# Saved by TopBraid on Fri Aug 12 11:33:44 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/facility | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/facility |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 4 | # imports: http://purl.org/dc/elements/1.1/ | 4 | # imports: http://purl.org/dc/elements/1.1/ |
| 5 | -# imports: http://spinrdf.org/spin | ||
| 6 | # imports: http://purl.org/dc/terms/ | 5 | # imports: http://purl.org/dc/terms/ |
| 6 | +# imports: http://spinrdf.org/spin | ||
| 7 | 7 | ||
| 8 | @prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . | 8 | @prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . |
| 9 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 9 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| ... | @@ -16,7 +16,7 @@ | ... | @@ -16,7 +16,7 @@ |
| 16 | 16 | ||
| 17 | <http://www.reportinghub.no/ep/schema/1.0/facility> | 17 | <http://www.reportinghub.no/ep/schema/1.0/facility> |
| 18 | rdf:type owl:Ontology ; | 18 | rdf:type owl:Ontology ; |
| 19 | - owl:imports <http://purl.org/dc/elements/1.1/> , <http://purl.org/dc/terms/> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/core> ; | 19 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://spinrdf.org/spin> , <http://purl.org/dc/terms/> , <http://purl.org/dc/elements/1.1/> ; |
| 20 | owl:versionInfo "0.1.0"^^xsd:string . | 20 | owl:versionInfo "0.1.0"^^xsd:string . |
| 21 | 21 | ||
| 22 | ep-fac:AllOrPartOfTheLifeOfARig | 22 | ep-fac:AllOrPartOfTheLifeOfARig |
| ... | @@ -33,10 +33,25 @@ ep-fac:FixedFacility | ... | @@ -33,10 +33,25 @@ ep-fac:FixedFacility |
| 33 | rdf:type owl:DeprecatedClass ; | 33 | rdf:type owl:DeprecatedClass ; |
| 34 | rdfs:subClassOf ep-fac:Facility . | 34 | rdfs:subClassOf ep-fac:Facility . |
| 35 | 35 | ||
| 36 | +ep-fac:FixedOrMoveableRigType | ||
| 37 | + rdf:type rdfs:Class ; | ||
| 38 | + rdfs:label "fixed of moveable rig type"^^xsd:string ; | ||
| 39 | + rdfs:subClassOf owl:Class . | ||
| 40 | + | ||
| 41 | +ep-fac:FixedRig | ||
| 42 | + rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ; | ||
| 43 | + rdfs:label "fixed rig"^^xsd:string ; | ||
| 44 | + rdfs:subClassOf ep-fac:FixedFacility , ep-fac:Rig . | ||
| 45 | + | ||
| 36 | ep-fac:MoveableFacility | 46 | ep-fac:MoveableFacility |
| 37 | rdf:type owl:Class ; | 47 | rdf:type owl:Class ; |
| 38 | rdfs:subClassOf ep-fac:Facility . | 48 | rdfs:subClassOf ep-fac:Facility . |
| 39 | 49 | ||
| 50 | +ep-fac:MoveableRig | ||
| 51 | + rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ; | ||
| 52 | + rdfs:label "moveable rig"^^xsd:string ; | ||
| 53 | + rdfs:subClassOf ep-fac:MoveableFacility , ep-fac:Rig . | ||
| 54 | + | ||
| 40 | ep-fac:Rig | 55 | ep-fac:Rig |
| 41 | rdf:type owl:Class ; | 56 | rdf:type owl:Class ; |
| 42 | rdfs:label "rig"^^xsd:string ; | 57 | rdfs:label "rig"^^xsd:string ; | ... | ... |
| 1 | +# Saved by TopBraid on Fri Aug 12 14:16:38 BST 2011 | ||
| 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/well | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/well |
| 2 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 3 | 4 | ||
| ... | @@ -17,11 +18,35 @@ ep-well:AllOrPartOfTheLifeOfAWellBore | ... | @@ -17,11 +18,35 @@ ep-well:AllOrPartOfTheLifeOfAWellBore |
| 17 | rdfs:label "all or part of the life of a well bore"^^xsd:string ; | 18 | rdfs:label "all or part of the life of a well bore"^^xsd:string ; |
| 18 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | 19 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
| 19 | 20 | ||
| 21 | +ep-well:HphtWellBore | ||
| 22 | + rdf:type ep-well:WellBoreHphtType , owl:Class ; | ||
| 23 | + rdfs:label "high pressure high temperature well bore"^^xsd:string ; | ||
| 24 | + rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | ||
| 25 | + owl:disjointWith ep-well:NotHphtWellBore . | ||
| 26 | + | ||
| 27 | +ep-well:LeakyWellBore | ||
| 28 | + rdf:type owl:Class , ep-well:WellBoreTightnessType ; | ||
| 29 | + rdfs:label "leaky well bore"^^xsd:string ; | ||
| 30 | + rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | ||
| 31 | + owl:disjointWith ep-well:TightWellBore . | ||
| 32 | + | ||
| 33 | +ep-well:NotHphtWellBore | ||
| 34 | + rdf:type ep-well:WellBoreHphtType , owl:Class ; | ||
| 35 | + rdfs:label "not high pressure high temperature well bore"^^xsd:string ; | ||
| 36 | + rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | ||
| 37 | + owl:disjointWith ep-well:HphtWellBore . | ||
| 38 | + | ||
| 20 | ep-well:TemporalPartOfAWellBore | 39 | ep-well:TemporalPartOfAWellBore |
| 21 | rdf:type owl:Class ; | 40 | rdf:type owl:Class ; |
| 22 | rdfs:label "temporal part of a well bore"^^xsd:string ; | 41 | rdfs:label "temporal part of a well bore"^^xsd:string ; |
| 23 | rdfs:subClassOf ep-well:AllOrPartOfTheLifeOfAWellBore . | 42 | rdfs:subClassOf ep-well:AllOrPartOfTheLifeOfAWellBore . |
| 24 | 43 | ||
| 44 | +ep-well:TightWellBore | ||
| 45 | + rdf:type owl:Class , ep-well:WellBoreTightnessType ; | ||
| 46 | + rdfs:label "tight well bore"^^xsd:string ; | ||
| 47 | + rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | ||
| 48 | + owl:disjointWith ep-well:LeakyWellBore . | ||
| 49 | + | ||
| 25 | ep-well:Well | 50 | ep-well:Well |
| 26 | rdf:type owl:Class ; | 51 | rdf:type owl:Class ; |
| 27 | rdfs:label "Well"^^xsd:string ; | 52 | rdfs:label "Well"^^xsd:string ; |
| ... | @@ -46,3 +71,13 @@ ep-well:WellBore | ... | @@ -46,3 +71,13 @@ ep-well:WellBore |
| 46 | owl:cardinality "1"^^xsd:nonNegativeInteger ; | 71 | owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 47 | owl:onProperty <http://www.reportinghub.no/ep/schema/core#name> | 72 | owl:onProperty <http://www.reportinghub.no/ep/schema/core#name> |
| 48 | ] . | 73 | ] . |
| 74 | + | ||
| 75 | +ep-well:WellBoreHphtType | ||
| 76 | + rdf:type rdfs:Class ; | ||
| 77 | + rdfs:label "well bore high pressure high temperature type"^^xsd:string ; | ||
| 78 | + rdfs:subClassOf owl:Class . | ||
| 79 | + | ||
| 80 | +ep-well:WellBoreTightnessType | ||
| 81 | + rdf:type rdfs:Class ; | ||
| 82 | + rdfs:label "well bore tightness type"^^xsd:string ; | ||
| 83 | + rdfs:subClassOf owl:Class . | ... | ... |
| 1 | -# Saved by TopBraid on Wed Aug 10 13:36:32 BST 2011 | 1 | +# Saved by TopBraid on Fri Aug 12 14:18:47 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib | 2 | # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/report | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/report |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
| ... | @@ -912,13 +912,34 @@ ep-spin-lib:selectDrillingActivityPurposeType | ... | @@ -912,13 +912,34 @@ ep-spin-lib:selectDrillingActivityPurposeType |
| 912 | ]) | 912 | ]) |
| 913 | ] . | 913 | ] . |
| 914 | 914 | ||
| 915 | +ep-spin-lib:selectFixedOrMoveableRigType | ||
| 916 | + rdf:type spin:Function ; | ||
| 917 | + rdfs:label "select FixedOrMoveableRigType"^^xsd:string ; | ||
| 918 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
| 919 | + spin:body | ||
| 920 | + [ rdf:type sp:Select ; | ||
| 921 | + sp:resultVariables (_:b20) ; | ||
| 922 | + sp:where ([ rdf:type sp:Bind ; | ||
| 923 | + sp:expression | ||
| 924 | + [ rdf:type sp:if ; | ||
| 925 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 926 | + sp:arg1 spin:_arg1 ; | ||
| 927 | + sp:arg2 "true"^^xsd:boolean | ||
| 928 | + ] ; | ||
| 929 | + sp:arg2 <http://www.reportinghub.no/ep/schema/facility#FixedRig> ; | ||
| 930 | + sp:arg3 <http://www.reportinghub.no/ep/schema/facility#MoveableRig> | ||
| 931 | + ] ; | ||
| 932 | + sp:variable _:b20 | ||
| 933 | + ]) | ||
| 934 | + ] . | ||
| 935 | + | ||
| 915 | ep-spin-lib:selectLabelOfSystem | 936 | ep-spin-lib:selectLabelOfSystem |
| 916 | rdf:type spin:Function ; | 937 | rdf:type spin:Function ; |
| 917 | rdfs:label "select DailyDrillingReportType"^^xsd:string ; | 938 | rdfs:label "select DailyDrillingReportType"^^xsd:string ; |
| 918 | rdfs:subClassOf ep-spin-lib:Function ; | 939 | rdfs:subClassOf ep-spin-lib:Function ; |
| 919 | spin:body | 940 | spin:body |
| 920 | [ rdf:type sp:Select ; | 941 | [ rdf:type sp:Select ; |
| 921 | - sp:resultVariables (_:b20) ; | 942 | + sp:resultVariables (_:b21) ; |
| 922 | sp:where ([ rdf:type sp:Bind ; | 943 | sp:where ([ rdf:type sp:Bind ; |
| 923 | sp:expression | 944 | sp:expression |
| 924 | [ rdf:type sp:if ; | 945 | [ rdf:type sp:if ; |
| ... | @@ -964,7 +985,7 @@ ep-spin-lib:selectLabelOfSystem | ... | @@ -964,7 +985,7 @@ ep-spin-lib:selectLabelOfSystem |
| 964 | ] | 985 | ] |
| 965 | ] | 986 | ] |
| 966 | ] ; | 987 | ] ; |
| 967 | - sp:variable _:b20 | 988 | + sp:variable _:b21 |
| 968 | ]) | 989 | ]) |
| 969 | ] . | 990 | ] . |
| 970 | 991 | ||
| ... | @@ -974,7 +995,7 @@ ep-spin-lib:selectPressureTestType | ... | @@ -974,7 +995,7 @@ ep-spin-lib:selectPressureTestType |
| 974 | rdfs:subClassOf ep-spin-lib:Function ; | 995 | rdfs:subClassOf ep-spin-lib:Function ; |
| 975 | spin:body | 996 | spin:body |
| 976 | [ rdf:type sp:Select ; | 997 | [ rdf:type sp:Select ; |
| 977 | - sp:resultVariables (_:b21) ; | 998 | + sp:resultVariables (_:b22) ; |
| 978 | sp:where ([ rdf:type sp:Bind ; | 999 | sp:where ([ rdf:type sp:Bind ; |
| 979 | sp:expression | 1000 | sp:expression |
| 980 | [ rdf:type smf:if ; | 1001 | [ rdf:type smf:if ; |
| ... | @@ -991,7 +1012,7 @@ ep-spin-lib:selectPressureTestType | ... | @@ -991,7 +1012,7 @@ ep-spin-lib:selectPressureTestType |
| 991 | sp:arg2 <http://www.reportinghub.no/ep/schema/1.0/activity#LeakOffTest> | 1012 | sp:arg2 <http://www.reportinghub.no/ep/schema/1.0/activity#LeakOffTest> |
| 992 | ] | 1013 | ] |
| 993 | ] ; | 1014 | ] ; |
| 994 | - sp:variable _:b21 | 1015 | + sp:variable _:b22 |
| 995 | ]) | 1016 | ]) |
| 996 | ] . | 1017 | ] . |
| 997 | 1018 | ||
| ... | @@ -1001,13 +1022,55 @@ ep-spin-lib:selectWellBoreDrillingType | ... | @@ -1001,13 +1022,55 @@ ep-spin-lib:selectWellBoreDrillingType |
| 1001 | rdfs:subClassOf ep-spin-lib:Function ; | 1022 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1002 | spin:body | 1023 | spin:body |
| 1003 | [ rdf:type sp:Select ; | 1024 | [ rdf:type sp:Select ; |
| 1004 | - sp:resultVariables (_:b22) ; | 1025 | + sp:resultVariables (_:b23) ; |
| 1005 | - sp:where ([ sp:object _:b22 ; | 1026 | + sp:where ([ sp:object _:b23 ; |
| 1006 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mapsTo> ; | 1027 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mapsTo> ; |
| 1007 | sp:subject spin:_arg1 | 1028 | sp:subject spin:_arg1 |
| 1008 | ]) | 1029 | ]) |
| 1009 | ] . | 1030 | ] . |
| 1010 | 1031 | ||
| 1032 | +ep-spin-lib:selectWellBoreHphtType | ||
| 1033 | + rdf:type spin:Function ; | ||
| 1034 | + rdfs:label "select WellBoreHphtType"^^xsd:string ; | ||
| 1035 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
| 1036 | + spin:body | ||
| 1037 | + [ rdf:type sp:Select ; | ||
| 1038 | + sp:resultVariables (_:b24) ; | ||
| 1039 | + sp:where ([ rdf:type sp:Bind ; | ||
| 1040 | + sp:expression | ||
| 1041 | + [ rdf:type sp:if ; | ||
| 1042 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1043 | + sp:arg1 spin:_arg1 ; | ||
| 1044 | + sp:arg2 "true"^^xsd:boolean | ||
| 1045 | + ] ; | ||
| 1046 | + sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ; | ||
| 1047 | + sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore> | ||
| 1048 | + ] ; | ||
| 1049 | + sp:variable _:b24 | ||
| 1050 | + ]) | ||
| 1051 | + ] . | ||
| 1052 | + | ||
| 1053 | +ep-spin-lib:selectWellBoreTightnessType | ||
| 1054 | + rdf:type spin:Function ; | ||
| 1055 | + rdfs:label "select WellBoreTightnessType"^^xsd:string ; | ||
| 1056 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
| 1057 | + spin:body | ||
| 1058 | + [ rdf:type sp:Select ; | ||
| 1059 | + sp:resultVariables (_:b25) ; | ||
| 1060 | + sp:where ([ rdf:type sp:Bind ; | ||
| 1061 | + sp:expression | ||
| 1062 | + [ rdf:type sp:if ; | ||
| 1063 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1064 | + sp:arg1 spin:_arg1 ; | ||
| 1065 | + sp:arg2 "true"^^xsd:boolean | ||
| 1066 | + ] ; | ||
| 1067 | + sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ; | ||
| 1068 | + sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore> | ||
| 1069 | + ] ; | ||
| 1070 | + sp:variable _:b25 | ||
| 1071 | + ]) | ||
| 1072 | + ] . | ||
| 1073 | + | ||
| 1011 | _:b1 sp:varName "uri"^^xsd:string . | 1074 | _:b1 sp:varName "uri"^^xsd:string . |
| 1012 | 1075 | ||
| 1013 | _:b2 sp:varName "uri"^^xsd:string . | 1076 | _:b2 sp:varName "uri"^^xsd:string . |
| ... | @@ -1016,6 +1079,10 @@ _:b3 sp:varName "uri"^^xsd:string . | ... | @@ -1016,6 +1079,10 @@ _:b3 sp:varName "uri"^^xsd:string . |
| 1016 | 1079 | ||
| 1017 | _:b4 sp:varName "uri"^^xsd:string . | 1080 | _:b4 sp:varName "uri"^^xsd:string . |
| 1018 | 1081 | ||
| 1082 | +_:b5 sp:varName "uri"^^xsd:string . | ||
| 1083 | + | ||
| 1084 | +_:b6 sp:varName "uri"^^xsd:string . | ||
| 1085 | + | ||
| 1019 | _:b7 sp:varName "uri"^^xsd:string . | 1086 | _:b7 sp:varName "uri"^^xsd:string . |
| 1020 | 1087 | ||
| 1021 | _:b8 sp:varName "uri"^^xsd:string . | 1088 | _:b8 sp:varName "uri"^^xsd:string . |
| ... | @@ -1053,14 +1120,19 @@ _:b19 | ... | @@ -1053,14 +1120,19 @@ _:b19 |
| 1053 | sp:varName "drillingActivityPurposeType"^^xsd:string . | 1120 | sp:varName "drillingActivityPurposeType"^^xsd:string . |
| 1054 | 1121 | ||
| 1055 | _:b20 | 1122 | _:b20 |
| 1056 | - sp:varName "dailyDrillingReportType"^^xsd:string . | 1123 | + sp:varName "fixedOrMoveableRigType"^^xsd:string . |
| 1057 | 1124 | ||
| 1058 | _:b21 | 1125 | _:b21 |
| 1059 | - sp:varName "pressureTestType"^^xsd:string . | 1126 | + sp:varName "dailyDrillingReportType"^^xsd:string . |
| 1060 | 1127 | ||
| 1061 | _:b22 | 1128 | _:b22 |
| 1129 | + sp:varName "pressureTestType"^^xsd:string . | ||
| 1130 | + | ||
| 1131 | +_:b23 | ||
| 1062 | sp:varName "wellBoreDrillingType"^^xsd:string . | 1132 | sp:varName "wellBoreDrillingType"^^xsd:string . |
| 1063 | 1133 | ||
| 1064 | -_:b6 sp:varName "uri"^^xsd:string . | 1134 | +_:b25 |
| 1135 | + sp:varName "wellBoreTightnessType"^^xsd:string . | ||
| 1065 | 1136 | ||
| 1066 | -_:b5 sp:varName "uri"^^xsd:string . | 1137 | +_:b24 |
| 1138 | + sp:varName "wellBoreHphtType"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Wed Aug 10 13:36:32 BST 2011 | 1 | +# Saved by TopBraid on Fri Aug 12 14:18:47 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 Fri Aug 12 16:02:55 BST 2011 | ||
| 1 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo |
| 2 | -# imports: http://spinrdf.org/spin | 3 | +# imports: http://www.reportinghub.no/ep/spin/1.1/lib |
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
| 4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | ||
| 5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
| 6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/ddr | ||
| 7 | -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | ||
| 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/report | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/report |
| 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
| 9 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
| 10 | -# imports: http://www.reportinghub.no/ep/spin/1.1/lib | 7 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose |
| 8 | +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | ||
| 9 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
| 11 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr | 10 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr |
| 11 | +# imports: http://www.reportinghub.no/ep/schema/1.0/ddr | ||
| 12 | +# imports: http://spinrdf.org/spin | ||
| 12 | 13 | ||
| 13 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo#> . | 14 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo#> . |
| 14 | @prefix NPD_1104121247071: <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#> . | 15 | @prefix NPD_1104121247071: <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#> . |
| ... | @@ -30,9 +31,9 @@ | ... | @@ -30,9 +31,9 @@ |
| 30 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | 31 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> |
| 31 | spin:rule | 32 | spin:rule |
| 32 | [ rdf:type sp:Construct ; | 33 | [ rdf:type sp:Construct ; |
| 33 | - rdfs:comment "STEP 122 Transfer mdDiaPilotPlan"^^xsd:string ; | 34 | + rdfs:comment "STEP 119 Transfer mdStrengthForm"^^xsd:string ; |
| 34 | sp:templates ([ sp:object _:b1 ; | 35 | sp:templates ([ sp:object _:b1 ; |
| 35 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaPilotPlan> ; | 36 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdStrengthForm> ; |
| 36 | sp:subject _:b2 | 37 | sp:subject _:b2 |
| 37 | ]) ; | 38 | ]) ; |
| 38 | sp:where ([ sp:object _:b3 ; | 39 | sp:where ([ sp:object _:b3 ; |
| ... | @@ -48,7 +49,7 @@ | ... | @@ -48,7 +49,7 @@ |
| 48 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 49 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 49 | sp:subject _:b6 | 50 | sp:subject _:b6 |
| 50 | ] [ sp:object _:b1 ; | 51 | ] [ sp:object _:b1 ; |
| 51 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaPilotPlan> ; | 52 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdStrengthForm> ; |
| 52 | sp:subject _:b5 | 53 | sp:subject _:b5 |
| 53 | ] [ rdf:type sp:Bind ; | 54 | ] [ rdf:type sp:Bind ; |
| 54 | sp:expression | 55 | sp:expression |
| ... | @@ -67,9 +68,9 @@ | ... | @@ -67,9 +68,9 @@ |
| 67 | ] ; | 68 | ] ; |
| 68 | spin:rule | 69 | spin:rule |
| 69 | [ rdf:type sp:Construct ; | 70 | [ rdf:type sp:Construct ; |
| 70 | - rdfs:comment "STEP 120 Transfer tvdStrengthForm"^^xsd:string ; | 71 | + rdfs:comment "STEP 112 Transfer diaHole"^^xsd:string ; |
| 71 | sp:templates ([ sp:object _:b8 ; | 72 | sp:templates ([ sp:object _:b8 ; |
| 72 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdStrengthForm> ; | 73 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaHole> ; |
| 73 | sp:subject _:b9 | 74 | sp:subject _:b9 |
| 74 | ]) ; | 75 | ]) ; |
| 75 | sp:where ([ sp:object _:b10 ; | 76 | sp:where ([ sp:object _:b10 ; |
| ... | @@ -85,7 +86,7 @@ | ... | @@ -85,7 +86,7 @@ |
| 85 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 86 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 86 | sp:subject _:b13 | 87 | sp:subject _:b13 |
| 87 | ] [ sp:object _:b8 ; | 88 | ] [ sp:object _:b8 ; |
| 88 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdStrengthForm> ; | 89 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaHole> ; |
| 89 | sp:subject _:b12 | 90 | sp:subject _:b12 |
| 90 | ] [ rdf:type sp:Bind ; | 91 | ] [ rdf:type sp:Bind ; |
| 91 | sp:expression | 92 | sp:expression |
| ... | @@ -104,9 +105,9 @@ | ... | @@ -104,9 +105,9 @@ |
| 104 | ] ; | 105 | ] ; |
| 105 | spin:rule | 106 | spin:rule |
| 106 | [ rdf:type sp:Construct ; | 107 | [ rdf:type sp:Construct ; |
| 107 | - rdfs:comment "STEP 105 Transfer ropCurrent"^^xsd:string ; | 108 | + rdfs:comment "STEP 111 Transfer mdPlugTop"^^xsd:string ; |
| 108 | sp:templates ([ sp:object _:b15 ; | 109 | sp:templates ([ sp:object _:b15 ; |
| 109 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ropCurrent> ; | 110 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlugTop> ; |
| 110 | sp:subject _:b16 | 111 | sp:subject _:b16 |
| 111 | ]) ; | 112 | ]) ; |
| 112 | sp:where ([ sp:object _:b17 ; | 113 | sp:where ([ sp:object _:b17 ; |
| ... | @@ -118,733 +119,1015 @@ | ... | @@ -118,733 +119,1015 @@ |
| 118 | ] [ sp:object _:b19 ; | 119 | ] [ sp:object _:b19 ; |
| 119 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 120 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 120 | sp:subject spin:_this | 121 | sp:subject spin:_this |
| 122 | + ] [ sp:object _:b16 ; | ||
| 123 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 124 | + sp:subject _:b20 | ||
| 121 | ] [ sp:object _:b15 ; | 125 | ] [ sp:object _:b15 ; |
| 122 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ropCurrent> ; | 126 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlugTop> ; |
| 123 | sp:subject _:b19 | 127 | sp:subject _:b19 |
| 124 | ] [ rdf:type sp:Bind ; | 128 | ] [ rdf:type sp:Bind ; |
| 125 | sp:expression | 129 | sp:expression |
| 126 | [ rdf:type ep-spin-lib:normalizeString ; | 130 | [ rdf:type ep-spin-lib:normalizeString ; |
| 127 | sp:arg1 _:b17 | 131 | sp:arg1 _:b17 |
| 128 | ] ; | 132 | ] ; |
| 129 | - sp:variable _:b20 | 133 | + sp:variable _:b21 |
| 130 | ] [ rdf:type sp:Bind ; | 134 | ] [ rdf:type sp:Bind ; |
| 131 | sp:expression | 135 | sp:expression |
| 132 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 136 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 133 | - sp:arg1 _:b20 ; | 137 | + sp:arg1 _:b21 ; |
| 134 | sp:arg2 _:b18 | 138 | sp:arg2 _:b18 |
| 135 | ] ; | 139 | ] ; |
| 136 | - sp:variable _:b16 | 140 | + sp:variable _:b20 |
| 137 | ]) | 141 | ]) |
| 138 | ] ; | 142 | ] ; |
| 139 | spin:rule | 143 | spin:rule |
| 140 | [ rdf:type sp:Construct ; | 144 | [ rdf:type sp:Construct ; |
| 141 | - rdfs:comment "STEP 115 Transfer diaCsgLast"^^xsd:string ; | 145 | + rdfs:comment "STEP 124 Transfer mdPlanned"^^xsd:string ; |
| 142 | - sp:templates ([ sp:object _:b21 ; | 146 | + sp:templates ([ sp:object _:b22 ; |
| 143 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaCsgLast> ; | 147 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlanned> ; |
| 144 | - sp:subject _:b22 | 148 | + sp:subject _:b23 |
| 145 | ]) ; | 149 | ]) ; |
| 146 | - sp:where ([ sp:object _:b23 ; | 150 | + sp:where ([ sp:object _:b24 ; |
| 147 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 151 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 148 | sp:subject spin:_this | 152 | sp:subject spin:_this |
| 149 | - ] [ sp:object _:b24 ; | 153 | + ] [ sp:object _:b25 ; |
| 150 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 154 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 151 | sp:subject spin:_this | 155 | sp:subject spin:_this |
| 152 | - ] [ sp:object _:b25 ; | 156 | + ] [ sp:object _:b26 ; |
| 153 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 157 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 154 | sp:subject spin:_this | 158 | sp:subject spin:_this |
| 155 | - ] [ sp:object _:b22 ; | 159 | + ] [ sp:object _:b23 ; |
| 156 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 160 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 161 | + sp:subject _:b27 | ||
| 162 | + ] [ sp:object _:b22 ; | ||
| 163 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlanned> ; | ||
| 157 | sp:subject _:b26 | 164 | sp:subject _:b26 |
| 158 | - ] [ sp:object _:b21 ; | ||
| 159 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaCsgLast> ; | ||
| 160 | - sp:subject _:b25 | ||
| 161 | ] [ rdf:type sp:Bind ; | 165 | ] [ rdf:type sp:Bind ; |
| 162 | sp:expression | 166 | sp:expression |
| 163 | [ rdf:type ep-spin-lib:normalizeString ; | 167 | [ rdf:type ep-spin-lib:normalizeString ; |
| 164 | - sp:arg1 _:b23 | 168 | + sp:arg1 _:b24 |
| 165 | ] ; | 169 | ] ; |
| 166 | - sp:variable _:b27 | 170 | + sp:variable _:b28 |
| 167 | ] [ rdf:type sp:Bind ; | 171 | ] [ rdf:type sp:Bind ; |
| 168 | sp:expression | 172 | sp:expression |
| 169 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 173 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 170 | - sp:arg1 _:b27 ; | 174 | + sp:arg1 _:b28 ; |
| 171 | - sp:arg2 _:b24 | 175 | + sp:arg2 _:b25 |
| 172 | ] ; | 176 | ] ; |
| 173 | - sp:variable _:b26 | 177 | + sp:variable _:b27 |
| 174 | ]) | 178 | ]) |
| 175 | ] ; | 179 | ] ; |
| 176 | spin:rule | 180 | spin:rule |
| 177 | [ rdf:type sp:Construct ; | 181 | [ rdf:type sp:Construct ; |
| 178 | - rdfs:comment "STEP 118 Transfer strengthForm"^^xsd:string ; | 182 | + rdfs:comment "STEP 116 Transfer mdCsgLast"^^xsd:string ; |
| 179 | - sp:templates ([ sp:object _:b28 ; | 183 | + sp:templates ([ sp:object _:b29 ; |
| 180 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#strengthForm> ; | 184 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdCsgLast> ; |
| 181 | - sp:subject _:b29 | 185 | + sp:subject _:b30 |
| 182 | ]) ; | 186 | ]) ; |
| 183 | - sp:where ([ sp:object _:b30 ; | 187 | + sp:where ([ sp:object _:b31 ; |
| 184 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 188 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 185 | sp:subject spin:_this | 189 | sp:subject spin:_this |
| 186 | - ] [ sp:object _:b31 ; | 190 | + ] [ sp:object _:b32 ; |
| 187 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 191 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 188 | sp:subject spin:_this | 192 | sp:subject spin:_this |
| 189 | - ] [ sp:object _:b32 ; | 193 | + ] [ sp:object _:b33 ; |
| 190 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 194 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 191 | sp:subject spin:_this | 195 | sp:subject spin:_this |
| 192 | - ] [ sp:object _:b29 ; | 196 | + ] [ sp:object _:b30 ; |
| 193 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 197 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 198 | + sp:subject _:b34 | ||
| 199 | + ] [ sp:object _:b29 ; | ||
| 200 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdCsgLast> ; | ||
| 194 | sp:subject _:b33 | 201 | sp:subject _:b33 |
| 195 | - ] [ sp:object _:b28 ; | ||
| 196 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#strengthForm> ; | ||
| 197 | - sp:subject _:b32 | ||
| 198 | ] [ rdf:type sp:Bind ; | 202 | ] [ rdf:type sp:Bind ; |
| 199 | sp:expression | 203 | sp:expression |
| 200 | [ rdf:type ep-spin-lib:normalizeString ; | 204 | [ rdf:type ep-spin-lib:normalizeString ; |
| 201 | - sp:arg1 _:b30 | 205 | + sp:arg1 _:b31 |
| 202 | ] ; | 206 | ] ; |
| 203 | - sp:variable _:b34 | 207 | + sp:variable _:b35 |
| 204 | ] [ rdf:type sp:Bind ; | 208 | ] [ rdf:type sp:Bind ; |
| 205 | sp:expression | 209 | sp:expression |
| 206 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 210 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 207 | - sp:arg1 _:b34 ; | 211 | + sp:arg1 _:b35 ; |
| 208 | - sp:arg2 _:b31 | 212 | + sp:arg2 _:b32 |
| 209 | ] ; | 213 | ] ; |
| 210 | - sp:variable _:b33 | 214 | + sp:variable _:b34 |
| 211 | ]) | 215 | ]) |
| 212 | ] ; | 216 | ] ; |
| 213 | spin:rule | 217 | spin:rule |
| 214 | [ rdf:type sp:Construct ; | 218 | [ rdf:type sp:Construct ; |
| 215 | - rdfs:comment "STEP 123 Transfer tvdDiaPilotPlan"^^xsd:string ; | 219 | + rdfs:comment "STEP 154 Transfer average bottom hole pressure"^^xsd:string ; |
| 216 | - sp:templates ([ sp:object _:b35 ; | 220 | + sp:templates ([ sp:object _:b36 ; |
| 217 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdDiaPilotPlan> ; | 221 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#avgPresBH> ; |
| 218 | - sp:subject _:b36 | 222 | + sp:subject _:b37 |
| 219 | ]) ; | 223 | ]) ; |
| 220 | - sp:where ([ sp:object _:b37 ; | 224 | + sp:where ([ sp:object _:b38 ; |
| 221 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 225 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 222 | sp:subject spin:_this | 226 | sp:subject spin:_this |
| 223 | - ] [ sp:object _:b38 ; | 227 | + ] [ sp:object _:b39 ; |
| 224 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 228 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 225 | sp:subject spin:_this | 229 | sp:subject spin:_this |
| 226 | - ] [ sp:object | 230 | + ] [ sp:object _:b40 ; |
| 227 | - [ sp:varName "statusInfo"^^xsd:string | ||
| 228 | - ] ; | ||
| 229 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 231 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 230 | sp:subject spin:_this | 232 | sp:subject spin:_this |
| 231 | - ] [ sp:object _:b36 ; | 233 | + ] [ sp:object _:b37 ; |
| 232 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 234 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 233 | - sp:subject _:b39 | 235 | + sp:subject _:b41 |
| 234 | - ] [ sp:object _:b35 ; | 236 | + ] [ sp:object _:b36 ; |
| 235 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdDiaPilotPlan> ; | 237 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#avgPresBH> ; |
| 236 | - sp:subject | 238 | + sp:subject _:b40 |
| 237 | - [ sp:varName "statusInfoddr"^^xsd:string | ||
| 238 | - ] | ||
| 239 | ] [ rdf:type sp:Bind ; | 239 | ] [ rdf:type sp:Bind ; |
| 240 | sp:expression | 240 | sp:expression |
| 241 | [ rdf:type ep-spin-lib:normalizeString ; | 241 | [ rdf:type ep-spin-lib:normalizeString ; |
| 242 | - sp:arg1 _:b37 | 242 | + sp:arg1 _:b38 |
| 243 | ] ; | 243 | ] ; |
| 244 | - sp:variable _:b40 | 244 | + sp:variable _:b42 |
| 245 | ] [ rdf:type sp:Bind ; | 245 | ] [ rdf:type sp:Bind ; |
| 246 | sp:expression | 246 | sp:expression |
| 247 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 247 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 248 | - sp:arg1 _:b40 ; | 248 | + sp:arg1 _:b42 ; |
| 249 | - sp:arg2 _:b38 | 249 | + sp:arg2 _:b39 |
| 250 | ] ; | 250 | ] ; |
| 251 | - sp:variable _:b39 | 251 | + sp:variable _:b41 |
| 252 | ]) | 252 | ]) |
| 253 | ] ; | 253 | ] ; |
| 254 | spin:rule | 254 | spin:rule |
| 255 | [ rdf:type sp:Construct ; | 255 | [ rdf:type sp:Construct ; |
| 256 | - rdfs:comment "STEP 126 Transfer WellboreType"^^xsd:string ; | 256 | + rdfs:comment "STEP 155 Transfer average bottom hole temperature"^^xsd:string ; |
| 257 | - sp:templates ([ sp:object _:b41 ; | 257 | + sp:templates ([ sp:object _:b43 ; |
| 258 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreDrillingType> ; | 258 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#avgTempBH> ; |
| 259 | - sp:subject _:b42 | 259 | + sp:subject _:b44 |
| 260 | ]) ; | 260 | ]) ; |
| 261 | - sp:where ([ sp:object _:b43 ; | 261 | + sp:where ([ sp:object _:b45 ; |
| 262 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 262 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 263 | sp:subject spin:_this | 263 | sp:subject spin:_this |
| 264 | - ] [ sp:object _:b44 ; | 264 | + ] [ sp:object _:b46 ; |
| 265 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 265 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 266 | sp:subject spin:_this | 266 | sp:subject spin:_this |
| 267 | - ] [ sp:object _:b45 ; | 267 | + ] [ sp:object _:b47 ; |
| 268 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 268 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 269 | sp:subject spin:_this | 269 | sp:subject spin:_this |
| 270 | - ] [ sp:object _:b46 ; | 270 | + ] [ sp:object _:b44 ; |
| 271 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumTypeWellbore> ; | 271 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 272 | - sp:subject _:b45 | 272 | + sp:subject _:b48 |
| 273 | - ] [ rdf:type sp:Bind ; | 273 | + ] [ sp:object _:b43 ; |
| 274 | - sp:expression | 274 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#avgTempBH> ; |
| 275 | - [ rdf:type ep-spin-lib:selectWellBoreDrillingType ; | 275 | + sp:subject _:b47 |
| 276 | - sp:arg1 _:b46 | ||
| 277 | - ] ; | ||
| 278 | - sp:variable _:b41 | ||
| 279 | ] [ rdf:type sp:Bind ; | 276 | ] [ rdf:type sp:Bind ; |
| 280 | sp:expression | 277 | sp:expression |
| 281 | [ rdf:type ep-spin-lib:normalizeString ; | 278 | [ rdf:type ep-spin-lib:normalizeString ; |
| 282 | - sp:arg1 _:b43 | 279 | + sp:arg1 _:b45 |
| 283 | ] ; | 280 | ] ; |
| 284 | - sp:variable _:b47 | 281 | + sp:variable _:b49 |
| 285 | ] [ rdf:type sp:Bind ; | 282 | ] [ rdf:type sp:Bind ; |
| 286 | sp:expression | 283 | sp:expression |
| 287 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 284 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 288 | - sp:arg1 _:b47 ; | 285 | + sp:arg1 _:b49 ; |
| 289 | - sp:arg2 _:b44 | 286 | + sp:arg2 _:b46 |
| 290 | ] ; | 287 | ] ; |
| 291 | - sp:variable _:b42 | 288 | + sp:variable _:b48 |
| 292 | ]) | 289 | ]) |
| 293 | ] ; | 290 | ] ; |
| 294 | spin:rule | 291 | spin:rule |
| 295 | [ rdf:type sp:Construct ; | 292 | [ rdf:type sp:Construct ; |
| 296 | - rdfs:comment "STEP 119 Transfer mdStrengthForm"^^xsd:string ; | 293 | + rdfs:comment "STEP 152 Transfer tightWell"^^xsd:string ; |
| 297 | - sp:templates ([ sp:object _:b48 ; | 294 | + sp:templates ([ sp:object _:b50 ; |
| 298 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdStrengthForm> ; | 295 | + sp:predicate rdf:type ; |
| 299 | - sp:subject _:b49 | 296 | + sp:subject _:b51 |
| 300 | ]) ; | 297 | ]) ; |
| 301 | - sp:where ([ sp:object _:b50 ; | 298 | + sp:where ([ sp:object _:b52 ; |
| 302 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 299 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 303 | sp:subject spin:_this | 300 | sp:subject spin:_this |
| 304 | - ] [ sp:object _:b51 ; | 301 | + ] [ sp:object _:b53 ; |
| 305 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 302 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 306 | sp:subject spin:_this | 303 | sp:subject spin:_this |
| 307 | - ] [ sp:object _:b52 ; | 304 | + ] [ sp:object _:b54 ; |
| 308 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 305 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 309 | sp:subject spin:_this | 306 | sp:subject spin:_this |
| 310 | - ] [ sp:object _:b49 ; | 307 | + ] [ sp:object _:b51 ; |
| 311 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 308 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 312 | - sp:subject _:b53 | 309 | + sp:subject _:b55 |
| 313 | - ] [ sp:object _:b48 ; | 310 | + ] [ sp:object _:b56 ; |
| 314 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdStrengthForm> ; | 311 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tightWell> ; |
| 315 | - sp:subject _:b52 | 312 | + sp:subject _:b54 |
| 316 | ] [ rdf:type sp:Bind ; | 313 | ] [ rdf:type sp:Bind ; |
| 317 | sp:expression | 314 | sp:expression |
| 318 | [ rdf:type ep-spin-lib:normalizeString ; | 315 | [ rdf:type ep-spin-lib:normalizeString ; |
| 319 | - sp:arg1 _:b50 | 316 | + sp:arg1 _:b52 |
| 320 | ] ; | 317 | ] ; |
| 321 | - sp:variable _:b54 | 318 | + sp:variable _:b57 |
| 322 | ] [ rdf:type sp:Bind ; | 319 | ] [ rdf:type sp:Bind ; |
| 323 | sp:expression | 320 | sp:expression |
| 324 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 321 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 325 | - sp:arg1 _:b54 ; | 322 | + sp:arg1 _:b57 ; |
| 326 | - sp:arg2 _:b51 | 323 | + sp:arg2 _:b53 |
| 327 | - ] ; | ||
| 328 | - sp:variable _:b53 | ||
| 329 | - ]) | ||
| 330 | - ] ; | ||
| 331 | - spin:rule | ||
| 332 | - [ rdf:type sp:Construct ; | ||
| 333 | - rdfs:comment "STEP 107 Transfer sum24Hr"^^xsd:string ; | ||
| 334 | - sp:templates ([ sp:object _:b55 ; | ||
| 335 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ; | ||
| 336 | - sp:subject _:b56 | ||
| 337 | - ]) ; | ||
| 338 | - sp:where ([ sp:object _:b57 ; | ||
| 339 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 340 | - sp:subject spin:_this | ||
| 341 | - ] [ sp:object _:b58 ; | ||
| 342 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 343 | - sp:subject spin:_this | ||
| 344 | - ] [ sp:object _:b59 ; | ||
| 345 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | ||
| 346 | - sp:subject spin:_this | ||
| 347 | - ] [ sp:object _:b55 ; | ||
| 348 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ; | ||
| 349 | - sp:subject _:b59 | ||
| 350 | - ] [ rdf:type sp:Bind ; | ||
| 351 | - sp:expression | ||
| 352 | - [ rdf:type ep-spin-lib:normalizeString ; | ||
| 353 | - sp:arg1 _:b57 | ||
| 354 | ] ; | 324 | ] ; |
| 355 | - sp:variable _:b60 | 325 | + sp:variable _:b55 |
| 356 | ] [ rdf:type sp:Bind ; | 326 | ] [ rdf:type sp:Bind ; |
| 357 | sp:expression | 327 | sp:expression |
| 358 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 328 | + [ rdf:type ep-spin-lib:selectWellBoreTightnessType ; |
| 359 | - sp:arg1 _:b60 ; | 329 | + sp:arg1 _:b56 |
| 360 | - sp:arg2 _:b58 | ||
| 361 | ] ; | 330 | ] ; |
| 362 | - sp:variable _:b56 | 331 | + sp:variable _:b50 |
| 363 | ]) | 332 | ]) |
| 364 | ] ; | 333 | ] ; |
| 365 | spin:rule | 334 | spin:rule |
| 366 | [ rdf:type sp:Construct ; | 335 | [ rdf:type sp:Construct ; |
| 367 | - rdfs:comment "STEP 106 Transfer distDrill"^^xsd:string ; | 336 | + rdfs:comment "STEP 108 Transfer forecast24Hr"^^xsd:string ; |
| 368 | - sp:templates ([ sp:object _:b61 ; | 337 | + sp:templates ([ sp:object _:b58 ; |
| 369 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#distDrill> ; | 338 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ; |
| 370 | - sp:subject _:b62 | 339 | + sp:subject _:b59 |
| 371 | ]) ; | 340 | ]) ; |
| 372 | - sp:where ([ sp:object _:b63 ; | 341 | + sp:where ([ sp:object _:b60 ; |
| 373 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 342 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 374 | sp:subject spin:_this | 343 | sp:subject spin:_this |
| 375 | - ] [ sp:object _:b64 ; | 344 | + ] [ sp:object _:b61 ; |
| 376 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 345 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 377 | sp:subject spin:_this | 346 | sp:subject spin:_this |
| 378 | - ] [ sp:object _:b65 ; | 347 | + ] [ sp:object _:b62 ; |
| 379 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 348 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 380 | sp:subject spin:_this | 349 | sp:subject spin:_this |
| 381 | - ] [ sp:object _:b61 ; | 350 | + ] [ sp:object _:b58 ; |
| 382 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#distDrill> ; | 351 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ; |
| 383 | - sp:subject _:b65 | 352 | + sp:subject _:b62 |
| 384 | ] [ rdf:type sp:Bind ; | 353 | ] [ rdf:type sp:Bind ; |
| 385 | sp:expression | 354 | sp:expression |
| 386 | [ rdf:type ep-spin-lib:normalizeString ; | 355 | [ rdf:type ep-spin-lib:normalizeString ; |
| 387 | - sp:arg1 _:b63 | 356 | + sp:arg1 _:b60 |
| 388 | ] ; | 357 | ] ; |
| 389 | - sp:variable _:b66 | 358 | + sp:variable _:b63 |
| 390 | ] [ rdf:type sp:Bind ; | 359 | ] [ rdf:type sp:Bind ; |
| 391 | sp:expression | 360 | sp:expression |
| 392 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 361 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 393 | - sp:arg1 _:b66 ; | 362 | + sp:arg1 _:b63 ; |
| 394 | - sp:arg2 _:b64 | 363 | + sp:arg2 _:b61 |
| 395 | ] ; | 364 | ] ; |
| 396 | - sp:variable _:b62 | 365 | + sp:variable _:b59 |
| 397 | ]) | 366 | ]) |
| 398 | ] ; | 367 | ] ; |
| 399 | spin:rule | 368 | spin:rule |
| 400 | [ rdf:type sp:Construct ; | 369 | [ rdf:type sp:Construct ; |
| 401 | - rdfs:comment "STEP 114 Transfer mdKickoff"^^xsd:string ; | 370 | + rdfs:comment "STEP 156 Transfer hpht Well"^^xsd:string ; |
| 402 | - sp:templates ([ sp:object _:b67 ; | 371 | + sp:templates ([ sp:object _:b64 ; |
| 403 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdKickoff> ; | 372 | + sp:predicate rdf:type ; |
| 404 | - sp:subject _:b68 | 373 | + sp:subject _:b65 |
| 405 | ]) ; | 374 | ]) ; |
| 406 | - sp:where ([ sp:object _:b69 ; | 375 | + sp:where ([ sp:object _:b66 ; |
| 407 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 376 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 408 | sp:subject spin:_this | 377 | sp:subject spin:_this |
| 409 | - ] [ sp:object _:b70 ; | 378 | + ] [ sp:object _:b67 ; |
| 410 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 379 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 411 | sp:subject spin:_this | 380 | sp:subject spin:_this |
| 412 | - ] [ sp:object _:b71 ; | 381 | + ] [ sp:object _:b68 ; |
| 413 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 382 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 414 | sp:subject spin:_this | 383 | sp:subject spin:_this |
| 415 | - ] [ sp:object _:b68 ; | 384 | + ] [ sp:object _:b69 ; |
| 385 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hpht> ; | ||
| 386 | + sp:subject _:b68 | ||
| 387 | + ] [ sp:object _:b65 ; | ||
| 416 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 388 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 417 | - sp:subject _:b72 | 389 | + sp:subject _:b70 |
| 418 | - ] [ sp:object _:b67 ; | ||
| 419 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdKickoff> ; | ||
| 420 | - sp:subject _:b71 | ||
| 421 | ] [ rdf:type sp:Bind ; | 390 | ] [ rdf:type sp:Bind ; |
| 422 | sp:expression | 391 | sp:expression |
| 423 | [ rdf:type ep-spin-lib:normalizeString ; | 392 | [ rdf:type ep-spin-lib:normalizeString ; |
| 424 | - sp:arg1 _:b69 | 393 | + sp:arg1 _:b66 |
| 425 | ] ; | 394 | ] ; |
| 426 | - sp:variable _:b73 | 395 | + sp:variable _:b71 |
| 427 | ] [ rdf:type sp:Bind ; | 396 | ] [ rdf:type sp:Bind ; |
| 428 | sp:expression | 397 | sp:expression |
| 429 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 398 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 430 | - sp:arg1 _:b73 ; | 399 | + sp:arg1 _:b71 ; |
| 431 | - sp:arg2 _:b70 | 400 | + sp:arg2 _:b67 |
| 432 | ] ; | 401 | ] ; |
| 433 | - sp:variable _:b72 | 402 | + sp:variable _:b70 |
| 403 | + ] [ rdf:type sp:Bind ; | ||
| 404 | + sp:expression | ||
| 405 | + [ rdf:type ep-spin-lib:selectWellBoreHphtType ; | ||
| 406 | + sp:arg1 _:b69 | ||
| 407 | + ] ; | ||
| 408 | + sp:variable _:b64 | ||
| 434 | ]) | 409 | ]) |
| 435 | ] ; | 410 | ] ; |
| 436 | spin:rule | 411 | spin:rule |
| 437 | [ rdf:type sp:Construct ; | 412 | [ rdf:type sp:Construct ; |
| 438 | - rdfs:comment "STEP 112 Transfer diaHole"^^xsd:string ; | 413 | + rdfs:comment "STEP 152 Transfer fixedRig"^^xsd:string ; |
| 439 | - sp:templates ([ sp:object _:b74 ; | 414 | + sp:templates ([ sp:object _:b72 ; |
| 440 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaHole> ; | 415 | + sp:predicate rdf:type ; |
| 441 | - sp:subject _:b75 | 416 | + sp:subject |
| 417 | + [ sp:varName "rig"^^xsd:string | ||
| 418 | + ] | ||
| 442 | ]) ; | 419 | ]) ; |
| 443 | - sp:where ([ sp:object _:b76 ; | 420 | + sp:where ([ sp:object _:b73 ; |
| 444 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 421 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 445 | sp:subject spin:_this | 422 | sp:subject spin:_this |
| 446 | - ] [ sp:object _:b77 ; | 423 | + ] [ sp:object _:b74 ; |
| 447 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 424 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 448 | sp:subject spin:_this | 425 | sp:subject spin:_this |
| 449 | - ] [ sp:object _:b78 ; | 426 | + ] [ sp:object _:b75 ; |
| 450 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 427 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 451 | sp:subject spin:_this | 428 | sp:subject spin:_this |
| 452 | - ] [ sp:object _:b75 ; | 429 | + ] [ sp:object |
| 430 | + [ sp:varName "temporalPartOfAWellBore"^^xsd:string | ||
| 431 | + ] ; | ||
| 453 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 432 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 454 | - sp:subject _:b79 | 433 | + sp:subject _:b76 |
| 455 | - ] [ sp:object _:b74 ; | 434 | + ] [ sp:object _:b77 ; |
| 456 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaHole> ; | 435 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#fixedRig> ; |
| 436 | + sp:subject _:b75 | ||
| 437 | + ] [ sp:object _:b78 ; | ||
| 438 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onRig> ; | ||
| 439 | + sp:subject _:b76 | ||
| 440 | + ] [ sp:object | ||
| 441 | + [ sp:varName "Rig"^^xsd:string | ||
| 442 | + ] ; | ||
| 443 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 457 | sp:subject _:b78 | 444 | sp:subject _:b78 |
| 458 | ] [ rdf:type sp:Bind ; | 445 | ] [ rdf:type sp:Bind ; |
| 459 | sp:expression | 446 | sp:expression |
| 460 | [ rdf:type ep-spin-lib:normalizeString ; | 447 | [ rdf:type ep-spin-lib:normalizeString ; |
| 461 | - sp:arg1 _:b76 | 448 | + sp:arg1 _:b73 |
| 462 | ] ; | 449 | ] ; |
| 463 | - sp:variable _:b80 | 450 | + sp:variable _:b79 |
| 464 | ] [ rdf:type sp:Bind ; | 451 | ] [ rdf:type sp:Bind ; |
| 465 | sp:expression | 452 | sp:expression |
| 466 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 453 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 467 | - sp:arg1 _:b80 ; | 454 | + sp:arg1 _:b79 ; |
| 468 | - sp:arg2 _:b77 | 455 | + sp:arg2 _:b74 |
| 469 | ] ; | 456 | ] ; |
| 470 | - sp:variable _:b79 | 457 | + sp:variable _:b76 |
| 458 | + ] [ rdf:type sp:Bind ; | ||
| 459 | + sp:expression | ||
| 460 | + [ rdf:type ep-spin-lib:selectFixedOrMoveableRigType ; | ||
| 461 | + sp:arg1 _:b77 | ||
| 462 | + ] ; | ||
| 463 | + sp:variable _:b72 | ||
| 471 | ]) | 464 | ]) |
| 472 | ] ; | 465 | ] ; |
| 473 | spin:rule | 466 | spin:rule |
| 474 | [ rdf:type sp:Construct ; | 467 | [ rdf:type sp:Construct ; |
| 475 | - rdfs:comment "STEP 117 Transfer tvdCsgLast"^^xsd:string ; | 468 | + rdfs:comment "STEP 122 Transfer mdDiaPilotPlan"^^xsd:string ; |
| 476 | - sp:templates ([ sp:object _:b81 ; | 469 | + sp:templates ([ sp:object _:b80 ; |
| 477 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdCsgLast> ; | 470 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaPilotPlan> ; |
| 478 | - sp:subject _:b82 | 471 | + sp:subject _:b81 |
| 479 | ]) ; | 472 | ]) ; |
| 480 | - sp:where ([ sp:object _:b83 ; | 473 | + sp:where ([ sp:object _:b82 ; |
| 481 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 474 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 482 | sp:subject spin:_this | 475 | sp:subject spin:_this |
| 483 | - ] [ sp:object _:b84 ; | 476 | + ] [ sp:object _:b83 ; |
| 484 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 477 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 485 | sp:subject spin:_this | 478 | sp:subject spin:_this |
| 486 | - ] [ sp:object _:b85 ; | 479 | + ] [ sp:object _:b84 ; |
| 487 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 480 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 488 | sp:subject spin:_this | 481 | sp:subject spin:_this |
| 489 | - ] [ sp:object _:b82 ; | ||
| 490 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 491 | - sp:subject _:b86 | ||
| 492 | ] [ sp:object _:b81 ; | 482 | ] [ sp:object _:b81 ; |
| 493 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdCsgLast> ; | 483 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 494 | sp:subject _:b85 | 484 | sp:subject _:b85 |
| 485 | + ] [ sp:object _:b80 ; | ||
| 486 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaPilotPlan> ; | ||
| 487 | + sp:subject _:b84 | ||
| 495 | ] [ rdf:type sp:Bind ; | 488 | ] [ rdf:type sp:Bind ; |
| 496 | sp:expression | 489 | sp:expression |
| 497 | [ rdf:type ep-spin-lib:normalizeString ; | 490 | [ rdf:type ep-spin-lib:normalizeString ; |
| 498 | - sp:arg1 _:b83 | 491 | + sp:arg1 _:b82 |
| 499 | ] ; | 492 | ] ; |
| 500 | - sp:variable _:b87 | 493 | + sp:variable _:b86 |
| 501 | ] [ rdf:type sp:Bind ; | 494 | ] [ rdf:type sp:Bind ; |
| 502 | sp:expression | 495 | sp:expression |
| 503 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 496 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 504 | - sp:arg1 _:b87 ; | 497 | + sp:arg1 _:b86 ; |
| 505 | - sp:arg2 _:b84 | 498 | + sp:arg2 _:b83 |
| 506 | ] ; | 499 | ] ; |
| 507 | - sp:variable _:b86 | 500 | + sp:variable _:b85 |
| 508 | ]) | 501 | ]) |
| 509 | ] ; | 502 | ] ; |
| 510 | spin:rule | 503 | spin:rule |
| 511 | [ rdf:type sp:Construct ; | 504 | [ rdf:type sp:Construct ; |
| 512 | - rdfs:comment "STEP 124 Transfer mdPlanned"^^xsd:string ; | 505 | + rdfs:comment "STEP 114 Transfer mdKickoff"^^xsd:string ; |
| 513 | - sp:templates ([ sp:object _:b88 ; | 506 | + sp:templates ([ sp:object _:b87 ; |
| 514 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlanned> ; | 507 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdKickoff> ; |
| 515 | - sp:subject _:b89 | 508 | + sp:subject _:b88 |
| 516 | ]) ; | 509 | ]) ; |
| 517 | - sp:where ([ sp:object _:b90 ; | 510 | + sp:where ([ sp:object _:b89 ; |
| 518 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 511 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 519 | sp:subject spin:_this | 512 | sp:subject spin:_this |
| 520 | - ] [ sp:object _:b91 ; | 513 | + ] [ sp:object _:b90 ; |
| 521 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 514 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 522 | sp:subject spin:_this | 515 | sp:subject spin:_this |
| 523 | - ] [ sp:object | 516 | + ] [ sp:object _:b91 ; |
| 524 | - [ sp:varName "statusInfo"^^xsd:string | ||
| 525 | - ] ; | ||
| 526 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 517 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 527 | sp:subject spin:_this | 518 | sp:subject spin:_this |
| 528 | - ] [ sp:object _:b89 ; | 519 | + ] [ sp:object _:b88 ; |
| 529 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 520 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 530 | sp:subject _:b92 | 521 | sp:subject _:b92 |
| 531 | - ] [ sp:object _:b88 ; | 522 | + ] [ sp:object _:b87 ; |
| 532 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlanned> ; | 523 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdKickoff> ; |
| 533 | - sp:subject | 524 | + sp:subject _:b91 |
| 534 | - [ sp:varName "statusInfoddr"^^xsd:string | ||
| 535 | - ] | ||
| 536 | ] [ rdf:type sp:Bind ; | 525 | ] [ rdf:type sp:Bind ; |
| 537 | sp:expression | 526 | sp:expression |
| 538 | [ rdf:type ep-spin-lib:normalizeString ; | 527 | [ rdf:type ep-spin-lib:normalizeString ; |
| 539 | - sp:arg1 _:b90 | 528 | + sp:arg1 _:b89 |
| 540 | ] ; | 529 | ] ; |
| 541 | sp:variable _:b93 | 530 | sp:variable _:b93 |
| 542 | ] [ rdf:type sp:Bind ; | 531 | ] [ rdf:type sp:Bind ; |
| 543 | sp:expression | 532 | sp:expression |
| 544 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 533 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 545 | sp:arg1 _:b93 ; | 534 | sp:arg1 _:b93 ; |
| 546 | - sp:arg2 _:b91 | 535 | + sp:arg2 _:b90 |
| 547 | ] ; | 536 | ] ; |
| 548 | sp:variable _:b92 | 537 | sp:variable _:b92 |
| 549 | ]) | 538 | ]) |
| 550 | ] ; | 539 | ] ; |
| 551 | spin:rule | 540 | spin:rule |
| 552 | [ rdf:type sp:Construct ; | 541 | [ rdf:type sp:Construct ; |
| 553 | - rdfs:comment "STEP 109 Transfer md"^^xsd:string ; | 542 | + rdfs:comment "STEP 157 Transfer report no"^^xsd:string ; |
| 554 | sp:templates ([ sp:object _:b94 ; | 543 | sp:templates ([ sp:object _:b94 ; |
| 555 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; | 544 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#reportNo> ; |
| 556 | sp:subject _:b95 | 545 | sp:subject _:b95 |
| 557 | ]) ; | 546 | ]) ; |
| 558 | sp:where ([ sp:object _:b96 ; | 547 | sp:where ([ sp:object _:b96 ; |
| 559 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 548 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 560 | sp:subject spin:_this | 549 | sp:subject spin:_this |
| 561 | ] [ sp:object _:b97 ; | 550 | ] [ sp:object _:b97 ; |
| 562 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 551 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; |
| 563 | sp:subject spin:_this | 552 | sp:subject spin:_this |
| 564 | ] [ sp:object _:b98 ; | 553 | ] [ sp:object _:b98 ; |
| 565 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 554 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 566 | sp:subject spin:_this | 555 | sp:subject spin:_this |
| 567 | - ] [ sp:object _:b95 ; | ||
| 568 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 569 | - sp:subject _:b99 | ||
| 570 | ] [ sp:object _:b94 ; | 556 | ] [ sp:object _:b94 ; |
| 571 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; | 557 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#reportNo> ; |
| 572 | sp:subject _:b98 | 558 | sp:subject _:b98 |
| 573 | ] [ rdf:type sp:Bind ; | 559 | ] [ rdf:type sp:Bind ; |
| 574 | sp:expression | 560 | sp:expression |
| 575 | [ rdf:type ep-spin-lib:normalizeString ; | 561 | [ rdf:type ep-spin-lib:normalizeString ; |
| 576 | sp:arg1 _:b96 | 562 | sp:arg1 _:b96 |
| 577 | ] ; | 563 | ] ; |
| 578 | - sp:variable _:b100 | 564 | + sp:variable _:b99 |
| 579 | ] [ rdf:type sp:Bind ; | 565 | ] [ rdf:type sp:Bind ; |
| 580 | sp:expression | 566 | sp:expression |
| 581 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 567 | + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; |
| 582 | - sp:arg1 _:b100 ; | 568 | + sp:arg1 _:b99 ; |
| 583 | sp:arg2 _:b97 | 569 | sp:arg2 _:b97 |
| 584 | ] ; | 570 | ] ; |
| 585 | - sp:variable _:b99 | 571 | + sp:variable _:b95 |
| 586 | ]) | 572 | ]) |
| 587 | ] ; | 573 | ] ; |
| 588 | spin:rule | 574 | spin:rule |
| 589 | [ rdf:type sp:Construct ; | 575 | [ rdf:type sp:Construct ; |
| 590 | - rdfs:comment "STEP 121 Transfer elevKelly"^^xsd:string ; | 576 | + rdfs:comment "STEP 123 Transfer tvdDiaPilotPlan"^^xsd:string ; |
| 591 | - sp:templates ([ sp:object _:b101 ; | 577 | + sp:templates ([ sp:object _:b100 ; |
| 592 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#elevKelly> ; | 578 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdDiaPilotPlan> ; |
| 593 | - sp:subject _:b102 | 579 | + sp:subject _:b101 |
| 594 | ]) ; | 580 | ]) ; |
| 595 | - sp:where ([ sp:object _:b103 ; | 581 | + sp:where ([ sp:object _:b102 ; |
| 596 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 582 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 597 | sp:subject spin:_this | 583 | sp:subject spin:_this |
| 598 | - ] [ sp:object _:b104 ; | 584 | + ] [ sp:object _:b103 ; |
| 599 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 585 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 600 | sp:subject spin:_this | 586 | sp:subject spin:_this |
| 601 | - ] [ sp:object _:b105 ; | 587 | + ] [ sp:object |
| 588 | + [ sp:varName "statusInfo"^^xsd:string | ||
| 589 | + ] ; | ||
| 602 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 590 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 603 | sp:subject spin:_this | 591 | sp:subject spin:_this |
| 604 | - ] [ sp:object _:b102 ; | ||
| 605 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 606 | - sp:subject _:b106 | ||
| 607 | ] [ sp:object _:b101 ; | 592 | ] [ sp:object _:b101 ; |
| 608 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#elevKelly> ; | 593 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 609 | - sp:subject _:b105 | 594 | + sp:subject _:b104 |
| 595 | + ] [ sp:object _:b100 ; | ||
| 596 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdDiaPilotPlan> ; | ||
| 597 | + sp:subject | ||
| 598 | + [ sp:varName "statusInfoddr"^^xsd:string | ||
| 599 | + ] | ||
| 610 | ] [ rdf:type sp:Bind ; | 600 | ] [ rdf:type sp:Bind ; |
| 611 | sp:expression | 601 | sp:expression |
| 612 | [ rdf:type ep-spin-lib:normalizeString ; | 602 | [ rdf:type ep-spin-lib:normalizeString ; |
| 613 | - sp:arg1 _:b103 | 603 | + sp:arg1 _:b102 |
| 614 | ] ; | 604 | ] ; |
| 615 | - sp:variable _:b107 | 605 | + sp:variable _:b105 |
| 616 | ] [ rdf:type sp:Bind ; | 606 | ] [ rdf:type sp:Bind ; |
| 617 | sp:expression | 607 | sp:expression |
| 618 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 608 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 619 | - sp:arg1 _:b107 ; | 609 | + sp:arg1 _:b105 ; |
| 620 | - sp:arg2 _:b104 | 610 | + sp:arg2 _:b103 |
| 621 | ] ; | 611 | ] ; |
| 622 | - sp:variable _:b106 | 612 | + sp:variable _:b104 |
| 623 | ]) | 613 | ]) |
| 624 | ] ; | 614 | ] ; |
| 625 | spin:rule | 615 | spin:rule |
| 626 | [ rdf:type sp:Construct ; | 616 | [ rdf:type sp:Construct ; |
| 627 | - rdfs:comment "STEP 111 Transfer mdPlugTop"^^xsd:string ; | 617 | + rdfs:comment "STEP 117 Transfer tvdCsgLast"^^xsd:string ; |
| 628 | - sp:templates ([ sp:object _:b108 ; | 618 | + sp:templates ([ sp:object _:b106 ; |
| 629 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlugTop> ; | 619 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdCsgLast> ; |
| 630 | - sp:subject _:b109 | 620 | + sp:subject _:b107 |
| 631 | ]) ; | 621 | ]) ; |
| 632 | - sp:where ([ sp:object _:b110 ; | 622 | + sp:where ([ sp:object _:b108 ; |
| 633 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 623 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 634 | sp:subject spin:_this | 624 | sp:subject spin:_this |
| 635 | - ] [ sp:object _:b111 ; | 625 | + ] [ sp:object _:b109 ; |
| 636 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 626 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 637 | sp:subject spin:_this | 627 | sp:subject spin:_this |
| 638 | - ] [ sp:object _:b112 ; | 628 | + ] [ sp:object _:b110 ; |
| 639 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 629 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 640 | sp:subject spin:_this | 630 | sp:subject spin:_this |
| 641 | - ] [ sp:object _:b109 ; | 631 | + ] [ sp:object _:b107 ; |
| 642 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 632 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 643 | - sp:subject _:b113 | 633 | + sp:subject _:b111 |
| 644 | - ] [ sp:object _:b108 ; | 634 | + ] [ sp:object _:b106 ; |
| 645 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlugTop> ; | 635 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdCsgLast> ; |
| 646 | - sp:subject _:b112 | 636 | + sp:subject _:b110 |
| 647 | ] [ rdf:type sp:Bind ; | 637 | ] [ rdf:type sp:Bind ; |
| 648 | sp:expression | 638 | sp:expression |
| 649 | [ rdf:type ep-spin-lib:normalizeString ; | 639 | [ rdf:type ep-spin-lib:normalizeString ; |
| 650 | - sp:arg1 _:b110 | 640 | + sp:arg1 _:b108 |
| 651 | ] ; | 641 | ] ; |
| 652 | - sp:variable _:b114 | 642 | + sp:variable _:b112 |
| 653 | ] [ rdf:type sp:Bind ; | 643 | ] [ rdf:type sp:Bind ; |
| 654 | sp:expression | 644 | sp:expression |
| 655 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 645 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 656 | - sp:arg1 _:b114 ; | 646 | + sp:arg1 _:b112 ; |
| 657 | - sp:arg2 _:b111 | 647 | + sp:arg2 _:b109 |
| 658 | ] ; | 648 | ] ; |
| 659 | - sp:variable _:b113 | 649 | + sp:variable _:b111 |
| 660 | ]) | 650 | ]) |
| 661 | ] ; | 651 | ] ; |
| 662 | spin:rule | 652 | spin:rule |
| 663 | [ rdf:type sp:Construct ; | 653 | [ rdf:type sp:Construct ; |
| 664 | - rdfs:comment "STEP 108 Transfer forecast24Hr"^^xsd:string ; | 654 | + rdfs:comment "STEP 107 Transfer sum24Hr"^^xsd:string ; |
| 665 | - sp:templates ([ sp:object _:b115 ; | 655 | + sp:templates ([ sp:object _:b113 ; |
| 666 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ; | 656 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ; |
| 667 | - sp:subject _:b116 | 657 | + sp:subject _:b114 |
| 668 | ]) ; | 658 | ]) ; |
| 669 | - sp:where ([ sp:object _:b117 ; | 659 | + sp:where ([ sp:object _:b115 ; |
| 670 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 660 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 671 | sp:subject spin:_this | 661 | sp:subject spin:_this |
| 672 | - ] [ sp:object _:b118 ; | 662 | + ] [ sp:object _:b116 ; |
| 673 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 663 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 674 | sp:subject spin:_this | 664 | sp:subject spin:_this |
| 675 | - ] [ sp:object _:b119 ; | 665 | + ] [ sp:object _:b117 ; |
| 676 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 666 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 677 | sp:subject spin:_this | 667 | sp:subject spin:_this |
| 678 | - ] [ sp:object _:b115 ; | 668 | + ] [ sp:object _:b113 ; |
| 679 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ; | 669 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ; |
| 680 | - sp:subject _:b119 | 670 | + sp:subject _:b117 |
| 681 | ] [ rdf:type sp:Bind ; | 671 | ] [ rdf:type sp:Bind ; |
| 682 | sp:expression | 672 | sp:expression |
| 683 | [ rdf:type ep-spin-lib:normalizeString ; | 673 | [ rdf:type ep-spin-lib:normalizeString ; |
| 684 | - sp:arg1 _:b117 | 674 | + sp:arg1 _:b115 |
| 685 | ] ; | 675 | ] ; |
| 686 | - sp:variable _:b120 | 676 | + sp:variable _:b118 |
| 687 | ] [ rdf:type sp:Bind ; | 677 | ] [ rdf:type sp:Bind ; |
| 688 | sp:expression | 678 | sp:expression |
| 689 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 679 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 690 | - sp:arg1 _:b120 ; | 680 | + sp:arg1 _:b118 ; |
| 691 | - sp:arg2 _:b118 | 681 | + sp:arg2 _:b116 |
| 692 | ] ; | 682 | ] ; |
| 693 | - sp:variable _:b116 | 683 | + sp:variable _:b114 |
| 694 | ]) | 684 | ]) |
| 695 | ] ; | 685 | ] ; |
| 696 | spin:rule | 686 | spin:rule |
| 697 | [ rdf:type sp:Construct ; | 687 | [ rdf:type sp:Construct ; |
| 698 | - rdfs:comment "STEP 113 Transfer mdDiaHoleStart"^^xsd:string ; | 688 | + rdfs:comment "STEP 125 Transfer presTestType"^^xsd:string ; |
| 699 | - sp:templates ([ sp:object _:b121 ; | 689 | + sp:templates ([ sp:object _:b119 ; |
| 700 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaHoleStart> ; | 690 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 701 | - sp:subject _:b122 | 691 | + sp:subject _:b120 |
| 692 | + ] [ sp:object _:b121 ; | ||
| 693 | + sp:predicate rdf:type ; | ||
| 694 | + sp:subject _:b119 | ||
| 702 | ]) ; | 695 | ]) ; |
| 703 | - sp:where ([ sp:object _:b123 ; | 696 | + sp:where ([ sp:object _:b122 ; |
| 704 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 697 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 705 | sp:subject spin:_this | 698 | sp:subject spin:_this |
| 706 | - ] [ sp:object _:b124 ; | 699 | + ] [ sp:object _:b123 ; |
| 707 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 700 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 708 | sp:subject spin:_this | 701 | sp:subject spin:_this |
| 709 | - ] [ sp:object _:b125 ; | 702 | + ] [ sp:object _:b124 ; |
| 710 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 703 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 711 | sp:subject spin:_this | 704 | sp:subject spin:_this |
| 712 | - ] [ sp:object _:b122 ; | 705 | + ] [ sp:object _:b125 ; |
| 713 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 706 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumPresTestType> ; |
| 714 | - sp:subject _:b126 | 707 | + sp:subject _:b124 |
| 715 | - ] [ sp:object _:b121 ; | ||
| 716 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaHoleStart> ; | ||
| 717 | - sp:subject _:b125 | ||
| 718 | ] [ rdf:type sp:Bind ; | 708 | ] [ rdf:type sp:Bind ; |
| 719 | sp:expression | 709 | sp:expression |
| 720 | - [ rdf:type ep-spin-lib:normalizeString ; | 710 | + [ rdf:type ep-spin-lib:selectPressureTestType ; |
| 721 | - sp:arg1 _:b123 | 711 | + sp:arg1 _:b125 |
| 722 | ] ; | 712 | ] ; |
| 723 | - sp:variable _:b127 | 713 | + sp:variable _:b121 |
| 724 | ] [ rdf:type sp:Bind ; | 714 | ] [ rdf:type sp:Bind ; |
| 725 | sp:expression | 715 | sp:expression |
| 726 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 716 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 727 | - sp:arg1 _:b127 ; | 717 | + sp:arg1 _:b122 |
| 728 | - sp:arg2 _:b124 | ||
| 729 | ] ; | 718 | ] ; |
| 730 | sp:variable _:b126 | 719 | sp:variable _:b126 |
| 720 | + ] [ rdf:type sp:Bind ; | ||
| 721 | + sp:expression | ||
| 722 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 723 | + sp:arg1 _:b126 ; | ||
| 724 | + sp:arg2 _:b123 | ||
| 725 | + ] ; | ||
| 726 | + sp:variable _:b120 | ||
| 731 | ]) | 727 | ]) |
| 732 | ] ; | 728 | ] ; |
| 733 | spin:rule | 729 | spin:rule |
| 734 | [ rdf:type sp:Construct ; | 730 | [ rdf:type sp:Construct ; |
| 735 | - rdfs:comment "STEP 116 Transfer mdCsgLast"^^xsd:string ; | 731 | + rdfs:comment "STEP 120 Transfer tvdStrengthForm"^^xsd:string ; |
| 736 | - sp:templates ([ sp:object _:b128 ; | 732 | + sp:templates ([ sp:object _:b127 ; |
| 737 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdCsgLast> ; | 733 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdStrengthForm> ; |
| 738 | - sp:subject _:b129 | 734 | + sp:subject _:b128 |
| 739 | ]) ; | 735 | ]) ; |
| 740 | - sp:where ([ sp:object _:b130 ; | 736 | + sp:where ([ sp:object _:b129 ; |
| 741 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 737 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 742 | sp:subject spin:_this | 738 | sp:subject spin:_this |
| 743 | - ] [ sp:object _:b131 ; | 739 | + ] [ sp:object _:b130 ; |
| 744 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 740 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 745 | sp:subject spin:_this | 741 | sp:subject spin:_this |
| 746 | - ] [ sp:object _:b132 ; | 742 | + ] [ sp:object _:b131 ; |
| 747 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 743 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 748 | sp:subject spin:_this | 744 | sp:subject spin:_this |
| 749 | - ] [ sp:object _:b129 ; | ||
| 750 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 751 | - sp:subject _:b133 | ||
| 752 | ] [ sp:object _:b128 ; | 745 | ] [ sp:object _:b128 ; |
| 753 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdCsgLast> ; | 746 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 754 | sp:subject _:b132 | 747 | sp:subject _:b132 |
| 748 | + ] [ sp:object _:b127 ; | ||
| 749 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdStrengthForm> ; | ||
| 750 | + sp:subject _:b131 | ||
| 755 | ] [ rdf:type sp:Bind ; | 751 | ] [ rdf:type sp:Bind ; |
| 756 | sp:expression | 752 | sp:expression |
| 757 | [ rdf:type ep-spin-lib:normalizeString ; | 753 | [ rdf:type ep-spin-lib:normalizeString ; |
| 758 | - sp:arg1 _:b130 | 754 | + sp:arg1 _:b129 |
| 759 | ] ; | 755 | ] ; |
| 760 | - sp:variable _:b134 | 756 | + sp:variable _:b133 |
| 761 | ] [ rdf:type sp:Bind ; | 757 | ] [ rdf:type sp:Bind ; |
| 762 | sp:expression | 758 | sp:expression |
| 763 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 759 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 764 | - sp:arg1 _:b134 ; | 760 | + sp:arg1 _:b133 ; |
| 765 | - sp:arg2 _:b131 | 761 | + sp:arg2 _:b130 |
| 766 | ] ; | 762 | ] ; |
| 767 | - sp:variable _:b133 | 763 | + sp:variable _:b132 |
| 768 | ]) | 764 | ]) |
| 769 | ] ; | 765 | ] ; |
| 770 | spin:rule | 766 | spin:rule |
| 771 | [ rdf:type sp:Construct ; | 767 | [ rdf:type sp:Construct ; |
| 772 | - rdfs:comment "STEP 110 Transfer tvd"^^xsd:string ; | 768 | + rdfs:comment "STEP 153 Transfer waterDepth"^^xsd:string ; |
| 773 | - sp:templates ([ sp:object _:b135 ; | 769 | + sp:templates ([ sp:object _:b134 ; |
| 774 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; | 770 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#waterDepth> ; |
| 775 | - sp:subject _:b136 | 771 | + sp:subject _:b135 |
| 776 | ]) ; | 772 | ]) ; |
| 777 | - sp:where ([ sp:object _:b137 ; | 773 | + sp:where ([ sp:object _:b136 ; |
| 778 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 774 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 779 | sp:subject spin:_this | 775 | sp:subject spin:_this |
| 780 | - ] [ sp:object _:b138 ; | 776 | + ] [ sp:object _:b137 ; |
| 781 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 777 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 782 | sp:subject spin:_this | 778 | sp:subject spin:_this |
| 783 | - ] [ sp:object _:b139 ; | 779 | + ] [ sp:object _:b138 ; |
| 784 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 780 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 785 | sp:subject spin:_this | 781 | sp:subject spin:_this |
| 786 | - ] [ sp:object _:b136 ; | ||
| 787 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 788 | - sp:subject _:b140 | ||
| 789 | ] [ sp:object _:b135 ; | 782 | ] [ sp:object _:b135 ; |
| 790 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; | 783 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 791 | sp:subject _:b139 | 784 | sp:subject _:b139 |
| 785 | + ] [ sp:object _:b134 ; | ||
| 786 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#waterDepth> ; | ||
| 787 | + sp:subject _:b138 | ||
| 792 | ] [ rdf:type sp:Bind ; | 788 | ] [ rdf:type sp:Bind ; |
| 793 | sp:expression | 789 | sp:expression |
| 794 | [ rdf:type ep-spin-lib:normalizeString ; | 790 | [ rdf:type ep-spin-lib:normalizeString ; |
| 795 | - sp:arg1 _:b137 | 791 | + sp:arg1 _:b136 |
| 796 | ] ; | 792 | ] ; |
| 797 | - sp:variable _:b141 | 793 | + sp:variable _:b140 |
| 798 | ] [ rdf:type sp:Bind ; | 794 | ] [ rdf:type sp:Bind ; |
| 799 | sp:expression | 795 | sp:expression |
| 800 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 796 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 801 | - sp:arg1 _:b141 ; | 797 | + sp:arg1 _:b140 ; |
| 802 | - sp:arg2 _:b138 | 798 | + sp:arg2 _:b137 |
| 803 | ] ; | 799 | ] ; |
| 804 | - sp:variable _:b140 | 800 | + sp:variable _:b139 |
| 805 | ]) | 801 | ]) |
| 806 | ] ; | 802 | ] ; |
| 807 | spin:rule | 803 | spin:rule |
| 808 | [ rdf:type sp:Construct ; | 804 | [ rdf:type sp:Construct ; |
| 809 | - rdfs:comment "STEP 125 Transfer presTestType"^^xsd:string ; | 805 | + rdfs:comment "STEP 118 Transfer strengthForm"^^xsd:string ; |
| 810 | - sp:templates ([ sp:object _:b142 ; | 806 | + sp:templates ([ sp:object _:b141 ; |
| 811 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 807 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#strengthForm> ; |
| 812 | - sp:subject _:b143 | ||
| 813 | - ] [ sp:object _:b144 ; | ||
| 814 | - sp:predicate rdf:type ; | ||
| 815 | sp:subject _:b142 | 808 | sp:subject _:b142 |
| 816 | ]) ; | 809 | ]) ; |
| 817 | - sp:where ([ sp:object _:b145 ; | 810 | + sp:where ([ sp:object _:b143 ; |
| 818 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 811 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 819 | sp:subject spin:_this | 812 | sp:subject spin:_this |
| 820 | - ] [ sp:object _:b146 ; | 813 | + ] [ sp:object _:b144 ; |
| 821 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 814 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 822 | sp:subject spin:_this | 815 | sp:subject spin:_this |
| 823 | - ] [ sp:object _:b147 ; | 816 | + ] [ sp:object _:b145 ; |
| 824 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | 817 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; |
| 825 | sp:subject spin:_this | 818 | sp:subject spin:_this |
| 819 | + ] [ sp:object _:b142 ; | ||
| 820 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 821 | + sp:subject _:b146 | ||
| 822 | + ] [ sp:object _:b141 ; | ||
| 823 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#strengthForm> ; | ||
| 824 | + sp:subject _:b145 | ||
| 825 | + ] [ rdf:type sp:Bind ; | ||
| 826 | + sp:expression | ||
| 827 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 828 | + sp:arg1 _:b143 | ||
| 829 | + ] ; | ||
| 830 | + sp:variable _:b147 | ||
| 831 | + ] [ rdf:type sp:Bind ; | ||
| 832 | + sp:expression | ||
| 833 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 834 | + sp:arg1 _:b147 ; | ||
| 835 | + sp:arg2 _:b144 | ||
| 836 | + ] ; | ||
| 837 | + sp:variable _:b146 | ||
| 838 | + ]) | ||
| 839 | + ] ; | ||
| 840 | + spin:rule | ||
| 841 | + [ rdf:type sp:Construct ; | ||
| 842 | + rdfs:comment "STEP 113 Transfer mdDiaHoleStart"^^xsd:string ; | ||
| 843 | + sp:templates ([ sp:object _:b148 ; | ||
| 844 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaHoleStart> ; | ||
| 845 | + sp:subject _:b149 | ||
| 846 | + ]) ; | ||
| 847 | + sp:where ([ sp:object _:b150 ; | ||
| 848 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 849 | + sp:subject spin:_this | ||
| 850 | + ] [ sp:object _:b151 ; | ||
| 851 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 852 | + sp:subject spin:_this | ||
| 853 | + ] [ sp:object _:b152 ; | ||
| 854 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | ||
| 855 | + sp:subject spin:_this | ||
| 856 | + ] [ sp:object _:b149 ; | ||
| 857 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 858 | + sp:subject _:b153 | ||
| 826 | ] [ sp:object _:b148 ; | 859 | ] [ sp:object _:b148 ; |
| 827 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumPresTestType> ; | 860 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaHoleStart> ; |
| 828 | - sp:subject _:b147 | 861 | + sp:subject _:b152 |
| 829 | ] [ rdf:type sp:Bind ; | 862 | ] [ rdf:type sp:Bind ; |
| 830 | sp:expression | 863 | sp:expression |
| 831 | - [ rdf:type ep-spin-lib:selectPressureTestType ; | 864 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 832 | - sp:arg1 _:b148 | 865 | + sp:arg1 _:b150 |
| 866 | + ] ; | ||
| 867 | + sp:variable _:b154 | ||
| 868 | + ] [ rdf:type sp:Bind ; | ||
| 869 | + sp:expression | ||
| 870 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 871 | + sp:arg1 _:b154 ; | ||
| 872 | + sp:arg2 _:b151 | ||
| 873 | + ] ; | ||
| 874 | + sp:variable _:b153 | ||
| 875 | + ]) | ||
| 876 | + ] ; | ||
| 877 | + spin:rule | ||
| 878 | + [ rdf:type sp:Construct ; | ||
| 879 | + rdfs:comment "STEP 109 Transfer md"^^xsd:string ; | ||
| 880 | + sp:templates ([ sp:object _:b155 ; | ||
| 881 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; | ||
| 882 | + sp:subject _:b156 | ||
| 883 | + ]) ; | ||
| 884 | + sp:where ([ sp:object _:b157 ; | ||
| 885 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 886 | + sp:subject spin:_this | ||
| 887 | + ] [ sp:object _:b158 ; | ||
| 888 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 889 | + sp:subject spin:_this | ||
| 890 | + ] [ sp:object _:b159 ; | ||
| 891 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | ||
| 892 | + sp:subject spin:_this | ||
| 893 | + ] [ sp:object _:b156 ; | ||
| 894 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 895 | + sp:subject _:b160 | ||
| 896 | + ] [ sp:object _:b155 ; | ||
| 897 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; | ||
| 898 | + sp:subject _:b159 | ||
| 899 | + ] [ rdf:type sp:Bind ; | ||
| 900 | + sp:expression | ||
| 901 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 902 | + sp:arg1 _:b157 | ||
| 903 | + ] ; | ||
| 904 | + sp:variable _:b161 | ||
| 905 | + ] [ rdf:type sp:Bind ; | ||
| 906 | + sp:expression | ||
| 907 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 908 | + sp:arg1 _:b161 ; | ||
| 909 | + sp:arg2 _:b158 | ||
| 910 | + ] ; | ||
| 911 | + sp:variable _:b160 | ||
| 912 | + ]) | ||
| 913 | + ] ; | ||
| 914 | + spin:rule | ||
| 915 | + [ rdf:type sp:Construct ; | ||
| 916 | + rdfs:comment "STEP 126 Transfer WellboreType"^^xsd:string ; | ||
| 917 | + sp:templates ([ sp:object _:b162 ; | ||
| 918 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreDrillingType> ; | ||
| 919 | + sp:subject _:b163 | ||
| 920 | + ]) ; | ||
| 921 | + sp:where ([ sp:object _:b164 ; | ||
| 922 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 923 | + sp:subject spin:_this | ||
| 924 | + ] [ sp:object _:b165 ; | ||
| 925 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 926 | + sp:subject spin:_this | ||
| 927 | + ] [ sp:object _:b166 ; | ||
| 928 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | ||
| 929 | + sp:subject spin:_this | ||
| 930 | + ] [ sp:object _:b167 ; | ||
| 931 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumTypeWellbore> ; | ||
| 932 | + sp:subject _:b166 | ||
| 933 | + ] [ rdf:type sp:Bind ; | ||
| 934 | + sp:expression | ||
| 935 | + [ rdf:type ep-spin-lib:selectWellBoreDrillingType ; | ||
| 936 | + sp:arg1 _:b167 | ||
| 937 | + ] ; | ||
| 938 | + sp:variable _:b162 | ||
| 939 | + ] [ rdf:type sp:Bind ; | ||
| 940 | + sp:expression | ||
| 941 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 942 | + sp:arg1 _:b164 | ||
| 943 | + ] ; | ||
| 944 | + sp:variable _:b168 | ||
| 945 | + ] [ rdf:type sp:Bind ; | ||
| 946 | + sp:expression | ||
| 947 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 948 | + sp:arg1 _:b168 ; | ||
| 949 | + sp:arg2 _:b165 | ||
| 950 | + ] ; | ||
| 951 | + sp:variable _:b163 | ||
| 952 | + ]) | ||
| 953 | + ] ; | ||
| 954 | + spin:rule | ||
| 955 | + [ rdf:type sp:Construct ; | ||
| 956 | + rdfs:comment "STEP 115 Transfer diaCsgLast"^^xsd:string ; | ||
| 957 | + sp:templates ([ sp:object _:b169 ; | ||
| 958 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaCsgLast> ; | ||
| 959 | + sp:subject _:b170 | ||
| 960 | + ]) ; | ||
| 961 | + sp:where ([ sp:object _:b171 ; | ||
| 962 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 963 | + sp:subject spin:_this | ||
| 964 | + ] [ sp:object _:b172 ; | ||
| 965 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 966 | + sp:subject spin:_this | ||
| 967 | + ] [ sp:object _:b173 ; | ||
| 968 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | ||
| 969 | + sp:subject spin:_this | ||
| 970 | + ] [ sp:object _:b170 ; | ||
| 971 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 972 | + sp:subject _:b174 | ||
| 973 | + ] [ sp:object _:b169 ; | ||
| 974 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaCsgLast> ; | ||
| 975 | + sp:subject _:b173 | ||
| 976 | + ] [ rdf:type sp:Bind ; | ||
| 977 | + sp:expression | ||
| 978 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 979 | + sp:arg1 _:b171 | ||
| 980 | + ] ; | ||
| 981 | + sp:variable _:b175 | ||
| 982 | + ] [ rdf:type sp:Bind ; | ||
| 983 | + sp:expression | ||
| 984 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 985 | + sp:arg1 _:b175 ; | ||
| 986 | + sp:arg2 _:b172 | ||
| 833 | ] ; | 987 | ] ; |
| 834 | - sp:variable _:b144 | 988 | + sp:variable _:b174 |
| 989 | + ]) | ||
| 990 | + ] ; | ||
| 991 | + spin:rule | ||
| 992 | + [ rdf:type sp:Construct ; | ||
| 993 | + rdfs:comment "STEP 105 Transfer ropCurrent"^^xsd:string ; | ||
| 994 | + sp:templates ([ sp:object _:b176 ; | ||
| 995 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ropCurrent> ; | ||
| 996 | + sp:subject _:b177 | ||
| 997 | + ]) ; | ||
| 998 | + sp:where ([ sp:object _:b178 ; | ||
| 999 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 1000 | + sp:subject spin:_this | ||
| 1001 | + ] [ sp:object _:b179 ; | ||
| 1002 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 1003 | + sp:subject spin:_this | ||
| 1004 | + ] [ sp:object _:b180 ; | ||
| 1005 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | ||
| 1006 | + sp:subject spin:_this | ||
| 1007 | + ] [ sp:object _:b176 ; | ||
| 1008 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ropCurrent> ; | ||
| 1009 | + sp:subject _:b180 | ||
| 835 | ] [ rdf:type sp:Bind ; | 1010 | ] [ rdf:type sp:Bind ; |
| 836 | sp:expression | 1011 | sp:expression |
| 837 | [ rdf:type ep-spin-lib:normalizeString ; | 1012 | [ rdf:type ep-spin-lib:normalizeString ; |
| 838 | - sp:arg1 _:b145 | 1013 | + sp:arg1 _:b178 |
| 839 | ] ; | 1014 | ] ; |
| 840 | - sp:variable _:b149 | 1015 | + sp:variable _:b181 |
| 841 | ] [ rdf:type sp:Bind ; | 1016 | ] [ rdf:type sp:Bind ; |
| 842 | sp:expression | 1017 | sp:expression |
| 843 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 1018 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 844 | - sp:arg1 _:b149 ; | 1019 | + sp:arg1 _:b181 ; |
| 845 | - sp:arg2 _:b146 | 1020 | + sp:arg2 _:b179 |
| 846 | ] ; | 1021 | ] ; |
| 847 | - sp:variable _:b143 | 1022 | + sp:variable _:b177 |
| 1023 | + ]) | ||
| 1024 | + ] ; | ||
| 1025 | + spin:rule | ||
| 1026 | + [ rdf:type sp:Construct ; | ||
| 1027 | + rdfs:comment "STEP 106 Transfer distDrill"^^xsd:string ; | ||
| 1028 | + sp:templates ([ sp:object _:b182 ; | ||
| 1029 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#distDrill> ; | ||
| 1030 | + sp:subject _:b183 | ||
| 1031 | + ]) ; | ||
| 1032 | + sp:where ([ sp:object _:b184 ; | ||
| 1033 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 1034 | + sp:subject spin:_this | ||
| 1035 | + ] [ sp:object _:b185 ; | ||
| 1036 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 1037 | + sp:subject spin:_this | ||
| 1038 | + ] [ sp:object _:b186 ; | ||
| 1039 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | ||
| 1040 | + sp:subject spin:_this | ||
| 1041 | + ] [ sp:object _:b182 ; | ||
| 1042 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#distDrill> ; | ||
| 1043 | + sp:subject _:b186 | ||
| 1044 | + ] [ rdf:type sp:Bind ; | ||
| 1045 | + sp:expression | ||
| 1046 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 1047 | + sp:arg1 _:b184 | ||
| 1048 | + ] ; | ||
| 1049 | + sp:variable _:b187 | ||
| 1050 | + ] [ rdf:type sp:Bind ; | ||
| 1051 | + sp:expression | ||
| 1052 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 1053 | + sp:arg1 _:b187 ; | ||
| 1054 | + sp:arg2 _:b185 | ||
| 1055 | + ] ; | ||
| 1056 | + sp:variable _:b183 | ||
| 1057 | + ]) | ||
| 1058 | + ] ; | ||
| 1059 | + spin:rule | ||
| 1060 | + [ rdf:type sp:Construct ; | ||
| 1061 | + rdfs:comment "STEP 110 Transfer tvd"^^xsd:string ; | ||
| 1062 | + sp:templates ([ sp:object _:b188 ; | ||
| 1063 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; | ||
| 1064 | + sp:subject _:b189 | ||
| 1065 | + ]) ; | ||
| 1066 | + sp:where ([ sp:object _:b190 ; | ||
| 1067 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 1068 | + sp:subject spin:_this | ||
| 1069 | + ] [ sp:object _:b191 ; | ||
| 1070 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 1071 | + sp:subject spin:_this | ||
| 1072 | + ] [ sp:object _:b192 ; | ||
| 1073 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | ||
| 1074 | + sp:subject spin:_this | ||
| 1075 | + ] [ sp:object _:b189 ; | ||
| 1076 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 1077 | + sp:subject _:b193 | ||
| 1078 | + ] [ sp:object _:b188 ; | ||
| 1079 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; | ||
| 1080 | + sp:subject _:b192 | ||
| 1081 | + ] [ rdf:type sp:Bind ; | ||
| 1082 | + sp:expression | ||
| 1083 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 1084 | + sp:arg1 _:b190 | ||
| 1085 | + ] ; | ||
| 1086 | + sp:variable _:b194 | ||
| 1087 | + ] [ rdf:type sp:Bind ; | ||
| 1088 | + sp:expression | ||
| 1089 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 1090 | + sp:arg1 _:b194 ; | ||
| 1091 | + sp:arg2 _:b191 | ||
| 1092 | + ] ; | ||
| 1093 | + sp:variable _:b193 | ||
| 1094 | + ]) | ||
| 1095 | + ] ; | ||
| 1096 | + spin:rule | ||
| 1097 | + [ rdf:type sp:Construct ; | ||
| 1098 | + rdfs:comment "STEP 121 Transfer elevKelly"^^xsd:string ; | ||
| 1099 | + sp:templates ([ sp:object _:b195 ; | ||
| 1100 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#elevKelly> ; | ||
| 1101 | + sp:subject _:b196 | ||
| 1102 | + ]) ; | ||
| 1103 | + sp:where ([ sp:object _:b197 ; | ||
| 1104 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 1105 | + sp:subject spin:_this | ||
| 1106 | + ] [ sp:object _:b198 ; | ||
| 1107 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 1108 | + sp:subject spin:_this | ||
| 1109 | + ] [ sp:object _:b199 ; | ||
| 1110 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | ||
| 1111 | + sp:subject spin:_this | ||
| 1112 | + ] [ sp:object _:b196 ; | ||
| 1113 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 1114 | + sp:subject _:b200 | ||
| 1115 | + ] [ sp:object _:b195 ; | ||
| 1116 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#elevKelly> ; | ||
| 1117 | + sp:subject _:b199 | ||
| 1118 | + ] [ rdf:type sp:Bind ; | ||
| 1119 | + sp:expression | ||
| 1120 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 1121 | + sp:arg1 _:b197 | ||
| 1122 | + ] ; | ||
| 1123 | + sp:variable _:b201 | ||
| 1124 | + ] [ rdf:type sp:Bind ; | ||
| 1125 | + sp:expression | ||
| 1126 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 1127 | + sp:arg1 _:b201 ; | ||
| 1128 | + sp:arg2 _:b198 | ||
| 1129 | + ] ; | ||
| 1130 | + sp:variable _:b200 | ||
| 848 | ]) | 1131 | ]) |
| 849 | ] . | 1132 | ] . |
| 850 | 1133 | ||
| ... | @@ -853,437 +1136,593 @@ | ... | @@ -853,437 +1136,593 @@ |
| 853 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; | 1136 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; |
| 854 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 1137 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 855 | 1138 | ||
| 856 | -_:b41 | 1139 | +_:b95 |
| 857 | - sp:varName "wellBoreDrillingType"^^xsd:string . | 1140 | + sp:varName "dailyDrillingReport"^^xsd:string . |
| 1141 | + | ||
| 1142 | +_:b99 | ||
| 1143 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 1144 | + | ||
| 1145 | +_:b94 | ||
| 1146 | + sp:varName "reportNo"^^xsd:string . | ||
| 1147 | + | ||
| 1148 | +_:b98 | ||
| 1149 | + sp:varName "statusInfo"^^xsd:string . | ||
| 1150 | + | ||
| 1151 | +_:b97 | ||
| 1152 | + sp:varName "createDate"^^xsd:string . | ||
| 1153 | + | ||
| 1154 | +_:b96 | ||
| 1155 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 1156 | + | ||
| 1157 | +_:b64 | ||
| 1158 | + sp:varName "hphtType"^^xsd:string . | ||
| 1159 | + | ||
| 1160 | +_:b71 | ||
| 1161 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 1162 | + | ||
| 1163 | +_:b65 | ||
| 1164 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 1165 | + | ||
| 1166 | +_:b70 | ||
| 1167 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 1168 | + | ||
| 1169 | +_:b69 | ||
| 1170 | + sp:varName "hphtFlag"^^xsd:string . | ||
| 1171 | + | ||
| 1172 | +_:b68 | ||
| 1173 | + sp:varName "statusInfo"^^xsd:string . | ||
| 1174 | + | ||
| 1175 | +_:b67 | ||
| 1176 | + sp:varName "dTimStart"^^xsd:string . | ||
| 1177 | + | ||
| 1178 | +_:b66 | ||
| 1179 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 1180 | + | ||
| 1181 | +_:b86 | ||
| 1182 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 1183 | + | ||
| 1184 | +_:b85 | ||
| 1185 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 1186 | + | ||
| 1187 | +_:b84 | ||
| 1188 | + sp:varName "statusInfo"^^xsd:string . | ||
| 1189 | + | ||
| 1190 | +_:b83 | ||
| 1191 | + sp:varName "dTimStart"^^xsd:string . | ||
| 1192 | + | ||
| 1193 | +_:b82 | ||
| 1194 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 1195 | + | ||
| 1196 | +_:b81 | ||
| 1197 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 1198 | + | ||
| 1199 | +_:b80 | ||
| 1200 | + sp:varName "mdDiaPilotPlan"^^xsd:string . | ||
| 858 | 1201 | ||
| 859 | -_:b42 | 1202 | +_:b21 |
| 1203 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 1204 | + | ||
| 1205 | +_:b20 | ||
| 860 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1206 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 861 | 1207 | ||
| 862 | -_:b43 | 1208 | +_:b19 |
| 863 | - sp:varName "nameWellBore"^^xsd:string . | 1209 | + sp:varName "statusInfo"^^xsd:string . |
| 864 | 1210 | ||
| 865 | -_:b44 | 1211 | +_:b18 |
| 866 | sp:varName "dTimStart"^^xsd:string . | 1212 | sp:varName "dTimStart"^^xsd:string . |
| 867 | 1213 | ||
| 868 | -_:b45 | 1214 | +_:b17 |
| 869 | - sp:varName "statusInfo"^^xsd:string . | 1215 | + sp:varName "nameWellBore"^^xsd:string . |
| 870 | 1216 | ||
| 871 | -_:b46 | 1217 | +_:b16 |
| 872 | - sp:varName "typeWellBore"^^xsd:string . | 1218 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 873 | 1219 | ||
| 874 | -_:b47 | 1220 | +_:b15 |
| 1221 | + sp:varName "mdPlugTop"^^xsd:string . | ||
| 1222 | + | ||
| 1223 | +_:b133 | ||
| 875 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1224 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 876 | 1225 | ||
| 877 | -_:b143 | 1226 | +_:b132 |
| 878 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1227 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 879 | 1228 | ||
| 880 | -_:b144 | 1229 | +_:b131 |
| 881 | - sp:varName "pressureTestType"^^xsd:string . | 1230 | + sp:varName "statusInfo"^^xsd:string . |
| 882 | - | ||
| 883 | -_:b145 | ||
| 884 | - sp:varName "nameWellBore"^^xsd:string . | ||
| 885 | 1231 | ||
| 886 | -_:b146 | 1232 | +_:b130 |
| 887 | sp:varName "dTimStart"^^xsd:string . | 1233 | sp:varName "dTimStart"^^xsd:string . |
| 888 | 1234 | ||
| 889 | -_:b147 | 1235 | +_:b129 |
| 890 | - sp:varName "statusInfo"^^xsd:string . | 1236 | + sp:varName "nameWellBore"^^xsd:string . |
| 891 | 1237 | ||
| 892 | -_:b148 | 1238 | +_:b128 |
| 893 | - sp:varName "presTestType"^^xsd:string . | 1239 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 894 | 1240 | ||
| 895 | -_:b149 | 1241 | +_:b127 |
| 1242 | + sp:varName "tvdStrengthForm"^^xsd:string . | ||
| 1243 | + | ||
| 1244 | +_:b201 | ||
| 896 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1245 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 897 | 1246 | ||
| 898 | -_:b88 | 1247 | +_:b200 |
| 899 | - sp:varName "mdPlanned"^^xsd:string . | 1248 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 900 | 1249 | ||
| 901 | -_:b89 | 1250 | +_:b199 |
| 902 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1251 | + sp:varName "statusInfo"^^xsd:string . |
| 903 | 1252 | ||
| 904 | -_:b90 | 1253 | +_:b198 |
| 1254 | + sp:varName "dTimStart"^^xsd:string . | ||
| 1255 | + | ||
| 1256 | +_:b197 | ||
| 905 | sp:varName "nameWellBore"^^xsd:string . | 1257 | sp:varName "nameWellBore"^^xsd:string . |
| 906 | 1258 | ||
| 907 | -_:b91 | 1259 | +_:b196 |
| 908 | - sp:varName "dTimStart"^^xsd:string . | 1260 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 909 | 1261 | ||
| 910 | -_:b92 | 1262 | +_:b195 |
| 911 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1263 | + sp:varName "elevKelly"^^xsd:string . |
| 912 | 1264 | ||
| 913 | -_:b93 | 1265 | +_:b154 |
| 914 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1266 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 915 | 1267 | ||
| 916 | -_:b61 | 1268 | +_:b153 |
| 917 | - sp:varName "distDrill"^^xsd:string . | ||
| 918 | - | ||
| 919 | -_:b62 | ||
| 920 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1269 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 921 | 1270 | ||
| 922 | -_:b63 | 1271 | +_:b152 |
| 923 | - sp:varName "nameWellBore"^^xsd:string . | 1272 | + sp:varName "statusInfo"^^xsd:string . |
| 924 | 1273 | ||
| 925 | -_:b64 | 1274 | +_:b151 |
| 926 | sp:varName "dTimStart"^^xsd:string . | 1275 | sp:varName "dTimStart"^^xsd:string . |
| 927 | 1276 | ||
| 928 | -_:b65 | 1277 | +_:b150 |
| 929 | - sp:varName "statusInfo"^^xsd:string . | 1278 | + sp:varName "nameWellBore"^^xsd:string . |
| 930 | 1279 | ||
| 931 | -_:b66 | 1280 | +_:b149 |
| 1281 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 1282 | + | ||
| 1283 | +_:b148 | ||
| 1284 | + sp:varName "mdDiaHoleStart"^^xsd:string . | ||
| 1285 | + | ||
| 1286 | +_:b112 | ||
| 932 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1287 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 933 | 1288 | ||
| 934 | -_:b94 | 1289 | +_:b111 |
| 935 | - sp:varName "md"^^xsd:string . | 1290 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 936 | 1291 | ||
| 937 | -_:b95 | 1292 | +_:b110 |
| 938 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1293 | + sp:varName "statusInfo"^^xsd:string . |
| 939 | 1294 | ||
| 940 | -_:b96 | 1295 | +_:b109 |
| 1296 | + sp:varName "dTimStart"^^xsd:string . | ||
| 1297 | + | ||
| 1298 | +_:b108 | ||
| 941 | sp:varName "nameWellBore"^^xsd:string . | 1299 | sp:varName "nameWellBore"^^xsd:string . |
| 942 | 1300 | ||
| 943 | -_:b97 | 1301 | +_:b107 |
| 944 | - sp:varName "dTimStart"^^xsd:string . | 1302 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 945 | 1303 | ||
| 946 | -_:b98 | 1304 | +_:b106 |
| 947 | - sp:varName "statusInfo"^^xsd:string . | 1305 | + sp:varName "tvdCsgLast"^^xsd:string . |
| 948 | 1306 | ||
| 949 | -_:b99 | 1307 | +_:b42 |
| 1308 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 1309 | + | ||
| 1310 | +_:b41 | ||
| 950 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1311 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 951 | 1312 | ||
| 952 | -_:b100 | 1313 | +_:b40 |
| 953 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 1314 | + sp:varName "statusInfo"^^xsd:string . |
| 954 | 1315 | ||
| 955 | -_:b121 | 1316 | +_:b39 |
| 956 | - sp:varName "mdDiaHoleStart"^^xsd:string . | 1317 | + sp:varName "dTimStart"^^xsd:string . |
| 957 | 1318 | ||
| 958 | -_:b122 | 1319 | +_:b38 |
| 1320 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 1321 | + | ||
| 1322 | +_:b37 | ||
| 959 | sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1323 | sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 960 | 1324 | ||
| 961 | -_:b123 | 1325 | +_:b36 |
| 962 | - sp:varName "nameWellBore"^^xsd:string . | 1326 | + sp:varName "avgPresBH"^^xsd:string . |
| 963 | 1327 | ||
| 964 | -_:b124 | 1328 | +_:b14 |
| 965 | - sp:varName "dTimStart"^^xsd:string . | 1329 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 966 | 1330 | ||
| 967 | -_:b125 | 1331 | +_:b13 |
| 1332 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 1333 | + | ||
| 1334 | +_:b12 | ||
| 968 | sp:varName "statusInfo"^^xsd:string . | 1335 | sp:varName "statusInfo"^^xsd:string . |
| 969 | 1336 | ||
| 970 | -_:b126 | 1337 | +_:b11 |
| 971 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1338 | + sp:varName "dTimStart"^^xsd:string . |
| 972 | 1339 | ||
| 973 | -_:b127 | 1340 | +_:b10 |
| 974 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 1341 | + sp:varName "nameWellBore"^^xsd:string . |
| 975 | 1342 | ||
| 976 | -_:b81 | 1343 | +_:b9 sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 977 | - sp:varName "tvdCsgLast"^^xsd:string . | ||
| 978 | 1344 | ||
| 979 | -_:b82 | 1345 | +_:b8 sp:varName "diaHole"^^xsd:string . |
| 980 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 981 | 1346 | ||
| 982 | -_:b83 | 1347 | +_:b7 sp:varName "normalizedWellBoreName"^^xsd:string . |
| 983 | - sp:varName "nameWellBore"^^xsd:string . | ||
| 984 | 1348 | ||
| 985 | -_:b84 | 1349 | +_:b6 sp:varName "dailyDrillingActivity"^^xsd:string . |
| 986 | - sp:varName "dTimStart"^^xsd:string . | ||
| 987 | 1350 | ||
| 988 | -_:b85 | 1351 | +_:b5 sp:varName "statusInfo"^^xsd:string . |
| 989 | - sp:varName "statusInfo"^^xsd:string . | ||
| 990 | 1352 | ||
| 991 | -_:b86 | 1353 | +_:b4 sp:varName "dTimStart"^^xsd:string . |
| 992 | - sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 993 | 1354 | ||
| 994 | -_:b87 | 1355 | +_:b3 sp:varName "nameWellBore"^^xsd:string . |
| 1356 | + | ||
| 1357 | +_:b2 sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 1358 | + | ||
| 1359 | +_:b1 sp:varName "mdStrengthForm"^^xsd:string . | ||
| 1360 | + | ||
| 1361 | +_:b147 | ||
| 995 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1362 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 996 | 1363 | ||
| 997 | -_:b135 | 1364 | +_:b146 |
| 998 | - sp:varName "tvd"^^xsd:string . | 1365 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 999 | 1366 | ||
| 1000 | -_:b136 | 1367 | +_:b145 |
| 1001 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1368 | + sp:varName "statusInfo"^^xsd:string . |
| 1002 | 1369 | ||
| 1003 | -_:b137 | 1370 | +_:b144 |
| 1371 | + sp:varName "dTimStart"^^xsd:string . | ||
| 1372 | + | ||
| 1373 | +_:b143 | ||
| 1004 | sp:varName "nameWellBore"^^xsd:string . | 1374 | sp:varName "nameWellBore"^^xsd:string . |
| 1005 | 1375 | ||
| 1006 | -_:b138 | 1376 | +_:b142 |
| 1007 | - sp:varName "dTimStart"^^xsd:string . | 1377 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1008 | 1378 | ||
| 1009 | -_:b139 | 1379 | +_:b141 |
| 1380 | + sp:varName "strengthForm"^^xsd:string . | ||
| 1381 | + | ||
| 1382 | +_:b126 | ||
| 1383 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 1384 | + | ||
| 1385 | +_:b125 | ||
| 1386 | + sp:varName "presTestType"^^xsd:string . | ||
| 1387 | + | ||
| 1388 | +_:b124 | ||
| 1010 | sp:varName "statusInfo"^^xsd:string . | 1389 | sp:varName "statusInfo"^^xsd:string . |
| 1011 | 1390 | ||
| 1012 | -_:b140 | 1391 | +_:b123 |
| 1392 | + sp:varName "dTimStart"^^xsd:string . | ||
| 1393 | + | ||
| 1394 | +_:b122 | ||
| 1395 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 1396 | + | ||
| 1397 | +_:b121 | ||
| 1398 | + sp:varName "pressureTestType"^^xsd:string . | ||
| 1399 | + | ||
| 1400 | +_:b120 | ||
| 1013 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1401 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1014 | 1402 | ||
| 1015 | -_:b141 | 1403 | +_:b194 |
| 1016 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1404 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1017 | 1405 | ||
| 1018 | -_:b1 sp:varName "mdDiaPilotPlan"^^xsd:string . | 1406 | +_:b193 |
| 1407 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 1019 | 1408 | ||
| 1020 | -_:b2 sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1409 | +_:b192 |
| 1410 | + sp:varName "statusInfo"^^xsd:string . | ||
| 1021 | 1411 | ||
| 1022 | -_:b3 sp:varName "nameWellBore"^^xsd:string . | 1412 | +_:b191 |
| 1413 | + sp:varName "dTimStart"^^xsd:string . | ||
| 1023 | 1414 | ||
| 1024 | -_:b4 sp:varName "dTimStart"^^xsd:string . | 1415 | +_:b190 |
| 1416 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 1025 | 1417 | ||
| 1026 | -_:b5 sp:varName "statusInfo"^^xsd:string . | 1418 | +_:b189 |
| 1419 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 1027 | 1420 | ||
| 1028 | -_:b6 sp:varName "dailyDrillingActivity"^^xsd:string . | 1421 | +_:b188 |
| 1422 | + sp:varName "tvd"^^xsd:string . | ||
| 1029 | 1423 | ||
| 1030 | -_:b7 sp:varName "normalizedWellBoreName"^^xsd:string . | 1424 | +_:b28 |
| 1425 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 1031 | 1426 | ||
| 1032 | -_:b67 | 1427 | +_:b27 |
| 1033 | - sp:varName "mdKickoff"^^xsd:string . | 1428 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1034 | 1429 | ||
| 1035 | -_:b68 | 1430 | +_:b26 |
| 1036 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1431 | + sp:varName "statusInfo"^^xsd:string . |
| 1037 | 1432 | ||
| 1038 | -_:b69 | 1433 | +_:b25 |
| 1434 | + sp:varName "dTimStart"^^xsd:string . | ||
| 1435 | + | ||
| 1436 | +_:b24 | ||
| 1039 | sp:varName "nameWellBore"^^xsd:string . | 1437 | sp:varName "nameWellBore"^^xsd:string . |
| 1040 | 1438 | ||
| 1041 | -_:b70 | 1439 | +_:b23 |
| 1042 | - sp:varName "dTimStart"^^xsd:string . | 1440 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1043 | 1441 | ||
| 1044 | -_:b71 | 1442 | +_:b22 |
| 1045 | - sp:varName "statusInfo"^^xsd:string . | 1443 | + sp:varName "mdPlanned"^^xsd:string . |
| 1046 | 1444 | ||
| 1047 | -_:b72 | 1445 | +_:b49 |
| 1446 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 1447 | + | ||
| 1448 | +_:b48 | ||
| 1048 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1449 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1049 | 1450 | ||
| 1050 | -_:b73 | 1451 | +_:b47 |
| 1051 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 1452 | + sp:varName "statusInfo"^^xsd:string . |
| 1052 | 1453 | ||
| 1053 | -_:b101 | 1454 | +_:b46 |
| 1054 | - sp:varName "elevKelly"^^xsd:string . | 1455 | + sp:varName "dTimStart"^^xsd:string . |
| 1055 | 1456 | ||
| 1056 | -_:b102 | 1457 | +_:b45 |
| 1458 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 1459 | + | ||
| 1460 | +_:b44 | ||
| 1057 | sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1461 | sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1058 | 1462 | ||
| 1059 | -_:b103 | 1463 | +_:b43 |
| 1060 | - sp:varName "nameWellBore"^^xsd:string . | 1464 | + sp:varName "avgTempBH"^^xsd:string . |
| 1061 | 1465 | ||
| 1062 | -_:b104 | 1466 | +_:b187 |
| 1063 | - sp:varName "dTimStart"^^xsd:string . | 1467 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1064 | 1468 | ||
| 1065 | -_:b105 | 1469 | +_:b186 |
| 1066 | sp:varName "statusInfo"^^xsd:string . | 1470 | sp:varName "statusInfo"^^xsd:string . |
| 1067 | 1471 | ||
| 1068 | -_:b106 | 1472 | +_:b185 |
| 1473 | + sp:varName "dTimStart"^^xsd:string . | ||
| 1474 | + | ||
| 1475 | +_:b184 | ||
| 1476 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 1477 | + | ||
| 1478 | +_:b183 | ||
| 1069 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1479 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1070 | 1480 | ||
| 1071 | -_:b107 | 1481 | +_:b182 |
| 1072 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 1482 | + sp:varName "distDrill"^^xsd:string . |
| 1073 | 1483 | ||
| 1074 | -_:b55 | 1484 | +_:b140 |
| 1075 | - sp:varName "sum24Hr"^^xsd:string . | 1485 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1076 | 1486 | ||
| 1077 | -_:b56 | 1487 | +_:b139 |
| 1078 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1488 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1079 | 1489 | ||
| 1080 | -_:b57 | 1490 | +_:b138 |
| 1081 | - sp:varName "nameWellBore"^^xsd:string . | 1491 | + sp:varName "statusInfo"^^xsd:string . |
| 1082 | 1492 | ||
| 1083 | -_:b58 | 1493 | +_:b137 |
| 1084 | sp:varName "dTimStart"^^xsd:string . | 1494 | sp:varName "dTimStart"^^xsd:string . |
| 1085 | 1495 | ||
| 1086 | -_:b59 | 1496 | +_:b136 |
| 1087 | - sp:varName "statusInfo"^^xsd:string . | 1497 | + sp:varName "nameWellBore"^^xsd:string . |
| 1088 | 1498 | ||
| 1089 | -_:b60 | 1499 | +_:b135 |
| 1090 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 1500 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1091 | 1501 | ||
| 1092 | -_:b28 | 1502 | +_:b134 |
| 1093 | - sp:varName "strengthForm"^^xsd:string . | 1503 | + sp:varName "waterDepth"^^xsd:string . |
| 1094 | 1504 | ||
| 1095 | -_:b29 | 1505 | +_:b63 |
| 1096 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1506 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1097 | 1507 | ||
| 1098 | -_:b30 | 1508 | +_:b62 |
| 1099 | - sp:varName "nameWellBore"^^xsd:string . | 1509 | + sp:varName "statusInfo"^^xsd:string . |
| 1100 | 1510 | ||
| 1101 | -_:b31 | 1511 | +_:b61 |
| 1102 | sp:varName "dTimStart"^^xsd:string . | 1512 | sp:varName "dTimStart"^^xsd:string . |
| 1103 | 1513 | ||
| 1104 | -_:b32 | 1514 | +_:b60 |
| 1105 | - sp:varName "statusInfo"^^xsd:string . | 1515 | + sp:varName "nameWellBore"^^xsd:string . |
| 1106 | 1516 | ||
| 1107 | -_:b33 | 1517 | +_:b59 |
| 1108 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1518 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1109 | 1519 | ||
| 1110 | -_:b34 | 1520 | +_:b58 |
| 1521 | + sp:varName "forecast24Hr"^^xsd:string . | ||
| 1522 | + | ||
| 1523 | +_:b57 | ||
| 1111 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1524 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1112 | 1525 | ||
| 1113 | -_:b48 | 1526 | +_:b56 |
| 1114 | - sp:varName "mdStrengthForm"^^xsd:string . | 1527 | + sp:varName "tightWellFlag"^^xsd:string . |
| 1115 | 1528 | ||
| 1116 | -_:b49 | 1529 | +_:b55 |
| 1117 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1530 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1118 | 1531 | ||
| 1119 | -_:b50 | 1532 | +_:b54 |
| 1120 | - sp:varName "nameWellBore"^^xsd:string . | 1533 | + sp:varName "statusInfo"^^xsd:string . |
| 1121 | 1534 | ||
| 1122 | -_:b51 | 1535 | +_:b53 |
| 1123 | sp:varName "dTimStart"^^xsd:string . | 1536 | sp:varName "dTimStart"^^xsd:string . |
| 1124 | 1537 | ||
| 1125 | _:b52 | 1538 | _:b52 |
| 1126 | - sp:varName "statusInfo"^^xsd:string . | 1539 | + sp:varName "nameWellBore"^^xsd:string . |
| 1127 | 1540 | ||
| 1128 | -_:b53 | 1541 | +_:b51 |
| 1129 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1542 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1130 | 1543 | ||
| 1131 | -_:b54 | 1544 | +_:b50 |
| 1132 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 1545 | + sp:varName "wellBoreTightnessType"^^xsd:string . |
| 1133 | 1546 | ||
| 1134 | -_:b128 | 1547 | +_:b93 |
| 1135 | - sp:varName "mdCsgLast"^^xsd:string . | 1548 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1136 | 1549 | ||
| 1137 | -_:b129 | 1550 | +_:b92 |
| 1138 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1551 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1139 | 1552 | ||
| 1140 | -_:b130 | 1553 | +_:b91 |
| 1141 | - sp:varName "nameWellBore"^^xsd:string . | 1554 | + sp:varName "statusInfo"^^xsd:string . |
| 1142 | 1555 | ||
| 1143 | -_:b131 | 1556 | +_:b90 |
| 1144 | sp:varName "dTimStart"^^xsd:string . | 1557 | sp:varName "dTimStart"^^xsd:string . |
| 1145 | 1558 | ||
| 1146 | -_:b132 | 1559 | +_:b89 |
| 1147 | - sp:varName "statusInfo"^^xsd:string . | 1560 | + sp:varName "nameWellBore"^^xsd:string . |
| 1148 | 1561 | ||
| 1149 | -_:b133 | 1562 | +_:b88 |
| 1150 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1563 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1151 | 1564 | ||
| 1152 | -_:b134 | 1565 | +_:b87 |
| 1566 | + sp:varName "mdKickoff"^^xsd:string . | ||
| 1567 | + | ||
| 1568 | +_:b181 | ||
| 1153 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1569 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1154 | 1570 | ||
| 1155 | -_:b15 | 1571 | +_:b180 |
| 1156 | - sp:varName "ropCurrentValue"^^xsd:string . | 1572 | + sp:varName "statusInfo"^^xsd:string . |
| 1157 | 1573 | ||
| 1158 | -_:b16 | 1574 | +_:b179 |
| 1159 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1575 | + sp:varName "dTimStart"^^xsd:string . |
| 1160 | 1576 | ||
| 1161 | -_:b17 | 1577 | +_:b178 |
| 1162 | sp:varName "nameWellBore"^^xsd:string . | 1578 | sp:varName "nameWellBore"^^xsd:string . |
| 1163 | 1579 | ||
| 1164 | -_:b18 | 1580 | +_:b177 |
| 1165 | - sp:varName "dTimStart"^^xsd:string . | 1581 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1166 | 1582 | ||
| 1167 | -_:b19 | 1583 | +_:b176 |
| 1168 | - sp:varName "statusInfo"^^xsd:string . | 1584 | + sp:varName "ropCurrentValue"^^xsd:string . |
| 1169 | 1585 | ||
| 1170 | -_:b20 | 1586 | +_:b105 |
| 1171 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1587 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1172 | 1588 | ||
| 1173 | -_:b8 sp:varName "tvdStrengthForm"^^xsd:string . | 1589 | +_:b104 |
| 1590 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 1174 | 1591 | ||
| 1175 | -_:b9 sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1592 | +_:b103 |
| 1593 | + sp:varName "dTimStart"^^xsd:string . | ||
| 1176 | 1594 | ||
| 1177 | -_:b10 | 1595 | +_:b102 |
| 1178 | sp:varName "nameWellBore"^^xsd:string . | 1596 | sp:varName "nameWellBore"^^xsd:string . |
| 1179 | 1597 | ||
| 1180 | -_:b11 | 1598 | +_:b101 |
| 1181 | - sp:varName "dTimStart"^^xsd:string . | 1599 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1182 | - | ||
| 1183 | -_:b12 | ||
| 1184 | - sp:varName "statusInfo"^^xsd:string . | ||
| 1185 | 1600 | ||
| 1186 | -_:b13 | 1601 | +_:b100 |
| 1187 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1602 | + sp:varName "tvdDiaPilotPlan"^^xsd:string . |
| 1188 | 1603 | ||
| 1189 | -_:b14 | 1604 | +_:b168 |
| 1190 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1605 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1191 | 1606 | ||
| 1192 | -_:b35 | 1607 | +_:b167 |
| 1193 | - sp:varName "tvdDiaPilotPlan"^^xsd:string . | 1608 | + sp:varName "typeWellBore"^^xsd:string . |
| 1194 | - | ||
| 1195 | -_:b36 | ||
| 1196 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 1197 | 1609 | ||
| 1198 | -_:b37 | 1610 | +_:b166 |
| 1199 | - sp:varName "nameWellBore"^^xsd:string . | 1611 | + sp:varName "statusInfo"^^xsd:string . |
| 1200 | 1612 | ||
| 1201 | -_:b38 | 1613 | +_:b165 |
| 1202 | sp:varName "dTimStart"^^xsd:string . | 1614 | sp:varName "dTimStart"^^xsd:string . |
| 1203 | 1615 | ||
| 1204 | -_:b39 | 1616 | +_:b164 |
| 1617 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 1618 | + | ||
| 1619 | +_:b163 | ||
| 1205 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1620 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1206 | 1621 | ||
| 1207 | -_:b40 | 1622 | +_:b162 |
| 1623 | + sp:varName "wellBoreDrillingType"^^xsd:string . | ||
| 1624 | + | ||
| 1625 | +_:b79 | ||
| 1208 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1626 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1209 | 1627 | ||
| 1210 | -_:b21 | 1628 | +_:b78 |
| 1211 | - sp:varName "diaCsgLast"^^xsd:string . | 1629 | + sp:varName "temporalPartOfARig"^^xsd:string . |
| 1212 | 1630 | ||
| 1213 | -_:b22 | 1631 | +_:b77 |
| 1214 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1632 | + sp:varName "fixedRigFlag"^^xsd:string . |
| 1215 | 1633 | ||
| 1216 | -_:b23 | 1634 | +_:b76 |
| 1217 | - sp:varName "nameWellBore"^^xsd:string . | 1635 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1218 | 1636 | ||
| 1219 | -_:b24 | 1637 | +_:b75 |
| 1638 | + sp:varName "statusInfo"^^xsd:string . | ||
| 1639 | + | ||
| 1640 | +_:b74 | ||
| 1220 | sp:varName "dTimStart"^^xsd:string . | 1641 | sp:varName "dTimStart"^^xsd:string . |
| 1221 | 1642 | ||
| 1222 | -_:b25 | 1643 | +_:b73 |
| 1223 | - sp:varName "statusInfo"^^xsd:string . | 1644 | + sp:varName "nameWellBore"^^xsd:string . |
| 1224 | 1645 | ||
| 1225 | -_:b26 | 1646 | +_:b72 |
| 1226 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1647 | + sp:varName "fixedOrMoveableRigType"^^xsd:string . |
| 1227 | 1648 | ||
| 1228 | -_:b27 | 1649 | +_:b35 |
| 1229 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1650 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1230 | 1651 | ||
| 1231 | -_:b74 | 1652 | +_:b34 |
| 1232 | - sp:varName "diaHole"^^xsd:string . | 1653 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1233 | - | ||
| 1234 | -_:b75 | ||
| 1235 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 1236 | 1654 | ||
| 1237 | -_:b76 | 1655 | +_:b33 |
| 1238 | - sp:varName "nameWellBore"^^xsd:string . | 1656 | + sp:varName "statusInfo"^^xsd:string . |
| 1239 | 1657 | ||
| 1240 | -_:b77 | 1658 | +_:b32 |
| 1241 | sp:varName "dTimStart"^^xsd:string . | 1659 | sp:varName "dTimStart"^^xsd:string . |
| 1242 | 1660 | ||
| 1243 | -_:b78 | 1661 | +_:b31 |
| 1244 | - sp:varName "statusInfo"^^xsd:string . | 1662 | + sp:varName "nameWellBore"^^xsd:string . |
| 1245 | 1663 | ||
| 1246 | -_:b79 | 1664 | +_:b30 |
| 1247 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1665 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1248 | 1666 | ||
| 1249 | -_:b80 | 1667 | +_:b29 |
| 1668 | + sp:varName "mdCsgLast"^^xsd:string . | ||
| 1669 | + | ||
| 1670 | +_:b118 | ||
| 1250 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1671 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1251 | 1672 | ||
| 1252 | -_:b115 | 1673 | +_:b117 |
| 1253 | - sp:varName "forecast24Hr"^^xsd:string . | 1674 | + sp:varName "statusInfo"^^xsd:string . |
| 1254 | 1675 | ||
| 1255 | _:b116 | 1676 | _:b116 |
| 1256 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 1677 | + sp:varName "dTimStart"^^xsd:string . |
| 1257 | 1678 | ||
| 1258 | -_:b117 | 1679 | +_:b115 |
| 1259 | sp:varName "nameWellBore"^^xsd:string . | 1680 | sp:varName "nameWellBore"^^xsd:string . |
| 1260 | 1681 | ||
| 1261 | -_:b118 | 1682 | +_:b114 |
| 1262 | - sp:varName "dTimStart"^^xsd:string . | 1683 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1263 | 1684 | ||
| 1264 | -_:b119 | 1685 | +_:b113 |
| 1265 | - sp:varName "statusInfo"^^xsd:string . | 1686 | + sp:varName "sum24Hr"^^xsd:string . |
| 1266 | 1687 | ||
| 1267 | -_:b120 | 1688 | +_:b175 |
| 1268 | sp:varName "normalizedWellBoreName"^^xsd:string . | 1689 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 1269 | 1690 | ||
| 1270 | -_:b108 | 1691 | +_:b174 |
| 1271 | - sp:varName "mdPlugTop"^^xsd:string . | 1692 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1272 | 1693 | ||
| 1273 | -_:b109 | 1694 | +_:b173 |
| 1274 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 1695 | + sp:varName "statusInfo"^^xsd:string . |
| 1275 | 1696 | ||
| 1276 | -_:b110 | 1697 | +_:b172 |
| 1698 | + sp:varName "dTimStart"^^xsd:string . | ||
| 1699 | + | ||
| 1700 | +_:b171 | ||
| 1277 | sp:varName "nameWellBore"^^xsd:string . | 1701 | sp:varName "nameWellBore"^^xsd:string . |
| 1278 | 1702 | ||
| 1279 | -_:b111 | 1703 | +_:b170 |
| 1280 | - sp:varName "dTimStart"^^xsd:string . | 1704 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 1281 | 1705 | ||
| 1282 | -_:b112 | 1706 | +_:b169 |
| 1283 | - sp:varName "statusInfo"^^xsd:string . | 1707 | + sp:varName "diaCsgLast"^^xsd:string . |
| 1284 | 1708 | ||
| 1285 | -_:b113 | 1709 | +_:b161 |
| 1710 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 1711 | + | ||
| 1712 | +_:b160 | ||
| 1286 | sp:varName "dailyDrillingActivity"^^xsd:string . | 1713 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 1287 | 1714 | ||
| 1288 | -_:b114 | 1715 | +_:b159 |
| 1289 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 1716 | + sp:varName "statusInfo"^^xsd:string . |
| 1717 | + | ||
| 1718 | +_:b158 | ||
| 1719 | + sp:varName "dTimStart"^^xsd:string . | ||
| 1720 | + | ||
| 1721 | +_:b157 | ||
| 1722 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 1723 | + | ||
| 1724 | +_:b156 | ||
| 1725 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 1726 | + | ||
| 1727 | +_:b155 | ||
| 1728 | + sp:varName "md"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Wed Aug 10 14:05:00 BST 2011 | 1 | +# Saved by TopBraid on Fri Aug 12 13:54:21 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo |
| 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.0/ddr | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/ddr |
| 5 | # imports: http://spinrdf.org/spin | 5 | # imports: http://spinrdf.org/spin |
| 6 | 6 | ||
| 7 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> . | 7 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> . |
| 8 | +@prefix arg: <http://spinrdf.org/arg#> . | ||
| 8 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 9 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
| 9 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . | 10 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . |
| 10 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 11 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 11 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 12 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 12 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 13 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 14 | +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . | ||
| 13 | @prefix smf: <http://topbraid.org/sparqlmotionfunctions#> . | 15 | @prefix smf: <http://topbraid.org/sparqlmotionfunctions#> . |
| 14 | @prefix sp: <http://spinrdf.org/sp#> . | 16 | @prefix sp: <http://spinrdf.org/sp#> . |
| 15 | @prefix spin: <http://spinrdf.org/spin#> . | 17 | @prefix spin: <http://spinrdf.org/spin#> . |
| ... | @@ -19,9 +21,9 @@ | ... | @@ -19,9 +21,9 @@ |
| 19 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | 21 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> |
| 20 | spin:rule | 22 | spin:rule |
| 21 | [ rdf:type sp:Construct ; | 23 | [ rdf:type sp:Construct ; |
| 22 | - rdfs:comment "STEP 161 Set name for Rig"^^xsd:string ; | 24 | + rdfs:comment "STEP 167 Set drill completion date"^^xsd:string ; |
| 23 | sp:templates ([ sp:object _:b1 ; | 25 | sp:templates ([ sp:object _:b1 ; |
| 24 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#npdName> ; | 26 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dateDrillComplete> ; |
| 25 | sp:subject _:b2 | 27 | sp:subject _:b2 |
| 26 | ]) ; | 28 | ]) ; |
| 27 | sp:where ([ sp:object _:b3 ; | 29 | sp:where ([ sp:object _:b3 ; |
| ... | @@ -33,34 +35,114 @@ | ... | @@ -33,34 +35,114 @@ |
| 33 | ] [ sp:object _:b5 ; | 35 | ] [ sp:object _:b5 ; |
| 34 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; | 36 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; |
| 35 | sp:subject spin:_this | 37 | sp:subject spin:_this |
| 38 | + ] [ sp:object _:b1 ; | ||
| 39 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dateDrillComplete> ; | ||
| 40 | + sp:subject _:b5 | ||
| 36 | ] [ sp:object _:b6 ; | 41 | ] [ sp:object _:b6 ; |
| 42 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 43 | + sp:subject _:b7 | ||
| 44 | + ] [ sp:object _:b2 ; | ||
| 45 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 46 | + sp:subject _:b6 | ||
| 47 | + ] [ rdf:type sp:Bind ; | ||
| 48 | + sp:expression | ||
| 49 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 50 | + sp:arg1 _:b3 | ||
| 51 | + ] ; | ||
| 52 | + sp:variable _:b8 | ||
| 53 | + ] [ rdf:type sp:Bind ; | ||
| 54 | + sp:expression | ||
| 55 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 56 | + sp:arg1 _:b8 ; | ||
| 57 | + sp:arg2 _:b4 | ||
| 58 | + ] ; | ||
| 59 | + sp:variable _:b7 | ||
| 60 | + ]) | ||
| 61 | + ] ; | ||
| 62 | + spin:rule | ||
| 63 | + [ rdf:type sp:Construct ; | ||
| 64 | + rdfs:comment "STEP 164 Set preSPUD date"^^xsd:string ; | ||
| 65 | + sp:templates ([ sp:object _:b9 ; | ||
| 66 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimPreSpud> ; | ||
| 67 | + sp:subject _:b10 | ||
| 68 | + ]) ; | ||
| 69 | + sp:where ([ sp:object _:b11 ; | ||
| 70 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 71 | + sp:subject spin:_this | ||
| 72 | + ] [ sp:object _:b12 ; | ||
| 73 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 74 | + sp:subject spin:_this | ||
| 75 | + ] [ sp:object _:b13 ; | ||
| 76 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; | ||
| 77 | + sp:subject spin:_this | ||
| 78 | + ] [ sp:object _:b9 ; | ||
| 79 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimPreSpud> ; | ||
| 80 | + sp:subject _:b13 | ||
| 81 | + ] [ sp:object _:b14 ; | ||
| 82 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 83 | + sp:subject _:b15 | ||
| 84 | + ] [ sp:object _:b10 ; | ||
| 85 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 86 | + sp:subject _:b14 | ||
| 87 | + ] [ rdf:type sp:Bind ; | ||
| 88 | + sp:expression | ||
| 89 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 90 | + sp:arg1 _:b11 | ||
| 91 | + ] ; | ||
| 92 | + sp:variable _:b16 | ||
| 93 | + ] [ rdf:type sp:Bind ; | ||
| 94 | + sp:expression | ||
| 95 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 96 | + sp:arg1 _:b16 ; | ||
| 97 | + sp:arg2 _:b12 | ||
| 98 | + ] ; | ||
| 99 | + sp:variable _:b15 | ||
| 100 | + ]) | ||
| 101 | + ] ; | ||
| 102 | + spin:rule | ||
| 103 | + [ rdf:type sp:Construct ; | ||
| 104 | + rdfs:comment "STEP 161 Set name for Rig"^^xsd:string ; | ||
| 105 | + sp:templates ([ sp:object _:b17 ; | ||
| 106 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#npdName> ; | ||
| 107 | + sp:subject _:b18 | ||
| 108 | + ]) ; | ||
| 109 | + sp:where ([ sp:object _:b19 ; | ||
| 110 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 111 | + sp:subject spin:_this | ||
| 112 | + ] [ sp:object _:b20 ; | ||
| 113 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 114 | + sp:subject spin:_this | ||
| 115 | + ] [ sp:object _:b21 ; | ||
| 116 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; | ||
| 117 | + sp:subject spin:_this | ||
| 118 | + ] [ sp:object _:b22 ; | ||
| 37 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#rigAlias> ; | 119 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#rigAlias> ; |
| 38 | - sp:subject _:b5 | 120 | + sp:subject _:b21 |
| 39 | - ] [ sp:object _:b1 ; | 121 | + ] [ sp:object _:b17 ; |
| 40 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ; | 122 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ; |
| 41 | - sp:subject _:b6 | 123 | + sp:subject _:b22 |
| 42 | ] [ sp:object "NPD Name" ; | 124 | ] [ sp:object "NPD Name" ; |
| 43 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#namingSystem> ; | 125 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#namingSystem> ; |
| 44 | - sp:subject _:b6 | 126 | + sp:subject _:b22 |
| 45 | - ] [ sp:object _:b7 ; | 127 | + ] [ sp:object _:b23 ; |
| 46 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onRig> ; | 128 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onRig> ; |
| 47 | - sp:subject _:b8 | 129 | + sp:subject _:b24 |
| 48 | - ] [ sp:object _:b2 ; | 130 | + ] [ sp:object _:b18 ; |
| 49 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 131 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 50 | - sp:subject _:b7 | 132 | + sp:subject _:b23 |
| 51 | ] [ rdf:type sp:Bind ; | 133 | ] [ rdf:type sp:Bind ; |
| 52 | sp:expression | 134 | sp:expression |
| 53 | [ rdf:type ep-spin-lib:normalizeString ; | 135 | [ rdf:type ep-spin-lib:normalizeString ; |
| 54 | - sp:arg1 _:b3 | 136 | + sp:arg1 _:b19 |
| 55 | ] ; | 137 | ] ; |
| 56 | - sp:variable _:b9 | 138 | + sp:variable _:b25 |
| 57 | ] [ rdf:type sp:Bind ; | 139 | ] [ rdf:type sp:Bind ; |
| 58 | sp:expression | 140 | sp:expression |
| 59 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 141 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 60 | - sp:arg1 _:b9 ; | 142 | + sp:arg1 _:b25 ; |
| 61 | - sp:arg2 _:b4 | 143 | + sp:arg2 _:b20 |
| 62 | ] ; | 144 | ] ; |
| 63 | - sp:variable _:b8 | 145 | + sp:variable _:b24 |
| 64 | ]) | 146 | ]) |
| 65 | ] ; | 147 | ] ; |
| 66 | spin:rule | 148 | spin:rule |
| ... | @@ -68,74 +150,212 @@ | ... | @@ -68,74 +150,212 @@ |
| 68 | rdfs:comment "STEP 160 Set rig for drilling activity"^^xsd:string ; | 150 | rdfs:comment "STEP 160 Set rig for drilling activity"^^xsd:string ; |
| 69 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> ; | 151 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> ; |
| 70 | sp:predicate rdf:type ; | 152 | sp:predicate rdf:type ; |
| 71 | - sp:subject _:b10 | 153 | + sp:subject _:b26 |
| 72 | - ] [ sp:object _:b10 ; | 154 | + ] [ sp:object _:b26 ; |
| 73 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onRig> ; | 155 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onRig> ; |
| 74 | - sp:subject _:b11 | 156 | + sp:subject _:b27 |
| 75 | ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#Rig> ; | 157 | ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#Rig> ; |
| 76 | sp:predicate rdf:type ; | 158 | sp:predicate rdf:type ; |
| 77 | - sp:subject _:b12 | 159 | + sp:subject _:b28 |
| 78 | - ] [ sp:object _:b13 ; | 160 | + ] [ sp:object _:b29 ; |
| 79 | sp:predicate <http://www.reportinghub.no/ep/schema/core#npdCode> ; | 161 | sp:predicate <http://www.reportinghub.no/ep/schema/core#npdCode> ; |
| 80 | - sp:subject _:b12 | 162 | + sp:subject _:b28 |
| 81 | - ] [ sp:object _:b12 ; | 163 | + ] [ sp:object _:b28 ; |
| 82 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 164 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 83 | - sp:subject _:b10 | 165 | + sp:subject _:b26 |
| 84 | ]) ; | 166 | ]) ; |
| 85 | - sp:where ([ sp:object _:b14 ; | 167 | + sp:where ([ sp:object _:b30 ; |
| 86 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 168 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 87 | sp:subject spin:_this | 169 | sp:subject spin:_this |
| 88 | - ] [ sp:object _:b15 ; | 170 | + ] [ sp:object _:b31 ; |
| 89 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 171 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 90 | sp:subject spin:_this | 172 | sp:subject spin:_this |
| 91 | - ] [ sp:object _:b16 ; | 173 | + ] [ sp:object _:b32 ; |
| 92 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 174 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 93 | sp:subject spin:_this | 175 | sp:subject spin:_this |
| 94 | - ] [ sp:object _:b17 ; | 176 | + ] [ sp:object _:b33 ; |
| 95 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; | 177 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; |
| 96 | sp:subject spin:_this | 178 | sp:subject spin:_this |
| 97 | - ] [ sp:object _:b18 ; | 179 | + ] [ sp:object _:b34 ; |
| 98 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#rigAlias> ; | 180 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#rigAlias> ; |
| 99 | - sp:subject _:b17 | 181 | + sp:subject _:b33 |
| 100 | ] [ sp:object "NPD Code" ; | 182 | ] [ sp:object "NPD Code" ; |
| 101 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#namingSystem> ; | 183 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#namingSystem> ; |
| 102 | - sp:subject _:b18 | 184 | + sp:subject _:b34 |
| 103 | - ] [ sp:object _:b13 ; | 185 | + ] [ sp:object _:b29 ; |
| 104 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ; | 186 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ; |
| 105 | - sp:subject _:b18 | 187 | + sp:subject _:b34 |
| 106 | ] [ rdf:type sp:Bind ; | 188 | ] [ rdf:type sp:Bind ; |
| 107 | sp:expression | 189 | sp:expression |
| 108 | [ rdf:type ep-spin-lib:normalizeString ; | 190 | [ rdf:type ep-spin-lib:normalizeString ; |
| 109 | - sp:arg1 _:b14 | 191 | + sp:arg1 _:b30 |
| 110 | ] ; | 192 | ] ; |
| 111 | - sp:variable _:b19 | 193 | + sp:variable _:b35 |
| 112 | ] [ rdf:type sp:Bind ; | 194 | ] [ rdf:type sp:Bind ; |
| 113 | sp:expression | 195 | sp:expression |
| 114 | [ rdf:type ep-spin-lib:normalizeString ; | 196 | [ rdf:type ep-spin-lib:normalizeString ; |
| 115 | - sp:arg1 _:b13 | 197 | + sp:arg1 _:b29 |
| 116 | ] ; | 198 | ] ; |
| 117 | - sp:variable _:b20 | 199 | + sp:variable _:b36 |
| 118 | ] [ rdf:type sp:Bind ; | 200 | ] [ rdf:type sp:Bind ; |
| 119 | sp:expression | 201 | sp:expression |
| 120 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 202 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 121 | - sp:arg1 _:b19 ; | 203 | + sp:arg1 _:b35 ; |
| 122 | - sp:arg2 _:b15 | 204 | + sp:arg2 _:b31 |
| 123 | ] ; | 205 | ] ; |
| 124 | - sp:variable _:b11 | 206 | + sp:variable _:b27 |
| 125 | ] [ rdf:type sp:Bind ; | 207 | ] [ rdf:type sp:Bind ; |
| 126 | sp:expression | 208 | sp:expression |
| 127 | [ rdf:type ep-spin-lib:buildRigURI ; | 209 | [ rdf:type ep-spin-lib:buildRigURI ; |
| 128 | - sp:arg1 _:b20 | 210 | + sp:arg1 _:b36 |
| 129 | ] ; | 211 | ] ; |
| 130 | - sp:variable _:b12 | 212 | + sp:variable _:b28 |
| 131 | ] [ rdf:type sp:Bind ; | 213 | ] [ rdf:type sp:Bind ; |
| 132 | sp:expression | 214 | sp:expression |
| 133 | [ rdf:type ep-spin-lib:buildTemporalPartOfARigURI ; | 215 | [ rdf:type ep-spin-lib:buildTemporalPartOfARigURI ; |
| 134 | - sp:arg1 _:b20 ; | 216 | + sp:arg1 _:b36 ; |
| 135 | - sp:arg2 _:b15 ; | 217 | + sp:arg2 _:b31 ; |
| 136 | - sp:arg3 _:b16 | 218 | + sp:arg3 _:b32 |
| 219 | + ] ; | ||
| 220 | + sp:variable _:b26 | ||
| 221 | + ]) | ||
| 222 | + ] ; | ||
| 223 | + spin:rule | ||
| 224 | + [ rdf:type sp:Construct ; | ||
| 225 | + rdfs:comment "STEP 162 Set drilling operator for drilling activity"^^xsd:string ; | ||
| 226 | + sp:templates ([ sp:object _:b37 ; | ||
| 227 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#drillingOperator> ; | ||
| 228 | + sp:subject _:b38 | ||
| 229 | + ] [ sp:object _:b39 ; | ||
| 230 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
| 231 | + sp:subject _:b37 | ||
| 232 | + ]) ; | ||
| 233 | + sp:where ([ sp:object _:b40 ; | ||
| 234 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 235 | + sp:subject spin:_this | ||
| 236 | + ] [ sp:object _:b41 ; | ||
| 237 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 238 | + sp:subject spin:_this | ||
| 239 | + ] [ sp:object _:b42 ; | ||
| 240 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; | ||
| 241 | + sp:subject spin:_this | ||
| 242 | + ] [ sp:object _:b39 ; | ||
| 243 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#operator> ; | ||
| 244 | + sp:subject _:b42 | ||
| 245 | + ] [ rdf:type sp:Bind ; | ||
| 246 | + sp:expression | ||
| 247 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 248 | + sp:arg1 _:b40 | ||
| 249 | + ] ; | ||
| 250 | + sp:variable _:b43 | ||
| 251 | + ] [ rdf:type sp:Bind ; | ||
| 252 | + sp:expression | ||
| 253 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 254 | + sp:arg1 _:b43 ; | ||
| 255 | + sp:arg2 _:b41 | ||
| 256 | + ] ; | ||
| 257 | + sp:variable _:b38 | ||
| 258 | + ] [ rdf:type sp:Bind ; | ||
| 259 | + sp:expression | ||
| 260 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 261 | + sp:arg1 _:b39 | ||
| 262 | + ] ; | ||
| 263 | + sp:variable _:b44 | ||
| 264 | + ] [ rdf:type sp:Bind ; | ||
| 265 | + sp:expression | ||
| 266 | + [ rdf:type rhspin:companyById ; | ||
| 267 | + arg:id _:b44 | ||
| 268 | + ] ; | ||
| 269 | + sp:variable _:b37 | ||
| 270 | + ]) | ||
| 271 | + ] ; | ||
| 272 | + spin:rule | ||
| 273 | + [ rdf:type sp:Construct ; | ||
| 274 | + rdfs:comment "STEP 163 Set drilling contractor for drilling activity"^^xsd:string ; | ||
| 275 | + sp:templates ([ sp:object _:b45 ; | ||
| 276 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#drillingContractor> ; | ||
| 277 | + sp:subject _:b46 | ||
| 278 | + ] [ sp:object _:b47 ; | ||
| 279 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
| 280 | + sp:subject _:b45 | ||
| 281 | + ]) ; | ||
| 282 | + sp:where ([ sp:object _:b48 ; | ||
| 283 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 284 | + sp:subject spin:_this | ||
| 285 | + ] [ sp:object _:b49 ; | ||
| 286 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 287 | + sp:subject spin:_this | ||
| 288 | + ] [ sp:object _:b50 ; | ||
| 289 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; | ||
| 290 | + sp:subject spin:_this | ||
| 291 | + ] [ sp:object _:b47 ; | ||
| 292 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#drillContractor> ; | ||
| 293 | + sp:subject _:b50 | ||
| 294 | + ] [ rdf:type sp:Bind ; | ||
| 295 | + sp:expression | ||
| 296 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 297 | + sp:arg1 _:b48 | ||
| 298 | + ] ; | ||
| 299 | + sp:variable _:b51 | ||
| 300 | + ] [ rdf:type sp:Bind ; | ||
| 301 | + sp:expression | ||
| 302 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 303 | + sp:arg1 _:b51 ; | ||
| 304 | + sp:arg2 _:b49 | ||
| 305 | + ] ; | ||
| 306 | + sp:variable _:b46 | ||
| 307 | + ] [ rdf:type sp:Bind ; | ||
| 308 | + sp:expression | ||
| 309 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 310 | + sp:arg1 _:b47 | ||
| 137 | ] ; | 311 | ] ; |
| 138 | - sp:variable _:b10 | 312 | + sp:variable _:b52 |
| 313 | + ] [ rdf:type sp:Bind ; | ||
| 314 | + sp:expression | ||
| 315 | + [ rdf:type rhspin:companyById ; | ||
| 316 | + arg:id _:b52 | ||
| 317 | + ] ; | ||
| 318 | + sp:variable _:b45 | ||
| 319 | + ]) | ||
| 320 | + ] ; | ||
| 321 | + spin:rule | ||
| 322 | + [ rdf:type sp:Construct ; | ||
| 323 | + rdfs:comment "STEP 166 Set SPUD date"^^xsd:string ; | ||
| 324 | + sp:templates ([ sp:object _:b53 ; | ||
| 325 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimSpud> ; | ||
| 326 | + sp:subject _:b54 | ||
| 327 | + ]) ; | ||
| 328 | + sp:where ([ sp:object _:b55 ; | ||
| 329 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 330 | + sp:subject spin:_this | ||
| 331 | + ] [ sp:object _:b56 ; | ||
| 332 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 333 | + sp:subject spin:_this | ||
| 334 | + ] [ sp:object _:b57 ; | ||
| 335 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; | ||
| 336 | + sp:subject spin:_this | ||
| 337 | + ] [ sp:object _:b53 ; | ||
| 338 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimSpud> ; | ||
| 339 | + sp:subject _:b57 | ||
| 340 | + ] [ sp:object _:b58 ; | ||
| 341 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 342 | + sp:subject _:b59 | ||
| 343 | + ] [ sp:object _:b54 ; | ||
| 344 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 345 | + sp:subject _:b58 | ||
| 346 | + ] [ rdf:type sp:Bind ; | ||
| 347 | + sp:expression | ||
| 348 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 349 | + sp:arg1 _:b55 | ||
| 350 | + ] ; | ||
| 351 | + sp:variable _:b60 | ||
| 352 | + ] [ rdf:type sp:Bind ; | ||
| 353 | + sp:expression | ||
| 354 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 355 | + sp:arg1 _:b60 ; | ||
| 356 | + sp:arg2 _:b56 | ||
| 357 | + ] ; | ||
| 358 | + sp:variable _:b59 | ||
| 139 | ]) | 359 | ]) |
| 140 | ] . | 360 | ] . |
| 141 | 361 | ||
| ... | @@ -144,46 +364,168 @@ | ... | @@ -144,46 +364,168 @@ |
| 144 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; | 364 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; |
| 145 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 365 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 146 | 366 | ||
| 147 | -[] rdf:type smf:regex . | 367 | +_:b45 |
| 368 | + sp:varName "contractor"^^xsd:string . | ||
| 148 | 369 | ||
| 149 | -[] rdf:type smf:trim . | 370 | +_:b46 |
| 371 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 150 | 372 | ||
| 151 | -[] rdf:type fn:starts-with . | 373 | +_:b47 |
| 374 | + sp:varName "nameContractor"^^xsd:string . | ||
| 152 | 375 | ||
| 153 | -[] rdf:type sp:Modify . | 376 | +_:b48 |
| 377 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 154 | 378 | ||
| 155 | -_:b14 | 379 | +_:b49 |
| 380 | + sp:varName "dTimStart"^^xsd:string . | ||
| 381 | + | ||
| 382 | +_:b50 | ||
| 383 | + sp:varName "wellboreInfo"^^xsd:string . | ||
| 384 | + | ||
| 385 | +_:b51 | ||
| 386 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 387 | + | ||
| 388 | +_:b52 | ||
| 389 | + sp:varName "normalizedContractorName"^^xsd:string . | ||
| 390 | + | ||
| 391 | +_:b37 | ||
| 392 | + sp:varName "operator"^^xsd:string . | ||
| 393 | + | ||
| 394 | +_:b38 | ||
| 395 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 396 | + | ||
| 397 | +_:b39 | ||
| 398 | + sp:varName "nameOperator"^^xsd:string . | ||
| 399 | + | ||
| 400 | +_:b40 | ||
| 156 | sp:varName "nameWellBore"^^xsd:string . | 401 | sp:varName "nameWellBore"^^xsd:string . |
| 157 | 402 | ||
| 158 | -_:b15 | 403 | +_:b41 |
| 159 | sp:varName "dTimStart"^^xsd:string . | 404 | sp:varName "dTimStart"^^xsd:string . |
| 160 | 405 | ||
| 161 | -_:b16 | 406 | +_:b42 |
| 407 | + sp:varName "wellboreInfo"^^xsd:string . | ||
| 408 | + | ||
| 409 | +_:b43 | ||
| 410 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 411 | + | ||
| 412 | +_:b44 | ||
| 413 | + sp:varName "normalizedOperatorName"^^xsd:string . | ||
| 414 | + | ||
| 415 | +_:b26 | ||
| 416 | + sp:varName "temporalPartOfARig"^^xsd:string . | ||
| 417 | + | ||
| 418 | +_:b27 | ||
| 419 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 420 | + | ||
| 421 | +_:b28 | ||
| 422 | + sp:varName "rig"^^xsd:string . | ||
| 423 | + | ||
| 424 | +_:b29 | ||
| 425 | + sp:varName "nameRig"^^xsd:string . | ||
| 426 | + | ||
| 427 | +_:b30 | ||
| 428 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 429 | + | ||
| 430 | +_:b31 | ||
| 431 | + sp:varName "dTimStart"^^xsd:string . | ||
| 432 | + | ||
| 433 | +_:b32 | ||
| 162 | sp:varName "dTimEnd"^^xsd:string . | 434 | sp:varName "dTimEnd"^^xsd:string . |
| 163 | 435 | ||
| 164 | -_:b17 | 436 | +_:b33 |
| 165 | sp:varName "wellboreInfo"^^xsd:string . | 437 | sp:varName "wellboreInfo"^^xsd:string . |
| 166 | 438 | ||
| 167 | -_:b18 | 439 | +_:b34 |
| 168 | sp:varName "rigAlias"^^xsd:string . | 440 | sp:varName "rigAlias"^^xsd:string . |
| 169 | 441 | ||
| 170 | -_:b13 | 442 | +_:b35 |
| 171 | - sp:varName "nameRig"^^xsd:string . | 443 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 444 | + | ||
| 445 | +_:b36 | ||
| 446 | + sp:varName "normalizedRigName"^^xsd:string . | ||
| 447 | + | ||
| 448 | +_:b17 | ||
| 449 | + sp:varName "name"^^xsd:string . | ||
| 450 | + | ||
| 451 | +_:b18 | ||
| 452 | + sp:varName "rig"^^xsd:string . | ||
| 172 | 453 | ||
| 173 | _:b19 | 454 | _:b19 |
| 174 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 455 | + sp:varName "nameWellBore"^^xsd:string . |
| 175 | 456 | ||
| 176 | _:b20 | 457 | _:b20 |
| 177 | - sp:varName "normalizedRigName"^^xsd:string . | 458 | + sp:varName "dTimStart"^^xsd:string . |
| 178 | 459 | ||
| 179 | -_:b11 | 460 | +_:b21 |
| 461 | + sp:varName "wellboreInfo"^^xsd:string . | ||
| 462 | + | ||
| 463 | +_:b22 | ||
| 464 | + sp:varName "rigAlias"^^xsd:string . | ||
| 465 | + | ||
| 466 | +_:b23 | ||
| 467 | + sp:varName "temporalPartOfARig"^^xsd:string . | ||
| 468 | + | ||
| 469 | +_:b24 | ||
| 180 | sp:varName "dailyDrillingActivity"^^xsd:string . | 470 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 181 | 471 | ||
| 472 | +_:b25 | ||
| 473 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 474 | + | ||
| 475 | +[] rdf:type sp:Modify . | ||
| 476 | + | ||
| 477 | +[] rdf:type fn:starts-with . | ||
| 478 | + | ||
| 479 | +[] rdf:type smf:trim . | ||
| 480 | + | ||
| 481 | +[] rdf:type smf:regex . | ||
| 482 | + | ||
| 483 | +_:b55 | ||
| 484 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 485 | + | ||
| 486 | +_:b56 | ||
| 487 | + sp:varName "dTimStart"^^xsd:string . | ||
| 488 | + | ||
| 489 | +_:b57 | ||
| 490 | + sp:varName "wellboreInfo"^^xsd:string . | ||
| 491 | + | ||
| 492 | +_:b53 | ||
| 493 | + sp:varName "spudDate"^^xsd:string . | ||
| 494 | + | ||
| 495 | +_:b59 | ||
| 496 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 497 | + | ||
| 498 | +_:b58 | ||
| 499 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 500 | + | ||
| 501 | +_:b54 | ||
| 502 | + sp:varName "wellBore"^^xsd:string . | ||
| 503 | + | ||
| 504 | +_:b60 | ||
| 505 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 506 | + | ||
| 507 | +_:b11 | ||
| 508 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 509 | + | ||
| 182 | _:b12 | 510 | _:b12 |
| 183 | - sp:varName "rig"^^xsd:string . | 511 | + sp:varName "dTimStart"^^xsd:string . |
| 512 | + | ||
| 513 | +_:b13 | ||
| 514 | + sp:varName "wellboreInfo"^^xsd:string . | ||
| 515 | + | ||
| 516 | +_:b9 sp:varName "preSpudDate"^^xsd:string . | ||
| 517 | + | ||
| 518 | +_:b15 | ||
| 519 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 520 | + | ||
| 521 | +_:b14 | ||
| 522 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 184 | 523 | ||
| 185 | _:b10 | 524 | _:b10 |
| 186 | - sp:varName "temporalPartOfARig"^^xsd:string . | 525 | + sp:varName "wellBore"^^xsd:string . |
| 526 | + | ||
| 527 | +_:b16 | ||
| 528 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 187 | 529 | ||
| 188 | _:b3 sp:varName "nameWellBore"^^xsd:string . | 530 | _:b3 sp:varName "nameWellBore"^^xsd:string . |
| 189 | 531 | ||
| ... | @@ -191,22 +533,20 @@ _:b4 sp:varName "dTimStart"^^xsd:string . | ... | @@ -191,22 +533,20 @@ _:b4 sp:varName "dTimStart"^^xsd:string . |
| 191 | 533 | ||
| 192 | _:b5 sp:varName "wellboreInfo"^^xsd:string . | 534 | _:b5 sp:varName "wellboreInfo"^^xsd:string . |
| 193 | 535 | ||
| 194 | -_:b6 sp:varName "rigAlias"^^xsd:string . | 536 | +_:b1 sp:varName "dateDrillComplete"^^xsd:string . |
| 195 | 537 | ||
| 196 | -_:b1 sp:varName "name"^^xsd:string . | 538 | +_:b7 sp:varName "dailyDrillingActivity"^^xsd:string . |
| 197 | 539 | ||
| 198 | -_:b8 sp:varName "dailyDrillingActivity"^^xsd:string . | 540 | +_:b6 sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 199 | 541 | ||
| 200 | -_:b7 sp:varName "temporalPartOfARig"^^xsd:string . | 542 | +_:b2 sp:varName "wellBore"^^xsd:string . |
| 201 | 543 | ||
| 202 | -_:b2 sp:varName "rig"^^xsd:string . | 544 | +_:b8 sp:varName "normalizedWellBoreName"^^xsd:string . |
| 203 | 545 | ||
| 204 | -_:b9 sp:varName "normalizedWellBoreName"^^xsd:string . | 546 | +([]) . |
| 205 | 547 | ||
| 206 | ([] [] [ rdf:type sp:Filter | 548 | ([] [] [ rdf:type sp:Filter |
| 207 | ] [ rdf:type sp:Bind | 549 | ] [ rdf:type sp:Bind |
| 208 | ]) . | 550 | ]) . |
| 209 | 551 | ||
| 210 | ([]) . | 552 | ([]) . |
| 211 | - | ||
| 212 | -([]) . | ... | ... |
| 1 | +<witsml:drillReports version="1.4.0.0" xmlns:witsml="http://www.witsml.org/schemas/1series" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.witsml.org/schemas/1series http://www.npd.no/schema/DDRS/1series/WITSML_drillReport_profiled_schema_phase2.xsd"> | ||
| 2 | + <witsml:drillReport> | ||
| 3 | + <witsml:nameWell>25/8-C-23</witsml:nameWell> | ||
| 4 | + <witsml:nameWellbore>25/08-C-23 B</witsml:nameWellbore> | ||
| 5 | + <witsml:name>25/8-C-23</witsml:name> | ||
| 6 | + <witsml:dTimStart>2006-06-05T06:00:00.001Z</witsml:dTimStart> | ||
| 7 | + <witsml:dTimEnd>2006-06-06T06:00:00.001Z</witsml:dTimEnd> | ||
| 8 | + <witsml:versionKind>preliminary</witsml:versionKind> | ||
| 9 | + <witsml:createDate>2006-06-06T13:15:00.001Z</witsml:createDate> | ||
| 10 | + <witsml:wellAlias> | ||
| 11 | + <witsml:name>25/8-C-23</witsml:name> | ||
| 12 | + <witsml:namingSystem>NPD code</witsml:namingSystem> | ||
| 13 | + </witsml:wellAlias> | ||
| 14 | + <witsml:wellboreAlias> | ||
| 15 | + <witsml:name>25/08-C-23 B</witsml:name> | ||
| 16 | + <witsml:namingSystem>NPD code</witsml:namingSystem> | ||
| 17 | + </witsml:wellboreAlias> | ||
| 18 | + <witsml:wellboreAlias> | ||
| 19 | + <witsml:name>123</witsml:name> | ||
| 20 | + <witsml:namingSystem>NPD number</witsml:namingSystem> | ||
| 21 | + </witsml:wellboreAlias> | ||
| 22 | + <witsml:wellboreInfo> | ||
| 23 | + <witsml:dTimSpud>1986-06-06</witsml:dTimSpud> | ||
| 24 | + <witsml:operator>Big operator Inc</witsml:operator> | ||
| 25 | + <witsml:rigAlias> | ||
| 26 | + <witsml:name>4321</witsml:name> | ||
| 27 | + <witsml:namingSystem>NPD Code</witsml:namingSystem> | ||
| 28 | + </witsml:rigAlias> | ||
| 29 | + </witsml:wellboreInfo> | ||
| 30 | + <witsml:statusInfo> | ||
| 31 | + <witsml:reportNo>1</witsml:reportNo> | ||
| 32 | + <witsml:dTim>2011-04-05T06:00:00.001Z</witsml:dTim> | ||
| 33 | + <witsml:tvd uom="m">4561</witsml:tvd> | ||
| 34 | + <witsml:presTestType>leak off test</witsml:presTestType> | ||
| 35 | + <witsml:distDrill uom="m">78.9</witsml:distDrill> | ||
| 36 | + <witsml:elevKelly uom="m">23.5</witsml:elevKelly> | ||
| 37 | + <witsml:ropCurrent uom="m/h">6.22</witsml:ropCurrent> | ||
| 38 | + <witsml:mdKickoff uom="m">1233.22</witsml:mdKickoff> | ||
| 39 | + <witsml:tvdKickoff uom="m">1245</witsml:tvdKickoff> | ||
| 40 | + <witsml:mdPlugTop uom="m">3564.22</witsml:mdPlugTop> | ||
| 41 | + <witsml:mdCsgLast uom="m">1234.56</witsml:mdCsgLast> | ||
| 42 | + <witsml:tvdCsgLast uom="m">1234</witsml:tvdCsgLast> | ||
| 43 | + <witsml:strengthForm uom="g/cm3">123</witsml:strengthForm> | ||
| 44 | + <witsml:mdStrengthForm uom="m">1234</witsml:mdStrengthForm> | ||
| 45 | + <witsml:tvdStrengthForm uom="m">1240</witsml:tvdStrengthForm> | ||
| 46 | + <witsml:diaCsgLast uom="in">16.6</witsml:diaCsgLast> | ||
| 47 | + <witsml:diaHole uom="in">43.33</witsml:diaHole> | ||
| 48 | + <witsml:md uom="m">6898</witsml:md> | ||
| 49 | + <witsml:waterDepth uom="m">15</witsml:waterDepth> | ||
| 50 | + <witsml:avgPresBH uom="psig">2</witsml:avgPresBH> | ||
| 51 | + <witsml:avgTempBH uom="degC">20</witsml:avgTempBH> | ||
| 52 | + <witsml:fixedRig>true</witsml:fixedRig> | ||
| 53 | + <witsml:hpht>false</witsml:hpht> | ||
| 54 | + <witsml:tightWell>false</witsml:tightWell> | ||
| 55 | + </witsml:statusInfo> | ||
| 56 | + </witsml:drillReport> | ||
| 57 | +</witsml:drillReports> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment