Showing
31 changed files
with
4323 additions
and
1351 deletions
| 1 | -# Saved by TopBraid on Wed Aug 17 16:00:46 BST 2011 | 1 | +# Saved by TopBraid on Wed Aug 24 19:54:01 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 |
| ... | @@ -7,6 +7,7 @@ | ... | @@ -7,6 +7,7 @@ |
| 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.linkedmodel.org/1.1/schema/ordered | 8 | # imports: http://www.linkedmodel.org/1.1/schema/ordered |
| 9 | 9 | ||
| 10 | +@prefix dc: <http://purl.org/dc/elements/1.1/> . | ||
| 10 | @prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> . | 11 | @prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> . |
| 11 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 12 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 12 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 13 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| ... | @@ -128,16 +129,33 @@ ep-activity:Drill-sidetrack | ... | @@ -128,16 +129,33 @@ ep-activity:Drill-sidetrack |
| 128 | rdfs:label "drill sidetrack"^^xsd:string ; | 129 | rdfs:label "drill sidetrack"^^xsd:string ; |
| 129 | rdfs:subClassOf ep-activity:DrillingActivity . | 130 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 130 | 131 | ||
| 132 | +ep-activity:DrillStemTest | ||
| 133 | + rdf:type owl:Class , ep-activity:WellTestType ; | ||
| 134 | + rdfs:label "drill stem test"^^xsd:string ; | ||
| 135 | + rdfs:subClassOf ep-activity:WellTest ; | ||
| 136 | + dc:description "A test to determine the productive capacity, pressure, permeability or extent (or a combination of these) of a hydrocarbon reservoir, with the drillstring still in the hole."^^xsd:string ; | ||
| 137 | + owl:disjointWith ep-activity:ProductionTest . | ||
| 138 | + | ||
| 131 | ep-activity:DrillingActivity | 139 | ep-activity:DrillingActivity |
| 132 | rdf:type owl:Class ; | 140 | rdf:type owl:Class ; |
| 133 | rdfs:label "Drilling activity"^^xsd:string ; | 141 | rdfs:label "Drilling activity"^^xsd:string ; |
| 134 | rdfs:subClassOf ep-activity:Activity . | 142 | rdfs:subClassOf ep-activity:Activity . |
| 135 | 143 | ||
| 144 | +ep-activity:DrillingActivity-bop_test | ||
| 145 | + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | ||
| 146 | + rdfs:label "drilling activity bop test"^^xsd:string ; | ||
| 147 | + rdfs:subClassOf ep-activity:DrillingActivity . | ||
| 148 | + | ||
| 136 | ep-activity:DrillingActivity-circulation_loss | 149 | ep-activity:DrillingActivity-circulation_loss |
| 137 | rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 150 | rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
| 138 | rdfs:label "drilling activity circulation loss"^^xsd:string ; | 151 | rdfs:label "drilling activity circulation loss"^^xsd:string ; |
| 139 | rdfs:subClassOf ep-activity:DrillingActivity . | 152 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 140 | 153 | ||
| 154 | +ep-activity:DrillingActivity-coiled_tubing | ||
| 155 | + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | ||
| 156 | + rdfs:label "drilling activity coilled tubing"^^xsd:string ; | ||
| 157 | + rdfs:subClassOf ep-activity:DrillingActivity . | ||
| 158 | + | ||
| 141 | ep-activity:DrillingActivity-equipment_failure | 159 | ep-activity:DrillingActivity-equipment_failure |
| 142 | rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 160 | rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
| 143 | rdfs:label "drilling activity equipment failure"^^xsd:string ; | 161 | rdfs:label "drilling activity equipment failure"^^xsd:string ; |
| ... | @@ -148,6 +166,11 @@ ep-activity:DrillingActivity-equipment_hang | ... | @@ -148,6 +166,11 @@ ep-activity:DrillingActivity-equipment_hang |
| 148 | rdfs:label "drilling activity equipment hang"^^xsd:string ; | 166 | rdfs:label "drilling activity equipment hang"^^xsd:string ; |
| 149 | rdfs:subClassOf ep-activity:DrillingActivity . | 167 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 150 | 168 | ||
| 169 | +ep-activity:DrillingActivity-fixed_equipment | ||
| 170 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; | ||
| 171 | + rdfs:label "drilling activity fixed equipment"^^xsd:string ; | ||
| 172 | + rdfs:subClassOf ep-activity:DrillingActivity . | ||
| 173 | + | ||
| 151 | ep-activity:DrillingActivity-injury | 174 | ep-activity:DrillingActivity-injury |
| 152 | rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 175 | rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
| 153 | rdfs:label "drilling activity injury"^^xsd:string ; | 176 | rdfs:label "drilling activity injury"^^xsd:string ; |
| ... | @@ -168,6 +191,11 @@ ep-activity:DrillingActivity-operation_failed | ... | @@ -168,6 +191,11 @@ ep-activity:DrillingActivity-operation_failed |
| 168 | rdfs:label "drilling activity operation failed"^^xsd:string ; | 191 | rdfs:label "drilling activity operation failed"^^xsd:string ; |
| 169 | rdfs:subClassOf ep-activity:DrillingActivity . | 192 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 170 | 193 | ||
| 194 | +ep-activity:DrillingActivity-snubbing | ||
| 195 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; | ||
| 196 | + rdfs:label "drilling activity snubbing"^^xsd:string ; | ||
| 197 | + rdfs:subClassOf ep-activity:DrillingActivity . | ||
| 198 | + | ||
| 171 | ep-activity:DrillingActivity-stuck_equipment | 199 | ep-activity:DrillingActivity-stuck_equipment |
| 172 | rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 200 | rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
| 173 | rdfs:label "drilling activity stuck equipment"^^xsd:string ; | 201 | rdfs:label "drilling activity stuck equipment"^^xsd:string ; |
| ... | @@ -178,11 +206,21 @@ ep-activity:DrillingActivity-success | ... | @@ -178,11 +206,21 @@ ep-activity:DrillingActivity-success |
| 178 | rdfs:label "drilling activity success"^^xsd:string ; | 206 | rdfs:label "drilling activity success"^^xsd:string ; |
| 179 | rdfs:subClassOf ep-activity:DrillingActivity . | 207 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 180 | 208 | ||
| 209 | +ep-activity:DrillingActivity-wire_line | ||
| 210 | + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | ||
| 211 | + rdfs:label "drilling activity wire line"^^xsd:string ; | ||
| 212 | + rdfs:subClassOf ep-activity:DrillingActivity . | ||
| 213 | + | ||
| 181 | ep-activity:DrillingActivityOutcomeType | 214 | ep-activity:DrillingActivityOutcomeType |
| 182 | rdf:type rdfs:Class ; | 215 | rdf:type rdfs:Class ; |
| 183 | rdfs:label "drilling activity outcome type"^^xsd:string ; | 216 | rdfs:label "drilling activity outcome type"^^xsd:string ; |
| 184 | rdfs:subClassOf owl:Class . | 217 | rdfs:subClassOf owl:Class . |
| 185 | 218 | ||
| 219 | +ep-activity:DrillingActivityTypeAccordingToEquipmentType | ||
| 220 | + rdf:type rdfs:Class ; | ||
| 221 | + rdfs:label "drilling activity type according to equipment type"^^xsd:string ; | ||
| 222 | + rdfs:subClassOf owl:Class . | ||
| 223 | + | ||
| 186 | ep-activity:EquipmentFailureAndRepair | 224 | ep-activity:EquipmentFailureAndRepair |
| 187 | rdf:type owl:Class ; | 225 | rdf:type owl:Class ; |
| 188 | rdfs:label "equipment failure and repair"^^xsd:string ; | 226 | rdfs:label "equipment failure and repair"^^xsd:string ; |
| ... | @@ -205,6 +243,70 @@ ep-activity:FormationIntegrityTest | ... | @@ -205,6 +243,70 @@ ep-activity:FormationIntegrityTest |
| 205 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 243 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
| 206 | owl:disjointWith ep-activity:LeakOffTest . | 244 | owl:disjointWith ep-activity:LeakOffTest . |
| 207 | 245 | ||
| 246 | +ep-activity:GasReading | ||
| 247 | + rdf:type owl:Class ; | ||
| 248 | + rdfs:label "gas reading"^^xsd:string ; | ||
| 249 | + rdfs:subClassOf ep-activity:Activity . | ||
| 250 | + | ||
| 251 | +ep-activity:GasReading-circulating_background_gas | ||
| 252 | + rdf:type ep-activity:GasReadingType , owl:Class ; | ||
| 253 | + rdfs:label "gas reading circulating background gas"^^xsd:string ; | ||
| 254 | + rdfs:subClassOf ep-activity:GasReading ; | ||
| 255 | + owl:disjointWith ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-trip_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-other , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-no_readings . | ||
| 256 | + | ||
| 257 | +ep-activity:GasReading-connection_gas | ||
| 258 | + rdf:type ep-activity:GasReadingType , owl:Class ; | ||
| 259 | + rdfs:label "gas reading connection gas"^^xsd:string ; | ||
| 260 | + rdfs:subClassOf ep-activity:GasReading ; | ||
| 261 | + owl:disjointWith ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-other , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-no_readings . | ||
| 262 | + | ||
| 263 | +ep-activity:GasReading-drilling_background_gas | ||
| 264 | + rdf:type ep-activity:GasReadingType , owl:Class ; | ||
| 265 | + rdfs:label "gas reading drilling background gas"^^xsd:string ; | ||
| 266 | + rdfs:subClassOf ep-activity:GasReading ; | ||
| 267 | + owl:disjointWith ep-activity:GasReading-other , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings . | ||
| 268 | + | ||
| 269 | +ep-activity:GasReading-drilling_gas_peak | ||
| 270 | + rdf:type ep-activity:GasReadingType , owl:Class ; | ||
| 271 | + rdfs:label "gas reading drilling gas peak"^^xsd:string ; | ||
| 272 | + rdfs:subClassOf ep-activity:GasReading ; | ||
| 273 | + owl:disjointWith ep-activity:GasReading-other , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-trip_gas , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-shut_down_gas . | ||
| 274 | + | ||
| 275 | +ep-activity:GasReading-flow_check_gas | ||
| 276 | + rdf:type owl:Class , ep-activity:GasReadingType ; | ||
| 277 | + rdfs:label "gas reading flow check gas"^^xsd:string ; | ||
| 278 | + rdfs:subClassOf ep-activity:GasReading ; | ||
| 279 | + owl:disjointWith ep-activity:GasReading-no_readings , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-other , ep-activity:GasReading-circulating_background_gas . | ||
| 280 | + | ||
| 281 | +ep-activity:GasReading-no_readings | ||
| 282 | + rdf:type ep-activity:GasReadingType , owl:Class ; | ||
| 283 | + rdfs:label "gas reading no readings"^^xsd:string ; | ||
| 284 | + rdfs:subClassOf ep-activity:GasReading ; | ||
| 285 | + owl:disjointWith ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-other , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_gas_peak . | ||
| 286 | + | ||
| 287 | +ep-activity:GasReading-other | ||
| 288 | + rdf:type ep-activity:GasReadingType , owl:Class ; | ||
| 289 | + rdfs:label "gas reading other"^^xsd:string ; | ||
| 290 | + rdfs:subClassOf ep-activity:GasReading ; | ||
| 291 | + owl:disjointWith ep-activity:GasReading-connection_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-shut_down_gas . | ||
| 292 | + | ||
| 293 | +ep-activity:GasReading-shut_down_gas | ||
| 294 | + rdf:type ep-activity:GasReadingType , owl:Class ; | ||
| 295 | + rdfs:label "gas reading shut down gas"^^xsd:string ; | ||
| 296 | + rdfs:subClassOf ep-activity:GasReading ; | ||
| 297 | + owl:disjointWith ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-trip_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-connection_gas . | ||
| 298 | + | ||
| 299 | +ep-activity:GasReading-trip_gas | ||
| 300 | + rdf:type owl:Class , ep-activity:GasReadingType ; | ||
| 301 | + rdfs:label "gas reading trip gas"^^xsd:string ; | ||
| 302 | + rdfs:subClassOf ep-activity:GasReading ; | ||
| 303 | + owl:disjointWith ep-activity:GasReading-other , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-connection_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-flow_check_gas . | ||
| 304 | + | ||
| 305 | +ep-activity:GasReadingType | ||
| 306 | + rdf:type rdfs:Class ; | ||
| 307 | + rdfs:label "gas reading type"^^xsd:string ; | ||
| 308 | + rdfs:subClassOf owl:Class . | ||
| 309 | + | ||
| 208 | ep-activity:LeakOffTest | 310 | ep-activity:LeakOffTest |
| 209 | rdf:type ep-activity:PressureTestType , owl:Class ; | 311 | rdf:type ep-activity:PressureTestType , owl:Class ; |
| 210 | rdfs:label "leak-off test"^^xsd:string ; | 312 | rdfs:label "leak-off test"^^xsd:string ; |
| ... | @@ -261,6 +363,11 @@ ep-activity:OffshoreWellActivity | ... | @@ -261,6 +363,11 @@ ep-activity:OffshoreWellActivity |
| 261 | owl:onProperty ep-activity:onWell | 363 | owl:onProperty ep-activity:onWell |
| 262 | ] . | 364 | ] . |
| 263 | 365 | ||
| 366 | +ep-activity:OpenPerforationInterval | ||
| 367 | + rdf:type owl:Class ; | ||
| 368 | + rdfs:label "open perforation interval"^^xsd:string ; | ||
| 369 | + rdfs:subClassOf ep-activity:Activity . | ||
| 370 | + | ||
| 264 | ep-activity:PorePressureDetermination | 371 | ep-activity:PorePressureDetermination |
| 265 | rdf:type owl:Class ; | 372 | rdf:type owl:Class ; |
| 266 | rdfs:label "pore pressure determination"^^xsd:string ; | 373 | rdfs:label "pore pressure determination"^^xsd:string ; |
| ... | @@ -283,6 +390,11 @@ ep-activity:PorePressureMeasurement | ... | @@ -283,6 +390,11 @@ ep-activity:PorePressureMeasurement |
| 283 | rdfs:subClassOf ep-activity:PorePressureDetermination ; | 390 | rdfs:subClassOf ep-activity:PorePressureDetermination ; |
| 284 | owl:disjointWith ep-activity:PorePressureEstimation . | 391 | owl:disjointWith ep-activity:PorePressureEstimation . |
| 285 | 392 | ||
| 393 | +ep-activity:PreliminaryZonation | ||
| 394 | + rdf:type owl:Class ; | ||
| 395 | + rdfs:label "preliminary zonation"^^xsd:string ; | ||
| 396 | + rdfs:subClassOf ep-activity:Activity . | ||
| 397 | + | ||
| 286 | ep-activity:PressureTestType | 398 | ep-activity:PressureTestType |
| 287 | rdf:type rdfs:Class ; | 399 | rdf:type rdfs:Class ; |
| 288 | rdfs:label "pressure test type"^^xsd:string ; | 400 | rdfs:label "pressure test type"^^xsd:string ; |
| ... | @@ -293,6 +405,13 @@ ep-activity:ProductionActivity | ... | @@ -293,6 +405,13 @@ ep-activity:ProductionActivity |
| 293 | rdfs:label "Production activity"^^xsd:string ; | 405 | rdfs:label "Production activity"^^xsd:string ; |
| 294 | rdfs:subClassOf ep-activity:Activity . | 406 | rdfs:subClassOf ep-activity:Activity . |
| 295 | 407 | ||
| 408 | +ep-activity:ProductionTest | ||
| 409 | + rdf:type owl:Class , ep-activity:WellTestType ; | ||
| 410 | + rdfs:label "production test"^^xsd:string ; | ||
| 411 | + rdfs:subClassOf ep-activity:WellTest ; | ||
| 412 | + dc:description "A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."^^xsd:string ; | ||
| 413 | + owl:disjointWith ep-activity:DrillStemTest . | ||
| 414 | + | ||
| 296 | ep-activity:SuccessfulActivity | 415 | ep-activity:SuccessfulActivity |
| 297 | rdf:type ep-activity:ActivitySuccessType , owl:Class ; | 416 | rdf:type ep-activity:ActivitySuccessType , owl:Class ; |
| 298 | rdfs:label "successful activity"^^xsd:string ; | 417 | rdfs:label "successful activity"^^xsd:string ; |
| ... | @@ -339,6 +458,288 @@ ep-activity:WellBorePressureTest | ... | @@ -339,6 +458,288 @@ ep-activity:WellBorePressureTest |
| 339 | rdfs:label "well bore pressure test"^^xsd:string ; | 458 | rdfs:label "well bore pressure test"^^xsd:string ; |
| 340 | rdfs:subClassOf ep-activity:Activity . | 459 | rdfs:subClassOf ep-activity:Activity . |
| 341 | 460 | ||
| 461 | +ep-activity:WellCementJob | ||
| 462 | + rdf:type owl:Class ; | ||
| 463 | + rdfs:label "well cement job"^^xsd:string ; | ||
| 464 | + rdfs:subClassOf ep-activity:Activity . | ||
| 465 | + | ||
| 466 | +ep-activity:WellCementJob-other | ||
| 467 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; | ||
| 468 | + rdfs:label "well cement job other"^^xsd:string ; | ||
| 469 | + rdfs:subClassOf ep-activity:WellCementJob ; | ||
| 470 | + owl:disjointWith ep-activity:WellCementJob-squeeze , ep-activity:WellCementJob-plug , ep-activity:WellCementJob-primary . | ||
| 471 | + | ||
| 472 | +ep-activity:WellCementJob-plug | ||
| 473 | + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | ||
| 474 | + rdfs:label "well cement job plug"^^xsd:string ; | ||
| 475 | + rdfs:subClassOf ep-activity:WellCementJob . | ||
| 476 | + | ||
| 477 | +ep-activity:WellCementJob-primary | ||
| 478 | + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | ||
| 479 | + rdfs:label "well cement job primary"^^xsd:string ; | ||
| 480 | + rdfs:subClassOf ep-activity:WellCementJob . | ||
| 481 | + | ||
| 482 | +ep-activity:WellCementJob-squeeze | ||
| 483 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; | ||
| 484 | + rdfs:label "well cement job squeeze"^^xsd:string ; | ||
| 485 | + rdfs:subClassOf ep-activity:WellCementJob . | ||
| 486 | + | ||
| 487 | +ep-activity:WellCementJobBottomPlugType | ||
| 488 | + rdf:type rdfs:Class ; | ||
| 489 | + rdfs:label "well cement job bottom plug type"^^xsd:string ; | ||
| 490 | + rdfs:subClassOf owl:Class . | ||
| 491 | + | ||
| 492 | +ep-activity:WellCementJobCasingReciprocationType | ||
| 493 | + rdf:type rdfs:Class ; | ||
| 494 | + rdfs:label "well cement job casing reciprocation type"^^xsd:string ; | ||
| 495 | + rdfs:subClassOf owl:Class . | ||
| 496 | + | ||
| 497 | +ep-activity:WellCementJobCasingRotationType | ||
| 498 | + rdf:type rdfs:Class ; | ||
| 499 | + rdfs:label "well cement job casing rotation type"^^xsd:string ; | ||
| 500 | + rdfs:subClassOf owl:Class . | ||
| 501 | + | ||
| 502 | +ep-activity:WellCementJobFloatHoldingType | ||
| 503 | + rdf:type rdfs:Class ; | ||
| 504 | + rdfs:label "well cement job float holding type"^^xsd:string ; | ||
| 505 | + rdfs:subClassOf owl:Class . | ||
| 506 | + | ||
| 507 | +ep-activity:WellCementJobPlugBumpingType | ||
| 508 | + rdf:type rdfs:Class ; | ||
| 509 | + rdfs:label "well cement job plug bumping type"^^xsd:string ; | ||
| 510 | + rdfs:subClassOf owl:Class . | ||
| 511 | + | ||
| 512 | +ep-activity:WellCementJobPressureRelease | ||
| 513 | + rdf:type owl:Class ; | ||
| 514 | + rdfs:label "well cement job pressure release"^^xsd:string ; | ||
| 515 | + rdfs:subClassOf ep-activity:Activity . | ||
| 516 | + | ||
| 517 | +ep-activity:WellCementJobPurposeType | ||
| 518 | + rdf:type rdfs:Class ; | ||
| 519 | + rdfs:label "well cement job purpose type"^^xsd:string ; | ||
| 520 | + rdfs:subClassOf owl:Class . | ||
| 521 | + | ||
| 522 | +ep-activity:WellCementJobTopPlugType | ||
| 523 | + rdf:type rdfs:Class ; | ||
| 524 | + rdfs:label "well cement job top plug type"^^xsd:string ; | ||
| 525 | + rdfs:subClassOf owl:Class . | ||
| 526 | + | ||
| 527 | +ep-activity:WellCementJobWithBottomPlug | ||
| 528 | + rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; | ||
| 529 | + rdfs:label "well cement job with bottom plug"^^xsd:string ; | ||
| 530 | + rdfs:subClassOf ep-activity:WellCementJob ; | ||
| 531 | + owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . | ||
| 532 | + | ||
| 533 | +ep-activity:WellCementJobWithCasingReciprocation | ||
| 534 | + rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; | ||
| 535 | + rdfs:label "well cement job with casing reciprocation"^^xsd:string ; | ||
| 536 | + rdfs:subClassOf ep-activity:WellCementJob ; | ||
| 537 | + owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . | ||
| 538 | + | ||
| 539 | +ep-activity:WellCementJobWithCasingRotation | ||
| 540 | + rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; | ||
| 541 | + rdfs:label "well cement job with casing rotation"^^xsd:string ; | ||
| 542 | + rdfs:subClassOf ep-activity:WellCementJob ; | ||
| 543 | + owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . | ||
| 544 | + | ||
| 545 | +ep-activity:WellCementJobWithFloatHolding | ||
| 546 | + rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; | ||
| 547 | + rdfs:label "well cement job with float holding"^^xsd:string ; | ||
| 548 | + rdfs:subClassOf ep-activity:WellCementJob ; | ||
| 549 | + owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . | ||
| 550 | + | ||
| 551 | +ep-activity:WellCementJobWithPlugBumping | ||
| 552 | + rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; | ||
| 553 | + rdfs:label "well cement job with plug bumping"^^xsd:string ; | ||
| 554 | + rdfs:subClassOf ep-activity:WellCementJob ; | ||
| 555 | + owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . | ||
| 556 | + | ||
| 557 | +ep-activity:WellCementJobWithTopPlug | ||
| 558 | + rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; | ||
| 559 | + rdfs:label "well cement job with top plug"^^xsd:string ; | ||
| 560 | + rdfs:subClassOf ep-activity:WellCementJob ; | ||
| 561 | + owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . | ||
| 562 | + | ||
| 563 | +ep-activity:WellCementJobWithoutBottomPlug | ||
| 564 | + rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; | ||
| 565 | + rdfs:label "well cement job without bottom plug"^^xsd:string ; | ||
| 566 | + rdfs:subClassOf ep-activity:WellCementJob ; | ||
| 567 | + owl:disjointWith ep-activity:WellCementJobWithBottomPlug . | ||
| 568 | + | ||
| 569 | +ep-activity:WellCementJobWithoutCasingReciprocation | ||
| 570 | + rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; | ||
| 571 | + rdfs:label "well cement job without casing reciprocation"^^xsd:string ; | ||
| 572 | + rdfs:subClassOf ep-activity:WellCementJob ; | ||
| 573 | + owl:disjointWith ep-activity:WellCementJobWithCasingRotation . | ||
| 574 | + | ||
| 575 | +ep-activity:WellCementJobWithoutCasingRotation | ||
| 576 | + rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; | ||
| 577 | + rdfs:label "well cement job without casing rotation"^^xsd:string ; | ||
| 578 | + rdfs:subClassOf ep-activity:WellCementJob ; | ||
| 579 | + owl:disjointWith ep-activity:WellCementJobWithCasingRotation . | ||
| 580 | + | ||
| 581 | +ep-activity:WellCementJobWithoutFloatHolding | ||
| 582 | + rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; | ||
| 583 | + rdfs:label "well cement job without float holding"^^xsd:string ; | ||
| 584 | + rdfs:subClassOf ep-activity:WellCementJob ; | ||
| 585 | + owl:disjointWith ep-activity:WellCementJobWithFloatHolding . | ||
| 586 | + | ||
| 587 | +ep-activity:WellCementJobWithoutPlugBumping | ||
| 588 | + rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; | ||
| 589 | + rdfs:label "well cement job without plug bumping"^^xsd:string ; | ||
| 590 | + rdfs:subClassOf ep-activity:WellCementJob ; | ||
| 591 | + owl:disjointWith ep-activity:WellCementJobWithBottomPlug . | ||
| 592 | + | ||
| 593 | +ep-activity:WellCementJobWithoutTopPlug | ||
| 594 | + rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; | ||
| 595 | + rdfs:label "well cement job without top plug"^^xsd:string ; | ||
| 596 | + rdfs:subClassOf ep-activity:WellCementJob ; | ||
| 597 | + owl:disjointWith ep-activity:WellCementJobWithTopPlug . | ||
| 598 | + | ||
| 599 | +ep-activity:WellCementPumping | ||
| 600 | + rdf:type owl:Class ; | ||
| 601 | + rdfs:label "well cement pumping"^^xsd:string ; | ||
| 602 | + rdfs:subClassOf ep-activity:Activity . | ||
| 603 | + | ||
| 604 | +ep-activity:WellCementPumpingFluidReturnType | ||
| 605 | + rdf:type rdfs:Class ; | ||
| 606 | + rdfs:label "well cement pumping fluid return type"^^xsd:string ; | ||
| 607 | + rdfs:subClassOf owl:Class . | ||
| 608 | + | ||
| 609 | +ep-activity:WellCementPumpingWithFluidReturn | ||
| 610 | + rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; | ||
| 611 | + rdfs:label "well cement pumping with fluid return"^^xsd:string ; | ||
| 612 | + rdfs:subClassOf ep-activity:WellCementPumping ; | ||
| 613 | + owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . | ||
| 614 | + | ||
| 615 | +ep-activity:WellCementPumpingWithoutFluidReturn | ||
| 616 | + rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; | ||
| 617 | + rdfs:label "well cement pumping without fluid return"^^xsd:string ; | ||
| 618 | + rdfs:subClassOf ep-activity:WellCementPumping ; | ||
| 619 | + owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn . | ||
| 620 | + | ||
| 621 | +ep-activity:WellControlIncident | ||
| 622 | + rdf:type owl:Class ; | ||
| 623 | + rdfs:label "well control incident"^^xsd:string ; | ||
| 624 | + rdfs:subClassOf ep-activity:Activity . | ||
| 625 | + | ||
| 626 | +ep-activity:WellControlIncident-gas_kick | ||
| 627 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; | ||
| 628 | + rdfs:label "well control incident gas kick"^^xsd:string ; | ||
| 629 | + rdfs:subClassOf ep-activity:WellControlIncident ; | ||
| 630 | + owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick . | ||
| 631 | + | ||
| 632 | +ep-activity:WellControlIncident-oil_kick | ||
| 633 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; | ||
| 634 | + rdfs:label "well control incident oil kick"^^xsd:string ; | ||
| 635 | + rdfs:subClassOf ep-activity:WellControlIncident ; | ||
| 636 | + owl:disjointWith ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-gas_kick . | ||
| 637 | + | ||
| 638 | +ep-activity:WellControlIncident-shallow_gas_kick | ||
| 639 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; | ||
| 640 | + rdfs:label "well control incident shallow gas kick"^^xsd:string ; | ||
| 641 | + rdfs:subClassOf ep-activity:WellControlIncident ; | ||
| 642 | + owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-gas_kick . | ||
| 643 | + | ||
| 644 | +ep-activity:WellControlIncident-water_kick | ||
| 645 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; | ||
| 646 | + rdfs:label "well control incident water kick"^^xsd:string ; | ||
| 647 | + rdfs:subClassOf ep-activity:WellControlIncident ; | ||
| 648 | + owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-gas_kick . | ||
| 649 | + | ||
| 650 | +ep-activity:WellControlIncidentType | ||
| 651 | + rdf:type rdfs:Class ; | ||
| 652 | + rdfs:label "well control incident type"^^xsd:string ; | ||
| 653 | + rdfs:subClassOf owl:Class . | ||
| 654 | + | ||
| 655 | +ep-activity:WellCore | ||
| 656 | + rdf:type owl:Class ; | ||
| 657 | + rdfs:label "well core"^^xsd:string ; | ||
| 658 | + rdfs:subClassOf ep-activity:Activity . | ||
| 659 | + | ||
| 660 | +ep-activity:WellKilling | ||
| 661 | + rdf:type owl:Class ; | ||
| 662 | + rdfs:label "well killing"^^xsd:string ; | ||
| 663 | + rdfs:subClassOf ep-activity:Activity . | ||
| 664 | + | ||
| 665 | +ep-activity:WellKilling-bullheading | ||
| 666 | + rdf:type owl:Class , ep-activity:WellKillingType ; | ||
| 667 | + rdfs:label "well killing bullheading"^^xsd:string ; | ||
| 668 | + rdfs:subClassOf ep-activity:WellKilling ; | ||
| 669 | + owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-wait_and_weight . | ||
| 670 | + | ||
| 671 | +ep-activity:WellKilling-drillers_method | ||
| 672 | + rdf:type owl:Class , ep-activity:WellKillingType ; | ||
| 673 | + rdfs:label "well killing drillers method"^^xsd:string ; | ||
| 674 | + rdfs:subClassOf ep-activity:WellKilling ; | ||
| 675 | + owl:disjointWith ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight . | ||
| 676 | + | ||
| 677 | +ep-activity:WellKilling-forward_circulation | ||
| 678 | + rdf:type owl:Class , ep-activity:WellKillingType ; | ||
| 679 | + rdfs:label "well killing forward circulation"^^xsd:string ; | ||
| 680 | + rdfs:subClassOf ep-activity:WellKilling ; | ||
| 681 | + owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight . | ||
| 682 | + | ||
| 683 | +ep-activity:WellKilling-lubricate_and_bleed | ||
| 684 | + rdf:type owl:Class , ep-activity:WellKillingType ; | ||
| 685 | + rdfs:label "well killing lubricate and bleed"^^xsd:string ; | ||
| 686 | + rdfs:subClassOf ep-activity:WellKilling ; | ||
| 687 | + owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight . | ||
| 688 | + | ||
| 689 | +ep-activity:WellKilling-reverse_circulation | ||
| 690 | + rdf:type ep-activity:WellKillingType , owl:Class ; | ||
| 691 | + rdfs:label "well killing reverse circulation"^^xsd:string ; | ||
| 692 | + rdfs:subClassOf ep-activity:WellKilling ; | ||
| 693 | + owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight . | ||
| 694 | + | ||
| 695 | +ep-activity:WellKilling-wait_and_weight | ||
| 696 | + rdf:type owl:Class , ep-activity:WellKillingType ; | ||
| 697 | + rdfs:label "well killing wait and weight"^^xsd:string ; | ||
| 698 | + rdfs:subClassOf ep-activity:WellKilling ; | ||
| 699 | + owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method . | ||
| 700 | + | ||
| 701 | +ep-activity:WellKillingType | ||
| 702 | + rdf:type rdfs:Class ; | ||
| 703 | + rdfs:label "well killing type"^^xsd:string ; | ||
| 704 | + rdfs:subClassOf owl:Class . | ||
| 705 | + | ||
| 706 | +ep-activity:WellStimulation | ||
| 707 | + rdf:type owl:Class ; | ||
| 708 | + rdfs:label "well stimulation"^^xsd:string ; | ||
| 709 | + rdfs:subClassOf ep-activity:Activity . | ||
| 710 | + | ||
| 711 | +ep-activity:WellTest | ||
| 712 | + rdf:type owl:Class ; | ||
| 713 | + rdfs:label "well test"^^xsd:string ; | ||
| 714 | + rdfs:subClassOf ep-activity:Activity . | ||
| 715 | + | ||
| 716 | +ep-activity:WellTestType | ||
| 717 | + rdf:type rdfs:Class ; | ||
| 718 | + rdfs:label "well test type"^^xsd:string ; | ||
| 719 | + rdfs:subClassOf owl:Class . | ||
| 720 | + | ||
| 721 | +ep-activity:WirelineFormationTest | ||
| 722 | + rdf:type owl:Class ; | ||
| 723 | + rdfs:label "wireline formation test"^^xsd:string ; | ||
| 724 | + rdfs:subClassOf ep-activity:Activity . | ||
| 725 | + | ||
| 726 | +ep-activity:WirelineFormationTestType | ||
| 727 | + rdf:type rdfs:Class ; | ||
| 728 | + rdfs:label "wireline formation test type"^^xsd:string ; | ||
| 729 | + rdfs:subClassOf owl:Class . | ||
| 730 | + | ||
| 731 | +ep-activity:WirelineFormationTestWithGoodSeal | ||
| 732 | + rdf:type owl:Class , ep-activity:WirelineFormationTestType ; | ||
| 733 | + rdfs:label "wireline formation test with a good seal"^^xsd:string ; | ||
| 734 | + rdfs:subClassOf ep-activity:WirelineFormationTest ; | ||
| 735 | + owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . | ||
| 736 | + | ||
| 737 | +ep-activity:WirelineFormationTestWithoutGoodSeal | ||
| 738 | + rdf:type owl:Class , ep-activity:WirelineFormationTestType ; | ||
| 739 | + rdfs:label "wireline formation test without a good seal"^^xsd:string ; | ||
| 740 | + rdfs:subClassOf ep-activity:WirelineFormationTest ; | ||
| 741 | + owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . | ||
| 742 | + | ||
| 342 | ep-activity:createdAt | 743 | ep-activity:createdAt |
| 343 | rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 744 | rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 344 | rdfs:label "created at"^^xsd:string ; | 745 | rdfs:label "created at"^^xsd:string ; |
| ... | @@ -356,6 +757,12 @@ ep-activity:drillingOperator | ... | @@ -356,6 +757,12 @@ ep-activity:drillingOperator |
| 356 | rdfs:label "drilling operator"^^xsd:string ; | 757 | rdfs:label "drilling operator"^^xsd:string ; |
| 357 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 758 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 358 | 759 | ||
| 760 | +ep-activity:during | ||
| 761 | + rdf:type owl:ObjectProperty ; | ||
| 762 | + rdfs:domain ep-activity:Activity ; | ||
| 763 | + rdfs:label "during"^^xsd:string ; | ||
| 764 | + rdfs:range ep-activity:Activity . | ||
| 765 | + | ||
| 359 | ep-activity:failedEquipment | 766 | ep-activity:failedEquipment |
| 360 | rdf:type owl:ObjectProperty ; | 767 | rdf:type owl:ObjectProperty ; |
| 361 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 768 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
| ... | @@ -367,10 +774,42 @@ ep-activity:finishedAt | ... | @@ -367,10 +774,42 @@ ep-activity:finishedAt |
| 367 | rdfs:label "finished at"^^xsd:string ; | 774 | rdfs:label "finished at"^^xsd:string ; |
| 368 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 775 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 369 | 776 | ||
| 777 | +ep-activity:hasCasingLinerTubing | ||
| 778 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 779 | + rdfs:domain ep-activity:WellStimulation ; | ||
| 780 | + rdfs:label "has Casing/Liner/Tubing"^^xsd:string . | ||
| 781 | + | ||
| 782 | +ep-activity:hasCasingString | ||
| 783 | + rdf:type owl:ObjectProperty ; | ||
| 784 | + rdfs:label "has casing string"^^xsd:string . | ||
| 785 | + | ||
| 786 | +ep-activity:hasChokeValve | ||
| 787 | + rdf:type owl:ObjectProperty ; | ||
| 788 | + rdfs:domain ep-activity:DrillingActivity ; | ||
| 789 | + rdfs:label "has choke valve"^^xsd:string ; | ||
| 790 | + rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . | ||
| 791 | + | ||
| 792 | +ep-activity:hasDrillBit | ||
| 793 | + rdf:type owl:ObjectProperty ; | ||
| 794 | + rdfs:domain ep-activity:DrillingActivity ; | ||
| 795 | + rdfs:label "has drill bit"^^xsd:string ; | ||
| 796 | + rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . | ||
| 797 | + | ||
| 798 | +ep-activity:hasInflowLocation | ||
| 799 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | ||
| 800 | + rdfs:domain ep-activity:WellControlIncident ; | ||
| 801 | + rdfs:label "has inflow location"^^xsd:string ; | ||
| 802 | + rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore> . | ||
| 803 | + | ||
| 370 | ep-activity:hasSubActivity | 804 | ep-activity:hasSubActivity |
| 371 | rdf:type owl:ObjectProperty ; | 805 | rdf:type owl:ObjectProperty ; |
| 372 | rdfs:label "has sub activity"^^xsd:string . | 806 | rdfs:label "has sub activity"^^xsd:string . |
| 373 | 807 | ||
| 808 | +ep-activity:nominalTime | ||
| 809 | + rdf:type owl:DatatypeProperty ; | ||
| 810 | + rdfs:label "nominal time"^^xsd:string ; | ||
| 811 | + rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | ||
| 812 | + | ||
| 374 | ep-activity:onRig | 813 | ep-activity:onRig |
| 375 | rdf:type owl:ObjectProperty ; | 814 | rdf:type owl:ObjectProperty ; |
| 376 | rdfs:label "on rig"^^xsd:string . | 815 | rdfs:label "on rig"^^xsd:string . |
| ... | @@ -383,10 +822,26 @@ ep-activity:onWellBore | ... | @@ -383,10 +822,26 @@ ep-activity:onWellBore |
| 383 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 822 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 384 | rdfs:label "on WellBore"^^xsd:string . | 823 | rdfs:label "on WellBore"^^xsd:string . |
| 385 | 824 | ||
| 825 | +ep-activity:pumpedFluid | ||
| 826 | + rdf:type owl:ObjectProperty ; | ||
| 827 | + rdfs:label "pumped fluid"^^xsd:string . | ||
| 828 | + | ||
| 829 | +ep-activity:recoveredCore | ||
| 830 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | ||
| 831 | + rdfs:domain ep-activity:WellCore ; | ||
| 832 | + rdfs:label "recovered core"^^xsd:string ; | ||
| 833 | + rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . | ||
| 834 | + | ||
| 386 | ep-activity:reportOn | 835 | ep-activity:reportOn |
| 387 | rdf:type owl:ObjectProperty ; | 836 | rdf:type owl:ObjectProperty ; |
| 388 | rdfs:label "report on"^^xsd:string . | 837 | rdfs:label "report on"^^xsd:string . |
| 389 | 838 | ||
| 839 | +ep-activity:sampledFluid | ||
| 840 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 841 | + rdfs:domain ep-activity:WirelineFormationTest ; | ||
| 842 | + rdfs:label "sampled fluid"^^xsd:string ; | ||
| 843 | + rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . | ||
| 844 | + | ||
| 390 | ep-activity:serviceCompany | 845 | ep-activity:serviceCompany |
| 391 | rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 846 | rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 392 | rdfs:domain ep-activity:Activity ; | 847 | rdfs:domain ep-activity:Activity ; |
| ... | @@ -398,6 +853,11 @@ ep-activity:startedAt | ... | @@ -398,6 +853,11 @@ ep-activity:startedAt |
| 398 | rdfs:label "started at"^^xsd:string ; | 853 | rdfs:label "started at"^^xsd:string ; |
| 399 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 854 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 400 | 855 | ||
| 856 | +ep-activity:stratigraphyDescription | ||
| 857 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 858 | + rdfs:domain ep-activity:PreliminaryZonation ; | ||
| 859 | + rdfs:label "stratigrapy description"^^xsd:string . | ||
| 860 | + | ||
| 401 | ep-activity:wellBoreDrillingType | 861 | ep-activity:wellBoreDrillingType |
| 402 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 862 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 403 | rdfs:domain ep-activity:DrillingActivity ; | 863 | rdfs:domain ep-activity:DrillingActivity ; | ... | ... |
| 1 | -# Saved by TopBraid on Wed Aug 10 13:54:55 BST 2011 | 1 | +# Saved by TopBraid on Mon Aug 22 17:03:23 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/core | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/core |
| 3 | # imports: http://www.linkedmodel.org/1.2/schema/vaem | 3 | # imports: http://www.linkedmodel.org/1.2/schema/vaem |
| 4 | 4 | ||
| ... | @@ -25,7 +25,7 @@ ep-core:PhysicalThing | ... | @@ -25,7 +25,7 @@ ep-core:PhysicalThing |
| 25 | rdfs:subClassOf owl:Thing . | 25 | rdfs:subClassOf owl:Thing . |
| 26 | 26 | ||
| 27 | ep-core:apiName | 27 | ep-core:apiName |
| 28 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 28 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 29 | rdfs:label "API name"^^xsd:string ; | 29 | rdfs:label "API name"^^xsd:string ; |
| 30 | rdfs:range xsd:string ; | 30 | rdfs:range xsd:string ; |
| 31 | rdfs:subPropertyOf ep-core:name . | 31 | rdfs:subPropertyOf ep-core:name . |
| ... | @@ -35,11 +35,11 @@ ep-core:basisFor | ... | @@ -35,11 +35,11 @@ ep-core:basisFor |
| 35 | rdfs:label "basis for"^^xsd:string . | 35 | rdfs:label "basis for"^^xsd:string . |
| 36 | 36 | ||
| 37 | ep-core:derivedFrom | 37 | ep-core:derivedFrom |
| 38 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 38 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 39 | rdfs:label "derived from"^^xsd:string . | 39 | rdfs:label "derived from"^^xsd:string . |
| 40 | 40 | ||
| 41 | ep-core:dtiName | 41 | ep-core:dtiName |
| 42 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 42 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 43 | rdfs:label "DTI name"^^xsd:string ; | 43 | rdfs:label "DTI name"^^xsd:string ; |
| 44 | rdfs:range xsd:string ; | 44 | rdfs:range xsd:string ; |
| 45 | rdfs:subPropertyOf ep-core:name . | 45 | rdfs:subPropertyOf ep-core:name . |
| ... | @@ -59,8 +59,13 @@ ep-core:hasTemporalPart | ... | @@ -59,8 +59,13 @@ ep-core:hasTemporalPart |
| 59 | rdfs:subPropertyOf ep-core:hasPart ; | 59 | rdfs:subPropertyOf ep-core:hasPart ; |
| 60 | owl:inverseOf ep-core:partOf . | 60 | owl:inverseOf ep-core:partOf . |
| 61 | 61 | ||
| 62 | +ep-core:hasVolume | ||
| 63 | + rdf:type owl:FunctionalProperty ; | ||
| 64 | + rdfs:domain ep-core:PhysicalThing ; | ||
| 65 | + rdfs:label "has volume"^^xsd:string . | ||
| 66 | + | ||
| 62 | ep-core:localFieldName | 67 | ep-core:localFieldName |
| 63 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 68 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 64 | rdfs:label "local field name"^^xsd:string ; | 69 | rdfs:label "local field name"^^xsd:string ; |
| 65 | rdfs:range xsd:string ; | 70 | rdfs:range xsd:string ; |
| 66 | rdfs:subPropertyOf ep-core:name . | 71 | rdfs:subPropertyOf ep-core:name . |
| ... | @@ -71,19 +76,19 @@ ep-core:name | ... | @@ -71,19 +76,19 @@ ep-core:name |
| 71 | rdfs:range xsd:string . | 76 | rdfs:range xsd:string . |
| 72 | 77 | ||
| 73 | ep-core:npdCode | 78 | ep-core:npdCode |
| 74 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 79 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 75 | rdfs:label "NPD code"^^xsd:string ; | 80 | rdfs:label "NPD code"^^xsd:string ; |
| 76 | rdfs:range xsd:string ; | 81 | rdfs:range xsd:string ; |
| 77 | rdfs:subPropertyOf ep-core:name . | 82 | rdfs:subPropertyOf ep-core:name . |
| 78 | 83 | ||
| 79 | ep-core:npdName | 84 | ep-core:npdName |
| 80 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 85 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 81 | rdfs:label "NPD name"^^xsd:string ; | 86 | rdfs:label "NPD name"^^xsd:string ; |
| 82 | rdfs:range xsd:string ; | 87 | rdfs:range xsd:string ; |
| 83 | rdfs:subPropertyOf ep-core:name . | 88 | rdfs:subPropertyOf ep-core:name . |
| 84 | 89 | ||
| 85 | ep-core:npdNumber | 90 | ep-core:npdNumber |
| 86 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 91 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 87 | rdfs:label "NPD number"^^xsd:string ; | 92 | rdfs:label "NPD number"^^xsd:string ; |
| 88 | rdfs:range xsd:string ; | 93 | rdfs:range xsd:string ; |
| 89 | rdfs:subPropertyOf ep-core:name . | 94 | rdfs:subPropertyOf ep-core:name . |
| ... | @@ -96,7 +101,7 @@ ep-core:partOf | ... | @@ -96,7 +101,7 @@ ep-core:partOf |
| 96 | owl:inverseOf ep-core:hasPart . | 101 | owl:inverseOf ep-core:hasPart . |
| 97 | 102 | ||
| 98 | ep-core:prospectName | 103 | ep-core:prospectName |
| 99 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 104 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 100 | rdfs:label "prospect name"^^xsd:string ; | 105 | rdfs:label "prospect name"^^xsd:string ; |
| 101 | rdfs:range xsd:string ; | 106 | rdfs:range xsd:string ; |
| 102 | rdfs:subPropertyOf ep-core:name . | 107 | rdfs:subPropertyOf ep-core:name . | ... | ... |
| 1 | -# Saved by TopBraid on Wed Aug 17 12:15:49 BST 2011 | 1 | +# Saved by TopBraid on Wed Aug 24 15:52:55 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 4 | 4 | ||
| ... | @@ -21,16 +21,104 @@ | ... | @@ -21,16 +21,104 @@ |
| 21 | <http://www.reportinghub.no/ep/schema/core#PhysicalThing> | 21 | <http://www.reportinghub.no/ep/schema/core#PhysicalThing> |
| 22 | rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string . | 22 | rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string . |
| 23 | 23 | ||
| 24 | +ep-eqt:Casing | ||
| 25 | + rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; | ||
| 26 | + rdfs:label "casing"^^xsd:string ; | ||
| 27 | + rdfs:subClassOf ep-eqt:CasingLinerTubing ; | ||
| 28 | + owl:disjointWith ep-eqt:Tubing , ep-eqt:Liner . | ||
| 29 | + | ||
| 30 | +ep-eqt:CasingLinerTubing | ||
| 31 | + rdf:type owl:Class ; | ||
| 32 | + rdfs:label "casing/liner/tubing"^^xsd:string ; | ||
| 33 | + rdfs:subClassOf ep-eqt:Equipment . | ||
| 34 | + | ||
| 35 | +ep-eqt:CasingLinerTubingType | ||
| 36 | + rdf:type rdfs:Class ; | ||
| 37 | + rdfs:label "casing/liner/tubing type"^^xsd:string ; | ||
| 38 | + rdfs:subClassOf owl:Class . | ||
| 39 | + | ||
| 40 | +ep-eqt:CasingType | ||
| 41 | + rdf:type rdfs:Class ; | ||
| 42 | + rdfs:label "casing type"^^xsd:string ; | ||
| 43 | + rdfs:subClassOf owl:Class . | ||
| 44 | + | ||
| 45 | +ep-eqt:ChokeValve | ||
| 46 | + rdf:type owl:Class ; | ||
| 47 | + rdfs:label "choke valve"^^xsd:string ; | ||
| 48 | + rdfs:subClassOf ep-eqt:Equipment . | ||
| 49 | + | ||
| 50 | +ep-eqt:DrillBit | ||
| 51 | + rdf:type owl:Class ; | ||
| 52 | + rdfs:label "drill bit"^^xsd:string ; | ||
| 53 | + rdfs:subClassOf ep-eqt:Equipment . | ||
| 54 | + | ||
| 24 | ep-eqt:Equipment | 55 | ep-eqt:Equipment |
| 25 | rdf:type owl:Class ; | 56 | rdf:type owl:Class ; |
| 26 | rdfs:label "Equipment"^^xsd:string ; | 57 | rdfs:label "Equipment"^^xsd:string ; |
| 27 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#AllOrPartOfTheLifeOfAnEquipmentItem> . | 58 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#AllOrPartOfTheLifeOfAnEquipmentItem> . |
| 28 | 59 | ||
| 60 | +ep-eqt:InnerBarrel | ||
| 61 | + rdf:type owl:Class ; | ||
| 62 | + rdfs:label "inner barrel"^^xsd:string ; | ||
| 63 | + rdfs:subClassOf ep-eqt:Equipment . | ||
| 64 | + | ||
| 65 | +ep-eqt:InnerBarrel-aluminum | ||
| 66 | + rdf:type owl:Class ; | ||
| 67 | + rdfs:label "inner barrel - aluminum"^^xsd:string ; | ||
| 68 | + rdfs:subClassOf ep-eqt:InnerBarrel ; | ||
| 69 | + owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-fiberglass . | ||
| 70 | + | ||
| 71 | +ep-eqt:InnerBarrel-fiberglass | ||
| 72 | + rdf:type owl:Class ; | ||
| 73 | + rdfs:label "inner barrel - fiberglass"^^xsd:string ; | ||
| 74 | + rdfs:subClassOf ep-eqt:InnerBarrel ; | ||
| 75 | + owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-gel . | ||
| 76 | + | ||
| 77 | +ep-eqt:InnerBarrel-gel | ||
| 78 | + rdf:type owl:Class ; | ||
| 79 | + rdfs:label "inner barrel - gel"^^xsd:string ; | ||
| 80 | + rdfs:subClassOf ep-eqt:InnerBarrel ; | ||
| 81 | + owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-fiberglass . | ||
| 82 | + | ||
| 83 | +ep-eqt:IntermediateCasing | ||
| 84 | + rdf:type owl:Class , ep-eqt:CasingType ; | ||
| 85 | + rdfs:label "intermediate casing"^^xsd:string ; | ||
| 86 | + rdfs:subClassOf ep-eqt:Casing ; | ||
| 87 | + owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:TopCasing . | ||
| 88 | + | ||
| 89 | +ep-eqt:Liner | ||
| 90 | + rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; | ||
| 91 | + rdfs:label "liner"^^xsd:string ; | ||
| 92 | + rdfs:subClassOf ep-eqt:CasingLinerTubing ; | ||
| 93 | + owl:disjointWith ep-eqt:Tubing , ep-eqt:Casing . | ||
| 94 | + | ||
| 95 | +ep-eqt:ProductionCasing | ||
| 96 | + rdf:type owl:Class , ep-eqt:CasingType ; | ||
| 97 | + rdfs:label "production casing"^^xsd:string ; | ||
| 98 | + rdfs:subClassOf ep-eqt:Casing ; | ||
| 99 | + owl:disjointWith ep-eqt:TopCasing , ep-eqt:IntermediateCasing . | ||
| 100 | + | ||
| 29 | ep-eqt:TemporalPartOfEquipment | 101 | ep-eqt:TemporalPartOfEquipment |
| 30 | rdf:type owl:Class ; | 102 | rdf:type owl:Class ; |
| 31 | rdfs:label "temporal part of equipment"^^xsd:string ; | 103 | rdfs:label "temporal part of equipment"^^xsd:string ; |
| 32 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#AllOrPartOfTheLifeOfAnEquipmentItem> . | 104 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#AllOrPartOfTheLifeOfAnEquipmentItem> . |
| 33 | 105 | ||
| 106 | +ep-eqt:TopCasing | ||
| 107 | + rdf:type ep-eqt:CasingType , owl:Class ; | ||
| 108 | + rdfs:label "top casing"^^xsd:string ; | ||
| 109 | + rdfs:subClassOf ep-eqt:Casing ; | ||
| 110 | + owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:IntermediateCasing . | ||
| 111 | + | ||
| 112 | +ep-eqt:Tubing | ||
| 113 | + rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; | ||
| 114 | + rdfs:label "liner"^^xsd:string ; | ||
| 115 | + rdfs:subClassOf ep-eqt:CasingLinerTubing ; | ||
| 116 | + owl:disjointWith ep-eqt:Liner , ep-eqt:Casing ; | ||
| 117 | + owl:equivalentClass | ||
| 118 | + [ rdf:type owl:Class ; | ||
| 119 | + owl:unionOf (ep-eqt:Casing ep-eqt:Liner ep-eqt:Tubing) | ||
| 120 | + ] . | ||
| 121 | + | ||
| 34 | ep-eqt:WellBoreLoggingTool | 122 | ep-eqt:WellBoreLoggingTool |
| 35 | rdf:type owl:Class ; | 123 | rdf:type owl:Class ; |
| 36 | rdfs:label "well bore logging tool"^^xsd:string ; | 124 | rdfs:label "well bore logging tool"^^xsd:string ; | ... | ... |
| 1 | -# Saved by TopBraid on Wed Aug 17 12:39:33 BST 2011 | 1 | +# Saved by TopBraid on Wed Aug 24 19:45:29 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 | +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment | ||
| 4 | 5 | ||
| 5 | @prefix ep-well: <http://www.reportinghub.no/ep/schema/well#> . | 6 | @prefix ep-well: <http://www.reportinghub.no/ep/schema/well#> . |
| 6 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| ... | @@ -10,7 +11,7 @@ | ... | @@ -10,7 +11,7 @@ |
| 10 | 11 | ||
| 11 | <http://www.reportinghub.no/ep/schema/1.0/well> | 12 | <http://www.reportinghub.no/ep/schema/1.0/well> |
| 12 | rdf:type owl:Ontology ; | 13 | rdf:type owl:Ontology ; |
| 13 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; | 14 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
| 14 | owl:versionInfo "0.1.0"^^xsd:string . | 15 | owl:versionInfo "0.1.0"^^xsd:string . |
| 15 | 16 | ||
| 16 | ep-well:AllOrPartOfTheLifeOfASpatialPartOfAWellBore | 17 | ep-well:AllOrPartOfTheLifeOfASpatialPartOfAWellBore |
| ... | @@ -23,24 +24,92 @@ ep-well:AllOrPartOfTheLifeOfAWellBore | ... | @@ -23,24 +24,92 @@ ep-well:AllOrPartOfTheLifeOfAWellBore |
| 23 | rdfs:label "all or part of the life of a well bore"^^xsd:string ; | 24 | rdfs:label "all or part of the life of a well bore"^^xsd:string ; |
| 24 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | 25 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
| 25 | 26 | ||
| 27 | +ep-well:CasingString | ||
| 28 | + rdf:type owl:Class ; | ||
| 29 | + rdfs:label "casing string"^^xsd:string ; | ||
| 30 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | ||
| 31 | + | ||
| 32 | +ep-well:CementingFluid | ||
| 33 | + rdf:type owl:Class ; | ||
| 34 | + rdfs:label "cementing fluid"^^xsd:string ; | ||
| 35 | + rdfs:subClassOf ep-well:Fluid . | ||
| 36 | + | ||
| 37 | +ep-well:CementingFluidType | ||
| 38 | + rdf:type ep-well:CementingFluidType , rdfs:Class ; | ||
| 39 | + rdfs:label "cementing fluid type"^^xsd:string ; | ||
| 40 | + rdfs:subClassOf rdfs:Class . | ||
| 41 | + | ||
| 42 | +ep-well:Condensate | ||
| 43 | + rdf:type owl:Class , ep-well:FluidComponentType ; | ||
| 44 | + rdfs:label "condensate"^^xsd:string ; | ||
| 45 | + rdfs:subClassOf ep-well:Fluid . | ||
| 46 | + | ||
| 47 | +ep-well:Filtrate | ||
| 48 | + rdf:type ep-well:FluidComponentType , owl:Class ; | ||
| 49 | + rdfs:label "filtrate"^^xsd:string ; | ||
| 50 | + rdfs:subClassOf ep-well:Fluid . | ||
| 51 | + | ||
| 52 | +ep-well:Fluid | ||
| 53 | + rdf:type owl:Class ; | ||
| 54 | + rdfs:label "fluid component"^^xsd:string ; | ||
| 55 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | ||
| 56 | + | ||
| 57 | +ep-well:FluidComponentType | ||
| 58 | + rdf:type rdfs:Class ; | ||
| 59 | + rdfs:label "fluid component type"^^xsd:string ; | ||
| 60 | + rdfs:subClassOf owl:Class . | ||
| 61 | + | ||
| 62 | +ep-well:Gas | ||
| 63 | + rdf:type owl:Class , ep-well:FluidComponentType ; | ||
| 64 | + rdfs:label "gas"^^xsd:string ; | ||
| 65 | + rdfs:subClassOf ep-well:Fluid . | ||
| 66 | + | ||
| 26 | ep-well:HphtWellBore | 67 | ep-well:HphtWellBore |
| 27 | - rdf:type owl:Class , ep-well:WellBoreHphtType ; | 68 | + rdf:type ep-well:WellBoreHphtType , owl:Class ; |
| 28 | rdfs:label "high pressure high temperature well bore"^^xsd:string ; | 69 | rdfs:label "high pressure high temperature well bore"^^xsd:string ; |
| 29 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 70 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
| 30 | owl:disjointWith ep-well:NotHphtWellBore . | 71 | owl:disjointWith ep-well:NotHphtWellBore . |
| 31 | 72 | ||
| 32 | ep-well:LeakyWellBore | 73 | ep-well:LeakyWellBore |
| 33 | - rdf:type ep-well:WellBoreTightnessType , owl:Class ; | 74 | + rdf:type owl:Class , ep-well:WellBoreTightnessType ; |
| 34 | rdfs:label "leaky well bore"^^xsd:string ; | 75 | rdfs:label "leaky well bore"^^xsd:string ; |
| 35 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 76 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
| 36 | owl:disjointWith ep-well:TightWellBore . | 77 | owl:disjointWith ep-well:TightWellBore . |
| 37 | 78 | ||
| 79 | +ep-well:Mud | ||
| 80 | + rdf:type ep-well:CementingFluidType , owl:Class ; | ||
| 81 | + rdfs:label "mud"^^xsd:string ; | ||
| 82 | + rdfs:subClassOf ep-well:CementingFluid ; | ||
| 83 | + owl:disjointWith ep-well:Slurry , ep-well:Wash , ep-well:Spacer . | ||
| 84 | + | ||
| 38 | ep-well:NotHphtWellBore | 85 | ep-well:NotHphtWellBore |
| 39 | - rdf:type owl:Class , ep-well:WellBoreHphtType ; | 86 | + rdf:type ep-well:WellBoreHphtType , owl:Class ; |
| 40 | rdfs:label "not high pressure high temperature well bore"^^xsd:string ; | 87 | rdfs:label "not high pressure high temperature well bore"^^xsd:string ; |
| 41 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 88 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
| 42 | owl:disjointWith ep-well:HphtWellBore . | 89 | owl:disjointWith ep-well:HphtWellBore . |
| 43 | 90 | ||
| 91 | +ep-well:Oil | ||
| 92 | + rdf:type ep-well:FluidComponentType , owl:Class ; | ||
| 93 | + rdfs:label "oil"^^xsd:string ; | ||
| 94 | + rdfs:subClassOf ep-well:Fluid . | ||
| 95 | + | ||
| 96 | +ep-well:RecoveredCore | ||
| 97 | + rdf:type owl:Class ; | ||
| 98 | + rdfs:label "recovered core"^^xsd:string ; | ||
| 99 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | ||
| 100 | + | ||
| 101 | +ep-well:Slurry | ||
| 102 | + rdf:type ep-well:CementingFluidType , owl:Class ; | ||
| 103 | + rdfs:label "slurry"^^xsd:string ; | ||
| 104 | + rdfs:subClassOf ep-well:CementingFluid ; | ||
| 105 | + owl:disjointWith ep-well:Wash , ep-well:Spacer , ep-well:Mud . | ||
| 106 | + | ||
| 107 | +ep-well:Spacer | ||
| 108 | + rdf:type ep-well:CementingFluidType , owl:Class ; | ||
| 109 | + rdfs:label "spacer"^^xsd:string ; | ||
| 110 | + rdfs:subClassOf ep-well:CementingFluid ; | ||
| 111 | + owl:disjointWith ep-well:Slurry , ep-well:Wash , ep-well:Mud . | ||
| 112 | + | ||
| 44 | ep-well:SpatialPartOfAWellBore | 113 | ep-well:SpatialPartOfAWellBore |
| 45 | rdf:type owl:Class ; | 114 | rdf:type owl:Class ; |
| 46 | rdfs:label "spatial part of a well bore"^^xsd:string ; | 115 | rdfs:label "spatial part of a well bore"^^xsd:string ; |
| ... | @@ -57,24 +126,35 @@ ep-well:TemporalPartOfAWellBore | ... | @@ -57,24 +126,35 @@ ep-well:TemporalPartOfAWellBore |
| 57 | rdfs:subClassOf ep-well:AllOrPartOfTheLifeOfAWellBore . | 126 | rdfs:subClassOf ep-well:AllOrPartOfTheLifeOfAWellBore . |
| 58 | 127 | ||
| 59 | ep-well:TightWellBore | 128 | ep-well:TightWellBore |
| 60 | - rdf:type ep-well:WellBoreTightnessType , owl:Class ; | 129 | + rdf:type owl:Class , ep-well:WellBoreTightnessType ; |
| 61 | rdfs:label "tight well bore"^^xsd:string ; | 130 | rdfs:label "tight well bore"^^xsd:string ; |
| 62 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 131 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
| 63 | owl:disjointWith ep-well:LeakyWellBore . | 132 | owl:disjointWith ep-well:LeakyWellBore . |
| 64 | 133 | ||
| 134 | +ep-well:Wash | ||
| 135 | + rdf:type owl:Class ; | ||
| 136 | + rdfs:label "wash"^^xsd:string ; | ||
| 137 | + rdfs:subClassOf ep-well:CementingFluid ; | ||
| 138 | + owl:disjointWith ep-well:Slurry , ep-well:Spacer , ep-well:Mud . | ||
| 139 | + | ||
| 140 | +ep-well:Water | ||
| 141 | + rdf:type owl:Class , ep-well:FluidComponentType ; | ||
| 142 | + rdfs:label "water"^^xsd:string ; | ||
| 143 | + rdfs:subClassOf ep-well:Fluid . | ||
| 144 | + | ||
| 65 | ep-well:Well | 145 | ep-well:Well |
| 66 | rdf:type owl:Class ; | 146 | rdf:type owl:Class ; |
| 67 | rdfs:label "Well"^^xsd:string ; | 147 | rdfs:label "Well"^^xsd:string ; |
| 68 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | 148 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; |
| 69 | rdfs:subClassOf | 149 | rdfs:subClassOf |
| 70 | [ rdf:type owl:Restriction ; | 150 | [ rdf:type owl:Restriction ; |
| 71 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 151 | + owl:allValuesFrom ep-well:WellBore ; |
| 72 | - owl:onProperty <http://www.reportinghub.no/ep/schema/core#name> | 152 | + owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart> |
| 73 | ] ; | 153 | ] ; |
| 74 | rdfs:subClassOf | 154 | rdfs:subClassOf |
| 75 | [ rdf:type owl:Restriction ; | 155 | [ rdf:type owl:Restriction ; |
| 76 | - owl:allValuesFrom ep-well:WellBore ; | 156 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 77 | - owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart> | 157 | + owl:onProperty <http://www.reportinghub.no/ep/schema/core#name> |
| 78 | ] . | 158 | ] . |
| 79 | 159 | ||
| 80 | ep-well:WellBore | 160 | ep-well:WellBore |
| ... | @@ -108,3 +188,15 @@ ep-well:WellBoreTightnessType | ... | @@ -108,3 +188,15 @@ ep-well:WellBoreTightnessType |
| 108 | rdf:type rdfs:Class ; | 188 | rdf:type rdfs:Class ; |
| 109 | rdfs:label "well bore tightness type"^^xsd:string ; | 189 | rdfs:label "well bore tightness type"^^xsd:string ; |
| 110 | rdfs:subClassOf owl:Class . | 190 | rdfs:subClassOf owl:Class . |
| 191 | + | ||
| 192 | +ep-well:dominantComponent | ||
| 193 | + rdf:type owl:ObjectProperty ; | ||
| 194 | + rdfs:domain ep-well:Fluid ; | ||
| 195 | + rdfs:label "dominant component"^^xsd:string ; | ||
| 196 | + rdfs:range ep-well:FluidComponentType . | ||
| 197 | + | ||
| 198 | +ep-well:hasBarrel | ||
| 199 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 200 | + rdfs:domain ep-well:RecoveredCore ; | ||
| 201 | + rdfs:label "has barrel"^^xsd:string ; | ||
| 202 | + rdfs:range <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> . | ... | ... |
| 1 | -# Saved by TopBraid on Tue Aug 09 20:54:10 BST 2011 | ||
| 2 | -# baseURI: http://www.reportinghub.no/ep/schema/1.1/activity | ||
| 3 | -# imports: http://www.linkedmodel.org/1.2/schema/vaem | ||
| 4 | -# imports: http://www.reportinghub.no/ep/schema/organization | ||
| 5 | -# imports: http://www.reportinghub.no/ep/schema/equipment | ||
| 6 | -# imports: http://www.linkedmodel.org/1.1/schema/ordered | ||
| 7 | -# imports: http://www.reportinghub.no/ep/schema/1.1/core | ||
| 8 | -# imports: http://www.reportinghub.no/ep/schema/well | ||
| 9 | - | ||
| 10 | -@prefix : <http://www.reportinghub.no/ep/schema/1.1/activity#> . | ||
| 11 | -@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> . | ||
| 12 | -@prefix organization: <http://www.reportinghub.no/ep/schema/organization#> . | ||
| 13 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 14 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 15 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 16 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 17 | - | ||
| 18 | -<http://www.reportinghub.no/ep/schema/1.1/activity> | ||
| 19 | - rdf:type owl:Ontology ; | ||
| 20 | - owl:imports <http://www.reportinghub.no/ep/schema/organization> , <http://www.reportinghub.no/ep/schema/1.1/core> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.reportinghub.no/ep/schema/equipment> , <http://www.reportinghub.no/ep/schema/well> ; | ||
| 21 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 22 | - | ||
| 23 | -ep-activity:Activity | ||
| 24 | - rdf:type owl:Class ; | ||
| 25 | - rdfs:label "Activity"^^xsd:string ; | ||
| 26 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ; | ||
| 27 | - rdfs:subClassOf | ||
| 28 | - [ rdf:type owl:Restriction ; | ||
| 29 | - owl:allValuesFrom ep-activity:Activity ; | ||
| 30 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> | ||
| 31 | - ] ; | ||
| 32 | - rdfs:subClassOf | ||
| 33 | - [ rdf:type owl:Restriction ; | ||
| 34 | - owl:allValuesFrom ep-activity:Activity ; | ||
| 35 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> | ||
| 36 | - ] ; | ||
| 37 | - rdfs:subClassOf | ||
| 38 | - [ rdf:type owl:Restriction ; | ||
| 39 | - owl:allValuesFrom ep-activity:Activity ; | ||
| 40 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> | ||
| 41 | - ] ; | ||
| 42 | - rdfs:subClassOf | ||
| 43 | - [ rdf:type owl:Restriction ; | ||
| 44 | - owl:allValuesFrom ep-activity:Activity ; | ||
| 45 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> | ||
| 46 | - ] ; | ||
| 47 | - rdfs:subClassOf | ||
| 48 | - [ rdf:type owl:Restriction ; | ||
| 49 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 50 | - owl:onProperty ep-activity:startedAt | ||
| 51 | - ] ; | ||
| 52 | - rdfs:subClassOf | ||
| 53 | - [ rdf:type owl:Restriction ; | ||
| 54 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 55 | - owl:onProperty ep-activity:finishedAt | ||
| 56 | - ] . | ||
| 57 | - | ||
| 58 | -ep-activity:DailyDrillingActivity | ||
| 59 | - rdf:type owl:Class ; | ||
| 60 | - rdfs:label "Daily drilling activity"^^xsd:string ; | ||
| 61 | - rdfs:subClassOf ep-activity:DrillingActivity ; | ||
| 62 | - rdfs:subClassOf | ||
| 63 | - [ rdf:type owl:Restriction ; | ||
| 64 | - owl:allValuesFrom ep-activity:DrillingActivity ; | ||
| 65 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> | ||
| 66 | - ] ; | ||
| 67 | - rdfs:subClassOf | ||
| 68 | - [ rdf:type owl:Restriction ; | ||
| 69 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; | ||
| 70 | - owl:onProperty ep-activity:onWellBore | ||
| 71 | - ] ; | ||
| 72 | - rdfs:subClassOf | ||
| 73 | - [ rdf:type owl:Restriction ; | ||
| 74 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | ||
| 75 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | ||
| 76 | - ] ; | ||
| 77 | - rdfs:subClassOf | ||
| 78 | - [ rdf:type owl:Restriction ; | ||
| 79 | - owl:allValuesFrom ep-activity:DrillingActivity ; | ||
| 80 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | ||
| 81 | - ] ; | ||
| 82 | - rdfs:subClassOf | ||
| 83 | - [ rdf:type owl:Restriction ; | ||
| 84 | - owl:allValuesFrom ep-activity:Activity ; | ||
| 85 | - owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart> | ||
| 86 | - ] . | ||
| 87 | - | ||
| 88 | -ep-activity:DailyDrillingReportFinalisationType | ||
| 89 | - rdf:type rdfs:Class ; | ||
| 90 | - rdfs:label "daily drilling report finalisation type"^^xsd:string ; | ||
| 91 | - rdfs:subClassOf owl:Class . | ||
| 92 | - | ||
| 93 | -ep-activity:DailyProductionActivity | ||
| 94 | - rdf:type owl:Class ; | ||
| 95 | - rdfs:label "Daily production activity"^^xsd:string ; | ||
| 96 | - rdfs:subClassOf ep-activity:ProductionActivity ; | ||
| 97 | - rdfs:subClassOf | ||
| 98 | - [ rdf:type owl:Restriction ; | ||
| 99 | - owl:allValuesFrom ep-activity:ProductionActivity ; | ||
| 100 | - owl:onProperty ep-activity:hasSubActivity | ||
| 101 | - ] . | ||
| 102 | - | ||
| 103 | -ep-activity:Drill-bypass | ||
| 104 | - rdf:type ep-activity:WellBoreDrillingType ; | ||
| 105 | - rdfs:label "drill bypass"^^xsd:string ; | ||
| 106 | - rdfs:subClassOf ep-activity:DrillingActivity . | ||
| 107 | - | ||
| 108 | -ep-activity:Drill-initial | ||
| 109 | - rdf:type ep-activity:WellBoreDrillingType ; | ||
| 110 | - rdfs:label "drill initial"^^xsd:string ; | ||
| 111 | - rdfs:subClassOf ep-activity:DrillingActivity . | ||
| 112 | - | ||
| 113 | -ep-activity:Drill-re-entry | ||
| 114 | - rdf:type ep-activity:WellBoreDrillingType ; | ||
| 115 | - rdfs:label "drill re-entry"^^xsd:string ; | ||
| 116 | - rdfs:subClassOf ep-activity:DrillingActivity . | ||
| 117 | - | ||
| 118 | -ep-activity:Drill-re-spud | ||
| 119 | - rdf:type ep-activity:WellBoreDrillingType ; | ||
| 120 | - rdfs:label "drill re-spud"^^xsd:string ; | ||
| 121 | - rdfs:subClassOf ep-activity:DrillingActivity . | ||
| 122 | - | ||
| 123 | -ep-activity:Drill-redrill | ||
| 124 | - rdf:type ep-activity:WellBoreDrillingType ; | ||
| 125 | - rdfs:label "redrill"^^xsd:string ; | ||
| 126 | - rdfs:subClassOf ep-activity:DrillingActivity . | ||
| 127 | - | ||
| 128 | -ep-activity:Drill-sidetrack | ||
| 129 | - rdf:type ep-activity:WellBoreDrillingType ; | ||
| 130 | - rdfs:label "drill sidetrack"^^xsd:string ; | ||
| 131 | - rdfs:subClassOf ep-activity:DrillingActivity . | ||
| 132 | - | ||
| 133 | -ep-activity:DrillingActivity | ||
| 134 | - rdf:type owl:Class ; | ||
| 135 | - rdfs:label "Drilling activity"^^xsd:string ; | ||
| 136 | - rdfs:subClassOf ep-activity:Activity . | ||
| 137 | - | ||
| 138 | -ep-activity:FormationIntegrityTest | ||
| 139 | - rdf:type ep-activity:PressureTestType , owl:Class ; | ||
| 140 | - rdfs:label "formation integrity test"^^xsd:string ; | ||
| 141 | - rdfs:subClassOf ep-activity:WellBorePressureTest ; | ||
| 142 | - owl:disjointWith ep-activity:LeakOffTest . | ||
| 143 | - | ||
| 144 | -ep-activity:LeakOffTest | ||
| 145 | - rdf:type ep-activity:PressureTestType , owl:Class ; | ||
| 146 | - rdfs:label "leak-off test"^^xsd:string ; | ||
| 147 | - rdfs:subClassOf ep-activity:WellBorePressureTest ; | ||
| 148 | - owl:disjointWith ep-activity:FormationIntegrityTest . | ||
| 149 | - | ||
| 150 | -ep-activity:MonthlyDrillingActivity | ||
| 151 | - rdf:type owl:Class ; | ||
| 152 | - rdfs:label "Weekly drilling activity"^^xsd:string ; | ||
| 153 | - rdfs:subClassOf ep-activity:DrillingActivity ; | ||
| 154 | - rdfs:subClassOf | ||
| 155 | - [ rdf:type owl:Restriction ; | ||
| 156 | - owl:allValuesFrom ep-activity:WeeklyDrillingActivity ; | ||
| 157 | - owl:onProperty ep-activity:hasSubActivity | ||
| 158 | - ] . | ||
| 159 | - | ||
| 160 | -ep-activity:MonthlyProductionActivity | ||
| 161 | - rdf:type owl:Class ; | ||
| 162 | - rdfs:label "Monthly production activity"^^xsd:string ; | ||
| 163 | - rdfs:subClassOf ep-activity:ProductionActivity ; | ||
| 164 | - rdfs:subClassOf | ||
| 165 | - [ rdf:type owl:Restriction ; | ||
| 166 | - owl:allValuesFrom ep-activity:WeeklyProductionActivity ; | ||
| 167 | - owl:onProperty ep-activity:hasSubActivity | ||
| 168 | - ] . | ||
| 169 | - | ||
| 170 | -ep-activity:OffshoreActivity | ||
| 171 | - rdf:type owl:Class ; | ||
| 172 | - rdfs:label "Offshore activity"^^xsd:string ; | ||
| 173 | - rdfs:subClassOf ep-activity:Activity . | ||
| 174 | - | ||
| 175 | -ep-activity:OffshoreWellActivity | ||
| 176 | - rdf:type owl:Class ; | ||
| 177 | - rdfs:label "Offshore well activity"^^xsd:string ; | ||
| 178 | - rdfs:subClassOf ep-activity:OffshoreActivity ; | ||
| 179 | - rdfs:subClassOf | ||
| 180 | - [ rdf:type owl:Restriction ; | ||
| 181 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; | ||
| 182 | - owl:onProperty ep-activity:onWell | ||
| 183 | - ] ; | ||
| 184 | - rdfs:subClassOf | ||
| 185 | - [ rdf:type owl:Restriction ; | ||
| 186 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | ||
| 187 | - owl:onProperty ep-activity:onRig | ||
| 188 | - ] ; | ||
| 189 | - rdfs:subClassOf | ||
| 190 | - [ rdf:type owl:Restriction ; | ||
| 191 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | ||
| 192 | - owl:onProperty ep-activity:onWell | ||
| 193 | - ] . | ||
| 194 | - | ||
| 195 | -ep-activity:PressureTestType | ||
| 196 | - rdf:type rdfs:Class ; | ||
| 197 | - rdfs:label "pressure test type"^^xsd:string ; | ||
| 198 | - rdfs:subClassOf owl:Class . | ||
| 199 | - | ||
| 200 | -ep-activity:ProductionActivity | ||
| 201 | - rdf:type owl:Class ; | ||
| 202 | - rdfs:label "Production activity"^^xsd:string ; | ||
| 203 | - rdfs:subClassOf ep-activity:Activity . | ||
| 204 | - | ||
| 205 | -ep-activity:WeeklyDrillingActivity | ||
| 206 | - rdf:type owl:Class ; | ||
| 207 | - rdfs:label "Weekly drilling activity"^^xsd:string ; | ||
| 208 | - rdfs:subClassOf ep-activity:DrillingActivity ; | ||
| 209 | - rdfs:subClassOf | ||
| 210 | - [ rdf:type owl:Restriction ; | ||
| 211 | - owl:allValuesFrom ep-activity:DailyDrillingActivity ; | ||
| 212 | - owl:onProperty ep-activity:hasSubActivity | ||
| 213 | - ] . | ||
| 214 | - | ||
| 215 | -ep-activity:WeeklyProductionActivity | ||
| 216 | - rdf:type owl:Class ; | ||
| 217 | - rdfs:label "Weekly production activity"^^xsd:string ; | ||
| 218 | - rdfs:subClassOf ep-activity:ProductionActivity ; | ||
| 219 | - rdfs:subClassOf | ||
| 220 | - [ rdf:type owl:Restriction ; | ||
| 221 | - owl:allValuesFrom ep-activity:DailyProductionActivity ; | ||
| 222 | - owl:onProperty ep-activity:hasSubActivity | ||
| 223 | - ] . | ||
| 224 | - | ||
| 225 | -ep-activity:WellBoreDrillingType | ||
| 226 | - rdf:type rdfs:Class ; | ||
| 227 | - rdfs:label "well bore drilling type"^^xsd:string ; | ||
| 228 | - rdfs:subClassOf owl:Class . | ||
| 229 | - | ||
| 230 | -ep-activity:WellBorePressureTest | ||
| 231 | - rdf:type owl:Class ; | ||
| 232 | - rdfs:label "well bore pressure test"^^xsd:string ; | ||
| 233 | - rdfs:subClassOf ep-activity:Activity . | ||
| 234 | - | ||
| 235 | -ep-activity:createdAt | ||
| 236 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 237 | - rdfs:label "created at"^^xsd:string ; | ||
| 238 | - rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | ||
| 239 | - | ||
| 240 | -ep-activity:finishedAt | ||
| 241 | - rdf:type owl:DatatypeProperty ; | ||
| 242 | - rdfs:label "finished at"^^xsd:string ; | ||
| 243 | - rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | ||
| 244 | - | ||
| 245 | -ep-activity:hasSubActivity | ||
| 246 | - rdf:type owl:ObjectProperty ; | ||
| 247 | - rdfs:label "has sub activity"^^xsd:string . | ||
| 248 | - | ||
| 249 | -ep-activity:onRig | ||
| 250 | - rdf:type owl:ObjectProperty ; | ||
| 251 | - rdfs:label "on rig"^^xsd:string . | ||
| 252 | - | ||
| 253 | -ep-activity:onWell | ||
| 254 | - rdf:type owl:ObjectProperty ; | ||
| 255 | - rdfs:label "on well"^^xsd:string . | ||
| 256 | - | ||
| 257 | -ep-activity:onWellBore | ||
| 258 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 259 | - rdfs:label "on WellBore"^^xsd:string . | ||
| 260 | - | ||
| 261 | -ep-activity:reportOn | ||
| 262 | - rdf:type owl:ObjectProperty ; | ||
| 263 | - rdfs:label "report on"^^xsd:string . | ||
| 264 | - | ||
| 265 | -ep-activity:startedAt | ||
| 266 | - rdf:type owl:DatatypeProperty ; | ||
| 267 | - rdfs:label "started at"^^xsd:string ; | ||
| 268 | - rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | ||
| 269 | - | ||
| 270 | -ep-activity:wellBoreDrillingType | ||
| 271 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 272 | - rdfs:domain ep-activity:DrillingActivity ; | ||
| 273 | - rdfs:label "has sub activity"^^xsd:string ; | ||
| 274 | - rdfs:range ep-activity:WellBoreDrillingType ; | ||
| 275 | - rdfs:subPropertyOf rdf:type . | ||
| 276 | - | ||
| 277 | -ep-activity:wellboreDrillingContractor | ||
| 278 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 279 | - rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; | ||
| 280 | - rdfs:label "wellbore drilling contractor"^^xsd:string ; | ||
| 281 | - rdfs:range organization:Company . | ||
| 282 | - | ||
| 283 | -ep-activity:wellboreOperator | ||
| 284 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 285 | - rdfs:domain <http://www.reportinghub.no/ep/schema/well#WellBore> ; | ||
| 286 | - rdfs:label "wellbore operator"^^xsd:string ; | ||
| 287 | - rdfs:range organization:Company . | ||
| 288 | - | ||
| 289 | -<http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport> | ||
| 290 | - rdf:type ep-activity:DailyDrillingReportFinalisationType . | ||
| 291 | - | ||
| 292 | -<http://www.reportinghub.no/ep/schema/report#NormalDailyDrillingReport> | ||
| 293 | - rdf:type ep-activity:DailyDrillingReportFinalisationType . | ||
| 294 | - | ||
| 295 | -<http://www.reportinghub.no/ep/schema/report#PreliminaryDailyDrillingReport> | ||
| 296 | - rdf:type ep-activity:DailyDrillingReportFinalisationType . |
This diff could not be displayed because it is too large.
| 1 | -# Saved by TopBraid on Wed Aug 17 16:38:03 BST 2011 | 1 | +# Saved by TopBraid on Wed Aug 24 20:07:27 BST 2011 |
| 2 | # baseURI: null | 2 | # baseURI: null |
| 3 | 3 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
| 1 | -# Saved by TopBraid on Mon Aug 15 02:45:27 BST 2011 | 1 | +# Saved by TopBraid on Tue Aug 23 17:39:50 BST 2011 |
| 2 | -# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/activity | 2 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/activity |
| 3 | -# imports: http://www.reportinghub.no/ep/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 |
| 5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/well | 6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/well |
| 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-purpose | 8 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose |
| 9 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | 9 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity |
| 10 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr | 10 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr |
| 11 | -# imports: http://www.reportinghub.no/ep/schema/1.0/ddr | 11 | +# imports: http://www.reportinghub.no/ep/schema/1.0/ddr |
| 12 | -# imports: http://spinrdf.org/spin | 12 | +# imports: http://spinrdf.org/spin |
| 13 | - | 13 | + |
| 14 | -@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/activity#> . | 14 | +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/activity#> . |
| 15 | -@prefix arg: <http://spinrdf.org/arg#> . | 15 | +@prefix arg: <http://spinrdf.org/arg#> . |
| 16 | -@prefix bindEP-NativeOWL: <http://www.reportinghub.no/iso15926/bindEP-NativeOWL#> . | 16 | +@prefix bindEP-NativeOWL: <http://www.reportinghub.no/iso15926/bindEP-NativeOWL#> . |
| 17 | -@prefix ddr-normalization: <http://www.reportinghub.no/ep/transform/ddr/normalization#> . | 17 | +@prefix ddr-normalization: <http://www.reportinghub.no/ep/transform/ddr/normalization#> . |
| 18 | -@prefix ddr-normalization-1.1: <http://www.reportinghub.no/ep/transform/1.1/ddr/normalization#> . | 18 | +@prefix ddr-normalization-1.1: <http://www.reportinghub.no/ep/transform/1.1/ddr/normalization#> . |
| 19 | -@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 19 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
| 20 | -@prefix iso15926: <http://www.reportinghub.no/iso15926/nativeOWL#> . | 20 | +@prefix iso15926: <http://www.reportinghub.no/iso15926/nativeOWL#> . |
| 21 | -@prefix normalization: <http://www.reportinghub.no/ep/transform/normalization#> . | 21 | +@prefix normalization: <http://www.reportinghub.no/ep/transform/normalization#> . |
| 22 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 22 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 23 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 23 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 24 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 24 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 25 | -@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . | 25 | +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . |
| 26 | -@prefix sp: <http://spinrdf.org/sp#> . | 26 | +@prefix sp: <http://spinrdf.org/sp#> . |
| 27 | -@prefix spin: <http://spinrdf.org/spin#> . | 27 | +@prefix spin: <http://spinrdf.org/spin#> . |
| 28 | -@prefix spl: <http://spinrdf.org/spl#> . | 28 | +@prefix spl: <http://spinrdf.org/spl#> . |
| 29 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 29 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 30 | - | 30 | + |
| 31 | -<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | 31 | +<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> |
| 32 | - spin:rule | 32 | + spin:rule |
| 33 | - [ rdf:type sp:Construct ; | 33 | + [ rdf:type sp:Construct ; |
| 34 | - rdfs:comment "STEP 155 Create part activity and temporal part of WellBore"^^xsd:string ; | 34 | + rdfs:comment "STEP 130 Transfer proprietaryCode and phase"^^xsd:string ; |
| 35 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#FluidActivity> ; | 35 | + sp:templates ([ sp:object _:b1 ; |
| 36 | - sp:predicate rdf:type ; | 36 | + sp:predicate rdf:type ; |
| 37 | - sp:subject _:b1 | 37 | + sp:subject _:b2 |
| 38 | - ] [ sp:object _:b1 ; | 38 | + ] [ sp:object _:b3 ; |
| 39 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 39 | + sp:predicate rdf:type ; |
| 40 | - sp:subject _:b2 | 40 | + sp:subject _:b2 |
| 41 | - ] [ sp:object _:b3 ; | 41 | + ]) ; |
| 42 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; | 42 | + sp:where ([ sp:object _:b4 ; |
| 43 | - sp:subject _:b1 | 43 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 44 | - ] [ sp:object _:b4 ; | 44 | + sp:subject spin:_this |
| 45 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#pv> ; | 45 | + ] [ sp:object _:b5 ; |
| 46 | - sp:subject _:b1 | 46 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#activity> ; |
| 47 | - ] [ sp:object _:b5 ; | 47 | + sp:subject spin:_this |
| 48 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#yp> ; | 48 | + ] [ sp:object _:b6 ; |
| 49 | - sp:subject _:b1 | 49 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; |
| 50 | - ] [ sp:object _:b6 ; | 50 | + sp:subject _:b5 |
| 51 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; | 51 | + ] [ sp:object _:b7 ; |
| 52 | - sp:subject _:b1 | 52 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 53 | - ] [ sp:object _:b7 ; | 53 | + sp:subject _:b5 |
| 54 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; | 54 | + ] [ rdf:type sp:Optional ; |
| 55 | - sp:subject _:b1 | 55 | + sp:elements ([ sp:object _:b8 ; |
| 56 | - ] [ sp:object _:b8 ; | 56 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumProprietaryCode> ; |
| 57 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#MudClass> ; | 57 | + sp:subject _:b5 |
| 58 | - sp:subject _:b1 | 58 | + ] [ sp:object _:b9 ; |
| 59 | - ] [ sp:object _:b9 ; | 59 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumPhase> ; |
| 60 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presBopRating> ; | 60 | + sp:subject _:b5 |
| 61 | - sp:subject _:b1 | 61 | + ]) |
| 62 | - ] [ sp:object _:b10 ; | 62 | + ] [ rdf:type sp:Bind ; |
| 63 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#type> ; | 63 | + sp:expression |
| 64 | - sp:subject _:b1 | 64 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 65 | - ] [ sp:object _:b11 ; | 65 | + sp:arg1 _:b4 |
| 66 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#density> ; | 66 | + ] ; |
| 67 | - sp:subject _:b1 | 67 | + sp:variable _:b10 |
| 68 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; | 68 | + ] [ rdf:type sp:Bind ; |
| 69 | - sp:predicate rdf:type ; | 69 | + sp:expression |
| 70 | - sp:subject _:b12 | 70 | + [ rdf:type ep-spin-lib:buildPartActivityURI ; |
| 71 | - ] [ sp:object _:b13 ; | 71 | + sp:arg1 _:b10 ; |
| 72 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 72 | + sp:arg2 _:b7 ; |
| 73 | - sp:subject _:b12 | 73 | + sp:arg3 _:b6 |
| 74 | - ] [ sp:object _:b12 ; | 74 | + ] ; |
| 75 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 75 | + sp:variable _:b2 |
| 76 | - sp:subject _:b1 | 76 | + ] [ rdf:type sp:Bind ; |
| 77 | - ]) ; | 77 | + sp:expression |
| 78 | - sp:where ([ sp:object _:b14 ; | 78 | + [ rdf:type ep-spin-lib:selectDrillingActivityPurposeType ; |
| 79 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 79 | + sp:arg1 _:b8 |
| 80 | - sp:subject spin:_this | 80 | + ] ; |
| 81 | - ] [ sp:object _:b15 ; | 81 | + sp:variable _:b1 |
| 82 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 82 | + ] [ rdf:type sp:Bind ; |
| 83 | - sp:subject spin:_this | 83 | + sp:expression |
| 84 | - ] [ sp:object _:b16 ; | 84 | + [ rdf:type ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType ; |
| 85 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#fluid> ; | 85 | + sp:arg1 _:b9 |
| 86 | - sp:subject spin:_this | 86 | + ] ; |
| 87 | - ] [ sp:object _:b17 ; | 87 | + sp:variable _:b3 |
| 88 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | 88 | + ]) |
| 89 | - sp:subject _:b16 | 89 | + ] ; |
| 90 | - ] [ sp:object _:b3 ; | 90 | + spin:rule |
| 91 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; | 91 | + [ rdf:type sp:Construct ; |
| 92 | - sp:subject _:b16 | 92 | + rdfs:comment "STEP 134 Transfer comments"^^xsd:string ; |
| 93 | - ] [ sp:object _:b10 ; | 93 | + sp:templates ([ sp:object _:b11 ; |
| 94 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#type> ; | 94 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#comments> ; |
| 95 | - sp:subject _:b16 | 95 | + sp:subject _:b12 |
| 96 | - ] [ sp:object _:b4 ; | 96 | + ]) ; |
| 97 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#pv> ; | 97 | + sp:where ([ sp:object _:b13 ; |
| 98 | - sp:subject _:b16 | 98 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 99 | - ] [ sp:object _:b7 ; | 99 | + sp:subject spin:_this |
| 100 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; | 100 | + ] [ sp:object _:b14 ; |
| 101 | - sp:subject _:b16 | 101 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#activity> ; |
| 102 | - ] [ rdf:type sp:Optional ; | 102 | + sp:subject spin:_this |
| 103 | - sp:elements ([ sp:object _:b8 ; | 103 | + ] [ sp:object _:b15 ; |
| 104 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#MudClass> ; | 104 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; |
| 105 | - sp:subject _:b16 | 105 | + sp:subject _:b14 |
| 106 | - ]) | 106 | + ] [ sp:object _:b16 ; |
| 107 | - ] [ rdf:type sp:Optional ; | 107 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 108 | - sp:elements ([ sp:object _:b6 ; | 108 | + sp:subject _:b14 |
| 109 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; | 109 | + ] [ sp:object _:b11 ; |
| 110 | - sp:subject _:b16 | 110 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#comments> ; |
| 111 | - ]) | 111 | + sp:subject _:b14 |
| 112 | - ] [ rdf:type sp:Optional ; | 112 | + ] [ rdf:type sp:Bind ; |
| 113 | - sp:elements ([ sp:object _:b5 ; | 113 | + sp:expression |
| 114 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#yp> ; | 114 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 115 | - sp:subject _:b16 | 115 | + sp:arg1 _:b13 |
| 116 | - ]) | 116 | + ] ; |
| 117 | - ] [ sp:object _:b11 ; | 117 | + sp:variable _:b17 |
| 118 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#density> ; | 118 | + ] [ rdf:type sp:Bind ; |
| 119 | - sp:subject _:b16 | 119 | + sp:expression |
| 120 | - ] [ sp:object _:b9 ; | 120 | + [ rdf:type ep-spin-lib:buildPartActivityURI ; |
| 121 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presBopRating> ; | 121 | + sp:arg1 _:b17 ; |
| 122 | - sp:subject _:b16 | 122 | + sp:arg2 _:b16 ; |
| 123 | - ] [ rdf:type sp:Bind ; | 123 | + sp:arg3 _:b15 |
| 124 | - sp:expression | 124 | + ] ; |
| 125 | - [ rdf:type ep-spin-lib:normalizeString ; | 125 | + sp:variable _:b12 |
| 126 | - sp:arg1 _:b14 | 126 | + ]) |
| 127 | - ] ; | 127 | + ] ; |
| 128 | - sp:variable _:b18 | 128 | + spin:rule |
| 129 | - ] [ rdf:type sp:Bind ; | 129 | + [ rdf:type sp:Construct ; |
| 130 | - sp:expression | 130 | + rdfs:comment "STEP 127 Create part activity and temporal part of WellBore"^^xsd:string ; |
| 131 | - [ rdf:type ep-spin-lib:buildPartActivityURI ; | 131 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> ; |
| 132 | - sp:arg1 _:b18 ; | 132 | + sp:predicate rdf:type ; |
| 133 | - sp:arg2 _:b3 ; | 133 | + sp:subject _:b18 |
| 134 | - sp:arg3 _:b17 | 134 | + ] [ sp:object _:b18 ; |
| 135 | - ] ; | 135 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 136 | - sp:variable _:b1 | 136 | + sp:subject _:b19 |
| 137 | - ] [ rdf:type sp:Bind ; | 137 | + ] [ sp:object _:b20 ; |
| 138 | - sp:expression | 138 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 139 | - [ rdf:type rhspin:wellBoreByName ; | 139 | + sp:subject _:b18 |
| 140 | - arg:wellBoreName _:b14 | 140 | + ] [ sp:object _:b21 ; |
| 141 | - ] ; | 141 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ; |
| 142 | - sp:variable _:b13 | 142 | + sp:subject _:b18 |
| 143 | - ] [ rdf:type sp:Bind ; | 143 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; |
| 144 | - sp:expression | 144 | + sp:predicate rdf:type ; |
| 145 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 145 | + sp:subject _:b22 |
| 146 | - sp:arg1 _:b18 ; | 146 | + ] [ sp:object _:b23 ; |
| 147 | - sp:arg2 _:b15 | 147 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 148 | - ] ; | 148 | + sp:subject _:b22 |
| 149 | - sp:variable _:b2 | 149 | + ] [ sp:object _:b22 ; |
| 150 | - ] [ rdf:type sp:Bind ; | 150 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 151 | - sp:expression | 151 | + sp:subject _:b18 |
| 152 | - [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ; | 152 | + ]) ; |
| 153 | - sp:arg1 _:b18 ; | 153 | + sp:where ([ sp:object _:b24 ; |
| 154 | - sp:arg2 _:b3 ; | 154 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 155 | - sp:arg3 _:b3 | 155 | + sp:subject spin:_this |
| 156 | - ] ; | 156 | + ] [ sp:object _:b25 ; |
| 157 | - sp:variable _:b12 | 157 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 158 | - ]) | 158 | + sp:subject spin:_this |
| 159 | - ] ; | 159 | + ] [ sp:object _:b26 ; |
| 160 | - spin:rule | 160 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#activity> ; |
| 161 | - [ rdf:type sp:Construct ; | 161 | + sp:subject spin:_this |
| 162 | - rdfs:comment "STEP 132 Transfer status"^^xsd:string ; | 162 | + ] [ sp:object _:b27 ; |
| 163 | - sp:templates ([ sp:object _:b19 ; | 163 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; |
| 164 | - sp:predicate rdf:type ; | 164 | + sp:subject _:b26 |
| 165 | - sp:subject _:b20 | 165 | + ] [ sp:object _:b20 ; |
| 166 | - ]) ; | 166 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 167 | - sp:where ([ sp:object _:b21 ; | 167 | + sp:subject _:b26 |
| 168 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 168 | + ] [ sp:object _:b21 ; |
| 169 | - sp:subject spin:_this | 169 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ; |
| 170 | - ] [ sp:object _:b22 ; | 170 | + sp:subject _:b26 |
| 171 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#activity> ; | 171 | + ] [ rdf:type sp:Bind ; |
| 172 | - sp:subject spin:_this | 172 | + sp:expression |
| 173 | - ] [ sp:object _:b23 ; | 173 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 174 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | 174 | + sp:arg1 _:b24 |
| 175 | - sp:subject _:b22 | 175 | + ] ; |
| 176 | - ] [ sp:object _:b24 ; | 176 | + sp:variable _:b28 |
| 177 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 177 | + ] [ rdf:type sp:Bind ; |
| 178 | - sp:subject _:b22 | 178 | + sp:expression |
| 179 | - ] [ sp:object _:b25 ; | 179 | + [ rdf:type ep-spin-lib:buildPartActivityURI ; |
| 180 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumState> ; | 180 | + sp:arg1 _:b28 ; |
| 181 | - sp:subject _:b22 | 181 | + sp:arg2 _:b20 ; |
| 182 | - ] [ rdf:type sp:Bind ; | 182 | + sp:arg3 _:b27 |
| 183 | - sp:expression | 183 | + ] ; |
| 184 | - [ rdf:type ep-spin-lib:normalizeString ; | 184 | + sp:variable _:b18 |
| 185 | - sp:arg1 _:b21 | 185 | + ] [ rdf:type sp:Bind ; |
| 186 | - ] ; | 186 | + sp:expression |
| 187 | - sp:variable _:b26 | 187 | + [ rdf:type rhspin:wellBoreByName ; |
| 188 | - ] [ rdf:type sp:Bind ; | 188 | + arg:wellBoreName _:b24 |
| 189 | - sp:expression | 189 | + ] ; |
| 190 | - [ rdf:type ep-spin-lib:buildPartActivityURI ; | 190 | + sp:variable _:b23 |
| 191 | - sp:arg1 _:b26 ; | 191 | + ] [ rdf:type sp:Bind ; |
| 192 | - sp:arg2 _:b24 ; | 192 | + sp:expression |
| 193 | - sp:arg3 _:b23 | 193 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 194 | - ] ; | 194 | + sp:arg1 _:b28 ; |
| 195 | - sp:variable _:b20 | 195 | + sp:arg2 _:b25 |
| 196 | - ] [ rdf:type sp:Bind ; | 196 | + ] ; |
| 197 | - sp:expression | 197 | + sp:variable _:b19 |
| 198 | - [ rdf:type ep-spin-lib:selectActivitySuccessType ; | 198 | + ] [ rdf:type sp:Bind ; |
| 199 | - sp:arg1 _:b25 | 199 | + sp:expression |
| 200 | - ] ; | 200 | + [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ; |
| 201 | - sp:variable _:b19 | 201 | + sp:arg1 _:b28 ; |
| 202 | - ]) | 202 | + sp:arg2 _:b20 ; |
| 203 | - ] ; | 203 | + sp:arg3 _:b21 |
| 204 | - spin:rule | 204 | + ] ; |
| 205 | - [ rdf:type sp:Construct ; | 205 | + sp:variable _:b22 |
| 206 | - rdfs:comment "STEP 131 Transfer mdHoleStart"^^xsd:string ; | 206 | + ]) |
| 207 | - sp:templates ([ sp:object _:b27 ; | 207 | + ] ; |
| 208 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdHoleStart> ; | 208 | + spin:rule |
| 209 | - sp:subject _:b28 | 209 | + [ rdf:type sp:Construct ; |
| 210 | - ]) ; | 210 | + rdfs:comment "STEP 128 Transfer md"^^xsd:string ; |
| 211 | - sp:where ([ sp:object _:b29 ; | 211 | + sp:templates ([ sp:object _:b29 ; |
| 212 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 212 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; |
| 213 | - sp:subject spin:_this | 213 | + sp:subject _:b30 |
| 214 | - ] [ sp:object _:b30 ; | 214 | + ]) ; |
| 215 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#activity> ; | 215 | + sp:where ([ sp:object _:b31 ; |
| 216 | - sp:subject spin:_this | 216 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 217 | - ] [ sp:object _:b31 ; | 217 | + sp:subject spin:_this |
| 218 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | 218 | + ] [ sp:object _:b32 ; |
| 219 | - sp:subject _:b30 | 219 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#activity> ; |
| 220 | - ] [ sp:object _:b32 ; | 220 | + sp:subject spin:_this |
| 221 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 221 | + ] [ sp:object _:b33 ; |
| 222 | - sp:subject _:b30 | 222 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; |
| 223 | - ] [ sp:object _:b27 ; | 223 | + sp:subject _:b32 |
| 224 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdHoleStart> ; | 224 | + ] [ sp:object _:b34 ; |
| 225 | - sp:subject _:b30 | 225 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 226 | - ] [ sp:object _:b28 ; | 226 | + sp:subject _:b32 |
| 227 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 227 | + ] [ sp:object _:b29 ; |
| 228 | - sp:subject _:b33 | 228 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; |
| 229 | - ] [ rdf:type sp:Bind ; | 229 | + sp:subject _:b32 |
| 230 | - sp:expression | 230 | + ] [ sp:object _:b30 ; |
| 231 | - [ rdf:type ep-spin-lib:normalizeString ; | 231 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 232 | - sp:arg1 _:b29 | 232 | + sp:subject _:b35 |
| 233 | - ] ; | 233 | + ] [ rdf:type sp:Bind ; |
| 234 | - sp:variable _:b34 | 234 | + sp:expression |
| 235 | - ] [ rdf:type sp:Bind ; | 235 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 236 | - sp:expression | 236 | + sp:arg1 _:b31 |
| 237 | - [ rdf:type ep-spin-lib:buildPartActivityURI ; | 237 | + ] ; |
| 238 | - sp:arg1 _:b34 ; | 238 | + sp:variable _:b36 |
| 239 | - sp:arg2 _:b32 ; | 239 | + ] [ rdf:type sp:Bind ; |
| 240 | - sp:arg3 _:b31 | 240 | + sp:expression |
| 241 | - ] ; | 241 | + [ rdf:type ep-spin-lib:buildPartActivityURI ; |
| 242 | - sp:variable _:b33 | 242 | + sp:arg1 _:b36 ; |
| 243 | - ]) | 243 | + sp:arg2 _:b34 ; |
| 244 | - ] ; | 244 | + sp:arg3 _:b33 |
| 245 | - spin:rule | 245 | + ] ; |
| 246 | - [ rdf:type sp:Construct ; | 246 | + sp:variable _:b35 |
| 247 | - rdfs:comment "STEP 130 Transfer proprietaryCode"^^xsd:string ; | 247 | + ]) |
| 248 | - sp:templates ([ sp:object _:b35 ; | 248 | + ] ; |
| 249 | - sp:predicate rdf:type ; | 249 | + spin:rule |
| 250 | - sp:subject _:b36 | 250 | + [ rdf:type sp:Construct ; |
| 251 | - ]) ; | 251 | + rdfs:comment "STEP 129 Transfer tvd"^^xsd:string ; |
| 252 | - sp:where ([ sp:object _:b37 ; | 252 | + sp:templates ([ sp:object _:b37 ; |
| 253 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 253 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; |
| 254 | - sp:subject spin:_this | 254 | + sp:subject _:b38 |
| 255 | - ] [ sp:object _:b38 ; | 255 | + ]) ; |
| 256 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#activity> ; | 256 | + sp:where ([ sp:object _:b39 ; |
| 257 | - sp:subject spin:_this | 257 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 258 | - ] [ sp:object _:b39 ; | 258 | + sp:subject spin:_this |
| 259 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | 259 | + ] [ sp:object _:b40 ; |
| 260 | - sp:subject _:b38 | 260 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#activity> ; |
| 261 | - ] [ sp:object _:b40 ; | 261 | + sp:subject spin:_this |
| 262 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 262 | + ] [ sp:object _:b41 ; |
| 263 | - sp:subject _:b38 | 263 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; |
| 264 | - ] [ sp:object _:b41 ; | 264 | + sp:subject _:b40 |
| 265 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumProprietaryCode> ; | 265 | + ] [ sp:object _:b42 ; |
| 266 | - sp:subject _:b38 | 266 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 267 | - ] [ rdf:type sp:Bind ; | 267 | + sp:subject _:b40 |
| 268 | - sp:expression | 268 | + ] [ sp:object _:b37 ; |
| 269 | - [ rdf:type ep-spin-lib:normalizeString ; | 269 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; |
| 270 | - sp:arg1 _:b37 | 270 | + sp:subject _:b40 |
| 271 | - ] ; | 271 | + ] [ sp:object _:b38 ; |
| 272 | - sp:variable _:b42 | 272 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 273 | - ] [ rdf:type sp:Bind ; | 273 | + sp:subject _:b43 |
| 274 | - sp:expression | 274 | + ] [ rdf:type sp:Bind ; |
| 275 | - [ rdf:type ep-spin-lib:buildPartActivityURI ; | 275 | + sp:expression |
| 276 | - sp:arg1 _:b42 ; | 276 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 277 | - sp:arg2 _:b40 ; | 277 | + sp:arg1 _:b39 |
| 278 | - sp:arg3 _:b39 | 278 | + ] ; |
| 279 | - ] ; | 279 | + sp:variable _:b44 |
| 280 | - sp:variable _:b36 | 280 | + ] [ rdf:type sp:Bind ; |
| 281 | - ] [ rdf:type sp:Bind ; | 281 | + sp:expression |
| 282 | - sp:expression | 282 | + [ rdf:type ep-spin-lib:buildPartActivityURI ; |
| 283 | - [ rdf:type ep-spin-lib:selectDrillingActivityPurposeType ; | 283 | + sp:arg1 _:b44 ; |
| 284 | - sp:arg1 _:b41 | 284 | + sp:arg2 _:b42 ; |
| 285 | - ] ; | 285 | + sp:arg3 _:b41 |
| 286 | - sp:variable _:b35 | 286 | + ] ; |
| 287 | - ]) | 287 | + sp:variable _:b43 |
| 288 | - ] ; | 288 | + ]) |
| 289 | - spin:rule | 289 | + ] ; |
| 290 | - [ rdf:type sp:Construct ; | 290 | + spin:rule |
| 291 | - rdfs:comment "STEP 129 Transfer tvd"^^xsd:string ; | 291 | + [ rdf:type sp:Construct ; |
| 292 | - sp:templates ([ sp:object _:b43 ; | 292 | + rdfs:comment "STEP 133 Transfer stateDetailActivity"^^xsd:string ; |
| 293 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; | 293 | + sp:templates ([ sp:object _:b45 ; |
| 294 | - sp:subject _:b44 | 294 | + sp:predicate rdf:type ; |
| 295 | - ]) ; | 295 | + sp:subject _:b46 |
| 296 | - sp:where ([ sp:object _:b45 ; | 296 | + ]) ; |
| 297 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 297 | + sp:where ([ sp:object _:b47 ; |
| 298 | - sp:subject spin:_this | 298 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 299 | - ] [ sp:object _:b46 ; | 299 | + sp:subject spin:_this |
| 300 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#activity> ; | 300 | + ] [ sp:object _:b48 ; |
| 301 | - sp:subject spin:_this | 301 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#activity> ; |
| 302 | - ] [ sp:object _:b47 ; | 302 | + sp:subject spin:_this |
| 303 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | 303 | + ] [ sp:object _:b49 ; |
| 304 | - sp:subject _:b46 | 304 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; |
| 305 | - ] [ sp:object _:b48 ; | 305 | + sp:subject _:b48 |
| 306 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 306 | + ] [ sp:object _:b50 ; |
| 307 | - sp:subject _:b46 | 307 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 308 | - ] [ sp:object _:b43 ; | 308 | + sp:subject _:b48 |
| 309 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; | 309 | + ] [ sp:object _:b51 ; |
| 310 | - sp:subject _:b46 | 310 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumStateDetailActivity> ; |
| 311 | - ] [ sp:object _:b44 ; | 311 | + sp:subject _:b48 |
| 312 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 312 | + ] [ rdf:type sp:Bind ; |
| 313 | - sp:subject _:b49 | 313 | + sp:expression |
| 314 | - ] [ rdf:type sp:Bind ; | 314 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 315 | - sp:expression | 315 | + sp:arg1 _:b47 |
| 316 | - [ rdf:type ep-spin-lib:normalizeString ; | 316 | + ] ; |
| 317 | - sp:arg1 _:b45 | 317 | + sp:variable _:b52 |
| 318 | - ] ; | 318 | + ] [ rdf:type sp:Bind ; |
| 319 | - sp:variable _:b50 | 319 | + sp:expression |
| 320 | - ] [ rdf:type sp:Bind ; | 320 | + [ rdf:type ep-spin-lib:buildPartActivityURI ; |
| 321 | - sp:expression | 321 | + sp:arg1 _:b52 ; |
| 322 | - [ rdf:type ep-spin-lib:buildPartActivityURI ; | 322 | + sp:arg2 _:b50 ; |
| 323 | - sp:arg1 _:b50 ; | 323 | + sp:arg3 _:b49 |
| 324 | - sp:arg2 _:b48 ; | 324 | + ] ; |
| 325 | - sp:arg3 _:b47 | 325 | + sp:variable _:b46 |
| 326 | - ] ; | 326 | + ] [ rdf:type sp:Bind ; |
| 327 | - sp:variable _:b49 | 327 | + sp:expression |
| 328 | - ]) | 328 | + [ rdf:type ep-spin-lib:selectDrillingActivityOutcomeType ; |
| 329 | - ] ; | 329 | + sp:arg1 _:b51 |
| 330 | - spin:rule | 330 | + ] ; |
| 331 | - [ rdf:type sp:Construct ; | 331 | + sp:variable _:b45 |
| 332 | - rdfs:comment "STEP 128 Transfer md"^^xsd:string ; | 332 | + ]) |
| 333 | - sp:templates ([ sp:object _:b51 ; | 333 | + ] ; |
| 334 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; | 334 | + spin:rule |
| 335 | - sp:subject _:b52 | 335 | + [ rdf:type sp:Construct ; |
| 336 | - ]) ; | 336 | + rdfs:comment "STEP 131 Transfer mdHoleStart"^^xsd:string ; |
| 337 | - sp:where ([ sp:object _:b53 ; | 337 | + sp:templates ([ sp:object _:b53 ; |
| 338 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 338 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdHoleStart> ; |
| 339 | - sp:subject spin:_this | 339 | + sp:subject _:b54 |
| 340 | - ] [ sp:object _:b54 ; | 340 | + ]) ; |
| 341 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#activity> ; | 341 | + sp:where ([ sp:object _:b55 ; |
| 342 | - sp:subject spin:_this | 342 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 343 | - ] [ sp:object _:b55 ; | 343 | + sp:subject spin:_this |
| 344 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | 344 | + ] [ sp:object _:b56 ; |
| 345 | - sp:subject _:b54 | 345 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#activity> ; |
| 346 | - ] [ sp:object _:b56 ; | 346 | + sp:subject spin:_this |
| 347 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 347 | + ] [ sp:object _:b57 ; |
| 348 | - sp:subject _:b54 | 348 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; |
| 349 | - ] [ sp:object _:b51 ; | 349 | + sp:subject _:b56 |
| 350 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; | 350 | + ] [ sp:object _:b58 ; |
| 351 | - sp:subject _:b54 | 351 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 352 | - ] [ sp:object _:b52 ; | 352 | + sp:subject _:b56 |
| 353 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 353 | + ] [ sp:object _:b53 ; |
| 354 | - sp:subject _:b57 | 354 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdHoleStart> ; |
| 355 | - ] [ rdf:type sp:Bind ; | 355 | + sp:subject _:b56 |
| 356 | - sp:expression | 356 | + ] [ sp:object _:b54 ; |
| 357 | - [ rdf:type ep-spin-lib:normalizeString ; | 357 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 358 | - sp:arg1 _:b53 | 358 | + sp:subject _:b59 |
| 359 | - ] ; | 359 | + ] [ rdf:type sp:Bind ; |
| 360 | - sp:variable _:b58 | 360 | + sp:expression |
| 361 | - ] [ rdf:type sp:Bind ; | 361 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 362 | - sp:expression | 362 | + sp:arg1 _:b55 |
| 363 | - [ rdf:type ep-spin-lib:buildPartActivityURI ; | 363 | + ] ; |
| 364 | - sp:arg1 _:b58 ; | 364 | + sp:variable _:b60 |
| 365 | - sp:arg2 _:b56 ; | 365 | + ] [ rdf:type sp:Bind ; |
| 366 | - sp:arg3 _:b55 | 366 | + sp:expression |
| 367 | - ] ; | 367 | + [ rdf:type ep-spin-lib:buildPartActivityURI ; |
| 368 | - sp:variable _:b57 | 368 | + sp:arg1 _:b60 ; |
| 369 | - ]) | 369 | + sp:arg2 _:b58 ; |
| 370 | - ] ; | 370 | + sp:arg3 _:b57 |
| 371 | - spin:rule | 371 | + ] ; |
| 372 | - [ rdf:type sp:Construct ; | 372 | + sp:variable _:b59 |
| 373 | - rdfs:comment "STEP 127 Create part activity and temporal part of WellBore"^^xsd:string ; | 373 | + ]) |
| 374 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> ; | 374 | + ] ; |
| 375 | - sp:predicate rdf:type ; | 375 | + spin:rule |
| 376 | - sp:subject _:b59 | 376 | + [ rdf:type sp:Construct ; |
| 377 | - ] [ sp:object _:b59 ; | 377 | + rdfs:comment "STEP 132 Transfer status"^^xsd:string ; |
| 378 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 378 | + sp:templates ([ sp:object _:b61 ; |
| 379 | - sp:subject _:b60 | 379 | + sp:predicate rdf:type ; |
| 380 | - ] [ sp:object _:b61 ; | 380 | + sp:subject _:b62 |
| 381 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 381 | + ]) ; |
| 382 | - sp:subject _:b59 | 382 | + sp:where ([ sp:object _:b63 ; |
| 383 | - ] [ sp:object _:b62 ; | 383 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 384 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ; | 384 | + sp:subject spin:_this |
| 385 | - sp:subject _:b59 | 385 | + ] [ sp:object _:b64 ; |
| 386 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; | 386 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#activity> ; |
| 387 | - sp:predicate rdf:type ; | 387 | + sp:subject spin:_this |
| 388 | - sp:subject _:b63 | 388 | + ] [ sp:object _:b65 ; |
| 389 | - ] [ sp:object _:b64 ; | 389 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; |
| 390 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 390 | + sp:subject _:b64 |
| 391 | - sp:subject _:b63 | 391 | + ] [ sp:object _:b66 ; |
| 392 | - ] [ sp:object _:b63 ; | 392 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 393 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 393 | + sp:subject _:b64 |
| 394 | - sp:subject _:b59 | 394 | + ] [ sp:object _:b67 ; |
| 395 | - ]) ; | 395 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumState> ; |
| 396 | - sp:where ([ sp:object _:b65 ; | 396 | + sp:subject _:b64 |
| 397 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 397 | + ] [ rdf:type sp:Bind ; |
| 398 | - sp:subject spin:_this | 398 | + sp:expression |
| 399 | - ] [ sp:object _:b66 ; | 399 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 400 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 400 | + sp:arg1 _:b63 |
| 401 | - sp:subject spin:_this | 401 | + ] ; |
| 402 | - ] [ sp:object _:b67 ; | 402 | + sp:variable _:b68 |
| 403 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#activity> ; | 403 | + ] [ rdf:type sp:Bind ; |
| 404 | - sp:subject spin:_this | 404 | + sp:expression |
| 405 | - ] [ sp:object _:b68 ; | 405 | + [ rdf:type ep-spin-lib:buildPartActivityURI ; |
| 406 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | 406 | + sp:arg1 _:b68 ; |
| 407 | - sp:subject _:b67 | 407 | + sp:arg2 _:b66 ; |
| 408 | - ] [ sp:object _:b61 ; | 408 | + sp:arg3 _:b65 |
| 409 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 409 | + ] ; |
| 410 | - sp:subject _:b67 | 410 | + sp:variable _:b62 |
| 411 | - ] [ sp:object _:b62 ; | 411 | + ] [ rdf:type sp:Bind ; |
| 412 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ; | 412 | + sp:expression |
| 413 | - sp:subject _:b67 | 413 | + [ rdf:type ep-spin-lib:selectActivitySuccessType ; |
| 414 | - ] [ rdf:type sp:Bind ; | 414 | + sp:arg1 _:b67 |
| 415 | - sp:expression | 415 | + ] ; |
| 416 | - [ rdf:type ep-spin-lib:normalizeString ; | 416 | + sp:variable _:b61 |
| 417 | - sp:arg1 _:b65 | 417 | + ]) |
| 418 | - ] ; | 418 | + ] ; |
| 419 | - sp:variable _:b69 | 419 | + spin:rule |
| 420 | - ] [ rdf:type sp:Bind ; | 420 | + [ rdf:type sp:Construct ; |
| 421 | - sp:expression | 421 | + rdfs:comment "STEP 155 Create part activity and temporal part of WellBore"^^xsd:string ; |
| 422 | - [ rdf:type ep-spin-lib:buildPartActivityURI ; | 422 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#FluidActivity> ; |
| 423 | - sp:arg1 _:b69 ; | 423 | + sp:predicate rdf:type ; |
| 424 | - sp:arg2 _:b61 ; | 424 | + sp:subject _:b69 |
| 425 | - sp:arg3 _:b68 | 425 | + ] [ sp:object _:b69 ; |
| 426 | - ] ; | 426 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 427 | - sp:variable _:b59 | 427 | + sp:subject _:b70 |
| 428 | - ] [ rdf:type sp:Bind ; | 428 | + ] [ sp:object _:b71 ; |
| 429 | - sp:expression | 429 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; |
| 430 | - [ rdf:type rhspin:wellBoreByName ; | 430 | + sp:subject _:b69 |
| 431 | - arg:wellBoreName _:b65 | 431 | + ] [ sp:object _:b72 ; |
| 432 | - ] ; | 432 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#pv> ; |
| 433 | - sp:variable _:b64 | 433 | + sp:subject _:b69 |
| 434 | - ] [ rdf:type sp:Bind ; | 434 | + ] [ sp:object _:b73 ; |
| 435 | - sp:expression | 435 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#yp> ; |
| 436 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 436 | + sp:subject _:b69 |
| 437 | - sp:arg1 _:b69 ; | 437 | + ] [ sp:object _:b74 ; |
| 438 | - sp:arg2 _:b66 | 438 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; |
| 439 | - ] ; | 439 | + sp:subject _:b69 |
| 440 | - sp:variable _:b60 | 440 | + ] [ sp:object _:b75 ; |
| 441 | - ] [ rdf:type sp:Bind ; | 441 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; |
| 442 | - sp:expression | 442 | + sp:subject _:b69 |
| 443 | - [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ; | 443 | + ] [ sp:object _:b76 ; |
| 444 | - sp:arg1 _:b69 ; | 444 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#MudClass> ; |
| 445 | - sp:arg2 _:b61 ; | 445 | + sp:subject _:b69 |
| 446 | - sp:arg3 _:b62 | 446 | + ] [ sp:object _:b77 ; |
| 447 | - ] ; | 447 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presBopRating> ; |
| 448 | - sp:variable _:b63 | 448 | + sp:subject _:b69 |
| 449 | - ]) | 449 | + ] [ sp:object _:b78 ; |
| 450 | - ] ; | 450 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#type> ; |
| 451 | - spin:rule | 451 | + sp:subject _:b69 |
| 452 | - [ rdf:type sp:Construct ; | 452 | + ] [ sp:object _:b79 ; |
| 453 | - rdfs:comment "STEP 134 Transfer comments"^^xsd:string ; | 453 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#density> ; |
| 454 | - sp:templates ([ sp:object _:b70 ; | 454 | + sp:subject _:b69 |
| 455 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#comments> ; | 455 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; |
| 456 | - sp:subject _:b71 | 456 | + sp:predicate rdf:type ; |
| 457 | - ]) ; | 457 | + sp:subject _:b80 |
| 458 | - sp:where ([ sp:object _:b72 ; | 458 | + ] [ sp:object _:b81 ; |
| 459 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 459 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 460 | - sp:subject spin:_this | 460 | + sp:subject _:b80 |
| 461 | - ] [ sp:object _:b73 ; | 461 | + ] [ sp:object _:b80 ; |
| 462 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#activity> ; | 462 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 463 | - sp:subject spin:_this | 463 | + sp:subject _:b69 |
| 464 | - ] [ sp:object _:b74 ; | 464 | + ]) ; |
| 465 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | 465 | + sp:where ([ sp:object _:b82 ; |
| 466 | - sp:subject _:b73 | 466 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 467 | - ] [ sp:object _:b75 ; | 467 | + sp:subject spin:_this |
| 468 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 468 | + ] [ sp:object _:b83 ; |
| 469 | - sp:subject _:b73 | 469 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 470 | - ] [ sp:object _:b70 ; | 470 | + sp:subject spin:_this |
| 471 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#comments> ; | 471 | + ] [ sp:object _:b84 ; |
| 472 | - sp:subject _:b73 | 472 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#fluid> ; |
| 473 | - ] [ rdf:type sp:Bind ; | 473 | + sp:subject spin:_this |
| 474 | - sp:expression | 474 | + ] [ sp:object _:b85 ; |
| 475 | - [ rdf:type ep-spin-lib:normalizeString ; | 475 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; |
| 476 | - sp:arg1 _:b72 | 476 | + sp:subject _:b84 |
| 477 | - ] ; | 477 | + ] [ sp:object _:b71 ; |
| 478 | - sp:variable _:b76 | 478 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; |
| 479 | - ] [ rdf:type sp:Bind ; | 479 | + sp:subject _:b84 |
| 480 | - sp:expression | 480 | + ] [ sp:object _:b78 ; |
| 481 | - [ rdf:type ep-spin-lib:buildPartActivityURI ; | 481 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#type> ; |
| 482 | - sp:arg1 _:b76 ; | 482 | + sp:subject _:b84 |
| 483 | - sp:arg2 _:b75 ; | 483 | + ] [ sp:object _:b72 ; |
| 484 | - sp:arg3 _:b74 | 484 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#pv> ; |
| 485 | - ] ; | 485 | + sp:subject _:b84 |
| 486 | - sp:variable _:b71 | 486 | + ] [ sp:object _:b75 ; |
| 487 | - ]) | 487 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; |
| 488 | - ] ; | 488 | + sp:subject _:b84 |
| 489 | - spin:rule | 489 | + ] [ rdf:type sp:Optional ; |
| 490 | - [ rdf:type sp:Construct ; | 490 | + sp:elements ([ sp:object _:b76 ; |
| 491 | - rdfs:comment "STEP 133 Transfer stateDetailActivity"^^xsd:string ; | 491 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#MudClass> ; |
| 492 | - sp:templates ([ sp:object _:b77 ; | 492 | + sp:subject _:b84 |
| 493 | - sp:predicate rdf:type ; | 493 | + ]) |
| 494 | - sp:subject _:b78 | 494 | + ] [ rdf:type sp:Optional ; |
| 495 | - ]) ; | 495 | + sp:elements ([ sp:object _:b74 ; |
| 496 | - sp:where ([ sp:object _:b79 ; | 496 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; |
| 497 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 497 | + sp:subject _:b84 |
| 498 | - sp:subject spin:_this | 498 | + ]) |
| 499 | - ] [ sp:object _:b80 ; | 499 | + ] [ rdf:type sp:Optional ; |
| 500 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#activity> ; | 500 | + sp:elements ([ sp:object _:b73 ; |
| 501 | - sp:subject spin:_this | 501 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#yp> ; |
| 502 | - ] [ sp:object _:b81 ; | 502 | + sp:subject _:b84 |
| 503 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | 503 | + ]) |
| 504 | - sp:subject _:b80 | 504 | + ] [ sp:object _:b79 ; |
| 505 | - ] [ sp:object _:b82 ; | 505 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#density> ; |
| 506 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 506 | + sp:subject _:b84 |
| 507 | - sp:subject _:b80 | 507 | + ] [ sp:object _:b77 ; |
| 508 | - ] [ sp:object _:b83 ; | 508 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presBopRating> ; |
| 509 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumStateDetailActivity> ; | 509 | + sp:subject _:b84 |
| 510 | - sp:subject _:b80 | 510 | + ] [ rdf:type sp:Bind ; |
| 511 | - ] [ rdf:type sp:Bind ; | 511 | + sp:expression |
| 512 | - sp:expression | 512 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 513 | - [ rdf:type ep-spin-lib:normalizeString ; | 513 | + sp:arg1 _:b82 |
| 514 | - sp:arg1 _:b79 | 514 | + ] ; |
| 515 | - ] ; | 515 | + sp:variable _:b86 |
| 516 | - sp:variable _:b84 | 516 | + ] [ rdf:type sp:Bind ; |
| 517 | - ] [ rdf:type sp:Bind ; | 517 | + sp:expression |
| 518 | - sp:expression | 518 | + [ rdf:type ep-spin-lib:buildPartActivityURI ; |
| 519 | - [ rdf:type ep-spin-lib:buildPartActivityURI ; | 519 | + sp:arg1 _:b86 ; |
| 520 | - sp:arg1 _:b84 ; | 520 | + sp:arg2 _:b71 ; |
| 521 | - sp:arg2 _:b82 ; | 521 | + sp:arg3 _:b85 |
| 522 | - sp:arg3 _:b81 | 522 | + ] ; |
| 523 | - ] ; | 523 | + sp:variable _:b69 |
| 524 | - sp:variable _:b78 | 524 | + ] [ rdf:type sp:Bind ; |
| 525 | - ] [ rdf:type sp:Bind ; | 525 | + sp:expression |
| 526 | - sp:expression | 526 | + [ rdf:type rhspin:wellBoreByName ; |
| 527 | - [ rdf:type ep-spin-lib:selectDrillingActivityOutcomeType ; | 527 | + arg:wellBoreName _:b82 |
| 528 | - sp:arg1 _:b83 | 528 | + ] ; |
| 529 | - ] ; | 529 | + sp:variable _:b81 |
| 530 | - sp:variable _:b77 | 530 | + ] [ rdf:type sp:Bind ; |
| 531 | - ]) | 531 | + sp:expression |
| 532 | - ] . | 532 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 533 | - | 533 | + sp:arg1 _:b86 ; |
| 534 | -<http://www.reportinghub.no/ep/transform/1.1/ddr/activity> | 534 | + sp:arg2 _:b83 |
| 535 | - rdf:type owl:Ontology ; | 535 | + ] ; |
| 536 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <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> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> ; | 536 | + sp:variable _:b70 |
| 537 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 537 | + ] [ rdf:type sp:Bind ; |
| 538 | - | 538 | + sp:expression |
| 539 | -_:b14 | 539 | + [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ; |
| 540 | - sp:varName "nameWellBore"^^xsd:string . | 540 | + sp:arg1 _:b86 ; |
| 541 | - | 541 | + sp:arg2 _:b71 ; |
| 542 | -_:b15 | 542 | + sp:arg3 _:b71 |
| 543 | - sp:varName "dTimStart"^^xsd:string . | 543 | + ] ; |
| 544 | - | 544 | + sp:variable _:b80 |
| 545 | -_:b16 | 545 | + ]) |
| 546 | - sp:varName "fluid"^^xsd:string . | 546 | + ] . |
| 547 | - | 547 | + |
| 548 | -_:b17 | 548 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/activity> |
| 549 | - sp:varName "index"^^xsd:string . | 549 | + rdf:type owl:Ontology ; |
| 550 | - | 550 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <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> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
| 551 | -_:b3 sp:varName "dTimStartPart"^^xsd:string . | 551 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 552 | - | 552 | + |
| 553 | -_:b10 | 553 | +_:b69 |
| 554 | - sp:varName "type"^^xsd:string . | 554 | + sp:varName "partActivity"^^xsd:string . |
| 555 | - | 555 | + |
| 556 | -_:b4 sp:varName "pv"^^xsd:string . | 556 | +_:b70 |
| 557 | - | 557 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 558 | -_:b7 sp:varName "md"^^xsd:string . | 558 | + |
| 559 | - | 559 | +_:b71 |
| 560 | -_:b8 sp:varName "mud"^^xsd:string . | 560 | + sp:varName "dTimStartPart"^^xsd:string . |
| 561 | - | 561 | + |
| 562 | -_:b6 sp:varName "tvd"^^xsd:string . | 562 | +_:b72 |
| 563 | - | 563 | + sp:varName "pv"^^xsd:string . |
| 564 | -_:b5 sp:varName "yp"^^xsd:string . | 564 | + |
| 565 | - | 565 | +_:b73 |
| 566 | -_:b11 | 566 | + sp:varName "yp"^^xsd:string . |
| 567 | - sp:varName "density"^^xsd:string . | 567 | + |
| 568 | - | 568 | +_:b74 |
| 569 | -_:b9 sp:varName "presBopRating"^^xsd:string . | 569 | + sp:varName "tvd"^^xsd:string . |
| 570 | - | 570 | + |
| 571 | -_:b18 | 571 | +_:b75 |
| 572 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 572 | + sp:varName "md"^^xsd:string . |
| 573 | - | 573 | + |
| 574 | -_:b1 sp:varName "partActivity"^^xsd:string . | 574 | +_:b76 |
| 575 | - | 575 | + sp:varName "mud"^^xsd:string . |
| 576 | -_:b13 | 576 | + |
| 577 | - sp:varName "wellBore"^^xsd:string . | 577 | +_:b77 |
| 578 | - | 578 | + sp:varName "presBopRating"^^xsd:string . |
| 579 | -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | 579 | + |
| 580 | - | 580 | +_:b78 |
| 581 | -_:b12 | 581 | + sp:varName "type"^^xsd:string . |
| 582 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 582 | + |
| 583 | - | 583 | +_:b79 |
| 584 | -_:b70 | 584 | + sp:varName "density"^^xsd:string . |
| 585 | - sp:varName "comments"^^xsd:string . | 585 | + |
| 586 | - | 586 | +_:b80 |
| 587 | -_:b71 | 587 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 588 | - sp:varName "partActivity"^^xsd:string . | 588 | + |
| 589 | - | 589 | +_:b81 |
| 590 | -_:b72 | 590 | + sp:varName "wellBore"^^xsd:string . |
| 591 | - sp:varName "nameWellBore"^^xsd:string . | 591 | + |
| 592 | - | 592 | +_:b82 |
| 593 | -_:b73 | 593 | + sp:varName "nameWellBore"^^xsd:string . |
| 594 | - sp:varName "activity"^^xsd:string . | 594 | + |
| 595 | - | 595 | +_:b83 |
| 596 | -_:b74 | 596 | + sp:varName "dTimStart"^^xsd:string . |
| 597 | - sp:varName "index"^^xsd:string . | 597 | + |
| 598 | - | 598 | +_:b84 |
| 599 | -_:b75 | 599 | + sp:varName "fluid"^^xsd:string . |
| 600 | - sp:varName "dTimStartPart"^^xsd:string . | 600 | + |
| 601 | - | 601 | +_:b85 |
| 602 | -_:b76 | 602 | + sp:varName "index"^^xsd:string . |
| 603 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 603 | + |
| 604 | - | 604 | +_:b86 |
| 605 | -_:b59 | 605 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 606 | - sp:varName "partActivity"^^xsd:string . | 606 | + |
| 607 | - | 607 | +_:b61 |
| 608 | -_:b60 | 608 | + sp:varName "activitySuccessType"^^xsd:string . |
| 609 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 609 | + |
| 610 | - | 610 | +_:b62 |
| 611 | -_:b61 | 611 | + sp:varName "partActivity"^^xsd:string . |
| 612 | - sp:varName "dTimStartPart"^^xsd:string . | 612 | + |
| 613 | - | 613 | +_:b63 |
| 614 | -_:b62 | 614 | + sp:varName "nameWellBore"^^xsd:string . |
| 615 | - sp:varName "dTimEndPart"^^xsd:string . | 615 | + |
| 616 | - | 616 | +_:b64 |
| 617 | -_:b63 | 617 | + sp:varName "activity"^^xsd:string . |
| 618 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 618 | + |
| 619 | - | 619 | +_:b65 |
| 620 | -_:b64 | 620 | + sp:varName "index"^^xsd:string . |
| 621 | - sp:varName "wellBore"^^xsd:string . | 621 | + |
| 622 | - | 622 | +_:b66 |
| 623 | -_:b65 | 623 | + sp:varName "dTimStartPart"^^xsd:string . |
| 624 | - sp:varName "nameWellBore"^^xsd:string . | 624 | + |
| 625 | - | 625 | +_:b67 |
| 626 | -_:b66 | 626 | + sp:varName "state"^^xsd:string . |
| 627 | - sp:varName "dTimStart"^^xsd:string . | 627 | + |
| 628 | - | 628 | +_:b68 |
| 629 | -_:b67 | 629 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 630 | - sp:varName "activity"^^xsd:string . | 630 | + |
| 631 | - | 631 | +_:b53 |
| 632 | -_:b68 | 632 | + sp:varName "mdHoleStart"^^xsd:string . |
| 633 | - sp:varName "index"^^xsd:string . | 633 | + |
| 634 | - | 634 | +_:b54 |
| 635 | -_:b69 | 635 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 636 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 636 | + |
| 637 | - | 637 | +_:b55 |
| 638 | -_:b51 | 638 | + sp:varName "nameWellBore"^^xsd:string . |
| 639 | - sp:varName "md"^^xsd:string . | 639 | + |
| 640 | - | 640 | +_:b56 |
| 641 | -_:b52 | 641 | + sp:varName "activity"^^xsd:string . |
| 642 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 642 | + |
| 643 | - | 643 | +_:b57 |
| 644 | -_:b53 | 644 | + sp:varName "index"^^xsd:string . |
| 645 | - sp:varName "nameWellBore"^^xsd:string . | 645 | + |
| 646 | - | 646 | +_:b58 |
| 647 | -_:b54 | 647 | + sp:varName "dTimStartPart"^^xsd:string . |
| 648 | - sp:varName "activity"^^xsd:string . | 648 | + |
| 649 | - | 649 | +_:b59 |
| 650 | -_:b55 | 650 | + sp:varName "partActivity"^^xsd:string . |
| 651 | - sp:varName "index"^^xsd:string . | 651 | + |
| 652 | - | 652 | +_:b60 |
| 653 | -_:b56 | 653 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 654 | - sp:varName "dTimStartPart"^^xsd:string . | 654 | + |
| 655 | - | 655 | +_:b37 |
| 656 | -_:b57 | 656 | + sp:varName "tvd"^^xsd:string . |
| 657 | - sp:varName "partActivity"^^xsd:string . | 657 | + |
| 658 | - | 658 | +_:b38 |
| 659 | -_:b58 | 659 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 660 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 660 | + |
| 661 | - | 661 | +_:b39 |
| 662 | -_:b43 | 662 | + sp:varName "nameWellBore"^^xsd:string . |
| 663 | - sp:varName "tvd"^^xsd:string . | 663 | + |
| 664 | - | 664 | +_:b40 |
| 665 | -_:b44 | 665 | + sp:varName "activity"^^xsd:string . |
| 666 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 666 | + |
| 667 | - | 667 | +_:b41 |
| 668 | -_:b45 | 668 | + sp:varName "index"^^xsd:string . |
| 669 | - sp:varName "nameWellBore"^^xsd:string . | 669 | + |
| 670 | - | 670 | +_:b42 |
| 671 | -_:b46 | 671 | + sp:varName "dTimStartPart"^^xsd:string . |
| 672 | - sp:varName "activity"^^xsd:string . | 672 | + |
| 673 | - | 673 | +_:b43 |
| 674 | -_:b47 | 674 | + sp:varName "partActivity"^^xsd:string . |
| 675 | - sp:varName "index"^^xsd:string . | 675 | + |
| 676 | - | 676 | +_:b44 |
| 677 | -_:b48 | 677 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 678 | - sp:varName "dTimStartPart"^^xsd:string . | 678 | + |
| 679 | - | 679 | +_:b29 |
| 680 | -_:b49 | 680 | + sp:varName "md"^^xsd:string . |
| 681 | - sp:varName "partActivity"^^xsd:string . | 681 | + |
| 682 | - | 682 | +_:b30 |
| 683 | -_:b50 | 683 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 684 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 684 | + |
| 685 | - | 685 | +_:b31 |
| 686 | -_:b35 | 686 | + sp:varName "nameWellBore"^^xsd:string . |
| 687 | - sp:varName "drillingActivityPurposeType"^^xsd:string . | 687 | + |
| 688 | - | 688 | +_:b32 |
| 689 | -_:b36 | 689 | + sp:varName "activity"^^xsd:string . |
| 690 | - sp:varName "partActivity"^^xsd:string . | 690 | + |
| 691 | - | 691 | +_:b33 |
| 692 | -_:b37 | 692 | + sp:varName "index"^^xsd:string . |
| 693 | - sp:varName "nameWellBore"^^xsd:string . | 693 | + |
| 694 | - | 694 | +_:b34 |
| 695 | -_:b38 | 695 | + sp:varName "dTimStartPart"^^xsd:string . |
| 696 | - sp:varName "activity"^^xsd:string . | 696 | + |
| 697 | - | 697 | +_:b35 |
| 698 | -_:b39 | 698 | + sp:varName "partActivity"^^xsd:string . |
| 699 | - sp:varName "index"^^xsd:string . | 699 | + |
| 700 | - | 700 | +_:b36 |
| 701 | -_:b40 | 701 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 702 | - sp:varName "dTimStartPart"^^xsd:string . | 702 | + |
| 703 | - | 703 | +_:b18 |
| 704 | -_:b41 | 704 | + sp:varName "partActivity"^^xsd:string . |
| 705 | - sp:varName "proprietaryCode"^^xsd:string . | 705 | + |
| 706 | - | 706 | +_:b19 |
| 707 | -_:b42 | 707 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 708 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 708 | + |
| 709 | - | 709 | +_:b20 |
| 710 | -_:b27 | 710 | + sp:varName "dTimStartPart"^^xsd:string . |
| 711 | - sp:varName "mdHoleStart"^^xsd:string . | 711 | + |
| 712 | - | 712 | +_:b21 |
| 713 | -_:b28 | 713 | + sp:varName "dTimEndPart"^^xsd:string . |
| 714 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 714 | + |
| 715 | - | 715 | +_:b22 |
| 716 | -_:b29 | 716 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 717 | - sp:varName "nameWellBore"^^xsd:string . | 717 | + |
| 718 | - | 718 | +_:b23 |
| 719 | -_:b30 | 719 | + sp:varName "wellBore"^^xsd:string . |
| 720 | - sp:varName "activity"^^xsd:string . | 720 | + |
| 721 | - | 721 | +_:b24 |
| 722 | -_:b31 | 722 | + sp:varName "nameWellBore"^^xsd:string . |
| 723 | - sp:varName "index"^^xsd:string . | 723 | + |
| 724 | - | 724 | +_:b25 |
| 725 | -_:b32 | 725 | + sp:varName "dTimStart"^^xsd:string . |
| 726 | - sp:varName "dTimStartPart"^^xsd:string . | 726 | + |
| 727 | - | 727 | +_:b26 |
| 728 | -_:b33 | 728 | + sp:varName "activity"^^xsd:string . |
| 729 | - sp:varName "partActivity"^^xsd:string . | 729 | + |
| 730 | - | 730 | +_:b27 |
| 731 | -_:b34 | 731 | + sp:varName "index"^^xsd:string . |
| 732 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 732 | + |
| 733 | - | 733 | +_:b28 |
| 734 | -_:b19 | 734 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 735 | - sp:varName "activitySuccessType"^^xsd:string . | 735 | + |
| 736 | - | 736 | +_:b11 |
| 737 | -_:b20 | 737 | + sp:varName "comments"^^xsd:string . |
| 738 | - sp:varName "partActivity"^^xsd:string . | 738 | + |
| 739 | - | 739 | +_:b12 |
| 740 | -_:b21 | 740 | + sp:varName "partActivity"^^xsd:string . |
| 741 | - sp:varName "nameWellBore"^^xsd:string . | 741 | + |
| 742 | - | 742 | +_:b13 |
| 743 | -_:b22 | 743 | + sp:varName "nameWellBore"^^xsd:string . |
| 744 | - sp:varName "activity"^^xsd:string . | 744 | + |
| 745 | - | 745 | +_:b14 |
| 746 | -_:b23 | 746 | + sp:varName "activity"^^xsd:string . |
| 747 | - sp:varName "index"^^xsd:string . | 747 | + |
| 748 | - | 748 | +_:b15 |
| 749 | -_:b24 | 749 | + sp:varName "index"^^xsd:string . |
| 750 | - sp:varName "dTimStartPart"^^xsd:string . | 750 | + |
| 751 | - | 751 | +_:b16 |
| 752 | -_:b25 | 752 | + sp:varName "dTimStartPart"^^xsd:string . |
| 753 | - sp:varName "state"^^xsd:string . | 753 | + |
| 754 | - | 754 | +_:b17 |
| 755 | -_:b26 | 755 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 756 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 756 | + |
| 757 | - | 757 | +_:b45 |
| 758 | -_:b77 | 758 | + sp:varName "drillingActivityOutcomeType"^^xsd:string . |
| 759 | - sp:varName "drillingActivityOutcomeType"^^xsd:string . | 759 | + |
| 760 | - | 760 | +_:b46 |
| 761 | -_:b78 | 761 | + sp:varName "partActivity"^^xsd:string . |
| 762 | - sp:varName "partActivity"^^xsd:string . | 762 | + |
| 763 | - | 763 | +_:b47 |
| 764 | -_:b79 | 764 | + sp:varName "nameWellBore"^^xsd:string . |
| 765 | - sp:varName "nameWellBore"^^xsd:string . | 765 | + |
| 766 | - | 766 | +_:b48 |
| 767 | -_:b80 | 767 | + sp:varName "activity"^^xsd:string . |
| 768 | - sp:varName "activity"^^xsd:string . | 768 | + |
| 769 | - | 769 | +_:b49 |
| 770 | -_:b81 | 770 | + sp:varName "index"^^xsd:string . |
| 771 | - sp:varName "index"^^xsd:string . | 771 | + |
| 772 | - | 772 | +_:b50 |
| 773 | -_:b82 | 773 | + sp:varName "dTimStartPart"^^xsd:string . |
| 774 | - sp:varName "dTimStartPart"^^xsd:string . | 774 | + |
| 775 | - | 775 | +_:b51 |
| 776 | -_:b83 | 776 | + sp:varName "stateDetailActivity"^^xsd:string . |
| 777 | - sp:varName "stateDetailActivity"^^xsd:string . | 777 | + |
| 778 | - | 778 | +_:b52 |
| 779 | -_:b84 | 779 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 780 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 780 | + |
| 781 | +_:b4 sp:varName "nameWellBore"^^xsd:string . | ||
| 782 | + | ||
| 783 | +_:b5 sp:varName "activity"^^xsd:string . | ||
| 784 | + | ||
| 785 | +_:b6 sp:varName "index"^^xsd:string . | ||
| 786 | + | ||
| 787 | +_:b7 sp:varName "dTimStartPart"^^xsd:string . | ||
| 788 | + | ||
| 789 | +_:b8 sp:varName "proprietaryCode"^^xsd:string . | ||
| 790 | + | ||
| 791 | +_:b9 sp:varName "phase"^^xsd:string . | ||
| 792 | + | ||
| 793 | +_:b10 | ||
| 794 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 795 | + | ||
| 796 | +_:b2 sp:varName "partActivity"^^xsd:string . | ||
| 797 | + | ||
| 798 | +_:b1 sp:varName "drillingActivityPurposeType"^^xsd:string . | ||
| 799 | + | ||
| 800 | +_:b3 sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string . | ... | ... |
| 1 | +# Saved by TopBraid on Wed Aug 24 15:40:23 BST 2011 | ||
| 2 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun | ||
| 3 | +# imports: http://www.reportinghub.no/ep/spin/1.1/lib | ||
| 4 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr | ||
| 5 | +# imports: http://spinrdf.org/spin | ||
| 6 | + | ||
| 7 | +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun#> . | ||
| 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 sp: <http://spinrdf.org/sp#> . | ||
| 13 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
| 14 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
| 15 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 16 | + | ||
| 17 | +<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | ||
| 18 | + spin:rule | ||
| 19 | + [ rdf:type sp:Construct ; | ||
| 20 | + rdfs:comment "STEP 280 Well stimulation"^^xsd:string ; | ||
| 21 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellStimulation> ; | ||
| 22 | + sp:predicate rdf:type ; | ||
| 23 | + sp:subject _:b1 | ||
| 24 | + ] [ sp:object _:b1 ; | ||
| 25 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 26 | + sp:subject _:b2 | ||
| 27 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore> ; | ||
| 28 | + sp:predicate rdf:type ; | ||
| 29 | + sp:subject _:b3 | ||
| 30 | + ] [ sp:object _:b4 ; | ||
| 31 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
| 32 | + sp:subject _:b3 | ||
| 33 | + ] [ sp:object _:b3 ; | ||
| 34 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 35 | + sp:subject _:b1 | ||
| 36 | + ] [ sp:object _:b5 ; | ||
| 37 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
| 38 | + sp:subject _:b1 | ||
| 39 | + ] [ sp:object _:b6 ; | ||
| 40 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
| 41 | + sp:subject _:b1 | ||
| 42 | + ] [ sp:object _:b7 ; | ||
| 43 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasCasingLinerTubing> ; | ||
| 44 | + sp:subject _:b1 | ||
| 45 | + ] [ sp:object _:b8 ; | ||
| 46 | + sp:predicate <http://purl.org/dc/elements/1.1/description> ; | ||
| 47 | + sp:subject _:b1 | ||
| 48 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfEquipment> ; | ||
| 49 | + sp:predicate rdf:type ; | ||
| 50 | + sp:subject _:b7 | ||
| 51 | + ] [ sp:object _:b9 ; | ||
| 52 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 53 | + sp:subject _:b7 | ||
| 54 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing> ; | ||
| 55 | + sp:predicate rdf:type ; | ||
| 56 | + sp:subject _:b9 | ||
| 57 | + ] [ sp:object _:b10 ; | ||
| 58 | + sp:predicate rdf:type ; | ||
| 59 | + sp:subject _:b9 | ||
| 60 | + ] [ sp:object _:b11 ; | ||
| 61 | + sp:predicate rdf:type ; | ||
| 62 | + sp:subject _:b9 | ||
| 63 | + ] [ sp:object _:b12 ; | ||
| 64 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#id> ; | ||
| 65 | + sp:subject _:b9 | ||
| 66 | + ] [ sp:object _:b13 ; | ||
| 67 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#od> ; | ||
| 68 | + sp:subject _:b9 | ||
| 69 | + ] [ sp:object _:b14 ; | ||
| 70 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#weight> ; | ||
| 71 | + sp:subject _:b9 | ||
| 72 | + ] [ sp:object _:b15 ; | ||
| 73 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#grade> ; | ||
| 74 | + sp:subject _:b9 | ||
| 75 | + ] [ sp:object _:b16 ; | ||
| 76 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#connection> ; | ||
| 77 | + sp:subject _:b9 | ||
| 78 | + ] [ sp:object _:b17 ; | ||
| 79 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#length> ; | ||
| 80 | + sp:subject _:b9 | ||
| 81 | + ]) ; | ||
| 82 | + sp:where ([ sp:object _:b18 ; | ||
| 83 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 84 | + sp:subject spin:_this | ||
| 85 | + ] [ sp:object _:b5 ; | ||
| 86 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 87 | + sp:subject spin:_this | ||
| 88 | + ] [ sp:object _:b7 ; | ||
| 89 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#casing_Liner_Tubing> ; | ||
| 90 | + sp:subject spin:_this | ||
| 91 | + ] [ sp:object _:b19 ; | ||
| 92 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 93 | + sp:subject _:b7 | ||
| 94 | + ] [ sp:object _:b4 ; | ||
| 95 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 96 | + sp:subject _:b2 | ||
| 97 | + ] [ rdf:type sp:Optional ; | ||
| 98 | + sp:elements ([ sp:object _:b20 ; | ||
| 99 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumType> ; | ||
| 100 | + sp:subject _:b7 | ||
| 101 | + ] [ sp:object _:b12 ; | ||
| 102 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#id> ; | ||
| 103 | + sp:subject _:b7 | ||
| 104 | + ] [ sp:object _:b13 ; | ||
| 105 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#od> ; | ||
| 106 | + sp:subject _:b7 | ||
| 107 | + ] [ sp:object _:b14 ; | ||
| 108 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#weight> ; | ||
| 109 | + sp:subject _:b7 | ||
| 110 | + ] [ sp:object _:b15 ; | ||
| 111 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#grade> ; | ||
| 112 | + sp:subject _:b7 | ||
| 113 | + ] [ sp:object _:b16 ; | ||
| 114 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#connection> ; | ||
| 115 | + sp:subject _:b7 | ||
| 116 | + ] [ sp:object _:b17 ; | ||
| 117 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#length> ; | ||
| 118 | + sp:subject _:b7 | ||
| 119 | + ] [ sp:object | ||
| 120 | + [ sp:varName "mdTop"^^xsd:string | ||
| 121 | + ] ; | ||
| 122 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ; | ||
| 123 | + sp:subject _:b7 | ||
| 124 | + ] [ sp:object | ||
| 125 | + [ sp:varName "mdBottom"^^xsd:string | ||
| 126 | + ] ; | ||
| 127 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ; | ||
| 128 | + sp:subject _:b7 | ||
| 129 | + ] [ sp:object _:b21 ; | ||
| 130 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#casing_Liner_Tubing_Run> ; | ||
| 131 | + sp:subject _:b7 | ||
| 132 | + ] [ sp:object _:b22 ; | ||
| 133 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumCasingType> ; | ||
| 134 | + sp:subject _:b21 | ||
| 135 | + ] [ sp:object _:b8 ; | ||
| 136 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#description> ; | ||
| 137 | + sp:subject _:b21 | ||
| 138 | + ] [ sp:object _:b5 ; | ||
| 139 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 140 | + sp:subject _:b21 | ||
| 141 | + ] [ sp:object _:b6 ; | ||
| 142 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ; | ||
| 143 | + sp:subject _:b21 | ||
| 144 | + ]) | ||
| 145 | + ] [ rdf:type sp:Bind ; | ||
| 146 | + sp:expression | ||
| 147 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 148 | + sp:arg1 _:b18 | ||
| 149 | + ] ; | ||
| 150 | + sp:variable _:b23 | ||
| 151 | + ] [ rdf:type sp:Bind ; | ||
| 152 | + sp:expression | ||
| 153 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 154 | + sp:arg1 _:b23 ; | ||
| 155 | + sp:arg2 _:b5 | ||
| 156 | + ] ; | ||
| 157 | + sp:variable _:b2 | ||
| 158 | + ] [ rdf:type sp:Bind ; | ||
| 159 | + sp:expression | ||
| 160 | + [ rdf:type ep-spin-lib:buildWellStimulationURI ; | ||
| 161 | + sp:arg1 _:b23 ; | ||
| 162 | + sp:arg2 _:b19 | ||
| 163 | + ] ; | ||
| 164 | + sp:variable _:b1 | ||
| 165 | + ] [ rdf:type sp:Bind ; | ||
| 166 | + sp:expression | ||
| 167 | + [ rdf:type ep-spin-lib:buildPartOfAWellBoreForWellStimulationURI ; | ||
| 168 | + sp:arg1 _:b23 ; | ||
| 169 | + sp:arg2 _:b19 | ||
| 170 | + ] ; | ||
| 171 | + sp:variable _:b3 | ||
| 172 | + ] [ rdf:type sp:Bind ; | ||
| 173 | + sp:expression | ||
| 174 | + [ rdf:type ep-spin-lib:selectCasingType ; | ||
| 175 | + sp:arg1 _:b22 | ||
| 176 | + ] ; | ||
| 177 | + sp:variable _:b10 | ||
| 178 | + ] [ rdf:type sp:Bind ; | ||
| 179 | + sp:expression | ||
| 180 | + [ rdf:type ep-spin-lib:selectTubeType ; | ||
| 181 | + sp:arg1 _:b20 | ||
| 182 | + ] ; | ||
| 183 | + sp:variable _:b11 | ||
| 184 | + ]) | ||
| 185 | + ] . | ||
| 186 | + | ||
| 187 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> | ||
| 188 | + rdf:type owl:Ontology ; | ||
| 189 | + owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://spinrdf.org/spin> ; | ||
| 190 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 191 | + | ||
| 192 | +_:b11 | ||
| 193 | + sp:varName "tubeType"^^xsd:string . | ||
| 194 | + | ||
| 195 | +_:b10 | ||
| 196 | + sp:varName "casingType"^^xsd:string . | ||
| 197 | + | ||
| 198 | +_:b3 sp:varName "wellStimulationPartOfAWellBore"^^xsd:string . | ||
| 199 | + | ||
| 200 | +_:b1 sp:varName "wellStimulation"^^xsd:string . | ||
| 201 | + | ||
| 202 | +_:b23 | ||
| 203 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 204 | + | ||
| 205 | +_:b6 sp:varName "dTimEnd"^^xsd:string . | ||
| 206 | + | ||
| 207 | +_:b8 sp:varName "description"^^xsd:string . | ||
| 208 | + | ||
| 209 | +_:b22 | ||
| 210 | + sp:varName "enumCasingType"^^xsd:string . | ||
| 211 | + | ||
| 212 | +_:b21 | ||
| 213 | + sp:varName "casingLinerTubingRun"^^xsd:string . | ||
| 214 | + | ||
| 215 | +_:b17 | ||
| 216 | + sp:varName "length"^^xsd:string . | ||
| 217 | + | ||
| 218 | +_:b16 | ||
| 219 | + sp:varName "connection"^^xsd:string . | ||
| 220 | + | ||
| 221 | +_:b15 | ||
| 222 | + sp:varName "grade"^^xsd:string . | ||
| 223 | + | ||
| 224 | +_:b14 | ||
| 225 | + sp:varName "weight"^^xsd:string . | ||
| 226 | + | ||
| 227 | +_:b13 | ||
| 228 | + sp:varName "od"^^xsd:string . | ||
| 229 | + | ||
| 230 | +_:b12 | ||
| 231 | + sp:varName "id"^^xsd:string . | ||
| 232 | + | ||
| 233 | +_:b20 | ||
| 234 | + sp:varName "enumTubeType"^^xsd:string . | ||
| 235 | + | ||
| 236 | +_:b4 sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string . | ||
| 237 | + | ||
| 238 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 239 | + | ||
| 240 | +_:b19 | ||
| 241 | + sp:varName "index"^^xsd:string . | ||
| 242 | + | ||
| 243 | +_:b7 sp:varName "casingLinerTubing"^^xsd:string . | ||
| 244 | + | ||
| 245 | +_:b5 sp:varName "dTimStart"^^xsd:string . | ||
| 246 | + | ||
| 247 | +_:b18 | ||
| 248 | + sp:varName "nameWellBore"^^xsd:string . |
| 1 | +# Saved by TopBraid on Wed Aug 24 15:40:23 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 24 20:24:31 BST 2011 | ||
| 2 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage | ||
| 3 | +# imports: http://www.reportinghub.no/ep/spin/1.1/lib | ||
| 4 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr | ||
| 5 | +# imports: http://spinrdf.org/spin | ||
| 6 | + | ||
| 7 | +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> . | ||
| 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 sp: <http://spinrdf.org/sp#> . | ||
| 13 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
| 14 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
| 15 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 16 | + | ||
| 17 | +<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | ||
| 18 | + spin:rule | ||
| 19 | + [ rdf:type sp:Construct ; | ||
| 20 | + rdfs:comment "STEP 290 Well cement job"^^xsd:string ; | ||
| 21 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJob> ; | ||
| 22 | + sp:predicate rdf:type ; | ||
| 23 | + sp:subject _:b1 | ||
| 24 | + ] [ sp:object _:b1 ; | ||
| 25 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 26 | + sp:subject _:b2 | ||
| 27 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore> ; | ||
| 28 | + sp:predicate rdf:type ; | ||
| 29 | + sp:subject _:b3 | ||
| 30 | + ] [ sp:object _:b4 ; | ||
| 31 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
| 32 | + sp:subject _:b3 | ||
| 33 | + ] [ sp:object _:b3 ; | ||
| 34 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 35 | + sp:subject _:b1 | ||
| 36 | + ] [ sp:object _:b5 ; | ||
| 37 | + sp:predicate rdf:type ; | ||
| 38 | + sp:subject _:b1 | ||
| 39 | + ] [ sp:object _:b6 ; | ||
| 40 | + sp:predicate rdf:type ; | ||
| 41 | + sp:subject _:b1 | ||
| 42 | + ] [ sp:object _:b7 ; | ||
| 43 | + sp:predicate rdf:type ; | ||
| 44 | + sp:subject _:b1 | ||
| 45 | + ] [ sp:object _:b8 ; | ||
| 46 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 47 | + sp:subject _:b1 | ||
| 48 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementPumping> ; | ||
| 49 | + sp:predicate rdf:type ; | ||
| 50 | + sp:subject _:b8 | ||
| 51 | + ] [ sp:object _:b9 ; | ||
| 52 | + sp:predicate rdf:type ; | ||
| 53 | + sp:subject _:b8 | ||
| 54 | + ] [ sp:object _:b10 ; | ||
| 55 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#volReturns> ; | ||
| 56 | + sp:subject _:b8 | ||
| 57 | + ] [ sp:object _:b11 ; | ||
| 58 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#volPumped> ; | ||
| 59 | + sp:subject _:b8 | ||
| 60 | + ] [ sp:object _:b12 ; | ||
| 61 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
| 62 | + sp:subject _:b8 | ||
| 63 | + ] [ sp:object _:b13 ; | ||
| 64 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
| 65 | + sp:subject _:b8 | ||
| 66 | + ] [ sp:object _:b14 ; | ||
| 67 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#pumpedFluid> ; | ||
| 68 | + sp:subject _:b8 | ||
| 69 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ; | ||
| 70 | + sp:predicate rdf:type ; | ||
| 71 | + sp:subject _:b14 | ||
| 72 | + ] [ sp:object _:b15 ; | ||
| 73 | + sp:predicate rdf:type ; | ||
| 74 | + sp:subject _:b14 | ||
| 75 | + ] [ sp:object _:b16 ; | ||
| 76 | + sp:predicate rdf:type ; | ||
| 77 | + sp:subject _:b14 | ||
| 78 | + ] [ sp:object | ||
| 79 | + [ sp:varName "descFluid"^^xsd:string | ||
| 80 | + ] ; | ||
| 81 | + sp:predicate <http://purl.org/dc/elements/1.1/description> ; | ||
| 82 | + sp:subject _:b16 | ||
| 83 | + ] [ sp:object _:b17 ; | ||
| 84 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ratioMixWater> ; | ||
| 85 | + sp:subject _:b14 | ||
| 86 | + ] [ sp:object _:b18 ; | ||
| 87 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#density> ; | ||
| 88 | + sp:subject _:b14 | ||
| 89 | + ] [ sp:object _:b19 ; | ||
| 90 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#yp> ; | ||
| 91 | + sp:subject _:b14 | ||
| 92 | + ] [ sp:object _:b20 ; | ||
| 93 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#eTimThickening> ; | ||
| 94 | + sp:subject _:b14 | ||
| 95 | + ] [ sp:object _:b21 ; | ||
| 96 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#pcFreeWater> ; | ||
| 97 | + sp:subject _:b14 | ||
| 98 | + ] [ sp:object _:b22 ; | ||
| 99 | + sp:predicate <http://purl.org/dc/elements/1.1/description> ; | ||
| 100 | + sp:subject _:b14 | ||
| 101 | + ] [ sp:object _:b23 ; | ||
| 102 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasCasingString> ; | ||
| 103 | + sp:subject _:b1 | ||
| 104 | + ] [ sp:object _:b24 ; | ||
| 105 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 106 | + sp:subject _:b23 | ||
| 107 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CasingString> ; | ||
| 108 | + sp:predicate rdf:type ; | ||
| 109 | + sp:subject _:b24 | ||
| 110 | + ] [ sp:object _:b25 ; | ||
| 111 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#casingStrDia> ; | ||
| 112 | + sp:subject _:b24 | ||
| 113 | + ] [ sp:object _:b26 ; | ||
| 114 | + sp:predicate <http://purl.org/dc/elements/1.1/description> ; | ||
| 115 | + sp:subject _:b1 | ||
| 116 | + ] [ sp:object _:b27 ; | ||
| 117 | + sp:predicate rdf:type ; | ||
| 118 | + sp:subject _:b1 | ||
| 119 | + ] [ sp:object _:b28 ; | ||
| 120 | + sp:predicate rdf:type ; | ||
| 121 | + sp:subject _:b1 | ||
| 122 | + ] [ sp:object _:b29 ; | ||
| 123 | + sp:predicate rdf:type ; | ||
| 124 | + sp:subject _:b1 | ||
| 125 | + ] [ sp:object _:b30 ; | ||
| 126 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presBump> ; | ||
| 127 | + sp:subject _:b1 | ||
| 128 | + ] [ sp:object _:b31 ; | ||
| 129 | + sp:predicate rdf:type ; | ||
| 130 | + sp:subject _:b1 | ||
| 131 | + ] [ sp:object _:b32 ; | ||
| 132 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 133 | + sp:subject _:b1 | ||
| 134 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJobPressureRelease> ; | ||
| 135 | + sp:predicate rdf:type ; | ||
| 136 | + sp:subject _:b32 | ||
| 137 | + ] [ sp:object _:b33 ; | ||
| 138 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominalTime> ; | ||
| 139 | + sp:subject _:b32 | ||
| 140 | + ]) ; | ||
| 141 | + sp:where ([ sp:object _:b34 ; | ||
| 142 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 143 | + sp:subject spin:_this | ||
| 144 | + ] [ sp:object _:b35 ; | ||
| 145 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 146 | + sp:subject spin:_this | ||
| 147 | + ] [ sp:object _:b36 ; | ||
| 148 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#cementStage> ; | ||
| 149 | + sp:subject spin:_this | ||
| 150 | + ] [ sp:object _:b37 ; | ||
| 151 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 152 | + sp:subject _:b36 | ||
| 153 | + ] [ sp:object _:b4 ; | ||
| 154 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 155 | + sp:subject _:b2 | ||
| 156 | + ] [ rdf:type sp:Optional ; | ||
| 157 | + sp:elements ([ sp:object _:b12 ; | ||
| 158 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimPumpStart> ; | ||
| 159 | + sp:subject _:b36 | ||
| 160 | + ] [ sp:object _:b13 ; | ||
| 161 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimPumpEnd> ; | ||
| 162 | + sp:subject _:b36 | ||
| 163 | + ] [ sp:object _:b38 ; | ||
| 164 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumJobType> ; | ||
| 165 | + sp:subject _:b36 | ||
| 166 | + ] [ sp:object _:b25 ; | ||
| 167 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#casingStrDia> ; | ||
| 168 | + sp:subject _:b36 | ||
| 169 | + ] [ sp:object _:b26 ; | ||
| 170 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#comments> ; | ||
| 171 | + sp:subject _:b36 | ||
| 172 | + ] [ sp:object _:b10 ; | ||
| 173 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#volReturns> ; | ||
| 174 | + sp:subject _:b36 | ||
| 175 | + ] [ sp:object _:b39 ; | ||
| 176 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#cementingFluid> ; | ||
| 177 | + sp:subject _:b36 | ||
| 178 | + ] [ sp:object _:b33 ; | ||
| 179 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimPresReleased> ; | ||
| 180 | + sp:subject _:b36 | ||
| 181 | + ] [ sp:object _:b40 ; | ||
| 182 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#annFlowAfter> ; | ||
| 183 | + sp:subject _:b36 | ||
| 184 | + ] [ sp:object _:b41 ; | ||
| 185 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#topPlug> ; | ||
| 186 | + sp:subject _:b36 | ||
| 187 | + ] [ sp:object _:b42 ; | ||
| 188 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#botPlug> ; | ||
| 189 | + sp:subject _:b36 | ||
| 190 | + ] [ sp:object _:b43 ; | ||
| 191 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#plugBumped> ; | ||
| 192 | + sp:subject _:b36 | ||
| 193 | + ] [ sp:object _:b30 ; | ||
| 194 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presBump> ; | ||
| 195 | + sp:subject _:b36 | ||
| 196 | + ] [ sp:object _:b44 ; | ||
| 197 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#floatHeld> ; | ||
| 198 | + sp:subject _:b36 | ||
| 199 | + ] [ sp:object _:b45 ; | ||
| 200 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#reciprocated> ; | ||
| 201 | + sp:subject _:b36 | ||
| 202 | + ] [ sp:object _:b46 ; | ||
| 203 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#rotated> ; | ||
| 204 | + sp:subject _:b36 | ||
| 205 | + ] [ sp:object _:b47 ; | ||
| 206 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumTypeFluid> ; | ||
| 207 | + sp:subject _:b39 | ||
| 208 | + ] [ sp:object | ||
| 209 | + [ sp:varName "cementingFluidDescription"^^xsd:string | ||
| 210 | + ] ; | ||
| 211 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#descFluid> ; | ||
| 212 | + sp:subject _:b39 | ||
| 213 | + ] [ sp:object _:b17 ; | ||
| 214 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ratioMixWater> ; | ||
| 215 | + sp:subject _:b39 | ||
| 216 | + ] [ sp:object _:b18 ; | ||
| 217 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#density> ; | ||
| 218 | + sp:subject _:b39 | ||
| 219 | + ] [ sp:object _:b11 ; | ||
| 220 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#volPumped> ; | ||
| 221 | + sp:subject _:b39 | ||
| 222 | + ] [ sp:object _:b19 ; | ||
| 223 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#yp> ; | ||
| 224 | + sp:subject _:b39 | ||
| 225 | + ] [ sp:object _:b20 ; | ||
| 226 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#eTimThickening> ; | ||
| 227 | + sp:subject _:b39 | ||
| 228 | + ] [ sp:object _:b21 ; | ||
| 229 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#pcFreeWater> ; | ||
| 230 | + sp:subject _:b39 | ||
| 231 | + ] [ sp:object _:b22 ; | ||
| 232 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#comments> ; | ||
| 233 | + sp:subject _:b39 | ||
| 234 | + ]) | ||
| 235 | + ] [ rdf:type sp:Bind ; | ||
| 236 | + sp:expression | ||
| 237 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 238 | + sp:arg1 _:b34 | ||
| 239 | + ] ; | ||
| 240 | + sp:variable _:b48 | ||
| 241 | + ] [ rdf:type sp:Bind ; | ||
| 242 | + sp:expression | ||
| 243 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 244 | + sp:arg1 _:b48 ; | ||
| 245 | + sp:arg2 _:b35 | ||
| 246 | + ] ; | ||
| 247 | + sp:variable _:b2 | ||
| 248 | + ] [ rdf:type sp:Bind ; | ||
| 249 | + sp:expression | ||
| 250 | + [ rdf:type ep-spin-lib:buildWellCementJobURI ; | ||
| 251 | + sp:arg1 _:b48 ; | ||
| 252 | + sp:arg2 _:b37 | ||
| 253 | + ] ; | ||
| 254 | + sp:variable _:b1 | ||
| 255 | + ] [ rdf:type sp:Bind ; | ||
| 256 | + sp:expression | ||
| 257 | + [ rdf:type ep-spin-lib:buildPartOfAWellBoreInWellCementJobURI ; | ||
| 258 | + sp:arg1 _:b48 ; | ||
| 259 | + sp:arg2 _:b37 | ||
| 260 | + ] ; | ||
| 261 | + sp:variable _:b3 | ||
| 262 | + ] [ rdf:type sp:Bind ; | ||
| 263 | + sp:expression | ||
| 264 | + [ rdf:type ep-spin-lib:selectWellCementJobType ; | ||
| 265 | + sp:arg1 _:b38 | ||
| 266 | + ] ; | ||
| 267 | + sp:variable _:b5 | ||
| 268 | + ] [ rdf:type sp:Bind ; | ||
| 269 | + sp:expression | ||
| 270 | + [ rdf:type ep-spin-lib:selectCementingFluidType ; | ||
| 271 | + sp:arg1 _:b47 | ||
| 272 | + ] ; | ||
| 273 | + sp:variable _:b15 | ||
| 274 | + ] [ rdf:type sp:Bind ; | ||
| 275 | + sp:expression | ||
| 276 | + [ rdf:type ep-spin-lib:selectCementingFluidReturnType ; | ||
| 277 | + sp:arg1 _:b40 | ||
| 278 | + ] ; | ||
| 279 | + sp:variable _:b9 | ||
| 280 | + ] [ rdf:type sp:Bind ; | ||
| 281 | + sp:expression | ||
| 282 | + [ rdf:type ep-spin-lib:selectWellCementJobTopPlugType ; | ||
| 283 | + sp:arg1 _:b41 | ||
| 284 | + ] ; | ||
| 285 | + sp:variable _:b6 | ||
| 286 | + ] [ rdf:type sp:Bind ; | ||
| 287 | + sp:expression | ||
| 288 | + [ rdf:type ep-spin-lib:selectWellCementJobBottomPlugType ; | ||
| 289 | + sp:arg1 _:b42 | ||
| 290 | + ] ; | ||
| 291 | + sp:variable _:b7 | ||
| 292 | + ] [ rdf:type sp:Bind ; | ||
| 293 | + sp:expression | ||
| 294 | + [ rdf:type ep-spin-lib:selectWellCementJobCasingRotationType ; | ||
| 295 | + sp:arg1 _:b46 | ||
| 296 | + ] ; | ||
| 297 | + sp:variable _:b27 | ||
| 298 | + ] [ rdf:type sp:Bind ; | ||
| 299 | + sp:expression | ||
| 300 | + [ rdf:type ep-spin-lib:selectWellCementJobCasingReciprocationType ; | ||
| 301 | + sp:arg1 _:b45 | ||
| 302 | + ] ; | ||
| 303 | + sp:variable _:b28 | ||
| 304 | + ] [ rdf:type sp:Bind ; | ||
| 305 | + sp:expression | ||
| 306 | + [ rdf:type ep-spin-lib:selectWellCementJobPlugBumpingType ; | ||
| 307 | + sp:arg1 _:b43 | ||
| 308 | + ] ; | ||
| 309 | + sp:variable _:b29 | ||
| 310 | + ] [ rdf:type sp:Bind ; | ||
| 311 | + sp:expression | ||
| 312 | + [ rdf:type ep-spin-lib:selectWellCementJobFloatHoldingType ; | ||
| 313 | + sp:arg1 _:b44 | ||
| 314 | + ] ; | ||
| 315 | + sp:variable _:b31 | ||
| 316 | + ]) | ||
| 317 | + ] . | ||
| 318 | + | ||
| 319 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> | ||
| 320 | + rdf:type owl:Ontology ; | ||
| 321 | + owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> ; | ||
| 322 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 323 | + | ||
| 324 | +_:b34 | ||
| 325 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 326 | + | ||
| 327 | +_:b35 | ||
| 328 | + sp:varName "dTimStart"^^xsd:string . | ||
| 329 | + | ||
| 330 | +_:b36 | ||
| 331 | + sp:varName "cementStage"^^xsd:string . | ||
| 332 | + | ||
| 333 | +_:b37 | ||
| 334 | + sp:varName "index"^^xsd:string . | ||
| 335 | + | ||
| 336 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 337 | + | ||
| 338 | +_:b4 sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string . | ||
| 339 | + | ||
| 340 | +_:b12 | ||
| 341 | + sp:varName "dTimPumpStart"^^xsd:string . | ||
| 342 | + | ||
| 343 | +_:b13 | ||
| 344 | + sp:varName "dTimPumpEnd"^^xsd:string . | ||
| 345 | + | ||
| 346 | +_:b38 | ||
| 347 | + sp:varName "enumJobType"^^xsd:string . | ||
| 348 | + | ||
| 349 | +_:b25 | ||
| 350 | + sp:varName "casingStrDia"^^xsd:string . | ||
| 351 | + | ||
| 352 | +_:b26 | ||
| 353 | + sp:varName "cementStageComments"^^xsd:string . | ||
| 354 | + | ||
| 355 | +_:b10 | ||
| 356 | + sp:varName "volReturns"^^xsd:string . | ||
| 357 | + | ||
| 358 | +_:b39 | ||
| 359 | + sp:varName "cementingFluid"^^xsd:string . | ||
| 360 | + | ||
| 361 | +_:b33 | ||
| 362 | + sp:varName "dTimPresReleased"^^xsd:string . | ||
| 363 | + | ||
| 364 | +_:b40 | ||
| 365 | + sp:varName "annFlowAfter"^^xsd:string . | ||
| 366 | + | ||
| 367 | +_:b41 | ||
| 368 | + sp:varName "topPlug"^^xsd:string . | ||
| 369 | + | ||
| 370 | +_:b42 | ||
| 371 | + sp:varName "botPlug"^^xsd:string . | ||
| 372 | + | ||
| 373 | +_:b43 | ||
| 374 | + sp:varName "plugBumped"^^xsd:string . | ||
| 375 | + | ||
| 376 | +_:b30 | ||
| 377 | + sp:varName "presBump"^^xsd:string . | ||
| 378 | + | ||
| 379 | +_:b44 | ||
| 380 | + sp:varName "floatHeld"^^xsd:string . | ||
| 381 | + | ||
| 382 | +_:b45 | ||
| 383 | + sp:varName "reciprocated"^^xsd:string . | ||
| 384 | + | ||
| 385 | +_:b46 | ||
| 386 | + sp:varName "rotated"^^xsd:string . | ||
| 387 | + | ||
| 388 | +_:b47 | ||
| 389 | + sp:varName "enumTypeFluid"^^xsd:string . | ||
| 390 | + | ||
| 391 | +_:b17 | ||
| 392 | + sp:varName "ratioMixWater"^^xsd:string . | ||
| 393 | + | ||
| 394 | +_:b18 | ||
| 395 | + sp:varName "density"^^xsd:string . | ||
| 396 | + | ||
| 397 | +_:b11 | ||
| 398 | + sp:varName "volPumped"^^xsd:string . | ||
| 399 | + | ||
| 400 | +_:b19 | ||
| 401 | + sp:varName "yp"^^xsd:string . | ||
| 402 | + | ||
| 403 | +_:b20 | ||
| 404 | + sp:varName "eTimThickening"^^xsd:string . | ||
| 405 | + | ||
| 406 | +_:b21 | ||
| 407 | + sp:varName "pcFreeWater"^^xsd:string . | ||
| 408 | + | ||
| 409 | +_:b22 | ||
| 410 | + sp:varName "cementingFluidComments"^^xsd:string . | ||
| 411 | + | ||
| 412 | +_:b48 | ||
| 413 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 414 | + | ||
| 415 | +_:b1 sp:varName "wellCementJob"^^xsd:string . | ||
| 416 | + | ||
| 417 | +_:b3 sp:varName "wellCementingPartOfAWellBore"^^xsd:string . | ||
| 418 | + | ||
| 419 | +_:b5 sp:varName "wellCementJobType"^^xsd:string . | ||
| 420 | + | ||
| 421 | +_:b15 | ||
| 422 | + sp:varName "cementingFluidType"^^xsd:string . | ||
| 423 | + | ||
| 424 | +_:b9 sp:varName "cementingFluidReturnType"^^xsd:string . | ||
| 425 | + | ||
| 426 | +_:b6 sp:varName "wellCementJobTopPlugType"^^xsd:string . | ||
| 427 | + | ||
| 428 | +_:b7 sp:varName "wellCementJobBottomPlugType"^^xsd:string . | ||
| 429 | + | ||
| 430 | +_:b27 | ||
| 431 | + sp:varName "wellCementJobCasingRotationType"^^xsd:string . | ||
| 432 | + | ||
| 433 | +_:b28 | ||
| 434 | + sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . | ||
| 435 | + | ||
| 436 | +_:b29 | ||
| 437 | + sp:varName "wellCementJobPlugBumpingType"^^xsd:string . | ||
| 438 | + | ||
| 439 | +_:b31 | ||
| 440 | + sp:varName "wellCementJobFloatHoldingType"^^xsd:string . |
| 1 | +# Saved by TopBraid on Wed Aug 24 20:24:31 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 23 20:39:28 BST 2011 | ||
| 2 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo | ||
| 3 | +# imports: http://www.reportinghub.no/ep/spin/1.1/lib | ||
| 4 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr | ||
| 5 | +# imports: http://spinrdf.org/spin | ||
| 6 | + | ||
| 7 | +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> . | ||
| 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 sp: <http://spinrdf.org/sp#> . | ||
| 13 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
| 14 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
| 15 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 16 | + | ||
| 17 | +<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | ||
| 18 | + spin:rule | ||
| 19 | + [ rdf:type sp:Construct ; | ||
| 20 | + rdfs:comment "STEP 250 Create an WellControlIncident activity"^^xsd:string ; | ||
| 21 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellControlIncident> ; | ||
| 22 | + sp:predicate rdf:type ; | ||
| 23 | + sp:subject _:b1 | ||
| 24 | + ] [ sp:object _:b1 ; | ||
| 25 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 26 | + sp:subject _:b2 | ||
| 27 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; | ||
| 28 | + sp:predicate rdf:type ; | ||
| 29 | + sp:subject _:b3 | ||
| 30 | + ] [ sp:object _:b4 ; | ||
| 31 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 32 | + sp:subject _:b3 | ||
| 33 | + ] [ sp:object _:b3 ; | ||
| 34 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 35 | + sp:subject _:b1 | ||
| 36 | + ] [ sp:object _:b5 ; | ||
| 37 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
| 38 | + sp:subject _:b1 | ||
| 39 | + ] [ sp:object _:b6 ; | ||
| 40 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
| 41 | + sp:subject _:b1 | ||
| 42 | + ] [ sp:object _:b7 ; | ||
| 43 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasInflowLocation> ; | ||
| 44 | + sp:subject _:b1 | ||
| 45 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore> ; | ||
| 46 | + sp:predicate rdf:type ; | ||
| 47 | + sp:subject _:b7 | ||
| 48 | + ] [ sp:object _:b8 ; | ||
| 49 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; | ||
| 50 | + sp:subject _:b7 | ||
| 51 | + ] [ sp:object _:b9 ; | ||
| 52 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; | ||
| 53 | + sp:subject _:b7 | ||
| 54 | + ] [ sp:object _:b10 ; | ||
| 55 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#formation> ; | ||
| 56 | + sp:subject _:b7 | ||
| 57 | + ] [ sp:object _:b11 ; | ||
| 58 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#eTimLost> ; | ||
| 59 | + sp:subject _:b1 | ||
| 60 | + ] [ sp:object _:b12 ; | ||
| 61 | + sp:predicate rdf:type ; | ||
| 62 | + sp:subject _:b1 | ||
| 63 | + ] [ sp:object _:b13 ; | ||
| 64 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#during> ; | ||
| 65 | + sp:subject _:b1 | ||
| 66 | + ] [ sp:object _:b14 ; | ||
| 67 | + sp:predicate rdf:type ; | ||
| 68 | + sp:subject _:b13 | ||
| 69 | + ] [ sp:object _:b15 ; | ||
| 70 | + sp:predicate rdf:type ; | ||
| 71 | + sp:subject _:b13 | ||
| 72 | + ] [ sp:object _:b16 ; | ||
| 73 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasDrillBit> ; | ||
| 74 | + sp:subject _:b13 | ||
| 75 | + ] [ sp:object _:b17 ; | ||
| 76 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasChokeValve> ; | ||
| 77 | + sp:subject _:b13 | ||
| 78 | + ] [ sp:object _:b18 ; | ||
| 79 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 80 | + sp:subject _:b17 | ||
| 81 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfEquipment> ; | ||
| 82 | + sp:predicate rdf:type ; | ||
| 83 | + sp:subject _:b17 | ||
| 84 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> ; | ||
| 85 | + sp:predicate rdf:type ; | ||
| 86 | + sp:subject _:b18 | ||
| 87 | + ] [ sp:object _:b19 ; | ||
| 88 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presMaxChoke> ; | ||
| 89 | + sp:subject _:b18 | ||
| 90 | + ] [ sp:object _:b20 ; | ||
| 91 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 92 | + sp:subject _:b16 | ||
| 93 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfEquipment> ; | ||
| 94 | + sp:predicate rdf:type ; | ||
| 95 | + sp:subject _:b16 | ||
| 96 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#DrillBit> ; | ||
| 97 | + sp:predicate rdf:type ; | ||
| 98 | + sp:subject _:b20 | ||
| 99 | + ] [ sp:object _:b21 ; | ||
| 100 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaBit> ; | ||
| 101 | + sp:subject _:b20 | ||
| 102 | + ] [ sp:object _:b22 ; | ||
| 103 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 104 | + sp:subject _:b1 | ||
| 105 | + ] [ sp:object _:b23 ; | ||
| 106 | + sp:predicate rdf:type ; | ||
| 107 | + sp:subject _:b22 | ||
| 108 | + ] [ sp:object _:b24 ; | ||
| 109 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#volMudGained> ; | ||
| 110 | + sp:subject _:b1 | ||
| 111 | + ] [ sp:object _:b25 ; | ||
| 112 | + sp:predicate <http://purl.org/dc/elements/1.1/description> ; | ||
| 113 | + sp:subject _:b1 | ||
| 114 | + ] [ sp:object _:b26 ; | ||
| 115 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaCsgLast> ; | ||
| 116 | + sp:subject _:b3 | ||
| 117 | + ] [ sp:object _:b27 ; | ||
| 118 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdCsgLast> ; | ||
| 119 | + sp:subject _:b3 | ||
| 120 | + ] [ sp:object _:b28 ; | ||
| 121 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBit> ; | ||
| 122 | + sp:subject _:b3 | ||
| 123 | + ] [ sp:object _:b29 ; | ||
| 124 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tempBottom> ; | ||
| 125 | + sp:subject _:b3 | ||
| 126 | + ] [ sp:object _:b30 ; | ||
| 127 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wtMud> ; | ||
| 128 | + sp:subject _:b3 | ||
| 129 | + ] [ sp:object _:b31 ; | ||
| 130 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#porePressure> ; | ||
| 131 | + sp:subject _:b3 | ||
| 132 | + ] [ sp:object _:b32 ; | ||
| 133 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presShutInCasing> ; | ||
| 134 | + sp:subject _:b3 | ||
| 135 | + ] [ sp:object _:b33 ; | ||
| 136 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presShutInDrill> ; | ||
| 137 | + sp:subject _:b3 | ||
| 138 | + ]) ; | ||
| 139 | + sp:where ([ sp:object _:b34 ; | ||
| 140 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 141 | + sp:subject spin:_this | ||
| 142 | + ] [ sp:object _:b35 ; | ||
| 143 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 144 | + sp:subject spin:_this | ||
| 145 | + ] [ sp:object _:b36 ; | ||
| 146 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#controlIncidentInfo> ; | ||
| 147 | + sp:subject spin:_this | ||
| 148 | + ] [ sp:object _:b37 ; | ||
| 149 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 150 | + sp:subject _:b36 | ||
| 151 | + ] [ sp:object _:b5 ; | ||
| 152 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; | ||
| 153 | + sp:subject _:b36 | ||
| 154 | + ] [ sp:object _:b8 ; | ||
| 155 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdInflow> ; | ||
| 156 | + sp:subject _:b36 | ||
| 157 | + ] [ rdf:type sp:Optional ; | ||
| 158 | + sp:elements ([ sp:object _:b9 ; | ||
| 159 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdInflow> ; | ||
| 160 | + sp:subject _:b36 | ||
| 161 | + ]) | ||
| 162 | + ] [ sp:object _:b38 ; | ||
| 163 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumPhase> ; | ||
| 164 | + sp:subject _:b36 | ||
| 165 | + ] [ sp:object _:b39 ; | ||
| 166 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumProprietaryCode> ; | ||
| 167 | + sp:subject _:b36 | ||
| 168 | + ] [ sp:object _:b11 ; | ||
| 169 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#eTimLost> ; | ||
| 170 | + sp:subject _:b36 | ||
| 171 | + ] [ sp:object _:b6 ; | ||
| 172 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimRegained> ; | ||
| 173 | + sp:subject _:b36 | ||
| 174 | + ] [ sp:object _:b21 ; | ||
| 175 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaBit> ; | ||
| 176 | + sp:subject _:b36 | ||
| 177 | + ] [ sp:object _:b28 ; | ||
| 178 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBit> ; | ||
| 179 | + sp:subject _:b36 | ||
| 180 | + ] [ sp:object _:b30 ; | ||
| 181 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wtMud> ; | ||
| 182 | + sp:subject _:b36 | ||
| 183 | + ] [ rdf:type sp:Optional ; | ||
| 184 | + sp:elements ([ sp:object _:b31 ; | ||
| 185 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#porePressure> ; | ||
| 186 | + sp:subject _:b36 | ||
| 187 | + ]) | ||
| 188 | + ] [ sp:object _:b26 ; | ||
| 189 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaCsgLast> ; | ||
| 190 | + sp:subject _:b36 | ||
| 191 | + ] [ sp:object _:b27 ; | ||
| 192 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdCsgLast> ; | ||
| 193 | + sp:subject _:b36 | ||
| 194 | + ] [ sp:object _:b24 ; | ||
| 195 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#volMudGained> ; | ||
| 196 | + sp:subject _:b36 | ||
| 197 | + ] [ sp:object _:b32 ; | ||
| 198 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presShutInCasing> ; | ||
| 199 | + sp:subject _:b36 | ||
| 200 | + ] [ sp:object _:b33 ; | ||
| 201 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presShutInDrill> ; | ||
| 202 | + sp:subject _:b36 | ||
| 203 | + ] [ sp:object _:b40 ; | ||
| 204 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumIncidentType> ; | ||
| 205 | + sp:subject _:b36 | ||
| 206 | + ] [ sp:object _:b41 ; | ||
| 207 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumKillingType> ; | ||
| 208 | + sp:subject _:b36 | ||
| 209 | + ] [ sp:object _:b10 ; | ||
| 210 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#formation> ; | ||
| 211 | + sp:subject _:b36 | ||
| 212 | + ] [ sp:object _:b29 ; | ||
| 213 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tempBottom> ; | ||
| 214 | + sp:subject _:b36 | ||
| 215 | + ] [ sp:object _:b19 ; | ||
| 216 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presMaxChoke> ; | ||
| 217 | + sp:subject _:b36 | ||
| 218 | + ] [ sp:object _:b25 ; | ||
| 219 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#description> ; | ||
| 220 | + sp:subject _:b36 | ||
| 221 | + ] [ sp:object _:b4 ; | ||
| 222 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 223 | + sp:subject _:b2 | ||
| 224 | + ] [ rdf:type sp:Bind ; | ||
| 225 | + sp:expression | ||
| 226 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 227 | + sp:arg1 _:b34 | ||
| 228 | + ] ; | ||
| 229 | + sp:variable _:b42 | ||
| 230 | + ] [ rdf:type sp:Bind ; | ||
| 231 | + sp:expression | ||
| 232 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 233 | + sp:arg1 _:b42 ; | ||
| 234 | + sp:arg2 _:b35 | ||
| 235 | + ] ; | ||
| 236 | + sp:variable _:b2 | ||
| 237 | + ] [ rdf:type sp:Bind ; | ||
| 238 | + sp:expression | ||
| 239 | + [ rdf:type ep-spin-lib:buildWellControlIncidentURI ; | ||
| 240 | + sp:arg1 _:b42 ; | ||
| 241 | + sp:arg2 _:b35 ; | ||
| 242 | + sp:arg3 _:b37 | ||
| 243 | + ] ; | ||
| 244 | + sp:variable _:b1 | ||
| 245 | + ] [ rdf:type sp:Bind ; | ||
| 246 | + sp:expression | ||
| 247 | + [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI ; | ||
| 248 | + sp:arg1 _:b42 ; | ||
| 249 | + sp:arg2 _:b35 ; | ||
| 250 | + sp:arg3 _:b37 | ||
| 251 | + ] ; | ||
| 252 | + sp:variable _:b3 | ||
| 253 | + ] [ rdf:type sp:Bind ; | ||
| 254 | + sp:expression | ||
| 255 | + [ rdf:type ep-spin-lib:selectDrillingActivityPurposeType ; | ||
| 256 | + sp:arg1 _:b39 | ||
| 257 | + ] ; | ||
| 258 | + sp:variable _:b14 | ||
| 259 | + ] [ rdf:type sp:Bind ; | ||
| 260 | + sp:expression | ||
| 261 | + [ rdf:type ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType ; | ||
| 262 | + sp:arg1 _:b38 | ||
| 263 | + ] ; | ||
| 264 | + sp:variable _:b15 | ||
| 265 | + ] [ rdf:type sp:Bind ; | ||
| 266 | + sp:expression | ||
| 267 | + [ rdf:type ep-spin-lib:selectWellControlIncidentType ; | ||
| 268 | + sp:arg1 _:b40 | ||
| 269 | + ] ; | ||
| 270 | + sp:variable _:b12 | ||
| 271 | + ] [ rdf:type sp:Bind ; | ||
| 272 | + sp:expression | ||
| 273 | + [ rdf:type ep-spin-lib:selectWellKillingType ; | ||
| 274 | + sp:arg1 _:b41 | ||
| 275 | + ] ; | ||
| 276 | + sp:variable _:b23 | ||
| 277 | + ]) | ||
| 278 | + ] . | ||
| 279 | + | ||
| 280 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> | ||
| 281 | + rdf:type owl:Ontology ; | ||
| 282 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; | ||
| 283 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 284 | + | ||
| 285 | +_:b23 | ||
| 286 | + sp:varName "wellKillingType"^^xsd:string . | ||
| 287 | + | ||
| 288 | +_:b12 | ||
| 289 | + sp:varName "wellControlIncidentType"^^xsd:string . | ||
| 290 | + | ||
| 291 | +_:b15 | ||
| 292 | + sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string . | ||
| 293 | + | ||
| 294 | +_:b14 | ||
| 295 | + sp:varName "drillingActivityPurposeType"^^xsd:string . | ||
| 296 | + | ||
| 297 | +_:b3 sp:varName "temporalPartOfAWellBoreDuringWellControlIncident"^^xsd:string . | ||
| 298 | + | ||
| 299 | +_:b1 sp:varName "wellControlIncident"^^xsd:string . | ||
| 300 | + | ||
| 301 | +_:b42 | ||
| 302 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 303 | + | ||
| 304 | +_:b4 sp:varName "dailytemporalPartOfAWellBore"^^xsd:string . | ||
| 305 | + | ||
| 306 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 307 | + | ||
| 308 | +_:b25 | ||
| 309 | + sp:varName "description"^^xsd:string . | ||
| 310 | + | ||
| 311 | +_:b19 | ||
| 312 | + sp:varName "presMaxChoke"^^xsd:string . | ||
| 313 | + | ||
| 314 | +_:b29 | ||
| 315 | + sp:varName "tempBottom"^^xsd:string . | ||
| 316 | + | ||
| 317 | +_:b10 | ||
| 318 | + sp:varName "formation"^^xsd:string . | ||
| 319 | + | ||
| 320 | +_:b41 | ||
| 321 | + sp:varName "killingType"^^xsd:string . | ||
| 322 | + | ||
| 323 | +_:b40 | ||
| 324 | + sp:varName "incidentType"^^xsd:string . | ||
| 325 | + | ||
| 326 | +_:b33 | ||
| 327 | + sp:varName "presShutInDrill"^^xsd:string . | ||
| 328 | + | ||
| 329 | +_:b32 | ||
| 330 | + sp:varName "presShutInCasing"^^xsd:string . | ||
| 331 | + | ||
| 332 | +_:b24 | ||
| 333 | + sp:varName "volMudGained"^^xsd:string . | ||
| 334 | + | ||
| 335 | +_:b27 | ||
| 336 | + sp:varName "mdCsgLast"^^xsd:string . | ||
| 337 | + | ||
| 338 | +_:b26 | ||
| 339 | + sp:varName "diaCsgLast"^^xsd:string . | ||
| 340 | + | ||
| 341 | +_:b31 | ||
| 342 | + sp:varName "porePressure"^^xsd:string . | ||
| 343 | + | ||
| 344 | +_:b30 | ||
| 345 | + sp:varName "wtMud"^^xsd:string . | ||
| 346 | + | ||
| 347 | +_:b28 | ||
| 348 | + sp:varName "mdBit"^^xsd:string . | ||
| 349 | + | ||
| 350 | +_:b21 | ||
| 351 | + sp:varName "diaBit"^^xsd:string . | ||
| 352 | + | ||
| 353 | +_:b6 sp:varName "dTimEndOfIncident"^^xsd:string . | ||
| 354 | + | ||
| 355 | +_:b11 | ||
| 356 | + sp:varName "eTimLost"^^xsd:string . | ||
| 357 | + | ||
| 358 | +_:b39 | ||
| 359 | + sp:varName "proprietaryCode"^^xsd:string . | ||
| 360 | + | ||
| 361 | +_:b38 | ||
| 362 | + sp:varName "phase"^^xsd:string . | ||
| 363 | + | ||
| 364 | +_:b9 sp:varName "tvdInflow"^^xsd:string . | ||
| 365 | + | ||
| 366 | +_:b8 sp:varName "mdInflow"^^xsd:string . | ||
| 367 | + | ||
| 368 | +_:b5 sp:varName "dTimStartOfIncident"^^xsd:string . | ||
| 369 | + | ||
| 370 | +_:b37 | ||
| 371 | + sp:varName "index"^^xsd:string . | ||
| 372 | + | ||
| 373 | +_:b36 | ||
| 374 | + sp:varName "controlIncidentInfo"^^xsd:string . | ||
| 375 | + | ||
| 376 | +_:b35 | ||
| 377 | + sp:varName "dTimStart"^^xsd:string . | ||
| 378 | + | ||
| 379 | +_:b34 | ||
| 380 | + sp:varName "nameWellBore"^^xsd:string . |
| 1 | +# Saved by TopBraid on Tue Aug 23 20:39:28 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 Mon Aug 22 14:33:44 BST 2011 | ||
| 2 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo | ||
| 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/coreInfo#> . | ||
| 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 220 Create WellCore activity | ||
| 20 | +Properties transfered to the activity, to the part of the well bore, or to the recovered core."""^^xsd:string ; | ||
| 21 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCore> ; | ||
| 22 | + sp:predicate rdf:type ; | ||
| 23 | + sp:subject _:b1 | ||
| 24 | + ] [ sp:object _:b1 ; | ||
| 25 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 26 | + sp:subject _:b2 | ||
| 27 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore> ; | ||
| 28 | + sp:predicate rdf:type ; | ||
| 29 | + sp:subject _:b3 | ||
| 30 | + ] [ sp:object | ||
| 31 | + [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | ||
| 32 | + ] ; | ||
| 33 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
| 34 | + sp:subject _:b3 | ||
| 35 | + ] [ sp:object _:b3 ; | ||
| 36 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 37 | + sp:subject _:b1 | ||
| 38 | + ] [ sp:object | ||
| 39 | + [ sp:varName "dTimWellCore"^^xsd:string | ||
| 40 | + ] ; | ||
| 41 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
| 42 | + sp:subject _:b1 | ||
| 43 | + ] [ sp:object _:b4 ; | ||
| 44 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#coreNumber> ; | ||
| 45 | + sp:subject _:b1 | ||
| 46 | + ] [ sp:object _:b5 ; | ||
| 47 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ; | ||
| 48 | + sp:subject _:b3 | ||
| 49 | + ] [ sp:object _:b6 ; | ||
| 50 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ; | ||
| 51 | + sp:subject _:b3 | ||
| 52 | + ] [ sp:object _:b7 ; | ||
| 53 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; | ||
| 54 | + sp:subject _:b3 | ||
| 55 | + ] [ sp:object _:b8 ; | ||
| 56 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ; | ||
| 57 | + sp:subject _:b3 | ||
| 58 | + ] [ sp:object _:b9 ; | ||
| 59 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#recoveredCore> ; | ||
| 60 | + sp:subject _:b1 | ||
| 61 | + ] [ sp:object _:b10 ; | ||
| 62 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lenRecovered> ; | ||
| 63 | + sp:subject _:b9 | ||
| 64 | + ] [ sp:object _:b11 ; | ||
| 65 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#recoverPc> ; | ||
| 66 | + sp:subject _:b9 | ||
| 67 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#RecoveredCore> ; | ||
| 68 | + sp:predicate rdf:type ; | ||
| 69 | + sp:subject _:b9 | ||
| 70 | + ] [ sp:object _:b12 ; | ||
| 71 | + sp:predicate <http://purl.org/dc/elements/1.1/description> ; | ||
| 72 | + sp:subject _:b9 | ||
| 73 | + ] [ sp:object _:b13 ; | ||
| 74 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#hasBarrel> ; | ||
| 75 | + sp:subject _:b9 | ||
| 76 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> ; | ||
| 77 | + sp:predicate rdf:type ; | ||
| 78 | + sp:subject _:b13 | ||
| 79 | + ] [ sp:object _:b14 ; | ||
| 80 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lenBarrel> ; | ||
| 81 | + sp:subject _:b13 | ||
| 82 | + ] [ sp:object _:b15 ; | ||
| 83 | + sp:predicate rdf:type ; | ||
| 84 | + sp:subject _:b13 | ||
| 85 | + ]) ; | ||
| 86 | + sp:where ([ sp:object _:b16 ; | ||
| 87 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 88 | + sp:subject spin:_this | ||
| 89 | + ] [ sp:object _:b17 ; | ||
| 90 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 91 | + sp:subject spin:_this | ||
| 92 | + ] [ sp:object _:b18 ; | ||
| 93 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#coreInfo> ; | ||
| 94 | + sp:subject spin:_this | ||
| 95 | + ] [ sp:object _:b19 ; | ||
| 96 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 97 | + sp:subject _:b18 | ||
| 98 | + ] [ sp:object | ||
| 99 | + [ sp:varName "dTimCore"^^xsd:string | ||
| 100 | + ] ; | ||
| 101 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; | ||
| 102 | + sp:subject _:b18 | ||
| 103 | + ] [ sp:object | ||
| 104 | + [ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string | ||
| 105 | + ] ; | ||
| 106 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 107 | + sp:subject _:b2 | ||
| 108 | + ] [ sp:object _:b4 ; | ||
| 109 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#coreNumber> ; | ||
| 110 | + sp:subject _:b18 | ||
| 111 | + ] [ sp:object _:b5 ; | ||
| 112 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ; | ||
| 113 | + sp:subject _:b20 | ||
| 114 | + ] [ sp:object _:b6 ; | ||
| 115 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ; | ||
| 116 | + sp:subject _:b20 | ||
| 117 | + ] [ rdf:type sp:Optional ; | ||
| 118 | + sp:elements ([ sp:object _:b7 ; | ||
| 119 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; | ||
| 120 | + sp:subject _:b20 | ||
| 121 | + ] [ sp:object _:b8 ; | ||
| 122 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ; | ||
| 123 | + sp:subject _:b20 | ||
| 124 | + ]) | ||
| 125 | + ] [ sp:object _:b10 ; | ||
| 126 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lenRecovered> ; | ||
| 127 | + sp:subject _:b20 | ||
| 128 | + ] [ sp:object _:b11 ; | ||
| 129 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#recoverPc> ; | ||
| 130 | + sp:subject _:b20 | ||
| 131 | + ] [ sp:object _:b14 ; | ||
| 132 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lenBarrel> ; | ||
| 133 | + sp:subject _:b20 | ||
| 134 | + ] [ rdf:type sp:Optional ; | ||
| 135 | + sp:elements ([ sp:object _:b21 ; | ||
| 136 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumInnerBarrelType> ; | ||
| 137 | + sp:subject _:b20 | ||
| 138 | + ]) | ||
| 139 | + ] [ sp:object _:b12 ; | ||
| 140 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#coreDescription> ; | ||
| 141 | + sp:subject _:b20 | ||
| 142 | + ] [ rdf:type sp:Bind ; | ||
| 143 | + sp:expression | ||
| 144 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 145 | + sp:arg1 _:b16 | ||
| 146 | + ] ; | ||
| 147 | + sp:variable _:b22 | ||
| 148 | + ] [ rdf:type sp:Bind ; | ||
| 149 | + sp:expression | ||
| 150 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 151 | + sp:arg1 _:b22 ; | ||
| 152 | + sp:arg2 _:b17 | ||
| 153 | + ] ; | ||
| 154 | + sp:variable _:b2 | ||
| 155 | + ] [ rdf:type sp:Bind ; | ||
| 156 | + sp:expression | ||
| 157 | + [ rdf:type ep-spin-lib:buildWellCoreURI ; | ||
| 158 | + sp:arg1 _:b22 ; | ||
| 159 | + sp:arg2 _:b19 | ||
| 160 | + ] ; | ||
| 161 | + sp:variable _:b1 | ||
| 162 | + ] [ rdf:type sp:Bind ; | ||
| 163 | + sp:expression | ||
| 164 | + [ rdf:type ep-spin-lib:buildPartOfAWellBoreDuringWellCoreURI ; | ||
| 165 | + sp:arg1 _:b22 ; | ||
| 166 | + sp:arg2 _:b19 | ||
| 167 | + ] ; | ||
| 168 | + sp:variable _:b3 | ||
| 169 | + ] [ rdf:type sp:Bind ; | ||
| 170 | + sp:expression | ||
| 171 | + [ rdf:type ep-spin-lib:selectInnerBarrelType ; | ||
| 172 | + sp:arg1 _:b21 | ||
| 173 | + ] ; | ||
| 174 | + sp:variable _:b15 | ||
| 175 | + ]) | ||
| 176 | + ] . | ||
| 177 | + | ||
| 178 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> | ||
| 179 | + rdf:type owl:Ontology ; | ||
| 180 | + owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://spinrdf.org/spin> ; | ||
| 181 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 182 | + | ||
| 183 | +_:b16 | ||
| 184 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 185 | + | ||
| 186 | +_:b17 | ||
| 187 | + sp:varName "dTimStart"^^xsd:string . | ||
| 188 | + | ||
| 189 | +_:b18 | ||
| 190 | + sp:varName "coreInfo"^^xsd:string . | ||
| 191 | + | ||
| 192 | +_:b19 | ||
| 193 | + sp:varName "index"^^xsd:string . | ||
| 194 | + | ||
| 195 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 196 | + | ||
| 197 | +_:b4 sp:varName "coreNumber"^^xsd:string . | ||
| 198 | + | ||
| 199 | +_:b20 | ||
| 200 | + sp:varName "wellTestInfo"^^xsd:string . | ||
| 201 | + | ||
| 202 | +_:b5 sp:varName "mdTop"^^xsd:string . | ||
| 203 | + | ||
| 204 | +_:b6 sp:varName "mdBottom"^^xsd:string . | ||
| 205 | + | ||
| 206 | +_:b7 sp:varName "tvdTop"^^xsd:string . | ||
| 207 | + | ||
| 208 | +_:b8 sp:varName "tvdBottom"^^xsd:string . | ||
| 209 | + | ||
| 210 | +_:b10 | ||
| 211 | + sp:varName "lenRecovered"^^xsd:string . | ||
| 212 | + | ||
| 213 | +_:b11 | ||
| 214 | + sp:varName "recoverPc"^^xsd:string . | ||
| 215 | + | ||
| 216 | +_:b14 | ||
| 217 | + sp:varName "lenBarrel"^^xsd:string . | ||
| 218 | + | ||
| 219 | +_:b21 | ||
| 220 | + sp:varName "enumInnerBarrelType"^^xsd:string . | ||
| 221 | + | ||
| 222 | +_:b12 | ||
| 223 | + sp:varName "coreDescription"^^xsd:string . | ||
| 224 | + | ||
| 225 | +_:b22 | ||
| 226 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 227 | + | ||
| 228 | +_:b1 sp:varName "wellCore"^^xsd:string . | ||
| 229 | + | ||
| 230 | +_:b3 sp:varName "coredPartOfAWellBore"^^xsd:string . | ||
| 231 | + | ||
| 232 | +_:b15 | ||
| 233 | + sp:varName "innerBarrelType"^^xsd:string . |
| 1 | +# Saved by TopBraid on Mon Aug 22 14:33:44 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 15:54:55 BST 2011 | 1 | +# Saved by TopBraid on Tue Aug 23 16:05:01 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,113 +32,98 @@ | ... | @@ -32,113 +32,98 @@ |
| 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 101 Create DailyDrillingReport, DailyDrillingActivity, TemporalPartOfAWellBore and WellBore | 35 | + rdfs:comment "STEP 106 Create Well"^^xsd:string ; |
| 36 | -Minimum data - createDate, dTimStart, dTimEnd, nameWellBore"""^^xsd:string ; | 36 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ; |
| 37 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> ; | ||
| 38 | sp:predicate rdf:type ; | 37 | sp:predicate rdf:type ; |
| 39 | sp:subject _:b1 | 38 | sp:subject _:b1 |
| 40 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ; | ||
| 41 | - sp:predicate rdf:type ; | ||
| 42 | - sp:subject _:b2 | ||
| 43 | ] [ sp:object _:b2 ; | 39 | ] [ sp:object _:b2 ; |
| 44 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#reportOn> ; | 40 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
| 45 | - sp:subject _:b1 | ||
| 46 | - ] [ sp:object _:b3 ; | ||
| 47 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#createdAt> ; | ||
| 48 | sp:subject _:b1 | 41 | sp:subject _:b1 |
| 42 | + ] [ sp:object _:b1 ; | ||
| 43 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ; | ||
| 44 | + sp:subject _:b3 | ||
| 49 | ] [ sp:object _:b4 ; | 45 | ] [ sp:object _:b4 ; |
| 50 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | 46 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 51 | - sp:subject _:b2 | 47 | + sp:subject _:b1 |
| 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 | ||
| 67 | ]) ; | 48 | ]) ; |
| 68 | - sp:where ([ sp:object _:b7 ; | 49 | + sp:where ([ sp:object _:b5 ; |
| 69 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 50 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 70 | sp:subject spin:_this | 51 | sp:subject spin:_this |
| 71 | - ] [ sp:object _:b4 ; | 52 | + ] [ sp:object _:b2 ; |
| 72 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 53 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWell> ; |
| 73 | - sp:subject spin:_this | ||
| 74 | - ] [ sp:object _:b8 ; | ||
| 75 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ; | ||
| 76 | sp:subject spin:_this | 54 | sp:subject spin:_this |
| 77 | - ] [ sp:object _:b3 ; | 55 | + ] [ sp:object _:b6 ; |
| 78 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; | 56 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 79 | sp:subject spin:_this | 57 | sp:subject spin:_this |
| 58 | + ] [ sp:object _:b7 ; | ||
| 59 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 60 | + sp:subject _:b3 | ||
| 61 | + ] [ sp:object _:b4 ; | ||
| 62 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 63 | + sp:subject _:b7 | ||
| 64 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; | ||
| 65 | + sp:predicate rdf:type ; | ||
| 66 | + sp:subject _:b4 | ||
| 80 | ] [ rdf:type sp:Bind ; | 67 | ] [ rdf:type sp:Bind ; |
| 81 | sp:expression | 68 | sp:expression |
| 82 | [ rdf:type ep-spin-lib:normalizeString ; | 69 | [ rdf:type ep-spin-lib:normalizeString ; |
| 83 | - sp:arg1 _:b7 | 70 | + sp:arg1 _:b5 |
| 84 | ] ; | 71 | ] ; |
| 85 | - sp:variable _:b9 | 72 | + sp:variable _:b8 |
| 86 | - ] [ rdf:type sp:Bind ; | ||
| 87 | - sp:expression | ||
| 88 | - [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | ||
| 89 | - sp:arg1 _:b9 ; | ||
| 90 | - sp:arg2 _:b3 | ||
| 91 | - ] ; | ||
| 92 | - sp:variable _:b1 | ||
| 93 | ] [ rdf:type sp:Bind ; | 73 | ] [ rdf:type sp:Bind ; |
| 94 | sp:expression | 74 | sp:expression |
| 95 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 75 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 96 | - sp:arg1 _:b9 ; | 76 | + sp:arg1 _:b8 ; |
| 97 | - sp:arg2 _:b4 | 77 | + sp:arg2 _:b6 |
| 98 | ] ; | 78 | ] ; |
| 99 | - sp:variable _:b2 | 79 | + sp:variable _:b3 |
| 100 | ] [ rdf:type sp:Bind ; | 80 | ] [ rdf:type sp:Bind ; |
| 101 | sp:expression | 81 | sp:expression |
| 102 | - [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ; | 82 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 103 | - sp:arg1 _:b9 ; | 83 | + sp:arg1 _:b2 |
| 104 | - sp:arg2 _:b4 ; | ||
| 105 | - sp:arg3 _:b8 | ||
| 106 | ] ; | 84 | ] ; |
| 107 | - sp:variable _:b5 | 85 | + sp:variable _:b9 |
| 108 | ] [ rdf:type sp:Bind ; | 86 | ] [ rdf:type sp:Bind ; |
| 109 | sp:expression | 87 | sp:expression |
| 110 | - [ rdf:type rhspin:wellBoreByName ; | 88 | + [ rdf:type rhspin:wellByName ; |
| 111 | - arg:wellBoreName _:b7 | 89 | + arg:wellName _:b9 |
| 112 | ] ; | 90 | ] ; |
| 113 | - sp:variable _:b6 | 91 | + sp:variable _:b1 |
| 114 | ]) | 92 | ]) |
| 115 | ] ; | 93 | ] ; |
| 116 | spin:rule | 94 | spin:rule |
| 117 | [ rdf:type sp:Construct ; | 95 | [ rdf:type sp:Construct ; |
| 118 | - rdfs:comment "STEP 102 Transfer dTimEnd"^^xsd:string ; | 96 | + rdfs:comment """STEP 105 |
| 97 | +Classify a DailyDrillingReport"""^^xsd:string ; | ||
| 119 | sp:templates ([ sp:object _:b10 ; | 98 | sp:templates ([ sp:object _:b10 ; |
| 120 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 99 | + sp:predicate rdf:type ; |
| 121 | sp:subject _:b11 | 100 | sp:subject _:b11 |
| 122 | ]) ; | 101 | ]) ; |
| 123 | sp:where ([ sp:object _:b12 ; | 102 | sp:where ([ sp:object _:b12 ; |
| 124 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 103 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 125 | sp:subject spin:_this | 104 | sp:subject spin:_this |
| 126 | ] [ sp:object _:b13 ; | 105 | ] [ sp:object _:b13 ; |
| 127 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 106 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; |
| 128 | sp:subject spin:_this | 107 | sp:subject spin:_this |
| 129 | - ] [ sp:object _:b10 ; | 108 | + ] [ sp:object _:b14 ; |
| 130 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ; | 109 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumVersionKind> ; |
| 131 | sp:subject spin:_this | 110 | sp:subject spin:_this |
| 132 | ] [ rdf:type sp:Bind ; | 111 | ] [ rdf:type sp:Bind ; |
| 133 | sp:expression | 112 | sp:expression |
| 113 | + [ rdf:type ep-spin-lib:selectDailyDrillingReportType ; | ||
| 114 | + sp:arg1 _:b14 | ||
| 115 | + ] ; | ||
| 116 | + sp:variable _:b10 | ||
| 117 | + ] [ rdf:type sp:Bind ; | ||
| 118 | + sp:expression | ||
| 134 | [ rdf:type ep-spin-lib:normalizeString ; | 119 | [ rdf:type ep-spin-lib:normalizeString ; |
| 135 | sp:arg1 _:b12 | 120 | sp:arg1 _:b12 |
| 136 | ] ; | 121 | ] ; |
| 137 | - sp:variable _:b14 | 122 | + sp:variable _:b15 |
| 138 | ] [ rdf:type sp:Bind ; | 123 | ] [ rdf:type sp:Bind ; |
| 139 | sp:expression | 124 | sp:expression |
| 140 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 125 | + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; |
| 141 | - sp:arg1 _:b14 ; | 126 | + sp:arg1 _:b15 ; |
| 142 | sp:arg2 _:b13 | 127 | sp:arg2 _:b13 |
| 143 | ] ; | 128 | ] ; |
| 144 | sp:variable _:b11 | 129 | sp:variable _:b11 |
| ... | @@ -146,130 +131,158 @@ Minimum data - createDate, dTimStart, dTimEnd, nameWellBore"""^^xsd:string ; | ... | @@ -146,130 +131,158 @@ Minimum data - createDate, dTimStart, dTimEnd, nameWellBore"""^^xsd:string ; |
| 146 | ] ; | 131 | ] ; |
| 147 | spin:rule | 132 | spin:rule |
| 148 | [ rdf:type sp:Construct ; | 133 | [ rdf:type sp:Construct ; |
| 149 | - rdfs:comment """STEP 101a Set name of DailyDrillingReport as label | 134 | + rdfs:comment "STEP 104 Transfer dTimEnd"^^xsd:string ; |
| 150 | -Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ; | 135 | + sp:templates ([ sp:object _:b16 ; |
| 151 | - sp:templates ([ sp:object _:b15 ; | 136 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 152 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 137 | + sp:subject _:b17 |
| 153 | - sp:subject _:b16 | ||
| 154 | ]) ; | 138 | ]) ; |
| 155 | - sp:where ([ sp:object _:b17 ; | 139 | + sp:where ([ sp:object _:b18 ; |
| 156 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 140 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 157 | sp:subject spin:_this | 141 | sp:subject spin:_this |
| 158 | - ] [ sp:object _:b15 ; | 142 | + ] [ sp:object _:b19 ; |
| 159 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ; | 143 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 160 | sp:subject spin:_this | 144 | sp:subject spin:_this |
| 161 | - ] [ sp:object _:b18 ; | 145 | + ] [ sp:object _:b16 ; |
| 162 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; | 146 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ; |
| 163 | sp:subject spin:_this | 147 | sp:subject spin:_this |
| 164 | ] [ rdf:type sp:Bind ; | 148 | ] [ rdf:type sp:Bind ; |
| 165 | sp:expression | 149 | sp:expression |
| 166 | [ rdf:type ep-spin-lib:normalizeString ; | 150 | [ rdf:type ep-spin-lib:normalizeString ; |
| 167 | - sp:arg1 _:b17 | 151 | + sp:arg1 _:b18 |
| 168 | ] ; | 152 | ] ; |
| 169 | - sp:variable _:b19 | 153 | + sp:variable _:b20 |
| 170 | ] [ rdf:type sp:Bind ; | 154 | ] [ rdf:type sp:Bind ; |
| 171 | sp:expression | 155 | sp:expression |
| 172 | - [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | 156 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 173 | - sp:arg1 _:b19 ; | 157 | + sp:arg1 _:b20 ; |
| 174 | - sp:arg2 _:b18 | 158 | + sp:arg2 _:b19 |
| 175 | ] ; | 159 | ] ; |
| 176 | - sp:variable _:b16 | 160 | + sp:variable _:b17 |
| 177 | ]) | 161 | ]) |
| 178 | ] ; | 162 | ] ; |
| 179 | spin:rule | 163 | spin:rule |
| 180 | [ rdf:type sp:Construct ; | 164 | [ rdf:type sp:Construct ; |
| 181 | - rdfs:comment """STEP 103 | 165 | + rdfs:comment """STEP 103a Set name of DailyDrillingReport as label |
| 182 | -Classify a DailyDrillingReport"""^^xsd:string ; | 166 | +Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ; |
| 183 | - sp:templates ([ sp:object _:b20 ; | 167 | + sp:templates ([ sp:object _:b21 ; |
| 184 | - sp:predicate rdf:type ; | 168 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
| 185 | - sp:subject _:b21 | 169 | + sp:subject _:b22 |
| 186 | ]) ; | 170 | ]) ; |
| 187 | - sp:where ([ sp:object _:b22 ; | 171 | + sp:where ([ sp:object _:b23 ; |
| 188 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 172 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 189 | sp:subject spin:_this | 173 | sp:subject spin:_this |
| 190 | - ] [ sp:object _:b23 ; | 174 | + ] [ sp:object _:b21 ; |
| 191 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; | 175 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ; |
| 192 | sp:subject spin:_this | 176 | sp:subject spin:_this |
| 193 | ] [ sp:object _:b24 ; | 177 | ] [ sp:object _:b24 ; |
| 194 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumVersionKind> ; | 178 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; |
| 195 | sp:subject spin:_this | 179 | sp:subject spin:_this |
| 196 | ] [ rdf:type sp:Bind ; | 180 | ] [ rdf:type sp:Bind ; |
| 197 | sp:expression | 181 | sp:expression |
| 198 | - [ rdf:type ep-spin-lib:selectDailyDrillingReportType ; | ||
| 199 | - sp:arg1 _:b24 | ||
| 200 | - ] ; | ||
| 201 | - sp:variable _:b20 | ||
| 202 | - ] [ rdf:type sp:Bind ; | ||
| 203 | - sp:expression | ||
| 204 | [ rdf:type ep-spin-lib:normalizeString ; | 182 | [ rdf:type ep-spin-lib:normalizeString ; |
| 205 | - sp:arg1 _:b22 | 183 | + sp:arg1 _:b23 |
| 206 | ] ; | 184 | ] ; |
| 207 | sp:variable _:b25 | 185 | sp:variable _:b25 |
| 208 | ] [ rdf:type sp:Bind ; | 186 | ] [ rdf:type sp:Bind ; |
| 209 | sp:expression | 187 | sp:expression |
| 210 | [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | 188 | [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; |
| 211 | sp:arg1 _:b25 ; | 189 | sp:arg1 _:b25 ; |
| 212 | - sp:arg2 _:b23 | 190 | + sp:arg2 _:b24 |
| 213 | ] ; | 191 | ] ; |
| 214 | - sp:variable _:b21 | 192 | + sp:variable _:b22 |
| 215 | ]) | 193 | ]) |
| 216 | ] ; | 194 | ] ; |
| 217 | spin:rule | 195 | spin:rule |
| 218 | [ rdf:type sp:Construct ; | 196 | [ rdf:type sp:Construct ; |
| 219 | - rdfs:comment "STEP 104 Create Well"^^xsd:string ; | 197 | + rdfs:comment """STEP 103 Create DailyDrillingReport, DailyDrillingActivity, TemporalPartOfAWellBore and WellBore |
| 220 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ; | 198 | +Minimum data - createDate, dTimStart, dTimEnd, nameWellBore |
| 199 | +Optional data - extendedReport | ||
| 200 | +replaced for testing - BIND (rhspin:wellBoreByName(?nameWellBore) AS ?wellBore) ."""^^xsd:string ; | ||
| 201 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> ; | ||
| 221 | sp:predicate rdf:type ; | 202 | sp:predicate rdf:type ; |
| 222 | sp:subject _:b26 | 203 | sp:subject _:b26 |
| 204 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ; | ||
| 205 | + sp:predicate rdf:type ; | ||
| 206 | + sp:subject _:b27 | ||
| 223 | ] [ sp:object _:b27 ; | 207 | ] [ sp:object _:b27 ; |
| 224 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 208 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#reportOn> ; |
| 225 | sp:subject _:b26 | 209 | sp:subject _:b26 |
| 226 | - ] [ sp:object _:b26 ; | 210 | + ] [ sp:object _:b28 ; |
| 227 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ; | 211 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#createdAt> ; |
| 228 | - sp:subject _:b28 | ||
| 229 | - ] [ sp:object _:b29 ; | ||
| 230 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 231 | sp:subject _:b26 | 212 | sp:subject _:b26 |
| 213 | + ] [ sp:object _:b29 ; | ||
| 214 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
| 215 | + sp:subject _:b27 | ||
| 216 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; | ||
| 217 | + sp:predicate rdf:type ; | ||
| 218 | + sp:subject _:b30 | ||
| 219 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; | ||
| 220 | + sp:predicate rdf:type ; | ||
| 221 | + sp:subject _:b31 | ||
| 222 | + ] [ sp:object _:b31 ; | ||
| 223 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 224 | + sp:subject _:b30 | ||
| 225 | + ] [ sp:object _:b32 ; | ||
| 226 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
| 227 | + sp:subject _:b31 | ||
| 228 | + ] [ sp:object _:b30 ; | ||
| 229 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 230 | + sp:subject _:b27 | ||
| 231 | + ] [ sp:object _:b33 ; | ||
| 232 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#extendedReport> ; | ||
| 233 | + sp:subject _:b27 | ||
| 232 | ]) ; | 234 | ]) ; |
| 233 | - sp:where ([ sp:object _:b30 ; | 235 | + sp:where ([ sp:object _:b32 ; |
| 234 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 236 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 235 | sp:subject spin:_this | 237 | sp:subject spin:_this |
| 236 | - ] [ sp:object _:b27 ; | 238 | + ] [ sp:object _:b29 ; |
| 237 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWell> ; | ||
| 238 | - sp:subject spin:_this | ||
| 239 | - ] [ sp:object _:b31 ; | ||
| 240 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 239 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 241 | sp:subject spin:_this | 240 | sp:subject spin:_this |
| 242 | - ] [ sp:object _:b32 ; | 241 | + ] [ sp:object _:b34 ; |
| 243 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 242 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ; |
| 244 | - sp:subject _:b28 | 243 | + sp:subject spin:_this |
| 245 | - ] [ sp:object _:b29 ; | 244 | + ] [ sp:object _:b28 ; |
| 246 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 245 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ; |
| 247 | - sp:subject _:b32 | 246 | + sp:subject spin:_this |
| 247 | + ] [ rdf:type sp:Optional ; | ||
| 248 | + sp:elements ([ sp:object _:b33 ; | ||
| 249 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#extendedReport> ; | ||
| 250 | + sp:subject spin:_this | ||
| 251 | + ]) | ||
| 248 | ] [ rdf:type sp:Bind ; | 252 | ] [ rdf:type sp:Bind ; |
| 249 | sp:expression | 253 | sp:expression |
| 250 | [ rdf:type ep-spin-lib:normalizeString ; | 254 | [ rdf:type ep-spin-lib:normalizeString ; |
| 251 | - sp:arg1 _:b30 | 255 | + sp:arg1 _:b32 |
| 252 | ] ; | 256 | ] ; |
| 253 | - sp:variable _:b33 | 257 | + sp:variable _:b35 |
| 258 | + ] [ rdf:type sp:Bind ; | ||
| 259 | + sp:expression | ||
| 260 | + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | ||
| 261 | + sp:arg1 _:b35 ; | ||
| 262 | + sp:arg2 _:b28 | ||
| 263 | + ] ; | ||
| 264 | + sp:variable _:b26 | ||
| 254 | ] [ rdf:type sp:Bind ; | 265 | ] [ rdf:type sp:Bind ; |
| 255 | sp:expression | 266 | sp:expression |
| 256 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 267 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 257 | - sp:arg1 _:b33 ; | 268 | + sp:arg1 _:b35 ; |
| 258 | - sp:arg2 _:b31 | 269 | + sp:arg2 _:b29 |
| 259 | ] ; | 270 | ] ; |
| 260 | - sp:variable _:b28 | 271 | + sp:variable _:b27 |
| 261 | ] [ rdf:type sp:Bind ; | 272 | ] [ rdf:type sp:Bind ; |
| 262 | sp:expression | 273 | sp:expression |
| 263 | - [ rdf:type ep-spin-lib:normalizeString ; | 274 | + [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ; |
| 264 | - sp:arg1 _:b27 | 275 | + sp:arg1 _:b35 ; |
| 276 | + sp:arg2 _:b29 ; | ||
| 277 | + sp:arg3 _:b34 | ||
| 265 | ] ; | 278 | ] ; |
| 266 | - sp:variable _:b34 | 279 | + sp:variable _:b30 |
| 267 | ] [ rdf:type sp:Bind ; | 280 | ] [ rdf:type sp:Bind ; |
| 268 | sp:expression | 281 | sp:expression |
| 269 | - [ rdf:type rhspin:wellByName ; | 282 | + [ rdf:type ep-spin-lib:buildTemporaryWellBoreURI ; |
| 270 | - arg:wellName _:b34 | 283 | + sp:arg1 _:b35 |
| 271 | ] ; | 284 | ] ; |
| 272 | - sp:variable _:b26 | 285 | + sp:variable _:b31 |
| 273 | ]) | 286 | ]) |
| 274 | ] . | 287 | ] . |
| 275 | 288 | ||
| ... | @@ -278,95 +291,98 @@ Classify a DailyDrillingReport"""^^xsd:string ; | ... | @@ -278,95 +291,98 @@ Classify a DailyDrillingReport"""^^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> ; | 291 | 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 . | 292 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 280 | 293 | ||
| 281 | -_:b6 sp:varName "wellBore"^^xsd:string . | 294 | +_:b25 |
| 295 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 282 | 296 | ||
| 283 | -_:b5 sp:varName "temporalPartOfAWellBore"^^xsd:string . | 297 | +_:b24 |
| 298 | + sp:varName "createDate"^^xsd:string . | ||
| 299 | + | ||
| 300 | +_:b23 | ||
| 301 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 284 | 302 | ||
| 285 | -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | 303 | +_:b22 |
| 304 | + sp:varName "dailyDrillingReport"^^xsd:string . | ||
| 286 | 305 | ||
| 287 | -_:b1 sp:varName "dailyDrillingReport"^^xsd:string . | 306 | +_:b21 |
| 307 | + sp:varName "nameDailyDrillingReport"^^xsd:string . | ||
| 288 | 308 | ||
| 289 | -_:b9 sp:varName "normalizedWellBoreName"^^xsd:string . | 309 | +_:b15 |
| 310 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 290 | 311 | ||
| 291 | -_:b3 sp:varName "createDate"^^xsd:string . | 312 | +_:b14 |
| 313 | + sp:varName "versionKind"^^xsd:string . | ||
| 292 | 314 | ||
| 293 | -_:b8 sp:varName "dTimEnd"^^xsd:string . | 315 | +_:b13 |
| 316 | + sp:varName "createDate"^^xsd:string . | ||
| 294 | 317 | ||
| 295 | -_:b4 sp:varName "dTimStart"^^xsd:string . | 318 | +_:b12 |
| 319 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 296 | 320 | ||
| 297 | -_:b7 sp:varName "nameWellBore"^^xsd:string . | 321 | +_:b11 |
| 322 | + sp:varName "dailyDrillingReport"^^xsd:string . | ||
| 298 | 323 | ||
| 299 | -_:b34 | 324 | +_:b10 |
| 300 | - sp:varName "normalizedWellName"^^xsd:string . | 325 | + sp:varName "dailyDrillingReportType"^^xsd:string . |
| 301 | 326 | ||
| 302 | -_:b33 | 327 | +_:b20 |
| 303 | sp:varName "normalizedWellBoreName"^^xsd:string . | 328 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 304 | 329 | ||
| 305 | -_:b32 | 330 | +_:b19 |
| 306 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 307 | - | ||
| 308 | -_:b31 | ||
| 309 | sp:varName "dTimStart"^^xsd:string . | 331 | sp:varName "dTimStart"^^xsd:string . |
| 310 | 332 | ||
| 311 | -_:b30 | 333 | +_:b18 |
| 312 | sp:varName "nameWellBore"^^xsd:string . | 334 | sp:varName "nameWellBore"^^xsd:string . |
| 313 | 335 | ||
| 314 | -_:b29 | 336 | +_:b17 |
| 315 | - sp:varName "wellBore"^^xsd:string . | ||
| 316 | - | ||
| 317 | -_:b28 | ||
| 318 | sp:varName "dailyDrillingActivity"^^xsd:string . | 337 | sp:varName "dailyDrillingActivity"^^xsd:string . |
| 319 | 338 | ||
| 320 | -_:b27 | 339 | +_:b16 |
| 321 | - sp:varName "nameWell"^^xsd:string . | 340 | + sp:varName "dTimEnd"^^xsd:string . |
| 322 | - | ||
| 323 | -_:b26 | ||
| 324 | - sp:varName "well"^^xsd:string . | ||
| 325 | 341 | ||
| 326 | -_:b14 | 342 | +_:b35 |
| 327 | sp:varName "normalizedWellBoreName"^^xsd:string . | 343 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 328 | 344 | ||
| 329 | -_:b13 | 345 | +_:b34 |
| 330 | - sp:varName "dTimStart"^^xsd:string . | 346 | + sp:varName "dTimEnd"^^xsd:string . |
| 331 | 347 | ||
| 332 | -_:b12 | 348 | +_:b33 |
| 349 | + sp:varName "extendedReport"^^xsd:string . | ||
| 350 | + | ||
| 351 | +_:b32 | ||
| 333 | sp:varName "nameWellBore"^^xsd:string . | 352 | sp:varName "nameWellBore"^^xsd:string . |
| 334 | 353 | ||
| 335 | -_:b11 | 354 | +_:b31 |
| 336 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 355 | + sp:varName "wellBore"^^xsd:string . |
| 337 | 356 | ||
| 338 | -_:b10 | 357 | +_:b30 |
| 339 | - sp:varName "dTimEnd"^^xsd:string . | 358 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 340 | 359 | ||
| 341 | -_:b19 | 360 | +_:b29 |
| 342 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 361 | + sp:varName "dTimStart"^^xsd:string . |
| 343 | 362 | ||
| 344 | -_:b18 | 363 | +_:b28 |
| 345 | sp:varName "createDate"^^xsd:string . | 364 | sp:varName "createDate"^^xsd:string . |
| 346 | 365 | ||
| 347 | -_:b17 | 366 | +_:b27 |
| 348 | - sp:varName "nameWellBore"^^xsd:string . | 367 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 349 | 368 | ||
| 350 | -_:b16 | 369 | +_:b26 |
| 351 | sp:varName "dailyDrillingReport"^^xsd:string . | 370 | sp:varName "dailyDrillingReport"^^xsd:string . |
| 352 | 371 | ||
| 353 | -_:b15 | 372 | +_:b1 sp:varName "well"^^xsd:string . |
| 354 | - sp:varName "nameDailyDrillingReport"^^xsd:string . | ||
| 355 | 373 | ||
| 356 | -_:b25 | 374 | +_:b9 sp:varName "normalizedWellName"^^xsd:string . |
| 357 | - sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 358 | 375 | ||
| 359 | -_:b24 | 376 | +_:b8 sp:varName "normalizedWellBoreName"^^xsd:string . |
| 360 | - sp:varName "versionKind"^^xsd:string . | ||
| 361 | 377 | ||
| 362 | -_:b23 | 378 | +_:b4 sp:varName "wellBore"^^xsd:string . |
| 363 | - sp:varName "createDate"^^xsd:string . | ||
| 364 | 379 | ||
| 365 | -_:b22 | 380 | +_:b7 sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 366 | - sp:varName "nameWellBore"^^xsd:string . | ||
| 367 | 381 | ||
| 368 | -_:b21 | 382 | +_:b3 sp:varName "dailyDrillingActivity"^^xsd:string . |
| 369 | - sp:varName "dailyDrillingReport"^^xsd:string . | ||
| 370 | 383 | ||
| 371 | -_:b20 | 384 | +_:b6 sp:varName "dTimStart"^^xsd:string . |
| 372 | - sp:varName "dailyDrillingReportType"^^xsd:string . | 385 | + |
| 386 | +_:b2 sp:varName "nameWell"^^xsd:string . | ||
| 387 | + | ||
| 388 | +_:b5 sp:varName "nameWellBore"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Tue Aug 16 15:54:55 BST 2011 | 1 | +# Saved by TopBraid on Tue Aug 23 16:05:01 BST 2011 |
| 2 | # baseURI: null | 2 | # baseURI: null |
| 3 | 3 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
| 1 | +# Saved by TopBraid on Mon Aug 22 17:05:07 BST 2011 | ||
| 2 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo | ||
| 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/formTestInfo#> . | ||
| 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 230 wireline formation test activity"^^xsd:string ; | ||
| 20 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTest> ; | ||
| 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 | ||
| 30 | + [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | ||
| 31 | + ] ; | ||
| 32 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
| 33 | + sp:subject _:b3 | ||
| 34 | + ] [ sp:object _:b3 ; | ||
| 35 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 36 | + sp:subject _:b1 | ||
| 37 | + ] [ sp:object _:b4 ; | ||
| 38 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
| 39 | + sp:subject _:b1 | ||
| 40 | + ] [ sp:object _:b5 ; | ||
| 41 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; | ||
| 42 | + sp:subject _:b3 | ||
| 43 | + ] [ sp:object _:b6 ; | ||
| 44 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presPore> ; | ||
| 45 | + sp:subject _:b3 | ||
| 46 | + ] [ sp:object _:b7 ; | ||
| 47 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; | ||
| 48 | + sp:subject _:b3 | ||
| 49 | + ] [ sp:object _:b8 ; | ||
| 50 | + sp:predicate rdf:type ; | ||
| 51 | + sp:subject _:b1 | ||
| 52 | + ] [ sp:object _:b9 ; | ||
| 53 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdSample> ; | ||
| 54 | + sp:subject _:b1 | ||
| 55 | + ] [ sp:object _:b10 ; | ||
| 56 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#sampledFluid> ; | ||
| 57 | + sp:subject _:b1 | ||
| 58 | + ] [ sp:object _:b11 ; | ||
| 59 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#dominantComponent> ; | ||
| 60 | + sp:subject _:b10 | ||
| 61 | + ] [ sp:object _:b12 ; | ||
| 62 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#densityHC> ; | ||
| 63 | + sp:subject _:b10 | ||
| 64 | + ] [ sp:object _:b13 ; | ||
| 65 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasVolume> ; | ||
| 66 | + sp:subject _:b10 | ||
| 67 | + ] [ sp:object _:b14 ; | ||
| 68 | + sp:predicate <http://purl.org/dc/elements/1.1/description> ; | ||
| 69 | + sp:subject _:b1 | ||
| 70 | + ]) ; | ||
| 71 | + sp:where ([ sp:object _:b15 ; | ||
| 72 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 73 | + sp:subject spin:_this | ||
| 74 | + ] [ sp:object _:b16 ; | ||
| 75 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 76 | + sp:subject spin:_this | ||
| 77 | + ] [ sp:object _:b17 ; | ||
| 78 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#formTestInfo> ; | ||
| 79 | + sp:subject spin:_this | ||
| 80 | + ] [ sp:object _:b18 ; | ||
| 81 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 82 | + sp:subject _:b17 | ||
| 83 | + ] [ sp:object _:b4 ; | ||
| 84 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; | ||
| 85 | + sp:subject _:b17 | ||
| 86 | + ] [ sp:object | ||
| 87 | + [ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string | ||
| 88 | + ] ; | ||
| 89 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 90 | + sp:subject _:b2 | ||
| 91 | + ] [ sp:object _:b5 ; | ||
| 92 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ; | ||
| 93 | + sp:subject _:b17 | ||
| 94 | + ] [ rdf:type sp:Optional ; | ||
| 95 | + sp:elements ([ sp:object _:b7 ; | ||
| 96 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ; | ||
| 97 | + sp:subject _:b17 | ||
| 98 | + ]) | ||
| 99 | + ] [ sp:object _:b6 ; | ||
| 100 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presPore> ; | ||
| 101 | + sp:subject _:b17 | ||
| 102 | + ] [ sp:object _:b19 ; | ||
| 103 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#goodSeal> ; | ||
| 104 | + sp:subject _:b17 | ||
| 105 | + ] [ sp:object _:b9 ; | ||
| 106 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdSample> ; | ||
| 107 | + sp:subject _:b17 | ||
| 108 | + ] [ sp:object _:b20 ; | ||
| 109 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumDominateComponent> ; | ||
| 110 | + sp:subject _:b17 | ||
| 111 | + ] [ sp:object _:b12 ; | ||
| 112 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#densityHC> ; | ||
| 113 | + sp:subject _:b17 | ||
| 114 | + ] [ sp:object _:b13 ; | ||
| 115 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#volumeSample> ; | ||
| 116 | + sp:subject _:b17 | ||
| 117 | + ] [ sp:object _:b14 ; | ||
| 118 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#description> ; | ||
| 119 | + sp:subject _:b17 | ||
| 120 | + ] [ rdf:type sp:Bind ; | ||
| 121 | + sp:expression | ||
| 122 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 123 | + sp:arg1 _:b15 | ||
| 124 | + ] ; | ||
| 125 | + sp:variable _:b21 | ||
| 126 | + ] [ rdf:type sp:Bind ; | ||
| 127 | + sp:expression | ||
| 128 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 129 | + sp:arg1 _:b21 ; | ||
| 130 | + sp:arg2 _:b16 | ||
| 131 | + ] ; | ||
| 132 | + sp:variable _:b2 | ||
| 133 | + ] [ rdf:type sp:Bind ; | ||
| 134 | + sp:expression | ||
| 135 | + [ rdf:type ep-spin-lib:buildWirelineFormationTestURI ; | ||
| 136 | + sp:arg1 _:b21 ; | ||
| 137 | + sp:arg2 _:b18 | ||
| 138 | + ] ; | ||
| 139 | + sp:variable _:b1 | ||
| 140 | + ] [ rdf:type sp:Bind ; | ||
| 141 | + sp:expression | ||
| 142 | + [ rdf:type ep-spin-lib:buildPartOfAWellBoreDuringWirelineFormationTestURI ; | ||
| 143 | + sp:arg1 _:b21 ; | ||
| 144 | + sp:arg2 _:b18 | ||
| 145 | + ] ; | ||
| 146 | + sp:variable _:b3 | ||
| 147 | + ] [ rdf:type sp:Bind ; | ||
| 148 | + sp:expression | ||
| 149 | + [ rdf:type ep-spin-lib:selectComponentType ; | ||
| 150 | + sp:arg1 _:b20 | ||
| 151 | + ] ; | ||
| 152 | + sp:variable _:b11 | ||
| 153 | + ] [ rdf:type sp:Bind ; | ||
| 154 | + sp:expression | ||
| 155 | + [ rdf:type ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType ; | ||
| 156 | + sp:arg1 _:b19 | ||
| 157 | + ] ; | ||
| 158 | + sp:variable _:b8 | ||
| 159 | + ]) | ||
| 160 | + ] . | ||
| 161 | + | ||
| 162 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> | ||
| 163 | + rdf:type owl:Ontology ; | ||
| 164 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> ; | ||
| 165 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 166 | + | ||
| 167 | +_:b8 sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . | ||
| 168 | + | ||
| 169 | +_:b11 | ||
| 170 | + sp:varName "componentType"^^xsd:string . | ||
| 171 | + | ||
| 172 | +_:b3 sp:varName "formationTestPartOfAWellBore"^^xsd:string . | ||
| 173 | + | ||
| 174 | +_:b1 sp:varName "wirelineFormationTest"^^xsd:string . | ||
| 175 | + | ||
| 176 | +_:b21 | ||
| 177 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 178 | + | ||
| 179 | +_:b14 | ||
| 180 | + sp:varName "description"^^xsd:string . | ||
| 181 | + | ||
| 182 | +_:b13 | ||
| 183 | + sp:varName "volumeSample"^^xsd:string . | ||
| 184 | + | ||
| 185 | +_:b12 | ||
| 186 | + sp:varName "densityHC"^^xsd:string . | ||
| 187 | + | ||
| 188 | +_:b20 | ||
| 189 | + sp:varName "enumDominateComponent"^^xsd:string . | ||
| 190 | + | ||
| 191 | +_:b9 sp:varName "mdSample"^^xsd:string . | ||
| 192 | + | ||
| 193 | +_:b19 | ||
| 194 | + sp:varName "goodSeal"^^xsd:string . | ||
| 195 | + | ||
| 196 | +_:b6 sp:varName "presPore"^^xsd:string . | ||
| 197 | + | ||
| 198 | +_:b7 sp:varName "tvd"^^xsd:string . | ||
| 199 | + | ||
| 200 | +_:b5 sp:varName "md"^^xsd:string . | ||
| 201 | + | ||
| 202 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 203 | + | ||
| 204 | +_:b4 sp:varName "dTimWirelineFormationTest"^^xsd:string . | ||
| 205 | + | ||
| 206 | +_:b18 | ||
| 207 | + sp:varName "index"^^xsd:string . | ||
| 208 | + | ||
| 209 | +_:b17 | ||
| 210 | + sp:varName "formTestInfo"^^xsd:string . | ||
| 211 | + | ||
| 212 | +_:b16 | ||
| 213 | + sp:varName "dTimStart"^^xsd:string . | ||
| 214 | + | ||
| 215 | +_:b15 | ||
| 216 | + sp:varName "nameWellBore"^^xsd:string . |
| 1 | +# Saved by TopBraid on Mon Aug 22 17:05: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 24 13:32:40 BST 2011 | ||
| 2 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo | ||
| 3 | +# imports: http://www.reportinghub.no/ep/spin/1.1/lib | ||
| 4 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr | ||
| 5 | +# imports: http://spinrdf.org/spin | ||
| 6 | + | ||
| 7 | +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo#> . | ||
| 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 sp: <http://spinrdf.org/sp#> . | ||
| 13 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
| 14 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
| 15 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 16 | + | ||
| 17 | +<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | ||
| 18 | + spin:rule | ||
| 19 | + [ rdf:type sp:Construct ; | ||
| 20 | + rdfs:comment "STEP 270 Gas reading"^^xsd:string ; | ||
| 21 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#GasReading> ; | ||
| 22 | + sp:predicate rdf:type ; | ||
| 23 | + sp:subject _:b1 | ||
| 24 | + ] [ sp:object _:b1 ; | ||
| 25 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 26 | + sp:subject _:b2 | ||
| 27 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore> ; | ||
| 28 | + sp:predicate rdf:type ; | ||
| 29 | + sp:subject _:b3 | ||
| 30 | + ] [ sp:object _:b4 ; | ||
| 31 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
| 32 | + sp:subject _:b3 | ||
| 33 | + ] [ sp:object _:b3 ; | ||
| 34 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 35 | + sp:subject _:b1 | ||
| 36 | + ] [ sp:object _:b5 ; | ||
| 37 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominalTime> ; | ||
| 38 | + sp:subject _:b1 | ||
| 39 | + ] [ sp:object _:b6 ; | ||
| 40 | + sp:predicate rdf:type ; | ||
| 41 | + sp:subject _:b1 | ||
| 42 | + ] [ sp:object _:b7 ; | ||
| 43 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ; | ||
| 44 | + sp:subject _:b3 | ||
| 45 | + ] [ sp:object _:b8 ; | ||
| 46 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; | ||
| 47 | + sp:subject _:b3 | ||
| 48 | + ] [ sp:object _:b9 ; | ||
| 49 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ; | ||
| 50 | + sp:subject _:b3 | ||
| 51 | + ] [ sp:object _:b10 ; | ||
| 52 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ; | ||
| 53 | + sp:subject _:b3 | ||
| 54 | + ] [ sp:object _:b11 ; | ||
| 55 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#gasHigh> ; | ||
| 56 | + sp:subject _:b3 | ||
| 57 | + ] [ sp:object _:b12 ; | ||
| 58 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#gasLow> ; | ||
| 59 | + sp:subject _:b3 | ||
| 60 | + ] [ sp:object _:b13 ; | ||
| 61 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#meth> ; | ||
| 62 | + sp:subject _:b3 | ||
| 63 | + ] [ sp:object _:b14 ; | ||
| 64 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#eth> ; | ||
| 65 | + sp:subject _:b3 | ||
| 66 | + ] [ sp:object _:b15 ; | ||
| 67 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#prop> ; | ||
| 68 | + sp:subject _:b3 | ||
| 69 | + ] [ sp:object _:b16 ; | ||
| 70 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ibut> ; | ||
| 71 | + sp:subject _:b3 | ||
| 72 | + ] [ sp:object _:b17 ; | ||
| 73 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nbut> ; | ||
| 74 | + sp:subject _:b3 | ||
| 75 | + ] [ sp:object _:b18 ; | ||
| 76 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ipent> ; | ||
| 77 | + sp:subject _:b3 | ||
| 78 | + ]) ; | ||
| 79 | + sp:where ([ sp:object _:b19 ; | ||
| 80 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 81 | + sp:subject spin:_this | ||
| 82 | + ] [ sp:object _:b20 ; | ||
| 83 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 84 | + sp:subject spin:_this | ||
| 85 | + ] [ sp:object _:b21 ; | ||
| 86 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#gasReadingInfo> ; | ||
| 87 | + sp:subject spin:_this | ||
| 88 | + ] [ sp:object _:b22 ; | ||
| 89 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 90 | + sp:subject _:b21 | ||
| 91 | + ] [ sp:object _:b4 ; | ||
| 92 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 93 | + sp:subject _:b2 | ||
| 94 | + ] [ sp:object _:b7 ; | ||
| 95 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ; | ||
| 96 | + sp:subject _:b21 | ||
| 97 | + ] [ sp:object _:b23 ; | ||
| 98 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumReadingType> ; | ||
| 99 | + sp:subject _:b21 | ||
| 100 | + ] [ sp:object _:b11 ; | ||
| 101 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#gasHigh> ; | ||
| 102 | + sp:subject _:b21 | ||
| 103 | + ] [ rdf:type sp:Optional ; | ||
| 104 | + sp:elements ([ sp:object _:b5 ; | ||
| 105 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; | ||
| 106 | + sp:subject _:b21 | ||
| 107 | + ] [ sp:object _:b9 ; | ||
| 108 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ; | ||
| 109 | + sp:subject _:b21 | ||
| 110 | + ] [ sp:object _:b8 ; | ||
| 111 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; | ||
| 112 | + sp:subject _:b21 | ||
| 113 | + ] [ sp:object _:b10 ; | ||
| 114 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ; | ||
| 115 | + sp:subject _:b21 | ||
| 116 | + ] [ sp:object _:b12 ; | ||
| 117 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#gasLow> ; | ||
| 118 | + sp:subject _:b21 | ||
| 119 | + ] [ sp:object _:b13 ; | ||
| 120 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#meth> ; | ||
| 121 | + sp:subject _:b21 | ||
| 122 | + ] [ sp:object _:b14 ; | ||
| 123 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#eth> ; | ||
| 124 | + sp:subject _:b21 | ||
| 125 | + ] [ sp:object _:b15 ; | ||
| 126 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#prop> ; | ||
| 127 | + sp:subject _:b21 | ||
| 128 | + ] [ sp:object _:b16 ; | ||
| 129 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ibut> ; | ||
| 130 | + sp:subject _:b21 | ||
| 131 | + ] [ sp:object _:b17 ; | ||
| 132 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nbut> ; | ||
| 133 | + sp:subject _:b21 | ||
| 134 | + ] [ sp:object _:b18 ; | ||
| 135 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ipent> ; | ||
| 136 | + sp:subject _:b21 | ||
| 137 | + ]) | ||
| 138 | + ] [ rdf:type sp:Bind ; | ||
| 139 | + sp:expression | ||
| 140 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 141 | + sp:arg1 _:b19 | ||
| 142 | + ] ; | ||
| 143 | + sp:variable _:b24 | ||
| 144 | + ] [ rdf:type sp:Bind ; | ||
| 145 | + sp:expression | ||
| 146 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 147 | + sp:arg1 _:b24 ; | ||
| 148 | + sp:arg2 _:b20 | ||
| 149 | + ] ; | ||
| 150 | + sp:variable _:b2 | ||
| 151 | + ] [ rdf:type sp:Bind ; | ||
| 152 | + sp:expression | ||
| 153 | + [ rdf:type ep-spin-lib:buildGasReadingURI ; | ||
| 154 | + sp:arg1 _:b24 ; | ||
| 155 | + sp:arg2 _:b22 | ||
| 156 | + ] ; | ||
| 157 | + sp:variable _:b1 | ||
| 158 | + ] [ rdf:type sp:Bind ; | ||
| 159 | + sp:expression | ||
| 160 | + [ rdf:type ep-spin-lib:buildPartOfAWellBoreForGasReadingURI ; | ||
| 161 | + sp:arg1 _:b24 ; | ||
| 162 | + sp:arg2 _:b22 | ||
| 163 | + ] ; | ||
| 164 | + sp:variable _:b3 | ||
| 165 | + ] [ rdf:type sp:Bind ; | ||
| 166 | + sp:expression | ||
| 167 | + [ rdf:type ep-spin-lib:selectGasReadingType ; | ||
| 168 | + sp:arg1 _:b23 | ||
| 169 | + ] ; | ||
| 170 | + sp:variable _:b6 | ||
| 171 | + ]) | ||
| 172 | + ] . | ||
| 173 | + | ||
| 174 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo> | ||
| 175 | + rdf:type owl:Ontology ; | ||
| 176 | + owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://spinrdf.org/spin> ; | ||
| 177 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 178 | + | ||
| 179 | +_:b19 | ||
| 180 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 181 | + | ||
| 182 | +_:b20 | ||
| 183 | + sp:varName "dTimStart"^^xsd:string . | ||
| 184 | + | ||
| 185 | +_:b21 | ||
| 186 | + sp:varName "gasReadingInfo"^^xsd:string . | ||
| 187 | + | ||
| 188 | +_:b22 | ||
| 189 | + sp:varName "index"^^xsd:string . | ||
| 190 | + | ||
| 191 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 192 | + | ||
| 193 | +_:b4 sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string . | ||
| 194 | + | ||
| 195 | +_:b7 sp:varName "mdTop"^^xsd:string . | ||
| 196 | + | ||
| 197 | +_:b23 | ||
| 198 | + sp:varName "readingType"^^xsd:string . | ||
| 199 | + | ||
| 200 | +_:b11 | ||
| 201 | + sp:varName "gasHigh"^^xsd:string . | ||
| 202 | + | ||
| 203 | +_:b5 sp:varName "dTim"^^xsd:string . | ||
| 204 | + | ||
| 205 | +_:b9 sp:varName "mdBottom"^^xsd:string . | ||
| 206 | + | ||
| 207 | +_:b8 sp:varName "tvdTop"^^xsd:string . | ||
| 208 | + | ||
| 209 | +_:b10 | ||
| 210 | + sp:varName "tvdBottom"^^xsd:string . | ||
| 211 | + | ||
| 212 | +_:b12 | ||
| 213 | + sp:varName "gasLow"^^xsd:string . | ||
| 214 | + | ||
| 215 | +_:b13 | ||
| 216 | + sp:varName "meth"^^xsd:string . | ||
| 217 | + | ||
| 218 | +_:b14 | ||
| 219 | + sp:varName "eth"^^xsd:string . | ||
| 220 | + | ||
| 221 | +_:b15 | ||
| 222 | + sp:varName "prop"^^xsd:string . | ||
| 223 | + | ||
| 224 | +_:b16 | ||
| 225 | + sp:varName "ibut"^^xsd:string . | ||
| 226 | + | ||
| 227 | +_:b17 | ||
| 228 | + sp:varName "nbut"^^xsd:string . | ||
| 229 | + | ||
| 230 | +_:b18 | ||
| 231 | + sp:varName "ipent"^^xsd:string . | ||
| 232 | + | ||
| 233 | +_:b24 | ||
| 234 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 235 | + | ||
| 236 | +_:b1 sp:varName "gasReading"^^xsd:string . | ||
| 237 | + | ||
| 238 | +_:b3 sp:varName "gasReadingPartOfAWellBore"^^xsd:string . | ||
| 239 | + | ||
| 240 | +_:b6 sp:varName "gasReadingType"^^xsd:string . |
| 1 | +# Saved by TopBraid on Wed Aug 24 13:32:40 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 Thu Aug 18 23:41:38 BST 2011 | 1 | +# Saved by TopBraid on Wed Aug 24 20:13:09 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 | ||
| 4 | # imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo | 3 | # imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo |
| 5 | -# imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias | ||
| 6 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo | 4 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo |
| 7 | -# imports: http://www.reportinghub.no/swp/ddr | ||
| 8 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo | ||
| 9 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation | 5 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation |
| 6 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo | ||
| 10 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport | 7 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport |
| 8 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo | ||
| 11 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo | 9 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo |
| 12 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure | ||
| 13 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo | 10 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo |
| 11 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity | ||
| 12 | +# imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias | ||
| 13 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun | ||
| 14 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo | ||
| 15 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage | ||
| 16 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo | ||
| 17 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo | ||
| 18 | +# imports: http://www.reportinghub.no/swp/ddr | ||
| 19 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo | ||
| 20 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo | ||
| 21 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure | ||
| 22 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo | ||
| 14 | 23 | ||
| 15 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> . | 24 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> . |
| 25 | +@prefix casingLinerTubingRun: <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun#> . | ||
| 26 | +@prefix cementStage: <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> . | ||
| 27 | +@prefix controlIncidentInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> . | ||
| 28 | +@prefix coreInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> . | ||
| 16 | @prefix ddr1: <http://www.reportinghub.no/swp/ddr#> . | 29 | @prefix ddr1: <http://www.reportinghub.no/swp/ddr#> . |
| 17 | @prefix equipFailureInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#> . | 30 | @prefix equipFailureInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#> . |
| 18 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . | 31 | @prefix fn: <http://www.w3.org/2005/xpath-functions#> . |
| 32 | +@prefix formTestInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo#> . | ||
| 33 | +@prefix gasReadingInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo#> . | ||
| 19 | @prefix lithShowInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo#> . | 34 | @prefix lithShowInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo#> . |
| 20 | @prefix logInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo#> . | 35 | @prefix logInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo#> . |
| 21 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 36 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 37 | +@prefix perfInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo#> . | ||
| 22 | @prefix porePressure: <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure#> . | 38 | @prefix porePressure: <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure#> . |
| 23 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 39 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 24 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 40 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| ... | @@ -26,14 +42,16 @@ | ... | @@ -26,14 +42,16 @@ |
| 26 | @prefix sp: <http://spinrdf.org/sp#> . | 42 | @prefix sp: <http://spinrdf.org/sp#> . |
| 27 | @prefix spin: <http://spinrdf.org/spin#> . | 43 | @prefix spin: <http://spinrdf.org/spin#> . |
| 28 | @prefix spl: <http://spinrdf.org/spl#> . | 44 | @prefix spl: <http://spinrdf.org/spl#> . |
| 45 | +@prefix stratInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo#> . | ||
| 29 | @prefix surveyStation: <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation#> . | 46 | @prefix surveyStation: <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation#> . |
| 30 | @prefix wellAndWellBoreAlias: <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias#> . | 47 | @prefix wellAndWellBoreAlias: <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias#> . |
| 48 | +@prefix wellTestInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo#> . | ||
| 31 | @prefix wellboreInfo: <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> . | 49 | @prefix wellboreInfo: <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> . |
| 32 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 50 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 33 | 51 | ||
| 34 | <http://www.reportinghub.no/ep/transform/1.1/normalization> | 52 | <http://www.reportinghub.no/ep/transform/1.1/normalization> |
| 35 | rdf:type owl:Ontology ; | 53 | rdf:type owl:Ontology ; |
| 36 | - 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> , <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> ; | 54 | + 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/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/swp/ddr> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <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> , <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> ; |
| 37 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 55 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 38 | 56 | ||
| 39 | owl:Thing | 57 | owl:Thing |
| ... | @@ -74,8 +92,8 @@ owl:Thing | ... | @@ -74,8 +92,8 @@ owl:Thing |
| 74 | ]) | 92 | ]) |
| 75 | ] . | 93 | ] . |
| 76 | 94 | ||
| 77 | -_:b3 sp:varName "newLabel"^^xsd:string . | 95 | +_:b1 sp:varName "oldLabel"^^xsd:string . |
| 78 | 96 | ||
| 79 | _:b2 sp:varName "p"^^xsd:string . | 97 | _:b2 sp:varName "p"^^xsd:string . |
| 80 | 98 | ||
| 81 | -_:b1 sp:varName "oldLabel"^^xsd:string . | 99 | +_:b3 sp:varName "newLabel"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Thu Aug 18 23:41:38 BST 2011 | 1 | +# Saved by TopBraid on Wed Aug 24 20:13:09 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 24 12:41:02 BST 2011 | ||
| 2 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo | ||
| 3 | +# imports: http://www.reportinghub.no/ep/spin/1.1/lib | ||
| 4 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr | ||
| 5 | +# imports: http://spinrdf.org/spin | ||
| 6 | + | ||
| 7 | +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo#> . | ||
| 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 sp: <http://spinrdf.org/sp#> . | ||
| 13 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
| 14 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
| 15 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 16 | + | ||
| 17 | +<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | ||
| 18 | + spin:rule | ||
| 19 | + [ rdf:type sp:Construct ; | ||
| 20 | + rdfs:comment "STEP 260 Open perforation interval"^^xsd:string ; | ||
| 21 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#OpenPerforationInterval> ; | ||
| 22 | + sp:predicate rdf:type ; | ||
| 23 | + sp:subject _:b1 | ||
| 24 | + ] [ sp:object _:b1 ; | ||
| 25 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 26 | + sp:subject _:b2 | ||
| 27 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore> ; | ||
| 28 | + sp:predicate rdf:type ; | ||
| 29 | + sp:subject _:b3 | ||
| 30 | + ] [ sp:object _:b4 ; | ||
| 31 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
| 32 | + sp:subject _:b3 | ||
| 33 | + ] [ sp:object _:b3 ; | ||
| 34 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 35 | + sp:subject _:b1 | ||
| 36 | + ] [ sp:object _:b5 ; | ||
| 37 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
| 38 | + sp:subject _:b1 | ||
| 39 | + ] [ sp:object _:b6 ; | ||
| 40 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
| 41 | + sp:subject _:b1 | ||
| 42 | + ] [ sp:object _:b7 ; | ||
| 43 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ; | ||
| 44 | + sp:subject _:b3 | ||
| 45 | + ] [ sp:object _:b8 ; | ||
| 46 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; | ||
| 47 | + sp:subject _:b3 | ||
| 48 | + ] [ sp:object _:b9 ; | ||
| 49 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ; | ||
| 50 | + sp:subject _:b3 | ||
| 51 | + ] [ sp:object _:b10 ; | ||
| 52 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ; | ||
| 53 | + sp:subject _:b3 | ||
| 54 | + ]) ; | ||
| 55 | + sp:where ([ sp:object _:b11 ; | ||
| 56 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 57 | + sp:subject spin:_this | ||
| 58 | + ] [ sp:object _:b12 ; | ||
| 59 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 60 | + sp:subject spin:_this | ||
| 61 | + ] [ sp:object _:b13 ; | ||
| 62 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#perfInfo> ; | ||
| 63 | + sp:subject spin:_this | ||
| 64 | + ] [ sp:object _:b14 ; | ||
| 65 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 66 | + sp:subject _:b13 | ||
| 67 | + ] [ sp:object _:b5 ; | ||
| 68 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimOpen> ; | ||
| 69 | + sp:subject _:b13 | ||
| 70 | + ] [ sp:object _:b4 ; | ||
| 71 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 72 | + sp:subject _:b2 | ||
| 73 | + ] [ sp:object _:b7 ; | ||
| 74 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ; | ||
| 75 | + sp:subject _:b13 | ||
| 76 | + ] [ sp:object _:b9 ; | ||
| 77 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ; | ||
| 78 | + sp:subject _:b13 | ||
| 79 | + ] [ rdf:type sp:Optional ; | ||
| 80 | + sp:elements ([ sp:object _:b6 ; | ||
| 81 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimClose> ; | ||
| 82 | + sp:subject _:b13 | ||
| 83 | + ] [ sp:object _:b8 ; | ||
| 84 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; | ||
| 85 | + sp:subject _:b13 | ||
| 86 | + ] [ sp:object _:b10 ; | ||
| 87 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ; | ||
| 88 | + sp:subject _:b13 | ||
| 89 | + ]) | ||
| 90 | + ] [ rdf:type sp:Bind ; | ||
| 91 | + sp:expression | ||
| 92 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 93 | + sp:arg1 _:b11 | ||
| 94 | + ] ; | ||
| 95 | + sp:variable _:b15 | ||
| 96 | + ] [ rdf:type sp:Bind ; | ||
| 97 | + sp:expression | ||
| 98 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 99 | + sp:arg1 _:b15 ; | ||
| 100 | + sp:arg2 _:b12 | ||
| 101 | + ] ; | ||
| 102 | + sp:variable _:b2 | ||
| 103 | + ] [ rdf:type sp:Bind ; | ||
| 104 | + sp:expression | ||
| 105 | + [ rdf:type ep-spin-lib:buildOpenPerforationIntervalURI ; | ||
| 106 | + sp:arg1 _:b15 ; | ||
| 107 | + sp:arg2 _:b14 | ||
| 108 | + ] ; | ||
| 109 | + sp:variable _:b1 | ||
| 110 | + ] [ rdf:type sp:Bind ; | ||
| 111 | + sp:expression | ||
| 112 | + [ rdf:type ep-spin-lib:buildPerforationIntervalPartOfAWellBoreURI ; | ||
| 113 | + sp:arg1 _:b15 ; | ||
| 114 | + sp:arg2 _:b14 | ||
| 115 | + ] ; | ||
| 116 | + sp:variable _:b3 | ||
| 117 | + ]) | ||
| 118 | + ] . | ||
| 119 | + | ||
| 120 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo> | ||
| 121 | + rdf:type owl:Ontology ; | ||
| 122 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; | ||
| 123 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 124 | + | ||
| 125 | +_:b11 | ||
| 126 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 127 | + | ||
| 128 | +_:b12 | ||
| 129 | + sp:varName "dTimStart"^^xsd:string . | ||
| 130 | + | ||
| 131 | +_:b13 | ||
| 132 | + sp:varName "perfInfo"^^xsd:string . | ||
| 133 | + | ||
| 134 | +_:b14 | ||
| 135 | + sp:varName "index"^^xsd:string . | ||
| 136 | + | ||
| 137 | +_:b5 sp:varName "dTimOpen"^^xsd:string . | ||
| 138 | + | ||
| 139 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 140 | + | ||
| 141 | +_:b4 sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string . | ||
| 142 | + | ||
| 143 | +_:b7 sp:varName "mdTop"^^xsd:string . | ||
| 144 | + | ||
| 145 | +_:b9 sp:varName "mdBottom"^^xsd:string . | ||
| 146 | + | ||
| 147 | +_:b6 sp:varName "dTimClose"^^xsd:string . | ||
| 148 | + | ||
| 149 | +_:b8 sp:varName "tvdTop"^^xsd:string . | ||
| 150 | + | ||
| 151 | +_:b10 | ||
| 152 | + sp:varName "tvdBottom"^^xsd:string . | ||
| 153 | + | ||
| 154 | +_:b15 | ||
| 155 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 156 | + | ||
| 157 | +_:b1 sp:varName "openPerforationInterval"^^xsd:string . | ||
| 158 | + | ||
| 159 | +_:b3 sp:varName "perforationIntervalPartOfAWellBore"^^xsd:string . |
| 1 | +# Saved by TopBraid on Wed Aug 24 12:41:02 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 23 10:49:30 BST 2011 | ||
| 2 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo | ||
| 3 | +# imports: http://www.reportinghub.no/ep/spin/1.1/lib | ||
| 4 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr | ||
| 5 | +# imports: http://spinrdf.org/spin | ||
| 6 | + | ||
| 7 | +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo#> . | ||
| 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 sp: <http://spinrdf.org/sp#> . | ||
| 13 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
| 14 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
| 15 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 16 | + | ||
| 17 | +<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | ||
| 18 | + spin:rule | ||
| 19 | + [ rdf:type sp:Construct ; | ||
| 20 | + rdfs:comment "STEP 240 Establish preliminary zonation activity"^^xsd:string ; | ||
| 21 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#PreliminaryZonation> ; | ||
| 22 | + sp:predicate rdf:type ; | ||
| 23 | + sp:subject _:b1 | ||
| 24 | + ] [ sp:object _:b1 ; | ||
| 25 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 26 | + sp:subject _:b2 | ||
| 27 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ; | ||
| 28 | + sp:predicate rdf:type ; | ||
| 29 | + sp:subject _:b3 | ||
| 30 | + ] [ sp:object _:b4 ; | ||
| 31 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
| 32 | + sp:subject _:b3 | ||
| 33 | + ] [ sp:object _:b3 ; | ||
| 34 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 35 | + sp:subject _:b1 | ||
| 36 | + ] [ sp:object _:b5 ; | ||
| 37 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
| 38 | + sp:subject _:b1 | ||
| 39 | + ] [ sp:object _:b6 ; | ||
| 40 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ; | ||
| 41 | + sp:subject _:b3 | ||
| 42 | + ] [ sp:object _:b7 ; | ||
| 43 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; | ||
| 44 | + sp:subject _:b3 | ||
| 45 | + ] [ sp:object _:b8 ; | ||
| 46 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#stratigraphyDescription> ; | ||
| 47 | + sp:subject _:b1 | ||
| 48 | + ]) ; | ||
| 49 | + sp:where ([ sp:object _:b9 ; | ||
| 50 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 51 | + sp:subject spin:_this | ||
| 52 | + ] [ sp:object _:b10 ; | ||
| 53 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 54 | + sp:subject spin:_this | ||
| 55 | + ] [ sp:object _:b11 ; | ||
| 56 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#stratInfo> ; | ||
| 57 | + sp:subject spin:_this | ||
| 58 | + ] [ sp:object _:b12 ; | ||
| 59 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 60 | + sp:subject _:b11 | ||
| 61 | + ] [ sp:object _:b5 ; | ||
| 62 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; | ||
| 63 | + sp:subject _:b11 | ||
| 64 | + ] [ sp:object | ||
| 65 | + [ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string | ||
| 66 | + ] ; | ||
| 67 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 68 | + sp:subject _:b2 | ||
| 69 | + ] [ sp:object _:b4 ; | ||
| 70 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 71 | + sp:subject | ||
| 72 | + [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | ||
| 73 | + ] | ||
| 74 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; | ||
| 75 | + sp:predicate rdf:type ; | ||
| 76 | + sp:subject _:b4 | ||
| 77 | + ] [ sp:object _:b6 ; | ||
| 78 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ; | ||
| 79 | + sp:subject _:b11 | ||
| 80 | + ] [ rdf:type sp:Optional ; | ||
| 81 | + sp:elements ([ sp:object _:b7 ; | ||
| 82 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; | ||
| 83 | + sp:subject _:b11 | ||
| 84 | + ]) | ||
| 85 | + ] [ sp:object _:b8 ; | ||
| 86 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#description> ; | ||
| 87 | + sp:subject _:b11 | ||
| 88 | + ] [ rdf:type sp:Bind ; | ||
| 89 | + sp:expression | ||
| 90 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 91 | + sp:arg1 _:b9 | ||
| 92 | + ] ; | ||
| 93 | + sp:variable _:b13 | ||
| 94 | + ] [ rdf:type sp:Bind ; | ||
| 95 | + sp:expression | ||
| 96 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 97 | + sp:arg1 _:b13 ; | ||
| 98 | + sp:arg2 _:b10 | ||
| 99 | + ] ; | ||
| 100 | + sp:variable _:b2 | ||
| 101 | + ] [ rdf:type sp:Bind ; | ||
| 102 | + sp:expression | ||
| 103 | + [ rdf:type ep-spin-lib:buildPreliminaryZonationURI ; | ||
| 104 | + sp:arg1 _:b13 ; | ||
| 105 | + sp:arg2 _:b12 | ||
| 106 | + ] ; | ||
| 107 | + sp:variable _:b1 | ||
| 108 | + ] [ rdf:type sp:Bind ; | ||
| 109 | + sp:expression | ||
| 110 | + [ rdf:type ep-spin-lib:buildPartOfAWellBoreForStratigraphyInformationURI ; | ||
| 111 | + sp:arg1 _:b13 ; | ||
| 112 | + sp:arg2 _:b12 | ||
| 113 | + ] ; | ||
| 114 | + sp:variable _:b3 | ||
| 115 | + ]) | ||
| 116 | + ] . | ||
| 117 | + | ||
| 118 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo> | ||
| 119 | + rdf:type owl:Ontology ; | ||
| 120 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; | ||
| 121 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 122 | + | ||
| 123 | +_:b9 sp:varName "nameWellBore"^^xsd:string . | ||
| 124 | + | ||
| 125 | +_:b10 | ||
| 126 | + sp:varName "dTimStart"^^xsd:string . | ||
| 127 | + | ||
| 128 | +_:b11 | ||
| 129 | + sp:varName "stratInfo"^^xsd:string . | ||
| 130 | + | ||
| 131 | +_:b12 | ||
| 132 | + sp:varName "index"^^xsd:string . | ||
| 133 | + | ||
| 134 | +_:b5 sp:varName "dTimPreliminaryZonation"^^xsd:string . | ||
| 135 | + | ||
| 136 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 137 | + | ||
| 138 | +_:b4 sp:varName "wellBore"^^xsd:string . | ||
| 139 | + | ||
| 140 | +_:b6 sp:varName "mdTop"^^xsd:string . | ||
| 141 | + | ||
| 142 | +_:b7 sp:varName "tvdTop"^^xsd:string . | ||
| 143 | + | ||
| 144 | +_:b8 sp:varName "description"^^xsd:string . | ||
| 145 | + | ||
| 146 | +_:b13 | ||
| 147 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 148 | + | ||
| 149 | +_:b1 sp:varName "preliminaryZonation"^^xsd:string . | ||
| 150 | + | ||
| 151 | +_:b3 sp:varName "stratigraphicInformationPartOfAWellBore"^^xsd:string . |
| 1 | +# Saved by TopBraid on Tue Aug 23 10:49:30 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 Sat Aug 13 16:51:24 BST 2011 | 1 | +# Saved by TopBraid on Tue Aug 23 09:12:12 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias |
| 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/ddr | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/ddr |
| ... | @@ -20,7 +20,7 @@ | ... | @@ -20,7 +20,7 @@ |
| 20 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | 20 | <http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> |
| 21 | spin:rule | 21 | spin:rule |
| 22 | [ rdf:type sp:Construct ; | 22 | [ rdf:type sp:Construct ; |
| 23 | - rdfs:comment "STEP 151 Transfer WellBore aliases"^^xsd:string ; | 23 | + rdfs:comment "STEP 150 Transfer Well aliases"^^xsd:string ; |
| 24 | sp:templates ([ sp:object _:b1 ; | 24 | sp:templates ([ sp:object _:b1 ; |
| 25 | sp:predicate _:b2 ; | 25 | sp:predicate _:b2 ; |
| 26 | sp:subject _:b3 | 26 | sp:subject _:b3 |
| ... | @@ -32,7 +32,7 @@ | ... | @@ -32,7 +32,7 @@ |
| 32 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 32 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 33 | sp:subject spin:_this | 33 | sp:subject spin:_this |
| 34 | ] [ sp:object _:b6 ; | 34 | ] [ sp:object _:b6 ; |
| 35 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreAlias> ; | 35 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellAlias> ; |
| 36 | sp:subject spin:_this | 36 | sp:subject spin:_this |
| 37 | ] [ sp:object _:b1 ; | 37 | ] [ sp:object _:b1 ; |
| 38 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ; | 38 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ; |
| ... | @@ -40,25 +40,22 @@ | ... | @@ -40,25 +40,22 @@ |
| 40 | ] [ sp:object _:b7 ; | 40 | ] [ sp:object _:b7 ; |
| 41 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumNamingSystem> ; | 41 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumNamingSystem> ; |
| 42 | sp:subject _:b6 | 42 | sp:subject _:b6 |
| 43 | - ] [ sp:object _:b8 ; | ||
| 44 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 45 | - sp:subject _:b9 | ||
| 46 | ] [ sp:object _:b3 ; | 43 | ] [ sp:object _:b3 ; |
| 47 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 44 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ; |
| 48 | sp:subject _:b8 | 45 | sp:subject _:b8 |
| 49 | ] [ rdf:type sp:Bind ; | 46 | ] [ rdf:type sp:Bind ; |
| 50 | sp:expression | 47 | sp:expression |
| 51 | [ rdf:type ep-spin-lib:normalizeString ; | 48 | [ rdf:type ep-spin-lib:normalizeString ; |
| 52 | sp:arg1 _:b4 | 49 | sp:arg1 _:b4 |
| 53 | ] ; | 50 | ] ; |
| 54 | - sp:variable _:b10 | 51 | + sp:variable _:b9 |
| 55 | ] [ rdf:type sp:Bind ; | 52 | ] [ rdf:type sp:Bind ; |
| 56 | sp:expression | 53 | sp:expression |
| 57 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 54 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 58 | - sp:arg1 _:b10 ; | 55 | + sp:arg1 _:b9 ; |
| 59 | sp:arg2 _:b5 | 56 | sp:arg2 _:b5 |
| 60 | ] ; | 57 | ] ; |
| 61 | - sp:variable _:b9 | 58 | + sp:variable _:b8 |
| 62 | ] [ rdf:type sp:Bind ; | 59 | ] [ rdf:type sp:Bind ; |
| 63 | sp:expression | 60 | sp:expression |
| 64 | [ rdf:type ep-spin-lib:selectLabelOfSystem ; | 61 | [ rdf:type ep-spin-lib:selectLabelOfSystem ; |
| ... | @@ -69,111 +66,114 @@ | ... | @@ -69,111 +66,114 @@ |
| 69 | ] ; | 66 | ] ; |
| 70 | spin:rule | 67 | spin:rule |
| 71 | [ rdf:type sp:Construct ; | 68 | [ rdf:type sp:Construct ; |
| 72 | - rdfs:comment "STEP 150 Transfer Well aliases"^^xsd:string ; | 69 | + rdfs:comment "STEP 151 Transfer WellBore aliases"^^xsd:string ; |
| 73 | - sp:templates ([ sp:object _:b11 ; | 70 | + sp:templates ([ sp:object _:b10 ; |
| 74 | - sp:predicate _:b12 ; | 71 | + sp:predicate _:b11 ; |
| 75 | - sp:subject _:b13 | 72 | + sp:subject _:b12 |
| 76 | ]) ; | 73 | ]) ; |
| 77 | - sp:where ([ sp:object _:b14 ; | 74 | + sp:where ([ sp:object _:b13 ; |
| 78 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 75 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; |
| 79 | sp:subject spin:_this | 76 | sp:subject spin:_this |
| 80 | - ] [ sp:object _:b15 ; | 77 | + ] [ sp:object _:b14 ; |
| 81 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 78 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; |
| 82 | sp:subject spin:_this | 79 | sp:subject spin:_this |
| 83 | - ] [ sp:object _:b16 ; | 80 | + ] [ sp:object _:b15 ; |
| 84 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellAlias> ; | 81 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellboreAlias> ; |
| 85 | sp:subject spin:_this | 82 | sp:subject spin:_this |
| 86 | - ] [ sp:object _:b11 ; | 83 | + ] [ sp:object _:b10 ; |
| 87 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ; | 84 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ; |
| 88 | - sp:subject _:b16 | 85 | + sp:subject _:b15 |
| 89 | - ] [ sp:object _:b17 ; | 86 | + ] [ sp:object _:b16 ; |
| 90 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumNamingSystem> ; | 87 | sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumNamingSystem> ; |
| 91 | - sp:subject _:b16 | 88 | + sp:subject _:b15 |
| 92 | - ] [ sp:object _:b13 ; | 89 | + ] [ sp:object _:b17 ; |
| 93 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ; | 90 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 94 | sp:subject _:b18 | 91 | sp:subject _:b18 |
| 92 | + ] [ sp:object _:b12 ; | ||
| 93 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 94 | + sp:subject _:b17 | ||
| 95 | ] [ rdf:type sp:Bind ; | 95 | ] [ rdf:type sp:Bind ; |
| 96 | sp:expression | 96 | sp:expression |
| 97 | [ rdf:type ep-spin-lib:normalizeString ; | 97 | [ rdf:type ep-spin-lib:normalizeString ; |
| 98 | - sp:arg1 _:b14 | 98 | + sp:arg1 _:b13 |
| 99 | ] ; | 99 | ] ; |
| 100 | sp:variable _:b19 | 100 | sp:variable _:b19 |
| 101 | ] [ rdf:type sp:Bind ; | 101 | ] [ rdf:type sp:Bind ; |
| 102 | sp:expression | 102 | sp:expression |
| 103 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 103 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 104 | sp:arg1 _:b19 ; | 104 | sp:arg1 _:b19 ; |
| 105 | - sp:arg2 _:b15 | 105 | + sp:arg2 _:b14 |
| 106 | ] ; | 106 | ] ; |
| 107 | sp:variable _:b18 | 107 | sp:variable _:b18 |
| 108 | ] [ rdf:type sp:Bind ; | 108 | ] [ rdf:type sp:Bind ; |
| 109 | sp:expression | 109 | sp:expression |
| 110 | [ rdf:type ep-spin-lib:selectLabelOfSystem ; | 110 | [ rdf:type ep-spin-lib:selectLabelOfSystem ; |
| 111 | - sp:arg1 _:b17 | 111 | + sp:arg1 _:b16 |
| 112 | ] ; | 112 | ] ; |
| 113 | - sp:variable _:b12 | 113 | + sp:variable _:b11 |
| 114 | ]) | 114 | ]) |
| 115 | ] . | 115 | ] . |
| 116 | 116 | ||
| 117 | <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> | 117 | <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> |
| 118 | rdf:type owl:Ontology ; | 118 | rdf:type owl:Ontology ; |
| 119 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; | 119 | + owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/ddr> ; |
| 120 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 120 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 121 | 121 | ||
| 122 | -[] rdf:type sp:Modify . | 122 | +[] rdf:type smf:regex . |
| 123 | + | ||
| 124 | +[] rdf:type smf:trim . | ||
| 123 | 125 | ||
| 124 | [] rdf:type fn:starts-with . | 126 | [] rdf:type fn:starts-with . |
| 125 | 127 | ||
| 126 | -[] rdf:type smf:trim . | 128 | +[] rdf:type sp:Modify . |
| 127 | 129 | ||
| 128 | -[] rdf:type smf:regex . | 130 | +_:b9 sp:varName "normalizedWellBoreName"^^xsd:string . |
| 129 | 131 | ||
| 130 | -_:b14 | 132 | +_:b8 sp:varName "dailyDrillingActivity"^^xsd:string . |
| 131 | - sp:varName "nameWellBore"^^xsd:string . | ||
| 132 | 133 | ||
| 133 | -_:b15 | 134 | +_:b7 sp:varName "namingSystem"^^xsd:string . |
| 134 | - sp:varName "dTimStart"^^xsd:string . | ||
| 135 | 135 | ||
| 136 | -_:b16 | 136 | +_:b6 sp:varName "wellAlias"^^xsd:string . |
| 137 | - sp:varName "wellAlias"^^xsd:string . | ||
| 138 | 137 | ||
| 139 | -_:b11 | 138 | +_:b5 sp:varName "dTimStart"^^xsd:string . |
| 140 | - sp:varName "name"^^xsd:string . | ||
| 141 | 139 | ||
| 142 | -_:b17 | 140 | +_:b4 sp:varName "nameWellBore"^^xsd:string . |
| 143 | - sp:varName "namingSystem"^^xsd:string . | ||
| 144 | 141 | ||
| 145 | -_:b18 | 142 | +_:b3 sp:varName "well"^^xsd:string . |
| 146 | - sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 147 | 143 | ||
| 148 | -_:b13 | 144 | +_:b2 sp:varName "labelOfSystem"^^xsd:string . |
| 149 | - sp:varName "well"^^xsd:string . | 145 | + |
| 146 | +_:b1 sp:varName "name"^^xsd:string . | ||
| 150 | 147 | ||
| 151 | _:b19 | 148 | _:b19 |
| 152 | sp:varName "normalizedWellBoreName"^^xsd:string . | 149 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 153 | 150 | ||
| 154 | -_:b12 | 151 | +_:b18 |
| 155 | - sp:varName "labelOfSystem"^^xsd:string . | 152 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 156 | - | ||
| 157 | -_:b4 sp:varName "nameWellBore"^^xsd:string . | ||
| 158 | 153 | ||
| 159 | -_:b5 sp:varName "dTimStart"^^xsd:string . | 154 | +_:b17 |
| 155 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 160 | 156 | ||
| 161 | -_:b6 sp:varName "wellBoreAlias"^^xsd:string . | 157 | +_:b16 |
| 158 | + sp:varName "namingSystem"^^xsd:string . | ||
| 162 | 159 | ||
| 163 | -_:b1 sp:varName "name"^^xsd:string . | 160 | +_:b15 |
| 161 | + sp:varName "wellBoreAlias"^^xsd:string . | ||
| 164 | 162 | ||
| 165 | -_:b7 sp:varName "namingSystem"^^xsd:string . | 163 | +_:b14 |
| 164 | + sp:varName "dTimStart"^^xsd:string . | ||
| 166 | 165 | ||
| 167 | -_:b9 sp:varName "dailyDrillingActivity"^^xsd:string . | 166 | +_:b13 |
| 167 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 168 | 168 | ||
| 169 | -_:b8 sp:varName "temporalPartOfAWellBore"^^xsd:string . | 169 | +_:b12 |
| 170 | + sp:varName "wellBore"^^xsd:string . | ||
| 170 | 171 | ||
| 171 | -_:b3 sp:varName "wellBore"^^xsd:string . | 172 | +_:b11 |
| 173 | + sp:varName "labelOfSystem"^^xsd:string . | ||
| 172 | 174 | ||
| 173 | _:b10 | 175 | _:b10 |
| 174 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 176 | + sp:varName "name"^^xsd:string . |
| 175 | - | ||
| 176 | -_:b2 sp:varName "labelOfSystem"^^xsd:string . | ||
| 177 | 177 | ||
| 178 | ([]) . | 178 | ([]) . |
| 179 | 179 | ... | ... |
| 1 | +# Saved by TopBraid on Mon Aug 22 12:56:53 BST 2011 | ||
| 2 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo | ||
| 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/wellTestInfo#> . | ||
| 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 210 Create WellTest activity | ||
| 20 | +All properties transfered to the activity except mdTop, tvdTop, mdBottom and tvdBottom."""^^xsd:string ; | ||
| 21 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellTest> ; | ||
| 22 | + sp:predicate rdf:type ; | ||
| 23 | + sp:subject _:b1 | ||
| 24 | + ] [ sp:object _:b1 ; | ||
| 25 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 26 | + sp:subject _:b2 | ||
| 27 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore> ; | ||
| 28 | + sp:predicate rdf:type ; | ||
| 29 | + sp:subject _:b3 | ||
| 30 | + ] [ sp:object | ||
| 31 | + [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | ||
| 32 | + ] ; | ||
| 33 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
| 34 | + sp:subject _:b3 | ||
| 35 | + ] [ sp:object _:b3 ; | ||
| 36 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 37 | + sp:subject _:b1 | ||
| 38 | + ] [ sp:object _:b4 ; | ||
| 39 | + sp:predicate rdf:type ; | ||
| 40 | + sp:subject _:b1 | ||
| 41 | + ] [ sp:object _:b5 ; | ||
| 42 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
| 43 | + sp:subject _:b1 | ||
| 44 | + ] [ sp:object _:b6 ; | ||
| 45 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#testNumber> ; | ||
| 46 | + sp:subject _:b1 | ||
| 47 | + ] [ sp:object _:b7 ; | ||
| 48 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ; | ||
| 49 | + sp:subject _:b3 | ||
| 50 | + ] [ sp:object _:b8 ; | ||
| 51 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ; | ||
| 52 | + sp:subject _:b3 | ||
| 53 | + ] [ sp:object _:b9 ; | ||
| 54 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; | ||
| 55 | + sp:subject _:b3 | ||
| 56 | + ] [ sp:object _:b10 ; | ||
| 57 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ; | ||
| 58 | + sp:subject _:b3 | ||
| 59 | + ] [ sp:object _:b11 ; | ||
| 60 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#chokeOrificeSize> ; | ||
| 61 | + sp:subject _:b1 | ||
| 62 | + ] [ sp:object _:b12 ; | ||
| 63 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#densityOil> ; | ||
| 64 | + sp:subject _:b1 | ||
| 65 | + ] [ sp:object _:b13 ; | ||
| 66 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#densityWater> ; | ||
| 67 | + sp:subject _:b1 | ||
| 68 | + ] [ sp:object _:b14 ; | ||
| 69 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#densityGas> ; | ||
| 70 | + sp:subject _:b1 | ||
| 71 | + ] [ sp:object _:b15 ; | ||
| 72 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#flowRateOil> ; | ||
| 73 | + sp:subject _:b1 | ||
| 74 | + ] [ sp:object _:b16 ; | ||
| 75 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#flowRateWater> ; | ||
| 76 | + sp:subject _:b1 | ||
| 77 | + ] [ sp:object _:b17 ; | ||
| 78 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#flowRateGas> ; | ||
| 79 | + sp:subject _:b1 | ||
| 80 | + ] [ sp:object _:b18 ; | ||
| 81 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presShutIn> ; | ||
| 82 | + sp:subject _:b1 | ||
| 83 | + ] [ sp:object _:b19 ; | ||
| 84 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presFlowing> ; | ||
| 85 | + sp:subject _:b1 | ||
| 86 | + ] [ sp:object _:b20 ; | ||
| 87 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presBottom> ; | ||
| 88 | + sp:subject _:b1 | ||
| 89 | + ] [ sp:object _:b21 ; | ||
| 90 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#gasOilRatio> ; | ||
| 91 | + sp:subject _:b1 | ||
| 92 | + ] [ sp:object _:b22 ; | ||
| 93 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#waterOilRatio> ; | ||
| 94 | + sp:subject _:b1 | ||
| 95 | + ] [ sp:object _:b23 ; | ||
| 96 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#chloride> ; | ||
| 97 | + sp:subject _:b1 | ||
| 98 | + ] [ sp:object _:b24 ; | ||
| 99 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#carbonDioxide> ; | ||
| 100 | + sp:subject _:b1 | ||
| 101 | + ] [ sp:object _:b25 ; | ||
| 102 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hydrogenSulfide> ; | ||
| 103 | + sp:subject _:b1 | ||
| 104 | + ] [ sp:object _:b26 ; | ||
| 105 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#volOilTotal> ; | ||
| 106 | + sp:subject _:b1 | ||
| 107 | + ] [ sp:object _:b27 ; | ||
| 108 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#volGasTotal> ; | ||
| 109 | + sp:subject _:b1 | ||
| 110 | + ] [ sp:object _:b28 ; | ||
| 111 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#volWaterTotal> ; | ||
| 112 | + sp:subject _:b1 | ||
| 113 | + ] [ sp:object _:b29 ; | ||
| 114 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#volOilStored> ; | ||
| 115 | + sp:subject _:b1 | ||
| 116 | + ]) ; | ||
| 117 | + sp:where ([ sp:object _:b30 ; | ||
| 118 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | ||
| 119 | + sp:subject spin:_this | ||
| 120 | + ] [ sp:object _:b31 ; | ||
| 121 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | ||
| 122 | + sp:subject spin:_this | ||
| 123 | + ] [ sp:object _:b32 ; | ||
| 124 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellTestInfo> ; | ||
| 125 | + sp:subject spin:_this | ||
| 126 | + ] [ sp:object _:b33 ; | ||
| 127 | + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | ||
| 128 | + sp:subject _:b32 | ||
| 129 | + ] [ sp:object _:b5 ; | ||
| 130 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; | ||
| 131 | + sp:subject _:b32 | ||
| 132 | + ] [ sp:object | ||
| 133 | + [ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string | ||
| 134 | + ] ; | ||
| 135 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 136 | + sp:subject _:b2 | ||
| 137 | + ] [ sp:object _:b34 ; | ||
| 138 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumTestType> ; | ||
| 139 | + sp:subject _:b32 | ||
| 140 | + ] [ sp:object _:b6 ; | ||
| 141 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#testNumber> ; | ||
| 142 | + sp:subject _:b32 | ||
| 143 | + ] [ sp:object _:b7 ; | ||
| 144 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ; | ||
| 145 | + sp:subject _:b32 | ||
| 146 | + ] [ sp:object _:b8 ; | ||
| 147 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ; | ||
| 148 | + sp:subject _:b32 | ||
| 149 | + ] [ rdf:type sp:Optional ; | ||
| 150 | + sp:elements ([ sp:object _:b9 ; | ||
| 151 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; | ||
| 152 | + sp:subject _:b32 | ||
| 153 | + ] [ sp:object _:b10 ; | ||
| 154 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ; | ||
| 155 | + sp:subject _:b32 | ||
| 156 | + ]) | ||
| 157 | + ] [ sp:object _:b11 ; | ||
| 158 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#chokeOrificeSize> ; | ||
| 159 | + sp:subject _:b32 | ||
| 160 | + ] [ sp:object _:b12 ; | ||
| 161 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#densityOil> ; | ||
| 162 | + sp:subject _:b32 | ||
| 163 | + ] [ sp:object _:b13 ; | ||
| 164 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#densityWater> ; | ||
| 165 | + sp:subject _:b32 | ||
| 166 | + ] [ sp:object _:b14 ; | ||
| 167 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#densityGas> ; | ||
| 168 | + sp:subject _:b32 | ||
| 169 | + ] [ sp:object _:b15 ; | ||
| 170 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#flowRateOil> ; | ||
| 171 | + sp:subject _:b32 | ||
| 172 | + ] [ sp:object _:b16 ; | ||
| 173 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#flowRateWater> ; | ||
| 174 | + sp:subject _:b32 | ||
| 175 | + ] [ sp:object _:b17 ; | ||
| 176 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#flowRateGas> ; | ||
| 177 | + sp:subject _:b32 | ||
| 178 | + ] [ sp:object _:b18 ; | ||
| 179 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presShutIn> ; | ||
| 180 | + sp:subject _:b32 | ||
| 181 | + ] [ sp:object _:b19 ; | ||
| 182 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presFlowing> ; | ||
| 183 | + sp:subject _:b32 | ||
| 184 | + ] [ sp:object _:b20 ; | ||
| 185 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presBottom> ; | ||
| 186 | + sp:subject _:b32 | ||
| 187 | + ] [ sp:object _:b21 ; | ||
| 188 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#gasOilRatio> ; | ||
| 189 | + sp:subject _:b32 | ||
| 190 | + ] [ sp:object _:b22 ; | ||
| 191 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#waterOilRatio> ; | ||
| 192 | + sp:subject _:b32 | ||
| 193 | + ] [ sp:object _:b23 ; | ||
| 194 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#chloride> ; | ||
| 195 | + sp:subject _:b32 | ||
| 196 | + ] [ sp:object _:b24 ; | ||
| 197 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#carbonDioxide> ; | ||
| 198 | + sp:subject _:b32 | ||
| 199 | + ] [ sp:object _:b25 ; | ||
| 200 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hydrogenSulfide> ; | ||
| 201 | + sp:subject _:b32 | ||
| 202 | + ] [ sp:object _:b26 ; | ||
| 203 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#volOilTotal> ; | ||
| 204 | + sp:subject _:b32 | ||
| 205 | + ] [ sp:object _:b27 ; | ||
| 206 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#volGasTotal> ; | ||
| 207 | + sp:subject _:b32 | ||
| 208 | + ] [ sp:object _:b28 ; | ||
| 209 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#volWaterTotal> ; | ||
| 210 | + sp:subject _:b32 | ||
| 211 | + ] [ sp:object _:b29 ; | ||
| 212 | + sp:predicate <http://www.reportinghub.no/ep/schema/ddr#volOilStored> ; | ||
| 213 | + sp:subject _:b32 | ||
| 214 | + ] [ rdf:type sp:Bind ; | ||
| 215 | + sp:expression | ||
| 216 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 217 | + sp:arg1 _:b30 | ||
| 218 | + ] ; | ||
| 219 | + sp:variable _:b35 | ||
| 220 | + ] [ rdf:type sp:Bind ; | ||
| 221 | + sp:expression | ||
| 222 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 223 | + sp:arg1 _:b35 ; | ||
| 224 | + sp:arg2 _:b31 | ||
| 225 | + ] ; | ||
| 226 | + sp:variable _:b2 | ||
| 227 | + ] [ rdf:type sp:Bind ; | ||
| 228 | + sp:expression | ||
| 229 | + [ rdf:type ep-spin-lib:buildWellTestURI ; | ||
| 230 | + sp:arg1 _:b35 ; | ||
| 231 | + sp:arg2 _:b33 | ||
| 232 | + ] ; | ||
| 233 | + sp:variable _:b1 | ||
| 234 | + ] [ rdf:type sp:Bind ; | ||
| 235 | + sp:expression | ||
| 236 | + [ rdf:type ep-spin-lib:buildPartOfAWellBoreDuringWellTestURI ; | ||
| 237 | + sp:arg1 _:b35 ; | ||
| 238 | + sp:arg2 _:b33 | ||
| 239 | + ] ; | ||
| 240 | + sp:variable _:b3 | ||
| 241 | + ] [ rdf:type sp:Bind ; | ||
| 242 | + sp:expression | ||
| 243 | + [ rdf:type ep-spin-lib:selectWellTestType ; | ||
| 244 | + sp:arg1 _:b34 | ||
| 245 | + ] ; | ||
| 246 | + sp:variable _:b4 | ||
| 247 | + ]) | ||
| 248 | + ] . | ||
| 249 | + | ||
| 250 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo> | ||
| 251 | + rdf:type owl:Ontology ; | ||
| 252 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> ; | ||
| 253 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 254 | + | ||
| 255 | +_:b30 | ||
| 256 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 257 | + | ||
| 258 | +_:b31 | ||
| 259 | + sp:varName "dTimStart"^^xsd:string . | ||
| 260 | + | ||
| 261 | +_:b32 | ||
| 262 | + sp:varName "wellTestInfo"^^xsd:string . | ||
| 263 | + | ||
| 264 | +_:b33 | ||
| 265 | + sp:varName "index"^^xsd:string . | ||
| 266 | + | ||
| 267 | +_:b5 sp:varName "dTimWellTest"^^xsd:string . | ||
| 268 | + | ||
| 269 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 270 | + | ||
| 271 | +_:b34 | ||
| 272 | + sp:varName "enumTestType"^^xsd:string . | ||
| 273 | + | ||
| 274 | +_:b6 sp:varName "testNumber"^^xsd:string . | ||
| 275 | + | ||
| 276 | +_:b7 sp:varName "mdTop"^^xsd:string . | ||
| 277 | + | ||
| 278 | +_:b8 sp:varName "mdBottom"^^xsd:string . | ||
| 279 | + | ||
| 280 | +_:b9 sp:varName "tvdTop"^^xsd:string . | ||
| 281 | + | ||
| 282 | +_:b10 | ||
| 283 | + sp:varName "tvdBottom"^^xsd:string . | ||
| 284 | + | ||
| 285 | +_:b11 | ||
| 286 | + sp:varName "chokeOrificeSize"^^xsd:string . | ||
| 287 | + | ||
| 288 | +_:b12 | ||
| 289 | + sp:varName "densityOil"^^xsd:string . | ||
| 290 | + | ||
| 291 | +_:b13 | ||
| 292 | + sp:varName "densityWater"^^xsd:string . | ||
| 293 | + | ||
| 294 | +_:b14 | ||
| 295 | + sp:varName "densityGas"^^xsd:string . | ||
| 296 | + | ||
| 297 | +_:b15 | ||
| 298 | + sp:varName "flowRateOil"^^xsd:string . | ||
| 299 | + | ||
| 300 | +_:b16 | ||
| 301 | + sp:varName "flowRateWater"^^xsd:string . | ||
| 302 | + | ||
| 303 | +_:b17 | ||
| 304 | + sp:varName "flowRateGas"^^xsd:string . | ||
| 305 | + | ||
| 306 | +_:b18 | ||
| 307 | + sp:varName "presShutIn"^^xsd:string . | ||
| 308 | + | ||
| 309 | +_:b19 | ||
| 310 | + sp:varName "presFlowing"^^xsd:string . | ||
| 311 | + | ||
| 312 | +_:b20 | ||
| 313 | + sp:varName "pressBottom"^^xsd:string . | ||
| 314 | + | ||
| 315 | +_:b21 | ||
| 316 | + sp:varName "gasOilRatio"^^xsd:string . | ||
| 317 | + | ||
| 318 | +_:b22 | ||
| 319 | + sp:varName "waterOilRatio"^^xsd:string . | ||
| 320 | + | ||
| 321 | +_:b23 | ||
| 322 | + sp:varName "chloride"^^xsd:string . | ||
| 323 | + | ||
| 324 | +_:b24 | ||
| 325 | + sp:varName "carbonDioxide"^^xsd:string . | ||
| 326 | + | ||
| 327 | +_:b25 | ||
| 328 | + sp:varName "hydrogenSulfide"^^xsd:string . | ||
| 329 | + | ||
| 330 | +_:b26 | ||
| 331 | + sp:varName "volOilTotal"^^xsd:string . | ||
| 332 | + | ||
| 333 | +_:b27 | ||
| 334 | + sp:varName "volGasTotal"^^xsd:string . | ||
| 335 | + | ||
| 336 | +_:b28 | ||
| 337 | + sp:varName "volWaterTotal"^^xsd:string . | ||
| 338 | + | ||
| 339 | +_:b29 | ||
| 340 | + sp:varName "volOilStored"^^xsd:string . | ||
| 341 | + | ||
| 342 | +_:b35 | ||
| 343 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 344 | + | ||
| 345 | +_:b1 sp:varName "wellTest"^^xsd:string . | ||
| 346 | + | ||
| 347 | +_:b3 sp:varName "testedPartOfAWellBore"^^xsd:string . | ||
| 348 | + | ||
| 349 | +_:b4 sp:varName "wellTestType"^^xsd:string . |
| 1 | +# Saved by TopBraid on Mon Aug 22 12:56:53 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 | + ] . |
-
Please register or login to post a comment