Showing
23 changed files
with
3982 additions
and
948 deletions
.gitattributes
100755 → 100644
File mode changed
| 1 | -# Saved by TopBraid on Tue Aug 16 11:17:28 BST 2011 | 1 | +# Saved by TopBraid on Wed Aug 17 16:00:46 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/organization | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/organization |
| ... | @@ -183,6 +183,11 @@ ep-activity:DrillingActivityOutcomeType | ... | @@ -183,6 +183,11 @@ ep-activity:DrillingActivityOutcomeType |
| 183 | rdfs:label "drilling activity outcome type"^^xsd:string ; | 183 | rdfs:label "drilling activity outcome type"^^xsd:string ; |
| 184 | rdfs:subClassOf owl:Class . | 184 | rdfs:subClassOf owl:Class . |
| 185 | 185 | ||
| 186 | +ep-activity:EquipmentFailureAndRepair | ||
| 187 | + rdf:type owl:Class ; | ||
| 188 | + rdfs:label "equipment failure and repair"^^xsd:string ; | ||
| 189 | + rdfs:subClassOf ep-activity:Activity . | ||
| 190 | + | ||
| 186 | ep-activity:FailedActivity | 191 | ep-activity:FailedActivity |
| 187 | rdf:type ep-activity:ActivitySuccessType , owl:Class ; | 192 | rdf:type ep-activity:ActivitySuccessType , owl:Class ; |
| 188 | rdfs:label "failed activity"^^xsd:string ; | 193 | rdfs:label "failed activity"^^xsd:string ; |
| ... | @@ -206,6 +211,11 @@ ep-activity:LeakOffTest | ... | @@ -206,6 +211,11 @@ ep-activity:LeakOffTest |
| 206 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 211 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
| 207 | owl:disjointWith ep-activity:FormationIntegrityTest . | 212 | owl:disjointWith ep-activity:FormationIntegrityTest . |
| 208 | 213 | ||
| 214 | +ep-activity:LithologyAndShowsObservation | ||
| 215 | + rdf:type owl:Class ; | ||
| 216 | + rdfs:label "lithology and shows observation"^^xsd:string ; | ||
| 217 | + rdfs:subClassOf ep-activity:Activity . | ||
| 218 | + | ||
| 209 | ep-activity:MonthlyDrillingActivity | 219 | ep-activity:MonthlyDrillingActivity |
| 210 | rdf:type owl:Class ; | 220 | rdf:type owl:Class ; |
| 211 | rdfs:label "Weekly drilling activity"^^xsd:string ; | 221 | rdfs:label "Weekly drilling activity"^^xsd:string ; |
| ... | @@ -251,6 +261,28 @@ ep-activity:OffshoreWellActivity | ... | @@ -251,6 +261,28 @@ ep-activity:OffshoreWellActivity |
| 251 | owl:onProperty ep-activity:onWell | 261 | owl:onProperty ep-activity:onWell |
| 252 | ] . | 262 | ] . |
| 253 | 263 | ||
| 264 | +ep-activity:PorePressureDetermination | ||
| 265 | + rdf:type owl:Class ; | ||
| 266 | + rdfs:label "pore pressure determination"^^xsd:string ; | ||
| 267 | + rdfs:subClassOf ep-activity:Activity . | ||
| 268 | + | ||
| 269 | +ep-activity:PorePressureDeterminationType | ||
| 270 | + rdf:type rdfs:Class ; | ||
| 271 | + rdfs:label "pore pressure determination type"^^xsd:string ; | ||
| 272 | + rdfs:subClassOf owl:Class . | ||
| 273 | + | ||
| 274 | +ep-activity:PorePressureEstimation | ||
| 275 | + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; | ||
| 276 | + rdfs:label "pore pressure estimation"^^xsd:string ; | ||
| 277 | + rdfs:subClassOf ep-activity:PorePressureDetermination ; | ||
| 278 | + owl:disjointWith ep-activity:PorePressureMeasurement . | ||
| 279 | + | ||
| 280 | +ep-activity:PorePressureMeasurement | ||
| 281 | + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; | ||
| 282 | + rdfs:label "pore pressure measurement"^^xsd:string ; | ||
| 283 | + rdfs:subClassOf ep-activity:PorePressureDetermination ; | ||
| 284 | + owl:disjointWith ep-activity:PorePressureEstimation . | ||
| 285 | + | ||
| 254 | ep-activity:PressureTestType | 286 | ep-activity:PressureTestType |
| 255 | rdf:type rdfs:Class ; | 287 | rdf:type rdfs:Class ; |
| 256 | rdfs:label "pressure test type"^^xsd:string ; | 288 | rdfs:label "pressure test type"^^xsd:string ; |
| ... | @@ -297,6 +329,11 @@ ep-activity:WellBoreDrillingType | ... | @@ -297,6 +329,11 @@ ep-activity:WellBoreDrillingType |
| 297 | rdfs:label "well bore drilling type"^^xsd:string ; | 329 | rdfs:label "well bore drilling type"^^xsd:string ; |
| 298 | rdfs:subClassOf owl:Class . | 330 | rdfs:subClassOf owl:Class . |
| 299 | 331 | ||
| 332 | +ep-activity:WellBoreLog | ||
| 333 | + rdf:type owl:Class ; | ||
| 334 | + rdfs:label "well bore log"^^xsd:string ; | ||
| 335 | + rdfs:subClassOf ep-activity:Activity . | ||
| 336 | + | ||
| 300 | ep-activity:WellBorePressureTest | 337 | ep-activity:WellBorePressureTest |
| 301 | rdf:type owl:Class ; | 338 | rdf:type owl:Class ; |
| 302 | rdfs:label "well bore pressure test"^^xsd:string ; | 339 | rdfs:label "well bore pressure test"^^xsd:string ; |
| ... | @@ -319,6 +356,12 @@ ep-activity:drillingOperator | ... | @@ -319,6 +356,12 @@ ep-activity:drillingOperator |
| 319 | rdfs:label "drilling operator"^^xsd:string ; | 356 | rdfs:label "drilling operator"^^xsd:string ; |
| 320 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 357 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 321 | 358 | ||
| 359 | +ep-activity:failedEquipment | ||
| 360 | + rdf:type owl:ObjectProperty ; | ||
| 361 | + rdfs:domain ep-activity:EquipmentFailureAndRepair ; | ||
| 362 | + rdfs:label "failed equipment"^^xsd:string ; | ||
| 363 | + rdfs:range <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfEquipment> . | ||
| 364 | + | ||
| 322 | ep-activity:finishedAt | 365 | ep-activity:finishedAt |
| 323 | rdf:type owl:DatatypeProperty ; | 366 | rdf:type owl:DatatypeProperty ; |
| 324 | rdfs:label "finished at"^^xsd:string ; | 367 | rdfs:label "finished at"^^xsd:string ; |
| ... | @@ -344,6 +387,12 @@ ep-activity:reportOn | ... | @@ -344,6 +387,12 @@ ep-activity:reportOn |
| 344 | rdf:type owl:ObjectProperty ; | 387 | rdf:type owl:ObjectProperty ; |
| 345 | rdfs:label "report on"^^xsd:string . | 388 | rdfs:label "report on"^^xsd:string . |
| 346 | 389 | ||
| 390 | +ep-activity:serviceCompany | ||
| 391 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | ||
| 392 | + rdfs:domain ep-activity:Activity ; | ||
| 393 | + rdfs:label "service company"^^xsd:string ; | ||
| 394 | + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | ||
| 395 | + | ||
| 347 | ep-activity:startedAt | 396 | ep-activity:startedAt |
| 348 | rdf:type owl:DatatypeProperty ; | 397 | rdf:type owl:DatatypeProperty ; |
| 349 | rdfs:label "started at"^^xsd:string ; | 398 | rdfs:label "started at"^^xsd:string ; |
| ... | @@ -355,3 +404,9 @@ ep-activity:wellBoreDrillingType | ... | @@ -355,3 +404,9 @@ ep-activity:wellBoreDrillingType |
| 355 | rdfs:label "has sub activity"^^xsd:string ; | 404 | rdfs:label "has sub activity"^^xsd:string ; |
| 356 | rdfs:range ep-activity:WellBoreDrillingType ; | 405 | rdfs:range ep-activity:WellBoreDrillingType ; |
| 357 | rdfs:subPropertyOf rdf:type . | 406 | rdfs:subPropertyOf rdf:type . |
| 407 | + | ||
| 408 | +ep-activity:wellBoreLoggingTool | ||
| 409 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | ||
| 410 | + rdfs:domain ep-activity:WellBoreLog ; | ||
| 411 | + rdfs:label "well bore logging tool"^^xsd:string ; | ||
| 412 | + rdfs:range <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfEquipment> . | ... | ... |
| 1 | -# Saved by TopBraid on Sun Aug 14 20:47:54 BST 2011 | 1 | +# Saved by TopBraid on Tue Aug 16 14:43:21 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/drilling-equipment-type | 2 | # baseURI: http://www.reportinghub.no/ep/schema/drilling-equipment-type |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
| 4 | # imports: http://purl.org/dc/elements/1.1/ | 4 | # imports: http://purl.org/dc/elements/1.1/ |
| ... | @@ -17,394 +17,399 @@ | ... | @@ -17,394 +17,399 @@ |
| 17 | 17 | ||
| 18 | <http://www.reportinghub.no/ep/schema/drilling-equipment-type> | 18 | <http://www.reportinghub.no/ep/schema/drilling-equipment-type> |
| 19 | rdf:type owl:Ontology ; | 19 | rdf:type owl:Ontology ; |
| 20 | - owl:imports dc: , <http://purl.org/dc/terms/> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.w3.org/2004/02/skos/core> ; | 20 | + owl:imports <http://www.w3.org/2004/02/skos/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://purl.org/dc/terms/> , dc: ; |
| 21 | owl:versionInfo "0.1.0"^^xsd:string . | 21 | owl:versionInfo "0.1.0"^^xsd:string . |
| 22 | 22 | ||
| 23 | +:DrillingEquipment | ||
| 24 | + rdf:type owl:Class ; | ||
| 25 | + rdfs:label "drilling equipment"^^xsd:string ; | ||
| 26 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | ||
| 27 | + | ||
| 23 | :DrillingEquipmentType | 28 | :DrillingEquipmentType |
| 24 | rdf:type rdfs:Class ; | 29 | rdf:type rdfs:Class ; |
| 25 | rdfs:label "drilling equipment type"^^xsd:string ; | 30 | rdfs:label "drilling equipment type"^^xsd:string ; |
| 26 | rdfs:subClassOf owl:Class . | 31 | rdfs:subClassOf owl:Class . |
| 27 | 32 | ||
| 28 | -:drillfloor--drawworks | 33 | +:Drillfloor--drawworks |
| 29 | rdf:type :DrillingEquipmentType ; | 34 | rdf:type :DrillingEquipmentType ; |
| 30 | rdfs:label "drillfloor--drawworks"^^xsd:string ; | 35 | rdfs:label "drillfloor--drawworks"^^xsd:string ; |
| 31 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 36 | + rdfs:subClassOf :DrillingEquipment ; |
| 32 | dc:description "A CDRS equipment class that is a class defined as drilling drawworks equipment on a drilling rig."^^xsd:string . | 37 | dc:description "A CDRS equipment class that is a class defined as drilling drawworks equipment on a drilling rig."^^xsd:string . |
| 33 | 38 | ||
| 34 | -:drillfloor--drillingcontrol | 39 | +:Drillfloor--drillingcontrol |
| 35 | rdf:type :DrillingEquipmentType ; | 40 | rdf:type :DrillingEquipmentType ; |
| 36 | rdfs:label "drillfloor--drillingcontrol"^^xsd:string ; | 41 | rdfs:label "drillfloor--drillingcontrol"^^xsd:string ; |
| 37 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 42 | + rdfs:subClassOf :DrillingEquipment ; |
| 38 | dc:description "A CDRS equipment class that is a class defined as drilling control equipment on a drilling rig."^^xsd:string . | 43 | dc:description "A CDRS equipment class that is a class defined as drilling control equipment on a drilling rig."^^xsd:string . |
| 39 | 44 | ||
| 40 | -:drillfloor--hpairsyst | 45 | +:Drillfloor--hpairsyst |
| 41 | rdf:type :DrillingEquipmentType ; | 46 | rdf:type :DrillingEquipmentType ; |
| 42 | rdfs:label "drillfloor--hpairsyst"^^xsd:string ; | 47 | rdfs:label "drillfloor--hpairsyst"^^xsd:string ; |
| 43 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 48 | + rdfs:subClassOf :DrillingEquipment ; |
| 44 | dc:description "A CDRS equipment class that is a class defined as high pressure air system equipment on a drilling rig."^^xsd:string . | 49 | dc:description "A CDRS equipment class that is a class defined as high pressure air system equipment on a drilling rig."^^xsd:string . |
| 45 | 50 | ||
| 46 | -:drillfloor--other | 51 | +:Drillfloor--other |
| 47 | rdf:type :DrillingEquipmentType ; | 52 | rdf:type :DrillingEquipmentType ; |
| 48 | rdfs:label "drillfloor--other"^^xsd:string ; | 53 | rdfs:label "drillfloor--other"^^xsd:string ; |
| 49 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 54 | + rdfs:subClassOf :DrillingEquipment ; |
| 50 | dc:description "A CDRS equipment class that is a class defined to be other drillfloor equipment on a drilling rig."^^xsd:string . | 55 | dc:description "A CDRS equipment class that is a class defined to be other drillfloor equipment on a drilling rig."^^xsd:string . |
| 51 | 56 | ||
| 52 | -:drillfloor--rotarytable | 57 | +:Drillfloor--rotarytable |
| 53 | rdf:type :DrillingEquipmentType ; | 58 | rdf:type :DrillingEquipmentType ; |
| 54 | rdfs:label "drillfloor--rotarytable"^^xsd:string ; | 59 | rdfs:label "drillfloor--rotarytable"^^xsd:string ; |
| 55 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 60 | + rdfs:subClassOf :DrillingEquipment ; |
| 56 | dc:description "A CDRS equipment class that is a class defined as rotary table equipment on a drilling rig."^^xsd:string . | 61 | dc:description "A CDRS equipment class that is a class defined as rotary table equipment on a drilling rig."^^xsd:string . |
| 57 | 62 | ||
| 58 | -:drillfloor--tensioningsyst | 63 | +:Drillfloor--tensioningsyst |
| 59 | rdf:type :DrillingEquipmentType ; | 64 | rdf:type :DrillingEquipmentType ; |
| 60 | rdfs:label "drillfloor--tensioningsyst"^^xsd:string ; | 65 | rdfs:label "drillfloor--tensioningsyst"^^xsd:string ; |
| 61 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 66 | + rdfs:subClassOf :DrillingEquipment ; |
| 62 | dc:description "A CDRS equipment class that is a class defined as tensioning system equipment on a drilling rig."^^xsd:string . | 67 | dc:description "A CDRS equipment class that is a class defined as tensioning system equipment on a drilling rig."^^xsd:string . |
| 63 | 68 | ||
| 64 | -:drillfloor--wirelines | 69 | +:Drillfloor--wirelines |
| 65 | rdf:type :DrillingEquipmentType ; | 70 | rdf:type :DrillingEquipmentType ; |
| 66 | rdfs:label "drillfloor--wirelines"^^xsd:string ; | 71 | rdfs:label "drillfloor--wirelines"^^xsd:string ; |
| 67 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 72 | + rdfs:subClassOf :DrillingEquipment ; |
| 68 | dc:description "A CDRS equipment class that is a class defined as wireline equipment on a drilling rig."^^xsd:string . | 73 | dc:description "A CDRS equipment class that is a class defined as wireline equipment on a drilling rig."^^xsd:string . |
| 69 | 74 | ||
| 70 | -:drillstringdownhole--downholedrillingtools | 75 | +:Drillstringdownhole--downholedrillingtools |
| 71 | rdf:type :DrillingEquipmentType ; | 76 | rdf:type :DrillingEquipmentType ; |
| 72 | rdfs:label "drillstringdownhole--downholedrillingtools"^^xsd:string ; | 77 | rdfs:label "drillstringdownhole--downholedrillingtools"^^xsd:string ; |
| 73 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 78 | + rdfs:subClassOf :DrillingEquipment ; |
| 74 | dc:description "A CDRS equipment class that is a class defined to be downhole drilling tool equipment on a drilling rig."^^xsd:string . | 79 | dc:description "A CDRS equipment class that is a class defined to be downhole drilling tool equipment on a drilling rig."^^xsd:string . |
| 75 | 80 | ||
| 76 | -:drillstringdownhole--drillcollars | 81 | +:Drillstringdownhole--drillcollars |
| 77 | rdf:type :DrillingEquipmentType ; | 82 | rdf:type :DrillingEquipmentType ; |
| 78 | rdfs:label "drillstringdownhole--drillcollars"^^xsd:string ; | 83 | rdfs:label "drillstringdownhole--drillcollars"^^xsd:string ; |
| 79 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 84 | + rdfs:subClassOf :DrillingEquipment ; |
| 80 | dc:description "A CDRS equipment class that is a class defined to be drill colar equipment on a drilling rig."^^xsd:string . | 85 | dc:description "A CDRS equipment class that is a class defined to be drill colar equipment on a drilling rig."^^xsd:string . |
| 81 | 86 | ||
| 82 | -:drillstringdownhole--drillpipes | 87 | +:Drillstringdownhole--drillpipes |
| 83 | rdf:type :DrillingEquipmentType ; | 88 | rdf:type :DrillingEquipmentType ; |
| 84 | rdfs:label "drillstringdownhole--drillpipes"^^xsd:string ; | 89 | rdfs:label "drillstringdownhole--drillpipes"^^xsd:string ; |
| 85 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 90 | + rdfs:subClassOf :DrillingEquipment ; |
| 86 | dc:description "A CDRS equipment class that is a class defined to be drillpipe equipment on a drilling rig."^^xsd:string . | 91 | dc:description "A CDRS equipment class that is a class defined to be drillpipe equipment on a drilling rig."^^xsd:string . |
| 87 | 92 | ||
| 88 | -:drillstringdownhole--fishingtools | 93 | +:Drillstringdownhole--fishingtools |
| 89 | rdf:type :DrillingEquipmentType ; | 94 | rdf:type :DrillingEquipmentType ; |
| 90 | rdfs:label "drillstringdownhole--fishingtools"^^xsd:string ; | 95 | rdfs:label "drillstringdownhole--fishingtools"^^xsd:string ; |
| 91 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 96 | + rdfs:subClassOf :DrillingEquipment ; |
| 92 | dc:description "A CDRS equipment class that is a class defined to be fishing tool equipment on a drilling rig."^^xsd:string . | 97 | dc:description "A CDRS equipment class that is a class defined to be fishing tool equipment on a drilling rig."^^xsd:string . |
| 93 | 98 | ||
| 94 | -:drillstringdownhole--miscdrillstringequ | 99 | +:Drillstringdownhole--miscdrillstringequ |
| 95 | rdf:type :DrillingEquipmentType ; | 100 | rdf:type :DrillingEquipmentType ; |
| 96 | rdfs:label "drillstringdownhole--miscdrillstringequ"^^xsd:string ; | 101 | rdfs:label "drillstringdownhole--miscdrillstringequ"^^xsd:string ; |
| 97 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 102 | + rdfs:subClassOf :DrillingEquipment ; |
| 98 | dc:description "A CDRS equipment class that is a class defined to be miscellaneous drillstring equipment on a drilling rig."^^xsd:string . | 103 | dc:description "A CDRS equipment class that is a class defined to be miscellaneous drillstring equipment on a drilling rig."^^xsd:string . |
| 99 | 104 | ||
| 100 | -:drillstringdownhole--other | 105 | +:Drillstringdownhole--other |
| 101 | rdf:type :DrillingEquipmentType ; | 106 | rdf:type :DrillingEquipmentType ; |
| 102 | rdfs:label "drillstringdownhole--other"^^xsd:string ; | 107 | rdfs:label "drillstringdownhole--other"^^xsd:string ; |
| 103 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 108 | + rdfs:subClassOf :DrillingEquipment ; |
| 104 | dc:description "A CDRS equipment class that is a class defined to be other drillstring and downhole equipment on a drilling rig."^^xsd:string . | 109 | dc:description "A CDRS equipment class that is a class defined to be other drillstring and downhole equipment on a drilling rig."^^xsd:string . |
| 105 | 110 | ||
| 106 | -:drillstringdownhole--stabilizer | 111 | +:Drillstringdownhole--stabilizer |
| 107 | rdf:type :DrillingEquipmentType ; | 112 | rdf:type :DrillingEquipmentType ; |
| 108 | rdfs:label "drillstringdownhole--stabilizer"^^xsd:string ; | 113 | rdfs:label "drillstringdownhole--stabilizer"^^xsd:string ; |
| 109 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 114 | + rdfs:subClassOf :DrillingEquipment ; |
| 110 | dc:description "A CDRS equipment class that is a class defined to be stabilizer equipment on a drilling rig."^^xsd:string . | 115 | dc:description "A CDRS equipment class that is a class defined to be stabilizer equipment on a drilling rig."^^xsd:string . |
| 111 | 116 | ||
| 112 | -:drillstringdownhole--subsandliftplugs | 117 | +:Drillstringdownhole--subsandliftplugs |
| 113 | rdf:type :DrillingEquipmentType ; | 118 | rdf:type :DrillingEquipmentType ; |
| 114 | rdfs:label "drillstringdownhole--subsandliftplugs"^^xsd:string ; | 119 | rdfs:label "drillstringdownhole--subsandliftplugs"^^xsd:string ; |
| 115 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 120 | + rdfs:subClassOf :DrillingEquipment ; |
| 116 | dc:description "A CDRS equipment class that is a class defined to be sub and lift plug equipment on a drilling rig."^^xsd:string . | 121 | dc:description "A CDRS equipment class that is a class defined to be sub and lift plug equipment on a drilling rig."^^xsd:string . |
| 117 | 122 | ||
| 118 | -:hoistingequ--crownblock | 123 | +:Hoistingequ--crownblock |
| 119 | rdf:type :DrillingEquipmentType ; | 124 | rdf:type :DrillingEquipmentType ; |
| 120 | rdfs:label "hoistingequ--crownblock"^^xsd:string ; | 125 | rdfs:label "hoistingequ--crownblock"^^xsd:string ; |
| 121 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 126 | + rdfs:subClassOf :DrillingEquipment ; |
| 122 | dc:description "A CDRS equipment class that is a class defined as crown block equipment on a drilling rig."^^xsd:string . | 127 | dc:description "A CDRS equipment class that is a class defined as crown block equipment on a drilling rig."^^xsd:string . |
| 123 | 128 | ||
| 124 | -:hoistingequ--derrickstructure | 129 | +:Hoistingequ--derrickstructure |
| 125 | rdf:type :DrillingEquipmentType ; | 130 | rdf:type :DrillingEquipmentType ; |
| 126 | rdfs:label "hoistingequ--derrickstructure"^^xsd:string ; | 131 | rdfs:label "hoistingequ--derrickstructure"^^xsd:string ; |
| 127 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 132 | + rdfs:subClassOf :DrillingEquipment ; |
| 128 | dc:description "A CDRS equipment class that is a class defined to be derrick structure equipment on a drilling rig."^^xsd:string . | 133 | dc:description "A CDRS equipment class that is a class defined to be derrick structure equipment on a drilling rig."^^xsd:string . |
| 129 | 134 | ||
| 130 | -:hoistingequ--heavecompensator | 135 | +:Hoistingequ--heavecompensator |
| 131 | rdf:type :DrillingEquipmentType ; | 136 | rdf:type :DrillingEquipmentType ; |
| 132 | rdfs:label "hoistingequ--heavecompensator"^^xsd:string ; | 137 | rdfs:label "hoistingequ--heavecompensator"^^xsd:string ; |
| 133 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 138 | + rdfs:subClassOf :DrillingEquipment ; |
| 134 | dc:description "A CDRS equipment class that is a class defined to be heave compensator equipment on a drilling rig."^^xsd:string . | 139 | dc:description "A CDRS equipment class that is a class defined to be heave compensator equipment on a drilling rig."^^xsd:string . |
| 135 | 140 | ||
| 136 | -:hoistingequ--other | 141 | +:Hoistingequ--other |
| 137 | rdf:type :DrillingEquipmentType ; | 142 | rdf:type :DrillingEquipmentType ; |
| 138 | rdfs:label "hoistingequ--other"^^xsd:string ; | 143 | rdfs:label "hoistingequ--other"^^xsd:string ; |
| 139 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 144 | + rdfs:subClassOf :DrillingEquipment ; |
| 140 | dc:description "A CDRS equipment class that is a class defined to be other hoisting equipment on a drilling rig."^^xsd:string . | 145 | dc:description "A CDRS equipment class that is a class defined to be other hoisting equipment on a drilling rig."^^xsd:string . |
| 141 | 146 | ||
| 142 | -:hoistingequ--topdrive | 147 | +:Hoistingequ--topdrive |
| 143 | rdf:type :DrillingEquipmentType ; | 148 | rdf:type :DrillingEquipmentType ; |
| 144 | rdfs:label "hoistingequ--topdrive"^^xsd:string ; | 149 | rdfs:label "hoistingequ--topdrive"^^xsd:string ; |
| 145 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 150 | + rdfs:subClassOf :DrillingEquipment ; |
| 146 | dc:description "A CDRS equipment class that is a classdefined to be top drive equipment on a drilling rig."^^xsd:string . | 151 | dc:description "A CDRS equipment class that is a classdefined to be top drive equipment on a drilling rig."^^xsd:string . |
| 147 | 152 | ||
| 148 | -:hoistingequ--travellingblock | 153 | +:Hoistingequ--travellingblock |
| 149 | rdf:type :DrillingEquipmentType ; | 154 | rdf:type :DrillingEquipmentType ; |
| 150 | rdfs:label "hoistingequ--travellingblock"^^xsd:string ; | 155 | rdfs:label "hoistingequ--travellingblock"^^xsd:string ; |
| 151 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 156 | + rdfs:subClassOf :DrillingEquipment ; |
| 152 | dc:description "A CDRS equipment class that is a class defined to be travelling block equipment on a drilling rig."^^xsd:string . | 157 | dc:description "A CDRS equipment class that is a class defined to be travelling block equipment on a drilling rig."^^xsd:string . |
| 153 | 158 | ||
| 154 | -:materialhandlingsyst--anchorsyst | 159 | +:Materialhandlingsyst--anchorsyst |
| 155 | rdf:type :DrillingEquipmentType ; | 160 | rdf:type :DrillingEquipmentType ; |
| 156 | rdfs:label "materialhandlingsyst--anchorsyst"^^xsd:string ; | 161 | rdfs:label "materialhandlingsyst--anchorsyst"^^xsd:string ; |
| 157 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 162 | + rdfs:subClassOf :DrillingEquipment ; |
| 158 | dc:description "A CDRS equipment class that is a class defined to be anchor system on a drilling rig."^^xsd:string . | 163 | dc:description "A CDRS equipment class that is a class defined to be anchor system on a drilling rig."^^xsd:string . |
| 159 | 164 | ||
| 160 | -:materialhandlingsyst--boptransportsyst | 165 | +:Materialhandlingsyst--boptransportsyst |
| 161 | rdf:type :DrillingEquipmentType ; | 166 | rdf:type :DrillingEquipmentType ; |
| 162 | rdfs:label "materialhandlingsyst--boptransportsyst"^^xsd:string ; | 167 | rdfs:label "materialhandlingsyst--boptransportsyst"^^xsd:string ; |
| 163 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 168 | + rdfs:subClassOf :DrillingEquipment ; |
| 164 | dc:description "A CDRS equipment class that is a class defined to be Blow Out Preventer transport equipment on a drilling rig."^^xsd:string . | 169 | dc:description "A CDRS equipment class that is a class defined to be Blow Out Preventer transport equipment on a drilling rig."^^xsd:string . |
| 165 | 170 | ||
| 166 | -:materialhandlingsyst--deckcranes | 171 | +:Materialhandlingsyst--deckcranes |
| 167 | rdf:type :DrillingEquipmentType ; | 172 | rdf:type :DrillingEquipmentType ; |
| 168 | rdfs:label "materialhandlingsyst--deckcranes"^^xsd:string ; | 173 | rdfs:label "materialhandlingsyst--deckcranes"^^xsd:string ; |
| 169 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 174 | + rdfs:subClassOf :DrillingEquipment ; |
| 170 | dc:description "A CDRS equipment class that is a class defined to be deck crane equipment on a drilling rig."^^xsd:string . | 175 | dc:description "A CDRS equipment class that is a class defined to be deck crane equipment on a drilling rig."^^xsd:string . |
| 171 | 176 | ||
| 172 | -:materialhandlingsyst--monorailsyst | 177 | +:Materialhandlingsyst--monorailsyst |
| 173 | rdf:type :DrillingEquipmentType ; | 178 | rdf:type :DrillingEquipmentType ; |
| 174 | rdfs:label "materialhandlingsyst--monorailsyst"^^xsd:string ; | 179 | rdfs:label "materialhandlingsyst--monorailsyst"^^xsd:string ; |
| 175 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 180 | + rdfs:subClassOf :DrillingEquipment ; |
| 176 | dc:description "A CDRS equipment class that is a class defined to be monorail equipment on a drilling rig."^^xsd:string . | 181 | dc:description "A CDRS equipment class that is a class defined to be monorail equipment on a drilling rig."^^xsd:string . |
| 177 | 182 | ||
| 178 | -:materialhandlingsyst--other | 183 | +:Materialhandlingsyst--other |
| 179 | rdf:type :DrillingEquipmentType ; | 184 | rdf:type :DrillingEquipmentType ; |
| 180 | rdfs:label "materialhandlingsyst--other"^^xsd:string ; | 185 | rdfs:label "materialhandlingsyst--other"^^xsd:string ; |
| 181 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 186 | + rdfs:subClassOf :DrillingEquipment ; |
| 182 | dc:description "A CDRS equipment class that is a class defined to be other material handling equipment on a drilling rig."^^xsd:string . | 187 | dc:description "A CDRS equipment class that is a class defined to be other material handling equipment on a drilling rig."^^xsd:string . |
| 183 | 188 | ||
| 184 | -:materialhandlingsyst--overheadcranes | 189 | +:Materialhandlingsyst--overheadcranes |
| 185 | rdf:type :DrillingEquipmentType ; | 190 | rdf:type :DrillingEquipmentType ; |
| 186 | rdfs:label "materialhandlingsyst--overheadcranes"^^xsd:string ; | 191 | rdfs:label "materialhandlingsyst--overheadcranes"^^xsd:string ; |
| 187 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 192 | + rdfs:subClassOf :DrillingEquipment ; |
| 188 | dc:description "A CDRS equipment class that is a class defined to be overhead crane equipment on a drilling rig."^^xsd:string . | 193 | dc:description "A CDRS equipment class that is a class defined to be overhead crane equipment on a drilling rig."^^xsd:string . |
| 189 | 194 | ||
| 190 | -:materialhandlingsyst--utilitywinchs | 195 | +:Materialhandlingsyst--utilitywinchs |
| 191 | rdf:type :DrillingEquipmentType ; | 196 | rdf:type :DrillingEquipmentType ; |
| 192 | rdfs:label "materialhandlingsyst--utilitywinchs"^^xsd:string ; | 197 | rdfs:label "materialhandlingsyst--utilitywinchs"^^xsd:string ; |
| 193 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 198 | + rdfs:subClassOf :DrillingEquipment ; |
| 194 | dc:description "A CDRS equipment class that is a class defined to be utility winch equipment on a drilling rig."^^xsd:string . | 199 | dc:description "A CDRS equipment class that is a class defined to be utility winch equipment on a drilling rig."^^xsd:string . |
| 195 | 200 | ||
| 196 | -:miscellaneousequsyst--acousticpositionref | 201 | +:Miscellaneousequsyst--acousticpositionref |
| 197 | rdf:type :DrillingEquipmentType ; | 202 | rdf:type :DrillingEquipmentType ; |
| 198 | rdfs:label "miscellaneousequsyst--acousticpositionref"^^xsd:string ; | 203 | rdfs:label "miscellaneousequsyst--acousticpositionref"^^xsd:string ; |
| 199 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 204 | + rdfs:subClassOf :DrillingEquipment ; |
| 200 | dc:description "A CDRS equipment class that is a class defined to be acoustic position reference equipment on a drilling rig."^^xsd:string . | 205 | dc:description "A CDRS equipment class that is a class defined to be acoustic position reference equipment on a drilling rig."^^xsd:string . |
| 201 | 206 | ||
| 202 | -:miscellaneousequsyst--hydrpneumpowerpacks | 207 | +:Miscellaneousequsyst--hydrpneumpowerpacks |
| 203 | rdf:type :DrillingEquipmentType ; | 208 | rdf:type :DrillingEquipmentType ; |
| 204 | rdfs:label "miscellaneousequsyst--hydrpneumpowerpacks"^^xsd:string ; | 209 | rdfs:label "miscellaneousequsyst--hydrpneumpowerpacks"^^xsd:string ; |
| 205 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 210 | + rdfs:subClassOf :DrillingEquipment ; |
| 206 | dc:description "A CDRS equipment class that is a class defined to be hydraulic or pneumatic power pack system on a drilling rig."^^xsd:string . | 211 | dc:description "A CDRS equipment class that is a class defined to be hydraulic or pneumatic power pack system on a drilling rig."^^xsd:string . |
| 207 | 212 | ||
| 208 | -:miscellaneousequsyst--miscinstrandauxilequ | 213 | +:Miscellaneousequsyst--miscinstrandauxilequ |
| 209 | rdf:type :DrillingEquipmentType ; | 214 | rdf:type :DrillingEquipmentType ; |
| 210 | rdfs:label "miscellaneousequsyst--miscinstrandauxilequ"^^xsd:string ; | 215 | rdfs:label "miscellaneousequsyst--miscinstrandauxilequ"^^xsd:string ; |
| 211 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 216 | + rdfs:subClassOf :DrillingEquipment ; |
| 212 | dc:description "A CDRS equipment class that is a class defined to be miscellaneous instrument and auxiliary equipment on a drilling rig."^^xsd:string . | 217 | dc:description "A CDRS equipment class that is a class defined to be miscellaneous instrument and auxiliary equipment on a drilling rig."^^xsd:string . |
| 213 | 218 | ||
| 214 | -:miscellaneousequsyst--other | 219 | +:Miscellaneousequsyst--other |
| 215 | rdf:type :DrillingEquipmentType ; | 220 | rdf:type :DrillingEquipmentType ; |
| 216 | rdfs:label "miscellaneousequsyst--other"^^xsd:string ; | 221 | rdfs:label "miscellaneousequsyst--other"^^xsd:string ; |
| 217 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 222 | + rdfs:subClassOf :DrillingEquipment ; |
| 218 | dc:description "A CDRS equipment class that is a class defined to be other miscellaneous system on a drilling rig."^^xsd:string . | 223 | dc:description "A CDRS equipment class that is a class defined to be other miscellaneous system on a drilling rig."^^xsd:string . |
| 219 | 224 | ||
| 220 | -:miscellaneousequsyst--subseainspectionsyst | 225 | +:Miscellaneousequsyst--subseainspectionsyst |
| 221 | rdf:type :DrillingEquipmentType ; | 226 | rdf:type :DrillingEquipmentType ; |
| 222 | rdfs:label "miscellaneousequsyst--subseainspectionsyst"^^xsd:string ; | 227 | rdfs:label "miscellaneousequsyst--subseainspectionsyst"^^xsd:string ; |
| 223 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 228 | + rdfs:subClassOf :DrillingEquipment ; |
| 224 | dc:description "A CDRS equipment class that is a class defined to be subsea inspection system equipment on a drilling rig."^^xsd:string . | 229 | dc:description "A CDRS equipment class that is a class defined to be subsea inspection system equipment on a drilling rig."^^xsd:string . |
| 225 | 230 | ||
| 226 | -:miscellaneousequsyst--wellheadsubsearuntest | 231 | +:Miscellaneousequsyst--wellheadsubsearuntest |
| 227 | rdf:type :DrillingEquipmentType ; | 232 | rdf:type :DrillingEquipmentType ; |
| 228 | rdfs:label "miscellaneousequsyst--wellheadsubsearuntest"^^xsd:string ; | 233 | rdfs:label "miscellaneousequsyst--wellheadsubsearuntest"^^xsd:string ; |
| 229 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 234 | + rdfs:subClassOf :DrillingEquipment ; |
| 230 | dc:description "A CDRS equipment class that is a class defined to be wellhead and subsea run and test equipment on a drilling rig."^^xsd:string . | 235 | dc:description "A CDRS equipment class that is a class defined to be wellhead and subsea run and test equipment on a drilling rig."^^xsd:string . |
| 231 | 236 | ||
| 232 | -:mudandbulksyst--bulkairsystem | 237 | +:Mudandbulksyst--bulkairsystem |
| 233 | rdf:type :DrillingEquipmentType ; | 238 | rdf:type :DrillingEquipmentType ; |
| 234 | rdfs:label "mudandbulksyst--bulkairsystem"^^xsd:string ; | 239 | rdfs:label "mudandbulksyst--bulkairsystem"^^xsd:string ; |
| 235 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 240 | + rdfs:subClassOf :DrillingEquipment ; |
| 236 | dc:description "A CDRS equipment class that is a class defined to be bulk air equipment on a drilling rig."^^xsd:string . | 241 | dc:description "A CDRS equipment class that is a class defined to be bulk air equipment on a drilling rig."^^xsd:string . |
| 237 | 242 | ||
| 238 | -:mudandbulksyst--bulkstoragetransfer | 243 | +:Mudandbulksyst--bulkstoragetransfer |
| 239 | rdf:type :DrillingEquipmentType ; | 244 | rdf:type :DrillingEquipmentType ; |
| 240 | rdfs:label "mudandbulksyst--bulkstoragetransfer"^^xsd:string ; | 245 | rdfs:label "mudandbulksyst--bulkstoragetransfer"^^xsd:string ; |
| 241 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 246 | + rdfs:subClassOf :DrillingEquipment ; |
| 242 | dc:description "A CDRS equipment class that is a class defined to be mud bulk storage and transfer equipment on a drilling rig."^^xsd:string . | 247 | dc:description "A CDRS equipment class that is a class defined to be mud bulk storage and transfer equipment on a drilling rig."^^xsd:string . |
| 243 | 248 | ||
| 244 | -:mudandbulksyst--drillwatersyst | 249 | +:Mudandbulksyst--drillwatersyst |
| 245 | rdf:type :DrillingEquipmentType ; | 250 | rdf:type :DrillingEquipmentType ; |
| 246 | rdfs:label "mudandbulksyst--drillwatersyst"^^xsd:string ; | 251 | rdfs:label "mudandbulksyst--drillwatersyst"^^xsd:string ; |
| 247 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 252 | + rdfs:subClassOf :DrillingEquipment ; |
| 248 | dc:description "A CDRS equipment class that is a class defined to be drilling water equipment on a drilling rig."^^xsd:string . | 253 | dc:description "A CDRS equipment class that is a class defined to be drilling water equipment on a drilling rig."^^xsd:string . |
| 249 | 254 | ||
| 250 | -:mudandbulksyst--hpequipment | 255 | +:Mudandbulksyst--hpequipment |
| 251 | rdf:type :DrillingEquipmentType ; | 256 | rdf:type :DrillingEquipmentType ; |
| 252 | rdfs:label "mudandbulksyst--hpequipment"^^xsd:string ; | 257 | rdfs:label "mudandbulksyst--hpequipment"^^xsd:string ; |
| 253 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 258 | + rdfs:subClassOf :DrillingEquipment ; |
| 254 | dc:description "A CDRS equipment class that is a class defined to be high pressure mud equipment on a drilling rig."^^xsd:string . | 259 | dc:description "A CDRS equipment class that is a class defined to be high pressure mud equipment on a drilling rig."^^xsd:string . |
| 255 | 260 | ||
| 256 | -:mudandbulksyst--mudadditivesyst | 261 | +:Mudandbulksyst--mudadditivesyst |
| 257 | rdf:type :DrillingEquipmentType ; | 262 | rdf:type :DrillingEquipmentType ; |
| 258 | rdfs:label "mudandbulksyst--mudadditivesyst"^^xsd:string ; | 263 | rdfs:label "mudandbulksyst--mudadditivesyst"^^xsd:string ; |
| 259 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 264 | + rdfs:subClassOf :DrillingEquipment ; |
| 260 | dc:description "A CDRS equipment class that is a class defined to be mud additive equipment on a drilling rig."^^xsd:string . | 265 | dc:description "A CDRS equipment class that is a class defined to be mud additive equipment on a drilling rig."^^xsd:string . |
| 261 | 266 | ||
| 262 | -:mudandbulksyst--mudmixingstorage | 267 | +:Mudandbulksyst--mudmixingstorage |
| 263 | rdf:type :DrillingEquipmentType ; | 268 | rdf:type :DrillingEquipmentType ; |
| 264 | rdfs:label "mudandbulksyst--mudmixingstorage"^^xsd:string ; | 269 | rdfs:label "mudandbulksyst--mudmixingstorage"^^xsd:string ; |
| 265 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 270 | + rdfs:subClassOf :DrillingEquipment ; |
| 266 | dc:description "A CDRS equipment class that is a class defined to be mud mixing and storage equipment on a drilling rig."^^xsd:string . | 271 | dc:description "A CDRS equipment class that is a class defined to be mud mixing and storage equipment on a drilling rig."^^xsd:string . |
| 267 | 272 | ||
| 268 | -:mudandbulksyst--mudsolidscontrol | 273 | +:Mudandbulksyst--mudsolidscontrol |
| 269 | rdf:type :DrillingEquipmentType ; | 274 | rdf:type :DrillingEquipmentType ; |
| 270 | rdfs:label "mudandbulksyst--mudsolidscontrol"^^xsd:string ; | 275 | rdfs:label "mudandbulksyst--mudsolidscontrol"^^xsd:string ; |
| 271 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 276 | + rdfs:subClassOf :DrillingEquipment ; |
| 272 | dc:description "A CDRS equipment class that is a class defined to be mud solids control equipment on a drilling rig."^^xsd:string . | 277 | dc:description "A CDRS equipment class that is a class defined to be mud solids control equipment on a drilling rig."^^xsd:string . |
| 273 | 278 | ||
| 274 | -:mudandbulksyst--mudsupply | 279 | +:Mudandbulksyst--mudsupply |
| 275 | rdf:type :DrillingEquipmentType ; | 280 | rdf:type :DrillingEquipmentType ; |
| 276 | rdfs:label "mudandbulksyst--mudsupply"^^xsd:string ; | 281 | rdfs:label "mudandbulksyst--mudsupply"^^xsd:string ; |
| 277 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 282 | + rdfs:subClassOf :DrillingEquipment ; |
| 278 | dc:description "A CDRS equipment class that is a class defined to be mud supply equipment on a drilling rig."^^xsd:string . | 283 | dc:description "A CDRS equipment class that is a class defined to be mud supply equipment on a drilling rig."^^xsd:string . |
| 279 | 284 | ||
| 280 | -:mudandbulksyst--other | 285 | +:Mudandbulksyst--other |
| 281 | rdf:type :DrillingEquipmentType ; | 286 | rdf:type :DrillingEquipmentType ; |
| 282 | rdfs:label "mudandbulksyst--other"^^xsd:string ; | 287 | rdfs:label "mudandbulksyst--other"^^xsd:string ; |
| 283 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 288 | + rdfs:subClassOf :DrillingEquipment ; |
| 284 | dc:description "A CDRS equipment class that is a class defined to be other mud and bulk equipment on a drilling rig."^^xsd:string . | 289 | dc:description "A CDRS equipment class that is a class defined to be other mud and bulk equipment on a drilling rig."^^xsd:string . |
| 285 | 290 | ||
| 286 | -:pipehandlingequsyst--drillfloortubehandlsyst | 291 | +:Pipehandlingequsyst--drillfloortubehandlsyst |
| 287 | rdf:type :DrillingEquipmentType ; | 292 | rdf:type :DrillingEquipmentType ; |
| 288 | rdfs:label "pipehandlingequsyst--drillfloortubehandlsyst"^^xsd:string ; | 293 | rdfs:label "pipehandlingequsyst--drillfloortubehandlsyst"^^xsd:string ; |
| 289 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 294 | + rdfs:subClassOf :DrillingEquipment ; |
| 290 | dc:description "A CDRS equipment class that is a class defined to be drillfloor tube handling equipment on a drilling rig."^^xsd:string . | 295 | dc:description "A CDRS equipment class that is a class defined to be drillfloor tube handling equipment on a drilling rig."^^xsd:string . |
| 291 | 296 | ||
| 292 | -:pipehandlingequsyst--elevator | 297 | +:Pipehandlingequsyst--elevator |
| 293 | rdf:type :DrillingEquipmentType ; | 298 | rdf:type :DrillingEquipmentType ; |
| 294 | rdfs:label "pipehandlingequsyst--elevator"^^xsd:string ; | 299 | rdfs:label "pipehandlingequsyst--elevator"^^xsd:string ; |
| 295 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 300 | + rdfs:subClassOf :DrillingEquipment ; |
| 296 | dc:description "A CDRS equipment class that is a class defined to be pipe elevator system on a drilling rig."^^xsd:string . | 301 | dc:description "A CDRS equipment class that is a class defined to be pipe elevator system on a drilling rig."^^xsd:string . |
| 297 | 302 | ||
| 298 | -:pipehandlingequsyst--manualtong | 303 | +:Pipehandlingequsyst--manualtong |
| 299 | rdf:type :DrillingEquipmentType ; | 304 | rdf:type :DrillingEquipmentType ; |
| 300 | rdfs:label "pipehandlingequsyst--manualtong"^^xsd:string ; | 305 | rdfs:label "pipehandlingequsyst--manualtong"^^xsd:string ; |
| 301 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 306 | + rdfs:subClassOf :DrillingEquipment ; |
| 302 | dc:description "A CDRS equipment class that is a class defined to be manual tong equipment on a drilling rig."^^xsd:string . | 307 | dc:description "A CDRS equipment class that is a class defined to be manual tong equipment on a drilling rig."^^xsd:string . |
| 303 | 308 | ||
| 304 | -:pipehandlingequsyst--other | 309 | +:Pipehandlingequsyst--other |
| 305 | rdf:type :DrillingEquipmentType ; | 310 | rdf:type :DrillingEquipmentType ; |
| 306 | rdfs:label "pipehandlingequsyst--other"^^xsd:string ; | 311 | rdfs:label "pipehandlingequsyst--other"^^xsd:string ; |
| 307 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 312 | + rdfs:subClassOf :DrillingEquipment ; |
| 308 | dc:description "A CDRS equipment class that is a class defined to be other pipe handling equipment on a drilling rig."^^xsd:string . | 313 | dc:description "A CDRS equipment class that is a class defined to be other pipe handling equipment on a drilling rig."^^xsd:string . |
| 309 | 314 | ||
| 310 | -:pipehandlingequsyst--powerpacks | 315 | +:Pipehandlingequsyst--powerpacks |
| 311 | rdf:type :DrillingEquipmentType ; | 316 | rdf:type :DrillingEquipmentType ; |
| 312 | rdfs:label "pipehandlingequsyst--powerpacks"^^xsd:string ; | 317 | rdfs:label "pipehandlingequsyst--powerpacks"^^xsd:string ; |
| 313 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 318 | + rdfs:subClassOf :DrillingEquipment ; |
| 314 | dc:description "A CDRS equipment class that is a class defined to be drilling power pack equipment on a drilling rig."^^xsd:string . | 319 | dc:description "A CDRS equipment class that is a class defined to be drilling power pack equipment on a drilling rig."^^xsd:string . |
| 315 | 320 | ||
| 316 | -:pipehandlingequsyst--slipsandspiders | 321 | +:Pipehandlingequsyst--slipsandspiders |
| 317 | rdf:type :DrillingEquipmentType ; | 322 | rdf:type :DrillingEquipmentType ; |
| 318 | rdfs:label "pipehandlingequsyst--slipsandspiders"^^xsd:string ; | 323 | rdfs:label "pipehandlingequsyst--slipsandspiders"^^xsd:string ; |
| 319 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 324 | + rdfs:subClassOf :DrillingEquipment ; |
| 320 | dc:description "A CDRS equipment class that is a class that is defined to be slips and speider equipment on a drilling rig."^^xsd:string . | 325 | dc:description "A CDRS equipment class that is a class that is defined to be slips and speider equipment on a drilling rig."^^xsd:string . |
| 321 | 326 | ||
| 322 | -:pipehandlingequsyst--verticalpipehandlingequsyst | 327 | +:Pipehandlingequsyst--verticalpipehandlingequsyst |
| 323 | rdf:type :DrillingEquipmentType ; | 328 | rdf:type :DrillingEquipmentType ; |
| 324 | rdfs:label "pipehandlingequsyst--verticalpipehandlingequsyst"^^xsd:string ; | 329 | rdfs:label "pipehandlingequsyst--verticalpipehandlingequsyst"^^xsd:string ; |
| 325 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 330 | + rdfs:subClassOf :DrillingEquipment ; |
| 326 | dc:description "A CDRS equipment class that is a class defined to be vertical pipe handling equipment/system on a drilling rig."^^xsd:string . | 331 | dc:description "A CDRS equipment class that is a class defined to be vertical pipe handling equipment/system on a drilling rig."^^xsd:string . |
| 327 | 332 | ||
| 328 | -:serviceequ--cementingunit | 333 | +:Serviceequ--cementingunit |
| 329 | rdf:type :DrillingEquipmentType ; | 334 | rdf:type :DrillingEquipmentType ; |
| 330 | rdfs:label "serviceequ--cementingunit"^^xsd:string ; | 335 | rdfs:label "serviceequ--cementingunit"^^xsd:string ; |
| 331 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 336 | + rdfs:subClassOf :DrillingEquipment ; |
| 332 | dc:description "A CDRS equipment class that is a class defined to be cementing unit equipment on a drilling rig."^^xsd:string . | 337 | dc:description "A CDRS equipment class that is a class defined to be cementing unit equipment on a drilling rig."^^xsd:string . |
| 333 | 338 | ||
| 334 | -:serviceequ--electrloggingequ | 339 | +:Serviceequ--electrloggingequ |
| 335 | rdf:type :DrillingEquipmentType ; | 340 | rdf:type :DrillingEquipmentType ; |
| 336 | rdfs:label "serviceequ--electrloggingequ"^^xsd:string ; | 341 | rdfs:label "serviceequ--electrloggingequ"^^xsd:string ; |
| 337 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 342 | + rdfs:subClassOf :DrillingEquipment ; |
| 338 | dc:description "A CDRS equipment class that is a class defined to be electrical logging equipment on a drilling rig."^^xsd:string . | 343 | dc:description "A CDRS equipment class that is a class defined to be electrical logging equipment on a drilling rig."^^xsd:string . |
| 339 | 344 | ||
| 340 | -:serviceequ--mudloggingequ | 345 | +:Serviceequ--mudloggingequ |
| 341 | rdf:type :DrillingEquipmentType ; | 346 | rdf:type :DrillingEquipmentType ; |
| 342 | rdfs:label "serviceequ--mudloggingequ"^^xsd:string ; | 347 | rdfs:label "serviceequ--mudloggingequ"^^xsd:string ; |
| 343 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 348 | + rdfs:subClassOf :DrillingEquipment ; |
| 344 | dc:description "A CDRS equipment class that is a class defined to be mud logging equipment on a drilling rig."^^xsd:string . | 349 | dc:description "A CDRS equipment class that is a class defined to be mud logging equipment on a drilling rig."^^xsd:string . |
| 345 | 350 | ||
| 346 | -:serviceequ--other | 351 | +:Serviceequ--other |
| 347 | rdf:type :DrillingEquipmentType ; | 352 | rdf:type :DrillingEquipmentType ; |
| 348 | rdfs:label "serviceequ--other"^^xsd:string ; | 353 | rdfs:label "serviceequ--other"^^xsd:string ; |
| 349 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 354 | + rdfs:subClassOf :DrillingEquipment ; |
| 350 | dc:description "A CDRS equipment class that is a class defined to be other service equipment on a drilling rig."^^xsd:string . | 355 | dc:description "A CDRS equipment class that is a class defined to be other service equipment on a drilling rig."^^xsd:string . |
| 351 | 356 | ||
| 352 | -:serviceequ--specialserviceequ | 357 | +:Serviceequ--specialserviceequ |
| 353 | rdf:type :DrillingEquipmentType ; | 358 | rdf:type :DrillingEquipmentType ; |
| 354 | rdfs:label "serviceequ--specialserviceequ"^^xsd:string ; | 359 | rdfs:label "serviceequ--specialserviceequ"^^xsd:string ; |
| 355 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 360 | + rdfs:subClassOf :DrillingEquipment ; |
| 356 | dc:description "A CDRS equipment class that is a class defined to be special service equipment on a drilling rig."^^xsd:string . | 361 | dc:description "A CDRS equipment class that is a class defined to be special service equipment on a drilling rig."^^xsd:string . |
| 357 | 362 | ||
| 358 | -:serviceequ--wellheadtubularequ | 363 | +:Serviceequ--wellheadtubularequ |
| 359 | rdf:type :DrillingEquipmentType ; | 364 | rdf:type :DrillingEquipmentType ; |
| 360 | rdfs:label "serviceequ--wellheadtubularequ"^^xsd:string ; | 365 | rdfs:label "serviceequ--wellheadtubularequ"^^xsd:string ; |
| 361 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 366 | + rdfs:subClassOf :DrillingEquipment ; |
| 362 | dc:description "A CDRS equipment class that is a class defined to be wellhead and tubular equipment on a drilling rig."^^xsd:string . | 367 | dc:description "A CDRS equipment class that is a class defined to be wellhead and tubular equipment on a drilling rig."^^xsd:string . |
| 363 | 368 | ||
| 364 | -:serviceequ--welltestingequ | 369 | +:Serviceequ--welltestingequ |
| 365 | rdf:type :DrillingEquipmentType ; | 370 | rdf:type :DrillingEquipmentType ; |
| 366 | rdfs:label "serviceequ--welltestingequ"^^xsd:string ; | 371 | rdfs:label "serviceequ--welltestingequ"^^xsd:string ; |
| 367 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 372 | + rdfs:subClassOf :DrillingEquipment ; |
| 368 | dc:description "A CDRS equipment class that is a class defined to be well testing equipment on a drilling rig."^^xsd:string . | 373 | dc:description "A CDRS equipment class that is a class defined to be well testing equipment on a drilling rig."^^xsd:string . |
| 369 | 374 | ||
| 370 | -:wellcontrolequsyst--bopcontrolsyst | 375 | +:Wellcontrolequsyst--bopcontrolsyst |
| 371 | rdf:type :DrillingEquipmentType ; | 376 | rdf:type :DrillingEquipmentType ; |
| 372 | rdfs:label "wellcontrolequsyst--bopcontrolsyst"^^xsd:string ; | 377 | rdfs:label "wellcontrolequsyst--bopcontrolsyst"^^xsd:string ; |
| 373 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 378 | + rdfs:subClassOf :DrillingEquipment ; |
| 374 | dc:description "A CDRS equipment class that is a class defined to be blow out preventer control system on a drilling rig."^^xsd:string . | 379 | dc:description "A CDRS equipment class that is a class defined to be blow out preventer control system on a drilling rig."^^xsd:string . |
| 375 | 380 | ||
| 376 | -:wellcontrolequsyst--bopstack | 381 | +:Wellcontrolequsyst--bopstack |
| 377 | rdf:type :DrillingEquipmentType ; | 382 | rdf:type :DrillingEquipmentType ; |
| 378 | rdfs:label "wellcontrolequsyst--bopstack"^^xsd:string ; | 383 | rdfs:label "wellcontrolequsyst--bopstack"^^xsd:string ; |
| 379 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 384 | + rdfs:subClassOf :DrillingEquipment ; |
| 380 | dc:description "A CDRS equipment class that is a class defined to be bop stack equipment on a drilling rig."^^xsd:string . | 385 | dc:description "A CDRS equipment class that is a class defined to be bop stack equipment on a drilling rig."^^xsd:string . |
| 381 | 386 | ||
| 382 | -:wellcontrolequsyst--chokekillsyst | 387 | +:Wellcontrolequsyst--chokekillsyst |
| 383 | rdf:type :DrillingEquipmentType ; | 388 | rdf:type :DrillingEquipmentType ; |
| 384 | rdfs:label "wellcontrolequsyst--chokekillsyst"^^xsd:string ; | 389 | rdfs:label "wellcontrolequsyst--chokekillsyst"^^xsd:string ; |
| 385 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 390 | + rdfs:subClassOf :DrillingEquipment ; |
| 386 | dc:description "A CDRS equipment class that is a class defined to be choke and kill system on a drilling rig."^^xsd:string . | 391 | dc:description "A CDRS equipment class that is a class defined to be choke and kill system on a drilling rig."^^xsd:string . |
| 387 | 392 | ||
| 388 | -:wellcontrolequsyst--diverter | 393 | +:Wellcontrolequsyst--diverter |
| 389 | rdf:type :DrillingEquipmentType ; | 394 | rdf:type :DrillingEquipmentType ; |
| 390 | rdfs:label "wellcontrolequsyst--diverter"^^xsd:string ; | 395 | rdfs:label "wellcontrolequsyst--diverter"^^xsd:string ; |
| 391 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 396 | + rdfs:subClassOf :DrillingEquipment ; |
| 392 | dc:description "A CDRS equipment class that is a class defined to be diverter equipment on a drilling rig."^^xsd:string . | 397 | dc:description "A CDRS equipment class that is a class defined to be diverter equipment on a drilling rig."^^xsd:string . |
| 393 | 398 | ||
| 394 | -:wellcontrolequsyst--other | 399 | +:Wellcontrolequsyst--other |
| 395 | rdf:type :DrillingEquipmentType ; | 400 | rdf:type :DrillingEquipmentType ; |
| 396 | rdfs:label "wellcontrolequsyst--other"^^xsd:string ; | 401 | rdfs:label "wellcontrolequsyst--other"^^xsd:string ; |
| 397 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 402 | + rdfs:subClassOf :DrillingEquipment ; |
| 398 | dc:description "A CDRS equipment class that is a class defined to be other well control equipment on a drilling rig."^^xsd:string . | 403 | dc:description "A CDRS equipment class that is a class defined to be other well control equipment on a drilling rig."^^xsd:string . |
| 399 | 404 | ||
| 400 | -:wellcontrolequsyst--risersyst | 405 | +:Wellcontrolequsyst--risersyst |
| 401 | rdf:type :DrillingEquipmentType ; | 406 | rdf:type :DrillingEquipmentType ; |
| 402 | rdfs:label "wellcontrolequsyst--risersyst"^^xsd:string ; | 407 | rdfs:label "wellcontrolequsyst--risersyst"^^xsd:string ; |
| 403 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 408 | + rdfs:subClassOf :DrillingEquipment ; |
| 404 | dc:description "A CDRS equipment class that is a class defined to be riser system on a drilling rig."^^xsd:string . | 409 | dc:description "A CDRS equipment class that is a class defined to be riser system on a drilling rig."^^xsd:string . |
| 405 | 410 | ||
| 406 | -:wellcontrolequsyst--shallowgasstack | 411 | +:Wellcontrolequsyst--shallowgasstack |
| 407 | rdf:type :DrillingEquipmentType ; | 412 | rdf:type :DrillingEquipmentType ; |
| 408 | rdfs:label "wellcontrolequsyst--shallowgasstack"^^xsd:string ; | 413 | rdfs:label "wellcontrolequsyst--shallowgasstack"^^xsd:string ; |
| 409 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | 414 | + rdfs:subClassOf :DrillingEquipment ; |
| 410 | dc:description "A CDRS equipment class that is a class defined to be shallow gas stack equipment on a drilling rig."^^xsd:string . | 415 | dc:description "A CDRS equipment class that is a class defined to be shallow gas stack equipment on a drilling rig."^^xsd:string . | ... | ... |
| 1 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment | 1 | +# Saved by TopBraid on Wed Aug 17 12:15:49 BST 2011 |
| 2 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | 2 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment |
| 3 | - | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 4 | -@prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> . | 4 | + |
| 5 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 5 | +@prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> . |
| 6 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 7 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 7 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 8 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 8 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 9 | - | 9 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 10 | -<http://www.reportinghub.no/ep/schema/1.0/equipment> | 10 | + |
| 11 | - rdf:type owl:Ontology ; | 11 | +<http://www.reportinghub.no/ep/schema/1.0/equipment> |
| 12 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; | 12 | + rdf:type owl:Ontology ; |
| 13 | - owl:versionInfo "0.1.0"^^xsd:string . | 13 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; |
| 14 | - | 14 | + owl:versionInfo "0.1.0"^^xsd:string . |
| 15 | -<http://www.reportinghub.no/ep/schema/core#PhysicalThing> | 15 | + |
| 16 | - rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string . | 16 | +<http://www.reportinghub.no/ep/schema/core#AllOrPartOfTheLifeOfAnEquipmentItem> |
| 17 | - | 17 | + rdf:type owl:Class ; |
| 18 | -ep-eqt:Equipment | 18 | + rdfs:label "all or part of an equipment item"^^xsd:string ; |
| 19 | - rdf:type owl:Class ; | 19 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
| 20 | - rdfs:label "Equipment"^^xsd:string ; | 20 | + |
| 21 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | 21 | +<http://www.reportinghub.no/ep/schema/core#PhysicalThing> |
| 22 | + rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string . | ||
| 23 | + | ||
| 24 | +ep-eqt:Equipment | ||
| 25 | + rdf:type owl:Class ; | ||
| 26 | + rdfs:label "Equipment"^^xsd:string ; | ||
| 27 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#AllOrPartOfTheLifeOfAnEquipmentItem> . | ||
| 28 | + | ||
| 29 | +ep-eqt:TemporalPartOfEquipment | ||
| 30 | + rdf:type owl:Class ; | ||
| 31 | + rdfs:label "temporal part of equipment"^^xsd:string ; | ||
| 32 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#AllOrPartOfTheLifeOfAnEquipmentItem> . | ||
| 33 | + | ||
| 34 | +ep-eqt:WellBoreLoggingTool | ||
| 35 | + rdf:type owl:Class ; | ||
| 36 | + rdfs:label "well bore logging tool"^^xsd:string ; | ||
| 37 | + rdfs:subClassOf ep-eqt:Equipment . | ... | ... |
| 1 | -# Saved by TopBraid on Fri Aug 12 14:16:38 BST 2011 | 1 | +# Saved by TopBraid on Wed Aug 17 12:39:33 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/well | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/well |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 4 | 4 | ||
| ... | @@ -13,36 +13,51 @@ | ... | @@ -13,36 +13,51 @@ |
| 13 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; | 13 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; |
| 14 | owl:versionInfo "0.1.0"^^xsd:string . | 14 | owl:versionInfo "0.1.0"^^xsd:string . |
| 15 | 15 | ||
| 16 | +ep-well:AllOrPartOfTheLifeOfASpatialPartOfAWellBore | ||
| 17 | + rdf:type owl:Class ; | ||
| 18 | + rdfs:label "all or part of the life of a spatial part of a well bore"^^xsd:string ; | ||
| 19 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | ||
| 20 | + | ||
| 16 | ep-well:AllOrPartOfTheLifeOfAWellBore | 21 | ep-well:AllOrPartOfTheLifeOfAWellBore |
| 17 | rdf:type owl:Class ; | 22 | rdf:type owl:Class ; |
| 18 | rdfs:label "all or part of the life of a well bore"^^xsd:string ; | 23 | rdfs:label "all or part of the life of a well bore"^^xsd:string ; |
| 19 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | 24 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
| 20 | 25 | ||
| 21 | ep-well:HphtWellBore | 26 | ep-well:HphtWellBore |
| 22 | - rdf:type ep-well:WellBoreHphtType , owl:Class ; | 27 | + rdf:type owl:Class , ep-well:WellBoreHphtType ; |
| 23 | rdfs:label "high pressure high temperature well bore"^^xsd:string ; | 28 | rdfs:label "high pressure high temperature well bore"^^xsd:string ; |
| 24 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 29 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
| 25 | owl:disjointWith ep-well:NotHphtWellBore . | 30 | owl:disjointWith ep-well:NotHphtWellBore . |
| 26 | 31 | ||
| 27 | ep-well:LeakyWellBore | 32 | ep-well:LeakyWellBore |
| 28 | - rdf:type owl:Class , ep-well:WellBoreTightnessType ; | 33 | + rdf:type ep-well:WellBoreTightnessType , owl:Class ; |
| 29 | rdfs:label "leaky well bore"^^xsd:string ; | 34 | rdfs:label "leaky well bore"^^xsd:string ; |
| 30 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 35 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
| 31 | owl:disjointWith ep-well:TightWellBore . | 36 | owl:disjointWith ep-well:TightWellBore . |
| 32 | 37 | ||
| 33 | ep-well:NotHphtWellBore | 38 | ep-well:NotHphtWellBore |
| 34 | - rdf:type ep-well:WellBoreHphtType , owl:Class ; | 39 | + rdf:type owl:Class , ep-well:WellBoreHphtType ; |
| 35 | rdfs:label "not high pressure high temperature well bore"^^xsd:string ; | 40 | rdfs:label "not high pressure high temperature well bore"^^xsd:string ; |
| 36 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 41 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
| 37 | owl:disjointWith ep-well:HphtWellBore . | 42 | owl:disjointWith ep-well:HphtWellBore . |
| 38 | 43 | ||
| 44 | +ep-well:SpatialPartOfAWellBore | ||
| 45 | + rdf:type owl:Class ; | ||
| 46 | + rdfs:label "spatial part of a well bore"^^xsd:string ; | ||
| 47 | + rdfs:subClassOf ep-well:AllOrPartOfTheLifeOfASpatialPartOfAWellBore . | ||
| 48 | + | ||
| 49 | +ep-well:TemporalPartOfASpatialPartOfAWellBore | ||
| 50 | + rdf:type owl:Class ; | ||
| 51 | + rdfs:label "temporal part of a spatial part of a well bore"^^xsd:string ; | ||
| 52 | + rdfs:subClassOf ep-well:AllOrPartOfTheLifeOfASpatialPartOfAWellBore . | ||
| 53 | + | ||
| 39 | ep-well:TemporalPartOfAWellBore | 54 | ep-well:TemporalPartOfAWellBore |
| 40 | rdf:type owl:Class ; | 55 | rdf:type owl:Class ; |
| 41 | rdfs:label "temporal part of a well bore"^^xsd:string ; | 56 | rdfs:label "temporal part of a well bore"^^xsd:string ; |
| 42 | rdfs:subClassOf ep-well:AllOrPartOfTheLifeOfAWellBore . | 57 | rdfs:subClassOf ep-well:AllOrPartOfTheLifeOfAWellBore . |
| 43 | 58 | ||
| 44 | ep-well:TightWellBore | 59 | ep-well:TightWellBore |
| 45 | - rdf:type owl:Class , ep-well:WellBoreTightnessType ; | 60 | + rdf:type ep-well:WellBoreTightnessType , owl:Class ; |
| 46 | rdfs:label "tight well bore"^^xsd:string ; | 61 | rdfs:label "tight well bore"^^xsd:string ; |
| 47 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 62 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
| 48 | owl:disjointWith ep-well:LeakyWellBore . | 63 | owl:disjointWith ep-well:LeakyWellBore . |
| ... | @@ -53,13 +68,13 @@ ep-well:Well | ... | @@ -53,13 +68,13 @@ ep-well:Well |
| 53 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | 68 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; |
| 54 | rdfs:subClassOf | 69 | rdfs:subClassOf |
| 55 | [ rdf:type owl:Restriction ; | 70 | [ rdf:type owl:Restriction ; |
| 56 | - owl:allValuesFrom ep-well:WellBore ; | 71 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 57 | - owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart> | 72 | + owl:onProperty <http://www.reportinghub.no/ep/schema/core#name> |
| 58 | ] ; | 73 | ] ; |
| 59 | rdfs:subClassOf | 74 | rdfs:subClassOf |
| 60 | [ rdf:type owl:Restriction ; | 75 | [ rdf:type owl:Restriction ; |
| 61 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 76 | + owl:allValuesFrom ep-well:WellBore ; |
| 62 | - owl:onProperty <http://www.reportinghub.no/ep/schema/core#name> | 77 | + owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart> |
| 63 | ] . | 78 | ] . |
| 64 | 79 | ||
| 65 | ep-well:WellBore | 80 | ep-well:WellBore |
| ... | @@ -72,6 +87,18 @@ ep-well:WellBore | ... | @@ -72,6 +87,18 @@ ep-well:WellBore |
| 72 | owl:onProperty <http://www.reportinghub.no/ep/schema/core#name> | 87 | owl:onProperty <http://www.reportinghub.no/ep/schema/core#name> |
| 73 | ] . | 88 | ] . |
| 74 | 89 | ||
| 90 | +ep-well:WellBoreBottomWithCirculation | ||
| 91 | + rdf:type owl:Class ; | ||
| 92 | + rdfs:label "well bore bottom with circulation"^^xsd:string ; | ||
| 93 | + rdfs:subClassOf ep-well:TemporalPartOfASpatialPartOfAWellBore ; | ||
| 94 | + owl:disjointWith ep-well:WellBoreBottomWithoutCirculation . | ||
| 95 | + | ||
| 96 | +ep-well:WellBoreBottomWithoutCirculation | ||
| 97 | + rdf:type owl:Class ; | ||
| 98 | + rdfs:label "well bore bottom without circulation"^^xsd:string ; | ||
| 99 | + rdfs:subClassOf ep-well:TemporalPartOfASpatialPartOfAWellBore ; | ||
| 100 | + owl:disjointWith ep-well:WellBoreBottomWithCirculation . | ||
| 101 | + | ||
| 75 | ep-well:WellBoreHphtType | 102 | ep-well:WellBoreHphtType |
| 76 | rdf:type rdfs:Class ; | 103 | rdf:type rdfs:Class ; |
| 77 | rdfs:label "well bore high pressure high temperature type"^^xsd:string ; | 104 | rdfs:label "well bore high pressure high temperature type"^^xsd:string ; | ... | ... |
| 1 | -# Saved by TopBraid on Tue Aug 16 11:34:45 BST 2011 | 1 | +# Saved by TopBraid on Wed Aug 17 16:38:03 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 |
| ... | @@ -7,10 +7,12 @@ | ... | @@ -7,10 +7,12 @@ |
| 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
| 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity | 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity |
| 9 | # imports: http://www.reportinghub.no/ep/schema/1.0/ddr | 9 | # imports: http://www.reportinghub.no/ep/schema/1.0/ddr |
| 10 | +# imports: http://www.reportinghub.no/ep/schema/drilling-equipment-type | ||
| 10 | # imports: http://spinrdf.org/spin | 11 | # imports: http://spinrdf.org/spin |
| 11 | # imports: http://www.reportinghub.no/spin/rh | 12 | # imports: http://www.reportinghub.no/spin/rh |
| 12 | 13 | ||
| 13 | @prefix activity-purpose: <http://www.reportinghub.no/ep/schema/1.0/activity-purpose#> . | 14 | @prefix activity-purpose: <http://www.reportinghub.no/ep/schema/1.0/activity-purpose#> . |
| 15 | +@prefix ep-drill-eqt-typ: <http://www.reportinghub.no/ep/schema/drilling-equipment-type#> . | ||
| 14 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 16 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
| 15 | @prefix ep-spin-lib-1.1: <http://www.reportinghub.no/ep/spin/1.1/lib#> . | 17 | @prefix ep-spin-lib-1.1: <http://www.reportinghub.no/ep/spin/1.1/lib#> . |
| 16 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . | 18 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . |
| ... | @@ -25,7 +27,7 @@ | ... | @@ -25,7 +27,7 @@ |
| 25 | 27 | ||
| 26 | <http://www.reportinghub.no/ep/spin/1.1/lib> | 28 | <http://www.reportinghub.no/ep/spin/1.1/lib> |
| 27 | rdf:type owl:Ontology ; | 29 | rdf:type owl:Ontology ; |
| 28 | - owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> ; | 30 | + owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/drilling-equipment-type> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> ; |
| 29 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 31 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 30 | 32 | ||
| 31 | ep-spin-lib:Function | 33 | ep-spin-lib:Function |
| ... | @@ -92,20 +94,112 @@ ep-spin-lib:buildDailyDrillingReportURI | ... | @@ -92,20 +94,112 @@ ep-spin-lib:buildDailyDrillingReportURI |
| 92 | ]) | 94 | ]) |
| 93 | ] . | 95 | ] . |
| 94 | 96 | ||
| 97 | +ep-spin-lib:buildEquipmentFailureAndRepairURI | ||
| 98 | + rdf:type spin:Function ; | ||
| 99 | + rdfs:label "build EquipmentFailureAndRepair URI"^^xsd:string ; | ||
| 100 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
| 101 | + spin:body | ||
| 102 | + [ rdf:type sp:Select ; | ||
| 103 | + sp:resultVariables (_:b4) ; | ||
| 104 | + sp:where ([ rdf:type sp:Bind ; | ||
| 105 | + sp:expression | ||
| 106 | + [ rdf:type ep-spin-lib:buildURI ; | ||
| 107 | + sp:arg1 "https://www.reportinghub.no/ep/data/EquipmentFailureAndRepair/" ; | ||
| 108 | + sp:arg2 [ rdf:type fn:concat ; | ||
| 109 | + sp:arg1 spin:_arg1 ; | ||
| 110 | + sp:arg2 "$" ; | ||
| 111 | + sp:arg3 spin:_arg2 ; | ||
| 112 | + sp:arg4 "$" ; | ||
| 113 | + sp:arg5 spin:_arg3 | ||
| 114 | + ] | ||
| 115 | + ] ; | ||
| 116 | + sp:variable _:b4 | ||
| 117 | + ]) | ||
| 118 | + ] . | ||
| 119 | + | ||
| 95 | ep-spin-lib:buildEquipmentTypeURI | 120 | ep-spin-lib:buildEquipmentTypeURI |
| 96 | rdf:type spin:Function ; | 121 | rdf:type spin:Function ; |
| 97 | rdfs:label "build equpment type URI"^^xsd:string ; | 122 | rdfs:label "build equpment type URI"^^xsd:string ; |
| 98 | rdfs:subClassOf ep-spin-lib:Function ; | 123 | rdfs:subClassOf ep-spin-lib:Function ; |
| 99 | spin:body | 124 | spin:body |
| 100 | [ rdf:type sp:Select ; | 125 | [ rdf:type sp:Select ; |
| 101 | - sp:resultVariables (_:b4) ; | 126 | + sp:resultVariables (_:b5) ; |
| 102 | sp:where ([ rdf:type sp:Bind ; | 127 | sp:where ([ rdf:type sp:Bind ; |
| 103 | sp:expression | 128 | sp:expression |
| 104 | [ rdf:type ep-spin-lib:buildURI ; | 129 | [ rdf:type ep-spin-lib:buildURI ; |
| 105 | sp:arg1 "http://www.reportinghub.no/ep/schema/drilling-equipment-type#" ; | 130 | sp:arg1 "http://www.reportinghub.no/ep/schema/drilling-equipment-type#" ; |
| 106 | sp:arg2 spin:_arg1 | 131 | sp:arg2 spin:_arg1 |
| 107 | ] ; | 132 | ] ; |
| 108 | - sp:variable _:b4 | 133 | + sp:variable _:b5 |
| 134 | + ]) | ||
| 135 | + ] . | ||
| 136 | + | ||
| 137 | +ep-spin-lib:buildLithShowObservationURI | ||
| 138 | + rdf:type spin:Function ; | ||
| 139 | + rdfs:label "build LithShowObservation URI"^^xsd:string ; | ||
| 140 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
| 141 | + spin:body | ||
| 142 | + [ rdf:type sp:Select ; | ||
| 143 | + sp:resultVariables (_:b6) ; | ||
| 144 | + sp:where ([ rdf:type sp:Bind ; | ||
| 145 | + sp:expression | ||
| 146 | + [ rdf:type ep-spin-lib:buildURI ; | ||
| 147 | + sp:arg1 "https://www.reportinghub.no/ep/data/LithographyAndShowsObservation/" ; | ||
| 148 | + sp:arg2 [ rdf:type fn:concat ; | ||
| 149 | + sp:arg1 spin:_arg1 ; | ||
| 150 | + sp:arg2 "$" ; | ||
| 151 | + sp:arg3 spin:_arg2 ; | ||
| 152 | + sp:arg4 "$" ; | ||
| 153 | + sp:arg5 spin:_arg3 | ||
| 154 | + ] | ||
| 155 | + ] ; | ||
| 156 | + sp:variable _:b6 | ||
| 157 | + ]) | ||
| 158 | + ] . | ||
| 159 | + | ||
| 160 | +ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI | ||
| 161 | + rdf:type spin:Function ; | ||
| 162 | + rdfs:label "build LithShowObservedPartOfAWellBore URI"^^xsd:string ; | ||
| 163 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
| 164 | + spin:body | ||
| 165 | + [ rdf:type sp:Select ; | ||
| 166 | + sp:resultVariables (_:b7) ; | ||
| 167 | + sp:where ([ rdf:type sp:Bind ; | ||
| 168 | + sp:expression | ||
| 169 | + [ rdf:type ep-spin-lib:buildURI ; | ||
| 170 | + sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-atLithographyAndShowsObservation/" ; | ||
| 171 | + sp:arg2 [ rdf:type fn:concat ; | ||
| 172 | + sp:arg1 spin:_arg1 ; | ||
| 173 | + sp:arg2 "$" ; | ||
| 174 | + sp:arg3 spin:_arg2 ; | ||
| 175 | + sp:arg4 "$" ; | ||
| 176 | + sp:arg5 spin:_arg3 | ||
| 177 | + ] | ||
| 178 | + ] ; | ||
| 179 | + sp:variable _:b7 | ||
| 180 | + ]) | ||
| 181 | + ] . | ||
| 182 | + | ||
| 183 | +ep-spin-lib:buildLoggedPartOfAWellBoreURI | ||
| 184 | + rdf:type spin:Function ; | ||
| 185 | + rdfs:label "build LoggedPartOfWellBore URI"^^xsd:string ; | ||
| 186 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
| 187 | + spin:body | ||
| 188 | + [ rdf:type sp:Select ; | ||
| 189 | + sp:resultVariables (_:b8) ; | ||
| 190 | + sp:where ([ rdf:type sp:Bind ; | ||
| 191 | + sp:expression | ||
| 192 | + [ rdf:type ep-spin-lib:buildURI ; | ||
| 193 | + sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-atWellBoreLog/" ; | ||
| 194 | + sp:arg2 [ rdf:type fn:concat ; | ||
| 195 | + sp:arg1 spin:_arg1 ; | ||
| 196 | + sp:arg2 "$" ; | ||
| 197 | + sp:arg3 spin:_arg2 ; | ||
| 198 | + sp:arg4 "$" ; | ||
| 199 | + sp:arg5 spin:_arg3 | ||
| 200 | + ] | ||
| 201 | + ] ; | ||
| 202 | + sp:variable _:b8 | ||
| 109 | ]) | 203 | ]) |
| 110 | ] . | 204 | ] . |
| 111 | 205 | ||
| ... | @@ -115,7 +209,7 @@ ep-spin-lib:buildPartActivityURI | ... | @@ -115,7 +209,7 @@ ep-spin-lib:buildPartActivityURI |
| 115 | rdfs:subClassOf ep-spin-lib:Function ; | 209 | rdfs:subClassOf ep-spin-lib:Function ; |
| 116 | spin:body | 210 | spin:body |
| 117 | [ rdf:type sp:Select ; | 211 | [ rdf:type sp:Select ; |
| 118 | - sp:resultVariables (_:b5) ; | 212 | + sp:resultVariables (_:b9) ; |
| 119 | sp:where ([ rdf:type sp:Bind ; | 213 | sp:where ([ rdf:type sp:Bind ; |
| 120 | sp:expression | 214 | sp:expression |
| 121 | [ rdf:type ep-spin-lib:buildURI ; | 215 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -128,7 +222,53 @@ ep-spin-lib:buildPartActivityURI | ... | @@ -128,7 +222,53 @@ ep-spin-lib:buildPartActivityURI |
| 128 | sp:arg5 spin:_arg3 | 222 | sp:arg5 spin:_arg3 |
| 129 | ] | 223 | ] |
| 130 | ] ; | 224 | ] ; |
| 131 | - sp:variable _:b5 | 225 | + sp:variable _:b9 |
| 226 | + ]) | ||
| 227 | + ] . | ||
| 228 | + | ||
| 229 | +ep-spin-lib:buildPorePressureDeterminationURI | ||
| 230 | + rdf:type spin:Function ; | ||
| 231 | + rdfs:label "build PorePressureDetermination URI"^^xsd:string ; | ||
| 232 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
| 233 | + spin:body | ||
| 234 | + [ rdf:type sp:Select ; | ||
| 235 | + sp:resultVariables (_:b10) ; | ||
| 236 | + sp:where ([ rdf:type sp:Bind ; | ||
| 237 | + sp:expression | ||
| 238 | + [ rdf:type ep-spin-lib:buildURI ; | ||
| 239 | + sp:arg1 "https://www.reportinghub.no/ep/data/PorePressureDetermination/" ; | ||
| 240 | + sp:arg2 [ rdf:type fn:concat ; | ||
| 241 | + sp:arg1 spin:_arg1 ; | ||
| 242 | + sp:arg2 "$" ; | ||
| 243 | + sp:arg3 spin:_arg2 ; | ||
| 244 | + sp:arg4 "$" ; | ||
| 245 | + sp:arg5 spin:_arg3 | ||
| 246 | + ] | ||
| 247 | + ] ; | ||
| 248 | + sp:variable _:b10 | ||
| 249 | + ]) | ||
| 250 | + ] . | ||
| 251 | + | ||
| 252 | +ep-spin-lib:buildPorePressureDeterminedPartOfAWellBoreURI | ||
| 253 | + rdf:type spin:Function ; | ||
| 254 | + rdfs:label "build PorePressureDeterminedPartOfWellBore URI"^^xsd:string ; | ||
| 255 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
| 256 | + spin:body | ||
| 257 | + [ rdf:type sp:Select ; | ||
| 258 | + sp:resultVariables (_:b11) ; | ||
| 259 | + sp:where ([ rdf:type sp:Bind ; | ||
| 260 | + sp:expression | ||
| 261 | + [ rdf:type ep-spin-lib:buildURI ; | ||
| 262 | + sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-atPorePressureDetermination/" ; | ||
| 263 | + sp:arg2 [ rdf:type fn:concat ; | ||
| 264 | + sp:arg1 spin:_arg1 ; | ||
| 265 | + sp:arg2 "$" ; | ||
| 266 | + sp:arg3 spin:_arg2 ; | ||
| 267 | + sp:arg4 "$" ; | ||
| 268 | + sp:arg5 spin:_arg3 | ||
| 269 | + ] | ||
| 270 | + ] ; | ||
| 271 | + sp:variable _:b11 | ||
| 132 | ]) | 272 | ]) |
| 133 | ] . | 273 | ] . |
| 134 | 274 | ||
| ... | @@ -138,14 +278,14 @@ ep-spin-lib:buildRigURI | ... | @@ -138,14 +278,14 @@ ep-spin-lib:buildRigURI |
| 138 | rdfs:subClassOf ep-spin-lib:Function ; | 278 | rdfs:subClassOf ep-spin-lib:Function ; |
| 139 | spin:body | 279 | spin:body |
| 140 | [ rdf:type sp:Select ; | 280 | [ rdf:type sp:Select ; |
| 141 | - sp:resultVariables (_:b6) ; | 281 | + sp:resultVariables (_:b12) ; |
| 142 | sp:where ([ rdf:type sp:Bind ; | 282 | sp:where ([ rdf:type sp:Bind ; |
| 143 | sp:expression | 283 | sp:expression |
| 144 | [ rdf:type ep-spin-lib:buildURI ; | 284 | [ rdf:type ep-spin-lib:buildURI ; |
| 145 | sp:arg1 "https://www.reportinghub.no/ep/data/Rig/" ; | 285 | sp:arg1 "https://www.reportinghub.no/ep/data/Rig/" ; |
| 146 | sp:arg2 spin:_arg1 | 286 | sp:arg2 spin:_arg1 |
| 147 | ] ; | 287 | ] ; |
| 148 | - sp:variable _:b6 | 288 | + sp:variable _:b12 |
| 149 | ]) | 289 | ]) |
| 150 | ] . | 290 | ] . |
| 151 | 291 | ||
| ... | @@ -155,7 +295,7 @@ ep-spin-lib:buildSurveyedPartOfAWellBoreURI | ... | @@ -155,7 +295,7 @@ ep-spin-lib:buildSurveyedPartOfAWellBoreURI |
| 155 | rdfs:subClassOf ep-spin-lib:Function ; | 295 | rdfs:subClassOf ep-spin-lib:Function ; |
| 156 | spin:body | 296 | spin:body |
| 157 | [ rdf:type sp:Select ; | 297 | [ rdf:type sp:Select ; |
| 158 | - sp:resultVariables (_:b7) ; | 298 | + sp:resultVariables (_:b13) ; |
| 159 | sp:where ([ rdf:type sp:Bind ; | 299 | sp:where ([ rdf:type sp:Bind ; |
| 160 | sp:expression | 300 | sp:expression |
| 161 | [ rdf:type ep-spin-lib:buildURI ; | 301 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -168,7 +308,7 @@ ep-spin-lib:buildSurveyedPartOfAWellBoreURI | ... | @@ -168,7 +308,7 @@ ep-spin-lib:buildSurveyedPartOfAWellBoreURI |
| 168 | sp:arg5 spin:_arg3 | 308 | sp:arg5 spin:_arg3 |
| 169 | ] | 309 | ] |
| 170 | ] ; | 310 | ] ; |
| 171 | - sp:variable _:b7 | 311 | + sp:variable _:b13 |
| 172 | ]) | 312 | ]) |
| 173 | ] . | 313 | ] . |
| 174 | 314 | ||
| ... | @@ -178,7 +318,7 @@ ep-spin-lib:buildTemporalPartOfARigURI | ... | @@ -178,7 +318,7 @@ ep-spin-lib:buildTemporalPartOfARigURI |
| 178 | rdfs:subClassOf ep-spin-lib:Function ; | 318 | rdfs:subClassOf ep-spin-lib:Function ; |
| 179 | spin:body | 319 | spin:body |
| 180 | [ rdf:type sp:Select ; | 320 | [ rdf:type sp:Select ; |
| 181 | - sp:resultVariables (_:b8) ; | 321 | + sp:resultVariables (_:b14) ; |
| 182 | sp:where ([ rdf:type sp:Bind ; | 322 | sp:where ([ rdf:type sp:Bind ; |
| 183 | sp:expression | 323 | sp:expression |
| 184 | [ rdf:type ep-spin-lib:buildURI ; | 324 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -191,7 +331,30 @@ ep-spin-lib:buildTemporalPartOfARigURI | ... | @@ -191,7 +331,30 @@ ep-spin-lib:buildTemporalPartOfARigURI |
| 191 | sp:arg5 spin:_arg3 | 331 | sp:arg5 spin:_arg3 |
| 192 | ] | 332 | ] |
| 193 | ] ; | 333 | ] ; |
| 194 | - sp:variable _:b8 | 334 | + sp:variable _:b14 |
| 335 | + ]) | ||
| 336 | + ] . | ||
| 337 | + | ||
| 338 | +ep-spin-lib:buildTemporalPartOfAWellBoreDuringEquipmentFailureAndRepairURI | ||
| 339 | + rdf:type spin:Function ; | ||
| 340 | + rdfs:label "build TemporalPartOfAWellBoreDuringEquipmentFailureAndRepair URI"^^xsd:string ; | ||
| 341 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
| 342 | + spin:body | ||
| 343 | + [ rdf:type sp:Select ; | ||
| 344 | + sp:resultVariables (_:b15) ; | ||
| 345 | + sp:where ([ rdf:type sp:Bind ; | ||
| 346 | + sp:expression | ||
| 347 | + [ rdf:type ep-spin-lib:buildURI ; | ||
| 348 | + sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-duringEquipmentFailureAndRepair/" ; | ||
| 349 | + sp:arg2 [ rdf:type fn:concat ; | ||
| 350 | + sp:arg1 spin:_arg1 ; | ||
| 351 | + sp:arg2 "$" ; | ||
| 352 | + sp:arg3 spin:_arg2 ; | ||
| 353 | + sp:arg4 "$" ; | ||
| 354 | + sp:arg5 spin:_arg3 | ||
| 355 | + ] | ||
| 356 | + ] ; | ||
| 357 | + sp:variable _:b15 | ||
| 195 | ]) | 358 | ]) |
| 196 | ] . | 359 | ] . |
| 197 | 360 | ||
| ... | @@ -201,7 +364,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI | ... | @@ -201,7 +364,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI |
| 201 | rdfs:subClassOf ep-spin-lib:Function ; | 364 | rdfs:subClassOf ep-spin-lib:Function ; |
| 202 | spin:body | 365 | spin:body |
| 203 | [ rdf:type sp:Select ; | 366 | [ rdf:type sp:Select ; |
| 204 | - sp:resultVariables (_:b9) ; | 367 | + sp:resultVariables (_:b16) ; |
| 205 | sp:where ([ rdf:type sp:Bind ; | 368 | sp:where ([ rdf:type sp:Bind ; |
| 206 | sp:expression | 369 | sp:expression |
| 207 | [ rdf:type ep-spin-lib:buildURI ; | 370 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -214,7 +377,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI | ... | @@ -214,7 +377,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI |
| 214 | sp:arg5 spin:_arg3 | 377 | sp:arg5 spin:_arg3 |
| 215 | ] | 378 | ] |
| 216 | ] ; | 379 | ] ; |
| 217 | - sp:variable _:b9 | 380 | + sp:variable _:b16 |
| 218 | ]) | 381 | ]) |
| 219 | ] . | 382 | ] . |
| 220 | 383 | ||
| ... | @@ -224,7 +387,7 @@ ep-spin-lib:buildURI | ... | @@ -224,7 +387,7 @@ ep-spin-lib:buildURI |
| 224 | rdfs:subClassOf ep-spin-lib:Function ; | 387 | rdfs:subClassOf ep-spin-lib:Function ; |
| 225 | spin:body | 388 | spin:body |
| 226 | [ rdf:type sp:Select ; | 389 | [ rdf:type sp:Select ; |
| 227 | - sp:resultVariables (_:b10) ; | 390 | + sp:resultVariables (_:b17) ; |
| 228 | sp:where ([ rdf:type sp:Bind ; | 391 | sp:where ([ rdf:type sp:Bind ; |
| 229 | sp:expression | 392 | sp:expression |
| 230 | [ rdf:type sp:iri ; | 393 | [ rdf:type sp:iri ; |
| ... | @@ -233,7 +396,7 @@ ep-spin-lib:buildURI | ... | @@ -233,7 +396,7 @@ ep-spin-lib:buildURI |
| 233 | sp:arg2 spin:_arg2 | 396 | sp:arg2 spin:_arg2 |
| 234 | ] | 397 | ] |
| 235 | ] ; | 398 | ] ; |
| 236 | - sp:variable _:b10 | 399 | + sp:variable _:b17 |
| 237 | ]) | 400 | ]) |
| 238 | ] ; | 401 | ] ; |
| 239 | spin:constraint | 402 | spin:constraint |
| ... | @@ -253,7 +416,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI | ... | @@ -253,7 +416,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI |
| 253 | rdfs:subClassOf ep-spin-lib:Function ; | 416 | rdfs:subClassOf ep-spin-lib:Function ; |
| 254 | spin:body | 417 | spin:body |
| 255 | [ rdf:type sp:Select ; | 418 | [ rdf:type sp:Select ; |
| 256 | - sp:resultVariables (_:b11) ; | 419 | + sp:resultVariables (_:b18) ; |
| 257 | sp:where ([ rdf:type sp:Bind ; | 420 | sp:where ([ rdf:type sp:Bind ; |
| 258 | sp:expression | 421 | sp:expression |
| 259 | [ rdf:type ep-spin-lib:buildURI ; | 422 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -266,7 +429,30 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI | ... | @@ -266,7 +429,30 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI |
| 266 | sp:arg5 spin:_arg3 | 429 | sp:arg5 spin:_arg3 |
| 267 | ] | 430 | ] |
| 268 | ] ; | 431 | ] ; |
| 269 | - sp:variable _:b11 | 432 | + sp:variable _:b18 |
| 433 | + ]) | ||
| 434 | + ] . | ||
| 435 | + | ||
| 436 | +ep-spin-lib:buildWellBoreLogURI | ||
| 437 | + rdf:type spin:Function ; | ||
| 438 | + rdfs:label "build WellBoreLog URI"^^xsd:string ; | ||
| 439 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
| 440 | + spin:body | ||
| 441 | + [ rdf:type sp:Select ; | ||
| 442 | + sp:resultVariables (_:b19) ; | ||
| 443 | + sp:where ([ rdf:type sp:Bind ; | ||
| 444 | + sp:expression | ||
| 445 | + [ rdf:type ep-spin-lib:buildURI ; | ||
| 446 | + sp:arg1 "https://www.reportinghub.no/ep/data/WellBoreLog/" ; | ||
| 447 | + sp:arg2 [ rdf:type fn:concat ; | ||
| 448 | + sp:arg1 spin:_arg1 ; | ||
| 449 | + sp:arg2 "$" ; | ||
| 450 | + sp:arg3 spin:_arg2 ; | ||
| 451 | + sp:arg4 "$" ; | ||
| 452 | + sp:arg5 spin:_arg3 | ||
| 453 | + ] | ||
| 454 | + ] ; | ||
| 455 | + sp:variable _:b19 | ||
| 270 | ]) | 456 | ]) |
| 271 | ] . | 457 | ] . |
| 272 | 458 | ||
| ... | @@ -276,7 +462,7 @@ ep-spin-lib:normalizeString | ... | @@ -276,7 +462,7 @@ ep-spin-lib:normalizeString |
| 276 | rdfs:subClassOf ep-spin-lib:Function ; | 462 | rdfs:subClassOf ep-spin-lib:Function ; |
| 277 | spin:body | 463 | spin:body |
| 278 | [ rdf:type sp:Select ; | 464 | [ rdf:type sp:Select ; |
| 279 | - sp:resultVariables (_:b12) ; | 465 | + sp:resultVariables (_:b20) ; |
| 280 | sp:where ([ rdf:type sp:Bind ; | 466 | sp:where ([ rdf:type sp:Bind ; |
| 281 | sp:expression | 467 | sp:expression |
| 282 | [ rdf:type smf:regex ; | 468 | [ rdf:type smf:regex ; |
| ... | @@ -284,67 +470,67 @@ ep-spin-lib:normalizeString | ... | @@ -284,67 +470,67 @@ ep-spin-lib:normalizeString |
| 284 | sp:arg2 "\\((.*)\\)" ; | 470 | sp:arg2 "\\((.*)\\)" ; |
| 285 | sp:arg3 "" | 471 | sp:arg3 "" |
| 286 | ] ; | 472 | ] ; |
| 287 | - sp:variable _:b13 | 473 | + sp:variable _:b21 |
| 288 | ] [ rdf:type sp:Bind ; | 474 | ] [ rdf:type sp:Bind ; |
| 289 | sp:expression | 475 | sp:expression |
| 290 | [ rdf:type smf:trim ; | 476 | [ rdf:type smf:trim ; |
| 291 | - sp:arg1 _:b13 | 477 | + sp:arg1 _:b21 |
| 292 | ] ; | 478 | ] ; |
| 293 | - sp:variable _:b14 | 479 | + sp:variable _:b22 |
| 294 | ] [ rdf:type sp:Bind ; | 480 | ] [ rdf:type sp:Bind ; |
| 295 | sp:expression | 481 | sp:expression |
| 296 | [ rdf:type smf:encodeURL ; | 482 | [ rdf:type smf:encodeURL ; |
| 297 | - sp:arg1 _:b14 | 483 | + sp:arg1 _:b22 |
| 298 | ] ; | 484 | ] ; |
| 299 | - sp:variable _:b15 | 485 | + sp:variable _:b23 |
| 300 | ] [ rdf:type sp:Bind ; | 486 | ] [ rdf:type sp:Bind ; |
| 301 | sp:expression | 487 | sp:expression |
| 302 | [ rdf:type smf:regex ; | 488 | [ rdf:type smf:regex ; |
| 303 | - sp:arg1 _:b15 ; | 489 | + sp:arg1 _:b23 ; |
| 304 | sp:arg2 "%2F" ; | 490 | sp:arg2 "%2F" ; |
| 305 | sp:arg3 "_" | 491 | sp:arg3 "_" |
| 306 | ] ; | 492 | ] ; |
| 307 | - sp:variable _:b16 | 493 | + sp:variable _:b24 |
| 308 | ] [ rdf:type sp:Bind ; | 494 | ] [ rdf:type sp:Bind ; |
| 309 | sp:expression | 495 | sp:expression |
| 310 | [ rdf:type smf:regex ; | 496 | [ rdf:type smf:regex ; |
| 311 | - sp:arg1 _:b16 ; | 497 | + sp:arg1 _:b24 ; |
| 312 | sp:arg2 "%[0-9A-F][0-9A-F]" ; | 498 | sp:arg2 "%[0-9A-F][0-9A-F]" ; |
| 313 | sp:arg3 "" | 499 | sp:arg3 "" |
| 314 | ] ; | 500 | ] ; |
| 315 | - sp:variable _:b17 | 501 | + sp:variable _:b25 |
| 316 | ] [ rdf:type sp:Bind ; | 502 | ] [ rdf:type sp:Bind ; |
| 317 | sp:expression | 503 | sp:expression |
| 318 | [ rdf:type smf:regex ; | 504 | [ rdf:type smf:regex ; |
| 319 | - sp:arg1 _:b17 ; | 505 | + sp:arg1 _:b25 ; |
| 320 | sp:arg2 "\\+" ; | 506 | sp:arg2 "\\+" ; |
| 321 | sp:arg3 "_" | 507 | sp:arg3 "_" |
| 322 | ] ; | 508 | ] ; |
| 323 | - sp:variable _:b18 | 509 | + sp:variable _:b26 |
| 324 | ] [ rdf:type sp:Bind ; | 510 | ] [ rdf:type sp:Bind ; |
| 325 | sp:expression | 511 | sp:expression |
| 326 | [ rdf:type smf:regex ; | 512 | [ rdf:type smf:regex ; |
| 327 | - sp:arg1 _:b18 ; | 513 | + sp:arg1 _:b26 ; |
| 328 | sp:arg2 "_+" ; | 514 | sp:arg2 "_+" ; |
| 329 | sp:arg3 "_" | 515 | sp:arg3 "_" |
| 330 | ] ; | 516 | ] ; |
| 331 | - sp:variable _:b19 | 517 | + sp:variable _:b27 |
| 332 | ] [ rdf:type sp:Bind ; | 518 | ] [ rdf:type sp:Bind ; |
| 333 | sp:expression | 519 | sp:expression |
| 334 | [ rdf:type smf:regex ; | 520 | [ rdf:type smf:regex ; |
| 335 | - sp:arg1 _:b19 ; | 521 | + sp:arg1 _:b27 ; |
| 336 | sp:arg2 "\\*" ; | 522 | sp:arg2 "\\*" ; |
| 337 | sp:arg3 "" | 523 | sp:arg3 "" |
| 338 | ] ; | 524 | ] ; |
| 339 | - sp:variable _:b20 | 525 | + sp:variable _:b28 |
| 340 | ] [ rdf:type sp:Bind ; | 526 | ] [ rdf:type sp:Bind ; |
| 341 | sp:expression | 527 | sp:expression |
| 342 | [ rdf:type xsd:string ; | 528 | [ rdf:type xsd:string ; |
| 343 | sp:arg1 [ rdf:type smf:upperCase ; | 529 | sp:arg1 [ rdf:type smf:upperCase ; |
| 344 | - sp:arg1 _:b20 | 530 | + sp:arg1 _:b28 |
| 345 | ] | 531 | ] |
| 346 | ] ; | 532 | ] ; |
| 347 | - sp:variable _:b12 | 533 | + sp:variable _:b20 |
| 348 | ]) | 534 | ]) |
| 349 | ] ; | 535 | ] ; |
| 350 | spin:constraint | 536 | spin:constraint |
| ... | @@ -359,7 +545,7 @@ ep-spin-lib:selectActivitySuccessType | ... | @@ -359,7 +545,7 @@ ep-spin-lib:selectActivitySuccessType |
| 359 | rdfs:subClassOf ep-spin-lib:Function ; | 545 | rdfs:subClassOf ep-spin-lib:Function ; |
| 360 | spin:body | 546 | spin:body |
| 361 | [ rdf:type sp:Select ; | 547 | [ rdf:type sp:Select ; |
| 362 | - sp:resultVariables (_:b21) ; | 548 | + sp:resultVariables (_:b29) ; |
| 363 | sp:where ([ rdf:type sp:Bind ; | 549 | sp:where ([ rdf:type sp:Bind ; |
| 364 | sp:expression | 550 | sp:expression |
| 365 | [ rdf:type sp:if ; | 551 | [ rdf:type sp:if ; |
| ... | @@ -370,7 +556,7 @@ ep-spin-lib:selectActivitySuccessType | ... | @@ -370,7 +556,7 @@ ep-spin-lib:selectActivitySuccessType |
| 370 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#SuccessfulActivity> ; | 556 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#SuccessfulActivity> ; |
| 371 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#FailedActivity> | 557 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#FailedActivity> |
| 372 | ] ; | 558 | ] ; |
| 373 | - sp:variable _:b21 | 559 | + sp:variable _:b29 |
| 374 | ]) | 560 | ]) |
| 375 | ] . | 561 | ] . |
| 376 | 562 | ||
| ... | @@ -380,7 +566,7 @@ ep-spin-lib:selectDailyDrillingReportType | ... | @@ -380,7 +566,7 @@ ep-spin-lib:selectDailyDrillingReportType |
| 380 | rdfs:subClassOf ep-spin-lib:Function ; | 566 | rdfs:subClassOf ep-spin-lib:Function ; |
| 381 | spin:body | 567 | spin:body |
| 382 | [ rdf:type sp:Select ; | 568 | [ rdf:type sp:Select ; |
| 383 | - sp:resultVariables (_:b22) ; | 569 | + sp:resultVariables (_:b30) ; |
| 384 | sp:where ([ rdf:type sp:Bind ; | 570 | sp:where ([ rdf:type sp:Bind ; |
| 385 | sp:expression | 571 | sp:expression |
| 386 | [ rdf:type sp:if ; | 572 | [ rdf:type sp:if ; |
| ... | @@ -398,7 +584,7 @@ ep-spin-lib:selectDailyDrillingReportType | ... | @@ -398,7 +584,7 @@ ep-spin-lib:selectDailyDrillingReportType |
| 398 | sp:arg3 <http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport> | 584 | sp:arg3 <http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport> |
| 399 | ] | 585 | ] |
| 400 | ] ; | 586 | ] ; |
| 401 | - sp:variable _:b22 | 587 | + sp:variable _:b30 |
| 402 | ]) | 588 | ]) |
| 403 | ] . | 589 | ] . |
| 404 | 590 | ||
| ... | @@ -408,7 +594,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType | ... | @@ -408,7 +594,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType |
| 408 | rdfs:subClassOf ep-spin-lib:Function ; | 594 | rdfs:subClassOf ep-spin-lib:Function ; |
| 409 | spin:body | 595 | spin:body |
| 410 | [ rdf:type sp:Select ; | 596 | [ rdf:type sp:Select ; |
| 411 | - sp:resultVariables (_:b23) ; | 597 | + sp:resultVariables (_:b31) ; |
| 412 | sp:where ([ rdf:type sp:Bind ; | 598 | sp:where ([ rdf:type sp:Bind ; |
| 413 | sp:expression | 599 | sp:expression |
| 414 | [ rdf:type sp:if ; | 600 | [ rdf:type sp:if ; |
| ... | @@ -475,7 +661,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType | ... | @@ -475,7 +661,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType |
| 475 | ] | 661 | ] |
| 476 | ] | 662 | ] |
| 477 | ] ; | 663 | ] ; |
| 478 | - sp:variable _:b23 | 664 | + sp:variable _:b31 |
| 479 | ]) | 665 | ]) |
| 480 | ] . | 666 | ] . |
| 481 | 667 | ||
| ... | @@ -485,7 +671,7 @@ ep-spin-lib:selectDrillingActivityPurposeType | ... | @@ -485,7 +671,7 @@ ep-spin-lib:selectDrillingActivityPurposeType |
| 485 | rdfs:subClassOf ep-spin-lib:Function ; | 671 | rdfs:subClassOf ep-spin-lib:Function ; |
| 486 | spin:body | 672 | spin:body |
| 487 | [ rdf:type sp:Select ; | 673 | [ rdf:type sp:Select ; |
| 488 | - sp:resultVariables (_:b24) ; | 674 | + sp:resultVariables (_:b32) ; |
| 489 | sp:where ([ rdf:type sp:Bind ; | 675 | sp:where ([ rdf:type sp:Bind ; |
| 490 | sp:expression | 676 | sp:expression |
| 491 | [ rdf:type smf:if ; | 677 | [ rdf:type smf:if ; |
| ... | @@ -1069,7 +1255,238 @@ ep-spin-lib:selectDrillingActivityPurposeType | ... | @@ -1069,7 +1255,238 @@ ep-spin-lib:selectDrillingActivityPurposeType |
| 1069 | ] | 1255 | ] |
| 1070 | ] | 1256 | ] |
| 1071 | ] ; | 1257 | ] ; |
| 1072 | - sp:variable _:b24 | 1258 | + sp:variable _:b32 |
| 1259 | + ]) | ||
| 1260 | + ] . | ||
| 1261 | + | ||
| 1262 | +ep-spin-lib:selectDrillingEquipmentType | ||
| 1263 | + rdf:type spin:Function ; | ||
| 1264 | + rdfs:label "select DrillingEquipmentType"^^xsd:string ; | ||
| 1265 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
| 1266 | + spin:body | ||
| 1267 | + [ rdf:type sp:Select ; | ||
| 1268 | + sp:resultVariables (_:b33) ; | ||
| 1269 | + sp:where ([ rdf:type sp:Bind ; | ||
| 1270 | + sp:expression | ||
| 1271 | + [ rdf:type sp:if ; | ||
| 1272 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1273 | + sp:arg1 spin:_arg1 ; | ||
| 1274 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_miscellaneousequsyst--wellheadsubsearuntest> | ||
| 1275 | + ] ; | ||
| 1276 | + sp:arg2 ep-drill-eqt-typ:Miscellaneousequsyst--wellheadsubsearuntest ; | ||
| 1277 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1278 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1279 | + sp:arg1 spin:_arg1 ; | ||
| 1280 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_mudandbulksyst--bulkairsystem> | ||
| 1281 | + ] ; | ||
| 1282 | + sp:arg2 ep-drill-eqt-typ:Mudandbulksyst--bulkairsystem ; | ||
| 1283 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1284 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1285 | + sp:arg1 spin:_arg1 ; | ||
| 1286 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_mudandbulksyst--bulkstoragetransfer> | ||
| 1287 | + ] ; | ||
| 1288 | + sp:arg2 ep-drill-eqt-typ:Mudandbulksyst--bulkstoragetransfer ; | ||
| 1289 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1290 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1291 | + sp:arg1 spin:_arg1 ; | ||
| 1292 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_mudandbulksyst--drillwatersyst> | ||
| 1293 | + ] ; | ||
| 1294 | + sp:arg2 ep-drill-eqt-typ:Mudandbulksyst--drillwatersyst ; | ||
| 1295 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1296 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1297 | + sp:arg1 spin:_arg1 ; | ||
| 1298 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_mudandbulksyst--hpequipment> | ||
| 1299 | + ] ; | ||
| 1300 | + sp:arg2 ep-drill-eqt-typ:Mudandbulksyst--hpequipment ; | ||
| 1301 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1302 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1303 | + sp:arg1 spin:_arg1 ; | ||
| 1304 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_mudandbulksyst--mudadditivesyst> | ||
| 1305 | + ] ; | ||
| 1306 | + sp:arg2 ep-drill-eqt-typ:Mudandbulksyst--mudadditivesyst ; | ||
| 1307 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1308 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1309 | + sp:arg1 spin:_arg1 ; | ||
| 1310 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_mudandbulksyst--mudmixingstorage> | ||
| 1311 | + ] ; | ||
| 1312 | + sp:arg2 ep-drill-eqt-typ:Mudandbulksyst--mudmixingstorage ; | ||
| 1313 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1314 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1315 | + sp:arg1 spin:_arg1 ; | ||
| 1316 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_mudandbulksyst--mudsolidscontrol> | ||
| 1317 | + ] ; | ||
| 1318 | + sp:arg2 ep-drill-eqt-typ:Mudandbulksyst--mudsolidscontrol ; | ||
| 1319 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1320 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1321 | + sp:arg1 spin:_arg1 ; | ||
| 1322 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_mudandbulksyst--mudsupply> | ||
| 1323 | + ] ; | ||
| 1324 | + sp:arg2 ep-drill-eqt-typ:Mudandbulksyst--mudsupply ; | ||
| 1325 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1326 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1327 | + sp:arg1 spin:_arg1 ; | ||
| 1328 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_mudandbulksyst--other> | ||
| 1329 | + ] ; | ||
| 1330 | + sp:arg2 ep-drill-eqt-typ:Mudandbulksyst--other ; | ||
| 1331 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1332 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1333 | + sp:arg1 spin:_arg1 ; | ||
| 1334 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_pipehandlingequsyst--drillfloortubehandlsyst> | ||
| 1335 | + ] ; | ||
| 1336 | + sp:arg2 ep-drill-eqt-typ:Pipehandlingequsyst--drillfloortubehandlsyst ; | ||
| 1337 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1338 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1339 | + sp:arg1 spin:_arg1 ; | ||
| 1340 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_pipehandlingequsyst--elevator> | ||
| 1341 | + ] ; | ||
| 1342 | + sp:arg2 ep-drill-eqt-typ:Pipehandlingequsyst--elevator ; | ||
| 1343 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1344 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1345 | + sp:arg1 spin:_arg1 ; | ||
| 1346 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_pipehandlingequsyst--manualtong> | ||
| 1347 | + ] ; | ||
| 1348 | + sp:arg2 ep-drill-eqt-typ:Pipehandlingequsyst--manualtong ; | ||
| 1349 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1350 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1351 | + sp:arg1 spin:_arg1 ; | ||
| 1352 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_pipehandlingequsyst--other> | ||
| 1353 | + ] ; | ||
| 1354 | + sp:arg2 ep-drill-eqt-typ:Pipehandlingequsyst--other ; | ||
| 1355 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1356 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1357 | + sp:arg1 spin:_arg1 ; | ||
| 1358 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_pipehandlingequsyst--powerpacks> | ||
| 1359 | + ] ; | ||
| 1360 | + sp:arg2 ep-drill-eqt-typ:Pipehandlingequsyst--powerpacks ; | ||
| 1361 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1362 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1363 | + sp:arg1 spin:_arg1 ; | ||
| 1364 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_pipehandlingequsyst--slipsandspiders> | ||
| 1365 | + ] ; | ||
| 1366 | + sp:arg2 ep-drill-eqt-typ:Pipehandlingequsyst--slipsandspiders ; | ||
| 1367 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1368 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1369 | + sp:arg1 spin:_arg1 ; | ||
| 1370 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_pipehandlingequsyst--verticalpipehandlingequsyst> | ||
| 1371 | + ] ; | ||
| 1372 | + sp:arg2 ep-drill-eqt-typ:Pipehandlingequsyst--verticalpipehandlingequsyst ; | ||
| 1373 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1374 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1375 | + sp:arg1 spin:_arg1 ; | ||
| 1376 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_serviceequ--cementingunit> | ||
| 1377 | + ] ; | ||
| 1378 | + sp:arg2 ep-drill-eqt-typ:Serviceequ--cementingunit ; | ||
| 1379 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1380 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1381 | + sp:arg1 spin:_arg1 ; | ||
| 1382 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_serviceequ--electrloggingequ> | ||
| 1383 | + ] ; | ||
| 1384 | + sp:arg2 ep-drill-eqt-typ:Serviceequ--electrloggingequ ; | ||
| 1385 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1386 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1387 | + sp:arg1 spin:_arg1 ; | ||
| 1388 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_serviceequ--mudloggingequ> | ||
| 1389 | + ] ; | ||
| 1390 | + sp:arg2 ep-drill-eqt-typ:Serviceequ--mudloggingequ ; | ||
| 1391 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1392 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1393 | + sp:arg1 spin:_arg1 ; | ||
| 1394 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_serviceequ--other> | ||
| 1395 | + ] ; | ||
| 1396 | + sp:arg2 ep-drill-eqt-typ:Serviceequ--other ; | ||
| 1397 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1398 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1399 | + sp:arg1 spin:_arg1 ; | ||
| 1400 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_serviceequ--specialserviceequ> | ||
| 1401 | + ] ; | ||
| 1402 | + sp:arg2 ep-drill-eqt-typ:Serviceequ--specialserviceequ ; | ||
| 1403 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1404 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1405 | + sp:arg1 spin:_arg1 ; | ||
| 1406 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_serviceequ--wellheadtubularequ> | ||
| 1407 | + ] ; | ||
| 1408 | + sp:arg2 ep-drill-eqt-typ:Serviceequ--wellheadtubularequ ; | ||
| 1409 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1410 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1411 | + sp:arg1 spin:_arg1 ; | ||
| 1412 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_serviceequ--welltestingequ> | ||
| 1413 | + ] ; | ||
| 1414 | + sp:arg2 ep-drill-eqt-typ:Serviceequ--welltestingequ ; | ||
| 1415 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1416 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1417 | + sp:arg1 spin:_arg1 ; | ||
| 1418 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_wellcontrolequsyst--bopcontrolsyst> | ||
| 1419 | + ] ; | ||
| 1420 | + sp:arg2 ep-drill-eqt-typ:Wellcontrolequsyst--bopcontrolsyst ; | ||
| 1421 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1422 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1423 | + sp:arg1 spin:_arg1 ; | ||
| 1424 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_wellcontrolequsyst--bopstack> | ||
| 1425 | + ] ; | ||
| 1426 | + sp:arg2 ep-drill-eqt-typ:Wellcontrolequsyst--bopstack ; | ||
| 1427 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1428 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1429 | + sp:arg1 spin:_arg1 ; | ||
| 1430 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_wellcontrolequsyst--chokekillsyst> | ||
| 1431 | + ] ; | ||
| 1432 | + sp:arg2 ep-drill-eqt-typ:Wellcontrolequsyst--chokekillsyst ; | ||
| 1433 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1434 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1435 | + sp:arg1 spin:_arg1 ; | ||
| 1436 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_wellcontrolequsyst--diverter> | ||
| 1437 | + ] ; | ||
| 1438 | + sp:arg2 ep-drill-eqt-typ:Wellcontrolequsyst--diverter ; | ||
| 1439 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1440 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1441 | + sp:arg1 spin:_arg1 ; | ||
| 1442 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_wellcontrolequsyst--other> | ||
| 1443 | + ] ; | ||
| 1444 | + sp:arg2 ep-drill-eqt-typ:Wellcontrolequsyst--other ; | ||
| 1445 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1446 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1447 | + sp:arg1 spin:_arg1 ; | ||
| 1448 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_wellcontrolequsyst--risersyst> | ||
| 1449 | + ] ; | ||
| 1450 | + sp:arg2 ep-drill-eqt-typ:Wellcontrolequsyst--risersyst ; | ||
| 1451 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1452 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1453 | + sp:arg1 spin:_arg1 ; | ||
| 1454 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#ECNPD_wellcontrolequsyst--shallowgasstack> | ||
| 1455 | + ] ; | ||
| 1456 | + sp:arg2 ep-drill-eqt-typ:Wellcontrolequsyst--shallowgasstack ; | ||
| 1457 | + sp:arg3 <http://www.reportinghub.no/ep/schema/equipment#Equipment> | ||
| 1458 | + ] | ||
| 1459 | + ] | ||
| 1460 | + ] | ||
| 1461 | + ] | ||
| 1462 | + ] | ||
| 1463 | + ] | ||
| 1464 | + ] | ||
| 1465 | + ] | ||
| 1466 | + ] | ||
| 1467 | + ] | ||
| 1468 | + ] | ||
| 1469 | + ] | ||
| 1470 | + ] | ||
| 1471 | + ] | ||
| 1472 | + ] | ||
| 1473 | + ] | ||
| 1474 | + ] | ||
| 1475 | + ] | ||
| 1476 | + ] | ||
| 1477 | + ] | ||
| 1478 | + ] | ||
| 1479 | + ] | ||
| 1480 | + ] | ||
| 1481 | + ] | ||
| 1482 | + ] | ||
| 1483 | + ] | ||
| 1484 | + ] | ||
| 1485 | + ] | ||
| 1486 | + ] | ||
| 1487 | + ] | ||
| 1488 | + ] ; | ||
| 1489 | + sp:variable _:b33 | ||
| 1073 | ]) | 1490 | ]) |
| 1074 | ] . | 1491 | ] . |
| 1075 | 1492 | ||
| ... | @@ -1079,7 +1496,7 @@ ep-spin-lib:selectFixedOrMoveableRigType | ... | @@ -1079,7 +1496,7 @@ ep-spin-lib:selectFixedOrMoveableRigType |
| 1079 | rdfs:subClassOf ep-spin-lib:Function ; | 1496 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1080 | spin:body | 1497 | spin:body |
| 1081 | [ rdf:type sp:Select ; | 1498 | [ rdf:type sp:Select ; |
| 1082 | - sp:resultVariables (_:b25) ; | 1499 | + sp:resultVariables (_:b34) ; |
| 1083 | sp:where ([ rdf:type sp:Bind ; | 1500 | sp:where ([ rdf:type sp:Bind ; |
| 1084 | sp:expression | 1501 | sp:expression |
| 1085 | [ rdf:type sp:if ; | 1502 | [ rdf:type sp:if ; |
| ... | @@ -1090,7 +1507,7 @@ ep-spin-lib:selectFixedOrMoveableRigType | ... | @@ -1090,7 +1507,7 @@ ep-spin-lib:selectFixedOrMoveableRigType |
| 1090 | sp:arg2 <http://www.reportinghub.no/ep/schema/facility#FixedRig> ; | 1507 | sp:arg2 <http://www.reportinghub.no/ep/schema/facility#FixedRig> ; |
| 1091 | sp:arg3 <http://www.reportinghub.no/ep/schema/facility#MoveableRig> | 1508 | sp:arg3 <http://www.reportinghub.no/ep/schema/facility#MoveableRig> |
| 1092 | ] ; | 1509 | ] ; |
| 1093 | - sp:variable _:b25 | 1510 | + sp:variable _:b34 |
| 1094 | ]) | 1511 | ]) |
| 1095 | ] . | 1512 | ] . |
| 1096 | 1513 | ||
| ... | @@ -1100,7 +1517,7 @@ ep-spin-lib:selectLabelOfSystem | ... | @@ -1100,7 +1517,7 @@ ep-spin-lib:selectLabelOfSystem |
| 1100 | rdfs:subClassOf ep-spin-lib:Function ; | 1517 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1101 | spin:body | 1518 | spin:body |
| 1102 | [ rdf:type sp:Select ; | 1519 | [ rdf:type sp:Select ; |
| 1103 | - sp:resultVariables (_:b26) ; | 1520 | + sp:resultVariables (_:b35) ; |
| 1104 | sp:where ([ rdf:type sp:Bind ; | 1521 | sp:where ([ rdf:type sp:Bind ; |
| 1105 | sp:expression | 1522 | sp:expression |
| 1106 | [ rdf:type sp:if ; | 1523 | [ rdf:type sp:if ; |
| ... | @@ -1146,7 +1563,35 @@ ep-spin-lib:selectLabelOfSystem | ... | @@ -1146,7 +1563,35 @@ ep-spin-lib:selectLabelOfSystem |
| 1146 | ] | 1563 | ] |
| 1147 | ] | 1564 | ] |
| 1148 | ] ; | 1565 | ] ; |
| 1149 | - sp:variable _:b26 | 1566 | + sp:variable _:b35 |
| 1567 | + ]) | ||
| 1568 | + ] . | ||
| 1569 | + | ||
| 1570 | +ep-spin-lib:selectPorePressureDeterminationType | ||
| 1571 | + rdf:type spin:Function ; | ||
| 1572 | + rdfs:label "select PorePressureDeterminationType"^^xsd:string ; | ||
| 1573 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
| 1574 | + spin:body | ||
| 1575 | + [ rdf:type sp:Select ; | ||
| 1576 | + sp:resultVariables (_:b36) ; | ||
| 1577 | + sp:where ([ rdf:type sp:Bind ; | ||
| 1578 | + sp:expression | ||
| 1579 | + [ rdf:type sp:if ; | ||
| 1580 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1581 | + sp:arg1 spin:_arg1 ; | ||
| 1582 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#RK_measured> | ||
| 1583 | + ] ; | ||
| 1584 | + sp:arg2 <http://www.reportinghub.no/ep/schema/activity#PorePressureMeasurement> ; | ||
| 1585 | + sp:arg3 [ rdf:type sp:if ; | ||
| 1586 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 1587 | + sp:arg1 spin:_arg1 ; | ||
| 1588 | + sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#RK_estimated> | ||
| 1589 | + ] ; | ||
| 1590 | + sp:arg2 <http://www.reportinghub.no/ep/schema/activity#PorePressureEstimation> ; | ||
| 1591 | + sp:arg3 <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> | ||
| 1592 | + ] | ||
| 1593 | + ] ; | ||
| 1594 | + sp:variable _:b36 | ||
| 1150 | ]) | 1595 | ]) |
| 1151 | ] . | 1596 | ] . |
| 1152 | 1597 | ||
| ... | @@ -1156,7 +1601,7 @@ ep-spin-lib:selectPressureTestType | ... | @@ -1156,7 +1601,7 @@ ep-spin-lib:selectPressureTestType |
| 1156 | rdfs:subClassOf ep-spin-lib:Function ; | 1601 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1157 | spin:body | 1602 | spin:body |
| 1158 | [ rdf:type sp:Select ; | 1603 | [ rdf:type sp:Select ; |
| 1159 | - sp:resultVariables (_:b27) ; | 1604 | + sp:resultVariables (_:b37) ; |
| 1160 | sp:where ([ rdf:type sp:Bind ; | 1605 | sp:where ([ rdf:type sp:Bind ; |
| 1161 | sp:expression | 1606 | sp:expression |
| 1162 | [ rdf:type smf:if ; | 1607 | [ rdf:type smf:if ; |
| ... | @@ -1173,7 +1618,7 @@ ep-spin-lib:selectPressureTestType | ... | @@ -1173,7 +1618,7 @@ ep-spin-lib:selectPressureTestType |
| 1173 | sp:arg2 <http://www.reportinghub.no/ep/schema/1.0/activity#LeakOffTest> | 1618 | sp:arg2 <http://www.reportinghub.no/ep/schema/1.0/activity#LeakOffTest> |
| 1174 | ] | 1619 | ] |
| 1175 | ] ; | 1620 | ] ; |
| 1176 | - sp:variable _:b27 | 1621 | + sp:variable _:b37 |
| 1177 | ]) | 1622 | ]) |
| 1178 | ] . | 1623 | ] . |
| 1179 | 1624 | ||
| ... | @@ -1183,8 +1628,8 @@ ep-spin-lib:selectWellBoreDrillingType | ... | @@ -1183,8 +1628,8 @@ ep-spin-lib:selectWellBoreDrillingType |
| 1183 | rdfs:subClassOf ep-spin-lib:Function ; | 1628 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1184 | spin:body | 1629 | spin:body |
| 1185 | [ rdf:type sp:Select ; | 1630 | [ rdf:type sp:Select ; |
| 1186 | - sp:resultVariables (_:b28) ; | 1631 | + sp:resultVariables (_:b38) ; |
| 1187 | - sp:where ([ sp:object _:b28 ; | 1632 | + sp:where ([ sp:object _:b38 ; |
| 1188 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mapsTo> ; | 1633 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mapsTo> ; |
| 1189 | sp:subject spin:_arg1 | 1634 | sp:subject spin:_arg1 |
| 1190 | ]) | 1635 | ]) |
| ... | @@ -1196,7 +1641,7 @@ ep-spin-lib:selectWellBoreHphtType | ... | @@ -1196,7 +1641,7 @@ ep-spin-lib:selectWellBoreHphtType |
| 1196 | rdfs:subClassOf ep-spin-lib:Function ; | 1641 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1197 | spin:body | 1642 | spin:body |
| 1198 | [ rdf:type sp:Select ; | 1643 | [ rdf:type sp:Select ; |
| 1199 | - sp:resultVariables (_:b29) ; | 1644 | + sp:resultVariables (_:b39) ; |
| 1200 | sp:where ([ rdf:type sp:Bind ; | 1645 | sp:where ([ rdf:type sp:Bind ; |
| 1201 | sp:expression | 1646 | sp:expression |
| 1202 | [ rdf:type sp:if ; | 1647 | [ rdf:type sp:if ; |
| ... | @@ -1207,7 +1652,7 @@ ep-spin-lib:selectWellBoreHphtType | ... | @@ -1207,7 +1652,7 @@ ep-spin-lib:selectWellBoreHphtType |
| 1207 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ; | 1652 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ; |
| 1208 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore> | 1653 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore> |
| 1209 | ] ; | 1654 | ] ; |
| 1210 | - sp:variable _:b29 | 1655 | + sp:variable _:b39 |
| 1211 | ]) | 1656 | ]) |
| 1212 | ] . | 1657 | ] . |
| 1213 | 1658 | ||
| ... | @@ -1217,7 +1662,7 @@ ep-spin-lib:selectWellBoreTightnessType | ... | @@ -1217,7 +1662,7 @@ ep-spin-lib:selectWellBoreTightnessType |
| 1217 | rdfs:subClassOf ep-spin-lib:Function ; | 1662 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1218 | spin:body | 1663 | spin:body |
| 1219 | [ rdf:type sp:Select ; | 1664 | [ rdf:type sp:Select ; |
| 1220 | - sp:resultVariables (_:b30) ; | 1665 | + sp:resultVariables (_:b40) ; |
| 1221 | sp:where ([ rdf:type sp:Bind ; | 1666 | sp:where ([ rdf:type sp:Bind ; |
| 1222 | sp:expression | 1667 | sp:expression |
| 1223 | [ rdf:type sp:if ; | 1668 | [ rdf:type sp:if ; |
| ... | @@ -1228,87 +1673,117 @@ ep-spin-lib:selectWellBoreTightnessType | ... | @@ -1228,87 +1673,117 @@ ep-spin-lib:selectWellBoreTightnessType |
| 1228 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ; | 1673 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ; |
| 1229 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore> | 1674 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore> |
| 1230 | ] ; | 1675 | ] ; |
| 1231 | - sp:variable _:b30 | 1676 | + sp:variable _:b40 |
| 1232 | ]) | 1677 | ]) |
| 1233 | ] . | 1678 | ] . |
| 1234 | 1679 | ||
| 1235 | -_:b1 sp:varName "uri"^^xsd:string . | 1680 | +_:b40 |
| 1681 | + sp:varName "wellBoreTightnessType"^^xsd:string . | ||
| 1236 | 1682 | ||
| 1237 | -_:b2 sp:varName "uri"^^xsd:string . | 1683 | +_:b39 |
| 1684 | + sp:varName "wellBoreHphtType"^^xsd:string . | ||
| 1238 | 1685 | ||
| 1239 | -_:b3 sp:varName "uri"^^xsd:string . | 1686 | +_:b38 |
| 1687 | + sp:varName "wellBoreDrillingType"^^xsd:string . | ||
| 1240 | 1688 | ||
| 1241 | -_:b4 sp:varName "uri"^^xsd:string . | 1689 | +_:b37 |
| 1690 | + sp:varName "pressureTestType"^^xsd:string . | ||
| 1242 | 1691 | ||
| 1243 | -_:b5 sp:varName "uri"^^xsd:string . | 1692 | +_:b36 |
| 1693 | + sp:varName "porePressureDeterminationType"^^xsd:string . | ||
| 1244 | 1694 | ||
| 1245 | -_:b6 sp:varName "uri"^^xsd:string . | 1695 | +_:b35 |
| 1696 | + sp:varName "dailyDrillingReportType"^^xsd:string . | ||
| 1246 | 1697 | ||
| 1247 | -_:b7 sp:varName "uri"^^xsd:string . | 1698 | +_:b34 |
| 1699 | + sp:varName "fixedOrMoveableRigType"^^xsd:string . | ||
| 1248 | 1700 | ||
| 1249 | -_:b8 sp:varName "uri"^^xsd:string . | 1701 | +_:b33 |
| 1702 | + sp:varName "drillingEquipmentType"^^xsd:string . | ||
| 1250 | 1703 | ||
| 1251 | -_:b9 sp:varName "uri"^^xsd:string . | 1704 | +_:b32 |
| 1705 | + sp:varName "drillingActivityPurposeType"^^xsd:string . | ||
| 1252 | 1706 | ||
| 1253 | -_:b10 | 1707 | +_:b31 |
| 1254 | - sp:varName "uri"^^xsd:string . | 1708 | + sp:varName "drillingActivityOutcomeType"^^xsd:string . |
| 1255 | 1709 | ||
| 1256 | -_:b12 | 1710 | +_:b30 |
| 1257 | - sp:varName "normalizedStr"^^xsd:string . | 1711 | + sp:varName "dailyDrillingReportType"^^xsd:string . |
| 1258 | 1712 | ||
| 1259 | -_:b13 | 1713 | +_:b29 |
| 1260 | - sp:varName "s1"^^xsd:string . | 1714 | + sp:varName "activitySuccessType"^^xsd:string . |
| 1261 | 1715 | ||
| 1262 | -_:b14 | 1716 | +_:b28 |
| 1263 | - sp:varName "s2"^^xsd:string . | 1717 | + sp:varName "t4"^^xsd:string . |
| 1264 | 1718 | ||
| 1265 | -_:b15 | 1719 | +_:b27 |
| 1266 | - sp:varName "t0a"^^xsd:string . | 1720 | + sp:varName "t3"^^xsd:string . |
| 1267 | 1721 | ||
| 1268 | -_:b16 | 1722 | +_:b26 |
| 1269 | - sp:varName "t0b"^^xsd:string . | 1723 | + sp:varName "t2"^^xsd:string . |
| 1270 | 1724 | ||
| 1271 | -_:b17 | 1725 | +_:b25 |
| 1272 | sp:varName "t1"^^xsd:string . | 1726 | sp:varName "t1"^^xsd:string . |
| 1273 | 1727 | ||
| 1274 | -_:b18 | 1728 | +_:b24 |
| 1275 | - sp:varName "t2"^^xsd:string . | 1729 | + sp:varName "t0b"^^xsd:string . |
| 1276 | 1730 | ||
| 1277 | -_:b19 | 1731 | +_:b23 |
| 1278 | - sp:varName "t3"^^xsd:string . | 1732 | + sp:varName "t0a"^^xsd:string . |
| 1279 | 1733 | ||
| 1280 | -_:b20 | 1734 | +_:b22 |
| 1281 | - sp:varName "t4"^^xsd:string . | 1735 | + sp:varName "s2"^^xsd:string . |
| 1282 | 1736 | ||
| 1283 | _:b21 | 1737 | _:b21 |
| 1284 | - sp:varName "activitySuccessType"^^xsd:string . | 1738 | + sp:varName "s1"^^xsd:string . |
| 1285 | 1739 | ||
| 1286 | -_:b22 | 1740 | +_:b20 |
| 1287 | - sp:varName "dailyDrillingReportType"^^xsd:string . | 1741 | + sp:varName "normalizedStr"^^xsd:string . |
| 1288 | 1742 | ||
| 1289 | -_:b23 | 1743 | +_:b19 |
| 1290 | - sp:varName "drillingActivityOutcomeType"^^xsd:string . | 1744 | + sp:varName "uri"^^xsd:string . |
| 1291 | 1745 | ||
| 1292 | -_:b24 | 1746 | +_:b18 |
| 1293 | - sp:varName "drillingActivityPurposeType"^^xsd:string . | 1747 | + sp:varName "uri"^^xsd:string . |
| 1294 | 1748 | ||
| 1295 | -_:b25 | 1749 | +_:b17 |
| 1296 | - sp:varName "fixedOrMoveableRigType"^^xsd:string . | 1750 | + sp:varName "uri"^^xsd:string . |
| 1297 | 1751 | ||
| 1298 | -_:b26 | 1752 | +_:b16 |
| 1299 | - sp:varName "dailyDrillingReportType"^^xsd:string . | 1753 | + sp:varName "uri"^^xsd:string . |
| 1300 | 1754 | ||
| 1301 | -_:b27 | 1755 | +_:b15 |
| 1302 | - sp:varName "pressureTestType"^^xsd:string . | 1756 | + sp:varName "uri"^^xsd:string . |
| 1303 | 1757 | ||
| 1304 | -_:b28 | 1758 | +_:b14 |
| 1305 | - sp:varName "wellBoreDrillingType"^^xsd:string . | 1759 | + sp:varName "uri"^^xsd:string . |
| 1306 | 1760 | ||
| 1307 | -_:b29 | 1761 | +_:b13 |
| 1308 | - sp:varName "wellBoreHphtType"^^xsd:string . | 1762 | + sp:varName "uri"^^xsd:string . |
| 1309 | 1763 | ||
| 1310 | -_:b30 | 1764 | +_:b12 |
| 1311 | - sp:varName "wellBoreTightnessType"^^xsd:string . | 1765 | + sp:varName "uri"^^xsd:string . |
| 1312 | 1766 | ||
| 1313 | _:b11 | 1767 | _:b11 |
| 1314 | sp:varName "uri"^^xsd:string . | 1768 | sp:varName "uri"^^xsd:string . |
| 1769 | + | ||
| 1770 | +_:b10 | ||
| 1771 | + sp:varName "uri"^^xsd:string . | ||
| 1772 | + | ||
| 1773 | +_:b9 sp:varName "uri"^^xsd:string . | ||
| 1774 | + | ||
| 1775 | +_:b8 sp:varName "uri"^^xsd:string . | ||
| 1776 | + | ||
| 1777 | +_:b5 sp:varName "uri"^^xsd:string . | ||
| 1778 | + | ||
| 1779 | +_:b4 sp:varName "uri"^^xsd:string . | ||
| 1780 | + | ||
| 1781 | +_:b3 sp:varName "uri"^^xsd:string . | ||
| 1782 | + | ||
| 1783 | +_:b2 sp:varName "uri"^^xsd:string . | ||
| 1784 | + | ||
| 1785 | +_:b1 sp:varName "uri"^^xsd:string . | ||
| 1786 | + | ||
| 1787 | +_:b6 sp:varName "uri"^^xsd:string . | ||
| 1788 | + | ||
| 1789 | +_:b7 sp:varName "uri"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Tue Aug 16 11:34:45 BST 2011 | 1 | +# Saved by TopBraid on Wed Aug 17 16:38:03 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 Wed Aug 10 11:13:52 BST 2011 | 1 | +# Saved by TopBraid on Tue Aug 16 15:54:55 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/report | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/report |
| 4 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 4 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
| ... | @@ -32,60 +32,85 @@ | ... | @@ -32,60 +32,85 @@ |
| 32 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | 32 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> |
| 33 | spin:rule | 33 | spin:rule |
| 34 | [ rdf:type sp:Construct ; | 34 | [ rdf:type sp:Construct ; |
| 35 | - rdfs:comment "STEP 104 Create Well"^^xsd:string ; | 35 | + rdfs:comment """STEP 101 Create DailyDrillingReport, DailyDrillingActivity, TemporalPartOfAWellBore and WellBore |
| 36 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ; | 36 | +Minimum data - createDate, dTimStart, dTimEnd, nameWellBore"""^^xsd:string ; |
| 37 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> ; | ||
| 37 | sp:predicate rdf:type ; | 38 | sp:predicate rdf:type ; |
| 38 | sp:subject _:b1 | 39 | sp:subject _:b1 |
| 40 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ; | ||
| 41 | + sp:predicate rdf:type ; | ||
| 42 | + sp:subject _:b2 | ||
| 39 | ] [ sp:object _:b2 ; | 43 | ] [ sp:object _:b2 ; |
| 40 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 44 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#reportOn> ; |
| 41 | sp:subject _:b1 | 45 | sp:subject _:b1 |
| 42 | - ] [ sp:object _:b1 ; | 46 | + ] [ sp:object _:b3 ; |
| 43 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ; | 47 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#createdAt> ; |
| 44 | - sp:subject _:b3 | ||
| 45 | - ] [ sp:object _:b4 ; | ||
| 46 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 47 | sp:subject _:b1 | 48 | sp:subject _:b1 |
| 49 | + ] [ sp:object _:b4 ; | ||
| 50 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
| 51 | + sp:subject _:b2 | ||
| 52 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; | ||
| 53 | + sp:predicate rdf:type ; | ||
| 54 | + sp:subject _:b5 | ||
| 55 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; | ||
| 56 | + sp:predicate rdf:type ; | ||
| 57 | + sp:subject _:b6 | ||
| 58 | + ] [ sp:object _:b6 ; | ||
| 59 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 60 | + sp:subject _:b5 | ||
| 61 | + ] [ sp:object _:b7 ; | ||
| 62 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
| 63 | + sp:subject _:b6 | ||
| 64 | + ] [ sp:object _:b5 ; | ||
| 65 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 66 | + sp:subject _:b2 | ||
| 48 | ]) ; | 67 | ]) ; |
| 49 | - sp:where ([ sp:object _:b5 ; | 68 | + sp:where ([ sp:object _:b7 ; |
| 50 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 69 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 51 | sp:subject spin:_this | 70 | sp:subject spin:_this |
| 52 | - ] [ sp:object _:b2 ; | 71 | + ] [ sp:object _:b4 ; |
| 53 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWell> ; | ||
| 54 | - sp:subject spin:_this | ||
| 55 | - ] [ sp:object _:b6 ; | ||
| 56 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 72 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 57 | sp:subject spin:_this | 73 | sp:subject spin:_this |
| 58 | - ] [ sp:object _:b7 ; | 74 | + ] [ sp:object _:b8 ; |
| 59 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 75 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ; |
| 60 | - sp:subject _:b3 | 76 | + sp:subject spin:_this |
| 61 | - ] [ sp:object _:b4 ; | 77 | + ] [ sp:object _:b3 ; |
| 62 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 78 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; |
| 63 | - sp:subject _:b7 | 79 | + sp:subject spin:_this |
| 64 | ] [ rdf:type sp:Bind ; | 80 | ] [ rdf:type sp:Bind ; |
| 65 | sp:expression | 81 | sp:expression |
| 66 | [ rdf:type ep-spin-lib:normalizeString ; | 82 | [ rdf:type ep-spin-lib:normalizeString ; |
| 67 | - sp:arg1 _:b5 | 83 | + sp:arg1 _:b7 |
| 84 | + ] ; | ||
| 85 | + sp:variable _:b9 | ||
| 86 | + ] [ rdf:type sp:Bind ; | ||
| 87 | + sp:expression | ||
| 88 | + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | ||
| 89 | + sp:arg1 _:b9 ; | ||
| 90 | + sp:arg2 _:b3 | ||
| 68 | ] ; | 91 | ] ; |
| 69 | - sp:variable _:b8 | 92 | + sp:variable _:b1 |
| 70 | ] [ rdf:type sp:Bind ; | 93 | ] [ rdf:type sp:Bind ; |
| 71 | sp:expression | 94 | sp:expression |
| 72 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 95 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 73 | - sp:arg1 _:b8 ; | 96 | + sp:arg1 _:b9 ; |
| 74 | - sp:arg2 _:b6 | 97 | + sp:arg2 _:b4 |
| 75 | ] ; | 98 | ] ; |
| 76 | - sp:variable _:b3 | 99 | + sp:variable _:b2 |
| 77 | ] [ rdf:type sp:Bind ; | 100 | ] [ rdf:type sp:Bind ; |
| 78 | sp:expression | 101 | sp:expression |
| 79 | - [ rdf:type ep-spin-lib:normalizeString ; | 102 | + [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ; |
| 80 | - sp:arg1 _:b2 | 103 | + sp:arg1 _:b9 ; |
| 104 | + sp:arg2 _:b4 ; | ||
| 105 | + sp:arg3 _:b8 | ||
| 81 | ] ; | 106 | ] ; |
| 82 | - sp:variable _:b9 | 107 | + sp:variable _:b5 |
| 83 | ] [ rdf:type sp:Bind ; | 108 | ] [ rdf:type sp:Bind ; |
| 84 | sp:expression | 109 | sp:expression |
| 85 | - [ rdf:type rhspin:wellByName ; | 110 | + [ rdf:type rhspin:wellBoreByName ; |
| 86 | - arg:wellName _:b9 | 111 | + arg:wellBoreName _:b7 |
| 87 | ] ; | 112 | ] ; |
| 88 | - sp:variable _:b1 | 113 | + sp:variable _:b6 |
| 89 | ]) | 114 | ]) |
| 90 | ] ; | 115 | ] ; |
| 91 | spin:rule | 116 | spin:rule |
| ... | @@ -121,155 +146,130 @@ | ... | @@ -121,155 +146,130 @@ |
| 121 | ] ; | 146 | ] ; |
| 122 | spin:rule | 147 | spin:rule |
| 123 | [ rdf:type sp:Construct ; | 148 | [ rdf:type sp:Construct ; |
| 124 | - rdfs:comment """STEP 101 Create DailyDrillingReport, DailyDrillingActivity, TemporalPartOfAWellBore and WellBore | 149 | + rdfs:comment """STEP 101a Set name of DailyDrillingReport as label |
| 125 | Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ; | 150 | Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ; |
| 126 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> ; | 151 | + sp:templates ([ sp:object _:b15 ; |
| 127 | - sp:predicate rdf:type ; | ||
| 128 | - sp:subject _:b15 | ||
| 129 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ; | ||
| 130 | - sp:predicate rdf:type ; | ||
| 131 | - sp:subject _:b16 | ||
| 132 | - ] [ sp:object _:b16 ; | ||
| 133 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#reportOn> ; | ||
| 134 | - sp:subject _:b15 | ||
| 135 | - ] [ sp:object _:b17 ; | ||
| 136 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#createdAt> ; | ||
| 137 | - sp:subject _:b15 | ||
| 138 | - ] [ sp:object _:b18 ; | ||
| 139 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
| 140 | - sp:subject _:b16 | ||
| 141 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; | ||
| 142 | - sp:predicate rdf:type ; | ||
| 143 | - sp:subject _:b19 | ||
| 144 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; | ||
| 145 | - sp:predicate rdf:type ; | ||
| 146 | - sp:subject _:b20 | ||
| 147 | - ] [ sp:object _:b20 ; | ||
| 148 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 149 | - sp:subject _:b19 | ||
| 150 | - ] [ sp:object _:b21 ; | ||
| 151 | sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 152 | sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
| 152 | - sp:subject _:b20 | ||
| 153 | - ] [ sp:object _:b19 ; | ||
| 154 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 155 | sp:subject _:b16 | 153 | sp:subject _:b16 |
| 156 | ]) ; | 154 | ]) ; |
| 157 | - sp:where ([ sp:object _:b21 ; | 155 | + sp:where ([ sp:object _:b17 ; |
| 158 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 156 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 159 | sp:subject spin:_this | 157 | sp:subject spin:_this |
| 160 | - ] [ sp:object _:b18 ; | 158 | + ] [ sp:object _:b15 ; |
| 161 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 159 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ; |
| 162 | - sp:subject spin:_this | ||
| 163 | - ] [ sp:object _:b22 ; | ||
| 164 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 165 | sp:subject spin:_this | 160 | sp:subject spin:_this |
| 166 | - ] [ sp:object _:b17 ; | 161 | + ] [ sp:object _:b18 ; |
| 167 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; | 162 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; |
| 168 | sp:subject spin:_this | 163 | sp:subject spin:_this |
| 169 | ] [ rdf:type sp:Bind ; | 164 | ] [ rdf:type sp:Bind ; |
| 170 | sp:expression | 165 | sp:expression |
| 171 | [ rdf:type ep-spin-lib:normalizeString ; | 166 | [ rdf:type ep-spin-lib:normalizeString ; |
| 172 | - sp:arg1 _:b21 | 167 | + sp:arg1 _:b17 |
| 173 | ] ; | 168 | ] ; |
| 174 | - sp:variable _:b23 | 169 | + sp:variable _:b19 |
| 175 | ] [ rdf:type sp:Bind ; | 170 | ] [ rdf:type sp:Bind ; |
| 176 | sp:expression | 171 | sp:expression |
| 177 | [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | 172 | [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; |
| 178 | - sp:arg1 _:b23 ; | 173 | + sp:arg1 _:b19 ; |
| 179 | - sp:arg2 _:b17 | ||
| 180 | - ] ; | ||
| 181 | - sp:variable _:b15 | ||
| 182 | - ] [ rdf:type sp:Bind ; | ||
| 183 | - sp:expression | ||
| 184 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 185 | - sp:arg1 _:b23 ; | ||
| 186 | sp:arg2 _:b18 | 174 | sp:arg2 _:b18 |
| 187 | ] ; | 175 | ] ; |
| 188 | sp:variable _:b16 | 176 | sp:variable _:b16 |
| 189 | - ] [ rdf:type sp:Bind ; | ||
| 190 | - sp:expression | ||
| 191 | - [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ; | ||
| 192 | - sp:arg1 _:b23 ; | ||
| 193 | - sp:arg2 _:b18 ; | ||
| 194 | - sp:arg3 _:b22 | ||
| 195 | - ] ; | ||
| 196 | - sp:variable _:b19 | ||
| 197 | - ] [ rdf:type sp:Bind ; | ||
| 198 | - sp:expression | ||
| 199 | - [ rdf:type rhspin:wellBoreByName ; | ||
| 200 | - arg:wellBoreName _:b21 | ||
| 201 | - ] ; | ||
| 202 | - sp:variable _:b20 | ||
| 203 | ]) | 177 | ]) |
| 204 | ] ; | 178 | ] ; |
| 205 | spin:rule | 179 | spin:rule |
| 206 | [ rdf:type sp:Construct ; | 180 | [ rdf:type sp:Construct ; |
| 207 | rdfs:comment """STEP 103 | 181 | rdfs:comment """STEP 103 |
| 208 | Classify a DailyDrillingReport"""^^xsd:string ; | 182 | Classify a DailyDrillingReport"""^^xsd:string ; |
| 209 | - sp:templates ([ sp:object _:b24 ; | 183 | + sp:templates ([ sp:object _:b20 ; |
| 210 | sp:predicate rdf:type ; | 184 | sp:predicate rdf:type ; |
| 211 | - sp:subject _:b25 | 185 | + sp:subject _:b21 |
| 212 | ]) ; | 186 | ]) ; |
| 213 | - sp:where ([ sp:object _:b26 ; | 187 | + sp:where ([ sp:object _:b22 ; |
| 214 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 188 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 215 | sp:subject spin:_this | 189 | sp:subject spin:_this |
| 216 | - ] [ sp:object _:b27 ; | 190 | + ] [ sp:object _:b23 ; |
| 217 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; | 191 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; |
| 218 | sp:subject spin:_this | 192 | sp:subject spin:_this |
| 219 | - ] [ sp:object _:b28 ; | 193 | + ] [ sp:object _:b24 ; |
| 220 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumVersionKind> ; | 194 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumVersionKind> ; |
| 221 | sp:subject spin:_this | 195 | sp:subject spin:_this |
| 222 | ] [ rdf:type sp:Bind ; | 196 | ] [ rdf:type sp:Bind ; |
| 223 | sp:expression | 197 | sp:expression |
| 224 | [ rdf:type ep-spin-lib:selectDailyDrillingReportType ; | 198 | [ rdf:type ep-spin-lib:selectDailyDrillingReportType ; |
| 225 | - sp:arg1 _:b28 | 199 | + sp:arg1 _:b24 |
| 226 | ] ; | 200 | ] ; |
| 227 | - sp:variable _:b24 | 201 | + sp:variable _:b20 |
| 228 | ] [ rdf:type sp:Bind ; | 202 | ] [ rdf:type sp:Bind ; |
| 229 | sp:expression | 203 | sp:expression |
| 230 | [ rdf:type ep-spin-lib:normalizeString ; | 204 | [ rdf:type ep-spin-lib:normalizeString ; |
| 231 | - sp:arg1 _:b26 | 205 | + sp:arg1 _:b22 |
| 232 | ] ; | 206 | ] ; |
| 233 | - sp:variable _:b29 | 207 | + sp:variable _:b25 |
| 234 | ] [ rdf:type sp:Bind ; | 208 | ] [ rdf:type sp:Bind ; |
| 235 | sp:expression | 209 | sp:expression |
| 236 | [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | 210 | [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; |
| 237 | - sp:arg1 _:b29 ; | 211 | + sp:arg1 _:b25 ; |
| 238 | - sp:arg2 _:b27 | 212 | + sp:arg2 _:b23 |
| 239 | ] ; | 213 | ] ; |
| 240 | - sp:variable _:b25 | 214 | + sp:variable _:b21 |
| 241 | ]) | 215 | ]) |
| 242 | ] ; | 216 | ] ; |
| 243 | spin:rule | 217 | spin:rule |
| 244 | [ rdf:type sp:Construct ; | 218 | [ rdf:type sp:Construct ; |
| 245 | - rdfs:comment """STEP 101a Set name of DailyDrillingReport as label | 219 | + rdfs:comment "STEP 104 Create Well"^^xsd:string ; |
| 246 | -Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ; | 220 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ; |
| 247 | - sp:templates ([ sp:object _:b30 ; | 221 | + sp:predicate rdf:type ; |
| 222 | + sp:subject _:b26 | ||
| 223 | + ] [ sp:object _:b27 ; | ||
| 248 | sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 224 | sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
| 249 | - sp:subject _:b31 | 225 | + sp:subject _:b26 |
| 226 | + ] [ sp:object _:b26 ; | ||
| 227 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ; | ||
| 228 | + sp:subject _:b28 | ||
| 229 | + ] [ sp:object _:b29 ; | ||
| 230 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 231 | + sp:subject _:b26 | ||
| 250 | ]) ; | 232 | ]) ; |
| 251 | - sp:where ([ sp:object _:b32 ; | 233 | + sp:where ([ sp:object _:b30 ; |
| 252 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 234 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 253 | sp:subject spin:_this | 235 | sp:subject spin:_this |
| 254 | - ] [ sp:object _:b30 ; | 236 | + ] [ sp:object _:b27 ; |
| 255 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ; | 237 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWell> ; |
| 256 | sp:subject spin:_this | 238 | sp:subject spin:_this |
| 257 | - ] [ sp:object _:b33 ; | 239 | + ] [ sp:object _:b31 ; |
| 258 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; | 240 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 259 | sp:subject spin:_this | 241 | sp:subject spin:_this |
| 242 | + ] [ sp:object _:b32 ; | ||
| 243 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 244 | + sp:subject _:b28 | ||
| 245 | + ] [ sp:object _:b29 ; | ||
| 246 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 247 | + sp:subject _:b32 | ||
| 260 | ] [ rdf:type sp:Bind ; | 248 | ] [ rdf:type sp:Bind ; |
| 261 | sp:expression | 249 | sp:expression |
| 262 | [ rdf:type ep-spin-lib:normalizeString ; | 250 | [ rdf:type ep-spin-lib:normalizeString ; |
| 263 | - sp:arg1 _:b32 | 251 | + sp:arg1 _:b30 |
| 252 | + ] ; | ||
| 253 | + sp:variable _:b33 | ||
| 254 | + ] [ rdf:type sp:Bind ; | ||
| 255 | + sp:expression | ||
| 256 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 257 | + sp:arg1 _:b33 ; | ||
| 258 | + sp:arg2 _:b31 | ||
| 259 | + ] ; | ||
| 260 | + sp:variable _:b28 | ||
| 261 | + ] [ rdf:type sp:Bind ; | ||
| 262 | + sp:expression | ||
| 263 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 264 | + sp:arg1 _:b27 | ||
| 264 | ] ; | 265 | ] ; |
| 265 | sp:variable _:b34 | 266 | sp:variable _:b34 |
| 266 | ] [ rdf:type sp:Bind ; | 267 | ] [ rdf:type sp:Bind ; |
| 267 | sp:expression | 268 | sp:expression |
| 268 | - [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | 269 | + [ rdf:type rhspin:wellByName ; |
| 269 | - sp:arg1 _:b34 ; | 270 | + arg:wellName _:b34 |
| 270 | - sp:arg2 _:b33 | ||
| 271 | ] ; | 271 | ] ; |
| 272 | - sp:variable _:b31 | 272 | + sp:variable _:b26 |
| 273 | ]) | 273 | ]) |
| 274 | ] . | 274 | ] . |
| 275 | 275 | ||
| ... | @@ -278,95 +278,95 @@ Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ; | ... | @@ -278,95 +278,95 @@ Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ; |
| 278 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/schema/1.0/report> ; | 278 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/schema/1.0/report> ; |
| 279 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 279 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 280 | 280 | ||
| 281 | -_:b32 | 281 | +_:b6 sp:varName "wellBore"^^xsd:string . |
| 282 | - sp:varName "nameWellBore"^^xsd:string . | ||
| 283 | 282 | ||
| 284 | -_:b30 | 283 | +_:b5 sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 285 | - sp:varName "nameDailyDrillingReport"^^xsd:string . | ||
| 286 | 284 | ||
| 287 | -_:b33 | 285 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . |
| 288 | - sp:varName "createDate"^^xsd:string . | ||
| 289 | 286 | ||
| 290 | -_:b34 | 287 | +_:b1 sp:varName "dailyDrillingReport"^^xsd:string . |
| 291 | - sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 292 | 288 | ||
| 293 | -_:b31 | 289 | +_:b9 sp:varName "normalizedWellBoreName"^^xsd:string . |
| 294 | - sp:varName "dailyDrillingReport"^^xsd:string . | ||
| 295 | 290 | ||
| 296 | -_:b21 | 291 | +_:b3 sp:varName "createDate"^^xsd:string . |
| 297 | - sp:varName "nameWellBore"^^xsd:string . | ||
| 298 | 292 | ||
| 299 | -_:b18 | 293 | +_:b8 sp:varName "dTimEnd"^^xsd:string . |
| 300 | - sp:varName "dTimStart"^^xsd:string . | ||
| 301 | 294 | ||
| 302 | -_:b22 | 295 | +_:b4 sp:varName "dTimStart"^^xsd:string . |
| 303 | - sp:varName "dTimEnd"^^xsd:string . | ||
| 304 | 296 | ||
| 305 | -_:b17 | 297 | +_:b7 sp:varName "nameWellBore"^^xsd:string . |
| 306 | - sp:varName "createDate"^^xsd:string . | ||
| 307 | 298 | ||
| 308 | -_:b23 | 299 | +_:b34 |
| 300 | + sp:varName "normalizedWellName"^^xsd:string . | ||
| 301 | + | ||
| 302 | +_:b33 | ||
| 309 | sp:varName "normalizedWellBoreName"^^xsd:string . | 303 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 310 | 304 | ||
| 311 | -_:b15 | 305 | +_:b32 |
| 312 | - sp:varName "dailyDrillingReport"^^xsd:string . | 306 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 313 | 307 | ||
| 314 | -_:b16 | 308 | +_:b31 |
| 315 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 309 | + sp:varName "dTimStart"^^xsd:string . |
| 316 | 310 | ||
| 317 | -_:b19 | 311 | +_:b30 |
| 318 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 312 | + sp:varName "nameWellBore"^^xsd:string . |
| 319 | 313 | ||
| 320 | -_:b20 | 314 | +_:b29 |
| 321 | sp:varName "wellBore"^^xsd:string . | 315 | sp:varName "wellBore"^^xsd:string . |
| 322 | 316 | ||
| 323 | -_:b5 sp:varName "nameWellBore"^^xsd:string . | 317 | +_:b28 |
| 324 | - | 318 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 325 | -_:b2 sp:varName "nameWell"^^xsd:string . | ||
| 326 | 319 | ||
| 327 | -_:b6 sp:varName "dTimStart"^^xsd:string . | 320 | +_:b27 |
| 321 | + sp:varName "nameWell"^^xsd:string . | ||
| 328 | 322 | ||
| 329 | -_:b3 sp:varName "dailyDrillingActivity"^^xsd:string . | 323 | +_:b26 |
| 324 | + sp:varName "well"^^xsd:string . | ||
| 330 | 325 | ||
| 331 | -_:b7 sp:varName "temporalPartOfAWellBore"^^xsd:string . | 326 | +_:b14 |
| 327 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 332 | 328 | ||
| 333 | -_:b4 sp:varName "wellBore"^^xsd:string . | 329 | +_:b13 |
| 330 | + sp:varName "dTimStart"^^xsd:string . | ||
| 334 | 331 | ||
| 335 | -_:b8 sp:varName "normalizedWellBoreName"^^xsd:string . | 332 | +_:b12 |
| 333 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 336 | 334 | ||
| 337 | -_:b9 sp:varName "normalizedWellName"^^xsd:string . | 335 | +_:b11 |
| 336 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 338 | 337 | ||
| 339 | -_:b1 sp:varName "well"^^xsd:string . | 338 | +_:b10 |
| 339 | + sp:varName "dTimEnd"^^xsd:string . | ||
| 340 | 340 | ||
| 341 | -_:b24 | 341 | +_:b19 |
| 342 | - sp:varName "dailyDrillingReportType"^^xsd:string . | 342 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 343 | 343 | ||
| 344 | -_:b25 | 344 | +_:b18 |
| 345 | - sp:varName "dailyDrillingReport"^^xsd:string . | 345 | + sp:varName "createDate"^^xsd:string . |
| 346 | 346 | ||
| 347 | -_:b26 | 347 | +_:b17 |
| 348 | sp:varName "nameWellBore"^^xsd:string . | 348 | sp:varName "nameWellBore"^^xsd:string . |
| 349 | 349 | ||
| 350 | -_:b27 | 350 | +_:b16 |
| 351 | - sp:varName "createDate"^^xsd:string . | 351 | + sp:varName "dailyDrillingReport"^^xsd:string . |
| 352 | 352 | ||
| 353 | -_:b28 | 353 | +_:b15 |
| 354 | - sp:varName "versionKind"^^xsd:string . | 354 | + sp:varName "nameDailyDrillingReport"^^xsd:string . |
| 355 | 355 | ||
| 356 | -_:b29 | 356 | +_:b25 |
| 357 | sp:varName "normalizedWellBoreName"^^xsd:string . | 357 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 358 | 358 | ||
| 359 | -_:b10 | 359 | +_:b24 |
| 360 | - sp:varName "dTimEnd"^^xsd:string . | 360 | + sp:varName "versionKind"^^xsd:string . |
| 361 | 361 | ||
| 362 | -_:b11 | 362 | +_:b23 |
| 363 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 363 | + sp:varName "createDate"^^xsd:string . |
| 364 | 364 | ||
| 365 | -_:b12 | 365 | +_:b22 |
| 366 | sp:varName "nameWellBore"^^xsd:string . | 366 | sp:varName "nameWellBore"^^xsd:string . |
| 367 | 367 | ||
| 368 | -_:b13 | 368 | +_:b21 |
| 369 | - sp:varName "dTimStart"^^xsd:string . | 369 | + sp:varName "dailyDrillingReport"^^xsd:string . |
| 370 | 370 | ||
| 371 | -_:b14 | 371 | +_:b20 |
| 372 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 372 | + sp:varName "dailyDrillingReportType"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Wed Aug 10 11:13:52 BST 2011 | 1 | +# Saved by TopBraid on Tue Aug 16 15:54:55 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 Wed Aug 17 11:15:26 BST 2011 | ||
| 2 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo | ||
| 3 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr | ||
| 4 | +# imports: http://spinrdf.org/spin | ||
| 5 | + | ||
| 6 | +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#> . | ||
| 7 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | ||
| 8 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 9 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 10 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 11 | +@prefix sp: <http://spinrdf.org/sp#> . | ||
| 12 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
| 13 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
| 14 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 15 | + | ||
| 16 | +<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | ||
| 17 | + spin:rule | ||
| 18 | + [ rdf:type sp:Construct ; | ||
| 19 | + rdfs:comment "STEP 170 Create an EquipmentFailureAndRepair activity"^^xsd:string ; | ||
| 20 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#EquipmentFailureAndRepair> ; | ||
| 21 | + sp:predicate rdf:type ; | ||
| 22 | + sp:subject _:b1 | ||
| 23 | + ] [ sp:object _:b1 ; | ||
| 24 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 25 | + sp:subject _:b2 | ||
| 26 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; | ||
| 27 | + sp:predicate rdf:type ; | ||
| 28 | + sp:subject _:b3 | ||
| 29 | + ] [ sp:object _:b4 ; | ||
| 30 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 31 | + sp:subject _:b3 | ||
| 32 | + ] [ sp:object _:b3 ; | ||
| 33 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 34 | + sp:subject _:b1 | ||
| 35 | + ]) ; | ||
| 36 | + sp:where ([ sp:object _:b5 ; | ||
| 37 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 38 | + sp:subject spin:_this | ||
| 39 | + ] [ sp:object _:b6 ; | ||
| 40 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 41 | + sp:subject spin:_this | ||
| 42 | + ] [ sp:object _:b7 ; | ||
| 43 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#equipFailureInfo> ; | ||
| 44 | + sp:subject spin:_this | ||
| 45 | + ] [ sp:object _:b8 ; | ||
| 46 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 47 | + sp:subject _:b7 | ||
| 48 | + ] [ sp:object _:b4 ; | ||
| 49 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 50 | + sp:subject _:b2 | ||
| 51 | + ] [ rdf:type sp:Bind ; | ||
| 52 | + sp:expression | ||
| 53 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 54 | + sp:arg1 _:b5 | ||
| 55 | + ] ; | ||
| 56 | + sp:variable _:b9 | ||
| 57 | + ] [ rdf:type sp:Bind ; | ||
| 58 | + sp:expression | ||
| 59 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 60 | + sp:arg1 _:b9 ; | ||
| 61 | + sp:arg2 _:b6 | ||
| 62 | + ] ; | ||
| 63 | + sp:variable _:b2 | ||
| 64 | + ] [ rdf:type sp:Bind ; | ||
| 65 | + sp:expression | ||
| 66 | + [ rdf:type ep-spin-lib:buildEquipmentFailureAndRepairURI ; | ||
| 67 | + sp:arg1 _:b9 ; | ||
| 68 | + sp:arg2 _:b6 ; | ||
| 69 | + sp:arg3 _:b8 | ||
| 70 | + ] ; | ||
| 71 | + sp:variable _:b1 | ||
| 72 | + ] [ rdf:type sp:Bind ; | ||
| 73 | + sp:expression | ||
| 74 | + [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreDuringEquipmentFailureAndRepairURI ; | ||
| 75 | + sp:arg1 _:b9 ; | ||
| 76 | + sp:arg2 _:b6 ; | ||
| 77 | + sp:arg3 _:b8 | ||
| 78 | + ] ; | ||
| 79 | + sp:variable _:b3 | ||
| 80 | + ]) | ||
| 81 | + ] ; | ||
| 82 | + spin:rule | ||
| 83 | + [ rdf:type sp:Construct ; | ||
| 84 | + rdfs:comment "STEP 171 Transfer time of failure"^^xsd:string ; | ||
| 85 | + sp:templates ([ sp:object _:b10 ; | ||
| 86 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; | ||
| 87 | + sp:subject _:b11 | ||
| 88 | + ]) ; | ||
| 89 | + sp:where ([ sp:object _:b12 ; | ||
| 90 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 91 | + sp:subject spin:_this | ||
| 92 | + ] [ sp:object _:b13 ; | ||
| 93 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 94 | + sp:subject spin:_this | ||
| 95 | + ] [ sp:object _:b14 ; | ||
| 96 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#equipFailureInfo> ; | ||
| 97 | + sp:subject spin:_this | ||
| 98 | + ] [ sp:object _:b15 ; | ||
| 99 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 100 | + sp:subject _:b14 | ||
| 101 | + ] [ sp:object _:b10 ; | ||
| 102 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; | ||
| 103 | + sp:subject _:b14 | ||
| 104 | + ] [ rdf:type sp:Bind ; | ||
| 105 | + sp:expression | ||
| 106 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 107 | + sp:arg1 _:b12 | ||
| 108 | + ] ; | ||
| 109 | + sp:variable _:b16 | ||
| 110 | + ] [ rdf:type sp:Bind ; | ||
| 111 | + sp:expression | ||
| 112 | + [ rdf:type ep-spin-lib:buildEquipmentFailureAndRepairURI ; | ||
| 113 | + sp:arg1 _:b16 ; | ||
| 114 | + sp:arg2 _:b13 ; | ||
| 115 | + sp:arg3 _:b15 | ||
| 116 | + ] ; | ||
| 117 | + sp:variable _:b11 | ||
| 118 | + ]) | ||
| 119 | + ] ; | ||
| 120 | + spin:rule | ||
| 121 | + [ rdf:type sp:Construct ; | ||
| 122 | + rdfs:comment "STEP 172 Transfer time of repair"^^xsd:string ; | ||
| 123 | + sp:templates ([ sp:object _:b17 ; | ||
| 124 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimRepair> ; | ||
| 125 | + sp:subject _:b18 | ||
| 126 | + ]) ; | ||
| 127 | + sp:where ([ sp:object _:b19 ; | ||
| 128 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 129 | + sp:subject spin:_this | ||
| 130 | + ] [ sp:object _:b20 ; | ||
| 131 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 132 | + sp:subject spin:_this | ||
| 133 | + ] [ sp:object _:b21 ; | ||
| 134 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#equipFailureInfo> ; | ||
| 135 | + sp:subject spin:_this | ||
| 136 | + ] [ sp:object _:b22 ; | ||
| 137 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 138 | + sp:subject _:b21 | ||
| 139 | + ] [ sp:object _:b17 ; | ||
| 140 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimRepair> ; | ||
| 141 | + sp:subject _:b21 | ||
| 142 | + ] [ rdf:type sp:Bind ; | ||
| 143 | + sp:expression | ||
| 144 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 145 | + sp:arg1 _:b19 | ||
| 146 | + ] ; | ||
| 147 | + sp:variable _:b23 | ||
| 148 | + ] [ rdf:type sp:Bind ; | ||
| 149 | + sp:expression | ||
| 150 | + [ rdf:type ep-spin-lib:buildEquipmentFailureAndRepairURI ; | ||
| 151 | + sp:arg1 _:b23 ; | ||
| 152 | + sp:arg2 _:b20 ; | ||
| 153 | + sp:arg3 _:b22 | ||
| 154 | + ] ; | ||
| 155 | + sp:variable _:b18 | ||
| 156 | + ]) | ||
| 157 | + ] ; | ||
| 158 | + spin:rule | ||
| 159 | + [ rdf:type sp:Construct ; | ||
| 160 | + rdfs:comment "STEP 173 Transfer md"^^xsd:string ; | ||
| 161 | + sp:templates ([ sp:object _:b24 ; | ||
| 162 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; | ||
| 163 | + sp:subject _:b25 | ||
| 164 | + ]) ; | ||
| 165 | + sp:where ([ sp:object _:b26 ; | ||
| 166 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 167 | + sp:subject spin:_this | ||
| 168 | + ] [ sp:object _:b27 ; | ||
| 169 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 170 | + sp:subject spin:_this | ||
| 171 | + ] [ sp:object _:b28 ; | ||
| 172 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#equipFailureInfo> ; | ||
| 173 | + sp:subject spin:_this | ||
| 174 | + ] [ sp:object _:b29 ; | ||
| 175 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 176 | + sp:subject _:b28 | ||
| 177 | + ] [ sp:object _:b24 ; | ||
| 178 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; | ||
| 179 | + sp:subject _:b28 | ||
| 180 | + ] [ rdf:type sp:Bind ; | ||
| 181 | + sp:expression | ||
| 182 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 183 | + sp:arg1 _:b26 | ||
| 184 | + ] ; | ||
| 185 | + sp:variable _:b30 | ||
| 186 | + ] [ rdf:type sp:Bind ; | ||
| 187 | + sp:expression | ||
| 188 | + [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreDuringEquipmentFailureAndRepairURI ; | ||
| 189 | + sp:arg1 _:b30 ; | ||
| 190 | + sp:arg2 _:b27 ; | ||
| 191 | + sp:arg3 _:b29 | ||
| 192 | + ] ; | ||
| 193 | + sp:variable _:b25 | ||
| 194 | + ]) | ||
| 195 | + ] ; | ||
| 196 | + spin:rule | ||
| 197 | + [ rdf:type sp:Construct ; | ||
| 198 | + rdfs:comment "STEP 174 Transfer tvd"^^xsd:string ; | ||
| 199 | + sp:templates ([ sp:object _:b31 ; | ||
| 200 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; | ||
| 201 | + sp:subject _:b32 | ||
| 202 | + ]) ; | ||
| 203 | + sp:where ([ sp:object _:b33 ; | ||
| 204 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 205 | + sp:subject spin:_this | ||
| 206 | + ] [ sp:object _:b34 ; | ||
| 207 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 208 | + sp:subject spin:_this | ||
| 209 | + ] [ sp:object _:b35 ; | ||
| 210 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#equipFailureInfo> ; | ||
| 211 | + sp:subject spin:_this | ||
| 212 | + ] [ sp:object _:b36 ; | ||
| 213 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 214 | + sp:subject _:b35 | ||
| 215 | + ] [ sp:object _:b31 ; | ||
| 216 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; | ||
| 217 | + sp:subject _:b35 | ||
| 218 | + ] [ rdf:type sp:Bind ; | ||
| 219 | + sp:expression | ||
| 220 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 221 | + sp:arg1 _:b33 | ||
| 222 | + ] ; | ||
| 223 | + sp:variable _:b37 | ||
| 224 | + ] [ rdf:type sp:Bind ; | ||
| 225 | + sp:expression | ||
| 226 | + [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreDuringEquipmentFailureAndRepairURI ; | ||
| 227 | + sp:arg1 _:b37 ; | ||
| 228 | + sp:arg2 _:b34 ; | ||
| 229 | + sp:arg3 _:b36 | ||
| 230 | + ] ; | ||
| 231 | + sp:variable _:b32 | ||
| 232 | + ]) | ||
| 233 | + ] ; | ||
| 234 | + spin:rule | ||
| 235 | + [ rdf:type sp:Construct ; | ||
| 236 | + rdfs:comment "STEP 175 Transfer missed production time"^^xsd:string ; | ||
| 237 | + sp:templates ([ sp:object _:b38 ; | ||
| 238 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#eTimMissProduction> ; | ||
| 239 | + sp:subject _:b39 | ||
| 240 | + ]) ; | ||
| 241 | + sp:where ([ sp:object _:b40 ; | ||
| 242 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 243 | + sp:subject spin:_this | ||
| 244 | + ] [ sp:object _:b41 ; | ||
| 245 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 246 | + sp:subject spin:_this | ||
| 247 | + ] [ sp:object _:b42 ; | ||
| 248 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#equipFailureInfo> ; | ||
| 249 | + sp:subject spin:_this | ||
| 250 | + ] [ sp:object _:b43 ; | ||
| 251 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 252 | + sp:subject _:b42 | ||
| 253 | + ] [ sp:object _:b38 ; | ||
| 254 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#eTimMissProduction> ; | ||
| 255 | + sp:subject _:b42 | ||
| 256 | + ] [ rdf:type sp:Bind ; | ||
| 257 | + sp:expression | ||
| 258 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 259 | + sp:arg1 _:b40 | ||
| 260 | + ] ; | ||
| 261 | + sp:variable _:b44 | ||
| 262 | + ] [ rdf:type sp:Bind ; | ||
| 263 | + sp:expression | ||
| 264 | + [ rdf:type ep-spin-lib:buildEquipmentFailureAndRepairURI ; | ||
| 265 | + sp:arg1 _:b44 ; | ||
| 266 | + sp:arg2 _:b41 ; | ||
| 267 | + sp:arg3 _:b43 | ||
| 268 | + ] ; | ||
| 269 | + sp:variable _:b39 | ||
| 270 | + ]) | ||
| 271 | + ] ; | ||
| 272 | + spin:rule | ||
| 273 | + [ rdf:type sp:Construct ; | ||
| 274 | + rdfs:comment "STEP 176 Transfer descsription"^^xsd:string ; | ||
| 275 | + sp:templates ([ sp:object _:b45 ; | ||
| 276 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#description> ; | ||
| 277 | + sp:subject _:b46 | ||
| 278 | + ]) ; | ||
| 279 | + sp:where ([ sp:object _:b47 ; | ||
| 280 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 281 | + sp:subject spin:_this | ||
| 282 | + ] [ sp:object _:b48 ; | ||
| 283 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 284 | + sp:subject spin:_this | ||
| 285 | + ] [ sp:object _:b49 ; | ||
| 286 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#equipFailureInfo> ; | ||
| 287 | + sp:subject spin:_this | ||
| 288 | + ] [ sp:object _:b50 ; | ||
| 289 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 290 | + sp:subject _:b49 | ||
| 291 | + ] [ sp:object _:b45 ; | ||
| 292 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#description> ; | ||
| 293 | + sp:subject _:b49 | ||
| 294 | + ] [ rdf:type sp:Bind ; | ||
| 295 | + sp:expression | ||
| 296 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 297 | + sp:arg1 _:b47 | ||
| 298 | + ] ; | ||
| 299 | + sp:variable _:b51 | ||
| 300 | + ] [ rdf:type sp:Bind ; | ||
| 301 | + sp:expression | ||
| 302 | + [ rdf:type ep-spin-lib:buildEquipmentFailureAndRepairURI ; | ||
| 303 | + sp:arg1 _:b51 ; | ||
| 304 | + sp:arg2 _:b48 ; | ||
| 305 | + sp:arg3 _:b50 | ||
| 306 | + ] ; | ||
| 307 | + sp:variable _:b46 | ||
| 308 | + ]) | ||
| 309 | + ] ; | ||
| 310 | + spin:rule | ||
| 311 | + [ rdf:type sp:Construct ; | ||
| 312 | + rdfs:comment "STEP 177 Failed equipment type"^^xsd:string ; | ||
| 313 | + sp:templates ([ sp:object _:b52 ; | ||
| 314 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#failedEquipment> ; | ||
| 315 | + sp:subject _:b53 | ||
| 316 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfEquipment> ; | ||
| 317 | + sp:predicate rdf:type ; | ||
| 318 | + sp:subject _:b52 | ||
| 319 | + ] [ sp:object _:b54 ; | ||
| 320 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 321 | + sp:subject _:b52 | ||
| 322 | + ] [ sp:object _:b55 ; | ||
| 323 | + sp:predicate rdf:type ; | ||
| 324 | + sp:subject _:b54 | ||
| 325 | + ]) ; | ||
| 326 | + sp:where ([ sp:object _:b56 ; | ||
| 327 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 328 | + sp:subject spin:_this | ||
| 329 | + ] [ sp:object _:b57 ; | ||
| 330 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 331 | + sp:subject spin:_this | ||
| 332 | + ] [ sp:object _:b58 ; | ||
| 333 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#equipFailureInfo> ; | ||
| 334 | + sp:subject spin:_this | ||
| 335 | + ] [ sp:object _:b59 ; | ||
| 336 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 337 | + sp:subject _:b58 | ||
| 338 | + ] [ sp:object _:b60 ; | ||
| 339 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumEquipClass> ; | ||
| 340 | + sp:subject _:b58 | ||
| 341 | + ] [ rdf:type sp:Bind ; | ||
| 342 | + sp:expression | ||
| 343 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 344 | + sp:arg1 _:b56 | ||
| 345 | + ] ; | ||
| 346 | + sp:variable _:b61 | ||
| 347 | + ] [ rdf:type sp:Bind ; | ||
| 348 | + sp:expression | ||
| 349 | + [ rdf:type ep-spin-lib:buildEquipmentFailureAndRepairURI ; | ||
| 350 | + sp:arg1 _:b61 ; | ||
| 351 | + sp:arg2 _:b57 ; | ||
| 352 | + sp:arg3 _:b59 | ||
| 353 | + ] ; | ||
| 354 | + sp:variable _:b53 | ||
| 355 | + ] [ rdf:type sp:Bind ; | ||
| 356 | + sp:expression | ||
| 357 | + [ rdf:type ep-spin-lib:selectDrillingEquipmentType ; | ||
| 358 | + sp:arg1 _:b60 | ||
| 359 | + ] ; | ||
| 360 | + sp:variable _:b55 | ||
| 361 | + ]) | ||
| 362 | + ] . | ||
| 363 | + | ||
| 364 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> | ||
| 365 | + rdf:type owl:Ontology ; | ||
| 366 | + owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://spinrdf.org/spin> ; | ||
| 367 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 368 | + | ||
| 369 | +_:b3 sp:varName "temporalPartOfAWellBoreDuringEquipmentFailureAndRepair"^^xsd:string . | ||
| 370 | + | ||
| 371 | +_:b1 sp:varName "equipmentFailureAndRepair"^^xsd:string . | ||
| 372 | + | ||
| 373 | +_:b9 sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 374 | + | ||
| 375 | +_:b4 sp:varName "dailytemporalPartOfAWellBore"^^xsd:string . | ||
| 376 | + | ||
| 377 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 378 | + | ||
| 379 | +_:b8 sp:varName "index"^^xsd:string . | ||
| 380 | + | ||
| 381 | +_:b7 sp:varName "equipFailureInfo"^^xsd:string . | ||
| 382 | + | ||
| 383 | +_:b6 sp:varName "dTimStart"^^xsd:string . | ||
| 384 | + | ||
| 385 | +_:b5 sp:varName "nameWellBore"^^xsd:string . | ||
| 386 | + | ||
| 387 | +_:b37 | ||
| 388 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 389 | + | ||
| 390 | +_:b36 | ||
| 391 | + sp:varName "index"^^xsd:string . | ||
| 392 | + | ||
| 393 | +_:b35 | ||
| 394 | + sp:varName "equipFailureInfo"^^xsd:string . | ||
| 395 | + | ||
| 396 | +_:b34 | ||
| 397 | + sp:varName "dTimStart"^^xsd:string . | ||
| 398 | + | ||
| 399 | +_:b33 | ||
| 400 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 401 | + | ||
| 402 | +_:b32 | ||
| 403 | + sp:varName "temporalPartOfAWellBoreDuringEquipmentFailureAndRepair"^^xsd:string . | ||
| 404 | + | ||
| 405 | +_:b31 | ||
| 406 | + sp:varName "tvd"^^xsd:string . | ||
| 407 | + | ||
| 408 | +_:b16 | ||
| 409 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 410 | + | ||
| 411 | +_:b15 | ||
| 412 | + sp:varName "index"^^xsd:string . | ||
| 413 | + | ||
| 414 | +_:b14 | ||
| 415 | + sp:varName "equipFailureInfo"^^xsd:string . | ||
| 416 | + | ||
| 417 | +_:b13 | ||
| 418 | + sp:varName "dTimStart"^^xsd:string . | ||
| 419 | + | ||
| 420 | +_:b12 | ||
| 421 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 422 | + | ||
| 423 | +_:b11 | ||
| 424 | + sp:varName "equipmentFailureAndRepair"^^xsd:string . | ||
| 425 | + | ||
| 426 | +_:b10 | ||
| 427 | + sp:varName "timeOfFailure"^^xsd:string . | ||
| 428 | + | ||
| 429 | +_:b23 | ||
| 430 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 431 | + | ||
| 432 | +_:b22 | ||
| 433 | + sp:varName "index"^^xsd:string . | ||
| 434 | + | ||
| 435 | +_:b21 | ||
| 436 | + sp:varName "equipFailureInfo"^^xsd:string . | ||
| 437 | + | ||
| 438 | +_:b20 | ||
| 439 | + sp:varName "dTimStart"^^xsd:string . | ||
| 440 | + | ||
| 441 | +_:b19 | ||
| 442 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 443 | + | ||
| 444 | +_:b18 | ||
| 445 | + sp:varName "equipmentFailureAndRepair"^^xsd:string . | ||
| 446 | + | ||
| 447 | +_:b17 | ||
| 448 | + sp:varName "timeOfRepair"^^xsd:string . | ||
| 449 | + | ||
| 450 | +_:b30 | ||
| 451 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 452 | + | ||
| 453 | +_:b29 | ||
| 454 | + sp:varName "index"^^xsd:string . | ||
| 455 | + | ||
| 456 | +_:b28 | ||
| 457 | + sp:varName "equipFailureInfo"^^xsd:string . | ||
| 458 | + | ||
| 459 | +_:b27 | ||
| 460 | + sp:varName "dTimStart"^^xsd:string . | ||
| 461 | + | ||
| 462 | +_:b26 | ||
| 463 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 464 | + | ||
| 465 | +_:b25 | ||
| 466 | + sp:varName "temporalPartOfAWellBoreDuringEquipmentFailureAndRepair"^^xsd:string . | ||
| 467 | + | ||
| 468 | +_:b24 | ||
| 469 | + sp:varName "md"^^xsd:string . | ||
| 470 | + | ||
| 471 | +_:b44 | ||
| 472 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 473 | + | ||
| 474 | +_:b43 | ||
| 475 | + sp:varName "index"^^xsd:string . | ||
| 476 | + | ||
| 477 | +_:b42 | ||
| 478 | + sp:varName "equipFailureInfo"^^xsd:string . | ||
| 479 | + | ||
| 480 | +_:b41 | ||
| 481 | + sp:varName "dTimStart"^^xsd:string . | ||
| 482 | + | ||
| 483 | +_:b40 | ||
| 484 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 485 | + | ||
| 486 | +_:b39 | ||
| 487 | + sp:varName "equipmentFailureAndRepair"^^xsd:string . | ||
| 488 | + | ||
| 489 | +_:b38 | ||
| 490 | + sp:varName "missedProductionTime"^^xsd:string . | ||
| 491 | + | ||
| 492 | +_:b51 | ||
| 493 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 494 | + | ||
| 495 | +_:b50 | ||
| 496 | + sp:varName "index"^^xsd:string . | ||
| 497 | + | ||
| 498 | +_:b49 | ||
| 499 | + sp:varName "equipFailureInfo"^^xsd:string . | ||
| 500 | + | ||
| 501 | +_:b48 | ||
| 502 | + sp:varName "dTimStart"^^xsd:string . | ||
| 503 | + | ||
| 504 | +_:b47 | ||
| 505 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 506 | + | ||
| 507 | +_:b46 | ||
| 508 | + sp:varName "equipmentFailureAndRepair"^^xsd:string . | ||
| 509 | + | ||
| 510 | +_:b45 | ||
| 511 | + sp:varName "description"^^xsd:string . | ||
| 512 | + | ||
| 513 | +_:b61 | ||
| 514 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 515 | + | ||
| 516 | +_:b60 | ||
| 517 | + sp:varName "enumEquipClass"^^xsd:string . | ||
| 518 | + | ||
| 519 | +_:b59 | ||
| 520 | + sp:varName "index"^^xsd:string . | ||
| 521 | + | ||
| 522 | +_:b58 | ||
| 523 | + sp:varName "equipFailureInfo"^^xsd:string . | ||
| 524 | + | ||
| 525 | +_:b57 | ||
| 526 | + sp:varName "dTimStart"^^xsd:string . | ||
| 527 | + | ||
| 528 | +_:b56 | ||
| 529 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 530 | + | ||
| 531 | +_:b55 | ||
| 532 | + sp:varName "drillingEquipmentType"^^xsd:string . | ||
| 533 | + | ||
| 534 | +_:b53 | ||
| 535 | + sp:varName "equipmentFailureAndRepair"^^xsd:string . |
| 1 | +# Saved by TopBraid on Wed Aug 17 11:15:26 BST 2011 | ||
| 2 | +# baseURI: null | ||
| 3 | + | ||
| 4 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
| 5 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
| 6 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
| 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | +@prefix visual: <http://topbraid.org/visual#> . | ||
| 11 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 12 | + | ||
| 13 | +[] rdf:type inference:Configuration ; | ||
| 14 | + composite:child | ||
| 15 | + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | ||
| 16 | + composite:index "0"^^xsd:int | ||
| 17 | + ] . |
| 1 | +# Saved by TopBraid on Wed Aug 17 16:55:07 BST 2011 | ||
| 2 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo | ||
| 3 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr | ||
| 4 | +# imports: http://spinrdf.org/spin | ||
| 5 | + | ||
| 6 | +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo#> . | ||
| 7 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | ||
| 8 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 9 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 10 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 11 | +@prefix sp: <http://spinrdf.org/sp#> . | ||
| 12 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
| 13 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
| 14 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 15 | + | ||
| 16 | +<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | ||
| 17 | + spin:rule | ||
| 18 | + [ rdf:type sp:Construct ; | ||
| 19 | + rdfs:comment "STEP 200 Create a Lithology and shows observation activity"^^xsd:string ; | ||
| 20 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#LithologyAndShowsObservation> ; | ||
| 21 | + sp:predicate rdf:type ; | ||
| 22 | + sp:subject _:b1 | ||
| 23 | + ] [ sp:object _:b1 ; | ||
| 24 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 25 | + sp:subject _:b2 | ||
| 26 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore> ; | ||
| 27 | + sp:predicate rdf:type ; | ||
| 28 | + sp:subject _:b3 | ||
| 29 | + ] [ sp:object _:b4 ; | ||
| 30 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
| 31 | + sp:subject _:b3 | ||
| 32 | + ] [ sp:object _:b3 ; | ||
| 33 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 34 | + sp:subject _:b1 | ||
| 35 | + ]) ; | ||
| 36 | + sp:where ([ sp:object _:b5 ; | ||
| 37 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 38 | + sp:subject spin:_this | ||
| 39 | + ] [ sp:object _:b6 ; | ||
| 40 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 41 | + sp:subject spin:_this | ||
| 42 | + ] [ sp:object _:b7 ; | ||
| 43 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lithShowInfo> ; | ||
| 44 | + sp:subject spin:_this | ||
| 45 | + ] [ sp:object _:b8 ; | ||
| 46 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 47 | + sp:subject _:b7 | ||
| 48 | + ] [ sp:object _:b4 ; | ||
| 49 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 50 | + sp:subject _:b2 | ||
| 51 | + ] [ rdf:type sp:Bind ; | ||
| 52 | + sp:expression | ||
| 53 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 54 | + sp:arg1 _:b5 | ||
| 55 | + ] ; | ||
| 56 | + sp:variable _:b9 | ||
| 57 | + ] [ rdf:type sp:Bind ; | ||
| 58 | + sp:expression | ||
| 59 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 60 | + sp:arg1 _:b9 ; | ||
| 61 | + sp:arg2 _:b6 | ||
| 62 | + ] ; | ||
| 63 | + sp:variable _:b2 | ||
| 64 | + ] [ rdf:type sp:Bind ; | ||
| 65 | + sp:expression | ||
| 66 | + [ rdf:type ep-spin-lib:buildLithShowObservationURI ; | ||
| 67 | + sp:arg1 _:b9 ; | ||
| 68 | + sp:arg2 _:b6 ; | ||
| 69 | + sp:arg3 _:b8 | ||
| 70 | + ] ; | ||
| 71 | + sp:variable _:b1 | ||
| 72 | + ] [ rdf:type sp:Bind ; | ||
| 73 | + sp:expression | ||
| 74 | + [ rdf:type ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI ; | ||
| 75 | + sp:arg1 _:b9 ; | ||
| 76 | + sp:arg2 _:b6 ; | ||
| 77 | + sp:arg3 _:b8 | ||
| 78 | + ] ; | ||
| 79 | + sp:variable _:b3 | ||
| 80 | + ]) | ||
| 81 | + ] ; | ||
| 82 | + spin:rule | ||
| 83 | + [ rdf:type sp:Construct ; | ||
| 84 | + rdfs:comment "STEP 201 Set end time of Lithology and shows observation"^^xsd:string ; | ||
| 85 | + sp:templates ([ sp:object _:b10 ; | ||
| 86 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ; | ||
| 87 | + sp:subject _:b11 | ||
| 88 | + ]) ; | ||
| 89 | + sp:where ([ sp:object _:b12 ; | ||
| 90 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 91 | + sp:subject spin:_this | ||
| 92 | + ] [ sp:object _:b13 ; | ||
| 93 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 94 | + sp:subject spin:_this | ||
| 95 | + ] [ sp:object _:b14 ; | ||
| 96 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lithShowInfo> ; | ||
| 97 | + sp:subject spin:_this | ||
| 98 | + ] [ sp:object _:b15 ; | ||
| 99 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 100 | + sp:subject _:b14 | ||
| 101 | + ] [ sp:object _:b10 ; | ||
| 102 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; | ||
| 103 | + sp:subject _:b14 | ||
| 104 | + ] [ rdf:type sp:Bind ; | ||
| 105 | + sp:expression | ||
| 106 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 107 | + sp:arg1 _:b12 | ||
| 108 | + ] ; | ||
| 109 | + sp:variable _:b16 | ||
| 110 | + ] [ rdf:type sp:Bind ; | ||
| 111 | + sp:expression | ||
| 112 | + [ rdf:type ep-spin-lib:buildLithShowObservationURI ; | ||
| 113 | + sp:arg1 _:b16 ; | ||
| 114 | + sp:arg2 _:b13 ; | ||
| 115 | + sp:arg3 _:b15 | ||
| 116 | + ] ; | ||
| 117 | + sp:variable _:b11 | ||
| 118 | + ]) | ||
| 119 | + ] ; | ||
| 120 | + spin:rule | ||
| 121 | + [ rdf:type sp:Construct ; | ||
| 122 | + rdfs:comment "STEP 202 Transfer mdTop and mdBottom"^^xsd:string ; | ||
| 123 | + sp:templates ([ sp:object _:b17 ; | ||
| 124 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ; | ||
| 125 | + sp:subject _:b18 | ||
| 126 | + ] [ sp:object _:b19 ; | ||
| 127 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ; | ||
| 128 | + sp:subject _:b18 | ||
| 129 | + ]) ; | ||
| 130 | + sp:where ([ sp:object _:b20 ; | ||
| 131 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 132 | + sp:subject spin:_this | ||
| 133 | + ] [ sp:object _:b21 ; | ||
| 134 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 135 | + sp:subject spin:_this | ||
| 136 | + ] [ sp:object _:b22 ; | ||
| 137 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lithShowInfo> ; | ||
| 138 | + sp:subject spin:_this | ||
| 139 | + ] [ sp:object _:b23 ; | ||
| 140 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 141 | + sp:subject _:b22 | ||
| 142 | + ] [ sp:object _:b17 ; | ||
| 143 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ; | ||
| 144 | + sp:subject _:b22 | ||
| 145 | + ] [ sp:object _:b19 ; | ||
| 146 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ; | ||
| 147 | + sp:subject _:b22 | ||
| 148 | + ] [ rdf:type sp:Bind ; | ||
| 149 | + sp:expression | ||
| 150 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 151 | + sp:arg1 _:b20 | ||
| 152 | + ] ; | ||
| 153 | + sp:variable _:b24 | ||
| 154 | + ] [ rdf:type sp:Bind ; | ||
| 155 | + sp:expression | ||
| 156 | + [ rdf:type ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI ; | ||
| 157 | + sp:arg1 _:b24 ; | ||
| 158 | + sp:arg2 _:b21 ; | ||
| 159 | + sp:arg3 _:b23 | ||
| 160 | + ] ; | ||
| 161 | + sp:variable _:b18 | ||
| 162 | + ]) | ||
| 163 | + ] ; | ||
| 164 | + spin:rule | ||
| 165 | + [ rdf:type sp:Construct ; | ||
| 166 | + rdfs:comment "STEP 203b Transfer tvdBottom"^^xsd:string ; | ||
| 167 | + sp:templates ([ sp:object _:b25 ; | ||
| 168 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ; | ||
| 169 | + sp:subject _:b26 | ||
| 170 | + ]) ; | ||
| 171 | + sp:where ([ sp:object _:b27 ; | ||
| 172 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 173 | + sp:subject spin:_this | ||
| 174 | + ] [ sp:object _:b28 ; | ||
| 175 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 176 | + sp:subject spin:_this | ||
| 177 | + ] [ sp:object _:b29 ; | ||
| 178 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lithShowInfo> ; | ||
| 179 | + sp:subject spin:_this | ||
| 180 | + ] [ sp:object _:b30 ; | ||
| 181 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 182 | + sp:subject _:b29 | ||
| 183 | + ] [ sp:object _:b25 ; | ||
| 184 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ; | ||
| 185 | + sp:subject _:b29 | ||
| 186 | + ] [ rdf:type sp:Bind ; | ||
| 187 | + sp:expression | ||
| 188 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 189 | + sp:arg1 _:b27 | ||
| 190 | + ] ; | ||
| 191 | + sp:variable _:b31 | ||
| 192 | + ] [ rdf:type sp:Bind ; | ||
| 193 | + sp:expression | ||
| 194 | + [ rdf:type ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI ; | ||
| 195 | + sp:arg1 _:b31 ; | ||
| 196 | + sp:arg2 _:b28 ; | ||
| 197 | + sp:arg3 _:b30 | ||
| 198 | + ] ; | ||
| 199 | + sp:variable _:b26 | ||
| 200 | + ]) | ||
| 201 | + ] ; | ||
| 202 | + spin:rule | ||
| 203 | + [ rdf:type sp:Construct ; | ||
| 204 | + rdfs:comment "STEP 203a Transfer tvdTop"^^xsd:string ; | ||
| 205 | + sp:templates ([ sp:object _:b32 ; | ||
| 206 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; | ||
| 207 | + sp:subject _:b33 | ||
| 208 | + ]) ; | ||
| 209 | + sp:where ([ sp:object _:b34 ; | ||
| 210 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 211 | + sp:subject spin:_this | ||
| 212 | + ] [ sp:object _:b35 ; | ||
| 213 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 214 | + sp:subject spin:_this | ||
| 215 | + ] [ sp:object _:b36 ; | ||
| 216 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lithShowInfo> ; | ||
| 217 | + sp:subject spin:_this | ||
| 218 | + ] [ sp:object _:b37 ; | ||
| 219 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 220 | + sp:subject _:b36 | ||
| 221 | + ] [ sp:object _:b32 ; | ||
| 222 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; | ||
| 223 | + sp:subject _:b36 | ||
| 224 | + ] [ rdf:type sp:Bind ; | ||
| 225 | + sp:expression | ||
| 226 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 227 | + sp:arg1 _:b34 | ||
| 228 | + ] ; | ||
| 229 | + sp:variable _:b38 | ||
| 230 | + ] [ rdf:type sp:Bind ; | ||
| 231 | + sp:expression | ||
| 232 | + [ rdf:type ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI ; | ||
| 233 | + sp:arg1 _:b38 ; | ||
| 234 | + sp:arg2 _:b35 ; | ||
| 235 | + sp:arg3 _:b37 | ||
| 236 | + ] ; | ||
| 237 | + sp:variable _:b33 | ||
| 238 | + ]) | ||
| 239 | + ] ; | ||
| 240 | + spin:rule | ||
| 241 | + [ rdf:type sp:Construct ; | ||
| 242 | + rdfs:comment "STEP 204 Transfer show"^^xsd:string ; | ||
| 243 | + sp:templates ([ sp:object _:b39 ; | ||
| 244 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#show> ; | ||
| 245 | + sp:subject _:b40 | ||
| 246 | + ]) ; | ||
| 247 | + sp:where ([ sp:object _:b41 ; | ||
| 248 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 249 | + sp:subject spin:_this | ||
| 250 | + ] [ sp:object _:b42 ; | ||
| 251 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 252 | + sp:subject spin:_this | ||
| 253 | + ] [ sp:object _:b43 ; | ||
| 254 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lithShowInfo> ; | ||
| 255 | + sp:subject spin:_this | ||
| 256 | + ] [ sp:object _:b44 ; | ||
| 257 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 258 | + sp:subject _:b43 | ||
| 259 | + ] [ sp:object _:b39 ; | ||
| 260 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#show> ; | ||
| 261 | + sp:subject _:b43 | ||
| 262 | + ] [ rdf:type sp:Bind ; | ||
| 263 | + sp:expression | ||
| 264 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 265 | + sp:arg1 _:b41 | ||
| 266 | + ] ; | ||
| 267 | + sp:variable _:b45 | ||
| 268 | + ] [ rdf:type sp:Bind ; | ||
| 269 | + sp:expression | ||
| 270 | + [ rdf:type ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI ; | ||
| 271 | + sp:arg1 _:b45 ; | ||
| 272 | + sp:arg2 _:b42 ; | ||
| 273 | + sp:arg3 _:b44 | ||
| 274 | + ] ; | ||
| 275 | + sp:variable _:b40 | ||
| 276 | + ]) | ||
| 277 | + ] ; | ||
| 278 | + spin:rule | ||
| 279 | + [ rdf:type sp:Construct ; | ||
| 280 | + rdfs:comment "STEP 205 Transfer lithology"^^xsd:string ; | ||
| 281 | + sp:templates ([ sp:object _:b46 ; | ||
| 282 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lithology> ; | ||
| 283 | + sp:subject _:b47 | ||
| 284 | + ]) ; | ||
| 285 | + sp:where ([ sp:object _:b48 ; | ||
| 286 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 287 | + sp:subject spin:_this | ||
| 288 | + ] [ sp:object _:b49 ; | ||
| 289 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 290 | + sp:subject spin:_this | ||
| 291 | + ] [ sp:object _:b50 ; | ||
| 292 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lithShowInfo> ; | ||
| 293 | + sp:subject spin:_this | ||
| 294 | + ] [ sp:object _:b51 ; | ||
| 295 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 296 | + sp:subject _:b50 | ||
| 297 | + ] [ sp:object _:b46 ; | ||
| 298 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lithology> ; | ||
| 299 | + sp:subject _:b50 | ||
| 300 | + ] [ rdf:type sp:Bind ; | ||
| 301 | + sp:expression | ||
| 302 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 303 | + sp:arg1 _:b48 | ||
| 304 | + ] ; | ||
| 305 | + sp:variable _:b52 | ||
| 306 | + ] [ rdf:type sp:Bind ; | ||
| 307 | + sp:expression | ||
| 308 | + [ rdf:type ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI ; | ||
| 309 | + sp:arg1 _:b52 ; | ||
| 310 | + sp:arg2 _:b49 ; | ||
| 311 | + sp:arg3 _:b51 | ||
| 312 | + ] ; | ||
| 313 | + sp:variable _:b47 | ||
| 314 | + ]) | ||
| 315 | + ] . | ||
| 316 | + | ||
| 317 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> | ||
| 318 | + rdf:type owl:Ontology ; | ||
| 319 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> ; | ||
| 320 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 321 | + | ||
| 322 | +_:b46 | ||
| 323 | + sp:varName "lithology"^^xsd:string . | ||
| 324 | + | ||
| 325 | +_:b47 | ||
| 326 | + sp:varName "lithShowObservedPartOfAWellBore"^^xsd:string . | ||
| 327 | + | ||
| 328 | +_:b48 | ||
| 329 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 330 | + | ||
| 331 | +_:b49 | ||
| 332 | + sp:varName "dTimStart"^^xsd:string . | ||
| 333 | + | ||
| 334 | +_:b50 | ||
| 335 | + sp:varName "lithShowInfo"^^xsd:string . | ||
| 336 | + | ||
| 337 | +_:b51 | ||
| 338 | + sp:varName "index"^^xsd:string . | ||
| 339 | + | ||
| 340 | +_:b52 | ||
| 341 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 342 | + | ||
| 343 | +_:b39 | ||
| 344 | + sp:varName "show"^^xsd:string . | ||
| 345 | + | ||
| 346 | +_:b40 | ||
| 347 | + sp:varName "lithShowObservedPartOfAWellBore"^^xsd:string . | ||
| 348 | + | ||
| 349 | +_:b41 | ||
| 350 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 351 | + | ||
| 352 | +_:b42 | ||
| 353 | + sp:varName "dTimStart"^^xsd:string . | ||
| 354 | + | ||
| 355 | +_:b43 | ||
| 356 | + sp:varName "lithShowInfo"^^xsd:string . | ||
| 357 | + | ||
| 358 | +_:b44 | ||
| 359 | + sp:varName "index"^^xsd:string . | ||
| 360 | + | ||
| 361 | +_:b45 | ||
| 362 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 363 | + | ||
| 364 | +_:b32 | ||
| 365 | + sp:varName "tvdTop"^^xsd:string . | ||
| 366 | + | ||
| 367 | +_:b33 | ||
| 368 | + sp:varName "lithShowObservedPartOfAWellBore"^^xsd:string . | ||
| 369 | + | ||
| 370 | +_:b34 | ||
| 371 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 372 | + | ||
| 373 | +_:b35 | ||
| 374 | + sp:varName "dTimStart"^^xsd:string . | ||
| 375 | + | ||
| 376 | +_:b36 | ||
| 377 | + sp:varName "lithShowInfo"^^xsd:string . | ||
| 378 | + | ||
| 379 | +_:b37 | ||
| 380 | + sp:varName "index"^^xsd:string . | ||
| 381 | + | ||
| 382 | +_:b38 | ||
| 383 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 384 | + | ||
| 385 | +_:b25 | ||
| 386 | + sp:varName "tvdBottom"^^xsd:string . | ||
| 387 | + | ||
| 388 | +_:b26 | ||
| 389 | + sp:varName "lithShowObservedPartOfAWellBore"^^xsd:string . | ||
| 390 | + | ||
| 391 | +_:b27 | ||
| 392 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 393 | + | ||
| 394 | +_:b28 | ||
| 395 | + sp:varName "dTimStart"^^xsd:string . | ||
| 396 | + | ||
| 397 | +_:b29 | ||
| 398 | + sp:varName "lithShowInfo"^^xsd:string . | ||
| 399 | + | ||
| 400 | +_:b30 | ||
| 401 | + sp:varName "index"^^xsd:string . | ||
| 402 | + | ||
| 403 | +_:b31 | ||
| 404 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 405 | + | ||
| 406 | +_:b17 | ||
| 407 | + sp:varName "mdTop"^^xsd:string . | ||
| 408 | + | ||
| 409 | +_:b18 | ||
| 410 | + sp:varName "lithShowObservedPartOfAWellBore"^^xsd:string . | ||
| 411 | + | ||
| 412 | +_:b19 | ||
| 413 | + sp:varName "mdBottom"^^xsd:string . | ||
| 414 | + | ||
| 415 | +_:b20 | ||
| 416 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 417 | + | ||
| 418 | +_:b21 | ||
| 419 | + sp:varName "dTimStart"^^xsd:string . | ||
| 420 | + | ||
| 421 | +_:b22 | ||
| 422 | + sp:varName "lithShowInfo"^^xsd:string . | ||
| 423 | + | ||
| 424 | +_:b23 | ||
| 425 | + sp:varName "index"^^xsd:string . | ||
| 426 | + | ||
| 427 | +_:b24 | ||
| 428 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 429 | + | ||
| 430 | +_:b10 | ||
| 431 | + sp:varName "dTimEnd"^^xsd:string . | ||
| 432 | + | ||
| 433 | +_:b11 | ||
| 434 | + sp:varName "lithShowObservation"^^xsd:string . | ||
| 435 | + | ||
| 436 | +_:b12 | ||
| 437 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 438 | + | ||
| 439 | +_:b13 | ||
| 440 | + sp:varName "dTimStart"^^xsd:string . | ||
| 441 | + | ||
| 442 | +_:b14 | ||
| 443 | + sp:varName "lithShowInfo"^^xsd:string . | ||
| 444 | + | ||
| 445 | +_:b15 | ||
| 446 | + sp:varName "index"^^xsd:string . | ||
| 447 | + | ||
| 448 | +_:b16 | ||
| 449 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 450 | + | ||
| 451 | +_:b5 sp:varName "nameWellBore"^^xsd:string . | ||
| 452 | + | ||
| 453 | +_:b6 sp:varName "dTimStart"^^xsd:string . | ||
| 454 | + | ||
| 455 | +_:b7 sp:varName "lithShowInfo"^^xsd:string . | ||
| 456 | + | ||
| 457 | +_:b8 sp:varName "index"^^xsd:string . | ||
| 458 | + | ||
| 459 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 460 | + | ||
| 461 | +_:b4 sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string . | ||
| 462 | + | ||
| 463 | +_:b9 sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 464 | + | ||
| 465 | +_:b1 sp:varName "lithShowObservation"^^xsd:string . | ||
| 466 | + | ||
| 467 | +_:b3 sp:varName "lithShowObservedPartOfAWellBore"^^xsd:string . |
| 1 | +# Saved by TopBraid on Wed Aug 17 16:55:07 BST 2011 | ||
| 2 | +# baseURI: null | ||
| 3 | + | ||
| 4 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
| 5 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
| 6 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
| 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | +@prefix visual: <http://topbraid.org/visual#> . | ||
| 11 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 12 | + | ||
| 13 | +[] rdf:type inference:Configuration ; | ||
| 14 | + composite:child | ||
| 15 | + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | ||
| 16 | + composite:index "0"^^xsd:int | ||
| 17 | + ] . |
| 1 | +# Saved by TopBraid on Wed Aug 17 13:42:27 BST 2011 | ||
| 2 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo | ||
| 3 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr | ||
| 4 | +# imports: http://spinrdf.org/spin | ||
| 5 | + | ||
| 6 | +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo#> . | ||
| 7 | +@prefix arg: <http://spinrdf.org/arg#> . | ||
| 8 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | ||
| 9 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 10 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 11 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 12 | +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . | ||
| 13 | +@prefix sp: <http://spinrdf.org/sp#> . | ||
| 14 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
| 15 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
| 16 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 17 | + | ||
| 18 | +<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | ||
| 19 | + spin:rule | ||
| 20 | + [ rdf:type sp:Construct ; | ||
| 21 | + rdfs:comment "STEP 194 Transfer tvdTop"^^xsd:string ; | ||
| 22 | + sp:templates ([ sp:object _:b1 ; | ||
| 23 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; | ||
| 24 | + sp:subject _:b2 | ||
| 25 | + ]) ; | ||
| 26 | + sp:where ([ sp:object _:b3 ; | ||
| 27 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 28 | + sp:subject spin:_this | ||
| 29 | + ] [ sp:object _:b4 ; | ||
| 30 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 31 | + sp:subject spin:_this | ||
| 32 | + ] [ sp:object _:b5 ; | ||
| 33 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#logInfo> ; | ||
| 34 | + sp:subject spin:_this | ||
| 35 | + ] [ sp:object _:b6 ; | ||
| 36 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#runNumber> ; | ||
| 37 | + sp:subject _:b5 | ||
| 38 | + ] [ sp:object _:b1 ; | ||
| 39 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; | ||
| 40 | + sp:subject _:b5 | ||
| 41 | + ] [ rdf:type sp:Bind ; | ||
| 42 | + sp:expression | ||
| 43 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 44 | + sp:arg1 _:b3 | ||
| 45 | + ] ; | ||
| 46 | + sp:variable _:b7 | ||
| 47 | + ] [ rdf:type sp:Bind ; | ||
| 48 | + sp:expression | ||
| 49 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 50 | + sp:arg1 _:b6 | ||
| 51 | + ] ; | ||
| 52 | + sp:variable _:b8 | ||
| 53 | + ] [ rdf:type sp:Bind ; | ||
| 54 | + sp:expression | ||
| 55 | + [ rdf:type ep-spin-lib:buildLoggedPartOfAWellBoreURI ; | ||
| 56 | + sp:arg1 _:b7 ; | ||
| 57 | + sp:arg2 _:b4 ; | ||
| 58 | + sp:arg3 _:b8 | ||
| 59 | + ] ; | ||
| 60 | + sp:variable _:b2 | ||
| 61 | + ]) | ||
| 62 | + ] ; | ||
| 63 | + spin:rule | ||
| 64 | + [ rdf:type sp:Construct ; | ||
| 65 | + rdfs:comment "STEP 197 Transfer circulating temperature"^^xsd:string ; | ||
| 66 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreBottomWithCirculation> ; | ||
| 67 | + sp:predicate rdf:type ; | ||
| 68 | + sp:subject _:b9 | ||
| 69 | + ] [ sp:object _:b10 ; | ||
| 70 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 71 | + sp:subject _:b9 | ||
| 72 | + ] [ sp:object _:b11 ; | ||
| 73 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tempBHCT> ; | ||
| 74 | + sp:subject _:b9 | ||
| 75 | + ]) ; | ||
| 76 | + sp:where ([ sp:object _:b12 ; | ||
| 77 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 78 | + sp:subject spin:_this | ||
| 79 | + ] [ sp:object _:b13 ; | ||
| 80 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 81 | + sp:subject spin:_this | ||
| 82 | + ] [ sp:object _:b14 ; | ||
| 83 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#logInfo> ; | ||
| 84 | + sp:subject spin:_this | ||
| 85 | + ] [ sp:object _:b15 ; | ||
| 86 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#runNumber> ; | ||
| 87 | + sp:subject _:b14 | ||
| 88 | + ] [ sp:object _:b11 ; | ||
| 89 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tempBHCT> ; | ||
| 90 | + sp:subject _:b14 | ||
| 91 | + ] [ rdf:type sp:Bind ; | ||
| 92 | + sp:expression | ||
| 93 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 94 | + sp:arg1 _:b12 | ||
| 95 | + ] ; | ||
| 96 | + sp:variable _:b16 | ||
| 97 | + ] [ rdf:type sp:Bind ; | ||
| 98 | + sp:expression | ||
| 99 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 100 | + sp:arg1 _:b15 | ||
| 101 | + ] ; | ||
| 102 | + sp:variable _:b17 | ||
| 103 | + ] [ rdf:type sp:Bind ; | ||
| 104 | + sp:expression | ||
| 105 | + [ rdf:type ep-spin-lib:buildLoggedPartOfAWellBoreURI ; | ||
| 106 | + sp:arg1 _:b16 ; | ||
| 107 | + sp:arg2 _:b13 ; | ||
| 108 | + sp:arg3 _:b17 | ||
| 109 | + ] ; | ||
| 110 | + sp:variable _:b10 | ||
| 111 | + ]) | ||
| 112 | + ] ; | ||
| 113 | + spin:rule | ||
| 114 | + [ rdf:type sp:Construct ; | ||
| 115 | + rdfs:comment "STEP 190 Create a well bore log activity"^^xsd:string ; | ||
| 116 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreLog> ; | ||
| 117 | + sp:predicate rdf:type ; | ||
| 118 | + sp:subject _:b18 | ||
| 119 | + ] [ sp:object _:b18 ; | ||
| 120 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 121 | + sp:subject _:b19 | ||
| 122 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore> ; | ||
| 123 | + sp:predicate rdf:type ; | ||
| 124 | + sp:subject _:b20 | ||
| 125 | + ] [ sp:object | ||
| 126 | + [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | ||
| 127 | + ] ; | ||
| 128 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
| 129 | + sp:subject _:b20 | ||
| 130 | + ] [ sp:object _:b20 ; | ||
| 131 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 132 | + sp:subject _:b18 | ||
| 133 | + ]) ; | ||
| 134 | + sp:where ([ sp:object _:b21 ; | ||
| 135 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 136 | + sp:subject spin:_this | ||
| 137 | + ] [ sp:object _:b22 ; | ||
| 138 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 139 | + sp:subject spin:_this | ||
| 140 | + ] [ sp:object _:b23 ; | ||
| 141 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#logInfo> ; | ||
| 142 | + sp:subject spin:_this | ||
| 143 | + ] [ sp:object _:b24 ; | ||
| 144 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#runNumber> ; | ||
| 145 | + sp:subject _:b23 | ||
| 146 | + ] [ rdf:type sp:Bind ; | ||
| 147 | + sp:expression | ||
| 148 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 149 | + sp:arg1 _:b21 | ||
| 150 | + ] ; | ||
| 151 | + sp:variable _:b25 | ||
| 152 | + ] [ rdf:type sp:Bind ; | ||
| 153 | + sp:expression | ||
| 154 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 155 | + sp:arg1 _:b25 ; | ||
| 156 | + sp:arg2 _:b22 | ||
| 157 | + ] ; | ||
| 158 | + sp:variable _:b19 | ||
| 159 | + ] [ rdf:type sp:Bind ; | ||
| 160 | + sp:expression | ||
| 161 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 162 | + sp:arg1 _:b24 | ||
| 163 | + ] ; | ||
| 164 | + sp:variable _:b26 | ||
| 165 | + ] [ rdf:type sp:Bind ; | ||
| 166 | + sp:expression | ||
| 167 | + [ rdf:type ep-spin-lib:buildWellBoreLogURI ; | ||
| 168 | + sp:arg1 _:b25 ; | ||
| 169 | + sp:arg2 _:b22 ; | ||
| 170 | + sp:arg3 _:b26 | ||
| 171 | + ] ; | ||
| 172 | + sp:variable _:b18 | ||
| 173 | + ] [ rdf:type sp:Bind ; | ||
| 174 | + sp:expression | ||
| 175 | + [ rdf:type ep-spin-lib:buildLoggedPartOfAWellBoreURI ; | ||
| 176 | + sp:arg1 _:b25 ; | ||
| 177 | + sp:arg2 _:b22 ; | ||
| 178 | + sp:arg3 _:b26 | ||
| 179 | + ] ; | ||
| 180 | + sp:variable _:b20 | ||
| 181 | + ]) | ||
| 182 | + ] ; | ||
| 183 | + spin:rule | ||
| 184 | + [ rdf:type sp:Construct ; | ||
| 185 | + rdfs:comment "STEP 196 Transfer logging tool"^^xsd:string ; | ||
| 186 | + sp:templates ([ sp:object _:b27 ; | ||
| 187 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreLoggingTool> ; | ||
| 188 | + sp:subject _:b28 | ||
| 189 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfEquipment> ; | ||
| 190 | + sp:predicate rdf:type ; | ||
| 191 | + sp:subject _:b27 | ||
| 192 | + ] [ sp:object _:b29 ; | ||
| 193 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 194 | + sp:subject _:b27 | ||
| 195 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellBoreLoggingTool> ; | ||
| 196 | + sp:predicate rdf:type ; | ||
| 197 | + sp:subject _:b29 | ||
| 198 | + ] [ sp:object _:b30 ; | ||
| 199 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#description> ; | ||
| 200 | + sp:subject _:b29 | ||
| 201 | + ]) ; | ||
| 202 | + sp:where ([ sp:object _:b31 ; | ||
| 203 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 204 | + sp:subject spin:_this | ||
| 205 | + ] [ sp:object _:b32 ; | ||
| 206 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 207 | + sp:subject spin:_this | ||
| 208 | + ] [ sp:object _:b33 ; | ||
| 209 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#logInfo> ; | ||
| 210 | + sp:subject spin:_this | ||
| 211 | + ] [ sp:object _:b34 ; | ||
| 212 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#runNumber> ; | ||
| 213 | + sp:subject _:b33 | ||
| 214 | + ] [ sp:object _:b30 ; | ||
| 215 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tool> ; | ||
| 216 | + sp:subject _:b33 | ||
| 217 | + ] [ rdf:type sp:Bind ; | ||
| 218 | + sp:expression | ||
| 219 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 220 | + sp:arg1 _:b31 | ||
| 221 | + ] ; | ||
| 222 | + sp:variable _:b35 | ||
| 223 | + ] [ rdf:type sp:Bind ; | ||
| 224 | + sp:expression | ||
| 225 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 226 | + sp:arg1 _:b34 | ||
| 227 | + ] ; | ||
| 228 | + sp:variable _:b36 | ||
| 229 | + ] [ rdf:type sp:Bind ; | ||
| 230 | + sp:expression | ||
| 231 | + [ rdf:type ep-spin-lib:buildWellBoreLogURI ; | ||
| 232 | + sp:arg1 _:b35 ; | ||
| 233 | + sp:arg2 _:b32 ; | ||
| 234 | + sp:arg3 _:b36 | ||
| 235 | + ] ; | ||
| 236 | + sp:variable _:b28 | ||
| 237 | + ]) | ||
| 238 | + ] ; | ||
| 239 | + spin:rule | ||
| 240 | + [ rdf:type sp:Construct ; | ||
| 241 | + rdfs:comment "STEP 199b Transfer tvd to temperature tool"^^xsd:string ; | ||
| 242 | + sp:templates ([ sp:object _:b37 ; | ||
| 243 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTempTool> ; | ||
| 244 | + sp:subject _:b38 | ||
| 245 | + ]) ; | ||
| 246 | + sp:where ([ sp:object _:b39 ; | ||
| 247 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 248 | + sp:subject spin:_this | ||
| 249 | + ] [ sp:object _:b40 ; | ||
| 250 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 251 | + sp:subject spin:_this | ||
| 252 | + ] [ sp:object _:b41 ; | ||
| 253 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#logInfo> ; | ||
| 254 | + sp:subject spin:_this | ||
| 255 | + ] [ sp:object _:b42 ; | ||
| 256 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#runNumber> ; | ||
| 257 | + sp:subject _:b41 | ||
| 258 | + ] [ sp:object _:b38 ; | ||
| 259 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreLoggingTool> ; | ||
| 260 | + sp:subject _:b43 | ||
| 261 | + ] [ sp:object _:b37 ; | ||
| 262 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTempTool> ; | ||
| 263 | + sp:subject _:b41 | ||
| 264 | + ] [ rdf:type sp:Bind ; | ||
| 265 | + sp:expression | ||
| 266 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 267 | + sp:arg1 _:b39 | ||
| 268 | + ] ; | ||
| 269 | + sp:variable _:b44 | ||
| 270 | + ] [ rdf:type sp:Bind ; | ||
| 271 | + sp:expression | ||
| 272 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 273 | + sp:arg1 _:b42 | ||
| 274 | + ] ; | ||
| 275 | + sp:variable _:b45 | ||
| 276 | + ] [ rdf:type sp:Bind ; | ||
| 277 | + sp:expression | ||
| 278 | + [ rdf:type ep-spin-lib:buildWellBoreLogURI ; | ||
| 279 | + sp:arg1 _:b44 ; | ||
| 280 | + sp:arg2 _:b40 ; | ||
| 281 | + sp:arg3 _:b45 | ||
| 282 | + ] ; | ||
| 283 | + sp:variable _:b43 | ||
| 284 | + ]) | ||
| 285 | + ] ; | ||
| 286 | + spin:rule | ||
| 287 | + [ rdf:type sp:Construct ; | ||
| 288 | + rdfs:comment "STEP 193 Transfer mdTop and mdBottom"^^xsd:string ; | ||
| 289 | + sp:templates ([ sp:object _:b46 ; | ||
| 290 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ; | ||
| 291 | + sp:subject _:b47 | ||
| 292 | + ] [ sp:object _:b48 ; | ||
| 293 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ; | ||
| 294 | + sp:subject _:b47 | ||
| 295 | + ]) ; | ||
| 296 | + sp:where ([ sp:object _:b49 ; | ||
| 297 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 298 | + sp:subject spin:_this | ||
| 299 | + ] [ sp:object _:b50 ; | ||
| 300 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 301 | + sp:subject spin:_this | ||
| 302 | + ] [ sp:object _:b51 ; | ||
| 303 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#logInfo> ; | ||
| 304 | + sp:subject spin:_this | ||
| 305 | + ] [ sp:object _:b52 ; | ||
| 306 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#runNumber> ; | ||
| 307 | + sp:subject _:b51 | ||
| 308 | + ] [ sp:object _:b46 ; | ||
| 309 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ; | ||
| 310 | + sp:subject _:b51 | ||
| 311 | + ] [ sp:object _:b48 ; | ||
| 312 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ; | ||
| 313 | + sp:subject _:b51 | ||
| 314 | + ] [ rdf:type sp:Bind ; | ||
| 315 | + sp:expression | ||
| 316 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 317 | + sp:arg1 _:b49 | ||
| 318 | + ] ; | ||
| 319 | + sp:variable _:b53 | ||
| 320 | + ] [ rdf:type sp:Bind ; | ||
| 321 | + sp:expression | ||
| 322 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 323 | + sp:arg1 _:b52 | ||
| 324 | + ] ; | ||
| 325 | + sp:variable _:b54 | ||
| 326 | + ] [ rdf:type sp:Bind ; | ||
| 327 | + sp:expression | ||
| 328 | + [ rdf:type ep-spin-lib:buildLoggedPartOfAWellBoreURI ; | ||
| 329 | + sp:arg1 _:b53 ; | ||
| 330 | + sp:arg2 _:b50 ; | ||
| 331 | + sp:arg3 _:b54 | ||
| 332 | + ] ; | ||
| 333 | + sp:variable _:b47 | ||
| 334 | + ]) | ||
| 335 | + ] ; | ||
| 336 | + spin:rule | ||
| 337 | + [ rdf:type sp:Construct ; | ||
| 338 | + rdfs:comment "STEP 198 Transfer static temperature"^^xsd:string ; | ||
| 339 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreBottomWithoutCirculation> ; | ||
| 340 | + sp:predicate rdf:type ; | ||
| 341 | + sp:subject _:b55 | ||
| 342 | + ] [ sp:object _:b56 ; | ||
| 343 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 344 | + sp:subject _:b55 | ||
| 345 | + ] [ sp:object _:b57 ; | ||
| 346 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tempBHST> ; | ||
| 347 | + sp:subject _:b55 | ||
| 348 | + ]) ; | ||
| 349 | + sp:where ([ sp:object _:b58 ; | ||
| 350 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 351 | + sp:subject spin:_this | ||
| 352 | + ] [ sp:object _:b59 ; | ||
| 353 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 354 | + sp:subject spin:_this | ||
| 355 | + ] [ sp:object _:b60 ; | ||
| 356 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#logInfo> ; | ||
| 357 | + sp:subject spin:_this | ||
| 358 | + ] [ sp:object _:b61 ; | ||
| 359 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#runNumber> ; | ||
| 360 | + sp:subject _:b60 | ||
| 361 | + ] [ sp:object _:b57 ; | ||
| 362 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tempBHST> ; | ||
| 363 | + sp:subject _:b60 | ||
| 364 | + ] [ rdf:type sp:Bind ; | ||
| 365 | + sp:expression | ||
| 366 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 367 | + sp:arg1 _:b58 | ||
| 368 | + ] ; | ||
| 369 | + sp:variable _:b62 | ||
| 370 | + ] [ rdf:type sp:Bind ; | ||
| 371 | + sp:expression | ||
| 372 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 373 | + sp:arg1 _:b61 | ||
| 374 | + ] ; | ||
| 375 | + sp:variable _:b63 | ||
| 376 | + ] [ rdf:type sp:Bind ; | ||
| 377 | + sp:expression | ||
| 378 | + [ rdf:type ep-spin-lib:buildLoggedPartOfAWellBoreURI ; | ||
| 379 | + sp:arg1 _:b62 ; | ||
| 380 | + sp:arg2 _:b59 ; | ||
| 381 | + sp:arg3 _:b63 | ||
| 382 | + ] ; | ||
| 383 | + sp:variable _:b56 | ||
| 384 | + ]) | ||
| 385 | + ] ; | ||
| 386 | + spin:rule | ||
| 387 | + [ rdf:type sp:Construct ; | ||
| 388 | + rdfs:comment "STEP 199a Transfer measured depth to temperature tool"^^xsd:string ; | ||
| 389 | + sp:templates ([ sp:object _:b64 ; | ||
| 390 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTempTool> ; | ||
| 391 | + sp:subject _:b65 | ||
| 392 | + ]) ; | ||
| 393 | + sp:where ([ sp:object _:b66 ; | ||
| 394 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 395 | + sp:subject spin:_this | ||
| 396 | + ] [ sp:object _:b67 ; | ||
| 397 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 398 | + sp:subject spin:_this | ||
| 399 | + ] [ sp:object _:b68 ; | ||
| 400 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#logInfo> ; | ||
| 401 | + sp:subject spin:_this | ||
| 402 | + ] [ sp:object _:b69 ; | ||
| 403 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#runNumber> ; | ||
| 404 | + sp:subject _:b68 | ||
| 405 | + ] [ sp:object _:b65 ; | ||
| 406 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreLoggingTool> ; | ||
| 407 | + sp:subject _:b70 | ||
| 408 | + ] [ sp:object _:b64 ; | ||
| 409 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTempTool> ; | ||
| 410 | + sp:subject _:b68 | ||
| 411 | + ] [ rdf:type sp:Bind ; | ||
| 412 | + sp:expression | ||
| 413 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 414 | + sp:arg1 _:b66 | ||
| 415 | + ] ; | ||
| 416 | + sp:variable _:b71 | ||
| 417 | + ] [ rdf:type sp:Bind ; | ||
| 418 | + sp:expression | ||
| 419 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 420 | + sp:arg1 _:b69 | ||
| 421 | + ] ; | ||
| 422 | + sp:variable _:b72 | ||
| 423 | + ] [ rdf:type sp:Bind ; | ||
| 424 | + sp:expression | ||
| 425 | + [ rdf:type ep-spin-lib:buildWellBoreLogURI ; | ||
| 426 | + sp:arg1 _:b71 ; | ||
| 427 | + sp:arg2 _:b67 ; | ||
| 428 | + sp:arg3 _:b72 | ||
| 429 | + ] ; | ||
| 430 | + sp:variable _:b70 | ||
| 431 | + ]) | ||
| 432 | + ] ; | ||
| 433 | + spin:rule | ||
| 434 | + [ rdf:type sp:Construct ; | ||
| 435 | + rdfs:comment "STEP 192 Service company for WellBoreLog"^^xsd:string ; | ||
| 436 | + sp:templates ([ sp:object _:b73 ; | ||
| 437 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#serviceCompany> ; | ||
| 438 | + sp:subject _:b74 | ||
| 439 | + ] [ sp:object _:b75 ; | ||
| 440 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
| 441 | + sp:subject _:b73 | ||
| 442 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Company> ; | ||
| 443 | + sp:predicate rdf:type ; | ||
| 444 | + sp:subject _:b73 | ||
| 445 | + ]) ; | ||
| 446 | + sp:where ([ sp:object _:b76 ; | ||
| 447 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 448 | + sp:subject spin:_this | ||
| 449 | + ] [ sp:object _:b77 ; | ||
| 450 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 451 | + sp:subject spin:_this | ||
| 452 | + ] [ sp:object _:b78 ; | ||
| 453 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#logInfo> ; | ||
| 454 | + sp:subject spin:_this | ||
| 455 | + ] [ sp:object _:b79 ; | ||
| 456 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#runNumber> ; | ||
| 457 | + sp:subject _:b78 | ||
| 458 | + ] [ sp:object _:b75 ; | ||
| 459 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#serviceCompany> ; | ||
| 460 | + sp:subject _:b78 | ||
| 461 | + ] [ rdf:type sp:Bind ; | ||
| 462 | + sp:expression | ||
| 463 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 464 | + sp:arg1 _:b76 | ||
| 465 | + ] ; | ||
| 466 | + sp:variable _:b80 | ||
| 467 | + ] [ rdf:type sp:Bind ; | ||
| 468 | + sp:expression | ||
| 469 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 470 | + sp:arg1 _:b79 | ||
| 471 | + ] ; | ||
| 472 | + sp:variable _:b81 | ||
| 473 | + ] [ rdf:type sp:Bind ; | ||
| 474 | + sp:expression | ||
| 475 | + [ rdf:type ep-spin-lib:buildWellBoreLogURI ; | ||
| 476 | + sp:arg1 _:b80 ; | ||
| 477 | + sp:arg2 _:b77 ; | ||
| 478 | + sp:arg3 _:b81 | ||
| 479 | + ] ; | ||
| 480 | + sp:variable _:b74 | ||
| 481 | + ] [ rdf:type sp:Bind ; | ||
| 482 | + sp:expression | ||
| 483 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 484 | + sp:arg1 _:b75 | ||
| 485 | + ] ; | ||
| 486 | + sp:variable _:b82 | ||
| 487 | + ] [ rdf:type sp:Bind ; | ||
| 488 | + sp:expression | ||
| 489 | + [ rdf:type rhspin:companyById ; | ||
| 490 | + arg:id _:b82 | ||
| 491 | + ] ; | ||
| 492 | + sp:variable _:b73 | ||
| 493 | + ]) | ||
| 494 | + ] ; | ||
| 495 | + spin:rule | ||
| 496 | + [ rdf:type sp:Construct ; | ||
| 497 | + rdfs:comment "STEP 199 Transfer elapsed time since circulation stopped"^^xsd:string ; | ||
| 498 | + sp:templates ([ sp:object _:b83 ; | ||
| 499 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#eTimStatic> ; | ||
| 500 | + sp:subject _:b84 | ||
| 501 | + ]) ; | ||
| 502 | + sp:where ([ sp:object _:b85 ; | ||
| 503 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 504 | + sp:subject spin:_this | ||
| 505 | + ] [ sp:object _:b86 ; | ||
| 506 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 507 | + sp:subject spin:_this | ||
| 508 | + ] [ sp:object _:b87 ; | ||
| 509 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#logInfo> ; | ||
| 510 | + sp:subject spin:_this | ||
| 511 | + ] [ sp:object _:b88 ; | ||
| 512 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#runNumber> ; | ||
| 513 | + sp:subject _:b87 | ||
| 514 | + ] [ sp:object _:b89 ; | ||
| 515 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 516 | + sp:subject _:b84 | ||
| 517 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreBottomWithoutCirculation> ; | ||
| 518 | + sp:predicate rdf:type ; | ||
| 519 | + sp:subject _:b84 | ||
| 520 | + ] [ sp:object _:b83 ; | ||
| 521 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#eTimStatic> ; | ||
| 522 | + sp:subject _:b87 | ||
| 523 | + ] [ rdf:type sp:Bind ; | ||
| 524 | + sp:expression | ||
| 525 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 526 | + sp:arg1 _:b85 | ||
| 527 | + ] ; | ||
| 528 | + sp:variable _:b90 | ||
| 529 | + ] [ rdf:type sp:Bind ; | ||
| 530 | + sp:expression | ||
| 531 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 532 | + sp:arg1 _:b88 | ||
| 533 | + ] ; | ||
| 534 | + sp:variable _:b91 | ||
| 535 | + ] [ rdf:type sp:Bind ; | ||
| 536 | + sp:expression | ||
| 537 | + [ rdf:type ep-spin-lib:buildLoggedPartOfAWellBoreURI ; | ||
| 538 | + sp:arg1 _:b90 ; | ||
| 539 | + sp:arg2 _:b86 ; | ||
| 540 | + sp:arg3 _:b91 | ||
| 541 | + ] ; | ||
| 542 | + sp:variable _:b89 | ||
| 543 | + ]) | ||
| 544 | + ] ; | ||
| 545 | + spin:rule | ||
| 546 | + [ rdf:type sp:Construct ; | ||
| 547 | + rdfs:comment "STEP 195 Transfer tvdBottom"^^xsd:string ; | ||
| 548 | + sp:templates ([ sp:object _:b92 ; | ||
| 549 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ; | ||
| 550 | + sp:subject _:b93 | ||
| 551 | + ]) ; | ||
| 552 | + sp:where ([ sp:object _:b94 ; | ||
| 553 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 554 | + sp:subject spin:_this | ||
| 555 | + ] [ sp:object _:b95 ; | ||
| 556 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 557 | + sp:subject spin:_this | ||
| 558 | + ] [ sp:object _:b96 ; | ||
| 559 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#logInfo> ; | ||
| 560 | + sp:subject spin:_this | ||
| 561 | + ] [ sp:object _:b97 ; | ||
| 562 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#runNumber> ; | ||
| 563 | + sp:subject _:b96 | ||
| 564 | + ] [ sp:object _:b92 ; | ||
| 565 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ; | ||
| 566 | + sp:subject _:b96 | ||
| 567 | + ] [ rdf:type sp:Bind ; | ||
| 568 | + sp:expression | ||
| 569 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 570 | + sp:arg1 _:b94 | ||
| 571 | + ] ; | ||
| 572 | + sp:variable _:b98 | ||
| 573 | + ] [ rdf:type sp:Bind ; | ||
| 574 | + sp:expression | ||
| 575 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 576 | + sp:arg1 _:b97 | ||
| 577 | + ] ; | ||
| 578 | + sp:variable _:b99 | ||
| 579 | + ] [ rdf:type sp:Bind ; | ||
| 580 | + sp:expression | ||
| 581 | + [ rdf:type ep-spin-lib:buildLoggedPartOfAWellBoreURI ; | ||
| 582 | + sp:arg1 _:b98 ; | ||
| 583 | + sp:arg2 _:b95 ; | ||
| 584 | + sp:arg3 _:b99 | ||
| 585 | + ] ; | ||
| 586 | + sp:variable _:b93 | ||
| 587 | + ]) | ||
| 588 | + ] ; | ||
| 589 | + spin:rule | ||
| 590 | + [ rdf:type sp:Construct ; | ||
| 591 | + rdfs:comment "STEP 191 Transfer time of WellBoreLog"^^xsd:string ; | ||
| 592 | + sp:templates ([ sp:object _:b100 ; | ||
| 593 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ; | ||
| 594 | + sp:subject _:b101 | ||
| 595 | + ]) ; | ||
| 596 | + sp:where ([ sp:object _:b102 ; | ||
| 597 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 598 | + sp:subject spin:_this | ||
| 599 | + ] [ sp:object _:b103 ; | ||
| 600 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 601 | + sp:subject spin:_this | ||
| 602 | + ] [ sp:object _:b104 ; | ||
| 603 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#logInfo> ; | ||
| 604 | + sp:subject spin:_this | ||
| 605 | + ] [ sp:object _:b105 ; | ||
| 606 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#runNumber> ; | ||
| 607 | + sp:subject _:b104 | ||
| 608 | + ] [ sp:object _:b100 ; | ||
| 609 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; | ||
| 610 | + sp:subject _:b104 | ||
| 611 | + ] [ rdf:type sp:Bind ; | ||
| 612 | + sp:expression | ||
| 613 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 614 | + sp:arg1 _:b102 | ||
| 615 | + ] ; | ||
| 616 | + sp:variable _:b106 | ||
| 617 | + ] [ rdf:type sp:Bind ; | ||
| 618 | + sp:expression | ||
| 619 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 620 | + sp:arg1 _:b105 | ||
| 621 | + ] ; | ||
| 622 | + sp:variable _:b107 | ||
| 623 | + ] [ rdf:type sp:Bind ; | ||
| 624 | + sp:expression | ||
| 625 | + [ rdf:type ep-spin-lib:buildWellBoreLogURI ; | ||
| 626 | + sp:arg1 _:b106 ; | ||
| 627 | + sp:arg2 _:b103 ; | ||
| 628 | + sp:arg3 _:b107 | ||
| 629 | + ] ; | ||
| 630 | + sp:variable _:b101 | ||
| 631 | + ]) | ||
| 632 | + ] . | ||
| 633 | + | ||
| 634 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo> | ||
| 635 | + rdf:type owl:Ontology ; | ||
| 636 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> ; | ||
| 637 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 638 | + | ||
| 639 | +_:b28 | ||
| 640 | + sp:varName "wellBoreLog"^^xsd:string . | ||
| 641 | + | ||
| 642 | +_:b30 | ||
| 643 | + sp:varName "toolDescription"^^xsd:string . | ||
| 644 | + | ||
| 645 | +_:b31 | ||
| 646 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 647 | + | ||
| 648 | +_:b32 | ||
| 649 | + sp:varName "dTimStart"^^xsd:string . | ||
| 650 | + | ||
| 651 | +_:b33 | ||
| 652 | + sp:varName "logInfo"^^xsd:string . | ||
| 653 | + | ||
| 654 | +_:b34 | ||
| 655 | + sp:varName "runNumber"^^xsd:string . | ||
| 656 | + | ||
| 657 | +_:b35 | ||
| 658 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 659 | + | ||
| 660 | +_:b36 | ||
| 661 | + sp:varName "normalizedRunNumber"^^xsd:string . | ||
| 662 | + | ||
| 663 | +_:b100 | ||
| 664 | + sp:varName "dTimEnd"^^xsd:string . | ||
| 665 | + | ||
| 666 | +_:b101 | ||
| 667 | + sp:varName "wellBoreLog"^^xsd:string . | ||
| 668 | + | ||
| 669 | +_:b102 | ||
| 670 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 671 | + | ||
| 672 | +_:b103 | ||
| 673 | + sp:varName "dTimStart"^^xsd:string . | ||
| 674 | + | ||
| 675 | +_:b104 | ||
| 676 | + sp:varName "logInfo"^^xsd:string . | ||
| 677 | + | ||
| 678 | +_:b105 | ||
| 679 | + sp:varName "runNumber"^^xsd:string . | ||
| 680 | + | ||
| 681 | +_:b106 | ||
| 682 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 683 | + | ||
| 684 | +_:b107 | ||
| 685 | + sp:varName "normalizedRunNumber"^^xsd:string . | ||
| 686 | + | ||
| 687 | +_:b46 | ||
| 688 | + sp:varName "mdTop"^^xsd:string . | ||
| 689 | + | ||
| 690 | +_:b47 | ||
| 691 | + sp:varName "loggedPartOfAWellBore"^^xsd:string . | ||
| 692 | + | ||
| 693 | +_:b48 | ||
| 694 | + sp:varName "mdBottom"^^xsd:string . | ||
| 695 | + | ||
| 696 | +_:b49 | ||
| 697 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 698 | + | ||
| 699 | +_:b50 | ||
| 700 | + sp:varName "dTimStart"^^xsd:string . | ||
| 701 | + | ||
| 702 | +_:b51 | ||
| 703 | + sp:varName "logInfo"^^xsd:string . | ||
| 704 | + | ||
| 705 | +_:b52 | ||
| 706 | + sp:varName "runNumber"^^xsd:string . | ||
| 707 | + | ||
| 708 | +_:b53 | ||
| 709 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 710 | + | ||
| 711 | +_:b54 | ||
| 712 | + sp:varName "normalizedRunNumber"^^xsd:string . | ||
| 713 | + | ||
| 714 | +_:b37 | ||
| 715 | + sp:varName "tvdTempTool"^^xsd:string . | ||
| 716 | + | ||
| 717 | +_:b38 | ||
| 718 | + sp:varName "temporalPartOfTemperatureTool"^^xsd:string . | ||
| 719 | + | ||
| 720 | +_:b39 | ||
| 721 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 722 | + | ||
| 723 | +_:b40 | ||
| 724 | + sp:varName "dTimStart"^^xsd:string . | ||
| 725 | + | ||
| 726 | +_:b41 | ||
| 727 | + sp:varName "logInfo"^^xsd:string . | ||
| 728 | + | ||
| 729 | +_:b42 | ||
| 730 | + sp:varName "runNumber"^^xsd:string . | ||
| 731 | + | ||
| 732 | +_:b43 | ||
| 733 | + sp:varName "wellBoreLog"^^xsd:string . | ||
| 734 | + | ||
| 735 | +_:b44 | ||
| 736 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 737 | + | ||
| 738 | +_:b45 | ||
| 739 | + sp:varName "normalizedRunNumber"^^xsd:string . | ||
| 740 | + | ||
| 741 | +_:b64 | ||
| 742 | + sp:varName "mdTempTool"^^xsd:string . | ||
| 743 | + | ||
| 744 | +_:b65 | ||
| 745 | + sp:varName "temporalPartOfTemperatureTool"^^xsd:string . | ||
| 746 | + | ||
| 747 | +_:b66 | ||
| 748 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 749 | + | ||
| 750 | +_:b67 | ||
| 751 | + sp:varName "dTimStart"^^xsd:string . | ||
| 752 | + | ||
| 753 | +_:b68 | ||
| 754 | + sp:varName "logInfo"^^xsd:string . | ||
| 755 | + | ||
| 756 | +_:b69 | ||
| 757 | + sp:varName "runNumber"^^xsd:string . | ||
| 758 | + | ||
| 759 | +_:b70 | ||
| 760 | + sp:varName "wellBoreLog"^^xsd:string . | ||
| 761 | + | ||
| 762 | +_:b71 | ||
| 763 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 764 | + | ||
| 765 | +_:b72 | ||
| 766 | + sp:varName "normalizedRunNumber"^^xsd:string . | ||
| 767 | + | ||
| 768 | +_:b18 | ||
| 769 | + sp:varName "wellBoreLog"^^xsd:string . | ||
| 770 | + | ||
| 771 | +_:b19 | ||
| 772 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 773 | + | ||
| 774 | +_:b20 | ||
| 775 | + sp:varName "loggedPartOfAWellBore"^^xsd:string . | ||
| 776 | + | ||
| 777 | +_:b21 | ||
| 778 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 779 | + | ||
| 780 | +_:b22 | ||
| 781 | + sp:varName "dTimStart"^^xsd:string . | ||
| 782 | + | ||
| 783 | +_:b23 | ||
| 784 | + sp:varName "logInfo"^^xsd:string . | ||
| 785 | + | ||
| 786 | +_:b24 | ||
| 787 | + sp:varName "runNumber"^^xsd:string . | ||
| 788 | + | ||
| 789 | +_:b25 | ||
| 790 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 791 | + | ||
| 792 | +_:b26 | ||
| 793 | + sp:varName "normalizedRunNumber"^^xsd:string . | ||
| 794 | + | ||
| 795 | +_:b1 sp:varName "tvdTop"^^xsd:string . | ||
| 796 | + | ||
| 797 | +_:b2 sp:varName "loggedPartOfAWellBore"^^xsd:string . | ||
| 798 | + | ||
| 799 | +_:b3 sp:varName "nameWellBore"^^xsd:string . | ||
| 800 | + | ||
| 801 | +_:b4 sp:varName "dTimStart"^^xsd:string . | ||
| 802 | + | ||
| 803 | +_:b5 sp:varName "logInfo"^^xsd:string . | ||
| 804 | + | ||
| 805 | +_:b6 sp:varName "runNumber"^^xsd:string . | ||
| 806 | + | ||
| 807 | +_:b7 sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 808 | + | ||
| 809 | +_:b8 sp:varName "normalizedRunNumber"^^xsd:string . | ||
| 810 | + | ||
| 811 | +_:b92 | ||
| 812 | + sp:varName "tvdBottom"^^xsd:string . | ||
| 813 | + | ||
| 814 | +_:b93 | ||
| 815 | + sp:varName "loggedPartOfAWellBore"^^xsd:string . | ||
| 816 | + | ||
| 817 | +_:b94 | ||
| 818 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 819 | + | ||
| 820 | +_:b95 | ||
| 821 | + sp:varName "dTimStart"^^xsd:string . | ||
| 822 | + | ||
| 823 | +_:b96 | ||
| 824 | + sp:varName "logInfo"^^xsd:string . | ||
| 825 | + | ||
| 826 | +_:b97 | ||
| 827 | + sp:varName "runNumber"^^xsd:string . | ||
| 828 | + | ||
| 829 | +_:b98 | ||
| 830 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 831 | + | ||
| 832 | +_:b99 | ||
| 833 | + sp:varName "normalizedRunNumber"^^xsd:string . | ||
| 834 | + | ||
| 835 | +_:b76 | ||
| 836 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 837 | + | ||
| 838 | +_:b77 | ||
| 839 | + sp:varName "dTimStart"^^xsd:string . | ||
| 840 | + | ||
| 841 | +_:b78 | ||
| 842 | + sp:varName "logInfo"^^xsd:string . | ||
| 843 | + | ||
| 844 | +_:b79 | ||
| 845 | + sp:varName "runNumber"^^xsd:string . | ||
| 846 | + | ||
| 847 | +_:b75 | ||
| 848 | + sp:varName "nameServiceCompany"^^xsd:string . | ||
| 849 | + | ||
| 850 | +_:b80 | ||
| 851 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 852 | + | ||
| 853 | +_:b81 | ||
| 854 | + sp:varName "normalizedRunNumber"^^xsd:string . | ||
| 855 | + | ||
| 856 | +_:b74 | ||
| 857 | + sp:varName "wellBoreLog"^^xsd:string . | ||
| 858 | + | ||
| 859 | +_:b82 | ||
| 860 | + sp:varName "normalizedNameServiceCompany"^^xsd:string . | ||
| 861 | + | ||
| 862 | +_:b73 | ||
| 863 | + sp:varName "serviceCompany"^^xsd:string . | ||
| 864 | + | ||
| 865 | +_:b85 | ||
| 866 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 867 | + | ||
| 868 | +_:b86 | ||
| 869 | + sp:varName "dTimStart"^^xsd:string . | ||
| 870 | + | ||
| 871 | +_:b87 | ||
| 872 | + sp:varName "logInfo"^^xsd:string . | ||
| 873 | + | ||
| 874 | +_:b88 | ||
| 875 | + sp:varName "runNumber"^^xsd:string . | ||
| 876 | + | ||
| 877 | +_:b84 | ||
| 878 | + sp:varName "wellBoreBottomWithoutCirculation"^^xsd:string . | ||
| 879 | + | ||
| 880 | +_:b89 | ||
| 881 | + sp:varName "loggedPartOfAWellBore"^^xsd:string . | ||
| 882 | + | ||
| 883 | +_:b83 | ||
| 884 | + sp:varName "eTimStatic"^^xsd:string . | ||
| 885 | + | ||
| 886 | +_:b90 | ||
| 887 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 888 | + | ||
| 889 | +_:b91 | ||
| 890 | + sp:varName "normalizedRunNumber"^^xsd:string . | ||
| 891 | + | ||
| 892 | +_:b58 | ||
| 893 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 894 | + | ||
| 895 | +_:b59 | ||
| 896 | + sp:varName "dTimStart"^^xsd:string . | ||
| 897 | + | ||
| 898 | +_:b60 | ||
| 899 | + sp:varName "logInfo"^^xsd:string . | ||
| 900 | + | ||
| 901 | +_:b61 | ||
| 902 | + sp:varName "runNumber"^^xsd:string . | ||
| 903 | + | ||
| 904 | +_:b57 | ||
| 905 | + sp:varName "tempBHST"^^xsd:string . | ||
| 906 | + | ||
| 907 | +_:b62 | ||
| 908 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 909 | + | ||
| 910 | +_:b63 | ||
| 911 | + sp:varName "normalizedRunNumber"^^xsd:string . | ||
| 912 | + | ||
| 913 | +_:b56 | ||
| 914 | + sp:varName "loggedPartOfAWellBore"^^xsd:string . | ||
| 915 | + | ||
| 916 | +_:b12 | ||
| 917 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 918 | + | ||
| 919 | +_:b13 | ||
| 920 | + sp:varName "dTimStart"^^xsd:string . | ||
| 921 | + | ||
| 922 | +_:b14 | ||
| 923 | + sp:varName "logInfo"^^xsd:string . | ||
| 924 | + | ||
| 925 | +_:b15 | ||
| 926 | + sp:varName "runNumber"^^xsd:string . | ||
| 927 | + | ||
| 928 | +_:b11 | ||
| 929 | + sp:varName "tempBHCT"^^xsd:string . | ||
| 930 | + | ||
| 931 | +_:b16 | ||
| 932 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 933 | + | ||
| 934 | +_:b17 | ||
| 935 | + sp:varName "normalizedRunNumber"^^xsd:string . | ||
| 936 | + | ||
| 937 | +_:b10 | ||
| 938 | + sp:varName "loggedPartOfAWellBore"^^xsd:string . |
| 1 | +# Saved by TopBraid on Wed Aug 17 13:42:27 BST 2011 | ||
| 2 | +# baseURI: null | ||
| 3 | + | ||
| 4 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
| 5 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
| 6 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
| 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | +@prefix visual: <http://topbraid.org/visual#> . | ||
| 11 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 12 | + | ||
| 13 | +[] rdf:type inference:Configuration ; | ||
| 14 | + composite:child | ||
| 15 | + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | ||
| 16 | + composite:index "0"^^xsd:int | ||
| 17 | + ] . |
| 1 | -# Saved by TopBraid on Tue Aug 16 11:26:15 BST 2011 | 1 | +# Saved by TopBraid on Wed Aug 17 16:43:17 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/normalization | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/normalization |
| 3 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity | 3 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity |
| 4 | # imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo | 4 | # imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo |
| 5 | # imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias | 5 | # imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias |
| 6 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo | ||
| 6 | # imports: http://www.reportinghub.no/swp/ddr | 7 | # imports: http://www.reportinghub.no/swp/ddr |
| 8 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo | ||
| 7 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation | 9 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation |
| 8 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport | 10 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport |
| 11 | +# imports: file:///www.reportinghub.no/examples/xml/TemplateTest.xml | ||
| 9 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo | 12 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo |
| 13 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure | ||
| 14 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo | ||
| 10 | 15 | ||
| 11 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> . | 16 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> . |
| 12 | @prefix ddr1: <http://www.reportinghub.no/swp/ddr#> . | 17 | @prefix ddr1: <http://www.reportinghub.no/swp/ddr#> . |
| 18 | +@prefix equipFailureInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#> . | ||
| 13 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . | 19 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . |
| 20 | +@prefix lithShowInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo#> . | ||
| 21 | +@prefix logInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo#> . | ||
| 14 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 22 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 23 | +@prefix porePressure: <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure#> . | ||
| 15 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 24 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 16 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 25 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 17 | @prefix smf: <http://topbraid.org/sparqlmotionfunctions#> . | 26 | @prefix smf: <http://topbraid.org/sparqlmotionfunctions#> . |
| ... | @@ -25,7 +34,7 @@ | ... | @@ -25,7 +34,7 @@ |
| 25 | 34 | ||
| 26 | <http://www.reportinghub.no/ep/transform/1.1/normalization> | 35 | <http://www.reportinghub.no/ep/transform/1.1/normalization> |
| 27 | rdf:type owl:Ontology ; | 36 | rdf:type owl:Ontology ; |
| 28 | - owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/swp/ddr> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> ; | 37 | + owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/swp/ddr> , <file:///www.reportinghub.no/examples/xml/TemplateTest.xml> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure> , <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> ; |
| 29 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 38 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 30 | 39 | ||
| 31 | owl:Thing | 40 | owl:Thing | ... | ... |
| 1 | -# Saved by TopBraid on Tue Aug 16 11:26:15 BST 2011 | 1 | +# Saved by TopBraid on Wed Aug 17 16:43:17 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 Tue Aug 16 12:29:21 BST 2011 | ||
| 2 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure | ||
| 3 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr | ||
| 4 | +# imports: http://spinrdf.org/spin | ||
| 5 | + | ||
| 6 | +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure#> . | ||
| 7 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | ||
| 8 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 9 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 10 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 11 | +@prefix sp: <http://spinrdf.org/sp#> . | ||
| 12 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
| 13 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
| 14 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 15 | + | ||
| 16 | +<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | ||
| 17 | + spin:rule | ||
| 18 | + [ rdf:type sp:Construct ; | ||
| 19 | + rdfs:comment "STEP 183 Set tvd of PorePressureDetermination"^^xsd:string ; | ||
| 20 | + sp:templates ([ sp:object _:b1 ; | ||
| 21 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; | ||
| 22 | + sp:subject _:b2 | ||
| 23 | + ]) ; | ||
| 24 | + sp:where ([ sp:object _:b3 ; | ||
| 25 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 26 | + sp:subject spin:_this | ||
| 27 | + ] [ sp:object _:b4 ; | ||
| 28 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 29 | + sp:subject spin:_this | ||
| 30 | + ] [ sp:object _:b5 ; | ||
| 31 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#porePressure> ; | ||
| 32 | + sp:subject spin:_this | ||
| 33 | + ] [ sp:object _:b6 ; | ||
| 34 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 35 | + sp:subject _:b5 | ||
| 36 | + ] [ sp:object _:b1 ; | ||
| 37 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; | ||
| 38 | + sp:subject _:b5 | ||
| 39 | + ] [ rdf:type sp:Bind ; | ||
| 40 | + sp:expression | ||
| 41 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 42 | + sp:arg1 _:b3 | ||
| 43 | + ] ; | ||
| 44 | + sp:variable _:b7 | ||
| 45 | + ] [ rdf:type sp:Bind ; | ||
| 46 | + sp:expression | ||
| 47 | + [ rdf:type ep-spin-lib:buildPorePressureDeterminedPartOfAWellBoreURI ; | ||
| 48 | + sp:arg1 _:b7 ; | ||
| 49 | + sp:arg2 _:b4 ; | ||
| 50 | + sp:arg3 _:b6 | ||
| 51 | + ] ; | ||
| 52 | + sp:variable _:b2 | ||
| 53 | + ]) | ||
| 54 | + ] ; | ||
| 55 | + spin:rule | ||
| 56 | + [ rdf:type sp:Construct ; | ||
| 57 | + rdfs:comment "STEP 184 Transfer equivalentMudWeight"^^xsd:string ; | ||
| 58 | + sp:templates ([ sp:object _:b8 ; | ||
| 59 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#equivalentMudWeight> ; | ||
| 60 | + sp:subject _:b9 | ||
| 61 | + ]) ; | ||
| 62 | + sp:where ([ sp:object _:b10 ; | ||
| 63 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 64 | + sp:subject spin:_this | ||
| 65 | + ] [ sp:object _:b11 ; | ||
| 66 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 67 | + sp:subject spin:_this | ||
| 68 | + ] [ sp:object _:b12 ; | ||
| 69 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#porePressure> ; | ||
| 70 | + sp:subject spin:_this | ||
| 71 | + ] [ sp:object _:b13 ; | ||
| 72 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 73 | + sp:subject _:b12 | ||
| 74 | + ] [ sp:object _:b8 ; | ||
| 75 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#equivalentMudWeight> ; | ||
| 76 | + sp:subject _:b12 | ||
| 77 | + ] [ rdf:type sp:Bind ; | ||
| 78 | + sp:expression | ||
| 79 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 80 | + sp:arg1 _:b10 | ||
| 81 | + ] ; | ||
| 82 | + sp:variable _:b14 | ||
| 83 | + ] [ rdf:type sp:Bind ; | ||
| 84 | + sp:expression | ||
| 85 | + [ rdf:type ep-spin-lib:buildPorePressureDeterminedPartOfAWellBoreURI ; | ||
| 86 | + sp:arg1 _:b14 ; | ||
| 87 | + sp:arg2 _:b11 ; | ||
| 88 | + sp:arg3 _:b13 | ||
| 89 | + ] ; | ||
| 90 | + sp:variable _:b9 | ||
| 91 | + ]) | ||
| 92 | + ] ; | ||
| 93 | + spin:rule | ||
| 94 | + [ rdf:type sp:Construct ; | ||
| 95 | + rdfs:comment "STEP 181 Set time of PorePressureDetermination"^^xsd:string ; | ||
| 96 | + sp:templates ([ sp:object _:b15 ; | ||
| 97 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; | ||
| 98 | + sp:subject _:b16 | ||
| 99 | + ]) ; | ||
| 100 | + sp:where ([ sp:object _:b17 ; | ||
| 101 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 102 | + sp:subject spin:_this | ||
| 103 | + ] [ sp:object _:b18 ; | ||
| 104 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 105 | + sp:subject spin:_this | ||
| 106 | + ] [ sp:object _:b19 ; | ||
| 107 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#porePressure> ; | ||
| 108 | + sp:subject spin:_this | ||
| 109 | + ] [ sp:object _:b20 ; | ||
| 110 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 111 | + sp:subject _:b19 | ||
| 112 | + ] [ sp:object _:b15 ; | ||
| 113 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; | ||
| 114 | + sp:subject _:b19 | ||
| 115 | + ] [ rdf:type sp:Bind ; | ||
| 116 | + sp:expression | ||
| 117 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 118 | + sp:arg1 _:b17 | ||
| 119 | + ] ; | ||
| 120 | + sp:variable _:b21 | ||
| 121 | + ] [ rdf:type sp:Bind ; | ||
| 122 | + sp:expression | ||
| 123 | + [ rdf:type ep-spin-lib:buildPorePressureDeterminationURI ; | ||
| 124 | + sp:arg1 _:b21 ; | ||
| 125 | + sp:arg2 _:b18 ; | ||
| 126 | + sp:arg3 _:b20 | ||
| 127 | + ] ; | ||
| 128 | + sp:variable _:b16 | ||
| 129 | + ]) | ||
| 130 | + ] ; | ||
| 131 | + spin:rule | ||
| 132 | + [ rdf:type sp:Construct ; | ||
| 133 | + rdfs:comment "STEP 180 Create a PorePressureDetermination activity"^^xsd:string ; | ||
| 134 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> ; | ||
| 135 | + sp:predicate rdf:type ; | ||
| 136 | + sp:subject _:b22 | ||
| 137 | + ] [ sp:object _:b22 ; | ||
| 138 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 139 | + sp:subject _:b23 | ||
| 140 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; | ||
| 141 | + sp:predicate rdf:type ; | ||
| 142 | + sp:subject _:b24 | ||
| 143 | + ] [ sp:object _:b25 ; | ||
| 144 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
| 145 | + sp:subject _:b24 | ||
| 146 | + ] [ sp:object _:b24 ; | ||
| 147 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 148 | + sp:subject _:b22 | ||
| 149 | + ]) ; | ||
| 150 | + sp:where ([ sp:object _:b26 ; | ||
| 151 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 152 | + sp:subject spin:_this | ||
| 153 | + ] [ sp:object _:b27 ; | ||
| 154 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 155 | + sp:subject spin:_this | ||
| 156 | + ] [ sp:object _:b28 ; | ||
| 157 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#porePressure> ; | ||
| 158 | + sp:subject spin:_this | ||
| 159 | + ] [ sp:object _:b29 ; | ||
| 160 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 161 | + sp:subject _:b28 | ||
| 162 | + ] [ sp:object _:b25 ; | ||
| 163 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 164 | + sp:subject _:b23 | ||
| 165 | + ] [ rdf:type sp:Bind ; | ||
| 166 | + sp:expression | ||
| 167 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 168 | + sp:arg1 _:b26 | ||
| 169 | + ] ; | ||
| 170 | + sp:variable _:b30 | ||
| 171 | + ] [ rdf:type sp:Bind ; | ||
| 172 | + sp:expression | ||
| 173 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 174 | + sp:arg1 _:b30 ; | ||
| 175 | + sp:arg2 _:b27 | ||
| 176 | + ] ; | ||
| 177 | + sp:variable _:b23 | ||
| 178 | + ] [ rdf:type sp:Bind ; | ||
| 179 | + sp:expression | ||
| 180 | + [ rdf:type ep-spin-lib:buildPorePressureDeterminationURI ; | ||
| 181 | + sp:arg1 _:b30 ; | ||
| 182 | + sp:arg2 _:b27 ; | ||
| 183 | + sp:arg3 _:b29 | ||
| 184 | + ] ; | ||
| 185 | + sp:variable _:b22 | ||
| 186 | + ] [ rdf:type sp:Bind ; | ||
| 187 | + sp:expression | ||
| 188 | + [ rdf:type ep-spin-lib:buildPorePressureDeterminedPartOfAWellBoreURI ; | ||
| 189 | + sp:arg1 _:b30 ; | ||
| 190 | + sp:arg2 _:b27 ; | ||
| 191 | + sp:arg3 _:b29 | ||
| 192 | + ] ; | ||
| 193 | + sp:variable _:b24 | ||
| 194 | + ]) | ||
| 195 | + ] ; | ||
| 196 | + spin:rule | ||
| 197 | + [ rdf:type sp:Construct ; | ||
| 198 | + rdfs:comment "STEP 182 Set md of PorePressureDetermination"^^xsd:string ; | ||
| 199 | + sp:templates ([ sp:object _:b31 ; | ||
| 200 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; | ||
| 201 | + sp:subject _:b32 | ||
| 202 | + ]) ; | ||
| 203 | + sp:where ([ sp:object _:b33 ; | ||
| 204 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 205 | + sp:subject spin:_this | ||
| 206 | + ] [ sp:object _:b34 ; | ||
| 207 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 208 | + sp:subject spin:_this | ||
| 209 | + ] [ sp:object _:b35 ; | ||
| 210 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#porePressure> ; | ||
| 211 | + sp:subject spin:_this | ||
| 212 | + ] [ sp:object _:b36 ; | ||
| 213 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 214 | + sp:subject _:b35 | ||
| 215 | + ] [ sp:object _:b31 ; | ||
| 216 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; | ||
| 217 | + sp:subject _:b35 | ||
| 218 | + ] [ rdf:type sp:Bind ; | ||
| 219 | + sp:expression | ||
| 220 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 221 | + sp:arg1 _:b33 | ||
| 222 | + ] ; | ||
| 223 | + sp:variable _:b37 | ||
| 224 | + ] [ rdf:type sp:Bind ; | ||
| 225 | + sp:expression | ||
| 226 | + [ rdf:type ep-spin-lib:buildPorePressureDeterminedPartOfAWellBoreURI ; | ||
| 227 | + sp:arg1 _:b37 ; | ||
| 228 | + sp:arg2 _:b34 ; | ||
| 229 | + sp:arg3 _:b36 | ||
| 230 | + ] ; | ||
| 231 | + sp:variable _:b32 | ||
| 232 | + ]) | ||
| 233 | + ] ; | ||
| 234 | + spin:rule | ||
| 235 | + [ rdf:type sp:Construct ; | ||
| 236 | + rdfs:comment "STEP 185 Set type of PorePressureDetermination"^^xsd:string ; | ||
| 237 | + sp:templates ([ sp:object _:b38 ; | ||
| 238 | + sp:predicate rdf:type ; | ||
| 239 | + sp:subject _:b39 | ||
| 240 | + ]) ; | ||
| 241 | + sp:where ([ sp:object _:b40 ; | ||
| 242 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 243 | + sp:subject spin:_this | ||
| 244 | + ] [ sp:object _:b41 ; | ||
| 245 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 246 | + sp:subject spin:_this | ||
| 247 | + ] [ sp:object _:b42 ; | ||
| 248 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#porePressure> ; | ||
| 249 | + sp:subject spin:_this | ||
| 250 | + ] [ sp:object _:b43 ; | ||
| 251 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 252 | + sp:subject _:b42 | ||
| 253 | + ] [ sp:object _:b44 ; | ||
| 254 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumReadingKind> ; | ||
| 255 | + sp:subject _:b42 | ||
| 256 | + ] [ rdf:type sp:Bind ; | ||
| 257 | + sp:expression | ||
| 258 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 259 | + sp:arg1 _:b40 | ||
| 260 | + ] ; | ||
| 261 | + sp:variable _:b45 | ||
| 262 | + ] [ rdf:type sp:Bind ; | ||
| 263 | + sp:expression | ||
| 264 | + [ rdf:type ep-spin-lib:buildPorePressureDeterminationURI ; | ||
| 265 | + sp:arg1 _:b45 ; | ||
| 266 | + sp:arg2 _:b41 ; | ||
| 267 | + sp:arg3 _:b43 | ||
| 268 | + ] ; | ||
| 269 | + sp:variable _:b39 | ||
| 270 | + ] [ rdf:type sp:Bind ; | ||
| 271 | + sp:expression | ||
| 272 | + [ rdf:type ep-spin-lib:selectPorePressureDeterminationType ; | ||
| 273 | + sp:arg1 _:b44 | ||
| 274 | + ] ; | ||
| 275 | + sp:variable _:b38 | ||
| 276 | + ]) | ||
| 277 | + ] . | ||
| 278 | + | ||
| 279 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure> | ||
| 280 | + rdf:type owl:Ontology ; | ||
| 281 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> ; | ||
| 282 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 283 | + | ||
| 284 | +_:b2 sp:varName "porePressurePartOfAWellBore"^^xsd:string . | ||
| 285 | + | ||
| 286 | +_:b7 sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 287 | + | ||
| 288 | +_:b1 sp:varName "tvdOfPorePressure"^^xsd:string . | ||
| 289 | + | ||
| 290 | +_:b6 sp:varName "index"^^xsd:string . | ||
| 291 | + | ||
| 292 | +_:b5 sp:varName "porePressure"^^xsd:string . | ||
| 293 | + | ||
| 294 | +_:b4 sp:varName "dTimStart"^^xsd:string . | ||
| 295 | + | ||
| 296 | +_:b3 sp:varName "nameWellBore"^^xsd:string . | ||
| 297 | + | ||
| 298 | +_:b9 sp:varName "porePressurePartOfAWellBore"^^xsd:string . | ||
| 299 | + | ||
| 300 | +_:b14 | ||
| 301 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 302 | + | ||
| 303 | +_:b8 sp:varName "equivalentMudWeight"^^xsd:string . | ||
| 304 | + | ||
| 305 | +_:b13 | ||
| 306 | + sp:varName "index"^^xsd:string . | ||
| 307 | + | ||
| 308 | +_:b12 | ||
| 309 | + sp:varName "porePressure"^^xsd:string . | ||
| 310 | + | ||
| 311 | +_:b11 | ||
| 312 | + sp:varName "dTimStart"^^xsd:string . | ||
| 313 | + | ||
| 314 | +_:b10 | ||
| 315 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 316 | + | ||
| 317 | +_:b32 | ||
| 318 | + sp:varName "porePressurePartOfAWellBore"^^xsd:string . | ||
| 319 | + | ||
| 320 | +_:b37 | ||
| 321 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 322 | + | ||
| 323 | +_:b31 | ||
| 324 | + sp:varName "mdOfPorePressure"^^xsd:string . | ||
| 325 | + | ||
| 326 | +_:b36 | ||
| 327 | + sp:varName "index"^^xsd:string . | ||
| 328 | + | ||
| 329 | +_:b35 | ||
| 330 | + sp:varName "porePressure"^^xsd:string . | ||
| 331 | + | ||
| 332 | +_:b34 | ||
| 333 | + sp:varName "dTimStart"^^xsd:string . | ||
| 334 | + | ||
| 335 | +_:b33 | ||
| 336 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 337 | + | ||
| 338 | +_:b24 | ||
| 339 | + sp:varName "porePressurePartOfAWellBore"^^xsd:string . | ||
| 340 | + | ||
| 341 | +_:b22 | ||
| 342 | + sp:varName "porePressureDetermination"^^xsd:string . | ||
| 343 | + | ||
| 344 | +_:b30 | ||
| 345 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 346 | + | ||
| 347 | +_:b25 | ||
| 348 | + sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string . | ||
| 349 | + | ||
| 350 | +_:b23 | ||
| 351 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 352 | + | ||
| 353 | +_:b29 | ||
| 354 | + sp:varName "index"^^xsd:string . | ||
| 355 | + | ||
| 356 | +_:b28 | ||
| 357 | + sp:varName "porePressure"^^xsd:string . | ||
| 358 | + | ||
| 359 | +_:b27 | ||
| 360 | + sp:varName "dTimStart"^^xsd:string . | ||
| 361 | + | ||
| 362 | +_:b26 | ||
| 363 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 364 | + | ||
| 365 | +_:b21 | ||
| 366 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 367 | + | ||
| 368 | +_:b20 | ||
| 369 | + sp:varName "index"^^xsd:string . | ||
| 370 | + | ||
| 371 | +_:b19 | ||
| 372 | + sp:varName "porePressure"^^xsd:string . | ||
| 373 | + | ||
| 374 | +_:b18 | ||
| 375 | + sp:varName "dTimStart"^^xsd:string . | ||
| 376 | + | ||
| 377 | +_:b17 | ||
| 378 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 379 | + | ||
| 380 | +_:b16 | ||
| 381 | + sp:varName "porePressureDetermination"^^xsd:string . | ||
| 382 | + | ||
| 383 | +_:b15 | ||
| 384 | + sp:varName "timeOfDetermination"^^xsd:string . | ||
| 385 | + | ||
| 386 | +_:b45 | ||
| 387 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 388 | + | ||
| 389 | +_:b44 | ||
| 390 | + sp:varName "enumReadingKind"^^xsd:string . | ||
| 391 | + | ||
| 392 | +_:b43 | ||
| 393 | + sp:varName "index"^^xsd:string . | ||
| 394 | + | ||
| 395 | +_:b42 | ||
| 396 | + sp:varName "porePressure"^^xsd:string . | ||
| 397 | + | ||
| 398 | +_:b41 | ||
| 399 | + sp:varName "dTimStart"^^xsd:string . | ||
| 400 | + | ||
| 401 | +_:b40 | ||
| 402 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 403 | + | ||
| 404 | +_:b39 | ||
| 405 | + sp:varName "porePressureDetermination"^^xsd:string . | ||
| 406 | + | ||
| 407 | +_:b38 | ||
| 408 | + sp:varName "porePressureDeterminationType"^^xsd:string . |
| 1 | +# Saved by TopBraid on Tue Aug 16 12:29:21 BST 2011 | ||
| 2 | +# baseURI: null | ||
| 3 | + | ||
| 4 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
| 5 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
| 6 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
| 7 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 8 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 9 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 10 | +@prefix visual: <http://topbraid.org/visual#> . | ||
| 11 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 12 | + | ||
| 13 | +[] rdf:type inference:Configuration ; | ||
| 14 | + composite:child | ||
| 15 | + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | ||
| 16 | + composite:index "0"^^xsd:int | ||
| 17 | + ] . |
| 1 | -# Saved by TopBraid on Tue Aug 16 11:03:54 BST 2011 | 1 | +# Saved by TopBraid on Wed Aug 17 11:44:23 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation |
| 3 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr | 3 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr |
| 4 | # imports: http://spinrdf.org/spin | 4 | # imports: http://spinrdf.org/spin |
| ... | @@ -16,212 +16,227 @@ | ... | @@ -16,212 +16,227 @@ |
| 16 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | 16 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> |
| 17 | spin:rule | 17 | spin:rule |
| 18 | [ rdf:type sp:Construct ; | 18 | [ rdf:type sp:Construct ; |
| 19 | - rdfs:comment "STEP 185 Set azimuth of WellBoreDirectionalSurvey"^^xsd:string ; | 19 | + rdfs:comment "STEP 180 Create a WellBoreDirectionalSurvey activity"^^xsd:string ; |
| 20 | - sp:templates ([ sp:object _:b1 ; | 20 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDirectionalSurvey> ; |
| 21 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#azi> ; | 21 | + sp:predicate rdf:type ; |
| 22 | + sp:subject _:b1 | ||
| 23 | + ] [ sp:object _:b1 ; | ||
| 24 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 22 | sp:subject _:b2 | 25 | sp:subject _:b2 |
| 26 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore> ; | ||
| 27 | + sp:predicate rdf:type ; | ||
| 28 | + sp:subject _:b3 | ||
| 29 | + ] [ sp:object _:b4 ; | ||
| 30 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
| 31 | + sp:subject _:b3 | ||
| 32 | + ] [ sp:object _:b3 ; | ||
| 33 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 34 | + sp:subject _:b1 | ||
| 23 | ]) ; | 35 | ]) ; |
| 24 | - sp:where ([ sp:object _:b3 ; | 36 | + sp:where ([ sp:object _:b5 ; |
| 25 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 37 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 26 | sp:subject spin:_this | 38 | sp:subject spin:_this |
| 27 | - ] [ sp:object _:b4 ; | 39 | + ] [ sp:object _:b6 ; |
| 28 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 40 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 29 | sp:subject spin:_this | 41 | sp:subject spin:_this |
| 30 | - ] [ sp:object _:b5 ; | 42 | + ] [ sp:object _:b7 ; |
| 31 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#surveyStation> ; | 43 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#surveyStation> ; |
| 32 | sp:subject spin:_this | 44 | sp:subject spin:_this |
| 33 | - ] [ sp:object _:b6 ; | 45 | + ] [ sp:object _:b8 ; |
| 34 | sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | 46 | sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; |
| 35 | - sp:subject _:b5 | 47 | + sp:subject _:b7 |
| 36 | - ] [ sp:object _:b1 ; | 48 | + ] [ sp:object _:b4 ; |
| 37 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#azi> ; | 49 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 38 | - sp:subject _:b5 | 50 | + sp:subject _:b2 |
| 39 | ] [ rdf:type sp:Bind ; | 51 | ] [ rdf:type sp:Bind ; |
| 40 | sp:expression | 52 | sp:expression |
| 41 | [ rdf:type ep-spin-lib:normalizeString ; | 53 | [ rdf:type ep-spin-lib:normalizeString ; |
| 42 | - sp:arg1 _:b3 | 54 | + sp:arg1 _:b5 |
| 43 | ] ; | 55 | ] ; |
| 44 | - sp:variable _:b7 | 56 | + sp:variable _:b9 |
| 45 | ] [ rdf:type sp:Bind ; | 57 | ] [ rdf:type sp:Bind ; |
| 46 | sp:expression | 58 | sp:expression |
| 47 | - [ rdf:type ep-spin-lib:buildSurveyedPartOfAWellBoreURI ; | 59 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 48 | - sp:arg1 _:b7 ; | 60 | + sp:arg1 _:b9 ; |
| 49 | - sp:arg2 _:b4 ; | 61 | + sp:arg2 _:b6 |
| 50 | - sp:arg3 _:b6 | ||
| 51 | ] ; | 62 | ] ; |
| 52 | sp:variable _:b2 | 63 | sp:variable _:b2 |
| 64 | + ] [ rdf:type sp:Bind ; | ||
| 65 | + sp:expression | ||
| 66 | + [ rdf:type ep-spin-lib:buildWellBoreDirectionalSurveyURI ; | ||
| 67 | + sp:arg1 _:b9 ; | ||
| 68 | + sp:arg2 _:b6 ; | ||
| 69 | + sp:arg3 _:b8 | ||
| 70 | + ] ; | ||
| 71 | + sp:variable _:b1 | ||
| 72 | + ] [ rdf:type sp:Bind ; | ||
| 73 | + sp:expression | ||
| 74 | + [ rdf:type ep-spin-lib:buildSurveyedPartOfAWellBoreURI ; | ||
| 75 | + sp:arg1 _:b9 ; | ||
| 76 | + sp:arg2 _:b6 ; | ||
| 77 | + sp:arg3 _:b8 | ||
| 78 | + ] ; | ||
| 79 | + sp:variable _:b3 | ||
| 53 | ]) | 80 | ]) |
| 54 | ] ; | 81 | ] ; |
| 55 | spin:rule | 82 | spin:rule |
| 56 | [ rdf:type sp:Construct ; | 83 | [ rdf:type sp:Construct ; |
| 57 | - rdfs:comment "STEP 184 Set inclination of WellBoreDirectionalSurvey"^^xsd:string ; | 84 | + rdfs:comment "STEP 181 Set time of WellBoreDirectionalSurvey"^^xsd:string ; |
| 58 | - sp:templates ([ sp:object _:b8 ; | 85 | + sp:templates ([ sp:object _:b10 ; |
| 59 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#incl> ; | 86 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; |
| 60 | - sp:subject _:b9 | 87 | + sp:subject _:b11 |
| 61 | ]) ; | 88 | ]) ; |
| 62 | - sp:where ([ sp:object _:b10 ; | 89 | + sp:where ([ sp:object _:b12 ; |
| 63 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 90 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 64 | sp:subject spin:_this | 91 | sp:subject spin:_this |
| 65 | - ] [ sp:object _:b11 ; | 92 | + ] [ sp:object _:b13 ; |
| 66 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 93 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 67 | sp:subject spin:_this | 94 | sp:subject spin:_this |
| 68 | - ] [ sp:object _:b12 ; | 95 | + ] [ sp:object _:b14 ; |
| 69 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#surveyStation> ; | 96 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#surveyStation> ; |
| 70 | sp:subject spin:_this | 97 | sp:subject spin:_this |
| 71 | - ] [ sp:object _:b13 ; | 98 | + ] [ sp:object _:b15 ; |
| 72 | sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | 99 | sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; |
| 73 | - sp:subject _:b12 | 100 | + sp:subject _:b14 |
| 74 | - ] [ sp:object _:b8 ; | 101 | + ] [ sp:object _:b10 ; |
| 75 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#incl> ; | 102 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; |
| 76 | - sp:subject _:b12 | 103 | + sp:subject _:b14 |
| 77 | ] [ rdf:type sp:Bind ; | 104 | ] [ rdf:type sp:Bind ; |
| 78 | sp:expression | 105 | sp:expression |
| 79 | [ rdf:type ep-spin-lib:normalizeString ; | 106 | [ rdf:type ep-spin-lib:normalizeString ; |
| 80 | - sp:arg1 _:b10 | 107 | + sp:arg1 _:b12 |
| 81 | ] ; | 108 | ] ; |
| 82 | - sp:variable _:b14 | 109 | + sp:variable _:b16 |
| 83 | ] [ rdf:type sp:Bind ; | 110 | ] [ rdf:type sp:Bind ; |
| 84 | sp:expression | 111 | sp:expression |
| 85 | - [ rdf:type ep-spin-lib:buildSurveyedPartOfAWellBoreURI ; | 112 | + [ rdf:type ep-spin-lib:buildWellBoreDirectionalSurveyURI ; |
| 86 | - sp:arg1 _:b14 ; | 113 | + sp:arg1 _:b16 ; |
| 87 | - sp:arg2 _:b11 ; | 114 | + sp:arg2 _:b13 ; |
| 88 | - sp:arg3 _:b13 | 115 | + sp:arg3 _:b15 |
| 89 | ] ; | 116 | ] ; |
| 90 | - sp:variable _:b9 | 117 | + sp:variable _:b11 |
| 91 | ]) | 118 | ]) |
| 92 | ] ; | 119 | ] ; |
| 93 | spin:rule | 120 | spin:rule |
| 94 | [ rdf:type sp:Construct ; | 121 | [ rdf:type sp:Construct ; |
| 95 | - rdfs:comment "STEP 183 Set tvd of WellBoreDirectionalSurvey"^^xsd:string ; | 122 | + rdfs:comment "STEP 182 Set md of WellBoreDirectionalSurvey"^^xsd:string ; |
| 96 | - sp:templates ([ sp:object _:b15 ; | 123 | + sp:templates ([ sp:object _:b17 ; |
| 97 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; | 124 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; |
| 98 | - sp:subject _:b16 | 125 | + sp:subject _:b18 |
| 99 | ]) ; | 126 | ]) ; |
| 100 | - sp:where ([ sp:object _:b17 ; | 127 | + sp:where ([ sp:object _:b19 ; |
| 101 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 128 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 102 | sp:subject spin:_this | 129 | sp:subject spin:_this |
| 103 | - ] [ sp:object _:b18 ; | 130 | + ] [ sp:object _:b20 ; |
| 104 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 131 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 105 | sp:subject spin:_this | 132 | sp:subject spin:_this |
| 106 | - ] [ sp:object _:b19 ; | 133 | + ] [ sp:object _:b21 ; |
| 107 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#surveyStation> ; | 134 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#surveyStation> ; |
| 108 | sp:subject spin:_this | 135 | sp:subject spin:_this |
| 109 | - ] [ sp:object _:b20 ; | 136 | + ] [ sp:object _:b22 ; |
| 110 | sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | 137 | sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; |
| 111 | - sp:subject _:b19 | 138 | + sp:subject _:b21 |
| 112 | - ] [ sp:object _:b15 ; | 139 | + ] [ sp:object _:b17 ; |
| 113 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; | 140 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; |
| 114 | - sp:subject _:b19 | 141 | + sp:subject _:b21 |
| 115 | ] [ rdf:type sp:Bind ; | 142 | ] [ rdf:type sp:Bind ; |
| 116 | sp:expression | 143 | sp:expression |
| 117 | [ rdf:type ep-spin-lib:normalizeString ; | 144 | [ rdf:type ep-spin-lib:normalizeString ; |
| 118 | - sp:arg1 _:b17 | 145 | + sp:arg1 _:b19 |
| 119 | ] ; | 146 | ] ; |
| 120 | - sp:variable _:b21 | 147 | + sp:variable _:b23 |
| 121 | ] [ rdf:type sp:Bind ; | 148 | ] [ rdf:type sp:Bind ; |
| 122 | sp:expression | 149 | sp:expression |
| 123 | [ rdf:type ep-spin-lib:buildSurveyedPartOfAWellBoreURI ; | 150 | [ rdf:type ep-spin-lib:buildSurveyedPartOfAWellBoreURI ; |
| 124 | - sp:arg1 _:b21 ; | 151 | + sp:arg1 _:b23 ; |
| 125 | - sp:arg2 _:b18 ; | 152 | + sp:arg2 _:b20 ; |
| 126 | - sp:arg3 _:b20 | 153 | + sp:arg3 _:b22 |
| 127 | ] ; | 154 | ] ; |
| 128 | - sp:variable _:b16 | 155 | + sp:variable _:b18 |
| 129 | ]) | 156 | ]) |
| 130 | ] ; | 157 | ] ; |
| 131 | spin:rule | 158 | spin:rule |
| 132 | [ rdf:type sp:Construct ; | 159 | [ rdf:type sp:Construct ; |
| 133 | - rdfs:comment "STEP 182 Set md of WellBoreDirectionalSurvey"^^xsd:string ; | 160 | + rdfs:comment "STEP 183 Set tvd of WellBoreDirectionalSurvey"^^xsd:string ; |
| 134 | - sp:templates ([ sp:object _:b22 ; | 161 | + sp:templates ([ sp:object _:b24 ; |
| 135 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; | 162 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; |
| 136 | - sp:subject _:b23 | 163 | + sp:subject _:b25 |
| 137 | ]) ; | 164 | ]) ; |
| 138 | - sp:where ([ sp:object _:b24 ; | 165 | + sp:where ([ sp:object _:b26 ; |
| 139 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 166 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 140 | sp:subject spin:_this | 167 | sp:subject spin:_this |
| 141 | - ] [ sp:object _:b25 ; | 168 | + ] [ sp:object _:b27 ; |
| 142 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 169 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 143 | sp:subject spin:_this | 170 | sp:subject spin:_this |
| 144 | - ] [ sp:object _:b26 ; | 171 | + ] [ sp:object _:b28 ; |
| 145 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#surveyStation> ; | 172 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#surveyStation> ; |
| 146 | sp:subject spin:_this | 173 | sp:subject spin:_this |
| 147 | - ] [ sp:object _:b27 ; | 174 | + ] [ sp:object _:b29 ; |
| 148 | sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | 175 | sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; |
| 149 | - sp:subject _:b26 | 176 | + sp:subject _:b28 |
| 150 | - ] [ sp:object _:b22 ; | 177 | + ] [ sp:object _:b24 ; |
| 151 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; | 178 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; |
| 152 | - sp:subject _:b26 | 179 | + sp:subject _:b28 |
| 153 | ] [ rdf:type sp:Bind ; | 180 | ] [ rdf:type sp:Bind ; |
| 154 | sp:expression | 181 | sp:expression |
| 155 | [ rdf:type ep-spin-lib:normalizeString ; | 182 | [ rdf:type ep-spin-lib:normalizeString ; |
| 156 | - sp:arg1 _:b24 | 183 | + sp:arg1 _:b26 |
| 157 | ] ; | 184 | ] ; |
| 158 | - sp:variable _:b28 | 185 | + sp:variable _:b30 |
| 159 | ] [ rdf:type sp:Bind ; | 186 | ] [ rdf:type sp:Bind ; |
| 160 | sp:expression | 187 | sp:expression |
| 161 | [ rdf:type ep-spin-lib:buildSurveyedPartOfAWellBoreURI ; | 188 | [ rdf:type ep-spin-lib:buildSurveyedPartOfAWellBoreURI ; |
| 162 | - sp:arg1 _:b28 ; | 189 | + sp:arg1 _:b30 ; |
| 163 | - sp:arg2 _:b25 ; | 190 | + sp:arg2 _:b27 ; |
| 164 | - sp:arg3 _:b27 | 191 | + sp:arg3 _:b29 |
| 165 | ] ; | 192 | ] ; |
| 166 | - sp:variable _:b23 | 193 | + sp:variable _:b25 |
| 167 | ]) | 194 | ]) |
| 168 | ] ; | 195 | ] ; |
| 169 | spin:rule | 196 | spin:rule |
| 170 | [ rdf:type sp:Construct ; | 197 | [ rdf:type sp:Construct ; |
| 171 | - rdfs:comment "STEP 181 Set time of WellBoreDirectionalSurvey"^^xsd:string ; | 198 | + rdfs:comment "STEP 184 Set inclination of WellBoreDirectionalSurvey"^^xsd:string ; |
| 172 | - sp:templates ([ sp:object _:b29 ; | 199 | + sp:templates ([ sp:object _:b31 ; |
| 173 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; | 200 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#incl> ; |
| 174 | - sp:subject _:b30 | 201 | + sp:subject _:b32 |
| 175 | ]) ; | 202 | ]) ; |
| 176 | - sp:where ([ sp:object _:b31 ; | 203 | + sp:where ([ sp:object _:b33 ; |
| 177 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 204 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 178 | sp:subject spin:_this | 205 | sp:subject spin:_this |
| 179 | - ] [ sp:object _:b32 ; | 206 | + ] [ sp:object _:b34 ; |
| 180 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 207 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 181 | sp:subject spin:_this | 208 | sp:subject spin:_this |
| 182 | - ] [ sp:object _:b33 ; | 209 | + ] [ sp:object _:b35 ; |
| 183 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#surveyStation> ; | 210 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#surveyStation> ; |
| 184 | sp:subject spin:_this | 211 | sp:subject spin:_this |
| 185 | - ] [ sp:object _:b34 ; | 212 | + ] [ sp:object _:b36 ; |
| 186 | sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | 213 | sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; |
| 187 | - sp:subject _:b33 | 214 | + sp:subject _:b35 |
| 188 | - ] [ sp:object _:b29 ; | 215 | + ] [ sp:object _:b31 ; |
| 189 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; | 216 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#incl> ; |
| 190 | - sp:subject _:b33 | 217 | + sp:subject _:b35 |
| 191 | ] [ rdf:type sp:Bind ; | 218 | ] [ rdf:type sp:Bind ; |
| 192 | sp:expression | 219 | sp:expression |
| 193 | [ rdf:type ep-spin-lib:normalizeString ; | 220 | [ rdf:type ep-spin-lib:normalizeString ; |
| 194 | - sp:arg1 _:b31 | 221 | + sp:arg1 _:b33 |
| 195 | ] ; | 222 | ] ; |
| 196 | - sp:variable _:b35 | 223 | + sp:variable _:b37 |
| 197 | ] [ rdf:type sp:Bind ; | 224 | ] [ rdf:type sp:Bind ; |
| 198 | sp:expression | 225 | sp:expression |
| 199 | - [ rdf:type ep-spin-lib:buildWellBoreDirectionalSurveyURI ; | 226 | + [ rdf:type ep-spin-lib:buildSurveyedPartOfAWellBoreURI ; |
| 200 | - sp:arg1 _:b35 ; | 227 | + sp:arg1 _:b37 ; |
| 201 | - sp:arg2 _:b32 ; | 228 | + sp:arg2 _:b34 ; |
| 202 | - sp:arg3 _:b34 | 229 | + sp:arg3 _:b36 |
| 203 | ] ; | 230 | ] ; |
| 204 | - sp:variable _:b30 | 231 | + sp:variable _:b32 |
| 205 | ]) | 232 | ]) |
| 206 | ] ; | 233 | ] ; |
| 207 | spin:rule | 234 | spin:rule |
| 208 | [ rdf:type sp:Construct ; | 235 | [ rdf:type sp:Construct ; |
| 209 | - rdfs:comment "STEP 180 Create a WellBoreDirectionalSurvey activity"^^xsd:string ; | 236 | + rdfs:comment "STEP 185 Set azimuth of WellBoreDirectionalSurvey"^^xsd:string ; |
| 210 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDirectionalSurvey> ; | 237 | + sp:templates ([ sp:object _:b38 ; |
| 211 | - sp:predicate rdf:type ; | 238 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#azi> ; |
| 212 | - sp:subject _:b36 | 239 | + sp:subject _:b39 |
| 213 | - ] [ sp:object _:b36 ; | ||
| 214 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 215 | - sp:subject _:b37 | ||
| 216 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; | ||
| 217 | - sp:predicate rdf:type ; | ||
| 218 | - sp:subject _:b38 | ||
| 219 | - ] [ sp:object _:b39 ; | ||
| 220 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
| 221 | - sp:subject _:b38 | ||
| 222 | - ] [ sp:object _:b38 ; | ||
| 223 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 224 | - sp:subject _:b36 | ||
| 225 | ]) ; | 240 | ]) ; |
| 226 | sp:where ([ sp:object _:b40 ; | 241 | sp:where ([ sp:object _:b40 ; |
| 227 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 242 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| ... | @@ -235,9 +250,9 @@ | ... | @@ -235,9 +250,9 @@ |
| 235 | ] [ sp:object _:b43 ; | 250 | ] [ sp:object _:b43 ; |
| 236 | sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | 251 | sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; |
| 237 | sp:subject _:b42 | 252 | sp:subject _:b42 |
| 238 | - ] [ sp:object _:b39 ; | 253 | + ] [ sp:object _:b38 ; |
| 239 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 254 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#azi> ; |
| 240 | - sp:subject _:b37 | 255 | + sp:subject _:b42 |
| 241 | ] [ rdf:type sp:Bind ; | 256 | ] [ rdf:type sp:Bind ; |
| 242 | sp:expression | 257 | sp:expression |
| 243 | [ rdf:type ep-spin-lib:normalizeString ; | 258 | [ rdf:type ep-spin-lib:normalizeString ; |
| ... | @@ -246,154 +261,139 @@ | ... | @@ -246,154 +261,139 @@ |
| 246 | sp:variable _:b44 | 261 | sp:variable _:b44 |
| 247 | ] [ rdf:type sp:Bind ; | 262 | ] [ rdf:type sp:Bind ; |
| 248 | sp:expression | 263 | sp:expression |
| 249 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 250 | - sp:arg1 _:b44 ; | ||
| 251 | - sp:arg2 _:b41 | ||
| 252 | - ] ; | ||
| 253 | - sp:variable _:b37 | ||
| 254 | - ] [ rdf:type sp:Bind ; | ||
| 255 | - sp:expression | ||
| 256 | - [ rdf:type ep-spin-lib:buildWellBoreDirectionalSurveyURI ; | ||
| 257 | - sp:arg1 _:b44 ; | ||
| 258 | - sp:arg2 _:b41 ; | ||
| 259 | - sp:arg3 _:b43 | ||
| 260 | - ] ; | ||
| 261 | - sp:variable _:b36 | ||
| 262 | - ] [ rdf:type sp:Bind ; | ||
| 263 | - sp:expression | ||
| 264 | [ rdf:type ep-spin-lib:buildSurveyedPartOfAWellBoreURI ; | 264 | [ rdf:type ep-spin-lib:buildSurveyedPartOfAWellBoreURI ; |
| 265 | sp:arg1 _:b44 ; | 265 | sp:arg1 _:b44 ; |
| 266 | sp:arg2 _:b41 ; | 266 | sp:arg2 _:b41 ; |
| 267 | sp:arg3 _:b43 | 267 | sp:arg3 _:b43 |
| 268 | ] ; | 268 | ] ; |
| 269 | - sp:variable _:b38 | 269 | + sp:variable _:b39 |
| 270 | ]) | 270 | ]) |
| 271 | ] . | 271 | ] . |
| 272 | 272 | ||
| 273 | <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> | 273 | <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> |
| 274 | rdf:type owl:Ontology ; | 274 | rdf:type owl:Ontology ; |
| 275 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> ; | 275 | + owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://spinrdf.org/spin> ; |
| 276 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 276 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 277 | 277 | ||
| 278 | -_:b7 sp:varName "normalizedWellBoreName"^^xsd:string . | 278 | +_:b38 |
| 279 | - | 279 | + sp:varName "azi"^^xsd:string . |
| 280 | -_:b6 sp:varName "index"^^xsd:string . | ||
| 281 | 280 | ||
| 282 | -_:b5 sp:varName "surveyStation"^^xsd:string . | 281 | +_:b39 |
| 282 | + sp:varName "surveyedPartOfAWellBore"^^xsd:string . | ||
| 283 | 283 | ||
| 284 | -_:b4 sp:varName "dTimStart"^^xsd:string . | 284 | +_:b40 |
| 285 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 285 | 286 | ||
| 286 | -_:b3 sp:varName "nameWellBore"^^xsd:string . | 287 | +_:b41 |
| 288 | + sp:varName "dTimStart"^^xsd:string . | ||
| 287 | 289 | ||
| 288 | -_:b2 sp:varName "surveyedPartOfAWellBore"^^xsd:string . | 290 | +_:b42 |
| 291 | + sp:varName "surveyStation"^^xsd:string . | ||
| 289 | 292 | ||
| 290 | -_:b1 sp:varName "azi"^^xsd:string . | 293 | +_:b43 |
| 294 | + sp:varName "index"^^xsd:string . | ||
| 291 | 295 | ||
| 292 | -_:b14 | 296 | +_:b44 |
| 293 | sp:varName "normalizedWellBoreName"^^xsd:string . | 297 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 294 | 298 | ||
| 295 | -_:b13 | 299 | +_:b31 |
| 296 | - sp:varName "index"^^xsd:string . | 300 | + sp:varName "incl"^^xsd:string . |
| 297 | - | ||
| 298 | -_:b12 | ||
| 299 | - sp:varName "surveyStation"^^xsd:string . | ||
| 300 | 301 | ||
| 301 | -_:b11 | 302 | +_:b32 |
| 302 | - sp:varName "dTimStart"^^xsd:string . | 303 | + sp:varName "surveyedPartOfAWellBore"^^xsd:string . |
| 303 | 304 | ||
| 304 | -_:b10 | 305 | +_:b33 |
| 305 | sp:varName "nameWellBore"^^xsd:string . | 306 | sp:varName "nameWellBore"^^xsd:string . |
| 306 | 307 | ||
| 307 | -_:b9 sp:varName "surveyedPartOfAWellBore"^^xsd:string . | 308 | +_:b34 |
| 308 | - | 309 | + sp:varName "dTimStart"^^xsd:string . |
| 309 | -_:b8 sp:varName "incl"^^xsd:string . | ||
| 310 | 310 | ||
| 311 | -_:b21 | 311 | +_:b35 |
| 312 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 312 | + sp:varName "surveyStation"^^xsd:string . |
| 313 | 313 | ||
| 314 | -_:b20 | 314 | +_:b36 |
| 315 | sp:varName "index"^^xsd:string . | 315 | sp:varName "index"^^xsd:string . |
| 316 | 316 | ||
| 317 | -_:b19 | 317 | +_:b37 |
| 318 | - sp:varName "surveyStation"^^xsd:string . | 318 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 319 | - | ||
| 320 | -_:b18 | ||
| 321 | - sp:varName "dTimStart"^^xsd:string . | ||
| 322 | 319 | ||
| 323 | -_:b17 | 320 | +_:b24 |
| 324 | - sp:varName "nameWellBore"^^xsd:string . | 321 | + sp:varName "tvdOfSurvey"^^xsd:string . |
| 325 | 322 | ||
| 326 | -_:b16 | 323 | +_:b25 |
| 327 | sp:varName "surveyedPartOfAWellBore"^^xsd:string . | 324 | sp:varName "surveyedPartOfAWellBore"^^xsd:string . |
| 328 | 325 | ||
| 329 | -_:b15 | 326 | +_:b26 |
| 330 | - sp:varName "tvdOfSurvey"^^xsd:string . | 327 | + sp:varName "nameWellBore"^^xsd:string . |
| 328 | + | ||
| 329 | +_:b27 | ||
| 330 | + sp:varName "dTimStart"^^xsd:string . | ||
| 331 | 331 | ||
| 332 | _:b28 | 332 | _:b28 |
| 333 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 333 | + sp:varName "surveyStation"^^xsd:string . |
| 334 | 334 | ||
| 335 | -_:b27 | 335 | +_:b29 |
| 336 | sp:varName "index"^^xsd:string . | 336 | sp:varName "index"^^xsd:string . |
| 337 | 337 | ||
| 338 | -_:b26 | 338 | +_:b30 |
| 339 | - sp:varName "surveyStation"^^xsd:string . | 339 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 340 | 340 | ||
| 341 | -_:b25 | 341 | +_:b17 |
| 342 | - sp:varName "dTimStart"^^xsd:string . | 342 | + sp:varName "mdOfSurvey"^^xsd:string . |
| 343 | 343 | ||
| 344 | -_:b24 | 344 | +_:b18 |
| 345 | + sp:varName "surveyedPartOfAWellBore"^^xsd:string . | ||
| 346 | + | ||
| 347 | +_:b19 | ||
| 345 | sp:varName "nameWellBore"^^xsd:string . | 348 | sp:varName "nameWellBore"^^xsd:string . |
| 346 | 349 | ||
| 347 | -_:b23 | 350 | +_:b20 |
| 348 | - sp:varName "surveyedPartOfAWellBore"^^xsd:string . | 351 | + sp:varName "dTimStart"^^xsd:string . |
| 352 | + | ||
| 353 | +_:b21 | ||
| 354 | + sp:varName "surveyStation"^^xsd:string . | ||
| 349 | 355 | ||
| 350 | _:b22 | 356 | _:b22 |
| 351 | - sp:varName "mdOfSurvey"^^xsd:string . | 357 | + sp:varName "index"^^xsd:string . |
| 352 | 358 | ||
| 353 | -_:b35 | 359 | +_:b23 |
| 354 | sp:varName "normalizedWellBoreName"^^xsd:string . | 360 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 355 | 361 | ||
| 356 | -_:b34 | 362 | +_:b10 |
| 357 | - sp:varName "index"^^xsd:string . | 363 | + sp:varName "timeOfSurvey"^^xsd:string . |
| 358 | - | ||
| 359 | -_:b33 | ||
| 360 | - sp:varName "surveyStation"^^xsd:string . | ||
| 361 | 364 | ||
| 362 | -_:b32 | 365 | +_:b11 |
| 363 | - sp:varName "dTimStart"^^xsd:string . | 366 | + sp:varName "wellBoreDirectionalSurvey"^^xsd:string . |
| 364 | 367 | ||
| 365 | -_:b31 | 368 | +_:b12 |
| 366 | sp:varName "nameWellBore"^^xsd:string . | 369 | sp:varName "nameWellBore"^^xsd:string . |
| 367 | 370 | ||
| 368 | -_:b30 | 371 | +_:b13 |
| 369 | - sp:varName "wellBoreDirectionalSurvey"^^xsd:string . | 372 | + sp:varName "dTimStart"^^xsd:string . |
| 370 | 373 | ||
| 371 | -_:b29 | 374 | +_:b14 |
| 372 | - sp:varName "timeOfSurvey"^^xsd:string . | 375 | + sp:varName "surveyStation"^^xsd:string . |
| 373 | 376 | ||
| 374 | -_:b44 | 377 | +_:b15 |
| 378 | + sp:varName "index"^^xsd:string . | ||
| 379 | + | ||
| 380 | +_:b16 | ||
| 375 | sp:varName "normalizedWellBoreName"^^xsd:string . | 381 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 376 | 382 | ||
| 377 | -_:b43 | 383 | +_:b5 sp:varName "nameWellBore"^^xsd:string . |
| 378 | - sp:varName "index"^^xsd:string . | ||
| 379 | 384 | ||
| 380 | -_:b42 | 385 | +_:b6 sp:varName "dTimStart"^^xsd:string . |
| 381 | - sp:varName "surveyStation"^^xsd:string . | ||
| 382 | 386 | ||
| 383 | -_:b41 | 387 | +_:b7 sp:varName "surveyStation"^^xsd:string . |
| 384 | - sp:varName "dTimStart"^^xsd:string . | ||
| 385 | 388 | ||
| 386 | -_:b40 | 389 | +_:b8 sp:varName "index"^^xsd:string . |
| 387 | - sp:varName "nameWellBore"^^xsd:string . | ||
| 388 | 390 | ||
| 389 | -_:b39 | 391 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . |
| 390 | - sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string . | ||
| 391 | 392 | ||
| 392 | -_:b38 | 393 | +_:b4 sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string . |
| 393 | - sp:varName "surveyedPartOfAWellBore"^^xsd:string . | ||
| 394 | 394 | ||
| 395 | -_:b37 | 395 | +_:b9 sp:varName "normalizedWellBoreName"^^xsd:string . |
| 396 | - sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 397 | 396 | ||
| 398 | -_:b36 | 397 | +_:b1 sp:varName "wellBoreDirectionalSurvey"^^xsd:string . |
| 399 | - sp:varName "wellBoreDirectionalSurvey"^^xsd:string . | 398 | + |
| 399 | +_:b3 sp:varName "surveyedPartOfAWellBore"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Tue Aug 16 11:03:54 BST 2011 | 1 | +# Saved by TopBraid on Wed Aug 17 11:44:23 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 Sat Aug 13 14:27:00 BST 2011 | 1 | +# Saved by TopBraid on Wed Aug 17 10:15:15 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/schema/1.0/organization | ||
| 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 4 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/ddr | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/ddr |
| 5 | # imports: http://spinrdf.org/spin | 6 | # imports: http://spinrdf.org/spin |
| 6 | 7 | ||
| 7 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> . | 8 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> . |
| 8 | @prefix arg: <http://spinrdf.org/arg#> . | 9 | @prefix arg: <http://spinrdf.org/arg#> . |
| 10 | +@prefix ep-org: <http://www.reportinghub.no/ep/schema/organization#> . | ||
| 9 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 11 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
| 10 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . | 12 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . |
| 11 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 13 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| ... | @@ -21,602 +23,608 @@ | ... | @@ -21,602 +23,608 @@ |
| 21 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | 23 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> |
| 22 | spin:rule | 24 | spin:rule |
| 23 | [ rdf:type sp:Construct ; | 25 | [ rdf:type sp:Construct ; |
| 24 | - rdfs:comment """STEP 168 Transfer fixedRig | 26 | + rdfs:comment "STEP 163 Set drilling contractor for drilling activity"^^xsd:string ; |
| 25 | -This rule processes data from statusInfo, but is here because it must be executed after a rig has been defined."""^^xsd:string ; | ||
| 26 | sp:templates ([ sp:object _:b1 ; | 27 | sp:templates ([ sp:object _:b1 ; |
| 27 | - sp:predicate rdf:type ; | 28 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#drillingContractor> ; |
| 28 | sp:subject _:b2 | 29 | sp:subject _:b2 |
| 30 | + ] [ sp:object _:b3 ; | ||
| 31 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
| 32 | + sp:subject _:b1 | ||
| 33 | + ] [ sp:object ep-org:Company ; | ||
| 34 | + sp:predicate rdf:type ; | ||
| 35 | + sp:subject _:b1 | ||
| 29 | ]) ; | 36 | ]) ; |
| 30 | - sp:where ([ sp:object _:b3 ; | 37 | + sp:where ([ sp:object _:b4 ; |
| 31 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 38 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 32 | sp:subject spin:_this | 39 | sp:subject spin:_this |
| 33 | - ] [ sp:object _:b4 ; | 40 | + ] [ sp:object _:b5 ; |
| 34 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 41 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 35 | sp:subject spin:_this | 42 | sp:subject spin:_this |
| 36 | - ] [ sp:object _:b5 ; | 43 | + ] [ sp:object _:b6 ; |
| 37 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onRig> ; | 44 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; |
| 38 | - sp:subject _:b6 | ||
| 39 | - ] [ sp:object _:b2 ; | ||
| 40 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 41 | - sp:subject _:b5 | ||
| 42 | - ] [ sp:object _:b7 ; | ||
| 43 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | ||
| 44 | sp:subject spin:_this | 45 | sp:subject spin:_this |
| 45 | - ] [ sp:object _:b8 ; | 46 | + ] [ sp:object _:b3 ; |
| 46 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#fixedRig> ; | 47 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#drillContractor> ; |
| 47 | - sp:subject _:b7 | 48 | + sp:subject _:b6 |
| 48 | ] [ rdf:type sp:Bind ; | 49 | ] [ rdf:type sp:Bind ; |
| 49 | sp:expression | 50 | sp:expression |
| 50 | [ rdf:type ep-spin-lib:normalizeString ; | 51 | [ rdf:type ep-spin-lib:normalizeString ; |
| 51 | - sp:arg1 _:b3 | 52 | + sp:arg1 _:b4 |
| 52 | ] ; | 53 | ] ; |
| 53 | - sp:variable _:b9 | 54 | + sp:variable _:b7 |
| 54 | ] [ rdf:type sp:Bind ; | 55 | ] [ rdf:type sp:Bind ; |
| 55 | sp:expression | 56 | sp:expression |
| 56 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 57 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 57 | - sp:arg1 _:b9 ; | 58 | + sp:arg1 _:b7 ; |
| 58 | - sp:arg2 _:b4 | 59 | + sp:arg2 _:b5 |
| 59 | ] ; | 60 | ] ; |
| 60 | - sp:variable _:b6 | 61 | + sp:variable _:b2 |
| 61 | ] [ rdf:type sp:Bind ; | 62 | ] [ rdf:type sp:Bind ; |
| 62 | sp:expression | 63 | sp:expression |
| 63 | - [ rdf:type ep-spin-lib:selectFixedOrMoveableRigType ; | 64 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 64 | - sp:arg1 _:b8 | 65 | + sp:arg1 _:b3 |
| 66 | + ] ; | ||
| 67 | + sp:variable _:b8 | ||
| 68 | + ] [ rdf:type sp:Bind ; | ||
| 69 | + sp:expression | ||
| 70 | + [ rdf:type rhspin:companyById ; | ||
| 71 | + arg:id _:b8 | ||
| 65 | ] ; | 72 | ] ; |
| 66 | sp:variable _:b1 | 73 | sp:variable _:b1 |
| 67 | ]) | 74 | ]) |
| 68 | ] ; | 75 | ] ; |
| 69 | spin:rule | 76 | spin:rule |
| 70 | [ rdf:type sp:Construct ; | 77 | [ rdf:type sp:Construct ; |
| 71 | - rdfs:comment "STEP 166 Set SPUD date"^^xsd:string ; | 78 | + rdfs:comment "STEP 164 Set preSPUD date"^^xsd:string ; |
| 72 | - sp:templates ([ sp:object _:b10 ; | 79 | + sp:templates ([ sp:object _:b9 ; |
| 73 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimSpud> ; | 80 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimPreSpud> ; |
| 74 | - sp:subject _:b11 | 81 | + sp:subject _:b10 |
| 75 | ]) ; | 82 | ]) ; |
| 76 | - sp:where ([ sp:object _:b12 ; | 83 | + sp:where ([ sp:object _:b11 ; |
| 77 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 84 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 78 | sp:subject spin:_this | 85 | sp:subject spin:_this |
| 79 | - ] [ sp:object _:b13 ; | 86 | + ] [ sp:object _:b12 ; |
| 80 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 87 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 81 | sp:subject spin:_this | 88 | sp:subject spin:_this |
| 82 | - ] [ sp:object _:b14 ; | 89 | + ] [ sp:object _:b13 ; |
| 83 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; | 90 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; |
| 84 | sp:subject spin:_this | 91 | sp:subject spin:_this |
| 85 | - ] [ sp:object _:b10 ; | 92 | + ] [ sp:object _:b9 ; |
| 86 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimSpud> ; | 93 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimPreSpud> ; |
| 87 | - sp:subject _:b14 | 94 | + sp:subject _:b13 |
| 88 | - ] [ sp:object _:b15 ; | 95 | + ] [ sp:object _:b14 ; |
| 89 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 96 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 90 | - sp:subject _:b16 | ||
| 91 | - ] [ sp:object _:b11 ; | ||
| 92 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 93 | sp:subject _:b15 | 97 | sp:subject _:b15 |
| 98 | + ] [ sp:object _:b10 ; | ||
| 99 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 100 | + sp:subject _:b14 | ||
| 94 | ] [ rdf:type sp:Bind ; | 101 | ] [ rdf:type sp:Bind ; |
| 95 | sp:expression | 102 | sp:expression |
| 96 | [ rdf:type ep-spin-lib:normalizeString ; | 103 | [ rdf:type ep-spin-lib:normalizeString ; |
| 97 | - sp:arg1 _:b12 | 104 | + sp:arg1 _:b11 |
| 98 | ] ; | 105 | ] ; |
| 99 | - sp:variable _:b17 | 106 | + sp:variable _:b16 |
| 100 | ] [ rdf:type sp:Bind ; | 107 | ] [ rdf:type sp:Bind ; |
| 101 | sp:expression | 108 | sp:expression |
| 102 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 109 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 103 | - sp:arg1 _:b17 ; | 110 | + sp:arg1 _:b16 ; |
| 104 | - sp:arg2 _:b13 | 111 | + sp:arg2 _:b12 |
| 105 | ] ; | 112 | ] ; |
| 106 | - sp:variable _:b16 | 113 | + sp:variable _:b15 |
| 107 | ]) | 114 | ]) |
| 108 | ] ; | 115 | ] ; |
| 109 | spin:rule | 116 | spin:rule |
| 110 | [ rdf:type sp:Construct ; | 117 | [ rdf:type sp:Construct ; |
| 111 | - rdfs:comment "STEP 163 Set drilling contractor for drilling activity"^^xsd:string ; | 118 | + rdfs:comment "STEP 161 Set name for Rig"^^xsd:string ; |
| 112 | - sp:templates ([ sp:object _:b18 ; | 119 | + sp:templates ([ sp:object _:b17 ; |
| 113 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#drillingContractor> ; | 120 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#npdName> ; |
| 114 | - sp:subject _:b19 | ||
| 115 | - ] [ sp:object _:b20 ; | ||
| 116 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
| 117 | sp:subject _:b18 | 121 | sp:subject _:b18 |
| 118 | ]) ; | 122 | ]) ; |
| 119 | - sp:where ([ sp:object _:b21 ; | 123 | + sp:where ([ sp:object _:b19 ; |
| 120 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 124 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 121 | sp:subject spin:_this | 125 | sp:subject spin:_this |
| 122 | - ] [ sp:object _:b22 ; | 126 | + ] [ sp:object _:b20 ; |
| 123 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 127 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 124 | sp:subject spin:_this | 128 | sp:subject spin:_this |
| 125 | - ] [ sp:object _:b23 ; | 129 | + ] [ sp:object _:b21 ; |
| 126 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; | 130 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; |
| 127 | sp:subject spin:_this | 131 | sp:subject spin:_this |
| 128 | - ] [ sp:object _:b20 ; | 132 | + ] [ sp:object _:b22 ; |
| 129 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#drillContractor> ; | 133 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#rigAlias> ; |
| 134 | + sp:subject _:b21 | ||
| 135 | + ] [ sp:object _:b17 ; | ||
| 136 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ; | ||
| 137 | + sp:subject _:b22 | ||
| 138 | + ] [ sp:object "NPD Name" ; | ||
| 139 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#namingSystem> ; | ||
| 140 | + sp:subject _:b22 | ||
| 141 | + ] [ sp:object _:b23 ; | ||
| 142 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onRig> ; | ||
| 143 | + sp:subject _:b24 | ||
| 144 | + ] [ sp:object _:b18 ; | ||
| 145 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 130 | sp:subject _:b23 | 146 | sp:subject _:b23 |
| 131 | ] [ rdf:type sp:Bind ; | 147 | ] [ rdf:type sp:Bind ; |
| 132 | sp:expression | 148 | sp:expression |
| 133 | [ rdf:type ep-spin-lib:normalizeString ; | 149 | [ rdf:type ep-spin-lib:normalizeString ; |
| 134 | - sp:arg1 _:b21 | 150 | + sp:arg1 _:b19 |
| 135 | - ] ; | ||
| 136 | - sp:variable _:b24 | ||
| 137 | - ] [ rdf:type sp:Bind ; | ||
| 138 | - sp:expression | ||
| 139 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 140 | - sp:arg1 _:b24 ; | ||
| 141 | - sp:arg2 _:b22 | ||
| 142 | - ] ; | ||
| 143 | - sp:variable _:b19 | ||
| 144 | - ] [ rdf:type sp:Bind ; | ||
| 145 | - sp:expression | ||
| 146 | - [ rdf:type ep-spin-lib:normalizeString ; | ||
| 147 | - sp:arg1 _:b20 | ||
| 148 | ] ; | 151 | ] ; |
| 149 | sp:variable _:b25 | 152 | sp:variable _:b25 |
| 150 | ] [ rdf:type sp:Bind ; | 153 | ] [ rdf:type sp:Bind ; |
| 151 | sp:expression | 154 | sp:expression |
| 152 | - [ rdf:type rhspin:companyById ; | 155 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 153 | - arg:id _:b25 | 156 | + sp:arg1 _:b25 ; |
| 157 | + sp:arg2 _:b20 | ||
| 154 | ] ; | 158 | ] ; |
| 155 | - sp:variable _:b18 | 159 | + sp:variable _:b24 |
| 156 | ]) | 160 | ]) |
| 157 | ] ; | 161 | ] ; |
| 158 | spin:rule | 162 | spin:rule |
| 159 | [ rdf:type sp:Construct ; | 163 | [ rdf:type sp:Construct ; |
| 160 | - rdfs:comment "STEP 162 Set drilling operator for drilling activity"^^xsd:string ; | 164 | + rdfs:comment "STEP 160 Set rig for drilling activity"^^xsd:string ; |
| 161 | - sp:templates ([ sp:object _:b26 ; | 165 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> ; |
| 162 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#drillingOperator> ; | 166 | + sp:predicate rdf:type ; |
| 167 | + sp:subject _:b26 | ||
| 168 | + ] [ sp:object _:b26 ; | ||
| 169 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onRig> ; | ||
| 163 | sp:subject _:b27 | 170 | sp:subject _:b27 |
| 171 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#Rig> ; | ||
| 172 | + sp:predicate rdf:type ; | ||
| 173 | + sp:subject _:b28 | ||
| 174 | + ] [ sp:object _:b29 ; | ||
| 175 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#npdCode> ; | ||
| 176 | + sp:subject _:b28 | ||
| 164 | ] [ sp:object _:b28 ; | 177 | ] [ sp:object _:b28 ; |
| 165 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 178 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 166 | sp:subject _:b26 | 179 | sp:subject _:b26 |
| 167 | ]) ; | 180 | ]) ; |
| 168 | - sp:where ([ sp:object _:b29 ; | 181 | + sp:where ([ sp:object _:b30 ; |
| 169 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 182 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 170 | sp:subject spin:_this | 183 | sp:subject spin:_this |
| 171 | - ] [ sp:object _:b30 ; | 184 | + ] [ sp:object _:b31 ; |
| 185 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 186 | + sp:subject spin:_this | ||
| 187 | + ] [ sp:object _:b32 ; | ||
| 172 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 188 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 173 | sp:subject spin:_this | 189 | sp:subject spin:_this |
| 174 | - ] [ sp:object _:b31 ; | 190 | + ] [ sp:object _:b33 ; |
| 175 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; | 191 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; |
| 176 | sp:subject spin:_this | 192 | sp:subject spin:_this |
| 177 | - ] [ sp:object _:b28 ; | 193 | + ] [ sp:object _:b34 ; |
| 178 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#operator> ; | 194 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#rigAlias> ; |
| 179 | - sp:subject _:b31 | 195 | + sp:subject _:b33 |
| 196 | + ] [ sp:object "NPD Code" ; | ||
| 197 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#namingSystem> ; | ||
| 198 | + sp:subject _:b34 | ||
| 199 | + ] [ sp:object _:b29 ; | ||
| 200 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ; | ||
| 201 | + sp:subject _:b34 | ||
| 202 | + ] [ rdf:type sp:Bind ; | ||
| 203 | + sp:expression | ||
| 204 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 205 | + sp:arg1 _:b30 | ||
| 206 | + ] ; | ||
| 207 | + sp:variable _:b35 | ||
| 180 | ] [ rdf:type sp:Bind ; | 208 | ] [ rdf:type sp:Bind ; |
| 181 | sp:expression | 209 | sp:expression |
| 182 | [ rdf:type ep-spin-lib:normalizeString ; | 210 | [ rdf:type ep-spin-lib:normalizeString ; |
| 183 | sp:arg1 _:b29 | 211 | sp:arg1 _:b29 |
| 184 | ] ; | 212 | ] ; |
| 185 | - sp:variable _:b32 | 213 | + sp:variable _:b36 |
| 186 | ] [ rdf:type sp:Bind ; | 214 | ] [ rdf:type sp:Bind ; |
| 187 | sp:expression | 215 | sp:expression |
| 188 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 216 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 189 | - sp:arg1 _:b32 ; | 217 | + sp:arg1 _:b35 ; |
| 190 | - sp:arg2 _:b30 | 218 | + sp:arg2 _:b31 |
| 191 | ] ; | 219 | ] ; |
| 192 | sp:variable _:b27 | 220 | sp:variable _:b27 |
| 193 | ] [ rdf:type sp:Bind ; | 221 | ] [ rdf:type sp:Bind ; |
| 194 | sp:expression | 222 | sp:expression |
| 195 | - [ rdf:type ep-spin-lib:normalizeString ; | 223 | + [ rdf:type ep-spin-lib:buildRigURI ; |
| 196 | - sp:arg1 _:b28 | 224 | + sp:arg1 _:b36 |
| 197 | ] ; | 225 | ] ; |
| 198 | - sp:variable _:b33 | 226 | + sp:variable _:b28 |
| 199 | ] [ rdf:type sp:Bind ; | 227 | ] [ rdf:type sp:Bind ; |
| 200 | sp:expression | 228 | sp:expression |
| 201 | - [ rdf:type rhspin:companyById ; | 229 | + [ rdf:type ep-spin-lib:buildTemporalPartOfARigURI ; |
| 202 | - arg:id _:b33 | 230 | + sp:arg1 _:b36 ; |
| 231 | + sp:arg2 _:b31 ; | ||
| 232 | + sp:arg3 _:b32 | ||
| 203 | ] ; | 233 | ] ; |
| 204 | sp:variable _:b26 | 234 | sp:variable _:b26 |
| 205 | ]) | 235 | ]) |
| 206 | ] ; | 236 | ] ; |
| 207 | spin:rule | 237 | spin:rule |
| 208 | [ rdf:type sp:Construct ; | 238 | [ rdf:type sp:Construct ; |
| 209 | - rdfs:comment "STEP 160 Set rig for drilling activity"^^xsd:string ; | 239 | + rdfs:comment "STEP 167 Set drill completion date"^^xsd:string ; |
| 210 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> ; | 240 | + sp:templates ([ sp:object _:b37 ; |
| 211 | - sp:predicate rdf:type ; | 241 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dateDrillComplete> ; |
| 212 | - sp:subject _:b34 | 242 | + sp:subject _:b38 |
| 213 | - ] [ sp:object _:b34 ; | ||
| 214 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onRig> ; | ||
| 215 | - sp:subject _:b35 | ||
| 216 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#Rig> ; | ||
| 217 | - sp:predicate rdf:type ; | ||
| 218 | - sp:subject _:b36 | ||
| 219 | - ] [ sp:object _:b37 ; | ||
| 220 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#npdCode> ; | ||
| 221 | - sp:subject _:b36 | ||
| 222 | - ] [ sp:object _:b36 ; | ||
| 223 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 224 | - sp:subject _:b34 | ||
| 225 | ]) ; | 243 | ]) ; |
| 226 | - sp:where ([ sp:object _:b38 ; | 244 | + sp:where ([ sp:object _:b39 ; |
| 227 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 245 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 228 | sp:subject spin:_this | 246 | sp:subject spin:_this |
| 229 | - ] [ sp:object _:b39 ; | ||
| 230 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 231 | - sp:subject spin:_this | ||
| 232 | ] [ sp:object _:b40 ; | 247 | ] [ sp:object _:b40 ; |
| 233 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 248 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 234 | sp:subject spin:_this | 249 | sp:subject spin:_this |
| 235 | ] [ sp:object _:b41 ; | 250 | ] [ sp:object _:b41 ; |
| 236 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; | 251 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; |
| 237 | sp:subject spin:_this | 252 | sp:subject spin:_this |
| 238 | - ] [ sp:object _:b42 ; | ||
| 239 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#rigAlias> ; | ||
| 240 | - sp:subject _:b41 | ||
| 241 | - ] [ sp:object "NPD Code" ; | ||
| 242 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#namingSystem> ; | ||
| 243 | - sp:subject _:b42 | ||
| 244 | ] [ sp:object _:b37 ; | 253 | ] [ sp:object _:b37 ; |
| 245 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ; | 254 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dateDrillComplete> ; |
| 255 | + sp:subject _:b41 | ||
| 256 | + ] [ sp:object _:b42 ; | ||
| 257 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 258 | + sp:subject _:b43 | ||
| 259 | + ] [ sp:object _:b38 ; | ||
| 260 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 246 | sp:subject _:b42 | 261 | sp:subject _:b42 |
| 247 | ] [ rdf:type sp:Bind ; | 262 | ] [ rdf:type sp:Bind ; |
| 248 | sp:expression | 263 | sp:expression |
| 249 | [ rdf:type ep-spin-lib:normalizeString ; | 264 | [ rdf:type ep-spin-lib:normalizeString ; |
| 250 | - sp:arg1 _:b38 | 265 | + sp:arg1 _:b39 |
| 251 | - ] ; | ||
| 252 | - sp:variable _:b43 | ||
| 253 | - ] [ rdf:type sp:Bind ; | ||
| 254 | - sp:expression | ||
| 255 | - [ rdf:type ep-spin-lib:normalizeString ; | ||
| 256 | - sp:arg1 _:b37 | ||
| 257 | ] ; | 266 | ] ; |
| 258 | sp:variable _:b44 | 267 | sp:variable _:b44 |
| 259 | ] [ rdf:type sp:Bind ; | 268 | ] [ rdf:type sp:Bind ; |
| 260 | sp:expression | 269 | sp:expression |
| 261 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 270 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 262 | - sp:arg1 _:b43 ; | ||
| 263 | - sp:arg2 _:b39 | ||
| 264 | - ] ; | ||
| 265 | - sp:variable _:b35 | ||
| 266 | - ] [ rdf:type sp:Bind ; | ||
| 267 | - sp:expression | ||
| 268 | - [ rdf:type ep-spin-lib:buildRigURI ; | ||
| 269 | - sp:arg1 _:b44 | ||
| 270 | - ] ; | ||
| 271 | - sp:variable _:b36 | ||
| 272 | - ] [ rdf:type sp:Bind ; | ||
| 273 | - sp:expression | ||
| 274 | - [ rdf:type ep-spin-lib:buildTemporalPartOfARigURI ; | ||
| 275 | sp:arg1 _:b44 ; | 271 | sp:arg1 _:b44 ; |
| 276 | - sp:arg2 _:b39 ; | 272 | + sp:arg2 _:b40 |
| 277 | - sp:arg3 _:b40 | ||
| 278 | ] ; | 273 | ] ; |
| 279 | - sp:variable _:b34 | 274 | + sp:variable _:b43 |
| 280 | ]) | 275 | ]) |
| 281 | ] ; | 276 | ] ; |
| 282 | spin:rule | 277 | spin:rule |
| 283 | [ rdf:type sp:Construct ; | 278 | [ rdf:type sp:Construct ; |
| 284 | - rdfs:comment "STEP 161 Set name for Rig"^^xsd:string ; | 279 | + rdfs:comment "STEP 162 Set drilling operator for drilling activity"^^xsd:string ; |
| 285 | sp:templates ([ sp:object _:b45 ; | 280 | sp:templates ([ sp:object _:b45 ; |
| 286 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#npdName> ; | 281 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#drillingOperator> ; |
| 287 | sp:subject _:b46 | 282 | sp:subject _:b46 |
| 283 | + ] [ sp:object _:b47 ; | ||
| 284 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
| 285 | + sp:subject _:b45 | ||
| 286 | + ] [ sp:object <http://www.reportinghub.no/np/schema/npd#OperatingCompany> ; | ||
| 287 | + sp:predicate rdf:type ; | ||
| 288 | + sp:subject _:b45 | ||
| 288 | ]) ; | 289 | ]) ; |
| 289 | - sp:where ([ sp:object _:b47 ; | 290 | + sp:where ([ sp:object _:b48 ; |
| 290 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 291 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 291 | sp:subject spin:_this | 292 | sp:subject spin:_this |
| 292 | - ] [ sp:object _:b48 ; | 293 | + ] [ sp:object _:b49 ; |
| 293 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 294 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 294 | sp:subject spin:_this | 295 | sp:subject spin:_this |
| 295 | - ] [ sp:object _:b49 ; | 296 | + ] [ sp:object _:b50 ; |
| 296 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; | 297 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; |
| 297 | sp:subject spin:_this | 298 | sp:subject spin:_this |
| 298 | - ] [ sp:object _:b50 ; | 299 | + ] [ sp:object _:b47 ; |
| 299 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#rigAlias> ; | 300 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#operator> ; |
| 300 | - sp:subject _:b49 | ||
| 301 | - ] [ sp:object _:b45 ; | ||
| 302 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ; | ||
| 303 | - sp:subject _:b50 | ||
| 304 | - ] [ sp:object "NPD Name" ; | ||
| 305 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#namingSystem> ; | ||
| 306 | sp:subject _:b50 | 301 | sp:subject _:b50 |
| 307 | - ] [ sp:object _:b51 ; | ||
| 308 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onRig> ; | ||
| 309 | - sp:subject _:b52 | ||
| 310 | - ] [ sp:object _:b46 ; | ||
| 311 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 312 | - sp:subject _:b51 | ||
| 313 | ] [ rdf:type sp:Bind ; | 302 | ] [ rdf:type sp:Bind ; |
| 314 | sp:expression | 303 | sp:expression |
| 315 | [ rdf:type ep-spin-lib:normalizeString ; | 304 | [ rdf:type ep-spin-lib:normalizeString ; |
| 316 | - sp:arg1 _:b47 | 305 | + sp:arg1 _:b48 |
| 317 | ] ; | 306 | ] ; |
| 318 | - sp:variable _:b53 | 307 | + sp:variable _:b51 |
| 319 | ] [ rdf:type sp:Bind ; | 308 | ] [ rdf:type sp:Bind ; |
| 320 | sp:expression | 309 | sp:expression |
| 321 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 310 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 322 | - sp:arg1 _:b53 ; | 311 | + sp:arg1 _:b51 ; |
| 323 | - sp:arg2 _:b48 | 312 | + sp:arg2 _:b49 |
| 313 | + ] ; | ||
| 314 | + sp:variable _:b46 | ||
| 315 | + ] [ rdf:type sp:Bind ; | ||
| 316 | + sp:expression | ||
| 317 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 318 | + sp:arg1 _:b47 | ||
| 324 | ] ; | 319 | ] ; |
| 325 | sp:variable _:b52 | 320 | sp:variable _:b52 |
| 321 | + ] [ rdf:type sp:Bind ; | ||
| 322 | + sp:expression | ||
| 323 | + [ rdf:type rhspin:companyById ; | ||
| 324 | + arg:id _:b52 | ||
| 325 | + ] ; | ||
| 326 | + sp:variable _:b45 | ||
| 326 | ]) | 327 | ]) |
| 327 | ] ; | 328 | ] ; |
| 328 | spin:rule | 329 | spin:rule |
| 329 | [ rdf:type sp:Construct ; | 330 | [ rdf:type sp:Construct ; |
| 330 | - rdfs:comment "STEP 164 Set preSPUD date"^^xsd:string ; | 331 | + rdfs:comment "STEP 166 Set SPUD date"^^xsd:string ; |
| 331 | - sp:templates ([ sp:object _:b54 ; | 332 | + sp:templates ([ sp:object _:b53 ; |
| 332 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimPreSpud> ; | 333 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimSpud> ; |
| 333 | - sp:subject _:b55 | 334 | + sp:subject _:b54 |
| 334 | ]) ; | 335 | ]) ; |
| 335 | - sp:where ([ sp:object _:b56 ; | 336 | + sp:where ([ sp:object _:b55 ; |
| 336 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 337 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 337 | sp:subject spin:_this | 338 | sp:subject spin:_this |
| 338 | - ] [ sp:object _:b57 ; | 339 | + ] [ sp:object _:b56 ; |
| 339 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 340 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 340 | sp:subject spin:_this | 341 | sp:subject spin:_this |
| 341 | - ] [ sp:object _:b58 ; | 342 | + ] [ sp:object _:b57 ; |
| 342 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; | 343 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; |
| 343 | sp:subject spin:_this | 344 | sp:subject spin:_this |
| 344 | - ] [ sp:object _:b54 ; | 345 | + ] [ sp:object _:b53 ; |
| 345 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimPreSpud> ; | 346 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimSpud> ; |
| 346 | - sp:subject _:b58 | 347 | + sp:subject _:b57 |
| 347 | - ] [ sp:object _:b59 ; | 348 | + ] [ sp:object _:b58 ; |
| 348 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 349 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 349 | - sp:subject _:b60 | ||
| 350 | - ] [ sp:object _:b55 ; | ||
| 351 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 352 | sp:subject _:b59 | 350 | sp:subject _:b59 |
| 351 | + ] [ sp:object _:b54 ; | ||
| 352 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 353 | + sp:subject _:b58 | ||
| 353 | ] [ rdf:type sp:Bind ; | 354 | ] [ rdf:type sp:Bind ; |
| 354 | sp:expression | 355 | sp:expression |
| 355 | [ rdf:type ep-spin-lib:normalizeString ; | 356 | [ rdf:type ep-spin-lib:normalizeString ; |
| 356 | - sp:arg1 _:b56 | 357 | + sp:arg1 _:b55 |
| 357 | ] ; | 358 | ] ; |
| 358 | - sp:variable _:b61 | 359 | + sp:variable _:b60 |
| 359 | ] [ rdf:type sp:Bind ; | 360 | ] [ rdf:type sp:Bind ; |
| 360 | sp:expression | 361 | sp:expression |
| 361 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 362 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 362 | - sp:arg1 _:b61 ; | 363 | + sp:arg1 _:b60 ; |
| 363 | - sp:arg2 _:b57 | 364 | + sp:arg2 _:b56 |
| 364 | ] ; | 365 | ] ; |
| 365 | - sp:variable _:b60 | 366 | + sp:variable _:b59 |
| 366 | ]) | 367 | ]) |
| 367 | ] ; | 368 | ] ; |
| 368 | spin:rule | 369 | spin:rule |
| 369 | [ rdf:type sp:Construct ; | 370 | [ rdf:type sp:Construct ; |
| 370 | - rdfs:comment "STEP 167 Set drill completion date"^^xsd:string ; | 371 | + rdfs:comment """STEP 168 Transfer fixedRig |
| 371 | - sp:templates ([ sp:object _:b62 ; | 372 | +This rule processes data from statusInfo, but is here because it must be executed after a rig has been defined."""^^xsd:string ; |
| 372 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dateDrillComplete> ; | 373 | + sp:templates ([ sp:object _:b61 ; |
| 373 | - sp:subject _:b63 | 374 | + sp:predicate rdf:type ; |
| 375 | + sp:subject _:b62 | ||
| 374 | ]) ; | 376 | ]) ; |
| 375 | - sp:where ([ sp:object _:b64 ; | 377 | + sp:where ([ sp:object _:b63 ; |
| 376 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 378 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 377 | sp:subject spin:_this | 379 | sp:subject spin:_this |
| 378 | - ] [ sp:object _:b65 ; | 380 | + ] [ sp:object _:b64 ; |
| 379 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 381 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 380 | sp:subject spin:_this | 382 | sp:subject spin:_this |
| 381 | - ] [ sp:object _:b66 ; | 383 | + ] [ sp:object _:b65 ; |
| 382 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreInfo> ; | 384 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onRig> ; |
| 383 | - sp:subject spin:_this | ||
| 384 | - ] [ sp:object _:b62 ; | ||
| 385 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dateDrillComplete> ; | ||
| 386 | sp:subject _:b66 | 385 | sp:subject _:b66 |
| 387 | - ] [ sp:object _:b67 ; | 386 | + ] [ sp:object _:b62 ; |
| 388 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 389 | - sp:subject _:b68 | ||
| 390 | - ] [ sp:object _:b63 ; | ||
| 391 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 387 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 388 | + sp:subject _:b65 | ||
| 389 | + ] [ sp:object _:b67 ; | ||
| 390 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ; | ||
| 391 | + sp:subject spin:_this | ||
| 392 | + ] [ sp:object _:b68 ; | ||
| 393 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#fixedRig> ; | ||
| 392 | sp:subject _:b67 | 394 | sp:subject _:b67 |
| 393 | ] [ rdf:type sp:Bind ; | 395 | ] [ rdf:type sp:Bind ; |
| 394 | sp:expression | 396 | sp:expression |
| 395 | [ rdf:type ep-spin-lib:normalizeString ; | 397 | [ rdf:type ep-spin-lib:normalizeString ; |
| 396 | - sp:arg1 _:b64 | 398 | + sp:arg1 _:b63 |
| 397 | ] ; | 399 | ] ; |
| 398 | sp:variable _:b69 | 400 | sp:variable _:b69 |
| 399 | ] [ rdf:type sp:Bind ; | 401 | ] [ rdf:type sp:Bind ; |
| 400 | sp:expression | 402 | sp:expression |
| 401 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 403 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 402 | sp:arg1 _:b69 ; | 404 | sp:arg1 _:b69 ; |
| 403 | - sp:arg2 _:b65 | 405 | + sp:arg2 _:b64 |
| 406 | + ] ; | ||
| 407 | + sp:variable _:b66 | ||
| 408 | + ] [ rdf:type sp:Bind ; | ||
| 409 | + sp:expression | ||
| 410 | + [ rdf:type ep-spin-lib:selectFixedOrMoveableRigType ; | ||
| 411 | + sp:arg1 _:b68 | ||
| 404 | ] ; | 412 | ] ; |
| 405 | - sp:variable _:b68 | 413 | + sp:variable _:b61 |
| 406 | ]) | 414 | ]) |
| 407 | ] . | 415 | ] . |
| 408 | 416 | ||
| 409 | <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> | 417 | <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> |
| 410 | rdf:type owl:Ontology ; | 418 | rdf:type owl:Ontology ; |
| 411 | - owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/ddr> ; | 419 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; |
| 412 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 420 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 413 | 421 | ||
| 414 | -_:b1 sp:varName "fixedOrMoveableRigType"^^xsd:string . | 422 | +[] rdf:type sp:Modify . |
| 415 | - | ||
| 416 | -_:b9 sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 417 | 423 | ||
| 418 | -_:b8 sp:varName "fixedRigFlag"^^xsd:string . | 424 | +[] rdf:type fn:starts-with . |
| 419 | 425 | ||
| 420 | -_:b7 sp:varName "statusInfo"^^xsd:string . | 426 | +[] rdf:type smf:trim . |
| 421 | 427 | ||
| 422 | -_:b2 sp:varName "rig"^^xsd:string . | 428 | +[] rdf:type smf:regex . |
| 423 | 429 | ||
| 424 | -_:b5 sp:varName "temporalPartOfARig"^^xsd:string . | 430 | +_:b44 |
| 431 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 425 | 432 | ||
| 426 | -_:b6 sp:varName "dailyDrillingActivity"^^xsd:string . | 433 | +_:b43 |
| 434 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 427 | 435 | ||
| 428 | -_:b4 sp:varName "dTimStart"^^xsd:string . | 436 | +_:b42 |
| 437 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 429 | 438 | ||
| 430 | -_:b3 sp:varName "nameWellBore"^^xsd:string . | 439 | +_:b41 |
| 440 | + sp:varName "wellboreInfo"^^xsd:string . | ||
| 431 | 441 | ||
| 432 | -[] rdf:type smf:regex . | 442 | +_:b40 |
| 443 | + sp:varName "dTimStart"^^xsd:string . | ||
| 433 | 444 | ||
| 434 | -[] rdf:type smf:trim . | 445 | +_:b39 |
| 446 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 435 | 447 | ||
| 436 | -[] rdf:type fn:starts-with . | 448 | +_:b38 |
| 449 | + sp:varName "wellBore"^^xsd:string . | ||
| 437 | 450 | ||
| 438 | -[] rdf:type sp:Modify . | 451 | +_:b37 |
| 452 | + sp:varName "dateDrillComplete"^^xsd:string . | ||
| 439 | 453 | ||
| 440 | -_:b17 | 454 | +_:b16 |
| 441 | sp:varName "normalizedWellBoreName"^^xsd:string . | 455 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 442 | 456 | ||
| 443 | -_:b16 | 457 | +_:b15 |
| 444 | sp:varName "dailyDrillingActivity"^^xsd:string . | 458 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 445 | 459 | ||
| 446 | -_:b15 | 460 | +_:b14 |
| 447 | sp:varName "temporalPartOfAWellBore"^^xsd:string . | 461 | sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 448 | 462 | ||
| 449 | -_:b14 | 463 | +_:b13 |
| 450 | sp:varName "wellboreInfo"^^xsd:string . | 464 | sp:varName "wellboreInfo"^^xsd:string . |
| 451 | 465 | ||
| 452 | -_:b13 | 466 | +_:b12 |
| 453 | sp:varName "dTimStart"^^xsd:string . | 467 | sp:varName "dTimStart"^^xsd:string . |
| 454 | 468 | ||
| 455 | -_:b12 | 469 | +_:b11 |
| 456 | sp:varName "nameWellBore"^^xsd:string . | 470 | sp:varName "nameWellBore"^^xsd:string . |
| 457 | 471 | ||
| 458 | -_:b11 | 472 | +_:b10 |
| 459 | sp:varName "wellBore"^^xsd:string . | 473 | sp:varName "wellBore"^^xsd:string . |
| 460 | 474 | ||
| 461 | -_:b10 | 475 | +_:b9 sp:varName "preSpudDate"^^xsd:string . |
| 462 | - sp:varName "spudDate"^^xsd:string . | ||
| 463 | 476 | ||
| 464 | _:b25 | 477 | _:b25 |
| 465 | - sp:varName "normalizedContractorName"^^xsd:string . | 478 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 466 | 479 | ||
| 467 | _:b24 | 480 | _:b24 |
| 468 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 481 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 469 | 482 | ||
| 470 | _:b23 | 483 | _:b23 |
| 471 | - sp:varName "wellboreInfo"^^xsd:string . | 484 | + sp:varName "temporalPartOfARig"^^xsd:string . |
| 472 | 485 | ||
| 473 | _:b22 | 486 | _:b22 |
| 474 | - sp:varName "dTimStart"^^xsd:string . | 487 | + sp:varName "rigAlias"^^xsd:string . |
| 475 | 488 | ||
| 476 | _:b21 | 489 | _:b21 |
| 477 | - sp:varName "nameWellBore"^^xsd:string . | 490 | + sp:varName "wellboreInfo"^^xsd:string . |
| 478 | 491 | ||
| 479 | _:b20 | 492 | _:b20 |
| 480 | - sp:varName "nameContractor"^^xsd:string . | 493 | + sp:varName "dTimStart"^^xsd:string . |
| 481 | 494 | ||
| 482 | _:b19 | 495 | _:b19 |
| 483 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 496 | + sp:varName "nameWellBore"^^xsd:string . |
| 484 | 497 | ||
| 485 | _:b18 | 498 | _:b18 |
| 486 | - sp:varName "contractor"^^xsd:string . | 499 | + sp:varName "rig"^^xsd:string . |
| 500 | + | ||
| 501 | +_:b17 | ||
| 502 | + sp:varName "name"^^xsd:string . | ||
| 503 | + | ||
| 504 | +_:b36 | ||
| 505 | + sp:varName "normalizedRigName"^^xsd:string . | ||
| 506 | + | ||
| 507 | +_:b35 | ||
| 508 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 509 | + | ||
| 510 | +_:b34 | ||
| 511 | + sp:varName "rigAlias"^^xsd:string . | ||
| 487 | 512 | ||
| 488 | _:b33 | 513 | _:b33 |
| 489 | - sp:varName "normalizedOperatorName"^^xsd:string . | 514 | + sp:varName "wellboreInfo"^^xsd:string . |
| 490 | 515 | ||
| 491 | _:b32 | 516 | _:b32 |
| 492 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 517 | + sp:varName "dTimEnd"^^xsd:string . |
| 493 | 518 | ||
| 494 | _:b31 | 519 | _:b31 |
| 495 | - sp:varName "wellboreInfo"^^xsd:string . | 520 | + sp:varName "dTimStart"^^xsd:string . |
| 496 | 521 | ||
| 497 | _:b30 | 522 | _:b30 |
| 498 | - sp:varName "dTimStart"^^xsd:string . | 523 | + sp:varName "nameWellBore"^^xsd:string . |
| 499 | 524 | ||
| 500 | _:b29 | 525 | _:b29 |
| 501 | - sp:varName "nameWellBore"^^xsd:string . | 526 | + sp:varName "nameRig"^^xsd:string . |
| 502 | 527 | ||
| 503 | _:b28 | 528 | _:b28 |
| 504 | - sp:varName "nameOperator"^^xsd:string . | 529 | + sp:varName "rig"^^xsd:string . |
| 505 | 530 | ||
| 506 | _:b27 | 531 | _:b27 |
| 507 | sp:varName "dailyDrillingActivity"^^xsd:string . | 532 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 508 | 533 | ||
| 509 | _:b26 | 534 | _:b26 |
| 510 | - sp:varName "operator"^^xsd:string . | 535 | + sp:varName "temporalPartOfARig"^^xsd:string . |
| 511 | - | ||
| 512 | -_:b44 | ||
| 513 | - sp:varName "normalizedRigName"^^xsd:string . | ||
| 514 | 536 | ||
| 515 | -_:b43 | 537 | +_:b60 |
| 516 | sp:varName "normalizedWellBoreName"^^xsd:string . | 538 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 517 | 539 | ||
| 518 | -_:b42 | 540 | +_:b59 |
| 519 | - sp:varName "rigAlias"^^xsd:string . | 541 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 520 | 542 | ||
| 521 | -_:b41 | 543 | +_:b58 |
| 522 | - sp:varName "wellboreInfo"^^xsd:string . | 544 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 523 | 545 | ||
| 524 | -_:b40 | 546 | +_:b57 |
| 525 | - sp:varName "dTimEnd"^^xsd:string . | 547 | + sp:varName "wellboreInfo"^^xsd:string . |
| 526 | 548 | ||
| 527 | -_:b39 | 549 | +_:b56 |
| 528 | sp:varName "dTimStart"^^xsd:string . | 550 | sp:varName "dTimStart"^^xsd:string . |
| 529 | 551 | ||
| 530 | -_:b38 | 552 | +_:b55 |
| 531 | sp:varName "nameWellBore"^^xsd:string . | 553 | sp:varName "nameWellBore"^^xsd:string . |
| 532 | 554 | ||
| 533 | -_:b37 | 555 | +_:b54 |
| 534 | - sp:varName "nameRig"^^xsd:string . | 556 | + sp:varName "wellBore"^^xsd:string . |
| 535 | 557 | ||
| 536 | -_:b36 | 558 | +_:b53 |
| 537 | - sp:varName "rig"^^xsd:string . | 559 | + sp:varName "spudDate"^^xsd:string . |
| 538 | 560 | ||
| 539 | -_:b35 | 561 | +_:b69 |
| 540 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 562 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 541 | 563 | ||
| 542 | -_:b34 | 564 | +_:b68 |
| 543 | - sp:varName "temporalPartOfARig"^^xsd:string . | 565 | + sp:varName "fixedRigFlag"^^xsd:string . |
| 544 | 566 | ||
| 545 | -_:b53 | 567 | +_:b67 |
| 546 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 568 | + sp:varName "statusInfo"^^xsd:string . |
| 547 | 569 | ||
| 548 | -_:b52 | 570 | +_:b66 |
| 549 | sp:varName "dailyDrillingActivity"^^xsd:string . | 571 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 550 | 572 | ||
| 551 | -_:b51 | 573 | +_:b65 |
| 552 | sp:varName "temporalPartOfARig"^^xsd:string . | 574 | sp:varName "temporalPartOfARig"^^xsd:string . |
| 553 | 575 | ||
| 554 | -_:b50 | 576 | +_:b64 |
| 555 | - sp:varName "rigAlias"^^xsd:string . | ||
| 556 | - | ||
| 557 | -_:b49 | ||
| 558 | - sp:varName "wellboreInfo"^^xsd:string . | ||
| 559 | - | ||
| 560 | -_:b48 | ||
| 561 | sp:varName "dTimStart"^^xsd:string . | 577 | sp:varName "dTimStart"^^xsd:string . |
| 562 | 578 | ||
| 563 | -_:b47 | 579 | +_:b63 |
| 564 | sp:varName "nameWellBore"^^xsd:string . | 580 | sp:varName "nameWellBore"^^xsd:string . |
| 565 | 581 | ||
| 566 | -_:b46 | 582 | +_:b62 |
| 567 | sp:varName "rig"^^xsd:string . | 583 | sp:varName "rig"^^xsd:string . |
| 568 | 584 | ||
| 569 | -_:b45 | ||
| 570 | - sp:varName "name"^^xsd:string . | ||
| 571 | - | ||
| 572 | _:b61 | 585 | _:b61 |
| 573 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 586 | + sp:varName "fixedOrMoveableRigType"^^xsd:string . |
| 574 | 587 | ||
| 575 | -_:b60 | 588 | +_:b1 sp:varName "contractor"^^xsd:string . |
| 576 | - sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 577 | 589 | ||
| 578 | -_:b59 | 590 | +_:b8 sp:varName "normalizedContractorName"^^xsd:string . |
| 579 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 580 | 591 | ||
| 581 | -_:b58 | 592 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . |
| 582 | - sp:varName "wellboreInfo"^^xsd:string . | ||
| 583 | 593 | ||
| 584 | -_:b57 | 594 | +_:b7 sp:varName "normalizedWellBoreName"^^xsd:string . |
| 585 | - sp:varName "dTimStart"^^xsd:string . | ||
| 586 | 595 | ||
| 587 | -_:b56 | 596 | +_:b3 sp:varName "nameContractor"^^xsd:string . |
| 588 | - sp:varName "nameWellBore"^^xsd:string . | ||
| 589 | 597 | ||
| 590 | -_:b55 | 598 | +_:b6 sp:varName "wellboreInfo"^^xsd:string . |
| 591 | - sp:varName "wellBore"^^xsd:string . | ||
| 592 | 599 | ||
| 593 | -_:b54 | 600 | +_:b5 sp:varName "dTimStart"^^xsd:string . |
| 594 | - sp:varName "preSpudDate"^^xsd:string . | ||
| 595 | 601 | ||
| 596 | -_:b69 | 602 | +_:b4 sp:varName "nameWellBore"^^xsd:string . |
| 597 | - sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 598 | 603 | ||
| 599 | -_:b68 | 604 | +_:b45 |
| 605 | + sp:varName "operator"^^xsd:string . | ||
| 606 | + | ||
| 607 | +_:b52 | ||
| 608 | + sp:varName "normalizedOperatorName"^^xsd:string . | ||
| 609 | + | ||
| 610 | +_:b46 | ||
| 600 | sp:varName "dailyDrillingActivity"^^xsd:string . | 611 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 601 | 612 | ||
| 602 | -_:b67 | 613 | +_:b51 |
| 603 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 614 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 604 | 615 | ||
| 605 | -_:b66 | 616 | +_:b47 |
| 617 | + sp:varName "nameOperator"^^xsd:string . | ||
| 618 | + | ||
| 619 | +_:b50 | ||
| 606 | sp:varName "wellboreInfo"^^xsd:string . | 620 | sp:varName "wellboreInfo"^^xsd:string . |
| 607 | 621 | ||
| 608 | -_:b65 | 622 | +_:b49 |
| 609 | sp:varName "dTimStart"^^xsd:string . | 623 | sp:varName "dTimStart"^^xsd:string . |
| 610 | 624 | ||
| 611 | -_:b64 | 625 | +_:b48 |
| 612 | sp:varName "nameWellBore"^^xsd:string . | 626 | sp:varName "nameWellBore"^^xsd:string . |
| 613 | 627 | ||
| 614 | -_:b63 | ||
| 615 | - sp:varName "wellBore"^^xsd:string . | ||
| 616 | - | ||
| 617 | -_:b62 | ||
| 618 | - sp:varName "dateDrillComplete"^^xsd:string . | ||
| 619 | - | ||
| 620 | ([]) . | 628 | ([]) . |
| 621 | 629 | ||
| 622 | ([]) . | 630 | ([]) . | ... | ... |
| ... | @@ -55,7 +55,13 @@ | ... | @@ -55,7 +55,13 @@ |
| 55 | <witsml:avgTempBH uom="degC">20</witsml:avgTempBH> | 55 | <witsml:avgTempBH uom="degC">20</witsml:avgTempBH> |
| 56 | <witsml:fixedRig>true</witsml:fixedRig> | 56 | <witsml:fixedRig>true</witsml:fixedRig> |
| 57 | </witsml:statusInfo> | 57 | </witsml:statusInfo> |
| 58 | - <witsml:surveyStation> | 58 | + <witsml:porePressure> |
| 59 | + <witsml:readingKind>estimated</witsml:readingKind> | ||
| 60 | + <witsml:equivalentMudWeight uom="g/cm3">.93</witsml:equivalentMudWeight> | ||
| 61 | + <witsml:dTim>2010-01-25T00:00:00.000Z</witsml:dTim> | ||
| 62 | + <witsml:md uom="m">3741</witsml:md> | ||
| 63 | + </witsml:porePressure> | ||
| 64 | +<witsml:surveyStation> | ||
| 59 | <witsml:dTim>2010-01-25T00:00:00.000Z</witsml:dTim> | 65 | <witsml:dTim>2010-01-25T00:00:00.000Z</witsml:dTim> |
| 60 | <witsml:md uom="m">3569</witsml:md> | 66 | <witsml:md uom="m">3569</witsml:md> |
| 61 | <witsml:tvd uom="m">1822.47</witsml:tvd> | 67 | <witsml:tvd uom="m">1822.47</witsml:tvd> |
| ... | @@ -244,6 +250,24 @@ Sand Zones: | ... | @@ -244,6 +250,24 @@ Sand Zones: |
| 244 | 250 | ||
| 245 | 0,08m above, 1,29m to the right of plan.</witsml:comments> | 251 | 0,08m above, 1,29m to the right of plan.</witsml:comments> |
| 246 | </witsml:activity> | 252 | </witsml:activity> |
| 253 | +<witsml:logInfo> | ||
| 254 | +<witsml:runNumber>101</witsml:runNumber> | ||
| 255 | +<witsml:serviceCompany>Baker Hughes Inteq</witsml:serviceCompany> | ||
| 256 | +<witsml:mdTop uom="m">3567</witsml:mdTop> | ||
| 257 | +<witsml:mdBottom uom="m">3883</witsml:mdBottom> | ||
| 258 | +<witsml:tool>AutoTrak - DeepTrak - SOUNDTRAK - AZITRA</witsml:tool> | ||
| 259 | +<witsml:tempBHST uom="degC">-9999</witsml:tempBHST> | ||
| 260 | +<witsml:eTimStatic uom="h">-9999</witsml:eTimStatic> | ||
| 261 | +<witsml:mdTempTool uom="m">-9999</witsml:mdTempTool> | ||
| 262 | +</witsml:logInfo> | ||
| 263 | +<witsml:lithShowInfo> | ||
| 264 | +<witsml:dTim>2010-01-25T00:00:00.000Z</witsml:dTim> | ||
| 265 | +<witsml:mdTop uom="m">3570</witsml:mdTop> | ||
| 266 | +<witsml:mdBottom uom="m">3750</witsml:mdBottom> | ||
| 267 | +<witsml:tvdTop uom="m">1822.67</witsml:tvdTop> | ||
| 268 | +<witsml:tvdBottom uom="m">1827.57</witsml:tvdBottom> | ||
| 269 | +<witsml:lithology>Sandstone with minor claystone (Heimdal Fm)</witsml:lithology> | ||
| 270 | +</witsml:lithShowInfo> | ||
| 247 | <witsml:equipFailureInfo> | 271 | <witsml:equipFailureInfo> |
| 248 | <witsml:dTim>2009-12-31T00:00:00.000Z</witsml:dTim> | 272 | <witsml:dTim>2009-12-31T00:00:00.000Z</witsml:dTim> |
| 249 | <witsml:md uom="m">2823</witsml:md> | 273 | <witsml:md uom="m">2823</witsml:md> |
| ... | @@ -252,6 +276,5 @@ Sand Zones: | ... | @@ -252,6 +276,5 @@ Sand Zones: |
| 252 | <witsml:dTimRepair>2009-12-30T11:30:00.000Z</witsml:dTimRepair> | 276 | <witsml:dTimRepair>2009-12-30T11:30:00.000Z</witsml:dTimRepair> |
| 253 | <witsml:description>Feilfunksjon på URA. Det er avvik mellom posisjon kloa på URA har og det DrillView viser.</witsml:description> | 277 | <witsml:description>Feilfunksjon på URA. Det er avvik mellom posisjon kloa på URA har og det DrillView viser.</witsml:description> |
| 254 | </witsml:equipFailureInfo> | 278 | </witsml:equipFailureInfo> |
| 255 | - | ||
| 256 | </witsml:drillReport> | 279 | </witsml:drillReport> |
| 257 | </witsml:drillReports> | 280 | </witsml:drillReports> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment