Showing
13 changed files
with
1463 additions
and
548 deletions
| 1 | -# Saved by TopBraid on Fri Sep 23 15:33:43 BST 2011 | 1 | +# Saved by TopBraid on Sat Sep 24 11:51:40 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 |
| ... | @@ -28,33 +28,33 @@ ep-activity:Activity | ... | @@ -28,33 +28,33 @@ ep-activity:Activity |
| 28 | rdfs:subClassOf ep-core:PhysicalThing ; | 28 | rdfs:subClassOf ep-core:PhysicalThing ; |
| 29 | rdfs:subClassOf | 29 | rdfs:subClassOf |
| 30 | [ rdf:type owl:Restriction ; | 30 | [ rdf:type owl:Restriction ; |
| 31 | - owl:allValuesFrom ep-activity:Activity ; | 31 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
| 32 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> | 32 | + owl:onProperty ep-activity:finishedAt |
| 33 | ] ; | 33 | ] ; |
| 34 | rdfs:subClassOf | 34 | rdfs:subClassOf |
| 35 | [ rdf:type owl:Restriction ; | 35 | [ rdf:type owl:Restriction ; |
| 36 | - owl:allValuesFrom ep-activity:Activity ; | 36 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
| 37 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> | 37 | + owl:onProperty ep-activity:startedAt |
| 38 | ] ; | 38 | ] ; |
| 39 | rdfs:subClassOf | 39 | rdfs:subClassOf |
| 40 | [ rdf:type owl:Restriction ; | 40 | [ rdf:type owl:Restriction ; |
| 41 | owl:allValuesFrom ep-activity:Activity ; | 41 | owl:allValuesFrom ep-activity:Activity ; |
| 42 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> | 42 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> |
| 43 | ] ; | 43 | ] ; |
| 44 | rdfs:subClassOf | 44 | rdfs:subClassOf |
| 45 | [ rdf:type owl:Restriction ; | 45 | [ rdf:type owl:Restriction ; |
| 46 | owl:allValuesFrom ep-activity:Activity ; | 46 | owl:allValuesFrom ep-activity:Activity ; |
| 47 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> | 47 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> |
| 48 | ] ; | 48 | ] ; |
| 49 | rdfs:subClassOf | 49 | rdfs:subClassOf |
| 50 | [ rdf:type owl:Restriction ; | 50 | [ rdf:type owl:Restriction ; |
| 51 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 51 | + owl:allValuesFrom ep-activity:Activity ; |
| 52 | - owl:onProperty ep-activity:startedAt | 52 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> |
| 53 | ] ; | 53 | ] ; |
| 54 | rdfs:subClassOf | 54 | rdfs:subClassOf |
| 55 | [ rdf:type owl:Restriction ; | 55 | [ rdf:type owl:Restriction ; |
| 56 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 56 | + owl:allValuesFrom ep-activity:Activity ; |
| 57 | - owl:onProperty ep-activity:finishedAt | 57 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> |
| 58 | ] . | 58 | ] . |
| 59 | 59 | ||
| 60 | ep-activity:ActivitySuccessType | 60 | ep-activity:ActivitySuccessType |
| ... | @@ -68,13 +68,13 @@ ep-activity:DailyDrillingActivity | ... | @@ -68,13 +68,13 @@ ep-activity:DailyDrillingActivity |
| 68 | rdfs:subClassOf ep-activity:DrillingActivity ; | 68 | rdfs:subClassOf ep-activity:DrillingActivity ; |
| 69 | rdfs:subClassOf | 69 | rdfs:subClassOf |
| 70 | [ rdf:type owl:Restriction ; | 70 | [ rdf:type owl:Restriction ; |
| 71 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 71 | + owl:allValuesFrom ep-activity:Activity ; |
| 72 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> | 72 | + owl:onProperty ep-core:hasPart |
| 73 | ] ; | 73 | ] ; |
| 74 | rdfs:subClassOf | 74 | rdfs:subClassOf |
| 75 | [ rdf:type owl:Restriction ; | 75 | [ rdf:type owl:Restriction ; |
| 76 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; | 76 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 77 | - owl:onProperty ep-activity:onWellBore | 77 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> |
| 78 | ] ; | 78 | ] ; |
| 79 | rdfs:subClassOf | 79 | rdfs:subClassOf |
| 80 | [ rdf:type owl:Restriction ; | 80 | [ rdf:type owl:Restriction ; |
| ... | @@ -83,13 +83,13 @@ ep-activity:DailyDrillingActivity | ... | @@ -83,13 +83,13 @@ ep-activity:DailyDrillingActivity |
| 83 | ] ; | 83 | ] ; |
| 84 | rdfs:subClassOf | 84 | rdfs:subClassOf |
| 85 | [ rdf:type owl:Restriction ; | 85 | [ rdf:type owl:Restriction ; |
| 86 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 86 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; |
| 87 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | 87 | + owl:onProperty ep-activity:onWellBore |
| 88 | ] ; | 88 | ] ; |
| 89 | rdfs:subClassOf | 89 | rdfs:subClassOf |
| 90 | [ rdf:type owl:Restriction ; | 90 | [ rdf:type owl:Restriction ; |
| 91 | - owl:allValuesFrom ep-activity:Activity ; | 91 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 92 | - owl:onProperty ep-core:hasPart | 92 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> |
| 93 | ] . | 93 | ] . |
| 94 | 94 | ||
| 95 | ep-activity:DailyDrillingActivityToStatus | 95 | ep-activity:DailyDrillingActivityToStatus |
| ... | @@ -98,13 +98,13 @@ ep-activity:DailyDrillingActivityToStatus | ... | @@ -98,13 +98,13 @@ ep-activity:DailyDrillingActivityToStatus |
| 98 | rdfs:subClassOf ep-activity:DrillingActivity ; | 98 | rdfs:subClassOf ep-activity:DrillingActivity ; |
| 99 | rdfs:subClassOf | 99 | rdfs:subClassOf |
| 100 | [ rdf:type owl:Restriction ; | 100 | [ rdf:type owl:Restriction ; |
| 101 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 101 | + owl:allValuesFrom ep-activity:Activity ; |
| 102 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> | 102 | + owl:onProperty ep-core:hasPart |
| 103 | ] ; | 103 | ] ; |
| 104 | rdfs:subClassOf | 104 | rdfs:subClassOf |
| 105 | [ rdf:type owl:Restriction ; | 105 | [ rdf:type owl:Restriction ; |
| 106 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; | 106 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 107 | - owl:onProperty ep-activity:onWellBore | 107 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> |
| 108 | ] ; | 108 | ] ; |
| 109 | rdfs:subClassOf | 109 | rdfs:subClassOf |
| 110 | [ rdf:type owl:Restriction ; | 110 | [ rdf:type owl:Restriction ; |
| ... | @@ -113,13 +113,13 @@ ep-activity:DailyDrillingActivityToStatus | ... | @@ -113,13 +113,13 @@ ep-activity:DailyDrillingActivityToStatus |
| 113 | ] ; | 113 | ] ; |
| 114 | rdfs:subClassOf | 114 | rdfs:subClassOf |
| 115 | [ rdf:type owl:Restriction ; | 115 | [ rdf:type owl:Restriction ; |
| 116 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 116 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; |
| 117 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | 117 | + owl:onProperty ep-activity:onWellBore |
| 118 | ] ; | 118 | ] ; |
| 119 | rdfs:subClassOf | 119 | rdfs:subClassOf |
| 120 | [ rdf:type owl:Restriction ; | 120 | [ rdf:type owl:Restriction ; |
| 121 | - owl:allValuesFrom ep-activity:Activity ; | 121 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 122 | - owl:onProperty ep-core:hasPart | 122 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> |
| 123 | ] . | 123 | ] . |
| 124 | 124 | ||
| 125 | ep-activity:DailyProductionActivity | 125 | ep-activity:DailyProductionActivity |
| ... | @@ -163,7 +163,7 @@ ep-activity:Drill-sidetrack | ... | @@ -163,7 +163,7 @@ ep-activity:Drill-sidetrack |
| 163 | rdfs:subClassOf ep-activity:DrillingActivity . | 163 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 164 | 164 | ||
| 165 | ep-activity:DrillStemTest | 165 | ep-activity:DrillStemTest |
| 166 | - rdf:type owl:Class , ep-activity:WellTestType ; | 166 | + rdf:type ep-activity:WellTestType , owl:Class ; |
| 167 | rdfs:label "drill stem test"^^xsd:string ; | 167 | rdfs:label "drill stem test"^^xsd:string ; |
| 168 | rdfs:subClassOf ep-activity:WellTest ; | 168 | rdfs:subClassOf ep-activity:WellTest ; |
| 169 | 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 ; | 169 | 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 ; |
| ... | @@ -175,72 +175,72 @@ ep-activity:DrillingActivity | ... | @@ -175,72 +175,72 @@ ep-activity:DrillingActivity |
| 175 | rdfs:subClassOf ep-activity:Activity . | 175 | rdfs:subClassOf ep-activity:Activity . |
| 176 | 176 | ||
| 177 | ep-activity:DrillingActivity-bop_test | 177 | ep-activity:DrillingActivity-bop_test |
| 178 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 178 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
| 179 | rdfs:label "drilling activity bop test"^^xsd:string ; | 179 | rdfs:label "drilling activity bop test"^^xsd:string ; |
| 180 | rdfs:subClassOf ep-activity:DrillingActivity . | 180 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 181 | 181 | ||
| 182 | ep-activity:DrillingActivity-circulation_loss | 182 | ep-activity:DrillingActivity-circulation_loss |
| 183 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 183 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 184 | rdfs:label "drilling activity circulation loss"^^xsd:string ; | 184 | rdfs:label "drilling activity circulation loss"^^xsd:string ; |
| 185 | rdfs:subClassOf ep-activity:DrillingActivity . | 185 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 186 | 186 | ||
| 187 | ep-activity:DrillingActivity-coiled_tubing | 187 | ep-activity:DrillingActivity-coiled_tubing |
| 188 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 188 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
| 189 | rdfs:label "drilling activity coilled tubing"^^xsd:string ; | 189 | rdfs:label "drilling activity coilled tubing"^^xsd:string ; |
| 190 | rdfs:subClassOf ep-activity:DrillingActivity . | 190 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 191 | 191 | ||
| 192 | ep-activity:DrillingActivity-equipment_failure | 192 | ep-activity:DrillingActivity-equipment_failure |
| 193 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 193 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 194 | rdfs:label "drilling activity equipment failure"^^xsd:string ; | 194 | rdfs:label "drilling activity equipment failure"^^xsd:string ; |
| 195 | rdfs:subClassOf ep-activity:DrillingActivity . | 195 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 196 | 196 | ||
| 197 | ep-activity:DrillingActivity-equipment_hang | 197 | ep-activity:DrillingActivity-equipment_hang |
| 198 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 198 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 199 | rdfs:label "drilling activity equipment hang"^^xsd:string ; | 199 | rdfs:label "drilling activity equipment hang"^^xsd:string ; |
| 200 | rdfs:subClassOf ep-activity:DrillingActivity . | 200 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 201 | 201 | ||
| 202 | ep-activity:DrillingActivity-fixed_equipment | 202 | ep-activity:DrillingActivity-fixed_equipment |
| 203 | - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; | 203 | + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; |
| 204 | rdfs:label "drilling activity fixed equipment"^^xsd:string ; | 204 | rdfs:label "drilling activity fixed equipment"^^xsd:string ; |
| 205 | rdfs:subClassOf ep-activity:DrillingActivity . | 205 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 206 | 206 | ||
| 207 | ep-activity:DrillingActivity-injury | 207 | ep-activity:DrillingActivity-injury |
| 208 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 208 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 209 | rdfs:label "drilling activity injury"^^xsd:string ; | 209 | rdfs:label "drilling activity injury"^^xsd:string ; |
| 210 | rdfs:subClassOf ep-activity:DrillingActivity . | 210 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 211 | 211 | ||
| 212 | ep-activity:DrillingActivity-kick | 212 | ep-activity:DrillingActivity-kick |
| 213 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 213 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 214 | rdfs:label "drilling activity operation kick"^^xsd:string ; | 214 | rdfs:label "drilling activity operation kick"^^xsd:string ; |
| 215 | rdfs:subClassOf ep-activity:DrillingActivity . | 215 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 216 | 216 | ||
| 217 | ep-activity:DrillingActivity-mud_loss | 217 | ep-activity:DrillingActivity-mud_loss |
| 218 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 218 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 219 | rdfs:label "drilling activity mud loss"^^xsd:string ; | 219 | rdfs:label "drilling activity mud loss"^^xsd:string ; |
| 220 | rdfs:subClassOf ep-activity:DrillingActivity . | 220 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 221 | 221 | ||
| 222 | ep-activity:DrillingActivity-operation_failed | 222 | ep-activity:DrillingActivity-operation_failed |
| 223 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 223 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 224 | rdfs:label "drilling activity operation failed"^^xsd:string ; | 224 | rdfs:label "drilling activity operation failed"^^xsd:string ; |
| 225 | rdfs:subClassOf ep-activity:DrillingActivity . | 225 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 226 | 226 | ||
| 227 | ep-activity:DrillingActivity-snubbing | 227 | ep-activity:DrillingActivity-snubbing |
| 228 | - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; | 228 | + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; |
| 229 | rdfs:label "drilling activity snubbing"^^xsd:string ; | 229 | rdfs:label "drilling activity snubbing"^^xsd:string ; |
| 230 | rdfs:subClassOf ep-activity:DrillingActivity . | 230 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 231 | 231 | ||
| 232 | ep-activity:DrillingActivity-stuck_equipment | 232 | ep-activity:DrillingActivity-stuck_equipment |
| 233 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 233 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 234 | rdfs:label "drilling activity stuck equipment"^^xsd:string ; | 234 | rdfs:label "drilling activity stuck equipment"^^xsd:string ; |
| 235 | rdfs:subClassOf ep-activity:DrillingActivity . | 235 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 236 | 236 | ||
| 237 | ep-activity:DrillingActivity-success | 237 | ep-activity:DrillingActivity-success |
| 238 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 238 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 239 | rdfs:label "drilling activity success"^^xsd:string ; | 239 | rdfs:label "drilling activity success"^^xsd:string ; |
| 240 | rdfs:subClassOf ep-activity:DrillingActivity . | 240 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 241 | 241 | ||
| 242 | ep-activity:DrillingActivity-wire_line | 242 | ep-activity:DrillingActivity-wire_line |
| 243 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 243 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
| 244 | rdfs:label "drilling activity wire line"^^xsd:string ; | 244 | rdfs:label "drilling activity wire line"^^xsd:string ; |
| 245 | rdfs:subClassOf ep-activity:DrillingActivity . | 245 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 246 | 246 | ||
| ... | @@ -265,7 +265,7 @@ ep-activity:ExtractAWellCore | ... | @@ -265,7 +265,7 @@ ep-activity:ExtractAWellCore |
| 265 | rdfs:subClassOf ep-activity:Activity . | 265 | rdfs:subClassOf ep-activity:Activity . |
| 266 | 266 | ||
| 267 | ep-activity:FailedActivity | 267 | ep-activity:FailedActivity |
| 268 | - rdf:type ep-activity:ActivitySuccessType , owl:Class ; | 268 | + rdf:type owl:Class , ep-activity:ActivitySuccessType ; |
| 269 | rdfs:label "failed activity"^^xsd:string ; | 269 | rdfs:label "failed activity"^^xsd:string ; |
| 270 | rdfs:subClassOf ep-activity:Activity ; | 270 | rdfs:subClassOf ep-activity:Activity ; |
| 271 | owl:disjointWith ep-activity:SuccessfulActivity . | 271 | owl:disjointWith ep-activity:SuccessfulActivity . |
| ... | @@ -276,7 +276,7 @@ ep-activity:FluidReading | ... | @@ -276,7 +276,7 @@ ep-activity:FluidReading |
| 276 | rdfs:subClassOf ep-activity:Activity . | 276 | rdfs:subClassOf ep-activity:Activity . |
| 277 | 277 | ||
| 278 | ep-activity:FormationIntegrityTest | 278 | ep-activity:FormationIntegrityTest |
| 279 | - rdf:type ep-activity:PressureTestType , owl:Class ; | 279 | + rdf:type owl:Class , ep-activity:PressureTestType ; |
| 280 | rdfs:label "formation integrity test"^^xsd:string ; | 280 | rdfs:label "formation integrity test"^^xsd:string ; |
| 281 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 281 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
| 282 | owl:disjointWith ep-activity:LeakOffTest . | 282 | owl:disjointWith ep-activity:LeakOffTest . |
| ... | @@ -346,7 +346,7 @@ ep-activity:GasReadingType | ... | @@ -346,7 +346,7 @@ ep-activity:GasReadingType |
| 346 | rdfs:subClassOf owl:Class . | 346 | rdfs:subClassOf owl:Class . |
| 347 | 347 | ||
| 348 | ep-activity:LeakOffTest | 348 | ep-activity:LeakOffTest |
| 349 | - rdf:type ep-activity:PressureTestType , owl:Class ; | 349 | + rdf:type owl:Class , ep-activity:PressureTestType ; |
| 350 | rdfs:label "leak-off test"^^xsd:string ; | 350 | rdfs:label "leak-off test"^^xsd:string ; |
| 351 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 351 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
| 352 | owl:disjointWith ep-activity:FormationIntegrityTest . | 352 | owl:disjointWith ep-activity:FormationIntegrityTest . |
| ... | @@ -387,7 +387,7 @@ ep-activity:OffshoreWellActivity | ... | @@ -387,7 +387,7 @@ ep-activity:OffshoreWellActivity |
| 387 | rdfs:subClassOf ep-activity:OffshoreActivity ; | 387 | rdfs:subClassOf ep-activity:OffshoreActivity ; |
| 388 | rdfs:subClassOf | 388 | rdfs:subClassOf |
| 389 | [ rdf:type owl:Restriction ; | 389 | [ rdf:type owl:Restriction ; |
| 390 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; | 390 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 391 | owl:onProperty ep-activity:onWell | 391 | owl:onProperty ep-activity:onWell |
| 392 | ] ; | 392 | ] ; |
| 393 | rdfs:subClassOf | 393 | rdfs:subClassOf |
| ... | @@ -397,7 +397,7 @@ ep-activity:OffshoreWellActivity | ... | @@ -397,7 +397,7 @@ ep-activity:OffshoreWellActivity |
| 397 | ] ; | 397 | ] ; |
| 398 | rdfs:subClassOf | 398 | rdfs:subClassOf |
| 399 | [ rdf:type owl:Restriction ; | 399 | [ rdf:type owl:Restriction ; |
| 400 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 400 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; |
| 401 | owl:onProperty ep-activity:onWell | 401 | owl:onProperty ep-activity:onWell |
| 402 | ] . | 402 | ] . |
| 403 | 403 | ||
| ... | @@ -417,13 +417,13 @@ ep-activity:PorePressureDeterminationType | ... | @@ -417,13 +417,13 @@ ep-activity:PorePressureDeterminationType |
| 417 | rdfs:subClassOf owl:Class . | 417 | rdfs:subClassOf owl:Class . |
| 418 | 418 | ||
| 419 | ep-activity:PorePressureEstimation | 419 | ep-activity:PorePressureEstimation |
| 420 | - rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; | 420 | + rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; |
| 421 | rdfs:label "pore pressure estimation"^^xsd:string ; | 421 | rdfs:label "pore pressure estimation"^^xsd:string ; |
| 422 | rdfs:subClassOf ep-activity:PorePressureDetermination ; | 422 | rdfs:subClassOf ep-activity:PorePressureDetermination ; |
| 423 | owl:disjointWith ep-activity:PorePressureMeasurement . | 423 | owl:disjointWith ep-activity:PorePressureMeasurement . |
| 424 | 424 | ||
| 425 | ep-activity:PorePressureMeasurement | 425 | ep-activity:PorePressureMeasurement |
| 426 | - rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; | 426 | + rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; |
| 427 | rdfs:label "pore pressure measurement"^^xsd:string ; | 427 | rdfs:label "pore pressure measurement"^^xsd:string ; |
| 428 | rdfs:subClassOf ep-activity:PorePressureDetermination ; | 428 | rdfs:subClassOf ep-activity:PorePressureDetermination ; |
| 429 | owl:disjointWith ep-activity:PorePressureEstimation . | 429 | owl:disjointWith ep-activity:PorePressureEstimation . |
| ... | @@ -444,14 +444,14 @@ ep-activity:ProductionActivity | ... | @@ -444,14 +444,14 @@ ep-activity:ProductionActivity |
| 444 | rdfs:subClassOf ep-activity:Activity . | 444 | rdfs:subClassOf ep-activity:Activity . |
| 445 | 445 | ||
| 446 | ep-activity:ProductionTest | 446 | ep-activity:ProductionTest |
| 447 | - rdf:type owl:Class , ep-activity:WellTestType ; | 447 | + rdf:type ep-activity:WellTestType , owl:Class ; |
| 448 | rdfs:label "production test"^^xsd:string ; | 448 | rdfs:label "production test"^^xsd:string ; |
| 449 | rdfs:subClassOf ep-activity:WellTest ; | 449 | rdfs:subClassOf ep-activity:WellTest ; |
| 450 | dc:description "A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."^^xsd:string ; | 450 | dc:description "A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."^^xsd:string ; |
| 451 | owl:disjointWith ep-activity:DrillStemTest . | 451 | owl:disjointWith ep-activity:DrillStemTest . |
| 452 | 452 | ||
| 453 | ep-activity:SuccessfulActivity | 453 | ep-activity:SuccessfulActivity |
| 454 | - rdf:type ep-activity:ActivitySuccessType , owl:Class ; | 454 | + rdf:type owl:Class , ep-activity:ActivitySuccessType ; |
| 455 | rdfs:label "successful activity"^^xsd:string ; | 455 | rdfs:label "successful activity"^^xsd:string ; |
| 456 | rdfs:subClassOf ep-activity:Activity ; | 456 | rdfs:subClassOf ep-activity:Activity ; |
| 457 | owl:disjointWith ep-activity:FailedActivity . | 457 | owl:disjointWith ep-activity:FailedActivity . |
| ... | @@ -481,6 +481,26 @@ ep-activity:WellBoreDirectionalSurvey | ... | @@ -481,6 +481,26 @@ ep-activity:WellBoreDirectionalSurvey |
| 481 | rdfs:label "well bore directional survey"^^xsd:string ; | 481 | rdfs:label "well bore directional survey"^^xsd:string ; |
| 482 | rdfs:subClassOf ep-activity:Activity . | 482 | rdfs:subClassOf ep-activity:Activity . |
| 483 | 483 | ||
| 484 | +ep-activity:WellBoreDrillBitRun | ||
| 485 | + rdf:type owl:Class ; | ||
| 486 | + rdfs:label "wellbore drill bit run"^^xsd:string ; | ||
| 487 | + rdfs:subClassOf ep-activity:DrillingActivity . | ||
| 488 | + | ||
| 489 | +ep-activity:WellBoreDrillBitRun-entire | ||
| 490 | + rdf:type owl:Class ; | ||
| 491 | + rdfs:label "wellbore drill bit run (entire)"^^xsd:string ; | ||
| 492 | + rdfs:subClassOf ep-activity:WellBoreDrillBitRun . | ||
| 493 | + | ||
| 494 | +ep-activity:WellBoreDrillBitRun-singleRun | ||
| 495 | + rdf:type owl:Class ; | ||
| 496 | + rdfs:label "wellbore drill bit run (single run)"^^xsd:string ; | ||
| 497 | + rdfs:subClassOf ep-activity:WellBoreDrillBitRun . | ||
| 498 | + | ||
| 499 | +ep-activity:WellBoreDrillBitRun-withinReportingPeriod | ||
| 500 | + rdf:type owl:Class ; | ||
| 501 | + rdfs:label "wellbore drill bit run (within reporting period)"^^xsd:string ; | ||
| 502 | + rdfs:subClassOf ep-activity:WellBoreDrillBitRun . | ||
| 503 | + | ||
| 484 | ep-activity:WellBoreDrillingType | 504 | ep-activity:WellBoreDrillingType |
| 485 | rdf:type rdfs:Class ; | 505 | rdf:type rdfs:Class ; |
| 486 | rdfs:label "well bore drilling type"^^xsd:string ; | 506 | rdfs:label "well bore drilling type"^^xsd:string ; |
| ... | @@ -502,23 +522,23 @@ ep-activity:WellCementJob | ... | @@ -502,23 +522,23 @@ ep-activity:WellCementJob |
| 502 | rdfs:subClassOf ep-activity:Activity . | 522 | rdfs:subClassOf ep-activity:Activity . |
| 503 | 523 | ||
| 504 | ep-activity:WellCementJob-other | 524 | ep-activity:WellCementJob-other |
| 505 | - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; | 525 | + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; |
| 506 | rdfs:label "well cement job other"^^xsd:string ; | 526 | rdfs:label "well cement job other"^^xsd:string ; |
| 507 | rdfs:subClassOf ep-activity:WellCementJob ; | 527 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 508 | - owl:disjointWith ep-activity:WellCementJob-squeeze , ep-activity:WellCementJob-plug , ep-activity:WellCementJob-primary . | 528 | + owl:disjointWith ep-activity:WellCementJob-primary , ep-activity:WellCementJob-plug , ep-activity:WellCementJob-squeeze . |
| 509 | 529 | ||
| 510 | ep-activity:WellCementJob-plug | 530 | ep-activity:WellCementJob-plug |
| 511 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 531 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
| 512 | rdfs:label "well cement job plug"^^xsd:string ; | 532 | rdfs:label "well cement job plug"^^xsd:string ; |
| 513 | rdfs:subClassOf ep-activity:WellCementJob . | 533 | rdfs:subClassOf ep-activity:WellCementJob . |
| 514 | 534 | ||
| 515 | ep-activity:WellCementJob-primary | 535 | ep-activity:WellCementJob-primary |
| 516 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 536 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
| 517 | rdfs:label "well cement job primary"^^xsd:string ; | 537 | rdfs:label "well cement job primary"^^xsd:string ; |
| 518 | rdfs:subClassOf ep-activity:WellCementJob . | 538 | rdfs:subClassOf ep-activity:WellCementJob . |
| 519 | 539 | ||
| 520 | ep-activity:WellCementJob-squeeze | 540 | ep-activity:WellCementJob-squeeze |
| 521 | - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; | 541 | + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; |
| 522 | rdfs:label "well cement job squeeze"^^xsd:string ; | 542 | rdfs:label "well cement job squeeze"^^xsd:string ; |
| 523 | rdfs:subClassOf ep-activity:WellCementJob . | 543 | rdfs:subClassOf ep-activity:WellCementJob . |
| 524 | 544 | ||
| ... | @@ -563,73 +583,73 @@ ep-activity:WellCementJobTopPlugType | ... | @@ -563,73 +583,73 @@ ep-activity:WellCementJobTopPlugType |
| 563 | rdfs:subClassOf owl:Class . | 583 | rdfs:subClassOf owl:Class . |
| 564 | 584 | ||
| 565 | ep-activity:WellCementJobWithBottomPlug | 585 | ep-activity:WellCementJobWithBottomPlug |
| 566 | - rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; | 586 | + rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; |
| 567 | rdfs:label "well cement job with bottom plug"^^xsd:string ; | 587 | rdfs:label "well cement job with bottom plug"^^xsd:string ; |
| 568 | rdfs:subClassOf ep-activity:WellCementJob ; | 588 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 569 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . | 589 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . |
| 570 | 590 | ||
| 571 | ep-activity:WellCementJobWithCasingReciprocation | 591 | ep-activity:WellCementJobWithCasingReciprocation |
| 572 | - rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; | 592 | + rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; |
| 573 | rdfs:label "well cement job with casing reciprocation"^^xsd:string ; | 593 | rdfs:label "well cement job with casing reciprocation"^^xsd:string ; |
| 574 | rdfs:subClassOf ep-activity:WellCementJob ; | 594 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 575 | owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . | 595 | owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . |
| 576 | 596 | ||
| 577 | ep-activity:WellCementJobWithCasingRotation | 597 | ep-activity:WellCementJobWithCasingRotation |
| 578 | - rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; | 598 | + rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; |
| 579 | rdfs:label "well cement job with casing rotation"^^xsd:string ; | 599 | rdfs:label "well cement job with casing rotation"^^xsd:string ; |
| 580 | rdfs:subClassOf ep-activity:WellCementJob ; | 600 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 581 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . | 601 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . |
| 582 | 602 | ||
| 583 | ep-activity:WellCementJobWithFloatHolding | 603 | ep-activity:WellCementJobWithFloatHolding |
| 584 | - rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; | 604 | + rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; |
| 585 | rdfs:label "well cement job with float holding"^^xsd:string ; | 605 | rdfs:label "well cement job with float holding"^^xsd:string ; |
| 586 | rdfs:subClassOf ep-activity:WellCementJob ; | 606 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 587 | owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . | 607 | owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . |
| 588 | 608 | ||
| 589 | ep-activity:WellCementJobWithPlugBumping | 609 | ep-activity:WellCementJobWithPlugBumping |
| 590 | - rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; | 610 | + rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; |
| 591 | rdfs:label "well cement job with plug bumping"^^xsd:string ; | 611 | rdfs:label "well cement job with plug bumping"^^xsd:string ; |
| 592 | rdfs:subClassOf ep-activity:WellCementJob ; | 612 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 593 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . | 613 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . |
| 594 | 614 | ||
| 595 | ep-activity:WellCementJobWithTopPlug | 615 | ep-activity:WellCementJobWithTopPlug |
| 596 | - rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; | 616 | + rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; |
| 597 | rdfs:label "well cement job with top plug"^^xsd:string ; | 617 | rdfs:label "well cement job with top plug"^^xsd:string ; |
| 598 | rdfs:subClassOf ep-activity:WellCementJob ; | 618 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 599 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . | 619 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . |
| 600 | 620 | ||
| 601 | ep-activity:WellCementJobWithoutBottomPlug | 621 | ep-activity:WellCementJobWithoutBottomPlug |
| 602 | - rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; | 622 | + rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; |
| 603 | rdfs:label "well cement job without bottom plug"^^xsd:string ; | 623 | rdfs:label "well cement job without bottom plug"^^xsd:string ; |
| 604 | rdfs:subClassOf ep-activity:WellCementJob ; | 624 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 605 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . | 625 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . |
| 606 | 626 | ||
| 607 | ep-activity:WellCementJobWithoutCasingReciprocation | 627 | ep-activity:WellCementJobWithoutCasingReciprocation |
| 608 | - rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; | 628 | + rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; |
| 609 | rdfs:label "well cement job without casing reciprocation"^^xsd:string ; | 629 | rdfs:label "well cement job without casing reciprocation"^^xsd:string ; |
| 610 | rdfs:subClassOf ep-activity:WellCementJob ; | 630 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 611 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . | 631 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . |
| 612 | 632 | ||
| 613 | ep-activity:WellCementJobWithoutCasingRotation | 633 | ep-activity:WellCementJobWithoutCasingRotation |
| 614 | - rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; | 634 | + rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; |
| 615 | rdfs:label "well cement job without casing rotation"^^xsd:string ; | 635 | rdfs:label "well cement job without casing rotation"^^xsd:string ; |
| 616 | rdfs:subClassOf ep-activity:WellCementJob ; | 636 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 617 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . | 637 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . |
| 618 | 638 | ||
| 619 | ep-activity:WellCementJobWithoutFloatHolding | 639 | ep-activity:WellCementJobWithoutFloatHolding |
| 620 | - rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; | 640 | + rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; |
| 621 | rdfs:label "well cement job without float holding"^^xsd:string ; | 641 | rdfs:label "well cement job without float holding"^^xsd:string ; |
| 622 | rdfs:subClassOf ep-activity:WellCementJob ; | 642 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 623 | owl:disjointWith ep-activity:WellCementJobWithFloatHolding . | 643 | owl:disjointWith ep-activity:WellCementJobWithFloatHolding . |
| 624 | 644 | ||
| 625 | ep-activity:WellCementJobWithoutPlugBumping | 645 | ep-activity:WellCementJobWithoutPlugBumping |
| 626 | - rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; | 646 | + rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; |
| 627 | rdfs:label "well cement job without plug bumping"^^xsd:string ; | 647 | rdfs:label "well cement job without plug bumping"^^xsd:string ; |
| 628 | rdfs:subClassOf ep-activity:WellCementJob ; | 648 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 629 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . | 649 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . |
| 630 | 650 | ||
| 631 | ep-activity:WellCementJobWithoutTopPlug | 651 | ep-activity:WellCementJobWithoutTopPlug |
| 632 | - rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; | 652 | + rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; |
| 633 | rdfs:label "well cement job without top plug"^^xsd:string ; | 653 | rdfs:label "well cement job without top plug"^^xsd:string ; |
| 634 | rdfs:subClassOf ep-activity:WellCementJob ; | 654 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 635 | owl:disjointWith ep-activity:WellCementJobWithTopPlug . | 655 | owl:disjointWith ep-activity:WellCementJobWithTopPlug . |
| ... | @@ -645,13 +665,13 @@ ep-activity:WellCementPumpingFluidReturnType | ... | @@ -645,13 +665,13 @@ ep-activity:WellCementPumpingFluidReturnType |
| 645 | rdfs:subClassOf owl:Class . | 665 | rdfs:subClassOf owl:Class . |
| 646 | 666 | ||
| 647 | ep-activity:WellCementPumpingWithFluidReturn | 667 | ep-activity:WellCementPumpingWithFluidReturn |
| 648 | - rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; | 668 | + rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; |
| 649 | rdfs:label "well cement pumping with fluid return"^^xsd:string ; | 669 | rdfs:label "well cement pumping with fluid return"^^xsd:string ; |
| 650 | rdfs:subClassOf ep-activity:WellCementPumping ; | 670 | rdfs:subClassOf ep-activity:WellCementPumping ; |
| 651 | owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . | 671 | owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . |
| 652 | 672 | ||
| 653 | ep-activity:WellCementPumpingWithoutFluidReturn | 673 | ep-activity:WellCementPumpingWithoutFluidReturn |
| 654 | - rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; | 674 | + rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; |
| 655 | rdfs:label "well cement pumping without fluid return"^^xsd:string ; | 675 | rdfs:label "well cement pumping without fluid return"^^xsd:string ; |
| 656 | rdfs:subClassOf ep-activity:WellCementPumping ; | 676 | rdfs:subClassOf ep-activity:WellCementPumping ; |
| 657 | owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn . | 677 | owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn . |
| ... | @@ -662,28 +682,28 @@ ep-activity:WellControlIncident | ... | @@ -662,28 +682,28 @@ ep-activity:WellControlIncident |
| 662 | rdfs:subClassOf ep-activity:Activity . | 682 | rdfs:subClassOf ep-activity:Activity . |
| 663 | 683 | ||
| 664 | ep-activity:WellControlIncident-gas_kick | 684 | ep-activity:WellControlIncident-gas_kick |
| 665 | - rdf:type owl:Class , ep-activity:WellControlIncidentType ; | 685 | + rdf:type ep-activity:WellControlIncidentType , owl:Class ; |
| 666 | rdfs:label "well control incident gas kick"^^xsd:string ; | 686 | rdfs:label "well control incident gas kick"^^xsd:string ; |
| 667 | rdfs:subClassOf ep-activity:WellControlIncident ; | 687 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 668 | - owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick . | 688 | + owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick . |
| 669 | 689 | ||
| 670 | ep-activity:WellControlIncident-oil_kick | 690 | ep-activity:WellControlIncident-oil_kick |
| 671 | - rdf:type owl:Class , ep-activity:WellControlIncidentType ; | 691 | + rdf:type ep-activity:WellControlIncidentType , owl:Class ; |
| 672 | rdfs:label "well control incident oil kick"^^xsd:string ; | 692 | rdfs:label "well control incident oil kick"^^xsd:string ; |
| 673 | rdfs:subClassOf ep-activity:WellControlIncident ; | 693 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 674 | - owl:disjointWith ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-gas_kick . | 694 | + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick . |
| 675 | 695 | ||
| 676 | ep-activity:WellControlIncident-shallow_gas_kick | 696 | ep-activity:WellControlIncident-shallow_gas_kick |
| 677 | - rdf:type owl:Class , ep-activity:WellControlIncidentType ; | 697 | + rdf:type ep-activity:WellControlIncidentType , owl:Class ; |
| 678 | rdfs:label "well control incident shallow gas kick"^^xsd:string ; | 698 | rdfs:label "well control incident shallow gas kick"^^xsd:string ; |
| 679 | rdfs:subClassOf ep-activity:WellControlIncident ; | 699 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 680 | - owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-gas_kick . | 700 | + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-oil_kick . |
| 681 | 701 | ||
| 682 | ep-activity:WellControlIncident-water_kick | 702 | ep-activity:WellControlIncident-water_kick |
| 683 | - rdf:type owl:Class , ep-activity:WellControlIncidentType ; | 703 | + rdf:type ep-activity:WellControlIncidentType , owl:Class ; |
| 684 | rdfs:label "well control incident water kick"^^xsd:string ; | 704 | rdfs:label "well control incident water kick"^^xsd:string ; |
| 685 | rdfs:subClassOf ep-activity:WellControlIncident ; | 705 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 686 | - owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-gas_kick . | 706 | + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick . |
| 687 | 707 | ||
| 688 | ep-activity:WellControlIncidentType | 708 | ep-activity:WellControlIncidentType |
| 689 | rdf:type rdfs:Class ; | 709 | rdf:type rdfs:Class ; |
| ... | @@ -696,40 +716,40 @@ ep-activity:WellKilling | ... | @@ -696,40 +716,40 @@ ep-activity:WellKilling |
| 696 | rdfs:subClassOf ep-activity:Activity . | 716 | rdfs:subClassOf ep-activity:Activity . |
| 697 | 717 | ||
| 698 | ep-activity:WellKilling-bullheading | 718 | ep-activity:WellKilling-bullheading |
| 699 | - rdf:type owl:Class , ep-activity:WellKillingType ; | 719 | + rdf:type ep-activity:WellKillingType , owl:Class ; |
| 700 | rdfs:label "well killing bullheading"^^xsd:string ; | 720 | rdfs:label "well killing bullheading"^^xsd:string ; |
| 701 | rdfs:subClassOf ep-activity:WellKilling ; | 721 | rdfs:subClassOf ep-activity:WellKilling ; |
| 702 | - 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 . | 722 | + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method . |
| 703 | 723 | ||
| 704 | ep-activity:WellKilling-drillers_method | 724 | ep-activity:WellKilling-drillers_method |
| 705 | - rdf:type owl:Class , ep-activity:WellKillingType ; | 725 | + rdf:type ep-activity:WellKillingType , owl:Class ; |
| 706 | rdfs:label "well killing drillers method"^^xsd:string ; | 726 | rdfs:label "well killing drillers method"^^xsd:string ; |
| 707 | rdfs:subClassOf ep-activity:WellKilling ; | 727 | rdfs:subClassOf ep-activity:WellKilling ; |
| 708 | - 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 . | 728 | + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed . |
| 709 | 729 | ||
| 710 | ep-activity:WellKilling-forward_circulation | 730 | ep-activity:WellKilling-forward_circulation |
| 711 | - rdf:type owl:Class , ep-activity:WellKillingType ; | 731 | + rdf:type ep-activity:WellKillingType , owl:Class ; |
| 712 | rdfs:label "well killing forward circulation"^^xsd:string ; | 732 | rdfs:label "well killing forward circulation"^^xsd:string ; |
| 713 | rdfs:subClassOf ep-activity:WellKilling ; | 733 | rdfs:subClassOf ep-activity:WellKilling ; |
| 714 | - 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 . | 734 | + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method . |
| 715 | 735 | ||
| 716 | ep-activity:WellKilling-lubricate_and_bleed | 736 | ep-activity:WellKilling-lubricate_and_bleed |
| 717 | - rdf:type owl:Class , ep-activity:WellKillingType ; | 737 | + rdf:type ep-activity:WellKillingType , owl:Class ; |
| 718 | rdfs:label "well killing lubricate and bleed"^^xsd:string ; | 738 | rdfs:label "well killing lubricate and bleed"^^xsd:string ; |
| 719 | rdfs:subClassOf ep-activity:WellKilling ; | 739 | rdfs:subClassOf ep-activity:WellKilling ; |
| 720 | - 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 . | 740 | + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-drillers_method . |
| 721 | 741 | ||
| 722 | ep-activity:WellKilling-reverse_circulation | 742 | ep-activity:WellKilling-reverse_circulation |
| 723 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 743 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 724 | rdfs:label "well killing reverse circulation"^^xsd:string ; | 744 | rdfs:label "well killing reverse circulation"^^xsd:string ; |
| 725 | rdfs:subClassOf ep-activity:WellKilling ; | 745 | rdfs:subClassOf ep-activity:WellKilling ; |
| 726 | - 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 . | 746 | + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method . |
| 727 | 747 | ||
| 728 | ep-activity:WellKilling-wait_and_weight | 748 | ep-activity:WellKilling-wait_and_weight |
| 729 | - rdf:type owl:Class , ep-activity:WellKillingType ; | 749 | + rdf:type ep-activity:WellKillingType , owl:Class ; |
| 730 | rdfs:label "well killing wait and weight"^^xsd:string ; | 750 | rdfs:label "well killing wait and weight"^^xsd:string ; |
| 731 | rdfs:subClassOf ep-activity:WellKilling ; | 751 | rdfs:subClassOf ep-activity:WellKilling ; |
| 732 | - 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 . | 752 | + 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-bullheading . |
| 733 | 753 | ||
| 734 | ep-activity:WellKillingType | 754 | ep-activity:WellKillingType |
| 735 | rdf:type rdfs:Class ; | 755 | rdf:type rdfs:Class ; |
| ... | @@ -762,19 +782,25 @@ ep-activity:WirelineFormationTestType | ... | @@ -762,19 +782,25 @@ ep-activity:WirelineFormationTestType |
| 762 | rdfs:subClassOf owl:Class . | 782 | rdfs:subClassOf owl:Class . |
| 763 | 783 | ||
| 764 | ep-activity:WirelineFormationTestWithGoodSeal | 784 | ep-activity:WirelineFormationTestWithGoodSeal |
| 765 | - rdf:type owl:Class , ep-activity:WirelineFormationTestType ; | 785 | + rdf:type ep-activity:WirelineFormationTestType , owl:Class ; |
| 766 | rdfs:label "wireline formation test with a good seal"^^xsd:string ; | 786 | rdfs:label "wireline formation test with a good seal"^^xsd:string ; |
| 767 | rdfs:subClassOf ep-activity:WirelineFormationTest ; | 787 | rdfs:subClassOf ep-activity:WirelineFormationTest ; |
| 768 | owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . | 788 | owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . |
| 769 | 789 | ||
| 770 | ep-activity:WirelineFormationTestWithoutGoodSeal | 790 | ep-activity:WirelineFormationTestWithoutGoodSeal |
| 771 | - rdf:type owl:Class , ep-activity:WirelineFormationTestType ; | 791 | + rdf:type ep-activity:WirelineFormationTestType , owl:Class ; |
| 772 | rdfs:label "wireline formation test without a good seal"^^xsd:string ; | 792 | rdfs:label "wireline formation test without a good seal"^^xsd:string ; |
| 773 | rdfs:subClassOf ep-activity:WirelineFormationTest ; | 793 | rdfs:subClassOf ep-activity:WirelineFormationTest ; |
| 774 | owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . | 794 | owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . |
| 775 | 795 | ||
| 796 | +ep-activity:averageRateOfDrilling | ||
| 797 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | ||
| 798 | + rdfs:domain ep-activity:DrillingActivity ; | ||
| 799 | + rdfs:label "average rate of drilling"^^xsd:string ; | ||
| 800 | + rdfs:range ep-core:Speed . | ||
| 801 | + | ||
| 776 | ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod | 802 | ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod |
| 777 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 803 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 778 | rdfs:domain ep-activity:DailyDrillingActivity ; | 804 | rdfs:domain ep-activity:DailyDrillingActivity ; |
| 779 | rdfs:label "description of activities following the daily reporting period"^^xsd:string ; | 805 | rdfs:label "description of activities following the daily reporting period"^^xsd:string ; |
| 780 | rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> . | 806 | rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> . |
| ... | @@ -790,23 +816,29 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod | ... | @@ -790,23 +816,29 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod |
| 790 | rdfs:label "description of activities within the daily reporting period"^^xsd:string . | 816 | rdfs:label "description of activities within the daily reporting period"^^xsd:string . |
| 791 | 817 | ||
| 792 | ep-activity:distanceDrilled | 818 | ep-activity:distanceDrilled |
| 793 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 819 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 794 | rdfs:domain ep-activity:DrillingActivity ; | 820 | rdfs:domain ep-activity:DrillingActivity ; |
| 795 | rdfs:label "final rate of drilling"^^xsd:string ; | 821 | rdfs:label "final rate of drilling"^^xsd:string ; |
| 796 | rdfs:range ep-core:Length . | 822 | rdfs:range ep-core:Length . |
| 797 | 823 | ||
| 798 | ep-activity:drillingContractor | 824 | ep-activity:drillingContractor |
| 799 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 825 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 800 | rdfs:domain ep-activity:DrillingActivity ; | 826 | rdfs:domain ep-activity:DrillingActivity ; |
| 801 | rdfs:label "drilling contractor"^^xsd:string ; | 827 | rdfs:label "drilling contractor"^^xsd:string ; |
| 802 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 828 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 803 | 829 | ||
| 804 | ep-activity:drillingOperator | 830 | ep-activity:drillingOperator |
| 805 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 831 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 806 | rdfs:domain ep-activity:DrillingActivity ; | 832 | rdfs:domain ep-activity:DrillingActivity ; |
| 807 | rdfs:label "drilling operator"^^xsd:string ; | 833 | rdfs:label "drilling operator"^^xsd:string ; |
| 808 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 834 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 809 | 835 | ||
| 836 | +ep-activity:durationOfDrilling | ||
| 837 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 838 | + rdfs:domain ep-activity:DrillingActivity ; | ||
| 839 | + rdfs:label "duration of drilling"^^xsd:string ; | ||
| 840 | + rdfs:range ep-core:TimeDuration . | ||
| 841 | + | ||
| 810 | ep-activity:failedEquipment | 842 | ep-activity:failedEquipment |
| 811 | rdf:type owl:ObjectProperty ; | 843 | rdf:type owl:ObjectProperty ; |
| 812 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 844 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
| ... | @@ -814,19 +846,19 @@ ep-activity:failedEquipment | ... | @@ -814,19 +846,19 @@ ep-activity:failedEquipment |
| 814 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 846 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 815 | 847 | ||
| 816 | ep-activity:finalRateOfDrilling | 848 | ep-activity:finalRateOfDrilling |
| 817 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 849 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 818 | rdfs:domain ep-activity:DrillingActivity ; | 850 | rdfs:domain ep-activity:DrillingActivity ; |
| 819 | rdfs:label "final rate of drilling"^^xsd:string ; | 851 | rdfs:label "final rate of drilling"^^xsd:string ; |
| 820 | rdfs:range ep-core:Speed . | 852 | rdfs:range ep-core:Speed . |
| 821 | 853 | ||
| 822 | ep-activity:finishedAt | 854 | ep-activity:finishedAt |
| 823 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 855 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 824 | rdfs:domain ep-activity:Activity ; | 856 | rdfs:domain ep-activity:Activity ; |
| 825 | rdfs:label "finished at"^^xsd:string ; | 857 | rdfs:label "finished at"^^xsd:string ; |
| 826 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 858 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 827 | 859 | ||
| 828 | ep-activity:hasCasingLinerTubing | 860 | ep-activity:hasCasingLinerTubing |
| 829 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 861 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 830 | rdfs:domain ep-activity:WellStimulation ; | 862 | rdfs:domain ep-activity:WellStimulation ; |
| 831 | rdfs:label "has Casing/Liner/Tubing"^^xsd:string . | 863 | rdfs:label "has Casing/Liner/Tubing"^^xsd:string . |
| 832 | 864 | ||
| ... | @@ -835,18 +867,18 @@ ep-activity:hasCasingString | ... | @@ -835,18 +867,18 @@ ep-activity:hasCasingString |
| 835 | rdfs:label "has casing string"^^xsd:string . | 867 | rdfs:label "has casing string"^^xsd:string . |
| 836 | 868 | ||
| 837 | ep-activity:hasChokeValve | 869 | ep-activity:hasChokeValve |
| 838 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 870 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 839 | rdfs:label "has choke valve"^^xsd:string ; | 871 | rdfs:label "has choke valve"^^xsd:string ; |
| 840 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . | 872 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . |
| 841 | 873 | ||
| 842 | ep-activity:hasDrillBit | 874 | ep-activity:hasDrillBit |
| 843 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 875 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 844 | rdfs:domain ep-activity:DrillingActivity ; | 876 | rdfs:domain ep-activity:DrillingActivity ; |
| 845 | rdfs:label "has drill bit"^^xsd:string ; | 877 | rdfs:label "has drill bit"^^xsd:string ; |
| 846 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . | 878 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . |
| 847 | 879 | ||
| 848 | ep-activity:hasDrillingFluid | 880 | ep-activity:hasDrillingFluid |
| 849 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 881 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 850 | rdfs:domain ep-activity:DrillingActivity ; | 882 | rdfs:domain ep-activity:DrillingActivity ; |
| 851 | rdfs:label "has drilling fluid"^^xsd:string ; | 883 | rdfs:label "has drilling fluid"^^xsd:string ; |
| 852 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . | 884 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . |
| ... | @@ -862,7 +894,7 @@ ep-activity:hasSubActivity | ... | @@ -862,7 +894,7 @@ ep-activity:hasSubActivity |
| 862 | rdfs:label "has sub activity"^^xsd:string . | 894 | rdfs:label "has sub activity"^^xsd:string . |
| 863 | 895 | ||
| 864 | ep-activity:identificationNumberOfCore | 896 | ep-activity:identificationNumberOfCore |
| 865 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 897 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 866 | rdfs:domain ep-activity:ExtractAWellCore ; | 898 | rdfs:domain ep-activity:ExtractAWellCore ; |
| 867 | rdfs:label "identification number of core"^^xsd:string . | 899 | rdfs:label "identification number of core"^^xsd:string . |
| 868 | 900 | ||
| ... | @@ -872,13 +904,13 @@ ep-activity:logRunNumber | ... | @@ -872,13 +904,13 @@ ep-activity:logRunNumber |
| 872 | rdfs:label "log run number"^^xsd:string . | 904 | rdfs:label "log run number"^^xsd:string . |
| 873 | 905 | ||
| 874 | ep-activity:measuredDepthOfFluidSampling | 906 | ep-activity:measuredDepthOfFluidSampling |
| 875 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 907 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 876 | rdfs:domain ep-activity:WirelineFormationTest ; | 908 | rdfs:domain ep-activity:WirelineFormationTest ; |
| 877 | rdfs:label "measured depth of fluid sampling"^^xsd:string ; | 909 | rdfs:label "measured depth of fluid sampling"^^xsd:string ; |
| 878 | rdfs:range ep-core:Length . | 910 | rdfs:range ep-core:Length . |
| 879 | 911 | ||
| 880 | ep-activity:missedProductionTime | 912 | ep-activity:missedProductionTime |
| 881 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 913 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 882 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 914 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
| 883 | rdfs:label "missed production time"^^xsd:string ; | 915 | rdfs:label "missed production time"^^xsd:string ; |
| 884 | rdfs:range ep-core:TimeDuration . | 916 | rdfs:range ep-core:TimeDuration . |
| ... | @@ -889,26 +921,42 @@ ep-activity:nominallyAt | ... | @@ -889,26 +921,42 @@ ep-activity:nominallyAt |
| 889 | rdfs:label "nominal time"^^xsd:string ; | 921 | rdfs:label "nominal time"^^xsd:string ; |
| 890 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 922 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 891 | 923 | ||
| 924 | +ep-activity:onDrillBit | ||
| 925 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 926 | + rdfs:domain ep-activity:WellBoreDrillBitRun ; | ||
| 927 | + rdfs:label "on drill bit"^^xsd:string ; | ||
| 928 | + rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . | ||
| 929 | + | ||
| 892 | ep-activity:onFluid | 930 | ep-activity:onFluid |
| 893 | rdf:type owl:ObjectProperty ; | 931 | rdf:type owl:ObjectProperty ; |
| 894 | rdfs:label "on WellBore"^^xsd:string . | 932 | rdfs:label "on WellBore"^^xsd:string . |
| 895 | 933 | ||
| 896 | ep-activity:onRig | 934 | ep-activity:onRig |
| 897 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 935 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 898 | rdfs:domain ep-activity:DrillingActivity ; | 936 | rdfs:domain ep-activity:DrillingActivity ; |
| 899 | rdfs:label "on rig"^^xsd:string ; | 937 | rdfs:label "on rig"^^xsd:string ; |
| 900 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . | 938 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . |
| 901 | 939 | ||
| 902 | ep-activity:onWell | 940 | ep-activity:onWell |
| 903 | rdf:type owl:ObjectProperty ; | 941 | rdf:type owl:ObjectProperty ; |
| 904 | - rdfs:label "on well"^^xsd:string . | 942 | + rdfs:domain ep-activity:DrillingActivity ; |
| 943 | + rdfs:label "on well"^^xsd:string ; | ||
| 944 | + rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . | ||
| 905 | 945 | ||
| 906 | ep-activity:onWellBore | 946 | ep-activity:onWellBore |
| 907 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 947 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 908 | - rdfs:label "on WellBore"^^xsd:string . | 948 | + rdfs:domain ep-activity:DrillingActivity ; |
| 949 | + rdfs:label "on wellbore"^^xsd:string ; | ||
| 950 | + rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . | ||
| 951 | + | ||
| 952 | +ep-activity:operatingTimeOfDrillBit | ||
| 953 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 954 | + rdfs:domain ep-activity:DrillingActivity ; | ||
| 955 | + rdfs:label "operating time of drill bit"^^xsd:string ; | ||
| 956 | + rdfs:range ep-core:TimeDuration . | ||
| 909 | 957 | ||
| 910 | ep-activity:pressureAtWhichPlugBumped | 958 | ep-activity:pressureAtWhichPlugBumped |
| 911 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 959 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 912 | rdfs:domain ep-activity:WellCementPumping ; | 960 | rdfs:domain ep-activity:WellCementPumping ; |
| 913 | rdfs:label "pressure at which plug bumped"^^xsd:string ; | 961 | rdfs:label "pressure at which plug bumped"^^xsd:string ; |
| 914 | rdfs:range ep-core:Pressure . | 962 | rdfs:range ep-core:Pressure . |
| ... | @@ -918,61 +966,61 @@ ep-activity:pumpedFluid | ... | @@ -918,61 +966,61 @@ ep-activity:pumpedFluid |
| 918 | rdfs:label "pumped fluid"^^xsd:string . | 966 | rdfs:label "pumped fluid"^^xsd:string . |
| 919 | 967 | ||
| 920 | ep-activity:recoveredCore | 968 | ep-activity:recoveredCore |
| 921 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 969 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 922 | rdfs:domain ep-activity:ExtractAWellCore ; | 970 | rdfs:domain ep-activity:ExtractAWellCore ; |
| 923 | rdfs:label "recovered core"^^xsd:string ; | 971 | rdfs:label "recovered core"^^xsd:string ; |
| 924 | rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . | 972 | rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . |
| 925 | 973 | ||
| 926 | ep-activity:sampledFluid | 974 | ep-activity:sampledFluid |
| 927 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 975 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 928 | rdfs:domain ep-activity:WirelineFormationTest ; | 976 | rdfs:domain ep-activity:WirelineFormationTest ; |
| 929 | rdfs:label "sampled fluid"^^xsd:string ; | 977 | rdfs:label "sampled fluid"^^xsd:string ; |
| 930 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . | 978 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . |
| 931 | 979 | ||
| 932 | ep-activity:serviceCompany | 980 | ep-activity:serviceCompany |
| 933 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 981 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 934 | rdfs:domain ep-activity:Activity ; | 982 | rdfs:domain ep-activity:Activity ; |
| 935 | rdfs:label "service company"^^xsd:string ; | 983 | rdfs:label "service company"^^xsd:string ; |
| 936 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 984 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 937 | 985 | ||
| 938 | ep-activity:startedAt | 986 | ep-activity:startedAt |
| 939 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 987 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 940 | rdfs:domain ep-activity:Activity ; | 988 | rdfs:domain ep-activity:Activity ; |
| 941 | rdfs:label "started at"^^xsd:string ; | 989 | rdfs:label "started at"^^xsd:string ; |
| 942 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 990 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 943 | 991 | ||
| 944 | ep-activity:timeLost | 992 | ep-activity:timeLost |
| 945 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 993 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 946 | rdfs:domain ep-activity:WellControlIncident ; | 994 | rdfs:domain ep-activity:WellControlIncident ; |
| 947 | rdfs:label "time lost"^^xsd:string ; | 995 | rdfs:label "time lost"^^xsd:string ; |
| 948 | rdfs:range ep-core:TimeDuration . | 996 | rdfs:range ep-core:TimeDuration . |
| 949 | 997 | ||
| 950 | ep-activity:timeOfFailure | 998 | ep-activity:timeOfFailure |
| 951 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 999 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 952 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 1000 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
| 953 | rdfs:label "time of failure"^^xsd:string ; | 1001 | rdfs:label "time of failure"^^xsd:string ; |
| 954 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 1002 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 955 | 1003 | ||
| 956 | ep-activity:timeOfRepair | 1004 | ep-activity:timeOfRepair |
| 957 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 1005 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 958 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 1006 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
| 959 | rdfs:label "time of repair"^^xsd:string ; | 1007 | rdfs:label "time of repair"^^xsd:string ; |
| 960 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 1008 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 961 | 1009 | ||
| 962 | ep-activity:volumeOfPumpedCementingFluid | 1010 | ep-activity:volumeOfPumpedCementingFluid |
| 963 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1011 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 964 | rdfs:domain ep-activity:WellCementPumping ; | 1012 | rdfs:domain ep-activity:WellCementPumping ; |
| 965 | rdfs:label "volume of pumped cementing fluid"^^xsd:string ; | 1013 | rdfs:label "volume of pumped cementing fluid"^^xsd:string ; |
| 966 | rdfs:range ep-core:Volume . | 1014 | rdfs:range ep-core:Volume . |
| 967 | 1015 | ||
| 968 | ep-activity:volumeOfReturnedCementingFluid | 1016 | ep-activity:volumeOfReturnedCementingFluid |
| 969 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1017 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 970 | rdfs:domain ep-activity:WellCementPumping ; | 1018 | rdfs:domain ep-activity:WellCementPumping ; |
| 971 | rdfs:label "volume of returned cementing fluid"^^xsd:string ; | 1019 | rdfs:label "volume of returned cementing fluid"^^xsd:string ; |
| 972 | rdfs:range ep-core:Volume . | 1020 | rdfs:range ep-core:Volume . |
| 973 | 1021 | ||
| 974 | ep-activity:wellBoreLoggingTool | 1022 | ep-activity:wellBoreLoggingTool |
| 975 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1023 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 976 | rdfs:domain ep-activity:WellBoreLogRun ; | 1024 | rdfs:domain ep-activity:WellBoreLogRun ; |
| 977 | rdfs:label "well bore logging tool"^^xsd:string ; | 1025 | rdfs:label "well bore logging tool"^^xsd:string ; |
| 978 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 1026 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | ... | ... |
| 1 | +# Saved by TopBraid on Sat Sep 24 11:51: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 | +owl:DatatypeProperty | ||
| 14 | + forms:keyProperties (rdfs:label rdfs:comment <http://www.reportinghub.no/ep/schema/activity#descriptionOfActivitiesForecastForTheNextDailyReportingPeriod>) . |
| 1 | -# Saved by TopBraid on Tue Sep 20 22:28:15 BST 2011 | 1 | +# Saved by TopBraid on Fri Sep 23 16:31:55 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://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model | ||
| 4 | # imports: http://www.linkedmodel.org/1.2/schema/vaem | 3 | # imports: http://www.linkedmodel.org/1.2/schema/vaem |
| 4 | +# imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model | ||
| 5 | 5 | ||
| 6 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 6 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
| 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| ... | @@ -11,26 +11,26 @@ | ... | @@ -11,26 +11,26 @@ |
| 11 | 11 | ||
| 12 | <http://www.reportinghub.no/ep/schema/1.0/core> | 12 | <http://www.reportinghub.no/ep/schema/1.0/core> |
| 13 | rdf:type owl:Ontology ; | 13 | rdf:type owl:Ontology ; |
| 14 | - owl:imports <http://www.linkedmodel.org/1.2/schema/vaem> , <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> ; | 14 | + owl:imports <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> , <http://www.linkedmodel.org/1.2/schema/vaem> ; |
| 15 | owl:versionInfo "0.1.0"^^xsd:string . | 15 | owl:versionInfo "0.1.0"^^xsd:string . |
| 16 | 16 | ||
| 17 | ep-core:Class_of_indirect_property | 17 | ep-core:Class_of_indirect_property |
| 18 | rdf:type owl:Class ; | 18 | rdf:type owl:Class ; |
| 19 | rdfs:label "class of indirect property"^^xsd:string ; | 19 | rdfs:label "class of indirect property"^^xsd:string ; |
| 20 | - rdfs:subClassOf owl:FunctionalProperty , owl:ObjectProperty . | 20 | + rdfs:subClassOf owl:ObjectProperty , owl:FunctionalProperty . |
| 21 | 21 | ||
| 22 | ep-core:Density | 22 | ep-core:Density |
| 23 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 23 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 24 | rdfs:label "density"^^xsd:string ; | 24 | rdfs:label "density"^^xsd:string ; |
| 25 | rdfs:subClassOf owl:Class . | 25 | rdfs:subClassOf owl:Class . |
| 26 | 26 | ||
| 27 | ep-core:Length | 27 | ep-core:Length |
| 28 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 28 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 29 | rdfs:label "length"^^xsd:string ; | 29 | rdfs:label "length"^^xsd:string ; |
| 30 | rdfs:subClassOf owl:Class . | 30 | rdfs:subClassOf owl:Class . |
| 31 | 31 | ||
| 32 | ep-core:MassPerUnitLength | 32 | ep-core:MassPerUnitLength |
| 33 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 33 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 34 | rdfs:label "mass per unit length"^^xsd:string ; | 34 | rdfs:label "mass per unit length"^^xsd:string ; |
| 35 | rdfs:subClassOf owl:Class . | 35 | rdfs:subClassOf owl:Class . |
| 36 | 36 | ||
| ... | @@ -45,17 +45,17 @@ ep-core:PhysicalThing | ... | @@ -45,17 +45,17 @@ ep-core:PhysicalThing |
| 45 | rdfs:subClassOf owl:Thing . | 45 | rdfs:subClassOf owl:Thing . |
| 46 | 46 | ||
| 47 | ep-core:PlaneAngle | 47 | ep-core:PlaneAngle |
| 48 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 48 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 49 | rdfs:label "plane angle"^^xsd:string ; | 49 | rdfs:label "plane angle"^^xsd:string ; |
| 50 | rdfs:subClassOf owl:Class . | 50 | rdfs:subClassOf owl:Class . |
| 51 | 51 | ||
| 52 | ep-core:PlasticViscosity | 52 | ep-core:PlasticViscosity |
| 53 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 53 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 54 | rdfs:label "plastic viscosity"^^xsd:string ; | 54 | rdfs:label "plastic viscosity"^^xsd:string ; |
| 55 | rdfs:subClassOf owl:Class . | 55 | rdfs:subClassOf owl:Class . |
| 56 | 56 | ||
| 57 | ep-core:Pressure | 57 | ep-core:Pressure |
| 58 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 58 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 59 | rdfs:label "pressure"^^xsd:string ; | 59 | rdfs:label "pressure"^^xsd:string ; |
| 60 | rdfs:subClassOf owl:Class . | 60 | rdfs:subClassOf owl:Class . |
| 61 | 61 | ||
| ... | @@ -65,58 +65,58 @@ ep-core:PropertySpace | ... | @@ -65,58 +65,58 @@ ep-core:PropertySpace |
| 65 | rdfs:subClassOf owl:Class . | 65 | rdfs:subClassOf owl:Class . |
| 66 | 66 | ||
| 67 | ep-core:Ratio | 67 | ep-core:Ratio |
| 68 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 68 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 69 | rdfs:label "ratio"^^xsd:string ; | 69 | rdfs:label "ratio"^^xsd:string ; |
| 70 | rdfs:subClassOf owl:Class . | 70 | rdfs:subClassOf owl:Class . |
| 71 | 71 | ||
| 72 | ep-core:Scale | 72 | ep-core:Scale |
| 73 | rdf:type owl:Class ; | 73 | rdf:type owl:Class ; |
| 74 | rdfs:label "scale"^^xsd:string ; | 74 | rdfs:label "scale"^^xsd:string ; |
| 75 | - rdfs:subClassOf owl:FunctionalProperty , owl:DatatypeProperty . | 75 | + rdfs:subClassOf owl:DatatypeProperty , owl:FunctionalProperty . |
| 76 | 76 | ||
| 77 | ep-core:SpecificVolume | 77 | ep-core:SpecificVolume |
| 78 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 78 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 79 | rdfs:label "specific volume"^^xsd:string ; | 79 | rdfs:label "specific volume"^^xsd:string ; |
| 80 | rdfs:subClassOf owl:Class . | 80 | rdfs:subClassOf owl:Class . |
| 81 | 81 | ||
| 82 | ep-core:Speed | 82 | ep-core:Speed |
| 83 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 83 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 84 | rdfs:label "speed"^^xsd:string ; | 84 | rdfs:label "speed"^^xsd:string ; |
| 85 | rdfs:subClassOf owl:Class . | 85 | rdfs:subClassOf owl:Class . |
| 86 | 86 | ||
| 87 | ep-core:StrengthOfRockFormation | 87 | ep-core:StrengthOfRockFormation |
| 88 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 88 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 89 | rdfs:label "strength of rock formation"^^xsd:string ; | 89 | rdfs:label "strength of rock formation"^^xsd:string ; |
| 90 | rdfs:subClassOf owl:Class . | 90 | rdfs:subClassOf owl:Class . |
| 91 | 91 | ||
| 92 | ep-core:Temperature | 92 | ep-core:Temperature |
| 93 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 93 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 94 | rdfs:label "temperature"^^xsd:string ; | 94 | rdfs:label "temperature"^^xsd:string ; |
| 95 | rdfs:subClassOf owl:Class . | 95 | rdfs:subClassOf owl:Class . |
| 96 | 96 | ||
| 97 | ep-core:TimeDuration | 97 | ep-core:TimeDuration |
| 98 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 98 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 99 | rdfs:label "time duration"^^xsd:string ; | 99 | rdfs:label "time duration"^^xsd:string ; |
| 100 | rdfs:subClassOf owl:Class . | 100 | rdfs:subClassOf owl:Class . |
| 101 | 101 | ||
| 102 | ep-core:Volume | 102 | ep-core:Volume |
| 103 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 103 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 104 | rdfs:label "volume"^^xsd:string ; | 104 | rdfs:label "volume"^^xsd:string ; |
| 105 | rdfs:subClassOf owl:Class . | 105 | rdfs:subClassOf owl:Class . |
| 106 | 106 | ||
| 107 | ep-core:YieldPoint | 107 | ep-core:YieldPoint |
| 108 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 108 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 109 | rdfs:label "yield point"^^xsd:string ; | 109 | rdfs:label "yield point"^^xsd:string ; |
| 110 | rdfs:subClassOf owl:Class . | 110 | rdfs:subClassOf owl:Class . |
| 111 | 111 | ||
| 112 | ep-core:apiName | 112 | ep-core:apiName |
| 113 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 113 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 114 | rdfs:label "API name"^^xsd:string ; | 114 | rdfs:label "API name"^^xsd:string ; |
| 115 | rdfs:range xsd:string ; | 115 | rdfs:range xsd:string ; |
| 116 | rdfs:subPropertyOf ep-core:name . | 116 | rdfs:subPropertyOf ep-core:name . |
| 117 | 117 | ||
| 118 | ep-core:bar | 118 | ep-core:bar |
| 119 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 119 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 120 | rdfs:domain ep-core:Pressure ; | 120 | rdfs:domain ep-core:Pressure ; |
| 121 | rdfs:label "bar"^^xsd:string . | 121 | rdfs:label "bar"^^xsd:string . |
| 122 | 122 | ||
| ... | @@ -125,47 +125,52 @@ ep-core:basisFor | ... | @@ -125,47 +125,52 @@ ep-core:basisFor |
| 125 | rdfs:label "basis for"^^xsd:string . | 125 | rdfs:label "basis for"^^xsd:string . |
| 126 | 126 | ||
| 127 | ep-core:celsius | 127 | ep-core:celsius |
| 128 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 128 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 129 | rdfs:domain ep-core:Temperature ; | 129 | rdfs:domain ep-core:Temperature ; |
| 130 | rdfs:label "celsius"^^xsd:string . | 130 | rdfs:label "celsius"^^xsd:string . |
| 131 | 131 | ||
| 132 | ep-core:day | 132 | ep-core:day |
| 133 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 133 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 134 | rdfs:domain ep-core:TimeDuration ; | 134 | rdfs:domain ep-core:TimeDuration ; |
| 135 | rdfs:label "day"^^xsd:string . | 135 | rdfs:label "day"^^xsd:string . |
| 136 | 136 | ||
| 137 | -ep-core:degreesOfAngle | 137 | +ep-core:decimetre3 |
| 138 | rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 138 | rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 139 | + rdfs:domain ep-core:Volume ; | ||
| 140 | + rdfs:label "decimetre 3"^^xsd:string . | ||
| 141 | + | ||
| 142 | +ep-core:degreesOfAngle | ||
| 143 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 139 | rdfs:domain ep-core:PlaneAngle ; | 144 | rdfs:domain ep-core:PlaneAngle ; |
| 140 | rdfs:label "degrees of angle"^^xsd:string . | 145 | rdfs:label "degrees of angle"^^xsd:string . |
| 141 | 146 | ||
| 142 | ep-core:derivedFrom | 147 | ep-core:derivedFrom |
| 143 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 148 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
| 144 | rdfs:label "derived from"^^xsd:string . | 149 | rdfs:label "derived from"^^xsd:string . |
| 145 | 150 | ||
| 146 | ep-core:dtiName | 151 | ep-core:dtiName |
| 147 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 152 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 148 | rdfs:label "DTI name"^^xsd:string ; | 153 | rdfs:label "DTI name"^^xsd:string ; |
| 149 | rdfs:range xsd:string ; | 154 | rdfs:range xsd:string ; |
| 150 | rdfs:subPropertyOf ep-core:name . | 155 | rdfs:subPropertyOf ep-core:name . |
| 151 | 156 | ||
| 152 | ep-core:foot | 157 | ep-core:foot |
| 153 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 158 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 154 | rdfs:domain ep-core:Length ; | 159 | rdfs:domain ep-core:Length ; |
| 155 | rdfs:label "foot"^^xsd:string . | 160 | rdfs:label "foot"^^xsd:string . |
| 156 | 161 | ||
| 157 | ep-core:foot3_sack94-1 | 162 | ep-core:foot3_sack94-1 |
| 158 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 163 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 159 | rdfs:domain ep-core:YieldPoint ; | 164 | rdfs:domain ep-core:YieldPoint ; |
| 160 | rdfs:label "foot3 sack94-1"^^xsd:string . | 165 | rdfs:label "foot3 sack94-1"^^xsd:string . |
| 161 | 166 | ||
| 162 | ep-core:footUS | 167 | ep-core:footUS |
| 163 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 168 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 164 | rdfs:domain ep-core:Length ; | 169 | rdfs:domain ep-core:Length ; |
| 165 | rdfs:label "foot (US survey)"^^xsd:string . | 170 | rdfs:label "foot (US survey)"^^xsd:string . |
| 166 | 171 | ||
| 167 | ep-core:gram_cm-3 | 172 | ep-core:gram_cm-3 |
| 168 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 173 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 169 | rdfs:label "gram cm-3"^^xsd:string . | 174 | rdfs:label "gram cm-3"^^xsd:string . |
| 170 | 175 | ||
| 171 | ep-core:hasPart | 176 | ep-core:hasPart |
| ... | @@ -189,52 +194,52 @@ ep-core:hasVolume | ... | @@ -189,52 +194,52 @@ ep-core:hasVolume |
| 189 | rdfs:label "has volume"^^xsd:string . | 194 | rdfs:label "has volume"^^xsd:string . |
| 190 | 195 | ||
| 191 | ep-core:hour | 196 | ep-core:hour |
| 192 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 197 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 193 | rdfs:domain ep-core:TimeDuration ; | 198 | rdfs:domain ep-core:TimeDuration ; |
| 194 | rdfs:label "hour"^^xsd:string . | 199 | rdfs:label "hour"^^xsd:string . |
| 195 | 200 | ||
| 196 | ep-core:inch | 201 | ep-core:inch |
| 197 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 202 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 198 | rdfs:domain ep-core:Length ; | 203 | rdfs:domain ep-core:Length ; |
| 199 | rdfs:label "inch"^^xsd:string . | 204 | rdfs:label "inch"^^xsd:string . |
| 200 | 205 | ||
| 201 | ep-core:inchUS | 206 | ep-core:inchUS |
| 202 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 207 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 203 | rdfs:domain ep-core:Length ; | 208 | rdfs:domain ep-core:Length ; |
| 204 | rdfs:label "inch (US survey)"^^xsd:string . | 209 | rdfs:label "inch (US survey)"^^xsd:string . |
| 205 | 210 | ||
| 206 | ep-core:localFieldName | 211 | ep-core:localFieldName |
| 207 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 212 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 208 | rdfs:label "local field name"^^xsd:string ; | 213 | rdfs:label "local field name"^^xsd:string ; |
| 209 | rdfs:range xsd:string ; | 214 | rdfs:range xsd:string ; |
| 210 | rdfs:subPropertyOf ep-core:name . | 215 | rdfs:subPropertyOf ep-core:name . |
| 211 | 216 | ||
| 212 | ep-core:megaPa | 217 | ep-core:megaPa |
| 213 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 218 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 214 | rdfs:domain ep-core:Pressure ; | 219 | rdfs:domain ep-core:Pressure ; |
| 215 | rdfs:label "MPa"^^xsd:string . | 220 | rdfs:label "MPa"^^xsd:string . |
| 216 | 221 | ||
| 217 | ep-core:megaPa_second | 222 | ep-core:megaPa_second |
| 218 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 223 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 219 | rdfs:domain ep-core:PlasticViscosity ; | 224 | rdfs:domain ep-core:PlasticViscosity ; |
| 220 | rdfs:label "MPa.second"^^xsd:string . | 225 | rdfs:label "MPa.second"^^xsd:string . |
| 221 | 226 | ||
| 222 | ep-core:metre | 227 | ep-core:metre |
| 223 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 228 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 224 | rdfs:domain ep-core:Length ; | 229 | rdfs:domain ep-core:Length ; |
| 225 | rdfs:label "metre"^^xsd:string . | 230 | rdfs:label "metre"^^xsd:string . |
| 226 | 231 | ||
| 227 | ep-core:metre3 | 232 | ep-core:metre3 |
| 228 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 233 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 229 | rdfs:label "metre3"^^xsd:string . | 234 | rdfs:label "metre3"^^xsd:string . |
| 230 | 235 | ||
| 231 | ep-core:metre_hour-1 | 236 | ep-core:metre_hour-1 |
| 232 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 237 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 233 | rdfs:domain ep-core:Speed ; | 238 | rdfs:domain ep-core:Speed ; |
| 234 | rdfs:label "metre hour-1"^^xsd:string . | 239 | rdfs:label "metre hour-1"^^xsd:string . |
| 235 | 240 | ||
| 236 | ep-core:minute | 241 | ep-core:minute |
| 237 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 242 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 238 | rdfs:domain ep-core:TimeDuration ; | 243 | rdfs:domain ep-core:TimeDuration ; |
| 239 | rdfs:label "minute"^^xsd:string . | 244 | rdfs:label "minute"^^xsd:string . |
| 240 | 245 | ||
| ... | @@ -244,26 +249,26 @@ ep-core:name | ... | @@ -244,26 +249,26 @@ ep-core:name |
| 244 | rdfs:range xsd:string . | 249 | rdfs:range xsd:string . |
| 245 | 250 | ||
| 246 | ep-core:nominallyExistsAt | 251 | ep-core:nominallyExistsAt |
| 247 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 252 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 248 | rdfs:domain ep-core:PhysicalThing ; | 253 | rdfs:domain ep-core:PhysicalThing ; |
| 249 | rdfs:label "nominally exists at"^^xsd:string ; | 254 | rdfs:label "nominally exists at"^^xsd:string ; |
| 250 | rdfs:range xsd:string ; | 255 | rdfs:range xsd:string ; |
| 251 | rdfs:subPropertyOf ep-core:name . | 256 | rdfs:subPropertyOf ep-core:name . |
| 252 | 257 | ||
| 253 | ep-core:npdCode | 258 | ep-core:npdCode |
| 254 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 259 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 255 | rdfs:label "NPD code"^^xsd:string ; | 260 | rdfs:label "NPD code"^^xsd:string ; |
| 256 | rdfs:range xsd:string ; | 261 | rdfs:range xsd:string ; |
| 257 | rdfs:subPropertyOf ep-core:name . | 262 | rdfs:subPropertyOf ep-core:name . |
| 258 | 263 | ||
| 259 | ep-core:npdName | 264 | ep-core:npdName |
| 260 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 265 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 261 | rdfs:label "NPD name"^^xsd:string ; | 266 | rdfs:label "NPD name"^^xsd:string ; |
| 262 | rdfs:range xsd:string ; | 267 | rdfs:range xsd:string ; |
| 263 | rdfs:subPropertyOf ep-core:name . | 268 | rdfs:subPropertyOf ep-core:name . |
| 264 | 269 | ||
| 265 | ep-core:npdNumber | 270 | ep-core:npdNumber |
| 266 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 271 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 267 | rdfs:label "NPD number"^^xsd:string ; | 272 | rdfs:label "NPD number"^^xsd:string ; |
| 268 | rdfs:range xsd:string ; | 273 | rdfs:range xsd:string ; |
| 269 | rdfs:subPropertyOf ep-core:name . | 274 | rdfs:subPropertyOf ep-core:name . |
| ... | @@ -276,43 +281,43 @@ ep-core:partOf | ... | @@ -276,43 +281,43 @@ ep-core:partOf |
| 276 | owl:inverseOf ep-core:hasPart . | 281 | owl:inverseOf ep-core:hasPart . |
| 277 | 282 | ||
| 278 | ep-core:partPerMillionByVolume | 283 | ep-core:partPerMillionByVolume |
| 279 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 284 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 280 | rdfs:domain ep-core:SpecificVolume ; | 285 | rdfs:domain ep-core:SpecificVolume ; |
| 281 | rdfs:label "part per million by volume"^^xsd:string . | 286 | rdfs:label "part per million by volume"^^xsd:string . |
| 282 | 287 | ||
| 283 | ep-core:pascal | 288 | ep-core:pascal |
| 284 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 289 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 285 | rdfs:domain ep-core:Pressure ; | 290 | rdfs:domain ep-core:Pressure ; |
| 286 | rdfs:label "Pascal"^^xsd:string . | 291 | rdfs:label "Pascal"^^xsd:string . |
| 287 | 292 | ||
| 288 | ep-core:perCentByVolume | 293 | ep-core:perCentByVolume |
| 289 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 294 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 290 | rdfs:domain ep-core:SpecificVolume ; | 295 | rdfs:domain ep-core:SpecificVolume ; |
| 291 | rdfs:label "per cent by volume"^^xsd:string . | 296 | rdfs:label "per cent by volume"^^xsd:string . |
| 292 | 297 | ||
| 293 | ep-core:pound_foot-1 | 298 | ep-core:pound_foot-1 |
| 294 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 299 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 295 | rdfs:domain ep-core:MassPerUnitLength ; | 300 | rdfs:domain ep-core:MassPerUnitLength ; |
| 296 | rdfs:label "pound foot-1"^^xsd:string . | 301 | rdfs:label "pound foot-1"^^xsd:string . |
| 297 | 302 | ||
| 298 | ep-core:prospectName | 303 | ep-core:prospectName |
| 299 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 304 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 300 | rdfs:label "prospect name"^^xsd:string ; | 305 | rdfs:label "prospect name"^^xsd:string ; |
| 301 | rdfs:range xsd:string ; | 306 | rdfs:range xsd:string ; |
| 302 | rdfs:subPropertyOf ep-core:name . | 307 | rdfs:subPropertyOf ep-core:name . |
| 303 | 308 | ||
| 304 | ep-core:psig | 309 | ep-core:psig |
| 305 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 310 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 306 | rdfs:domain ep-core:Pressure ; | 311 | rdfs:domain ep-core:Pressure ; |
| 307 | rdfs:label "psi gauge"^^xsd:string . | 312 | rdfs:label "psi gauge"^^xsd:string . |
| 308 | 313 | ||
| 309 | ep-core:second | 314 | ep-core:second |
| 310 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 315 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 311 | rdfs:domain ep-core:TimeDuration ; | 316 | rdfs:domain ep-core:TimeDuration ; |
| 312 | rdfs:label "second"^^xsd:string . | 317 | rdfs:label "second"^^xsd:string . |
| 313 | 318 | ||
| 314 | ep-core:specificGravity | 319 | ep-core:specificGravity |
| 315 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 320 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 316 | rdfs:label "specific gravity"^^xsd:string . | 321 | rdfs:label "specific gravity"^^xsd:string . |
| 317 | 322 | ||
| 318 | ep-core:temporalPartOf | 323 | ep-core:temporalPartOf |
| ... | @@ -324,16 +329,16 @@ ep-core:temporalPartOf | ... | @@ -324,16 +329,16 @@ ep-core:temporalPartOf |
| 324 | owl:inverseOf ep-core:hasTemporalPart . | 329 | owl:inverseOf ep-core:hasTemporalPart . |
| 325 | 330 | ||
| 326 | ep-core:undefinedScale | 331 | ep-core:undefinedScale |
| 327 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 332 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 328 | rdfs:domain owl:Class ; | 333 | rdfs:domain owl:Class ; |
| 329 | rdfs:label "undefined scale"^^xsd:string . | 334 | rdfs:label "undefined scale"^^xsd:string . |
| 330 | 335 | ||
| 331 | ep-core:usGallon_sack94-1 | 336 | ep-core:usGallon_sack94-1 |
| 332 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 337 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 333 | rdfs:domain ep-core:SpecificVolume ; | 338 | rdfs:domain ep-core:SpecificVolume ; |
| 334 | rdfs:label "USgallon sack94-1"^^xsd:string . | 339 | rdfs:label "USgallon sack94-1"^^xsd:string . |
| 335 | 340 | ||
| 336 | ep-core:week | 341 | ep-core:week |
| 337 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 342 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 338 | rdfs:domain ep-core:TimeDuration ; | 343 | rdfs:domain ep-core:TimeDuration ; |
| 339 | rdfs:label "week"^^xsd:string . | 344 | rdfs:label "week"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Tue Sep 20 20:26:46 BST 2011 | 1 | +# Saved by TopBraid on Sat Sep 24 10:29:25 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/organization | ||
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 5 | 6 | ||
| ... | @@ -12,7 +13,7 @@ | ... | @@ -12,7 +13,7 @@ |
| 12 | 13 | ||
| 13 | <http://www.reportinghub.no/ep/schema/1.0/equipment> | 14 | <http://www.reportinghub.no/ep/schema/1.0/equipment> |
| 14 | rdf:type owl:Ontology ; | 15 | rdf:type owl:Ontology ; |
| 15 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/well> ; | 16 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/organization> ; |
| 16 | owl:versionInfo "0.1.0"^^xsd:string . | 17 | owl:versionInfo "0.1.0"^^xsd:string . |
| 17 | 18 | ||
| 18 | ep-core:PhysicalThing | 19 | ep-core:PhysicalThing |
| ... | @@ -63,11 +64,26 @@ ep-eqt:ChokeValve | ... | @@ -63,11 +64,26 @@ ep-eqt:ChokeValve |
| 63 | rdfs:label "choke valve"^^xsd:string ; | 64 | rdfs:label "choke valve"^^xsd:string ; |
| 64 | rdfs:subClassOf ep-eqt:Equipment . | 65 | rdfs:subClassOf ep-eqt:Equipment . |
| 65 | 66 | ||
| 67 | +ep-eqt:ClassOfSupplyDefinedByAManufacturer | ||
| 68 | + rdf:type rdfs:Class ; | ||
| 69 | + rdfs:label "manufacturer model"^^xsd:string ; | ||
| 70 | + rdfs:subClassOf owl:Class . | ||
| 71 | + | ||
| 66 | ep-eqt:DrillBit | 72 | ep-eqt:DrillBit |
| 67 | rdf:type owl:Class ; | 73 | rdf:type owl:Class ; |
| 68 | rdfs:label "drill bit"^^xsd:string ; | 74 | rdfs:label "drill bit"^^xsd:string ; |
| 69 | rdfs:subClassOf ep-eqt:Equipment . | 75 | rdfs:subClassOf ep-eqt:Equipment . |
| 70 | 76 | ||
| 77 | +ep-eqt:DrillBitForWellBore | ||
| 78 | + rdf:type owl:Class ; | ||
| 79 | + rdfs:label "drill bit for wellbore"^^xsd:string ; | ||
| 80 | + rdfs:subClassOf ep-eqt:DrillBit . | ||
| 81 | + | ||
| 82 | +ep-eqt:DullGrade | ||
| 83 | + rdf:type rdfs:Class ; | ||
| 84 | + rdfs:label "dull grade"^^xsd:string ; | ||
| 85 | + rdfs:subClassOf owl:Class . | ||
| 86 | + | ||
| 71 | ep-eqt:Equipment | 87 | ep-eqt:Equipment |
| 72 | rdf:type owl:Class ; | 88 | rdf:type owl:Class ; |
| 73 | rdfs:label "Equipment"^^xsd:string ; | 89 | rdfs:label "Equipment"^^xsd:string ; |
| ... | @@ -146,6 +162,11 @@ ep-eqt:WellBoreLoggingTool | ... | @@ -146,6 +162,11 @@ ep-eqt:WellBoreLoggingTool |
| 146 | rdfs:label "well bore logging tool"^^xsd:string ; | 162 | rdfs:label "well bore logging tool"^^xsd:string ; |
| 147 | rdfs:subClassOf ep-eqt:Equipment . | 163 | rdfs:subClassOf ep-eqt:Equipment . |
| 148 | 164 | ||
| 165 | +ep-eqt:codeAssignedByAManufacturer | ||
| 166 | + rdf:type owl:DatatypeProperty ; | ||
| 167 | + rdfs:domain ep-eqt:ClassOfSupplyDefinedByAManufacturer ; | ||
| 168 | + rdfs:label "code assigned by manufacturer"^^xsd:string . | ||
| 169 | + | ||
| 149 | ep-eqt:diameterOfACasing | 170 | ep-eqt:diameterOfACasing |
| 150 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 171 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 151 | rdfs:domain ep-eqt:Casing ; | 172 | rdfs:domain ep-eqt:Casing ; |
| ... | @@ -182,6 +203,12 @@ ep-eqt:lengthOfInnerBarrel | ... | @@ -182,6 +203,12 @@ ep-eqt:lengthOfInnerBarrel |
| 182 | rdfs:label "length of inner barrel"^^xsd:string ; | 203 | rdfs:label "length of inner barrel"^^xsd:string ; |
| 183 | rdfs:range ep-core:Length . | 204 | rdfs:range ep-core:Length . |
| 184 | 205 | ||
| 206 | +ep-eqt:manufacturedBy | ||
| 207 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 208 | + rdfs:domain ep-eqt:Equipment ; | ||
| 209 | + rdfs:label "manaufactured by"^^xsd:string ; | ||
| 210 | + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | ||
| 211 | + | ||
| 185 | ep-eqt:maximumPressureForBlowOutPreventer | 212 | ep-eqt:maximumPressureForBlowOutPreventer |
| 186 | rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 213 | rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 187 | rdfs:domain ep-eqt:BlowOutPreventer ; | 214 | rdfs:domain ep-eqt:BlowOutPreventer ; | ... | ... |
| 1 | -# Saved by TopBraid on Tue Sep 20 20:06:22 BST 2011 | 1 | +# Saved by TopBraid on Thu Sep 22 19:01:18 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 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
| ... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
| 12 | 12 | ||
| 13 | <http://www.reportinghub.no/ep/schema/1.0/well> | 13 | <http://www.reportinghub.no/ep/schema/1.0/well> |
| 14 | rdf:type owl:Ontology ; | 14 | rdf:type owl:Ontology ; |
| 15 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ; | 15 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
| 16 | owl:versionInfo "0.1.0"^^xsd:string . | 16 | owl:versionInfo "0.1.0"^^xsd:string . |
| 17 | 17 | ||
| 18 | <http://www.reportinghub.no/ep/schema/equipment#Equipment> | 18 | <http://www.reportinghub.no/ep/schema/equipment#Equipment> |
| ... | @@ -24,17 +24,17 @@ ep-well:CementingFluid | ... | @@ -24,17 +24,17 @@ ep-well:CementingFluid |
| 24 | rdfs:subClassOf ep-well:Fluid . | 24 | rdfs:subClassOf ep-well:Fluid . |
| 25 | 25 | ||
| 26 | ep-well:CementingFluidType | 26 | ep-well:CementingFluidType |
| 27 | - rdf:type rdfs:Class , ep-well:CementingFluidType ; | 27 | + rdf:type ep-well:CementingFluidType , rdfs:Class ; |
| 28 | rdfs:label "cementing fluid type"^^xsd:string ; | 28 | rdfs:label "cementing fluid type"^^xsd:string ; |
| 29 | rdfs:subClassOf ep-well:FluidType . | 29 | rdfs:subClassOf ep-well:FluidType . |
| 30 | 30 | ||
| 31 | ep-well:Condensate | 31 | ep-well:Condensate |
| 32 | - rdf:type ep-well:FluidComponentType , owl:Class ; | 32 | + rdf:type owl:Class , ep-well:FluidComponentType ; |
| 33 | rdfs:label "condensate"^^xsd:string ; | 33 | rdfs:label "condensate"^^xsd:string ; |
| 34 | rdfs:subClassOf ep-well:Fluid . | 34 | rdfs:subClassOf ep-well:Fluid . |
| 35 | 35 | ||
| 36 | ep-well:Filtrate | 36 | ep-well:Filtrate |
| 37 | - rdf:type owl:Class , ep-well:FluidComponentType ; | 37 | + rdf:type ep-well:FluidComponentType , owl:Class ; |
| 38 | rdfs:label "filtrate"^^xsd:string ; | 38 | rdfs:label "filtrate"^^xsd:string ; |
| 39 | rdfs:subClassOf ep-well:Fluid . | 39 | rdfs:subClassOf ep-well:Fluid . |
| 40 | 40 | ||
| ... | @@ -49,23 +49,23 @@ ep-well:FluidComponentType | ... | @@ -49,23 +49,23 @@ ep-well:FluidComponentType |
| 49 | rdfs:subClassOf owl:Class . | 49 | rdfs:subClassOf owl:Class . |
| 50 | 50 | ||
| 51 | ep-well:FluidType | 51 | ep-well:FluidType |
| 52 | - rdf:type rdfs:Class , ep-well:CementingFluidType ; | 52 | + rdf:type ep-well:CementingFluidType , rdfs:Class ; |
| 53 | rdfs:label "fluid type"^^xsd:string ; | 53 | rdfs:label "fluid type"^^xsd:string ; |
| 54 | - rdfs:subClassOf rdfs:Class . | 54 | + rdfs:subClassOf owl:Class . |
| 55 | 55 | ||
| 56 | ep-well:Gas | 56 | ep-well:Gas |
| 57 | - rdf:type ep-well:FluidComponentType , owl:Class ; | 57 | + rdf:type owl:Class , ep-well:FluidComponentType ; |
| 58 | rdfs:label "gas"^^xsd:string ; | 58 | rdfs:label "gas"^^xsd:string ; |
| 59 | rdfs:subClassOf ep-well:Fluid . | 59 | rdfs:subClassOf ep-well:Fluid . |
| 60 | 60 | ||
| 61 | ep-well:HphtWellBore | 61 | ep-well:HphtWellBore |
| 62 | - rdf:type owl:Class , ep-well:WellBoreHphtType ; | 62 | + rdf:type ep-well:WellBoreHphtType , owl:Class ; |
| 63 | rdfs:label "high pressure high temperature well bore"^^xsd:string ; | 63 | rdfs:label "high pressure high temperature well bore"^^xsd:string ; |
| 64 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 64 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
| 65 | owl:disjointWith ep-well:NotHphtWellBore . | 65 | owl:disjointWith ep-well:NotHphtWellBore . |
| 66 | 66 | ||
| 67 | ep-well:LeakyWellBore | 67 | ep-well:LeakyWellBore |
| 68 | - rdf:type ep-well:WellBoreTightnessType , owl:Class ; | 68 | + rdf:type owl:Class , ep-well:WellBoreTightnessType ; |
| 69 | rdfs:label "leaky well bore"^^xsd:string ; | 69 | rdfs:label "leaky well bore"^^xsd:string ; |
| 70 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 70 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
| 71 | owl:disjointWith ep-well:TightWellBore . | 71 | owl:disjointWith ep-well:TightWellBore . |
| ... | @@ -76,42 +76,42 @@ ep-well:LowerPartOfAWellBore | ... | @@ -76,42 +76,42 @@ ep-well:LowerPartOfAWellBore |
| 76 | rdfs:subClassOf ep-well:SpatialPartOfAWellBore . | 76 | rdfs:subClassOf ep-well:SpatialPartOfAWellBore . |
| 77 | 77 | ||
| 78 | ep-well:Mud | 78 | ep-well:Mud |
| 79 | - rdf:type owl:Class , ep-well:CementingFluidType ; | 79 | + rdf:type ep-well:CementingFluidType , owl:Class ; |
| 80 | rdfs:label "mud"^^xsd:string ; | 80 | rdfs:label "mud"^^xsd:string ; |
| 81 | rdfs:subClassOf ep-well:CementingFluid ; | 81 | rdfs:subClassOf ep-well:CementingFluid ; |
| 82 | - owl:disjointWith ep-well:Spacer , ep-well:Wash , ep-well:Slurry . | 82 | + owl:disjointWith ep-well:Slurry , ep-well:Wash , ep-well:Spacer . |
| 83 | 83 | ||
| 84 | ep-well:Mud-oilBased | 84 | ep-well:Mud-oilBased |
| 85 | - rdf:type ep-well:MudClass , owl:Class ; | 85 | + rdf:type owl:Class , ep-well:MudClass ; |
| 86 | rdfs:label "mud - oil based"^^xsd:string ; | 86 | rdfs:label "mud - oil based"^^xsd:string ; |
| 87 | rdfs:subClassOf ep-well:Mud ; | 87 | rdfs:subClassOf ep-well:Mud ; |
| 88 | - owl:disjointWith ep-well:Mud-other , ep-well:Mud-waterBased . | 88 | + owl:disjointWith ep-well:Mud-waterBased , ep-well:Mud-other . |
| 89 | 89 | ||
| 90 | ep-well:Mud-other | 90 | ep-well:Mud-other |
| 91 | - rdf:type ep-well:MudClass , owl:Class ; | 91 | + rdf:type owl:Class , ep-well:MudClass ; |
| 92 | rdfs:label "mud - other"^^xsd:string ; | 92 | rdfs:label "mud - other"^^xsd:string ; |
| 93 | rdfs:subClassOf ep-well:Mud ; | 93 | rdfs:subClassOf ep-well:Mud ; |
| 94 | - owl:disjointWith ep-well:Mud-oilBased , ep-well:Mud-waterBased . | 94 | + owl:disjointWith ep-well:Mud-waterBased , ep-well:Mud-oilBased . |
| 95 | 95 | ||
| 96 | ep-well:Mud-waterBased | 96 | ep-well:Mud-waterBased |
| 97 | - rdf:type ep-well:MudClass , owl:Class ; | 97 | + rdf:type owl:Class , ep-well:MudClass ; |
| 98 | rdfs:label "mud - water based"^^xsd:string ; | 98 | rdfs:label "mud - water based"^^xsd:string ; |
| 99 | rdfs:subClassOf ep-well:Mud ; | 99 | rdfs:subClassOf ep-well:Mud ; |
| 100 | - owl:disjointWith ep-well:Mud-other , ep-well:Mud-oilBased . | 100 | + owl:disjointWith ep-well:Mud-oilBased , ep-well:Mud-other . |
| 101 | 101 | ||
| 102 | ep-well:MudClass | 102 | ep-well:MudClass |
| 103 | - rdf:type rdfs:Class , ep-well:CementingFluidType ; | 103 | + rdf:type ep-well:CementingFluidType , rdfs:Class ; |
| 104 | rdfs:label "mud class"^^xsd:string ; | 104 | rdfs:label "mud class"^^xsd:string ; |
| 105 | rdfs:subClassOf ep-well:FluidType . | 105 | rdfs:subClassOf ep-well:FluidType . |
| 106 | 106 | ||
| 107 | ep-well:NotHphtWellBore | 107 | ep-well:NotHphtWellBore |
| 108 | - rdf:type owl:Class , ep-well:WellBoreHphtType ; | 108 | + rdf:type ep-well:WellBoreHphtType , owl:Class ; |
| 109 | rdfs:label "not high pressure high temperature well bore"^^xsd:string ; | 109 | rdfs:label "not high pressure high temperature well bore"^^xsd:string ; |
| 110 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 110 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
| 111 | owl:disjointWith ep-well:HphtWellBore . | 111 | owl:disjointWith ep-well:HphtWellBore . |
| 112 | 112 | ||
| 113 | ep-well:Oil | 113 | ep-well:Oil |
| 114 | - rdf:type owl:Class , ep-well:FluidComponentType ; | 114 | + rdf:type ep-well:FluidComponentType , owl:Class ; |
| 115 | rdfs:label "oil"^^xsd:string ; | 115 | rdfs:label "oil"^^xsd:string ; |
| 116 | rdfs:subClassOf ep-well:Fluid . | 116 | rdfs:subClassOf ep-well:Fluid . |
| 117 | 117 | ||
| ... | @@ -126,16 +126,16 @@ ep-well:RecoveredCore | ... | @@ -126,16 +126,16 @@ ep-well:RecoveredCore |
| 126 | rdfs:subClassOf ep-core:PhysicalObject . | 126 | rdfs:subClassOf ep-core:PhysicalObject . |
| 127 | 127 | ||
| 128 | ep-well:Slurry | 128 | ep-well:Slurry |
| 129 | - rdf:type owl:Class , ep-well:CementingFluidType ; | 129 | + rdf:type ep-well:CementingFluidType , owl:Class ; |
| 130 | rdfs:label "slurry"^^xsd:string ; | 130 | rdfs:label "slurry"^^xsd:string ; |
| 131 | rdfs:subClassOf ep-well:CementingFluid ; | 131 | rdfs:subClassOf ep-well:CementingFluid ; |
| 132 | - owl:disjointWith ep-well:Mud , ep-well:Spacer , ep-well:Wash . | 132 | + owl:disjointWith ep-well:Wash , ep-well:Spacer , ep-well:Mud . |
| 133 | 133 | ||
| 134 | ep-well:Spacer | 134 | ep-well:Spacer |
| 135 | - rdf:type owl:Class , ep-well:CementingFluidType ; | 135 | + rdf:type ep-well:CementingFluidType , owl:Class ; |
| 136 | rdfs:label "spacer"^^xsd:string ; | 136 | rdfs:label "spacer"^^xsd:string ; |
| 137 | rdfs:subClassOf ep-well:CementingFluid ; | 137 | rdfs:subClassOf ep-well:CementingFluid ; |
| 138 | - owl:disjointWith ep-well:Mud , ep-well:Wash , ep-well:Slurry . | 138 | + owl:disjointWith ep-well:Slurry , ep-well:Wash , ep-well:Mud . |
| 139 | 139 | ||
| 140 | ep-well:SpatialPartOfAWellBore | 140 | ep-well:SpatialPartOfAWellBore |
| 141 | rdf:type owl:Class ; | 141 | rdf:type owl:Class ; |
| ... | @@ -158,7 +158,7 @@ ep-well:TemporalPartOfAWellBore | ... | @@ -158,7 +158,7 @@ ep-well:TemporalPartOfAWellBore |
| 158 | rdfs:subClassOf ep-core:PhysicalObject . | 158 | rdfs:subClassOf ep-core:PhysicalObject . |
| 159 | 159 | ||
| 160 | ep-well:TightWellBore | 160 | ep-well:TightWellBore |
| 161 | - rdf:type ep-well:WellBoreTightnessType , owl:Class ; | 161 | + rdf:type owl:Class , ep-well:WellBoreTightnessType ; |
| 162 | rdfs:label "tight well bore"^^xsd:string ; | 162 | rdfs:label "tight well bore"^^xsd:string ; |
| 163 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 163 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
| 164 | owl:disjointWith ep-well:LeakyWellBore . | 164 | owl:disjointWith ep-well:LeakyWellBore . |
| ... | @@ -167,10 +167,10 @@ ep-well:Wash | ... | @@ -167,10 +167,10 @@ ep-well:Wash |
| 167 | rdf:type owl:Class ; | 167 | rdf:type owl:Class ; |
| 168 | rdfs:label "wash"^^xsd:string ; | 168 | rdfs:label "wash"^^xsd:string ; |
| 169 | rdfs:subClassOf ep-well:CementingFluid ; | 169 | rdfs:subClassOf ep-well:CementingFluid ; |
| 170 | - owl:disjointWith ep-well:Mud , ep-well:Spacer , ep-well:Slurry . | 170 | + owl:disjointWith ep-well:Slurry , ep-well:Spacer , ep-well:Mud . |
| 171 | 171 | ||
| 172 | ep-well:Water | 172 | ep-well:Water |
| 173 | - rdf:type ep-well:FluidComponentType , owl:Class ; | 173 | + rdf:type owl:Class , ep-well:FluidComponentType ; |
| 174 | rdfs:label "water"^^xsd:string ; | 174 | rdfs:label "water"^^xsd:string ; |
| 175 | rdfs:subClassOf ep-well:Fluid . | 175 | rdfs:subClassOf ep-well:Fluid . |
| 176 | 176 | ||
| ... | @@ -227,61 +227,61 @@ ep-well:WellBoreWithoutCirculation | ... | @@ -227,61 +227,61 @@ ep-well:WellBoreWithoutCirculation |
| 227 | owl:disjointWith ep-well:WellBoreWithCirculation . | 227 | owl:disjointWith ep-well:WellBoreWithCirculation . |
| 228 | 228 | ||
| 229 | ep-well:averageBottomHolePressure | 229 | ep-well:averageBottomHolePressure |
| 230 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 230 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 231 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 231 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 232 | rdfs:label "average bottom hole pressure"^^xsd:string ; | 232 | rdfs:label "average bottom hole pressure"^^xsd:string ; |
| 233 | rdfs:range ep-core:Pressure . | 233 | rdfs:range ep-core:Pressure . |
| 234 | 234 | ||
| 235 | ep-well:averageBottomHoleTemperature | 235 | ep-well:averageBottomHoleTemperature |
| 236 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 236 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 237 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 237 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 238 | rdfs:label "average bottom hole temperature"^^xsd:string ; | 238 | rdfs:label "average bottom hole temperature"^^xsd:string ; |
| 239 | rdfs:range ep-core:Temperature . | 239 | rdfs:range ep-core:Temperature . |
| 240 | 240 | ||
| 241 | ep-well:azimuth | 241 | ep-well:azimuth |
| 242 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 242 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 243 | rdfs:domain ep-well:PositionWithinWellBore ; | 243 | rdfs:domain ep-well:PositionWithinWellBore ; |
| 244 | rdfs:label "azimuth"^^xsd:string ; | 244 | rdfs:label "azimuth"^^xsd:string ; |
| 245 | rdfs:range ep-core:PlaneAngle . | 245 | rdfs:range ep-core:PlaneAngle . |
| 246 | 246 | ||
| 247 | ep-well:bottomHoleMeasuredDepth | 247 | ep-well:bottomHoleMeasuredDepth |
| 248 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 248 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 249 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 249 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 250 | rdfs:label "bottom hole measured depth"^^xsd:string ; | 250 | rdfs:label "bottom hole measured depth"^^xsd:string ; |
| 251 | rdfs:range ep-core:Length . | 251 | rdfs:range ep-core:Length . |
| 252 | 252 | ||
| 253 | ep-well:bottomHoleTemperature | 253 | ep-well:bottomHoleTemperature |
| 254 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 254 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 255 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 255 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 256 | rdfs:label "bottom hole temperature"^^xsd:string ; | 256 | rdfs:label "bottom hole temperature"^^xsd:string ; |
| 257 | rdfs:range ep-core:Temperature . | 257 | rdfs:range ep-core:Temperature . |
| 258 | 258 | ||
| 259 | ep-well:bottomHoleTrueVerticalDepth | 259 | ep-well:bottomHoleTrueVerticalDepth |
| 260 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 260 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 261 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 261 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 262 | rdfs:label "bottom hole true vertical depth"^^xsd:string ; | 262 | rdfs:label "bottom hole true vertical depth"^^xsd:string ; |
| 263 | rdfs:range ep-core:Length . | 263 | rdfs:range ep-core:Length . |
| 264 | 264 | ||
| 265 | ep-well:cementingFluidPerCentFreeWater | 265 | ep-well:cementingFluidPerCentFreeWater |
| 266 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 266 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 267 | rdfs:domain ep-well:CementingFluid ; | 267 | rdfs:domain ep-well:CementingFluid ; |
| 268 | rdfs:label "cementing fluid per cent free water"^^xsd:string ; | 268 | rdfs:label "cementing fluid per cent free water"^^xsd:string ; |
| 269 | rdfs:range ep-core:SpecificVolume . | 269 | rdfs:range ep-core:SpecificVolume . |
| 270 | 270 | ||
| 271 | ep-well:cementingFluidThickeningTime | 271 | ep-well:cementingFluidThickeningTime |
| 272 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 272 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 273 | rdfs:domain ep-well:CementingFluid ; | 273 | rdfs:domain ep-well:CementingFluid ; |
| 274 | rdfs:label "cementing fluid thickening time"^^xsd:string ; | 274 | rdfs:label "cementing fluid thickening time"^^xsd:string ; |
| 275 | rdfs:range ep-core:TimeDuration . | 275 | rdfs:range ep-core:TimeDuration . |
| 276 | 276 | ||
| 277 | ep-well:coreLength | 277 | ep-well:coreLength |
| 278 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 278 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 279 | rdfs:domain ep-well:RecoveredCore ; | 279 | rdfs:domain ep-well:RecoveredCore ; |
| 280 | rdfs:label "core length"^^xsd:string ; | 280 | rdfs:label "core length"^^xsd:string ; |
| 281 | rdfs:range ep-core:Length . | 281 | rdfs:range ep-core:Length . |
| 282 | 282 | ||
| 283 | ep-well:diameterOfAWellBorePilotHole | 283 | ep-well:diameterOfAWellBorePilotHole |
| 284 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 284 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 285 | rdfs:domain ep-well:WellBorePilotHole ; | 285 | rdfs:domain ep-well:WellBorePilotHole ; |
| 286 | rdfs:label "diameter of a wellbore pilot hole"^^xsd:string ; | 286 | rdfs:label "diameter of a wellbore pilot hole"^^xsd:string ; |
| 287 | rdfs:range ep-core:Length . | 287 | rdfs:range ep-core:Length . |
| ... | @@ -293,61 +293,61 @@ ep-well:dominantComponent | ... | @@ -293,61 +293,61 @@ ep-well:dominantComponent |
| 293 | rdfs:range ep-well:FluidComponentType . | 293 | rdfs:range ep-well:FluidComponentType . |
| 294 | 294 | ||
| 295 | ep-well:ethaneConcentration | 295 | ep-well:ethaneConcentration |
| 296 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 296 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 297 | rdfs:domain ep-well:Gas ; | 297 | rdfs:domain ep-well:Gas ; |
| 298 | rdfs:label "ethane concentration"^^xsd:string ; | 298 | rdfs:label "ethane concentration"^^xsd:string ; |
| 299 | rdfs:range ep-core:SpecificVolume . | 299 | rdfs:range ep-core:SpecificVolume . |
| 300 | 300 | ||
| 301 | ep-well:finalBottomHoleMeasuredDepth | 301 | ep-well:finalBottomHoleMeasuredDepth |
| 302 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 302 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 303 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 303 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 304 | rdfs:label "final bottom hole measured depth"^^xsd:string ; | 304 | rdfs:label "final bottom hole measured depth"^^xsd:string ; |
| 305 | rdfs:range ep-core:Length . | 305 | rdfs:range ep-core:Length . |
| 306 | 306 | ||
| 307 | ep-well:finalBottomHoleTrueVerticalDepth | 307 | ep-well:finalBottomHoleTrueVerticalDepth |
| 308 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 308 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 309 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 309 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 310 | rdfs:label "final bottom hole true vertical depth"^^xsd:string ; | 310 | rdfs:label "final bottom hole true vertical depth"^^xsd:string ; |
| 311 | rdfs:range ep-core:Length . | 311 | rdfs:range ep-core:Length . |
| 312 | 312 | ||
| 313 | ep-well:gasConcentrationHigh | 313 | ep-well:gasConcentrationHigh |
| 314 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 314 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 315 | rdfs:domain ep-well:Fluid ; | 315 | rdfs:domain ep-well:Fluid ; |
| 316 | rdfs:label "gas concentration - high"^^xsd:string ; | 316 | rdfs:label "gas concentration - high"^^xsd:string ; |
| 317 | rdfs:range ep-core:SpecificVolume . | 317 | rdfs:range ep-core:SpecificVolume . |
| 318 | 318 | ||
| 319 | ep-well:gasConcentrationLow | 319 | ep-well:gasConcentrationLow |
| 320 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 320 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 321 | rdfs:domain ep-well:Fluid ; | 321 | rdfs:domain ep-well:Fluid ; |
| 322 | rdfs:label "gas concentration - low"^^xsd:string ; | 322 | rdfs:label "gas concentration - low"^^xsd:string ; |
| 323 | rdfs:range ep-core:SpecificVolume . | 323 | rdfs:range ep-core:SpecificVolume . |
| 324 | 324 | ||
| 325 | ep-well:hasBarrel | 325 | ep-well:hasBarrel |
| 326 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 326 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 327 | rdfs:domain ep-well:RecoveredCore ; | 327 | rdfs:domain ep-well:RecoveredCore ; |
| 328 | rdfs:label "has barrel"^^xsd:string ; | 328 | rdfs:label "has barrel"^^xsd:string ; |
| 329 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> . | 329 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> . |
| 330 | 330 | ||
| 331 | ep-well:inclination | 331 | ep-well:inclination |
| 332 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 332 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 333 | rdfs:domain ep-well:PositionWithinWellBore ; | 333 | rdfs:domain ep-well:PositionWithinWellBore ; |
| 334 | rdfs:label "inclination"^^xsd:string ; | 334 | rdfs:label "inclination"^^xsd:string ; |
| 335 | rdfs:range ep-core:PlaneAngle . | 335 | rdfs:range ep-core:PlaneAngle . |
| 336 | 336 | ||
| 337 | ep-well:initialBottomHoleMeasuredDepth | 337 | ep-well:initialBottomHoleMeasuredDepth |
| 338 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 338 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 339 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 339 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 340 | rdfs:label "initial bottom hole measured depth"^^xsd:string ; | 340 | rdfs:label "initial bottom hole measured depth"^^xsd:string ; |
| 341 | rdfs:range ep-core:Length . | 341 | rdfs:range ep-core:Length . |
| 342 | 342 | ||
| 343 | ep-well:isoButaneConcentration | 343 | ep-well:isoButaneConcentration |
| 344 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 344 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 345 | rdfs:domain ep-well:Gas ; | 345 | rdfs:domain ep-well:Gas ; |
| 346 | rdfs:label "iso-Butane concentration"^^xsd:string ; | 346 | rdfs:label "iso-Butane concentration"^^xsd:string ; |
| 347 | rdfs:range ep-core:SpecificVolume . | 347 | rdfs:range ep-core:SpecificVolume . |
| 348 | 348 | ||
| 349 | ep-well:isoPentaneConcentration | 349 | ep-well:isoPentaneConcentration |
| 350 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 350 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 351 | rdfs:domain ep-well:Gas ; | 351 | rdfs:domain ep-well:Gas ; |
| 352 | rdfs:label "iso-Pentane concentration"^^xsd:string ; | 352 | rdfs:label "iso-Pentane concentration"^^xsd:string ; |
| 353 | rdfs:range ep-core:SpecificVolume . | 353 | rdfs:range ep-core:SpecificVolume . |
| ... | @@ -358,91 +358,91 @@ ep-well:lithologyDescription | ... | @@ -358,91 +358,91 @@ ep-well:lithologyDescription |
| 358 | rdfs:label "lithology description"^^xsd:string . | 358 | rdfs:label "lithology description"^^xsd:string . |
| 359 | 359 | ||
| 360 | ep-well:measuredDepth | 360 | ep-well:measuredDepth |
| 361 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 361 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 362 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 362 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
| 363 | rdfs:label "measured depth"^^xsd:string ; | 363 | rdfs:label "measured depth"^^xsd:string ; |
| 364 | rdfs:range ep-core:Length . | 364 | rdfs:range ep-core:Length . |
| 365 | 365 | ||
| 366 | ep-well:measuredDepthOfPlugTop | 366 | ep-well:measuredDepthOfPlugTop |
| 367 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 367 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 368 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 368 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 369 | rdfs:label "measured depth of plug top"^^xsd:string ; | 369 | rdfs:label "measured depth of plug top"^^xsd:string ; |
| 370 | rdfs:range ep-core:Length . | 370 | rdfs:range ep-core:Length . |
| 371 | 371 | ||
| 372 | ep-well:measuredDepthToTheBottomOfAPartOfAWellBore | 372 | ep-well:measuredDepthToTheBottomOfAPartOfAWellBore |
| 373 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 373 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 374 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 374 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
| 375 | rdfs:label "measured depth to the bottom of a part of a wellbore"^^xsd:string ; | 375 | rdfs:label "measured depth to the bottom of a part of a wellbore"^^xsd:string ; |
| 376 | rdfs:range ep-core:Length . | 376 | rdfs:range ep-core:Length . |
| 377 | 377 | ||
| 378 | ep-well:measuredDepthToTheTopOfAPartOfAWellBore | 378 | ep-well:measuredDepthToTheTopOfAPartOfAWellBore |
| 379 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 379 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 380 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 380 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
| 381 | rdfs:label "measured depth to the top of a part of a wellbore"^^xsd:string ; | 381 | rdfs:label "measured depth to the top of a part of a wellbore"^^xsd:string ; |
| 382 | rdfs:range ep-core:Length . | 382 | rdfs:range ep-core:Length . |
| 383 | 383 | ||
| 384 | ep-well:methaneConcentration | 384 | ep-well:methaneConcentration |
| 385 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 385 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 386 | rdfs:domain ep-well:Gas ; | 386 | rdfs:domain ep-well:Gas ; |
| 387 | rdfs:label "methane concentration"^^xsd:string ; | 387 | rdfs:label "methane concentration"^^xsd:string ; |
| 388 | rdfs:range ep-core:SpecificVolume . | 388 | rdfs:range ep-core:SpecificVolume . |
| 389 | 389 | ||
| 390 | ep-well:nominalInsideDiameterOfBoreHole | 390 | ep-well:nominalInsideDiameterOfBoreHole |
| 391 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 391 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 392 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 392 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 393 | rdfs:label "nominal inside diameter of borehole"^^xsd:string ; | 393 | rdfs:label "nominal inside diameter of borehole"^^xsd:string ; |
| 394 | rdfs:range ep-core:Length . | 394 | rdfs:range ep-core:Length . |
| 395 | 395 | ||
| 396 | ep-well:norButaneConcentration | 396 | ep-well:norButaneConcentration |
| 397 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 397 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 398 | rdfs:domain ep-well:Gas ; | 398 | rdfs:domain ep-well:Gas ; |
| 399 | rdfs:label "nor-Butane concentration"^^xsd:string ; | 399 | rdfs:label "nor-Butane concentration"^^xsd:string ; |
| 400 | rdfs:range ep-core:SpecificVolume . | 400 | rdfs:range ep-core:SpecificVolume . |
| 401 | 401 | ||
| 402 | ep-well:plannedBottomHoleMeasuredDepth | 402 | ep-well:plannedBottomHoleMeasuredDepth |
| 403 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 403 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 404 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 404 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 405 | rdfs:label "planned bottom hole measured depth"^^xsd:string ; | 405 | rdfs:label "planned bottom hole measured depth"^^xsd:string ; |
| 406 | rdfs:range ep-core:Length . | 406 | rdfs:range ep-core:Length . |
| 407 | 407 | ||
| 408 | ep-well:plannedPilotBottomHoleMeasuredDepth | 408 | ep-well:plannedPilotBottomHoleMeasuredDepth |
| 409 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 409 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 410 | rdfs:domain ep-well:WellBorePilotHole ; | 410 | rdfs:domain ep-well:WellBorePilotHole ; |
| 411 | rdfs:label "planned pilot bottom hole measured depth"^^xsd:string ; | 411 | rdfs:label "planned pilot bottom hole measured depth"^^xsd:string ; |
| 412 | rdfs:range ep-core:Length . | 412 | rdfs:range ep-core:Length . |
| 413 | 413 | ||
| 414 | ep-well:plannedPilotBottomHoleTrueVerticalDepth | 414 | ep-well:plannedPilotBottomHoleTrueVerticalDepth |
| 415 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 415 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 416 | rdfs:domain ep-well:WellBorePilotHole ; | 416 | rdfs:domain ep-well:WellBorePilotHole ; |
| 417 | rdfs:label "planned pilot bottom hole true vertical depth"^^xsd:string ; | 417 | rdfs:label "planned pilot bottom hole true vertical depth"^^xsd:string ; |
| 418 | rdfs:range ep-core:Length . | 418 | rdfs:range ep-core:Length . |
| 419 | 419 | ||
| 420 | ep-well:porePressure | 420 | ep-well:porePressure |
| 421 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 421 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 422 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 422 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
| 423 | rdfs:label "pore pressure"^^xsd:string ; | 423 | rdfs:label "pore pressure"^^xsd:string ; |
| 424 | rdfs:range ep-core:Pressure . | 424 | rdfs:range ep-core:Pressure . |
| 425 | 425 | ||
| 426 | ep-well:porePressureEquivalentMudDensity | 426 | ep-well:porePressureEquivalentMudDensity |
| 427 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 427 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 428 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 428 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 429 | rdfs:label "pore pressure - equivalent mud density"^^xsd:string ; | 429 | rdfs:label "pore pressure - equivalent mud density"^^xsd:string ; |
| 430 | rdfs:range ep-core:Density . | 430 | rdfs:range ep-core:Density . |
| 431 | 431 | ||
| 432 | ep-well:propaneConcentration | 432 | ep-well:propaneConcentration |
| 433 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 433 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 434 | rdfs:domain ep-well:Gas ; | 434 | rdfs:domain ep-well:Gas ; |
| 435 | rdfs:label "propane concentration"^^xsd:string ; | 435 | rdfs:label "propane concentration"^^xsd:string ; |
| 436 | rdfs:range ep-core:SpecificVolume . | 436 | rdfs:range ep-core:SpecificVolume . |
| 437 | 437 | ||
| 438 | ep-well:ratioOfCementMixToWater | 438 | ep-well:ratioOfCementMixToWater |
| 439 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 439 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 440 | rdfs:domain ep-well:CementingFluid ; | 440 | rdfs:domain ep-well:CementingFluid ; |
| 441 | rdfs:label "ratio of cement mix to water"^^xsd:string ; | 441 | rdfs:label "ratio of cement mix to water"^^xsd:string ; |
| 442 | rdfs:range ep-core:SpecificVolume . | 442 | rdfs:range ep-core:SpecificVolume . |
| 443 | 443 | ||
| 444 | ep-well:relativeAmountOfCoreRecovered | 444 | ep-well:relativeAmountOfCoreRecovered |
| 445 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 445 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 446 | rdfs:domain ep-well:RecoveredCore ; | 446 | rdfs:domain ep-well:RecoveredCore ; |
| 447 | rdfs:label "relative amount of core recovered"^^xsd:string ; | 447 | rdfs:label "relative amount of core recovered"^^xsd:string ; |
| 448 | rdfs:range ep-core:SpecificVolume . | 448 | rdfs:range ep-core:SpecificVolume . |
| ... | @@ -453,13 +453,13 @@ ep-well:showDescription | ... | @@ -453,13 +453,13 @@ ep-well:showDescription |
| 453 | rdfs:label "show description"^^xsd:string . | 453 | rdfs:label "show description"^^xsd:string . |
| 454 | 454 | ||
| 455 | ep-well:shutInCasingPressure | 455 | ep-well:shutInCasingPressure |
| 456 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 456 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 457 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 457 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 458 | rdfs:label "shut in casing pressure"^^xsd:string ; | 458 | rdfs:label "shut in casing pressure"^^xsd:string ; |
| 459 | rdfs:range ep-core:Pressure . | 459 | rdfs:range ep-core:Pressure . |
| 460 | 460 | ||
| 461 | ep-well:shutInDrillPipePressure | 461 | ep-well:shutInDrillPipePressure |
| 462 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 462 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 463 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 463 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 464 | rdfs:label "shut in drill pipe pressure"^^xsd:string ; | 464 | rdfs:label "shut in drill pipe pressure"^^xsd:string ; |
| 465 | rdfs:range ep-core:Pressure . | 465 | rdfs:range ep-core:Pressure . |
| ... | @@ -470,40 +470,40 @@ ep-well:stratigraphyDescription | ... | @@ -470,40 +470,40 @@ ep-well:stratigraphyDescription |
| 470 | rdfs:label "stratigraphy description"^^xsd:string . | 470 | rdfs:label "stratigraphy description"^^xsd:string . |
| 471 | 471 | ||
| 472 | ep-well:strengthOfRockFormation | 472 | ep-well:strengthOfRockFormation |
| 473 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 473 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 474 | rdfs:domain ep-well:SurroundingRockFormation ; | 474 | rdfs:domain ep-well:SurroundingRockFormation ; |
| 475 | rdfs:label "strength of rock formation"^^xsd:string ; | 475 | rdfs:label "strength of rock formation"^^xsd:string ; |
| 476 | rdfs:range ep-core:StrengthOfRockFormation . | 476 | rdfs:range ep-core:StrengthOfRockFormation . |
| 477 | 477 | ||
| 478 | ep-well:trueVerticalDepth | 478 | ep-well:trueVerticalDepth |
| 479 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 479 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 480 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 480 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
| 481 | rdfs:label "true vertical depth"^^xsd:string ; | 481 | rdfs:label "true vertical depth"^^xsd:string ; |
| 482 | rdfs:range ep-core:Length . | 482 | rdfs:range ep-core:Length . |
| 483 | 483 | ||
| 484 | ep-well:trueVerticalDepthToTheBottomOfAPartOfAWellBore | 484 | ep-well:trueVerticalDepthToTheBottomOfAPartOfAWellBore |
| 485 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 485 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 486 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 486 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
| 487 | rdfs:label "true vertical depth to the bottom of a part of a wellbore"^^xsd:string ; | 487 | rdfs:label "true vertical depth to the bottom of a part of a wellbore"^^xsd:string ; |
| 488 | rdfs:range ep-core:Length . | 488 | rdfs:range ep-core:Length . |
| 489 | 489 | ||
| 490 | ep-well:trueVerticalDepthToTheTopOfAPartOfAWellBore | 490 | ep-well:trueVerticalDepthToTheTopOfAPartOfAWellBore |
| 491 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 491 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 492 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 492 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
| 493 | rdfs:label "true vertical depth to the top of a part of a wellbore"^^xsd:string ; | 493 | rdfs:label "true vertical depth to the top of a part of a wellbore"^^xsd:string ; |
| 494 | rdfs:range ep-core:Length . | 494 | rdfs:range ep-core:Length . |
| 495 | 495 | ||
| 496 | ep-well:wellBoreCompletedAt | 496 | ep-well:wellBoreCompletedAt |
| 497 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 497 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 498 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 498 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 499 | rdfs:label "wellbore completed at"^^xsd:string . | 499 | rdfs:label "wellbore completed at"^^xsd:string . |
| 500 | 500 | ||
| 501 | ep-well:wellBorePreSpudAt | 501 | ep-well:wellBorePreSpudAt |
| 502 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 502 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 503 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 503 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 504 | rdfs:label "wellbore pre-spud at"^^xsd:string . | 504 | rdfs:label "wellbore pre-spud at"^^xsd:string . |
| 505 | 505 | ||
| 506 | ep-well:wellBoreSpudAt | 506 | ep-well:wellBoreSpudAt |
| 507 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 507 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 508 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 508 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 509 | rdfs:label "wellbore spud at"^^xsd:string . | 509 | rdfs:label "wellbore spud at"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Wed Sep 21 22:02:11 BST 2011 | 1 | +# Saved by TopBraid on Fri Sep 23 19:55:56 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib | 2 | # baseURI: http://www.reportinghub.no/ep/spin/1.1/lib |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/report | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/report |
| 4 | # imports: http://www.witsml.org/schemas/1series | 4 | # imports: http://www.witsml.org/schemas/1series |
| ... | @@ -553,13 +553,57 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI | ... | @@ -553,13 +553,57 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI |
| 553 | ]) | 553 | ]) |
| 554 | ] . | 554 | ] . |
| 555 | 555 | ||
| 556 | +ep-spin-lib:buildWellBoreDrillBitRunURI | ||
| 557 | + rdf:type spin:Function ; | ||
| 558 | + rdfs:label "build WellBoreDrillBitRun URI"^^xsd:string ; | ||
| 559 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
| 560 | + spin:body | ||
| 561 | + [ rdf:type sp:Select ; | ||
| 562 | + sp:resultVariables (_:b25) ; | ||
| 563 | + sp:where ([ rdf:type sp:Bind ; | ||
| 564 | + sp:expression | ||
| 565 | + [ rdf:type ep-spin-lib:buildURI ; | ||
| 566 | + sp:arg1 "https://www.reportinghub.no/ep/data/WellBoreDrillBitRun/" ; | ||
| 567 | + sp:arg2 [ rdf:type fn:concat ; | ||
| 568 | + sp:arg1 spin:_arg1 ; | ||
| 569 | + sp:arg2 "$" ; | ||
| 570 | + sp:arg3 spin:_arg2 ; | ||
| 571 | + sp:arg4 "$" ; | ||
| 572 | + sp:arg5 spin:_arg3 | ||
| 573 | + ] | ||
| 574 | + ] ; | ||
| 575 | + sp:variable _:b25 | ||
| 576 | + ]) | ||
| 577 | + ] . | ||
| 578 | + | ||
| 579 | +ep-spin-lib:buildWellBoreDrillBitURI | ||
| 580 | + rdf:type spin:Function ; | ||
| 581 | + rdfs:label "build WellBoreDrillBit URI"^^xsd:string ; | ||
| 582 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
| 583 | + spin:body | ||
| 584 | + [ rdf:type sp:Select ; | ||
| 585 | + sp:resultVariables (_:b26) ; | ||
| 586 | + sp:where ([ rdf:type sp:Bind ; | ||
| 587 | + sp:expression | ||
| 588 | + [ rdf:type ep-spin-lib:buildURI ; | ||
| 589 | + sp:arg1 "https://www.reportinghub.no/ep/data/WellBoreDrillBit/" ; | ||
| 590 | + sp:arg2 [ rdf:type fn:concat ; | ||
| 591 | + sp:arg1 spin:_arg1 ; | ||
| 592 | + sp:arg2 "$" ; | ||
| 593 | + sp:arg3 spin:_arg2 | ||
| 594 | + ] | ||
| 595 | + ] ; | ||
| 596 | + sp:variable _:b26 | ||
| 597 | + ]) | ||
| 598 | + ] . | ||
| 599 | + | ||
| 556 | ep-spin-lib:buildWellBoreKickOffURI | 600 | ep-spin-lib:buildWellBoreKickOffURI |
| 557 | rdf:type spin:Function ; | 601 | rdf:type spin:Function ; |
| 558 | rdfs:label "build well bore kickoff URI"^^xsd:string ; | 602 | rdfs:label "build well bore kickoff URI"^^xsd:string ; |
| 559 | rdfs:subClassOf ep-spin-lib:Function ; | 603 | rdfs:subClassOf ep-spin-lib:Function ; |
| 560 | spin:body | 604 | spin:body |
| 561 | [ rdf:type sp:Select ; | 605 | [ rdf:type sp:Select ; |
| 562 | - sp:resultVariables (_:b25) ; | 606 | + sp:resultVariables (_:b27) ; |
| 563 | sp:where ([ rdf:type sp:Bind ; | 607 | sp:where ([ rdf:type sp:Bind ; |
| 564 | sp:expression | 608 | sp:expression |
| 565 | [ rdf:type ep-spin-lib:buildURI ; | 609 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -568,7 +612,7 @@ ep-spin-lib:buildWellBoreKickOffURI | ... | @@ -568,7 +612,7 @@ ep-spin-lib:buildWellBoreKickOffURI |
| 568 | sp:arg1 spin:_arg1 | 612 | sp:arg1 spin:_arg1 |
| 569 | ] | 613 | ] |
| 570 | ] ; | 614 | ] ; |
| 571 | - sp:variable _:b25 | 615 | + sp:variable _:b27 |
| 572 | ]) | 616 | ]) |
| 573 | ] . | 617 | ] . |
| 574 | 618 | ||
| ... | @@ -578,7 +622,7 @@ ep-spin-lib:buildWellBoreLogRunURI | ... | @@ -578,7 +622,7 @@ ep-spin-lib:buildWellBoreLogRunURI |
| 578 | rdfs:subClassOf ep-spin-lib:Function ; | 622 | rdfs:subClassOf ep-spin-lib:Function ; |
| 579 | spin:body | 623 | spin:body |
| 580 | [ rdf:type sp:Select ; | 624 | [ rdf:type sp:Select ; |
| 581 | - sp:resultVariables (_:b26) ; | 625 | + sp:resultVariables (_:b28) ; |
| 582 | sp:where ([ rdf:type sp:Bind ; | 626 | sp:where ([ rdf:type sp:Bind ; |
| 583 | sp:expression | 627 | sp:expression |
| 584 | [ rdf:type ep-spin-lib:buildURI ; | 628 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -591,7 +635,7 @@ ep-spin-lib:buildWellBoreLogRunURI | ... | @@ -591,7 +635,7 @@ ep-spin-lib:buildWellBoreLogRunURI |
| 591 | sp:arg5 spin:_arg3 | 635 | sp:arg5 spin:_arg3 |
| 592 | ] | 636 | ] |
| 593 | ] ; | 637 | ] ; |
| 594 | - sp:variable _:b26 | 638 | + sp:variable _:b28 |
| 595 | ]) | 639 | ]) |
| 596 | ] . | 640 | ] . |
| 597 | 641 | ||
| ... | @@ -601,7 +645,7 @@ ep-spin-lib:buildWellCementJobURI | ... | @@ -601,7 +645,7 @@ ep-spin-lib:buildWellCementJobURI |
| 601 | rdfs:subClassOf ep-spin-lib:Function ; | 645 | rdfs:subClassOf ep-spin-lib:Function ; |
| 602 | spin:body | 646 | spin:body |
| 603 | [ rdf:type sp:Select ; | 647 | [ rdf:type sp:Select ; |
| 604 | - sp:resultVariables (_:b27) ; | 648 | + sp:resultVariables (_:b29) ; |
| 605 | sp:where ([ rdf:type sp:Bind ; | 649 | sp:where ([ rdf:type sp:Bind ; |
| 606 | sp:expression | 650 | sp:expression |
| 607 | [ rdf:type ep-spin-lib:buildURI ; | 651 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -612,7 +656,7 @@ ep-spin-lib:buildWellCementJobURI | ... | @@ -612,7 +656,7 @@ ep-spin-lib:buildWellCementJobURI |
| 612 | sp:arg3 spin:_arg2 | 656 | sp:arg3 spin:_arg2 |
| 613 | ] | 657 | ] |
| 614 | ] ; | 658 | ] ; |
| 615 | - sp:variable _:b27 | 659 | + sp:variable _:b29 |
| 616 | ]) | 660 | ]) |
| 617 | ] . | 661 | ] . |
| 618 | 662 | ||
| ... | @@ -622,7 +666,7 @@ ep-spin-lib:buildWellControlIncidentURI | ... | @@ -622,7 +666,7 @@ ep-spin-lib:buildWellControlIncidentURI |
| 622 | rdfs:subClassOf ep-spin-lib:Function ; | 666 | rdfs:subClassOf ep-spin-lib:Function ; |
| 623 | spin:body | 667 | spin:body |
| 624 | [ rdf:type sp:Select ; | 668 | [ rdf:type sp:Select ; |
| 625 | - sp:resultVariables (_:b28) ; | 669 | + sp:resultVariables (_:b30) ; |
| 626 | sp:where ([ rdf:type sp:Bind ; | 670 | sp:where ([ rdf:type sp:Bind ; |
| 627 | sp:expression | 671 | sp:expression |
| 628 | [ rdf:type ep-spin-lib:buildURI ; | 672 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -633,7 +677,7 @@ ep-spin-lib:buildWellControlIncidentURI | ... | @@ -633,7 +677,7 @@ ep-spin-lib:buildWellControlIncidentURI |
| 633 | sp:arg3 spin:_arg2 | 677 | sp:arg3 spin:_arg2 |
| 634 | ] | 678 | ] |
| 635 | ] ; | 679 | ] ; |
| 636 | - sp:variable _:b28 | 680 | + sp:variable _:b30 |
| 637 | ]) | 681 | ]) |
| 638 | ] . | 682 | ] . |
| 639 | 683 | ||
| ... | @@ -643,7 +687,7 @@ ep-spin-lib:buildWellStimulationURI | ... | @@ -643,7 +687,7 @@ ep-spin-lib:buildWellStimulationURI |
| 643 | rdfs:subClassOf ep-spin-lib:Function ; | 687 | rdfs:subClassOf ep-spin-lib:Function ; |
| 644 | spin:body | 688 | spin:body |
| 645 | [ rdf:type sp:Select ; | 689 | [ rdf:type sp:Select ; |
| 646 | - sp:resultVariables (_:b29) ; | 690 | + sp:resultVariables (_:b31) ; |
| 647 | sp:where ([ rdf:type sp:Bind ; | 691 | sp:where ([ rdf:type sp:Bind ; |
| 648 | sp:expression | 692 | sp:expression |
| 649 | [ rdf:type ep-spin-lib:buildURI ; | 693 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -654,7 +698,7 @@ ep-spin-lib:buildWellStimulationURI | ... | @@ -654,7 +698,7 @@ ep-spin-lib:buildWellStimulationURI |
| 654 | sp:arg3 spin:_arg2 | 698 | sp:arg3 spin:_arg2 |
| 655 | ] | 699 | ] |
| 656 | ] ; | 700 | ] ; |
| 657 | - sp:variable _:b29 | 701 | + sp:variable _:b31 |
| 658 | ]) | 702 | ]) |
| 659 | ] . | 703 | ] . |
| 660 | 704 | ||
| ... | @@ -664,7 +708,7 @@ ep-spin-lib:buildWellTestURI | ... | @@ -664,7 +708,7 @@ ep-spin-lib:buildWellTestURI |
| 664 | rdfs:subClassOf ep-spin-lib:Function ; | 708 | rdfs:subClassOf ep-spin-lib:Function ; |
| 665 | spin:body | 709 | spin:body |
| 666 | [ rdf:type sp:Select ; | 710 | [ rdf:type sp:Select ; |
| 667 | - sp:resultVariables (_:b30) ; | 711 | + sp:resultVariables (_:b32) ; |
| 668 | sp:where ([ rdf:type sp:Bind ; | 712 | sp:where ([ rdf:type sp:Bind ; |
| 669 | sp:expression | 713 | sp:expression |
| 670 | [ rdf:type ep-spin-lib:buildURI ; | 714 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -675,7 +719,7 @@ ep-spin-lib:buildWellTestURI | ... | @@ -675,7 +719,7 @@ ep-spin-lib:buildWellTestURI |
| 675 | sp:arg3 spin:_arg2 | 719 | sp:arg3 spin:_arg2 |
| 676 | ] | 720 | ] |
| 677 | ] ; | 721 | ] ; |
| 678 | - sp:variable _:b30 | 722 | + sp:variable _:b32 |
| 679 | ]) | 723 | ]) |
| 680 | ] . | 724 | ] . |
| 681 | 725 | ||
| ... | @@ -685,7 +729,7 @@ ep-spin-lib:buildWirelineFormationTestURI | ... | @@ -685,7 +729,7 @@ ep-spin-lib:buildWirelineFormationTestURI |
| 685 | rdfs:subClassOf ep-spin-lib:Function ; | 729 | rdfs:subClassOf ep-spin-lib:Function ; |
| 686 | spin:body | 730 | spin:body |
| 687 | [ rdf:type sp:Select ; | 731 | [ rdf:type sp:Select ; |
| 688 | - sp:resultVariables (_:b31) ; | 732 | + sp:resultVariables (_:b33) ; |
| 689 | sp:where ([ rdf:type sp:Bind ; | 733 | sp:where ([ rdf:type sp:Bind ; |
| 690 | sp:expression | 734 | sp:expression |
| 691 | [ rdf:type ep-spin-lib:buildURI ; | 735 | [ rdf:type ep-spin-lib:buildURI ; |
| ... | @@ -696,7 +740,7 @@ ep-spin-lib:buildWirelineFormationTestURI | ... | @@ -696,7 +740,7 @@ ep-spin-lib:buildWirelineFormationTestURI |
| 696 | sp:arg3 spin:_arg2 | 740 | sp:arg3 spin:_arg2 |
| 697 | ] | 741 | ] |
| 698 | ] ; | 742 | ] ; |
| 699 | - sp:variable _:b31 | 743 | + sp:variable _:b33 |
| 700 | ]) | 744 | ]) |
| 701 | ] . | 745 | ] . |
| 702 | 746 | ||
| ... | @@ -706,7 +750,7 @@ ep-spin-lib:normalizeString | ... | @@ -706,7 +750,7 @@ ep-spin-lib:normalizeString |
| 706 | rdfs:subClassOf ep-spin-lib:Function ; | 750 | rdfs:subClassOf ep-spin-lib:Function ; |
| 707 | spin:body | 751 | spin:body |
| 708 | [ rdf:type sp:Select ; | 752 | [ rdf:type sp:Select ; |
| 709 | - sp:resultVariables (_:b32) ; | 753 | + sp:resultVariables (_:b34) ; |
| 710 | sp:where ([ rdf:type sp:Bind ; | 754 | sp:where ([ rdf:type sp:Bind ; |
| 711 | sp:expression | 755 | sp:expression |
| 712 | [ rdf:type smf:regex ; | 756 | [ rdf:type smf:regex ; |
| ... | @@ -714,67 +758,67 @@ ep-spin-lib:normalizeString | ... | @@ -714,67 +758,67 @@ ep-spin-lib:normalizeString |
| 714 | sp:arg2 "\\((.*)\\)" ; | 758 | sp:arg2 "\\((.*)\\)" ; |
| 715 | sp:arg3 "" | 759 | sp:arg3 "" |
| 716 | ] ; | 760 | ] ; |
| 717 | - sp:variable _:b33 | 761 | + sp:variable _:b35 |
| 718 | ] [ rdf:type sp:Bind ; | 762 | ] [ rdf:type sp:Bind ; |
| 719 | sp:expression | 763 | sp:expression |
| 720 | [ rdf:type smf:trim ; | 764 | [ rdf:type smf:trim ; |
| 721 | - sp:arg1 _:b33 | 765 | + sp:arg1 _:b35 |
| 722 | ] ; | 766 | ] ; |
| 723 | - sp:variable _:b34 | 767 | + sp:variable _:b36 |
| 724 | ] [ rdf:type sp:Bind ; | 768 | ] [ rdf:type sp:Bind ; |
| 725 | sp:expression | 769 | sp:expression |
| 726 | [ rdf:type smf:encodeURL ; | 770 | [ rdf:type smf:encodeURL ; |
| 727 | - sp:arg1 _:b34 | 771 | + sp:arg1 _:b36 |
| 728 | ] ; | 772 | ] ; |
| 729 | - sp:variable _:b35 | 773 | + sp:variable _:b37 |
| 730 | ] [ rdf:type sp:Bind ; | 774 | ] [ rdf:type sp:Bind ; |
| 731 | sp:expression | 775 | sp:expression |
| 732 | [ rdf:type smf:regex ; | 776 | [ rdf:type smf:regex ; |
| 733 | - sp:arg1 _:b35 ; | 777 | + sp:arg1 _:b37 ; |
| 734 | sp:arg2 "%2F" ; | 778 | sp:arg2 "%2F" ; |
| 735 | sp:arg3 "_" | 779 | sp:arg3 "_" |
| 736 | ] ; | 780 | ] ; |
| 737 | - sp:variable _:b36 | 781 | + sp:variable _:b38 |
| 738 | ] [ rdf:type sp:Bind ; | 782 | ] [ rdf:type sp:Bind ; |
| 739 | sp:expression | 783 | sp:expression |
| 740 | [ rdf:type smf:regex ; | 784 | [ rdf:type smf:regex ; |
| 741 | - sp:arg1 _:b36 ; | 785 | + sp:arg1 _:b38 ; |
| 742 | sp:arg2 "%[0-9A-F][0-9A-F]" ; | 786 | sp:arg2 "%[0-9A-F][0-9A-F]" ; |
| 743 | sp:arg3 "" | 787 | sp:arg3 "" |
| 744 | ] ; | 788 | ] ; |
| 745 | - sp:variable _:b37 | 789 | + sp:variable _:b39 |
| 746 | ] [ rdf:type sp:Bind ; | 790 | ] [ rdf:type sp:Bind ; |
| 747 | sp:expression | 791 | sp:expression |
| 748 | [ rdf:type smf:regex ; | 792 | [ rdf:type smf:regex ; |
| 749 | - sp:arg1 _:b37 ; | 793 | + sp:arg1 _:b39 ; |
| 750 | sp:arg2 "\\+" ; | 794 | sp:arg2 "\\+" ; |
| 751 | sp:arg3 "_" | 795 | sp:arg3 "_" |
| 752 | ] ; | 796 | ] ; |
| 753 | - sp:variable _:b38 | 797 | + sp:variable _:b40 |
| 754 | ] [ rdf:type sp:Bind ; | 798 | ] [ rdf:type sp:Bind ; |
| 755 | sp:expression | 799 | sp:expression |
| 756 | [ rdf:type smf:regex ; | 800 | [ rdf:type smf:regex ; |
| 757 | - sp:arg1 _:b38 ; | 801 | + sp:arg1 _:b40 ; |
| 758 | sp:arg2 "_+" ; | 802 | sp:arg2 "_+" ; |
| 759 | sp:arg3 "_" | 803 | sp:arg3 "_" |
| 760 | ] ; | 804 | ] ; |
| 761 | - sp:variable _:b39 | 805 | + sp:variable _:b41 |
| 762 | ] [ rdf:type sp:Bind ; | 806 | ] [ rdf:type sp:Bind ; |
| 763 | sp:expression | 807 | sp:expression |
| 764 | [ rdf:type smf:regex ; | 808 | [ rdf:type smf:regex ; |
| 765 | - sp:arg1 _:b39 ; | 809 | + sp:arg1 _:b41 ; |
| 766 | sp:arg2 "\\*" ; | 810 | sp:arg2 "\\*" ; |
| 767 | sp:arg3 "" | 811 | sp:arg3 "" |
| 768 | ] ; | 812 | ] ; |
| 769 | - sp:variable _:b40 | 813 | + sp:variable _:b42 |
| 770 | ] [ rdf:type sp:Bind ; | 814 | ] [ rdf:type sp:Bind ; |
| 771 | sp:expression | 815 | sp:expression |
| 772 | [ rdf:type xsd:string ; | 816 | [ rdf:type xsd:string ; |
| 773 | sp:arg1 [ rdf:type smf:upperCase ; | 817 | sp:arg1 [ rdf:type smf:upperCase ; |
| 774 | - sp:arg1 _:b40 | 818 | + sp:arg1 _:b42 |
| 775 | ] | 819 | ] |
| 776 | ] ; | 820 | ] ; |
| 777 | - sp:variable _:b32 | 821 | + sp:variable _:b34 |
| 778 | ]) | 822 | ]) |
| 779 | ] ; | 823 | ] ; |
| 780 | spin:constraint | 824 | spin:constraint |
| ... | @@ -789,7 +833,7 @@ ep-spin-lib:selectActivitySuccessType | ... | @@ -789,7 +833,7 @@ ep-spin-lib:selectActivitySuccessType |
| 789 | rdfs:subClassOf ep-spin-lib:Function ; | 833 | rdfs:subClassOf ep-spin-lib:Function ; |
| 790 | spin:body | 834 | spin:body |
| 791 | [ rdf:type sp:Select ; | 835 | [ rdf:type sp:Select ; |
| 792 | - sp:resultVariables (_:b41) ; | 836 | + sp:resultVariables (_:b43) ; |
| 793 | sp:where ([ rdf:type sp:Bind ; | 837 | sp:where ([ rdf:type sp:Bind ; |
| 794 | sp:expression | 838 | sp:expression |
| 795 | [ rdf:type sp:if ; | 839 | [ rdf:type sp:if ; |
| ... | @@ -800,7 +844,7 @@ ep-spin-lib:selectActivitySuccessType | ... | @@ -800,7 +844,7 @@ ep-spin-lib:selectActivitySuccessType |
| 800 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#SuccessfulActivity> ; | 844 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#SuccessfulActivity> ; |
| 801 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#FailedActivity> | 845 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#FailedActivity> |
| 802 | ] ; | 846 | ] ; |
| 803 | - sp:variable _:b41 | 847 | + sp:variable _:b43 |
| 804 | ]) | 848 | ]) |
| 805 | ] . | 849 | ] . |
| 806 | 850 | ||
| ... | @@ -810,7 +854,7 @@ ep-spin-lib:selectCasingRoleType | ... | @@ -810,7 +854,7 @@ ep-spin-lib:selectCasingRoleType |
| 810 | rdfs:subClassOf ep-spin-lib:Function ; | 854 | rdfs:subClassOf ep-spin-lib:Function ; |
| 811 | spin:body | 855 | spin:body |
| 812 | [ rdf:type sp:Select ; | 856 | [ rdf:type sp:Select ; |
| 813 | - sp:resultVariables (_:b42) ; | 857 | + sp:resultVariables (_:b44) ; |
| 814 | sp:where ([ rdf:type sp:Bind ; | 858 | sp:where ([ rdf:type sp:Bind ; |
| 815 | sp:expression | 859 | sp:expression |
| 816 | [ rdf:type sp:if ; | 860 | [ rdf:type sp:if ; |
| ... | @@ -835,7 +879,7 @@ ep-spin-lib:selectCasingRoleType | ... | @@ -835,7 +879,7 @@ ep-spin-lib:selectCasingRoleType |
| 835 | ] | 879 | ] |
| 836 | ] | 880 | ] |
| 837 | ] ; | 881 | ] ; |
| 838 | - sp:variable _:b42 | 882 | + sp:variable _:b44 |
| 839 | ]) | 883 | ]) |
| 840 | ] . | 884 | ] . |
| 841 | 885 | ||
| ... | @@ -845,7 +889,7 @@ ep-spin-lib:selectCementingFluidReturnType | ... | @@ -845,7 +889,7 @@ ep-spin-lib:selectCementingFluidReturnType |
| 845 | rdfs:subClassOf ep-spin-lib:Function ; | 889 | rdfs:subClassOf ep-spin-lib:Function ; |
| 846 | spin:body | 890 | spin:body |
| 847 | [ rdf:type sp:Select ; | 891 | [ rdf:type sp:Select ; |
| 848 | - sp:resultVariables (_:b43) ; | 892 | + sp:resultVariables (_:b45) ; |
| 849 | sp:where ([ rdf:type sp:Bind ; | 893 | sp:where ([ rdf:type sp:Bind ; |
| 850 | sp:expression | 894 | sp:expression |
| 851 | [ rdf:type sp:if ; | 895 | [ rdf:type sp:if ; |
| ... | @@ -856,7 +900,7 @@ ep-spin-lib:selectCementingFluidReturnType | ... | @@ -856,7 +900,7 @@ ep-spin-lib:selectCementingFluidReturnType |
| 856 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithFluidReturn> ; | 900 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithFluidReturn> ; |
| 857 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithoutFluidReturn> | 901 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithoutFluidReturn> |
| 858 | ] ; | 902 | ] ; |
| 859 | - sp:variable _:b43 | 903 | + sp:variable _:b45 |
| 860 | ]) | 904 | ]) |
| 861 | ] . | 905 | ] . |
| 862 | 906 | ||
| ... | @@ -866,7 +910,7 @@ ep-spin-lib:selectComponentType | ... | @@ -866,7 +910,7 @@ ep-spin-lib:selectComponentType |
| 866 | rdfs:subClassOf ep-spin-lib:Function ; | 910 | rdfs:subClassOf ep-spin-lib:Function ; |
| 867 | spin:body | 911 | spin:body |
| 868 | [ rdf:type sp:Select ; | 912 | [ rdf:type sp:Select ; |
| 869 | - sp:resultVariables (_:b44) ; | 913 | + sp:resultVariables (_:b46) ; |
| 870 | sp:where ([ rdf:type sp:Bind ; | 914 | sp:where ([ rdf:type sp:Bind ; |
| 871 | sp:expression | 915 | sp:expression |
| 872 | [ rdf:type sp:if ; | 916 | [ rdf:type sp:if ; |
| ... | @@ -905,7 +949,7 @@ ep-spin-lib:selectComponentType | ... | @@ -905,7 +949,7 @@ ep-spin-lib:selectComponentType |
| 905 | ] | 949 | ] |
| 906 | ] | 950 | ] |
| 907 | ] ; | 951 | ] ; |
| 908 | - sp:variable _:b44 | 952 | + sp:variable _:b46 |
| 909 | ]) | 953 | ]) |
| 910 | ] . | 954 | ] . |
| 911 | 955 | ||
| ... | @@ -915,7 +959,7 @@ ep-spin-lib:selectDailyDrillingReportType | ... | @@ -915,7 +959,7 @@ ep-spin-lib:selectDailyDrillingReportType |
| 915 | rdfs:subClassOf ep-spin-lib:Function ; | 959 | rdfs:subClassOf ep-spin-lib:Function ; |
| 916 | spin:body | 960 | spin:body |
| 917 | [ rdf:type sp:Select ; | 961 | [ rdf:type sp:Select ; |
| 918 | - sp:resultVariables (_:b45) ; | 962 | + sp:resultVariables (_:b47) ; |
| 919 | sp:where ([ rdf:type sp:Bind ; | 963 | sp:where ([ rdf:type sp:Bind ; |
| 920 | sp:expression | 964 | sp:expression |
| 921 | [ rdf:type sp:if ; | 965 | [ rdf:type sp:if ; |
| ... | @@ -933,7 +977,7 @@ ep-spin-lib:selectDailyDrillingReportType | ... | @@ -933,7 +977,7 @@ ep-spin-lib:selectDailyDrillingReportType |
| 933 | sp:arg3 <http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport> | 977 | sp:arg3 <http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport> |
| 934 | ] | 978 | ] |
| 935 | ] ; | 979 | ] ; |
| 936 | - sp:variable _:b45 | 980 | + sp:variable _:b47 |
| 937 | ]) | 981 | ]) |
| 938 | ] . | 982 | ] . |
| 939 | 983 | ||
| ... | @@ -943,7 +987,7 @@ ep-spin-lib:selectDensityScale | ... | @@ -943,7 +987,7 @@ ep-spin-lib:selectDensityScale |
| 943 | rdfs:subClassOf ep-spin-lib:Function ; | 987 | rdfs:subClassOf ep-spin-lib:Function ; |
| 944 | spin:body | 988 | spin:body |
| 945 | [ rdf:type sp:Select ; | 989 | [ rdf:type sp:Select ; |
| 946 | - sp:resultVariables (_:b46) ; | 990 | + sp:resultVariables (_:b48) ; |
| 947 | sp:where ([ rdf:type sp:Bind ; | 991 | sp:where ([ rdf:type sp:Bind ; |
| 948 | sp:expression | 992 | sp:expression |
| 949 | [ rdf:type sp:if ; | 993 | [ rdf:type sp:if ; |
| ... | @@ -961,7 +1005,7 @@ ep-spin-lib:selectDensityScale | ... | @@ -961,7 +1005,7 @@ ep-spin-lib:selectDensityScale |
| 961 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 1005 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 962 | ] | 1006 | ] |
| 963 | ] ; | 1007 | ] ; |
| 964 | - sp:variable _:b46 | 1008 | + sp:variable _:b48 |
| 965 | ]) | 1009 | ]) |
| 966 | ] . | 1010 | ] . |
| 967 | 1011 | ||
| ... | @@ -971,7 +1015,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType | ... | @@ -971,7 +1015,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType |
| 971 | rdfs:subClassOf ep-spin-lib:Function ; | 1015 | rdfs:subClassOf ep-spin-lib:Function ; |
| 972 | spin:body | 1016 | spin:body |
| 973 | [ rdf:type sp:Select ; | 1017 | [ rdf:type sp:Select ; |
| 974 | - sp:resultVariables (_:b47) ; | 1018 | + sp:resultVariables (_:b49) ; |
| 975 | sp:where ([ rdf:type sp:Bind ; | 1019 | sp:where ([ rdf:type sp:Bind ; |
| 976 | sp:expression | 1020 | sp:expression |
| 977 | [ rdf:type sp:if ; | 1021 | [ rdf:type sp:if ; |
| ... | @@ -1038,7 +1082,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType | ... | @@ -1038,7 +1082,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType |
| 1038 | ] | 1082 | ] |
| 1039 | ] | 1083 | ] |
| 1040 | ] ; | 1084 | ] ; |
| 1041 | - sp:variable _:b47 | 1085 | + sp:variable _:b49 |
| 1042 | ]) | 1086 | ]) |
| 1043 | ] . | 1087 | ] . |
| 1044 | 1088 | ||
| ... | @@ -1048,7 +1092,7 @@ ep-spin-lib:selectDrillingActivityPurposeType | ... | @@ -1048,7 +1092,7 @@ ep-spin-lib:selectDrillingActivityPurposeType |
| 1048 | rdfs:subClassOf ep-spin-lib:Function ; | 1092 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1049 | spin:body | 1093 | spin:body |
| 1050 | [ rdf:type sp:Select ; | 1094 | [ rdf:type sp:Select ; |
| 1051 | - sp:resultVariables (_:b48) ; | 1095 | + sp:resultVariables (_:b50) ; |
| 1052 | sp:where ([ rdf:type sp:Bind ; | 1096 | sp:where ([ rdf:type sp:Bind ; |
| 1053 | sp:expression | 1097 | sp:expression |
| 1054 | [ rdf:type sp:if ; | 1098 | [ rdf:type sp:if ; |
| ... | @@ -1633,7 +1677,7 @@ ep-spin-lib:selectDrillingActivityPurposeType | ... | @@ -1633,7 +1677,7 @@ ep-spin-lib:selectDrillingActivityPurposeType |
| 1633 | ] | 1677 | ] |
| 1634 | ] | 1678 | ] |
| 1635 | ] ; | 1679 | ] ; |
| 1636 | - sp:variable _:b48 | 1680 | + sp:variable _:b50 |
| 1637 | ]) | 1681 | ]) |
| 1638 | ] . | 1682 | ] . |
| 1639 | 1683 | ||
| ... | @@ -1643,7 +1687,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType | ... | @@ -1643,7 +1687,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType |
| 1643 | rdfs:subClassOf ep-spin-lib:Function ; | 1687 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1644 | spin:body | 1688 | spin:body |
| 1645 | [ rdf:type sp:Select ; | 1689 | [ rdf:type sp:Select ; |
| 1646 | - sp:resultVariables (_:b49) ; | 1690 | + sp:resultVariables (_:b51) ; |
| 1647 | sp:where ([ rdf:type sp:Bind ; | 1691 | sp:where ([ rdf:type sp:Bind ; |
| 1648 | sp:expression | 1692 | sp:expression |
| 1649 | [ rdf:type sp:if ; | 1693 | [ rdf:type sp:if ; |
| ... | @@ -1682,7 +1726,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType | ... | @@ -1682,7 +1726,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType |
| 1682 | ] | 1726 | ] |
| 1683 | ] | 1727 | ] |
| 1684 | ] ; | 1728 | ] ; |
| 1685 | - sp:variable _:b49 | 1729 | + sp:variable _:b51 |
| 1686 | ]) | 1730 | ]) |
| 1687 | ] . | 1731 | ] . |
| 1688 | 1732 | ||
| ... | @@ -1692,7 +1736,7 @@ ep-spin-lib:selectDrillingEquipmentType | ... | @@ -1692,7 +1736,7 @@ ep-spin-lib:selectDrillingEquipmentType |
| 1692 | rdfs:subClassOf ep-spin-lib:Function ; | 1736 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1693 | spin:body | 1737 | spin:body |
| 1694 | [ rdf:type sp:Select ; | 1738 | [ rdf:type sp:Select ; |
| 1695 | - sp:resultVariables (_:b50) ; | 1739 | + sp:resultVariables (_:b52) ; |
| 1696 | sp:where ([ rdf:type sp:Bind ; | 1740 | sp:where ([ rdf:type sp:Bind ; |
| 1697 | sp:expression | 1741 | sp:expression |
| 1698 | [ rdf:type sp:if ; | 1742 | [ rdf:type sp:if ; |
| ... | @@ -1913,7 +1957,7 @@ ep-spin-lib:selectDrillingEquipmentType | ... | @@ -1913,7 +1957,7 @@ ep-spin-lib:selectDrillingEquipmentType |
| 1913 | ] | 1957 | ] |
| 1914 | ] | 1958 | ] |
| 1915 | ] ; | 1959 | ] ; |
| 1916 | - sp:variable _:b50 | 1960 | + sp:variable _:b52 |
| 1917 | ]) | 1961 | ]) |
| 1918 | ] . | 1962 | ] . |
| 1919 | 1963 | ||
| ... | @@ -1923,7 +1967,7 @@ ep-spin-lib:selectFixedOrMoveableRigType | ... | @@ -1923,7 +1967,7 @@ ep-spin-lib:selectFixedOrMoveableRigType |
| 1923 | rdfs:subClassOf ep-spin-lib:Function ; | 1967 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1924 | spin:body | 1968 | spin:body |
| 1925 | [ rdf:type sp:Select ; | 1969 | [ rdf:type sp:Select ; |
| 1926 | - sp:resultVariables (_:b51) ; | 1970 | + sp:resultVariables (_:b53) ; |
| 1927 | sp:where ([ rdf:type sp:Bind ; | 1971 | sp:where ([ rdf:type sp:Bind ; |
| 1928 | sp:expression | 1972 | sp:expression |
| 1929 | [ rdf:type sp:if ; | 1973 | [ rdf:type sp:if ; |
| ... | @@ -1934,7 +1978,7 @@ ep-spin-lib:selectFixedOrMoveableRigType | ... | @@ -1934,7 +1978,7 @@ ep-spin-lib:selectFixedOrMoveableRigType |
| 1934 | sp:arg2 <http://www.reportinghub.no/ep/schema/facility#FixedRig> ; | 1978 | sp:arg2 <http://www.reportinghub.no/ep/schema/facility#FixedRig> ; |
| 1935 | sp:arg3 <http://www.reportinghub.no/ep/schema/facility#MoveableRig> | 1979 | sp:arg3 <http://www.reportinghub.no/ep/schema/facility#MoveableRig> |
| 1936 | ] ; | 1980 | ] ; |
| 1937 | - sp:variable _:b51 | 1981 | + sp:variable _:b53 |
| 1938 | ]) | 1982 | ]) |
| 1939 | ] . | 1983 | ] . |
| 1940 | 1984 | ||
| ... | @@ -1944,7 +1988,7 @@ ep-spin-lib:selectFluidType | ... | @@ -1944,7 +1988,7 @@ ep-spin-lib:selectFluidType |
| 1944 | rdfs:subClassOf ep-spin-lib:Function ; | 1988 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1945 | spin:body | 1989 | spin:body |
| 1946 | [ rdf:type sp:Select ; | 1990 | [ rdf:type sp:Select ; |
| 1947 | - sp:resultVariables (_:b52) ; | 1991 | + sp:resultVariables (_:b54) ; |
| 1948 | sp:where ([ rdf:type sp:Bind ; | 1992 | sp:where ([ rdf:type sp:Bind ; |
| 1949 | sp:expression | 1993 | sp:expression |
| 1950 | [ rdf:type sp:if ; | 1994 | [ rdf:type sp:if ; |
| ... | @@ -1976,7 +2020,7 @@ ep-spin-lib:selectFluidType | ... | @@ -1976,7 +2020,7 @@ ep-spin-lib:selectFluidType |
| 1976 | ] | 2020 | ] |
| 1977 | ] | 2021 | ] |
| 1978 | ] ; | 2022 | ] ; |
| 1979 | - sp:variable _:b52 | 2023 | + sp:variable _:b54 |
| 1980 | ]) | 2024 | ]) |
| 1981 | ] . | 2025 | ] . |
| 1982 | 2026 | ||
| ... | @@ -1986,7 +2030,7 @@ ep-spin-lib:selectGasReadingType | ... | @@ -1986,7 +2030,7 @@ ep-spin-lib:selectGasReadingType |
| 1986 | rdfs:subClassOf ep-spin-lib:Function ; | 2030 | rdfs:subClassOf ep-spin-lib:Function ; |
| 1987 | spin:body | 2031 | spin:body |
| 1988 | [ rdf:type sp:Select ; | 2032 | [ rdf:type sp:Select ; |
| 1989 | - sp:resultVariables (_:b53) ; | 2033 | + sp:resultVariables (_:b55) ; |
| 1990 | sp:where ([ rdf:type sp:Bind ; | 2034 | sp:where ([ rdf:type sp:Bind ; |
| 1991 | sp:expression | 2035 | sp:expression |
| 1992 | [ rdf:type sp:if ; | 2036 | [ rdf:type sp:if ; |
| ... | @@ -2053,7 +2097,7 @@ ep-spin-lib:selectGasReadingType | ... | @@ -2053,7 +2097,7 @@ ep-spin-lib:selectGasReadingType |
| 2053 | ] | 2097 | ] |
| 2054 | ] | 2098 | ] |
| 2055 | ] ; | 2099 | ] ; |
| 2056 | - sp:variable _:b53 | 2100 | + sp:variable _:b55 |
| 2057 | ]) | 2101 | ]) |
| 2058 | ] . | 2102 | ] . |
| 2059 | 2103 | ||
| ... | @@ -2063,7 +2107,7 @@ ep-spin-lib:selectInnerBarrelType | ... | @@ -2063,7 +2107,7 @@ ep-spin-lib:selectInnerBarrelType |
| 2063 | rdfs:subClassOf ep-spin-lib:Function ; | 2107 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2064 | spin:body | 2108 | spin:body |
| 2065 | [ rdf:type sp:Select ; | 2109 | [ rdf:type sp:Select ; |
| 2066 | - sp:resultVariables (_:b54) ; | 2110 | + sp:resultVariables (_:b56) ; |
| 2067 | sp:where ([ rdf:type sp:Bind ; | 2111 | sp:where ([ rdf:type sp:Bind ; |
| 2068 | sp:expression | 2112 | sp:expression |
| 2069 | [ rdf:type sp:if ; | 2113 | [ rdf:type sp:if ; |
| ... | @@ -2095,7 +2139,7 @@ ep-spin-lib:selectInnerBarrelType | ... | @@ -2095,7 +2139,7 @@ ep-spin-lib:selectInnerBarrelType |
| 2095 | ] | 2139 | ] |
| 2096 | ] | 2140 | ] |
| 2097 | ] ; | 2141 | ] ; |
| 2098 | - sp:variable _:b54 | 2142 | + sp:variable _:b56 |
| 2099 | ]) | 2143 | ]) |
| 2100 | ] . | 2144 | ] . |
| 2101 | 2145 | ||
| ... | @@ -2105,7 +2149,7 @@ ep-spin-lib:selectLabelOfSystem | ... | @@ -2105,7 +2149,7 @@ ep-spin-lib:selectLabelOfSystem |
| 2105 | rdfs:subClassOf ep-spin-lib:Function ; | 2149 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2106 | spin:body | 2150 | spin:body |
| 2107 | [ rdf:type sp:Select ; | 2151 | [ rdf:type sp:Select ; |
| 2108 | - sp:resultVariables (_:b55) ; | 2152 | + sp:resultVariables (_:b57) ; |
| 2109 | sp:where ([ rdf:type sp:Bind ; | 2153 | sp:where ([ rdf:type sp:Bind ; |
| 2110 | sp:expression | 2154 | sp:expression |
| 2111 | [ rdf:type sp:if ; | 2155 | [ rdf:type sp:if ; |
| ... | @@ -2151,7 +2195,7 @@ ep-spin-lib:selectLabelOfSystem | ... | @@ -2151,7 +2195,7 @@ ep-spin-lib:selectLabelOfSystem |
| 2151 | ] | 2195 | ] |
| 2152 | ] | 2196 | ] |
| 2153 | ] ; | 2197 | ] ; |
| 2154 | - sp:variable _:b55 | 2198 | + sp:variable _:b57 |
| 2155 | ]) | 2199 | ]) |
| 2156 | ] . | 2200 | ] . |
| 2157 | 2201 | ||
| ... | @@ -2161,7 +2205,7 @@ ep-spin-lib:selectLengthScale | ... | @@ -2161,7 +2205,7 @@ ep-spin-lib:selectLengthScale |
| 2161 | rdfs:subClassOf ep-spin-lib:Function ; | 2205 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2162 | spin:body | 2206 | spin:body |
| 2163 | [ rdf:type sp:Select ; | 2207 | [ rdf:type sp:Select ; |
| 2164 | - sp:resultVariables (_:b56) ; | 2208 | + sp:resultVariables (_:b58) ; |
| 2165 | sp:where ([ rdf:type sp:Bind ; | 2209 | sp:where ([ rdf:type sp:Bind ; |
| 2166 | sp:expression | 2210 | sp:expression |
| 2167 | [ rdf:type sp:if ; | 2211 | [ rdf:type sp:if ; |
| ... | @@ -2235,7 +2279,7 @@ ep-spin-lib:selectLengthScale | ... | @@ -2235,7 +2279,7 @@ ep-spin-lib:selectLengthScale |
| 2235 | ] | 2279 | ] |
| 2236 | ] | 2280 | ] |
| 2237 | ] ; | 2281 | ] ; |
| 2238 | - sp:variable _:b56 | 2282 | + sp:variable _:b58 |
| 2239 | ]) | 2283 | ]) |
| 2240 | ] . | 2284 | ] . |
| 2241 | 2285 | ||
| ... | @@ -2245,7 +2289,7 @@ ep-spin-lib:selectMassPerUnitLengthScale | ... | @@ -2245,7 +2289,7 @@ ep-spin-lib:selectMassPerUnitLengthScale |
| 2245 | rdfs:subClassOf ep-spin-lib:Function ; | 2289 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2246 | spin:body | 2290 | spin:body |
| 2247 | [ rdf:type sp:Select ; | 2291 | [ rdf:type sp:Select ; |
| 2248 | - sp:resultVariables (_:b57) ; | 2292 | + sp:resultVariables (_:b59) ; |
| 2249 | sp:where ([ rdf:type sp:Bind ; | 2293 | sp:where ([ rdf:type sp:Bind ; |
| 2250 | sp:expression | 2294 | sp:expression |
| 2251 | [ rdf:type sp:if ; | 2295 | [ rdf:type sp:if ; |
| ... | @@ -2256,7 +2300,7 @@ ep-spin-lib:selectMassPerUnitLengthScale | ... | @@ -2256,7 +2300,7 @@ ep-spin-lib:selectMassPerUnitLengthScale |
| 2256 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#pound_foot-1> ; | 2300 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#pound_foot-1> ; |
| 2257 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2301 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 2258 | ] ; | 2302 | ] ; |
| 2259 | - sp:variable _:b57 | 2303 | + sp:variable _:b59 |
| 2260 | ]) | 2304 | ]) |
| 2261 | ] . | 2305 | ] . |
| 2262 | 2306 | ||
| ... | @@ -2266,7 +2310,7 @@ ep-spin-lib:selectMudClass | ... | @@ -2266,7 +2310,7 @@ ep-spin-lib:selectMudClass |
| 2266 | rdfs:subClassOf ep-spin-lib:Function ; | 2310 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2267 | spin:body | 2311 | spin:body |
| 2268 | [ rdf:type sp:Select ; | 2312 | [ rdf:type sp:Select ; |
| 2269 | - sp:resultVariables (_:b58) ; | 2313 | + sp:resultVariables (_:b60) ; |
| 2270 | sp:where ([ rdf:type sp:Bind ; | 2314 | sp:where ([ rdf:type sp:Bind ; |
| 2271 | sp:expression | 2315 | sp:expression |
| 2272 | [ rdf:type sp:if ; | 2316 | [ rdf:type sp:if ; |
| ... | @@ -2291,7 +2335,7 @@ ep-spin-lib:selectMudClass | ... | @@ -2291,7 +2335,7 @@ ep-spin-lib:selectMudClass |
| 2291 | ] | 2335 | ] |
| 2292 | ] | 2336 | ] |
| 2293 | ] ; | 2337 | ] ; |
| 2294 | - sp:variable _:b58 | 2338 | + sp:variable _:b60 |
| 2295 | ]) | 2339 | ]) |
| 2296 | ] . | 2340 | ] . |
| 2297 | 2341 | ||
| ... | @@ -2301,7 +2345,7 @@ ep-spin-lib:selectPlaneAngleScale | ... | @@ -2301,7 +2345,7 @@ ep-spin-lib:selectPlaneAngleScale |
| 2301 | rdfs:subClassOf ep-spin-lib:Function ; | 2345 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2302 | spin:body | 2346 | spin:body |
| 2303 | [ rdf:type sp:Select ; | 2347 | [ rdf:type sp:Select ; |
| 2304 | - sp:resultVariables (_:b59) ; | 2348 | + sp:resultVariables (_:b61) ; |
| 2305 | sp:where ([ rdf:type sp:Bind ; | 2349 | sp:where ([ rdf:type sp:Bind ; |
| 2306 | sp:expression | 2350 | sp:expression |
| 2307 | [ rdf:type sp:if ; | 2351 | [ rdf:type sp:if ; |
| ... | @@ -2312,7 +2356,7 @@ ep-spin-lib:selectPlaneAngleScale | ... | @@ -2312,7 +2356,7 @@ ep-spin-lib:selectPlaneAngleScale |
| 2312 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ; | 2356 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ; |
| 2313 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2357 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 2314 | ] ; | 2358 | ] ; |
| 2315 | - sp:variable _:b59 | 2359 | + sp:variable _:b61 |
| 2316 | ]) | 2360 | ]) |
| 2317 | ] . | 2361 | ] . |
| 2318 | 2362 | ||
| ... | @@ -2322,7 +2366,7 @@ ep-spin-lib:selectPlasticViscosityScale | ... | @@ -2322,7 +2366,7 @@ ep-spin-lib:selectPlasticViscosityScale |
| 2322 | rdfs:subClassOf ep-spin-lib:Function ; | 2366 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2323 | spin:body | 2367 | spin:body |
| 2324 | [ rdf:type sp:Select ; | 2368 | [ rdf:type sp:Select ; |
| 2325 | - sp:resultVariables (_:b60) ; | 2369 | + sp:resultVariables (_:b62) ; |
| 2326 | sp:where ([ rdf:type sp:Bind ; | 2370 | sp:where ([ rdf:type sp:Bind ; |
| 2327 | sp:expression | 2371 | sp:expression |
| 2328 | [ rdf:type sp:if ; | 2372 | [ rdf:type sp:if ; |
| ... | @@ -2333,7 +2377,7 @@ ep-spin-lib:selectPlasticViscosityScale | ... | @@ -2333,7 +2377,7 @@ ep-spin-lib:selectPlasticViscosityScale |
| 2333 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#megaPa_second> ; | 2377 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#megaPa_second> ; |
| 2334 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2378 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 2335 | ] ; | 2379 | ] ; |
| 2336 | - sp:variable _:b60 | 2380 | + sp:variable _:b62 |
| 2337 | ]) | 2381 | ]) |
| 2338 | ] . | 2382 | ] . |
| 2339 | 2383 | ||
| ... | @@ -2343,7 +2387,7 @@ ep-spin-lib:selectPorePressureDeterminationType | ... | @@ -2343,7 +2387,7 @@ ep-spin-lib:selectPorePressureDeterminationType |
| 2343 | rdfs:subClassOf ep-spin-lib:Function ; | 2387 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2344 | spin:body | 2388 | spin:body |
| 2345 | [ rdf:type sp:Select ; | 2389 | [ rdf:type sp:Select ; |
| 2346 | - sp:resultVariables (_:b61) ; | 2390 | + sp:resultVariables (_:b63) ; |
| 2347 | sp:where ([ rdf:type sp:Bind ; | 2391 | sp:where ([ rdf:type sp:Bind ; |
| 2348 | sp:expression | 2392 | sp:expression |
| 2349 | [ rdf:type sp:if ; | 2393 | [ rdf:type sp:if ; |
| ... | @@ -2361,7 +2405,7 @@ ep-spin-lib:selectPorePressureDeterminationType | ... | @@ -2361,7 +2405,7 @@ ep-spin-lib:selectPorePressureDeterminationType |
| 2361 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> | 2405 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination> |
| 2362 | ] | 2406 | ] |
| 2363 | ] ; | 2407 | ] ; |
| 2364 | - sp:variable _:b61 | 2408 | + sp:variable _:b63 |
| 2365 | ]) | 2409 | ]) |
| 2366 | ] . | 2410 | ] . |
| 2367 | 2411 | ||
| ... | @@ -2371,7 +2415,7 @@ ep-spin-lib:selectPressureScale | ... | @@ -2371,7 +2415,7 @@ ep-spin-lib:selectPressureScale |
| 2371 | rdfs:subClassOf ep-spin-lib:Function ; | 2415 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2372 | spin:body | 2416 | spin:body |
| 2373 | [ rdf:type sp:Select ; | 2417 | [ rdf:type sp:Select ; |
| 2374 | - sp:resultVariables (_:b62) ; | 2418 | + sp:resultVariables (_:b64) ; |
| 2375 | sp:where ([ rdf:type sp:Bind ; | 2419 | sp:where ([ rdf:type sp:Bind ; |
| 2376 | sp:expression | 2420 | sp:expression |
| 2377 | [ rdf:type sp:if ; | 2421 | [ rdf:type sp:if ; |
| ... | @@ -2410,7 +2454,7 @@ ep-spin-lib:selectPressureScale | ... | @@ -2410,7 +2454,7 @@ ep-spin-lib:selectPressureScale |
| 2410 | ] | 2454 | ] |
| 2411 | ] | 2455 | ] |
| 2412 | ] ; | 2456 | ] ; |
| 2413 | - sp:variable _:b62 | 2457 | + sp:variable _:b64 |
| 2414 | ]) | 2458 | ]) |
| 2415 | ] . | 2459 | ] . |
| 2416 | 2460 | ||
| ... | @@ -2420,7 +2464,7 @@ ep-spin-lib:selectPressureTestType | ... | @@ -2420,7 +2464,7 @@ ep-spin-lib:selectPressureTestType |
| 2420 | rdfs:subClassOf ep-spin-lib:Function ; | 2464 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2421 | spin:body | 2465 | spin:body |
| 2422 | [ rdf:type sp:Select ; | 2466 | [ rdf:type sp:Select ; |
| 2423 | - sp:resultVariables (_:b63) ; | 2467 | + sp:resultVariables (_:b65) ; |
| 2424 | sp:where ([ rdf:type sp:Bind ; | 2468 | sp:where ([ rdf:type sp:Bind ; |
| 2425 | sp:expression | 2469 | sp:expression |
| 2426 | [ rdf:type sp:if ; | 2470 | [ rdf:type sp:if ; |
| ... | @@ -2438,7 +2482,7 @@ ep-spin-lib:selectPressureTestType | ... | @@ -2438,7 +2482,7 @@ ep-spin-lib:selectPressureTestType |
| 2438 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellBorePressureTest> | 2482 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellBorePressureTest> |
| 2439 | ] | 2483 | ] |
| 2440 | ] ; | 2484 | ] ; |
| 2441 | - sp:variable _:b63 | 2485 | + sp:variable _:b65 |
| 2442 | ]) | 2486 | ]) |
| 2443 | ] . | 2487 | ] . |
| 2444 | 2488 | ||
| ... | @@ -2448,7 +2492,7 @@ ep-spin-lib:selectSpecificVolumeScale | ... | @@ -2448,7 +2492,7 @@ ep-spin-lib:selectSpecificVolumeScale |
| 2448 | rdfs:subClassOf ep-spin-lib:Function ; | 2492 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2449 | spin:body | 2493 | spin:body |
| 2450 | [ rdf:type sp:Select ; | 2494 | [ rdf:type sp:Select ; |
| 2451 | - sp:resultVariables (_:b64) ; | 2495 | + sp:resultVariables (_:b66) ; |
| 2452 | sp:where ([ rdf:type sp:Bind ; | 2496 | sp:where ([ rdf:type sp:Bind ; |
| 2453 | sp:expression | 2497 | sp:expression |
| 2454 | [ rdf:type sp:if ; | 2498 | [ rdf:type sp:if ; |
| ... | @@ -2501,7 +2545,7 @@ ep-spin-lib:selectSpecificVolumeScale | ... | @@ -2501,7 +2545,7 @@ ep-spin-lib:selectSpecificVolumeScale |
| 2501 | ] | 2545 | ] |
| 2502 | ] | 2546 | ] |
| 2503 | ] ; | 2547 | ] ; |
| 2504 | - sp:variable _:b64 | 2548 | + sp:variable _:b66 |
| 2505 | ]) | 2549 | ]) |
| 2506 | ] . | 2550 | ] . |
| 2507 | 2551 | ||
| ... | @@ -2511,7 +2555,7 @@ ep-spin-lib:selectSpeedScale | ... | @@ -2511,7 +2555,7 @@ ep-spin-lib:selectSpeedScale |
| 2511 | rdfs:subClassOf ep-spin-lib:Function ; | 2555 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2512 | spin:body | 2556 | spin:body |
| 2513 | [ rdf:type sp:Select ; | 2557 | [ rdf:type sp:Select ; |
| 2514 | - sp:resultVariables (_:b65) ; | 2558 | + sp:resultVariables (_:b67) ; |
| 2515 | sp:where ([ rdf:type sp:Bind ; | 2559 | sp:where ([ rdf:type sp:Bind ; |
| 2516 | sp:expression | 2560 | sp:expression |
| 2517 | [ rdf:type sp:if ; | 2561 | [ rdf:type sp:if ; |
| ... | @@ -2522,7 +2566,7 @@ ep-spin-lib:selectSpeedScale | ... | @@ -2522,7 +2566,7 @@ ep-spin-lib:selectSpeedScale |
| 2522 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_hour-1> ; | 2566 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_hour-1> ; |
| 2523 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2567 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 2524 | ] ; | 2568 | ] ; |
| 2525 | - sp:variable _:b65 | 2569 | + sp:variable _:b67 |
| 2526 | ]) | 2570 | ]) |
| 2527 | ] . | 2571 | ] . |
| 2528 | 2572 | ||
| ... | @@ -2532,7 +2576,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale | ... | @@ -2532,7 +2576,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale |
| 2532 | rdfs:subClassOf ep-spin-lib:Function ; | 2576 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2533 | spin:body | 2577 | spin:body |
| 2534 | [ rdf:type sp:Select ; | 2578 | [ rdf:type sp:Select ; |
| 2535 | - sp:resultVariables (_:b66) ; | 2579 | + sp:resultVariables (_:b68) ; |
| 2536 | sp:where ([ rdf:type sp:Bind ; | 2580 | sp:where ([ rdf:type sp:Bind ; |
| 2537 | sp:expression | 2581 | sp:expression |
| 2538 | [ rdf:type sp:if ; | 2582 | [ rdf:type sp:if ; |
| ... | @@ -2550,7 +2594,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale | ... | @@ -2550,7 +2594,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale |
| 2550 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2594 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 2551 | ] | 2595 | ] |
| 2552 | ] ; | 2596 | ] ; |
| 2553 | - sp:variable _:b66 | 2597 | + sp:variable _:b68 |
| 2554 | ]) | 2598 | ]) |
| 2555 | ] . | 2599 | ] . |
| 2556 | 2600 | ||
| ... | @@ -2560,7 +2604,7 @@ ep-spin-lib:selectTemperatureScale | ... | @@ -2560,7 +2604,7 @@ ep-spin-lib:selectTemperatureScale |
| 2560 | rdfs:subClassOf ep-spin-lib:Function ; | 2604 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2561 | spin:body | 2605 | spin:body |
| 2562 | [ rdf:type sp:Select ; | 2606 | [ rdf:type sp:Select ; |
| 2563 | - sp:resultVariables (_:b67) ; | 2607 | + sp:resultVariables (_:b69) ; |
| 2564 | sp:where ([ rdf:type sp:Bind ; | 2608 | sp:where ([ rdf:type sp:Bind ; |
| 2565 | sp:expression | 2609 | sp:expression |
| 2566 | [ rdf:type sp:if ; | 2610 | [ rdf:type sp:if ; |
| ... | @@ -2571,7 +2615,7 @@ ep-spin-lib:selectTemperatureScale | ... | @@ -2571,7 +2615,7 @@ ep-spin-lib:selectTemperatureScale |
| 2571 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ; | 2615 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ; |
| 2572 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2616 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 2573 | ] ; | 2617 | ] ; |
| 2574 | - sp:variable _:b67 | 2618 | + sp:variable _:b69 |
| 2575 | ]) | 2619 | ]) |
| 2576 | ] . | 2620 | ] . |
| 2577 | 2621 | ||
| ... | @@ -2581,7 +2625,7 @@ ep-spin-lib:selectTimeDurationScale | ... | @@ -2581,7 +2625,7 @@ ep-spin-lib:selectTimeDurationScale |
| 2581 | rdfs:subClassOf ep-spin-lib:Function ; | 2625 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2582 | spin:body | 2626 | spin:body |
| 2583 | [ rdf:type sp:Select ; | 2627 | [ rdf:type sp:Select ; |
| 2584 | - sp:resultVariables (_:b68) ; | 2628 | + sp:resultVariables (_:b70) ; |
| 2585 | sp:where ([ rdf:type sp:Bind ; | 2629 | sp:where ([ rdf:type sp:Bind ; |
| 2586 | sp:expression | 2630 | sp:expression |
| 2587 | [ rdf:type sp:if ; | 2631 | [ rdf:type sp:if ; |
| ... | @@ -2627,7 +2671,7 @@ ep-spin-lib:selectTimeDurationScale | ... | @@ -2627,7 +2671,7 @@ ep-spin-lib:selectTimeDurationScale |
| 2627 | ] | 2671 | ] |
| 2628 | ] | 2672 | ] |
| 2629 | ] ; | 2673 | ] ; |
| 2630 | - sp:variable _:b68 | 2674 | + sp:variable _:b70 |
| 2631 | ]) | 2675 | ]) |
| 2632 | ] . | 2676 | ] . |
| 2633 | 2677 | ||
| ... | @@ -2637,7 +2681,7 @@ ep-spin-lib:selectTubeType | ... | @@ -2637,7 +2681,7 @@ ep-spin-lib:selectTubeType |
| 2637 | rdfs:subClassOf ep-spin-lib:Function ; | 2681 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2638 | spin:body | 2682 | spin:body |
| 2639 | [ rdf:type sp:Select ; | 2683 | [ rdf:type sp:Select ; |
| 2640 | - sp:resultVariables (_:b69) ; | 2684 | + sp:resultVariables (_:b71) ; |
| 2641 | sp:where ([ rdf:type sp:Bind ; | 2685 | sp:where ([ rdf:type sp:Bind ; |
| 2642 | sp:expression | 2686 | sp:expression |
| 2643 | [ rdf:type sp:if ; | 2687 | [ rdf:type sp:if ; |
| ... | @@ -2662,7 +2706,7 @@ ep-spin-lib:selectTubeType | ... | @@ -2662,7 +2706,7 @@ ep-spin-lib:selectTubeType |
| 2662 | ] | 2706 | ] |
| 2663 | ] | 2707 | ] |
| 2664 | ] ; | 2708 | ] ; |
| 2665 | - sp:variable _:b69 | 2709 | + sp:variable _:b71 |
| 2666 | ]) | 2710 | ]) |
| 2667 | ] . | 2711 | ] . |
| 2668 | 2712 | ||
| ... | @@ -2672,7 +2716,7 @@ ep-spin-lib:selectVolumeScale | ... | @@ -2672,7 +2716,7 @@ ep-spin-lib:selectVolumeScale |
| 2672 | rdfs:subClassOf ep-spin-lib:Function ; | 2716 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2673 | spin:body | 2717 | spin:body |
| 2674 | [ rdf:type sp:Select ; | 2718 | [ rdf:type sp:Select ; |
| 2675 | - sp:resultVariables (_:b70) ; | 2719 | + sp:resultVariables (_:b72) ; |
| 2676 | sp:where ([ rdf:type sp:Bind ; | 2720 | sp:where ([ rdf:type sp:Bind ; |
| 2677 | sp:expression | 2721 | sp:expression |
| 2678 | [ rdf:type sp:if ; | 2722 | [ rdf:type sp:if ; |
| ... | @@ -2690,7 +2734,7 @@ ep-spin-lib:selectVolumeScale | ... | @@ -2690,7 +2734,7 @@ ep-spin-lib:selectVolumeScale |
| 2690 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2734 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 2691 | ] | 2735 | ] |
| 2692 | ] ; | 2736 | ] ; |
| 2693 | - sp:variable _:b70 | 2737 | + sp:variable _:b72 |
| 2694 | ]) | 2738 | ]) |
| 2695 | ] . | 2739 | ] . |
| 2696 | 2740 | ||
| ... | @@ -2700,7 +2744,7 @@ ep-spin-lib:selectWellBoreDrillingType | ... | @@ -2700,7 +2744,7 @@ ep-spin-lib:selectWellBoreDrillingType |
| 2700 | rdfs:subClassOf ep-spin-lib:Function ; | 2744 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2701 | spin:body | 2745 | spin:body |
| 2702 | [ rdf:type sp:Select ; | 2746 | [ rdf:type sp:Select ; |
| 2703 | - sp:resultVariables (_:b71) ; | 2747 | + sp:resultVariables (_:b73) ; |
| 2704 | sp:where ([ rdf:type sp:Bind ; | 2748 | sp:where ([ rdf:type sp:Bind ; |
| 2705 | sp:expression | 2749 | sp:expression |
| 2706 | [ rdf:type sp:if ; | 2750 | [ rdf:type sp:if ; |
| ... | @@ -2746,7 +2790,7 @@ ep-spin-lib:selectWellBoreDrillingType | ... | @@ -2746,7 +2790,7 @@ ep-spin-lib:selectWellBoreDrillingType |
| 2746 | ] | 2790 | ] |
| 2747 | ] | 2791 | ] |
| 2748 | ] ; | 2792 | ] ; |
| 2749 | - sp:variable _:b71 | 2793 | + sp:variable _:b73 |
| 2750 | ]) | 2794 | ]) |
| 2751 | ] . | 2795 | ] . |
| 2752 | 2796 | ||
| ... | @@ -2756,7 +2800,7 @@ ep-spin-lib:selectWellBoreHphtType | ... | @@ -2756,7 +2800,7 @@ ep-spin-lib:selectWellBoreHphtType |
| 2756 | rdfs:subClassOf ep-spin-lib:Function ; | 2800 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2757 | spin:body | 2801 | spin:body |
| 2758 | [ rdf:type sp:Select ; | 2802 | [ rdf:type sp:Select ; |
| 2759 | - sp:resultVariables (_:b72) ; | 2803 | + sp:resultVariables (_:b74) ; |
| 2760 | sp:where ([ rdf:type sp:Bind ; | 2804 | sp:where ([ rdf:type sp:Bind ; |
| 2761 | sp:expression | 2805 | sp:expression |
| 2762 | [ rdf:type sp:if ; | 2806 | [ rdf:type sp:if ; |
| ... | @@ -2767,7 +2811,7 @@ ep-spin-lib:selectWellBoreHphtType | ... | @@ -2767,7 +2811,7 @@ ep-spin-lib:selectWellBoreHphtType |
| 2767 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ; | 2811 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ; |
| 2768 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore> | 2812 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore> |
| 2769 | ] ; | 2813 | ] ; |
| 2770 | - sp:variable _:b72 | 2814 | + sp:variable _:b74 |
| 2771 | ]) | 2815 | ]) |
| 2772 | ] . | 2816 | ] . |
| 2773 | 2817 | ||
| ... | @@ -2777,7 +2821,7 @@ ep-spin-lib:selectWellBoreTightnessType | ... | @@ -2777,7 +2821,7 @@ ep-spin-lib:selectWellBoreTightnessType |
| 2777 | rdfs:subClassOf ep-spin-lib:Function ; | 2821 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2778 | spin:body | 2822 | spin:body |
| 2779 | [ rdf:type sp:Select ; | 2823 | [ rdf:type sp:Select ; |
| 2780 | - sp:resultVariables (_:b73) ; | 2824 | + sp:resultVariables (_:b75) ; |
| 2781 | sp:where ([ rdf:type sp:Bind ; | 2825 | sp:where ([ rdf:type sp:Bind ; |
| 2782 | sp:expression | 2826 | sp:expression |
| 2783 | [ rdf:type sp:if ; | 2827 | [ rdf:type sp:if ; |
| ... | @@ -2788,7 +2832,7 @@ ep-spin-lib:selectWellBoreTightnessType | ... | @@ -2788,7 +2832,7 @@ ep-spin-lib:selectWellBoreTightnessType |
| 2788 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ; | 2832 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ; |
| 2789 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore> | 2833 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore> |
| 2790 | ] ; | 2834 | ] ; |
| 2791 | - sp:variable _:b73 | 2835 | + sp:variable _:b75 |
| 2792 | ]) | 2836 | ]) |
| 2793 | ] . | 2837 | ] . |
| 2794 | 2838 | ||
| ... | @@ -2798,7 +2842,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType | ... | @@ -2798,7 +2842,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType |
| 2798 | rdfs:subClassOf ep-spin-lib:Function ; | 2842 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2799 | spin:body | 2843 | spin:body |
| 2800 | [ rdf:type sp:Select ; | 2844 | [ rdf:type sp:Select ; |
| 2801 | - sp:resultVariables (_:b74) ; | 2845 | + sp:resultVariables (_:b76) ; |
| 2802 | sp:where ([ rdf:type sp:Bind ; | 2846 | sp:where ([ rdf:type sp:Bind ; |
| 2803 | sp:expression | 2847 | sp:expression |
| 2804 | [ rdf:type sp:if ; | 2848 | [ rdf:type sp:if ; |
| ... | @@ -2809,7 +2853,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType | ... | @@ -2809,7 +2853,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType |
| 2809 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ; | 2853 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ; |
| 2810 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug> | 2854 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug> |
| 2811 | ] ; | 2855 | ] ; |
| 2812 | - sp:variable _:b74 | 2856 | + sp:variable _:b76 |
| 2813 | ]) | 2857 | ]) |
| 2814 | ] . | 2858 | ] . |
| 2815 | 2859 | ||
| ... | @@ -2819,7 +2863,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType | ... | @@ -2819,7 +2863,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType |
| 2819 | rdfs:subClassOf ep-spin-lib:Function ; | 2863 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2820 | spin:body | 2864 | spin:body |
| 2821 | [ rdf:type sp:Select ; | 2865 | [ rdf:type sp:Select ; |
| 2822 | - sp:resultVariables (_:b75) ; | 2866 | + sp:resultVariables (_:b77) ; |
| 2823 | sp:where ([ rdf:type sp:Bind ; | 2867 | sp:where ([ rdf:type sp:Bind ; |
| 2824 | sp:expression | 2868 | sp:expression |
| 2825 | [ rdf:type sp:if ; | 2869 | [ rdf:type sp:if ; |
| ... | @@ -2830,7 +2874,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType | ... | @@ -2830,7 +2874,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType |
| 2830 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ; | 2874 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ; |
| 2831 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation> | 2875 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation> |
| 2832 | ] ; | 2876 | ] ; |
| 2833 | - sp:variable _:b75 | 2877 | + sp:variable _:b77 |
| 2834 | ]) | 2878 | ]) |
| 2835 | ] . | 2879 | ] . |
| 2836 | 2880 | ||
| ... | @@ -2840,7 +2884,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType | ... | @@ -2840,7 +2884,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType |
| 2840 | rdfs:subClassOf ep-spin-lib:Function ; | 2884 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2841 | spin:body | 2885 | spin:body |
| 2842 | [ rdf:type sp:Select ; | 2886 | [ rdf:type sp:Select ; |
| 2843 | - sp:resultVariables (_:b76) ; | 2887 | + sp:resultVariables (_:b78) ; |
| 2844 | sp:where ([ rdf:type sp:Bind ; | 2888 | sp:where ([ rdf:type sp:Bind ; |
| 2845 | sp:expression | 2889 | sp:expression |
| 2846 | [ rdf:type sp:if ; | 2890 | [ rdf:type sp:if ; |
| ... | @@ -2851,7 +2895,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType | ... | @@ -2851,7 +2895,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType |
| 2851 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ; | 2895 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ; |
| 2852 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation> | 2896 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation> |
| 2853 | ] ; | 2897 | ] ; |
| 2854 | - sp:variable _:b76 | 2898 | + sp:variable _:b78 |
| 2855 | ]) | 2899 | ]) |
| 2856 | ] . | 2900 | ] . |
| 2857 | 2901 | ||
| ... | @@ -2861,7 +2905,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType | ... | @@ -2861,7 +2905,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType |
| 2861 | rdfs:subClassOf ep-spin-lib:Function ; | 2905 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2862 | spin:body | 2906 | spin:body |
| 2863 | [ rdf:type sp:Select ; | 2907 | [ rdf:type sp:Select ; |
| 2864 | - sp:resultVariables (_:b77) ; | 2908 | + sp:resultVariables (_:b79) ; |
| 2865 | sp:where ([ rdf:type sp:Bind ; | 2909 | sp:where ([ rdf:type sp:Bind ; |
| 2866 | sp:expression | 2910 | sp:expression |
| 2867 | [ rdf:type sp:if ; | 2911 | [ rdf:type sp:if ; |
| ... | @@ -2872,7 +2916,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType | ... | @@ -2872,7 +2916,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType |
| 2872 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ; | 2916 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ; |
| 2873 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding> | 2917 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding> |
| 2874 | ] ; | 2918 | ] ; |
| 2875 | - sp:variable _:b77 | 2919 | + sp:variable _:b79 |
| 2876 | ]) | 2920 | ]) |
| 2877 | ] . | 2921 | ] . |
| 2878 | 2922 | ||
| ... | @@ -2882,7 +2926,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType | ... | @@ -2882,7 +2926,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType |
| 2882 | rdfs:subClassOf ep-spin-lib:Function ; | 2926 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2883 | spin:body | 2927 | spin:body |
| 2884 | [ rdf:type sp:Select ; | 2928 | [ rdf:type sp:Select ; |
| 2885 | - sp:resultVariables (_:b78) ; | 2929 | + sp:resultVariables (_:b80) ; |
| 2886 | sp:where ([ rdf:type sp:Bind ; | 2930 | sp:where ([ rdf:type sp:Bind ; |
| 2887 | sp:expression | 2931 | sp:expression |
| 2888 | [ rdf:type sp:if ; | 2932 | [ rdf:type sp:if ; |
| ... | @@ -2893,7 +2937,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType | ... | @@ -2893,7 +2937,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType |
| 2893 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ; | 2937 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ; |
| 2894 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping> | 2938 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping> |
| 2895 | ] ; | 2939 | ] ; |
| 2896 | - sp:variable _:b78 | 2940 | + sp:variable _:b80 |
| 2897 | ]) | 2941 | ]) |
| 2898 | ] . | 2942 | ] . |
| 2899 | 2943 | ||
| ... | @@ -2903,7 +2947,7 @@ ep-spin-lib:selectWellCementJobTopPlugType | ... | @@ -2903,7 +2947,7 @@ ep-spin-lib:selectWellCementJobTopPlugType |
| 2903 | rdfs:subClassOf ep-spin-lib:Function ; | 2947 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2904 | spin:body | 2948 | spin:body |
| 2905 | [ rdf:type sp:Select ; | 2949 | [ rdf:type sp:Select ; |
| 2906 | - sp:resultVariables (_:b79) ; | 2950 | + sp:resultVariables (_:b81) ; |
| 2907 | sp:where ([ rdf:type sp:Bind ; | 2951 | sp:where ([ rdf:type sp:Bind ; |
| 2908 | sp:expression | 2952 | sp:expression |
| 2909 | [ rdf:type sp:if ; | 2953 | [ rdf:type sp:if ; |
| ... | @@ -2914,7 +2958,7 @@ ep-spin-lib:selectWellCementJobTopPlugType | ... | @@ -2914,7 +2958,7 @@ ep-spin-lib:selectWellCementJobTopPlugType |
| 2914 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ; | 2958 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ; |
| 2915 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug> | 2959 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug> |
| 2916 | ] ; | 2960 | ] ; |
| 2917 | - sp:variable _:b79 | 2961 | + sp:variable _:b81 |
| 2918 | ]) | 2962 | ]) |
| 2919 | ] . | 2963 | ] . |
| 2920 | 2964 | ||
| ... | @@ -2924,7 +2968,7 @@ ep-spin-lib:selectWellCementJobType | ... | @@ -2924,7 +2968,7 @@ ep-spin-lib:selectWellCementJobType |
| 2924 | rdfs:subClassOf ep-spin-lib:Function ; | 2968 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2925 | spin:body | 2969 | spin:body |
| 2926 | [ rdf:type sp:Select ; | 2970 | [ rdf:type sp:Select ; |
| 2927 | - sp:resultVariables (_:b80) ; | 2971 | + sp:resultVariables (_:b82) ; |
| 2928 | sp:where ([ rdf:type sp:Bind ; | 2972 | sp:where ([ rdf:type sp:Bind ; |
| 2929 | sp:expression | 2973 | sp:expression |
| 2930 | [ rdf:type sp:if ; | 2974 | [ rdf:type sp:if ; |
| ... | @@ -2956,7 +3000,7 @@ ep-spin-lib:selectWellCementJobType | ... | @@ -2956,7 +3000,7 @@ ep-spin-lib:selectWellCementJobType |
| 2956 | ] | 3000 | ] |
| 2957 | ] | 3001 | ] |
| 2958 | ] ; | 3002 | ] ; |
| 2959 | - sp:variable _:b80 | 3003 | + sp:variable _:b82 |
| 2960 | ]) | 3004 | ]) |
| 2961 | ] . | 3005 | ] . |
| 2962 | 3006 | ||
| ... | @@ -2966,7 +3010,7 @@ ep-spin-lib:selectWellControlIncidentType | ... | @@ -2966,7 +3010,7 @@ ep-spin-lib:selectWellControlIncidentType |
| 2966 | rdfs:subClassOf ep-spin-lib:Function ; | 3010 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2967 | spin:body | 3011 | spin:body |
| 2968 | [ rdf:type sp:Select ; | 3012 | [ rdf:type sp:Select ; |
| 2969 | - sp:resultVariables (_:b81) ; | 3013 | + sp:resultVariables (_:b83) ; |
| 2970 | sp:where ([ rdf:type sp:Bind ; | 3014 | sp:where ([ rdf:type sp:Bind ; |
| 2971 | sp:expression | 3015 | sp:expression |
| 2972 | [ rdf:type sp:if ; | 3016 | [ rdf:type sp:if ; |
| ... | @@ -2998,7 +3042,7 @@ ep-spin-lib:selectWellControlIncidentType | ... | @@ -2998,7 +3042,7 @@ ep-spin-lib:selectWellControlIncidentType |
| 2998 | ] | 3042 | ] |
| 2999 | ] | 3043 | ] |
| 3000 | ] ; | 3044 | ] ; |
| 3001 | - sp:variable _:b81 | 3045 | + sp:variable _:b83 |
| 3002 | ]) | 3046 | ]) |
| 3003 | ] . | 3047 | ] . |
| 3004 | 3048 | ||
| ... | @@ -3008,7 +3052,7 @@ ep-spin-lib:selectWellKillingType | ... | @@ -3008,7 +3052,7 @@ ep-spin-lib:selectWellKillingType |
| 3008 | rdfs:subClassOf ep-spin-lib:Function ; | 3052 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3009 | spin:body | 3053 | spin:body |
| 3010 | [ rdf:type sp:Select ; | 3054 | [ rdf:type sp:Select ; |
| 3011 | - sp:resultVariables (_:b82) ; | 3055 | + sp:resultVariables (_:b84) ; |
| 3012 | sp:where ([ rdf:type sp:Bind ; | 3056 | sp:where ([ rdf:type sp:Bind ; |
| 3013 | sp:expression | 3057 | sp:expression |
| 3014 | [ rdf:type sp:if ; | 3058 | [ rdf:type sp:if ; |
| ... | @@ -3054,7 +3098,7 @@ ep-spin-lib:selectWellKillingType | ... | @@ -3054,7 +3098,7 @@ ep-spin-lib:selectWellKillingType |
| 3054 | ] | 3098 | ] |
| 3055 | ] | 3099 | ] |
| 3056 | ] ; | 3100 | ] ; |
| 3057 | - sp:variable _:b82 | 3101 | + sp:variable _:b84 |
| 3058 | ]) | 3102 | ]) |
| 3059 | ] . | 3103 | ] . |
| 3060 | 3104 | ||
| ... | @@ -3064,7 +3108,7 @@ ep-spin-lib:selectWellTestType | ... | @@ -3064,7 +3108,7 @@ ep-spin-lib:selectWellTestType |
| 3064 | rdfs:subClassOf ep-spin-lib:Function ; | 3108 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3065 | spin:body | 3109 | spin:body |
| 3066 | [ rdf:type sp:Select ; | 3110 | [ rdf:type sp:Select ; |
| 3067 | - sp:resultVariables (_:b83) ; | 3111 | + sp:resultVariables (_:b85) ; |
| 3068 | sp:where ([ rdf:type sp:Bind ; | 3112 | sp:where ([ rdf:type sp:Bind ; |
| 3069 | sp:expression | 3113 | sp:expression |
| 3070 | [ rdf:type sp:if ; | 3114 | [ rdf:type sp:if ; |
| ... | @@ -3082,7 +3126,7 @@ ep-spin-lib:selectWellTestType | ... | @@ -3082,7 +3126,7 @@ ep-spin-lib:selectWellTestType |
| 3082 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest> | 3126 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest> |
| 3083 | ] | 3127 | ] |
| 3084 | ] ; | 3128 | ] ; |
| 3085 | - sp:variable _:b83 | 3129 | + sp:variable _:b85 |
| 3086 | ]) | 3130 | ]) |
| 3087 | ] . | 3131 | ] . |
| 3088 | 3132 | ||
| ... | @@ -3092,7 +3136,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType | ... | @@ -3092,7 +3136,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType |
| 3092 | rdfs:subClassOf ep-spin-lib:Function ; | 3136 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3093 | spin:body | 3137 | spin:body |
| 3094 | [ rdf:type sp:Select ; | 3138 | [ rdf:type sp:Select ; |
| 3095 | - sp:resultVariables (_:b84) ; | 3139 | + sp:resultVariables (_:b86) ; |
| 3096 | sp:where ([ rdf:type sp:Bind ; | 3140 | sp:where ([ rdf:type sp:Bind ; |
| 3097 | sp:expression | 3141 | sp:expression |
| 3098 | [ rdf:type sp:if ; | 3142 | [ rdf:type sp:if ; |
| ... | @@ -3103,7 +3147,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType | ... | @@ -3103,7 +3147,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType |
| 3103 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ; | 3147 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ; |
| 3104 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal> | 3148 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal> |
| 3105 | ] ; | 3149 | ] ; |
| 3106 | - sp:variable _:b84 | 3150 | + sp:variable _:b86 |
| 3107 | ]) | 3151 | ]) |
| 3108 | ] . | 3152 | ] . |
| 3109 | 3153 | ||
| ... | @@ -3113,7 +3157,7 @@ ep-spin-lib:selectYieldPointScale | ... | @@ -3113,7 +3157,7 @@ ep-spin-lib:selectYieldPointScale |
| 3113 | rdfs:subClassOf ep-spin-lib:Function ; | 3157 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3114 | spin:body | 3158 | spin:body |
| 3115 | [ rdf:type sp:Select ; | 3159 | [ rdf:type sp:Select ; |
| 3116 | - sp:resultVariables (_:b85) ; | 3160 | + sp:resultVariables (_:b87) ; |
| 3117 | sp:where ([ rdf:type sp:Bind ; | 3161 | sp:where ([ rdf:type sp:Bind ; |
| 3118 | sp:expression | 3162 | sp:expression |
| 3119 | [ rdf:type sp:if ; | 3163 | [ rdf:type sp:if ; |
| ... | @@ -3138,7 +3182,7 @@ ep-spin-lib:selectYieldPointScale | ... | @@ -3138,7 +3182,7 @@ ep-spin-lib:selectYieldPointScale |
| 3138 | ] | 3182 | ] |
| 3139 | ] | 3183 | ] |
| 3140 | ] ; | 3184 | ] ; |
| 3141 | - sp:variable _:b85 | 3185 | + sp:variable _:b87 |
| 3142 | ]) | 3186 | ]) |
| 3143 | ] . | 3187 | ] . |
| 3144 | 3188 | ||
| ... | @@ -3147,248 +3191,254 @@ ddr:TTUC_Enumeration_1 | ... | @@ -3147,248 +3191,254 @@ ddr:TTUC_Enumeration_1 |
| 3147 | rdfs:label "Enumeration"^^xsd:string ; | 3191 | rdfs:label "Enumeration"^^xsd:string ; |
| 3148 | dtype:value ddr:TTUC_degC . | 3192 | dtype:value ddr:TTUC_degC . |
| 3149 | 3193 | ||
| 3150 | -_:b84 | 3194 | +_:b1 sp:varName "uri"^^xsd:string . |
| 3151 | - sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . | ||
| 3152 | - | ||
| 3153 | -_:b83 | ||
| 3154 | - sp:varName "wellTestType"^^xsd:string . | ||
| 3155 | 3195 | ||
| 3156 | -_:b82 | 3196 | +_:b2 sp:varName "uri"^^xsd:string . |
| 3157 | - sp:varName "wellKillingType"^^xsd:string . | ||
| 3158 | 3197 | ||
| 3159 | -_:b81 | 3198 | +_:b3 sp:varName "uri"^^xsd:string . |
| 3160 | - sp:varName "wellControlIncidentType"^^xsd:string . | ||
| 3161 | 3199 | ||
| 3162 | -_:b80 | 3200 | +_:b4 sp:varName "uri"^^xsd:string . |
| 3163 | - sp:varName "wellCementJobType"^^xsd:string . | ||
| 3164 | 3201 | ||
| 3165 | -_:b79 | 3202 | +_:b5 sp:varName "uri"^^xsd:string . |
| 3166 | - sp:varName "wellCementJobTopPlugType"^^xsd:string . | ||
| 3167 | 3203 | ||
| 3168 | -_:b78 | 3204 | +_:b6 sp:varName "uri"^^xsd:string . |
| 3169 | - sp:varName "wellCementJobPlugBumpingType"^^xsd:string . | ||
| 3170 | 3205 | ||
| 3171 | -_:b77 | 3206 | +_:b7 sp:varName "uri"^^xsd:string . |
| 3172 | - sp:varName "wellCementJobFloatHoldingType"^^xsd:string . | ||
| 3173 | 3207 | ||
| 3174 | -_:b76 | 3208 | +_:b8 sp:varName "uri"^^xsd:string . |
| 3175 | - sp:varName "wellCementJobCasingRotationType"^^xsd:string . | ||
| 3176 | 3209 | ||
| 3177 | -_:b75 | 3210 | +_:b9 sp:varName "uri"^^xsd:string . |
| 3178 | - sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . | ||
| 3179 | 3211 | ||
| 3180 | -_:b74 | 3212 | +_:b10 |
| 3181 | - sp:varName "wellCementJobBottomPlugType"^^xsd:string . | 3213 | + sp:varName "uri"^^xsd:string . |
| 3182 | 3214 | ||
| 3183 | -_:b73 | 3215 | +_:b11 |
| 3184 | - sp:varName "wellBoreTightnessType"^^xsd:string . | 3216 | + sp:varName "uri"^^xsd:string . |
| 3185 | 3217 | ||
| 3186 | -_:b72 | 3218 | +_:b12 |
| 3187 | - sp:varName "wellBoreHphtType"^^xsd:string . | 3219 | + sp:varName "uri"^^xsd:string . |
| 3188 | 3220 | ||
| 3189 | -_:b71 | 3221 | +_:b13 |
| 3190 | - sp:varName "wellBoreDrillingType"^^xsd:string . | 3222 | + sp:varName "uri"^^xsd:string . |
| 3191 | 3223 | ||
| 3192 | -_:b70 | 3224 | +_:b14 |
| 3193 | - sp:varName "volumeScale"^^xsd:string . | 3225 | + sp:varName "uri"^^xsd:string . |
| 3194 | 3226 | ||
| 3195 | -_:b69 | 3227 | +_:b15 |
| 3196 | - sp:varName "tubeType"^^xsd:string . | 3228 | + sp:varName "uri"^^xsd:string . |
| 3197 | 3229 | ||
| 3198 | -_:b68 | 3230 | +_:b16 |
| 3199 | - sp:varName "durationScale"^^xsd:string . | 3231 | + sp:varName "uri"^^xsd:string . |
| 3200 | 3232 | ||
| 3201 | -_:b67 | 3233 | +_:b17 |
| 3202 | - sp:varName "temperatureScale"^^xsd:string . | 3234 | + sp:varName "uri"^^xsd:string . |
| 3203 | 3235 | ||
| 3204 | -_:b66 | 3236 | +_:b18 |
| 3205 | - sp:varName "strengthScale"^^xsd:string . | 3237 | + sp:varName "uri"^^xsd:string . |
| 3206 | 3238 | ||
| 3207 | -_:b65 | 3239 | +_:b19 |
| 3208 | - sp:varName "speedScale"^^xsd:string . | 3240 | + sp:varName "uri"^^xsd:string . |
| 3209 | 3241 | ||
| 3210 | -_:b64 | 3242 | +_:b20 |
| 3211 | - sp:varName "specificVolumeScale"^^xsd:string . | 3243 | + sp:varName "uri"^^xsd:string . |
| 3212 | 3244 | ||
| 3213 | -_:b63 | 3245 | +_:b21 |
| 3214 | - sp:varName "pressureTestType"^^xsd:string . | 3246 | + sp:varName "uri"^^xsd:string . |
| 3215 | 3247 | ||
| 3216 | -_:b62 | 3248 | +_:b22 |
| 3217 | - sp:varName "pressureScale"^^xsd:string . | 3249 | + sp:varName "uri"^^xsd:string . |
| 3218 | 3250 | ||
| 3219 | -_:b61 | 3251 | +_:b23 |
| 3220 | - sp:varName "porePressureDeterminationType"^^xsd:string . | 3252 | + sp:varName "uri"^^xsd:string . |
| 3221 | 3253 | ||
| 3222 | -_:b60 | 3254 | +_:b24 |
| 3223 | - sp:varName "plasticViscosityScale"^^xsd:string . | 3255 | + sp:varName "uri"^^xsd:string . |
| 3224 | 3256 | ||
| 3225 | -_:b59 | 3257 | +_:b27 |
| 3226 | - sp:varName "angleScale"^^xsd:string . | 3258 | + sp:varName "uri"^^xsd:string . |
| 3227 | 3259 | ||
| 3228 | -_:b58 | 3260 | +_:b28 |
| 3229 | - sp:varName "mudClass"^^xsd:string . | 3261 | + sp:varName "uri"^^xsd:string . |
| 3230 | 3262 | ||
| 3231 | -_:b57 | 3263 | +_:b29 |
| 3232 | - sp:varName "massPerUnitLengthScale"^^xsd:string . | 3264 | + sp:varName "uri"^^xsd:string . |
| 3233 | 3265 | ||
| 3234 | -_:b56 | 3266 | +_:b30 |
| 3235 | - sp:varName "lengthScale"^^xsd:string . | 3267 | + sp:varName "uri"^^xsd:string . |
| 3236 | 3268 | ||
| 3237 | -_:b55 | 3269 | +_:b31 |
| 3238 | - sp:varName "dailyDrillingReportType"^^xsd:string . | 3270 | + sp:varName "uri"^^xsd:string . |
| 3239 | 3271 | ||
| 3240 | -_:b54 | 3272 | +_:b32 |
| 3241 | - sp:varName "innerBarrelType"^^xsd:string . | 3273 | + sp:varName "uri"^^xsd:string . |
| 3242 | 3274 | ||
| 3243 | -_:b53 | 3275 | +_:b33 |
| 3244 | - sp:varName "gasReadingType"^^xsd:string . | 3276 | + sp:varName "uri"^^xsd:string . |
| 3245 | 3277 | ||
| 3246 | -_:b52 | 3278 | +_:b34 |
| 3247 | - sp:varName "fluidType"^^xsd:string . | 3279 | + sp:varName "normalizedStr"^^xsd:string . |
| 3248 | 3280 | ||
| 3249 | -_:b51 | 3281 | +_:b35 |
| 3250 | - sp:varName "fixedOrMoveableRigType"^^xsd:string . | 3282 | + sp:varName "s1"^^xsd:string . |
| 3251 | 3283 | ||
| 3252 | -_:b50 | 3284 | +_:b36 |
| 3253 | - sp:varName "drillingEquipmentType"^^xsd:string . | 3285 | + sp:varName "s2"^^xsd:string . |
| 3254 | 3286 | ||
| 3255 | -_:b49 | 3287 | +_:b37 |
| 3256 | - sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string . | 3288 | + sp:varName "t0a"^^xsd:string . |
| 3257 | 3289 | ||
| 3258 | -_:b48 | 3290 | +_:b38 |
| 3259 | - sp:varName "drillingActivityPurposeType"^^xsd:string . | 3291 | + sp:varName "t0b"^^xsd:string . |
| 3260 | 3292 | ||
| 3261 | -_:b47 | 3293 | +_:b39 |
| 3262 | - sp:varName "drillingActivityOutcomeType"^^xsd:string . | 3294 | + sp:varName "t1"^^xsd:string . |
| 3263 | 3295 | ||
| 3264 | -_:b46 | 3296 | +_:b40 |
| 3265 | - sp:varName "densityScale"^^xsd:string . | 3297 | + sp:varName "t2"^^xsd:string . |
| 3266 | 3298 | ||
| 3267 | -_:b45 | 3299 | +_:b41 |
| 3268 | - sp:varName "dailyDrillingReportType"^^xsd:string . | 3300 | + sp:varName "t3"^^xsd:string . |
| 3269 | 3301 | ||
| 3270 | -_:b44 | 3302 | +_:b42 |
| 3271 | - sp:varName "componentType"^^xsd:string . | 3303 | + sp:varName "t4"^^xsd:string . |
| 3272 | 3304 | ||
| 3273 | _:b43 | 3305 | _:b43 |
| 3274 | - sp:varName "cementingFluidReturnType"^^xsd:string . | 3306 | + sp:varName "activitySuccessType"^^xsd:string . |
| 3275 | 3307 | ||
| 3276 | -_:b42 | 3308 | +_:b44 |
| 3277 | sp:varName "casingRoleType"^^xsd:string . | 3309 | sp:varName "casingRoleType"^^xsd:string . |
| 3278 | 3310 | ||
| 3279 | -_:b41 | 3311 | +_:b45 |
| 3280 | - sp:varName "activitySuccessType"^^xsd:string . | 3312 | + sp:varName "cementingFluidReturnType"^^xsd:string . |
| 3281 | - | ||
| 3282 | -_:b40 | ||
| 3283 | - sp:varName "t4"^^xsd:string . | ||
| 3284 | 3313 | ||
| 3285 | -_:b39 | 3314 | +_:b46 |
| 3286 | - sp:varName "t3"^^xsd:string . | 3315 | + sp:varName "componentType"^^xsd:string . |
| 3287 | 3316 | ||
| 3288 | -_:b38 | 3317 | +_:b47 |
| 3289 | - sp:varName "t2"^^xsd:string . | 3318 | + sp:varName "dailyDrillingReportType"^^xsd:string . |
| 3290 | 3319 | ||
| 3291 | -_:b37 | 3320 | +_:b48 |
| 3292 | - sp:varName "t1"^^xsd:string . | 3321 | + sp:varName "densityScale"^^xsd:string . |
| 3293 | 3322 | ||
| 3294 | -_:b36 | 3323 | +_:b49 |
| 3295 | - sp:varName "t0b"^^xsd:string . | 3324 | + sp:varName "drillingActivityOutcomeType"^^xsd:string . |
| 3296 | 3325 | ||
| 3297 | -_:b35 | 3326 | +_:b50 |
| 3298 | - sp:varName "t0a"^^xsd:string . | 3327 | + sp:varName "drillingActivityPurposeType"^^xsd:string . |
| 3299 | 3328 | ||
| 3300 | -_:b34 | 3329 | +_:b51 |
| 3301 | - sp:varName "s2"^^xsd:string . | 3330 | + sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string . |
| 3302 | 3331 | ||
| 3303 | -_:b33 | 3332 | +_:b52 |
| 3304 | - sp:varName "s1"^^xsd:string . | 3333 | + sp:varName "drillingEquipmentType"^^xsd:string . |
| 3305 | 3334 | ||
| 3306 | -_:b32 | 3335 | +_:b53 |
| 3307 | - sp:varName "normalizedStr"^^xsd:string . | 3336 | + sp:varName "fixedOrMoveableRigType"^^xsd:string . |
| 3308 | 3337 | ||
| 3309 | -_:b31 | 3338 | +_:b54 |
| 3310 | - sp:varName "uri"^^xsd:string . | 3339 | + sp:varName "fluidType"^^xsd:string . |
| 3311 | 3340 | ||
| 3312 | -_:b30 | 3341 | +_:b55 |
| 3313 | - sp:varName "uri"^^xsd:string . | 3342 | + sp:varName "gasReadingType"^^xsd:string . |
| 3314 | 3343 | ||
| 3315 | -_:b29 | 3344 | +_:b56 |
| 3316 | - sp:varName "uri"^^xsd:string . | 3345 | + sp:varName "innerBarrelType"^^xsd:string . |
| 3317 | 3346 | ||
| 3318 | -_:b28 | 3347 | +_:b57 |
| 3319 | - sp:varName "uri"^^xsd:string . | 3348 | + sp:varName "dailyDrillingReportType"^^xsd:string . |
| 3320 | 3349 | ||
| 3321 | -_:b27 | 3350 | +_:b58 |
| 3322 | - sp:varName "uri"^^xsd:string . | 3351 | + sp:varName "lengthScale"^^xsd:string . |
| 3323 | 3352 | ||
| 3324 | -_:b26 | 3353 | +_:b59 |
| 3325 | - sp:varName "uri"^^xsd:string . | 3354 | + sp:varName "massPerUnitLengthScale"^^xsd:string . |
| 3326 | 3355 | ||
| 3327 | -_:b25 | 3356 | +_:b60 |
| 3328 | - sp:varName "uri"^^xsd:string . | 3357 | + sp:varName "mudClass"^^xsd:string . |
| 3329 | 3358 | ||
| 3330 | -_:b24 | 3359 | +_:b61 |
| 3331 | - sp:varName "uri"^^xsd:string . | 3360 | + sp:varName "angleScale"^^xsd:string . |
| 3332 | 3361 | ||
| 3333 | -_:b23 | 3362 | +_:b62 |
| 3334 | - sp:varName "uri"^^xsd:string . | 3363 | + sp:varName "plasticViscosityScale"^^xsd:string . |
| 3335 | 3364 | ||
| 3336 | -_:b22 | 3365 | +_:b63 |
| 3337 | - sp:varName "uri"^^xsd:string . | 3366 | + sp:varName "porePressureDeterminationType"^^xsd:string . |
| 3338 | 3367 | ||
| 3339 | -_:b21 | 3368 | +_:b64 |
| 3340 | - sp:varName "uri"^^xsd:string . | 3369 | + sp:varName "pressureScale"^^xsd:string . |
| 3341 | 3370 | ||
| 3342 | -_:b20 | 3371 | +_:b65 |
| 3343 | - sp:varName "uri"^^xsd:string . | 3372 | + sp:varName "pressureTestType"^^xsd:string . |
| 3344 | 3373 | ||
| 3345 | -_:b19 | 3374 | +_:b66 |
| 3346 | - sp:varName "uri"^^xsd:string . | 3375 | + sp:varName "specificVolumeScale"^^xsd:string . |
| 3347 | 3376 | ||
| 3348 | -_:b18 | 3377 | +_:b67 |
| 3349 | - sp:varName "uri"^^xsd:string . | 3378 | + sp:varName "speedScale"^^xsd:string . |
| 3350 | 3379 | ||
| 3351 | -_:b17 | 3380 | +_:b68 |
| 3352 | - sp:varName "uri"^^xsd:string . | 3381 | + sp:varName "strengthScale"^^xsd:string . |
| 3353 | 3382 | ||
| 3354 | -_:b16 | 3383 | +_:b69 |
| 3355 | - sp:varName "uri"^^xsd:string . | 3384 | + sp:varName "temperatureScale"^^xsd:string . |
| 3356 | 3385 | ||
| 3357 | -_:b15 | 3386 | +_:b70 |
| 3358 | - sp:varName "uri"^^xsd:string . | 3387 | + sp:varName "durationScale"^^xsd:string . |
| 3359 | 3388 | ||
| 3360 | -_:b14 | 3389 | +_:b71 |
| 3361 | - sp:varName "uri"^^xsd:string . | 3390 | + sp:varName "tubeType"^^xsd:string . |
| 3362 | 3391 | ||
| 3363 | -_:b13 | 3392 | +_:b72 |
| 3364 | - sp:varName "uri"^^xsd:string . | 3393 | + sp:varName "volumeScale"^^xsd:string . |
| 3365 | 3394 | ||
| 3366 | -_:b12 | 3395 | +_:b73 |
| 3367 | - sp:varName "uri"^^xsd:string . | 3396 | + sp:varName "wellBoreDrillingType"^^xsd:string . |
| 3368 | 3397 | ||
| 3369 | -_:b11 | 3398 | +_:b74 |
| 3370 | - sp:varName "uri"^^xsd:string . | 3399 | + sp:varName "wellBoreHphtType"^^xsd:string . |
| 3371 | 3400 | ||
| 3372 | -_:b10 | 3401 | +_:b75 |
| 3373 | - sp:varName "uri"^^xsd:string . | 3402 | + sp:varName "wellBoreTightnessType"^^xsd:string . |
| 3374 | 3403 | ||
| 3375 | -_:b9 sp:varName "uri"^^xsd:string . | 3404 | +_:b76 |
| 3405 | + sp:varName "wellCementJobBottomPlugType"^^xsd:string . | ||
| 3376 | 3406 | ||
| 3377 | -_:b8 sp:varName "uri"^^xsd:string . | 3407 | +_:b77 |
| 3408 | + sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . | ||
| 3378 | 3409 | ||
| 3379 | -_:b7 sp:varName "uri"^^xsd:string . | 3410 | +_:b78 |
| 3411 | + sp:varName "wellCementJobCasingRotationType"^^xsd:string . | ||
| 3380 | 3412 | ||
| 3381 | -_:b6 sp:varName "uri"^^xsd:string . | 3413 | +_:b79 |
| 3414 | + sp:varName "wellCementJobFloatHoldingType"^^xsd:string . | ||
| 3382 | 3415 | ||
| 3383 | -_:b5 sp:varName "uri"^^xsd:string . | 3416 | +_:b80 |
| 3417 | + sp:varName "wellCementJobPlugBumpingType"^^xsd:string . | ||
| 3384 | 3418 | ||
| 3385 | -_:b4 sp:varName "uri"^^xsd:string . | 3419 | +_:b81 |
| 3420 | + sp:varName "wellCementJobTopPlugType"^^xsd:string . | ||
| 3386 | 3421 | ||
| 3387 | -_:b3 sp:varName "uri"^^xsd:string . | 3422 | +_:b82 |
| 3423 | + sp:varName "wellCementJobType"^^xsd:string . | ||
| 3388 | 3424 | ||
| 3389 | -_:b2 sp:varName "uri"^^xsd:string . | 3425 | +_:b83 |
| 3426 | + sp:varName "wellControlIncidentType"^^xsd:string . | ||
| 3390 | 3427 | ||
| 3391 | -_:b1 sp:varName "uri"^^xsd:string . | 3428 | +_:b84 |
| 3429 | + sp:varName "wellKillingType"^^xsd:string . | ||
| 3392 | 3430 | ||
| 3393 | _:b85 | 3431 | _:b85 |
| 3432 | + sp:varName "wellTestType"^^xsd:string . | ||
| 3433 | + | ||
| 3434 | +_:b86 | ||
| 3435 | + sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . | ||
| 3436 | + | ||
| 3437 | +_:b87 | ||
| 3394 | sp:varName "yieldPointScale"^^xsd:string . | 3438 | sp:varName "yieldPointScale"^^xsd:string . |
| 3439 | + | ||
| 3440 | +_:b26 | ||
| 3441 | + sp:varName "uri"^^xsd:string . | ||
| 3442 | + | ||
| 3443 | +_:b25 | ||
| 3444 | + sp:varName "uri"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Wed Sep 21 22:02:11 BST 2011 | 1 | +# Saved by TopBraid on Fri Sep 23 19:55:56 BST 2011 |
| 2 | # baseURI: null | 2 | # baseURI: null |
| 3 | 3 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
| 1 | -# Saved by TopBraid on Tue Sep 20 22:08:02 BST 2011 | 1 | +# Saved by TopBraid on Fri Sep 23 20:49:37 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/collector | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/collector |
| 3 | # imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo | 3 | # imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo |
| 4 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo | 4 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo |
| ... | @@ -19,11 +19,13 @@ | ... | @@ -19,11 +19,13 @@ |
| 19 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo | 19 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo |
| 20 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure | 20 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure |
| 21 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo | 21 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo |
| 22 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/bitRecord | ||
| 22 | # imports: http://spinrdf.org/spin | 23 | # imports: http://spinrdf.org/spin |
| 23 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/fluid | 24 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/fluid |
| 24 | 25 | ||
| 25 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/collector#> . | 26 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/collector#> . |
| 26 | @prefix activity: <http://www.reportinghub.no/ep/transform/1.1/ddr/activity#> . | 27 | @prefix activity: <http://www.reportinghub.no/ep/transform/1.1/ddr/activity#> . |
| 28 | +@prefix bitRecord: <http://www.reportinghub.no/ep/transform/1.1/ddr/bitRecord#> . | ||
| 27 | @prefix casingLinerTubingRun: <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun#> . | 29 | @prefix casingLinerTubingRun: <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun#> . |
| 28 | @prefix cementStage: <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> . | 30 | @prefix cementStage: <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> . |
| 29 | @prefix check: <http://www.reportinghub.no/ep/transform/check#> . | 31 | @prefix check: <http://www.reportinghub.no/ep/transform/check#> . |
| ... | @@ -52,5 +54,5 @@ | ... | @@ -52,5 +54,5 @@ |
| 52 | 54 | ||
| 53 | <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> | 55 | <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> |
| 54 | rdf:type owl:Ontology ; | 56 | rdf:type owl:Ontology ; |
| 55 | - owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/fluid> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <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/activity> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ; | 57 | + owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/fluid> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <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/activity> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/bitRecord> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ; |
| 56 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 58 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Tue Sep 20 22:08:02 BST 2011 | 1 | +# Saved by TopBraid on Fri Sep 23 20:49:37 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#> . | ... | ... |
This diff could not be displayed because it is too large.
| 1 | +# Saved by TopBraid on Sat Sep 24 11:52:58 BST 2011 | ||
| 2 | +# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/bitRecord | ||
| 3 | +# imports: http://www.reportinghub.no/ep/spin/1.1/lib | ||
| 4 | +# imports: http://www.witsml.org/schemas/1series | ||
| 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
| 6 | +# imports: http://spinrdf.org/spin | ||
| 7 | + | ||
| 8 | +@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/bitRecord#> . | ||
| 9 | +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | ||
| 10 | +@prefix arg: <http://spinrdf.org/arg#> . | ||
| 11 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | ||
| 12 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 13 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 14 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 15 | +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . | ||
| 16 | +@prefix sp: <http://spinrdf.org/sp#> . | ||
| 17 | +@prefix spin: <http://spinrdf.org/spin#> . | ||
| 18 | +@prefix spl: <http://spinrdf.org/spl#> . | ||
| 19 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 20 | + | ||
| 21 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/bitRecord> | ||
| 22 | + rdf:type owl:Ontology ; | ||
| 23 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; | ||
| 24 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 25 | + | ||
| 26 | +<http://www.witsml.org/schemas/1series#Obj_drillReport> | ||
| 27 | + spin:rule | ||
| 28 | + [ rdf:type sp:Construct ; | ||
| 29 | + rdfs:comment "STEP 190a Create a well bore bit run activity"^^xsd:string ; | ||
| 30 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDrillBitRun-singleRun> ; | ||
| 31 | + sp:predicate rdf:type ; | ||
| 32 | + sp:subject _:b1 | ||
| 33 | + ] [ sp:object _:b2 ; | ||
| 34 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 35 | + sp:subject _:b1 | ||
| 36 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDrillBitRun-entire> ; | ||
| 37 | + sp:predicate rdf:type ; | ||
| 38 | + sp:subject _:b2 | ||
| 39 | + ] [ sp:object _:b3 ; | ||
| 40 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 41 | + sp:subject _:b4 | ||
| 42 | + ] [ sp:object _:b1 ; | ||
| 43 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 44 | + sp:subject _:b3 | ||
| 45 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDrillBitRun-withinReportingPeriod> ; | ||
| 46 | + sp:predicate rdf:type ; | ||
| 47 | + sp:subject _:b3 | ||
| 48 | + ] [ sp:object _:b5 ; | ||
| 49 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 50 | + sp:subject _:b3 | ||
| 51 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; | ||
| 52 | + sp:predicate rdf:type ; | ||
| 53 | + sp:subject _:b5 | ||
| 54 | + ] [ sp:object _:b6 ; | ||
| 55 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 56 | + sp:subject _:b5 | ||
| 57 | + ] [ sp:object _:b7 ; | ||
| 58 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onDrillBit> ; | ||
| 59 | + sp:subject _:b1 | ||
| 60 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#Equipment> ; | ||
| 61 | + sp:predicate rdf:type ; | ||
| 62 | + sp:subject _:b7 | ||
| 63 | + ] [ sp:object _:b8 ; | ||
| 64 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 65 | + sp:subject _:b7 | ||
| 66 | + ] [ sp:object _:b9 ; | ||
| 67 | + sp:predicate rdf:type ; | ||
| 68 | + sp:subject _:b7 | ||
| 69 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#DullGrade> ; | ||
| 70 | + sp:predicate rdf:type ; | ||
| 71 | + sp:subject _:b9 | ||
| 72 | + ] [ sp:object _:b10 ; | ||
| 73 | + sp:predicate rdfs:label ; | ||
| 74 | + sp:subject _:b9 | ||
| 75 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#DrillBitForWellBore> ; | ||
| 76 | + sp:predicate rdf:type ; | ||
| 77 | + sp:subject _:b8 | ||
| 78 | + ] [ sp:object _:b11 ; | ||
| 79 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
| 80 | + sp:subject _:b8 | ||
| 81 | + ] [ sp:object _:b12 ; | ||
| 82 | + sp:predicate rdf:type ; | ||
| 83 | + sp:subject _:b8 | ||
| 84 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#ClassOfSupplyDefinedByAManufacturer> ; | ||
| 85 | + sp:predicate rdf:type ; | ||
| 86 | + sp:subject _:b12 | ||
| 87 | + ] [ sp:object _:b13 ; | ||
| 88 | + sp:predicate <http://www.reportinghub.no/ep/schema/equipment#diameterOfDrillBit> ; | ||
| 89 | + sp:subject _:b12 | ||
| 90 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 91 | + sp:predicate rdf:type ; | ||
| 92 | + sp:subject _:b13 | ||
| 93 | + ] [ sp:object _:b14 ; | ||
| 94 | + sp:predicate _:b15 ; | ||
| 95 | + sp:subject _:b13 | ||
| 96 | + ] [ sp:object _:b16 ; | ||
| 97 | + sp:predicate <http://www.reportinghub.no/ep/schema/equipment#manufacturedBy> ; | ||
| 98 | + sp:subject _:b8 | ||
| 99 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ; | ||
| 100 | + sp:predicate rdf:type ; | ||
| 101 | + sp:subject _:b16 | ||
| 102 | + ] [ sp:object _:b17 ; | ||
| 103 | + sp:predicate rdfs:label ; | ||
| 104 | + sp:subject _:b16 | ||
| 105 | + ] [ sp:object _:b18 ; | ||
| 106 | + sp:predicate <http://www.reportinghub.no/ep/schema/equipment#codeAssignedByAManufacturer> ; | ||
| 107 | + sp:subject _:b12 | ||
| 108 | + ]) ; | ||
| 109 | + sp:where ([ sp:object _:b19 ; | ||
| 110 | + sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ; | ||
| 111 | + sp:subject spin:_this | ||
| 112 | + ] [ sp:object _:b20 ; | ||
| 113 | + sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; | ||
| 114 | + sp:subject spin:_this | ||
| 115 | + ] [ sp:object _:b6 ; | ||
| 116 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 117 | + sp:subject _:b4 | ||
| 118 | + ] [ sp:object _:b21 ; | ||
| 119 | + sp:predicate <http://www.witsml.org/schemas/1series#bitRecordRef> ; | ||
| 120 | + sp:subject spin:_this | ||
| 121 | + ] [ sp:object _:b11 ; | ||
| 122 | + sp:predicate <http://www.witsml.org/schemas/1series#numBit> ; | ||
| 123 | + sp:subject _:b21 | ||
| 124 | + ] [ sp:object _:b22 ; | ||
| 125 | + sp:predicate <http://www.witsml.org/schemas/1series#diaBitRef> ; | ||
| 126 | + sp:subject _:b21 | ||
| 127 | + ] [ sp:object _:b23 ; | ||
| 128 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 129 | + sp:subject _:b22 | ||
| 130 | + ] [ sp:object _:b14 ; | ||
| 131 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 132 | + sp:subject _:b22 | ||
| 133 | + ] [ rdf:type sp:Optional ; | ||
| 134 | + sp:elements ([ sp:object _:b17 ; | ||
| 135 | + sp:predicate <http://www.witsml.org/schemas/1series#manufacturer> ; | ||
| 136 | + sp:subject _:b21 | ||
| 137 | + ]) | ||
| 138 | + ] [ rdf:type sp:Optional ; | ||
| 139 | + sp:elements ([ sp:object _:b18 ; | ||
| 140 | + sp:predicate <http://www.witsml.org/schemas/1series#codeMfg> ; | ||
| 141 | + sp:subject _:b21 | ||
| 142 | + ]) | ||
| 143 | + ] [ rdf:type sp:Optional ; | ||
| 144 | + sp:elements ([ sp:object _:b10 ; | ||
| 145 | + sp:predicate <http://www.witsml.org/schemas/1series#dullGrade> ; | ||
| 146 | + sp:subject _:b21 | ||
| 147 | + ]) | ||
| 148 | + ] [ rdf:type sp:Bind ; | ||
| 149 | + sp:expression | ||
| 150 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 151 | + sp:arg1 _:b19 | ||
| 152 | + ] ; | ||
| 153 | + sp:variable _:b24 | ||
| 154 | + ] [ rdf:type sp:Bind ; | ||
| 155 | + sp:expression | ||
| 156 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 157 | + sp:arg1 _:b24 ; | ||
| 158 | + sp:arg2 _:b20 | ||
| 159 | + ] ; | ||
| 160 | + sp:variable _:b4 | ||
| 161 | + ] [ rdf:type sp:Bind ; | ||
| 162 | + sp:expression | ||
| 163 | + [ rdf:type afn:localname ; | ||
| 164 | + sp:arg1 _:b21 | ||
| 165 | + ] ; | ||
| 166 | + sp:variable _:b25 | ||
| 167 | + ] [ rdf:type sp:Bind ; | ||
| 168 | + sp:expression | ||
| 169 | + [ rdf:type ep-spin-lib:buildWellBoreDrillBitRunURI ; | ||
| 170 | + sp:arg1 _:b24 ; | ||
| 171 | + sp:arg2 _:b20 ; | ||
| 172 | + sp:arg3 _:b25 | ||
| 173 | + ] ; | ||
| 174 | + sp:variable _:b1 | ||
| 175 | + ] [ rdf:type sp:Bind ; | ||
| 176 | + sp:expression | ||
| 177 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 178 | + sp:arg1 _:b11 | ||
| 179 | + ] ; | ||
| 180 | + sp:variable _:b26 | ||
| 181 | + ] [ rdf:type sp:Bind ; | ||
| 182 | + sp:expression | ||
| 183 | + [ rdf:type ep-spin-lib:buildWellBoreDrillBitURI ; | ||
| 184 | + sp:arg1 _:b24 ; | ||
| 185 | + sp:arg2 _:b26 | ||
| 186 | + ] ; | ||
| 187 | + sp:variable _:b8 | ||
| 188 | + ] [ rdf:type sp:Bind ; | ||
| 189 | + sp:expression | ||
| 190 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 191 | + sp:arg1 _:b23 | ||
| 192 | + ] ; | ||
| 193 | + sp:variable _:b15 | ||
| 194 | + ]) | ||
| 195 | + ] ; | ||
| 196 | + spin:rule | ||
| 197 | + [ rdf:type sp:Construct ; | ||
| 198 | + rdfs:comment "STEP 190b Create a well bore bit run activity"^^xsd:string ; | ||
| 199 | + sp:templates ([ sp:object _:b27 ; | ||
| 200 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#durationOfDrilling> ; | ||
| 201 | + sp:subject _:b28 | ||
| 202 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; | ||
| 203 | + sp:predicate rdf:type ; | ||
| 204 | + sp:subject _:b27 | ||
| 205 | + ] [ sp:object _:b29 ; | ||
| 206 | + sp:predicate _:b30 ; | ||
| 207 | + sp:subject _:b27 | ||
| 208 | + ] [ sp:object _:b31 ; | ||
| 209 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#distanceDrilled> ; | ||
| 210 | + sp:subject _:b28 | ||
| 211 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 212 | + sp:predicate rdf:type ; | ||
| 213 | + sp:subject _:b31 | ||
| 214 | + ] [ sp:object _:b32 ; | ||
| 215 | + sp:predicate _:b33 ; | ||
| 216 | + sp:subject _:b31 | ||
| 217 | + ] [ sp:object _:b34 ; | ||
| 218 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#durationOfDrilling> ; | ||
| 219 | + sp:subject _:b35 | ||
| 220 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; | ||
| 221 | + sp:predicate rdf:type ; | ||
| 222 | + sp:subject _:b34 | ||
| 223 | + ] [ sp:object _:b36 ; | ||
| 224 | + sp:predicate _:b37 ; | ||
| 225 | + sp:subject _:b34 | ||
| 226 | + ] [ sp:object _:b38 ; | ||
| 227 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#distanceDrilled> ; | ||
| 228 | + sp:subject _:b35 | ||
| 229 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 230 | + sp:predicate rdf:type ; | ||
| 231 | + sp:subject _:b38 | ||
| 232 | + ] [ sp:object _:b39 ; | ||
| 233 | + sp:predicate _:b40 ; | ||
| 234 | + sp:subject _:b38 | ||
| 235 | + ] [ sp:object _:b41 ; | ||
| 236 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#averageRateOfDrilling> ; | ||
| 237 | + sp:subject _:b35 | ||
| 238 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Speed> ; | ||
| 239 | + sp:predicate rdf:type ; | ||
| 240 | + sp:subject _:b41 | ||
| 241 | + ] [ sp:object _:b42 ; | ||
| 242 | + sp:predicate _:b43 ; | ||
| 243 | + sp:subject _:b41 | ||
| 244 | + ] [ sp:object _:b44 ; | ||
| 245 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#operatingTimeOfDrillBit> ; | ||
| 246 | + sp:subject _:b45 | ||
| 247 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; | ||
| 248 | + sp:predicate rdf:type ; | ||
| 249 | + sp:subject _:b44 | ||
| 250 | + ] [ sp:object _:b46 ; | ||
| 251 | + sp:predicate _:b47 ; | ||
| 252 | + sp:subject _:b44 | ||
| 253 | + ] [ sp:object _:b48 ; | ||
| 254 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#durationOfDrilling> ; | ||
| 255 | + sp:subject _:b45 | ||
| 256 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; | ||
| 257 | + sp:predicate rdf:type ; | ||
| 258 | + sp:subject _:b48 | ||
| 259 | + ] [ sp:object _:b49 ; | ||
| 260 | + sp:predicate _:b50 ; | ||
| 261 | + sp:subject _:b48 | ||
| 262 | + ] [ sp:object _:b51 ; | ||
| 263 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#averageRateOfDrilling> ; | ||
| 264 | + sp:subject _:b45 | ||
| 265 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Speed> ; | ||
| 266 | + sp:predicate rdf:type ; | ||
| 267 | + sp:subject _:b51 | ||
| 268 | + ] [ sp:object _:b52 ; | ||
| 269 | + sp:predicate _:b53 ; | ||
| 270 | + sp:subject _:b51 | ||
| 271 | + ] [ sp:object _:b54 ; | ||
| 272 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#initialBottomHoleMeasuredDepth> ; | ||
| 273 | + sp:subject _:b55 | ||
| 274 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 275 | + sp:predicate rdf:type ; | ||
| 276 | + sp:subject _:b54 | ||
| 277 | + ] [ sp:object _:b56 ; | ||
| 278 | + sp:predicate _:b57 ; | ||
| 279 | + sp:subject _:b54 | ||
| 280 | + ] [ sp:object _:b58 ; | ||
| 281 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ; | ||
| 282 | + sp:subject _:b55 | ||
| 283 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 284 | + sp:predicate rdf:type ; | ||
| 285 | + sp:subject _:b58 | ||
| 286 | + ] [ sp:object _:b59 ; | ||
| 287 | + sp:predicate _:b60 ; | ||
| 288 | + sp:subject _:b58 | ||
| 289 | + ]) ; | ||
| 290 | + sp:where ([ sp:object _:b61 ; | ||
| 291 | + sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ; | ||
| 292 | + sp:subject spin:_this | ||
| 293 | + ] [ sp:object _:b62 ; | ||
| 294 | + sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; | ||
| 295 | + sp:subject spin:_this | ||
| 296 | + ] [ sp:object | ||
| 297 | + [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | ||
| 298 | + ] ; | ||
| 299 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 300 | + sp:subject _:b63 | ||
| 301 | + ] [ sp:object _:b64 ; | ||
| 302 | + sp:predicate <http://www.witsml.org/schemas/1series#bitRecordRef> ; | ||
| 303 | + sp:subject spin:_this | ||
| 304 | + ] [ sp:object _:b65 ; | ||
| 305 | + sp:predicate <http://www.witsml.org/schemas/1series#numBit> ; | ||
| 306 | + sp:subject _:b64 | ||
| 307 | + ] [ sp:object _:b35 ; | ||
| 308 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 309 | + sp:subject _:b28 | ||
| 310 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDrillBitRun-entire> ; | ||
| 311 | + sp:predicate rdf:type ; | ||
| 312 | + sp:subject _:b35 | ||
| 313 | + ] [ sp:object _:b28 ; | ||
| 314 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 315 | + sp:subject _:b45 | ||
| 316 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellBoreDrillBitRun-withinReportingPeriod> ; | ||
| 317 | + sp:predicate rdf:type ; | ||
| 318 | + sp:subject _:b45 | ||
| 319 | + ] [ sp:object _:b55 ; | ||
| 320 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 321 | + sp:subject _:b45 | ||
| 322 | + ] [ sp:object _:b66 ; | ||
| 323 | + sp:predicate <http://www.witsml.org/schemas/1series#bitRunRef> ; | ||
| 324 | + sp:subject _:b64 | ||
| 325 | + ] [ rdf:type sp:Optional ; | ||
| 326 | + sp:elements ([ sp:object _:b67 ; | ||
| 327 | + sp:predicate <http://www.witsml.org/schemas/1series#eTimOpBitRef> ; | ||
| 328 | + sp:subject _:b66 | ||
| 329 | + ] [ sp:object _:b68 ; | ||
| 330 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 331 | + sp:subject _:b67 | ||
| 332 | + ] [ sp:object _:b46 ; | ||
| 333 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 334 | + sp:subject _:b67 | ||
| 335 | + ]) | ||
| 336 | + ] [ rdf:type sp:Optional ; | ||
| 337 | + sp:elements ([ sp:object _:b69 ; | ||
| 338 | + sp:predicate <http://www.witsml.org/schemas/1series#mdHoleStartRef> ; | ||
| 339 | + sp:subject _:b66 | ||
| 340 | + ] [ sp:object _:b70 ; | ||
| 341 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 342 | + sp:subject _:b69 | ||
| 343 | + ] [ sp:object _:b56 ; | ||
| 344 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 345 | + sp:subject _:b69 | ||
| 346 | + ]) | ||
| 347 | + ] [ rdf:type sp:Optional ; | ||
| 348 | + sp:elements ([ sp:object _:b71 ; | ||
| 349 | + sp:predicate <http://www.witsml.org/schemas/1series#mdHoleStopRef> ; | ||
| 350 | + sp:subject _:b66 | ||
| 351 | + ] [ sp:object _:b72 ; | ||
| 352 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 353 | + sp:subject _:b71 | ||
| 354 | + ] [ sp:object _:b59 ; | ||
| 355 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 356 | + sp:subject _:b71 | ||
| 357 | + ]) | ||
| 358 | + ] [ rdf:type sp:Optional ; | ||
| 359 | + sp:elements ([ sp:object _:b73 ; | ||
| 360 | + sp:predicate <http://www.witsml.org/schemas/1series#ropAvRef> ; | ||
| 361 | + sp:subject _:b66 | ||
| 362 | + ] [ sp:object _:b74 ; | ||
| 363 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 364 | + sp:subject _:b73 | ||
| 365 | + ] [ sp:object _:b52 ; | ||
| 366 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 367 | + sp:subject _:b73 | ||
| 368 | + ]) | ||
| 369 | + ] [ rdf:type sp:Optional ; | ||
| 370 | + sp:elements ([ sp:object _:b75 ; | ||
| 371 | + sp:predicate <http://www.witsml.org/schemas/1series#mdHoleMadeRunRef> ; | ||
| 372 | + sp:subject _:b66 | ||
| 373 | + ] [ sp:object _:b76 ; | ||
| 374 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 375 | + sp:subject _:b75 | ||
| 376 | + ] [ sp:object _:b32 ; | ||
| 377 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 378 | + sp:subject _:b75 | ||
| 379 | + ]) | ||
| 380 | + ] [ rdf:type sp:Optional ; | ||
| 381 | + sp:elements ([ sp:object _:b77 ; | ||
| 382 | + sp:predicate <http://www.witsml.org/schemas/1series#hrsDrilledRef> ; | ||
| 383 | + sp:subject _:b66 | ||
| 384 | + ] [ sp:object _:b78 ; | ||
| 385 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 386 | + sp:subject _:b77 | ||
| 387 | + ] [ sp:object _:b49 ; | ||
| 388 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 389 | + sp:subject _:b77 | ||
| 390 | + ]) | ||
| 391 | + ] [ rdf:type sp:Optional ; | ||
| 392 | + sp:elements ([ sp:object _:b79 ; | ||
| 393 | + sp:predicate <http://www.witsml.org/schemas/1series#hrsDrilledRunRef> ; | ||
| 394 | + sp:subject _:b66 | ||
| 395 | + ] [ sp:object _:b80 ; | ||
| 396 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 397 | + sp:subject _:b79 | ||
| 398 | + ] [ sp:object _:b29 ; | ||
| 399 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 400 | + sp:subject _:b79 | ||
| 401 | + ]) | ||
| 402 | + ] [ rdf:type sp:Optional ; | ||
| 403 | + sp:elements ([ sp:object _:b81 ; | ||
| 404 | + sp:predicate <http://www.witsml.org/schemas/1series#mdTotHoleMadeRef> ; | ||
| 405 | + sp:subject _:b66 | ||
| 406 | + ] [ sp:object _:b82 ; | ||
| 407 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 408 | + sp:subject _:b81 | ||
| 409 | + ] [ sp:object _:b39 ; | ||
| 410 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 411 | + sp:subject _:b81 | ||
| 412 | + ]) | ||
| 413 | + ] [ rdf:type sp:Optional ; | ||
| 414 | + sp:elements ([ sp:object _:b83 ; | ||
| 415 | + sp:predicate <http://www.witsml.org/schemas/1series#totHrsDrilledRef> ; | ||
| 416 | + sp:subject _:b66 | ||
| 417 | + ] [ sp:object _:b84 ; | ||
| 418 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 419 | + sp:subject _:b83 | ||
| 420 | + ] [ sp:object _:b36 ; | ||
| 421 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 422 | + sp:subject _:b83 | ||
| 423 | + ]) | ||
| 424 | + ] [ rdf:type sp:Optional ; | ||
| 425 | + sp:elements ([ sp:object _:b85 ; | ||
| 426 | + sp:predicate <http://www.witsml.org/schemas/1series#totRopRef> ; | ||
| 427 | + sp:subject _:b66 | ||
| 428 | + ] [ sp:object _:b86 ; | ||
| 429 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 430 | + sp:subject _:b85 | ||
| 431 | + ] [ sp:object _:b42 ; | ||
| 432 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 433 | + sp:subject _:b85 | ||
| 434 | + ]) | ||
| 435 | + ] [ rdf:type sp:Bind ; | ||
| 436 | + sp:expression | ||
| 437 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 438 | + sp:arg1 _:b61 | ||
| 439 | + ] ; | ||
| 440 | + sp:variable _:b87 | ||
| 441 | + ] [ rdf:type sp:Bind ; | ||
| 442 | + sp:expression | ||
| 443 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | ||
| 444 | + sp:arg1 _:b87 ; | ||
| 445 | + sp:arg2 _:b62 | ||
| 446 | + ] ; | ||
| 447 | + sp:variable _:b63 | ||
| 448 | + ] [ rdf:type sp:Bind ; | ||
| 449 | + sp:expression | ||
| 450 | + [ rdf:type afn:localname ; | ||
| 451 | + sp:arg1 _:b64 | ||
| 452 | + ] ; | ||
| 453 | + sp:variable _:b88 | ||
| 454 | + ] [ rdf:type sp:Bind ; | ||
| 455 | + sp:expression | ||
| 456 | + [ rdf:type ep-spin-lib:buildWellBoreDrillBitRunURI ; | ||
| 457 | + sp:arg1 _:b87 ; | ||
| 458 | + sp:arg2 _:b62 ; | ||
| 459 | + sp:arg3 _:b88 | ||
| 460 | + ] ; | ||
| 461 | + sp:variable _:b28 | ||
| 462 | + ] [ rdf:type sp:Bind ; | ||
| 463 | + sp:expression | ||
| 464 | + [ rdf:type ep-spin-lib:buildWellBoreDrillBitURI ; | ||
| 465 | + sp:arg1 _:b87 ; | ||
| 466 | + sp:arg2 _:b65 | ||
| 467 | + ] ; | ||
| 468 | + sp:variable | ||
| 469 | + [ sp:varName "bit"^^xsd:string | ||
| 470 | + ] | ||
| 471 | + ] [ rdf:type sp:Bind ; | ||
| 472 | + sp:expression | ||
| 473 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 474 | + sp:arg1 _:b76 | ||
| 475 | + ] ; | ||
| 476 | + sp:variable _:b33 | ||
| 477 | + ] [ rdf:type sp:Bind ; | ||
| 478 | + sp:expression | ||
| 479 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 480 | + sp:arg1 _:b82 | ||
| 481 | + ] ; | ||
| 482 | + sp:variable _:b40 | ||
| 483 | + ] [ rdf:type sp:Bind ; | ||
| 484 | + sp:expression | ||
| 485 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 486 | + sp:arg1 _:b70 | ||
| 487 | + ] ; | ||
| 488 | + sp:variable _:b57 | ||
| 489 | + ] [ rdf:type sp:Bind ; | ||
| 490 | + sp:expression | ||
| 491 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 492 | + sp:arg1 _:b72 | ||
| 493 | + ] ; | ||
| 494 | + sp:variable _:b60 | ||
| 495 | + ] [ rdf:type sp:Bind ; | ||
| 496 | + sp:expression | ||
| 497 | + [ rdf:type ep-spin-lib:selectSpeedScale ; | ||
| 498 | + sp:arg1 _:b74 | ||
| 499 | + ] ; | ||
| 500 | + sp:variable _:b53 | ||
| 501 | + ] [ rdf:type sp:Bind ; | ||
| 502 | + sp:expression | ||
| 503 | + [ rdf:type ep-spin-lib:selectSpeedScale ; | ||
| 504 | + sp:arg1 _:b86 | ||
| 505 | + ] ; | ||
| 506 | + sp:variable _:b43 | ||
| 507 | + ] [ rdf:type sp:Bind ; | ||
| 508 | + sp:expression | ||
| 509 | + [ rdf:type ep-spin-lib:selectTimeDurationScale ; | ||
| 510 | + sp:arg1 _:b68 | ||
| 511 | + ] ; | ||
| 512 | + sp:variable _:b47 | ||
| 513 | + ] [ rdf:type sp:Bind ; | ||
| 514 | + sp:expression | ||
| 515 | + [ rdf:type ep-spin-lib:selectTimeDurationScale ; | ||
| 516 | + sp:arg1 _:b78 | ||
| 517 | + ] ; | ||
| 518 | + sp:variable _:b50 | ||
| 519 | + ] [ rdf:type sp:Bind ; | ||
| 520 | + sp:expression | ||
| 521 | + [ rdf:type ep-spin-lib:selectTimeDurationScale ; | ||
| 522 | + sp:arg1 _:b80 | ||
| 523 | + ] ; | ||
| 524 | + sp:variable _:b30 | ||
| 525 | + ] [ rdf:type sp:Bind ; | ||
| 526 | + sp:expression | ||
| 527 | + [ rdf:type ep-spin-lib:selectTimeDurationScale ; | ||
| 528 | + sp:arg1 _:b84 | ||
| 529 | + ] ; | ||
| 530 | + sp:variable _:b37 | ||
| 531 | + ]) | ||
| 532 | + ] . | ||
| 533 | + | ||
| 534 | +_:b61 | ||
| 535 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 536 | + | ||
| 537 | +_:b62 | ||
| 538 | + sp:varName "dTimStart"^^xsd:string . | ||
| 539 | + | ||
| 540 | +_:b63 | ||
| 541 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 542 | + | ||
| 543 | +_:b64 | ||
| 544 | + sp:varName "bitRecord"^^xsd:string . | ||
| 545 | + | ||
| 546 | +_:b65 | ||
| 547 | + sp:varName "numBit"^^xsd:string . | ||
| 548 | + | ||
| 549 | +_:b28 | ||
| 550 | + sp:varName "wellBoreDrillBitRun"^^xsd:string . | ||
| 551 | + | ||
| 552 | +_:b35 | ||
| 553 | + sp:varName "wellBoreDrillBitRunEntire"^^xsd:string . | ||
| 554 | + | ||
| 555 | +_:b45 | ||
| 556 | + sp:varName "wellBoreDrillBitRunWithinReportingPeriod"^^xsd:string . | ||
| 557 | + | ||
| 558 | +_:b55 | ||
| 559 | + sp:varName "temporalPartOfWellBoreDuringDrillingRunWithinReportingPeriod"^^xsd:string . | ||
| 560 | + | ||
| 561 | +_:b66 | ||
| 562 | + sp:varName "bitRun"^^xsd:string . | ||
| 563 | + | ||
| 564 | +_:b67 | ||
| 565 | + sp:varName "eTimOpBit"^^xsd:string . | ||
| 566 | + | ||
| 567 | +_:b68 | ||
| 568 | + sp:varName "uomETim"^^xsd:string . | ||
| 569 | + | ||
| 570 | +_:b46 | ||
| 571 | + sp:varName "realETim"^^xsd:string . | ||
| 572 | + | ||
| 573 | +_:b69 | ||
| 574 | + sp:varName "mdHoleStart"^^xsd:string . | ||
| 575 | + | ||
| 576 | +_:b70 | ||
| 577 | + sp:varName "uomMdStart"^^xsd:string . | ||
| 578 | + | ||
| 579 | +_:b56 | ||
| 580 | + sp:varName "realMdStart"^^xsd:string . | ||
| 581 | + | ||
| 582 | +_:b71 | ||
| 583 | + sp:varName "mdHoleStop"^^xsd:string . | ||
| 584 | + | ||
| 585 | +_:b72 | ||
| 586 | + sp:varName "uomMdStop"^^xsd:string . | ||
| 587 | + | ||
| 588 | +_:b59 | ||
| 589 | + sp:varName "realMdStop"^^xsd:string . | ||
| 590 | + | ||
| 591 | +_:b73 | ||
| 592 | + sp:varName "ropAv"^^xsd:string . | ||
| 593 | + | ||
| 594 | +_:b74 | ||
| 595 | + sp:varName "uomRop"^^xsd:string . | ||
| 596 | + | ||
| 597 | +_:b52 | ||
| 598 | + sp:varName "realRop"^^xsd:string . | ||
| 599 | + | ||
| 600 | +_:b75 | ||
| 601 | + sp:varName "mdHoleMadeRun"^^xsd:string . | ||
| 602 | + | ||
| 603 | +_:b76 | ||
| 604 | + sp:varName "uomHoleMadeRun"^^xsd:string . | ||
| 605 | + | ||
| 606 | +_:b32 | ||
| 607 | + sp:varName "realHoleMadeRun"^^xsd:string . | ||
| 608 | + | ||
| 609 | +_:b77 | ||
| 610 | + sp:varName "hrsDrilled"^^xsd:string . | ||
| 611 | + | ||
| 612 | +_:b78 | ||
| 613 | + sp:varName "uomHrsDrilled"^^xsd:string . | ||
| 614 | + | ||
| 615 | +_:b49 | ||
| 616 | + sp:varName "realHrsDrilled"^^xsd:string . | ||
| 617 | + | ||
| 618 | +_:b79 | ||
| 619 | + sp:varName "hrsDrilledRun"^^xsd:string . | ||
| 620 | + | ||
| 621 | +_:b80 | ||
| 622 | + sp:varName "uomHrsDrilledRun"^^xsd:string . | ||
| 623 | + | ||
| 624 | +_:b29 | ||
| 625 | + sp:varName "realHrsDrilledRun"^^xsd:string . | ||
| 626 | + | ||
| 627 | +_:b81 | ||
| 628 | + sp:varName "mdTotHoleMade"^^xsd:string . | ||
| 629 | + | ||
| 630 | +_:b82 | ||
| 631 | + sp:varName "uomHoleMadeTot"^^xsd:string . | ||
| 632 | + | ||
| 633 | +_:b39 | ||
| 634 | + sp:varName "realHoleMadeTot"^^xsd:string . | ||
| 635 | + | ||
| 636 | +_:b83 | ||
| 637 | + sp:varName "totHrsDrilled"^^xsd:string . | ||
| 638 | + | ||
| 639 | +_:b84 | ||
| 640 | + sp:varName "uomHrsDrilledTot"^^xsd:string . | ||
| 641 | + | ||
| 642 | +_:b36 | ||
| 643 | + sp:varName "realHrsDrilledTot"^^xsd:string . | ||
| 644 | + | ||
| 645 | +_:b85 | ||
| 646 | + sp:varName "totRop"^^xsd:string . | ||
| 647 | + | ||
| 648 | +_:b86 | ||
| 649 | + sp:varName "uomRopTot"^^xsd:string . | ||
| 650 | + | ||
| 651 | +_:b42 | ||
| 652 | + sp:varName "realRopTot"^^xsd:string . | ||
| 653 | + | ||
| 654 | +_:b87 | ||
| 655 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 656 | + | ||
| 657 | +_:b88 | ||
| 658 | + sp:varName "localname"^^xsd:string . | ||
| 659 | + | ||
| 660 | +_:b33 | ||
| 661 | + sp:varName "lengthScaleHoleMadeRun"^^xsd:string . | ||
| 662 | + | ||
| 663 | +_:b40 | ||
| 664 | + sp:varName "lengthScaleHoleMadeTot"^^xsd:string . | ||
| 665 | + | ||
| 666 | +_:b57 | ||
| 667 | + sp:varName "lengthScaleMdStart"^^xsd:string . | ||
| 668 | + | ||
| 669 | +_:b60 | ||
| 670 | + sp:varName "lengthScaleMdStop"^^xsd:string . | ||
| 671 | + | ||
| 672 | +_:b53 | ||
| 673 | + sp:varName "speedScaleRop"^^xsd:string . | ||
| 674 | + | ||
| 675 | +_:b43 | ||
| 676 | + sp:varName "speedScaleRopTot"^^xsd:string . | ||
| 677 | + | ||
| 678 | +_:b47 | ||
| 679 | + sp:varName "durationScaleETim"^^xsd:string . | ||
| 680 | + | ||
| 681 | +_:b50 | ||
| 682 | + sp:varName "durationScaleHrsDrilled"^^xsd:string . | ||
| 683 | + | ||
| 684 | +_:b30 | ||
| 685 | + sp:varName "durationScaleHrsDrilledRun"^^xsd:string . | ||
| 686 | + | ||
| 687 | +_:b37 | ||
| 688 | + sp:varName "durationScaleHrsDrilledTot"^^xsd:string . | ||
| 689 | + | ||
| 690 | +_:b19 | ||
| 691 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 692 | + | ||
| 693 | +_:b20 | ||
| 694 | + sp:varName "dTimStart"^^xsd:string . | ||
| 695 | + | ||
| 696 | +_:b4 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 697 | + | ||
| 698 | +_:b6 sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string . | ||
| 699 | + | ||
| 700 | +_:b21 | ||
| 701 | + sp:varName "bitRecord"^^xsd:string . | ||
| 702 | + | ||
| 703 | +_:b11 | ||
| 704 | + sp:varName "numBit"^^xsd:string . | ||
| 705 | + | ||
| 706 | +_:b22 | ||
| 707 | + sp:varName "diaBit"^^xsd:string . | ||
| 708 | + | ||
| 709 | +_:b23 | ||
| 710 | + sp:varName "uomDia"^^xsd:string . | ||
| 711 | + | ||
| 712 | +_:b14 | ||
| 713 | + sp:varName "realDia"^^xsd:string . | ||
| 714 | + | ||
| 715 | +_:b17 | ||
| 716 | + sp:varName "nameManufacturer"^^xsd:string . | ||
| 717 | + | ||
| 718 | +_:b18 | ||
| 719 | + sp:varName "codeMfg"^^xsd:string . | ||
| 720 | + | ||
| 721 | +_:b10 | ||
| 722 | + sp:varName "dullGrade"^^xsd:string . | ||
| 723 | + | ||
| 724 | +_:b24 | ||
| 725 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 726 | + | ||
| 727 | +_:b25 | ||
| 728 | + sp:varName "localname"^^xsd:string . | ||
| 729 | + | ||
| 730 | +_:b1 sp:varName "wellBoreDrillBitRun"^^xsd:string . | ||
| 731 | + | ||
| 732 | +_:b26 | ||
| 733 | + sp:varName "normalizedNumBit"^^xsd:string . | ||
| 734 | + | ||
| 735 | +_:b8 sp:varName "drillBitForWellBore"^^xsd:string . | ||
| 736 | + | ||
| 737 | +_:b15 | ||
| 738 | + sp:varName "lengthScaleDia"^^xsd:string . |
| 1 | +# Saved by TopBraid on Sat Sep 24 11:52:58 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 | -<witsml:drillReports version="1.4.0.0" xmlns:witsml="http://www.witsml.org/schemas/1series" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.witsml.org/schemas/1series file:///www.reportinghub.no/input/ddr/xsd/1.2/WITSML_drillReport_profiled_schema_2011_05_07.xsd"> | 1 | +<witsml:drillReports version="1.4.0.0" xmlns:witsml="http://www.witsml.org/schemas/1series" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.witsml.org/schemas/1series http://www.npd.no/schema/DDRS/1series/WITSML_drillReport_profiled_schema_phase2.xsd"> |
| 2 | <witsml:drillReport> | 2 | <witsml:drillReport> |
| 3 | <witsml:nameWell>25/8-C-23</witsml:nameWell> | 3 | <witsml:nameWell>25/8-C-23</witsml:nameWell> |
| 4 | <witsml:nameWellbore>25/08-C-23 B</witsml:nameWellbore> | 4 | <witsml:nameWellbore>25/08-C-23 B</witsml:nameWellbore> |
| ... | @@ -65,6 +65,25 @@ | ... | @@ -65,6 +65,25 @@ |
| 65 | <witsml:avgTempBH uom="degC">20</witsml:avgTempBH> | 65 | <witsml:avgTempBH uom="degC">20</witsml:avgTempBH> |
| 66 | <witsml:fixedRig>true</witsml:fixedRig> | 66 | <witsml:fixedRig>true</witsml:fixedRig> |
| 67 | </witsml:statusInfo> | 67 | </witsml:statusInfo> |
| 68 | +<witsml:bitRecord> | ||
| 69 | +<witsml:numBit>3</witsml:numBit> | ||
| 70 | +<witsml:diaBit uom="in">24</witsml:diaBit> | ||
| 71 | +<witsml:manufacturer>FredBloggs</witsml:manufacturer> | ||
| 72 | +<witsml:codeMfg>FB_1234</witsml:codeMfg> | ||
| 73 | +<witsml:dullGrade>myDullGrade</witsml:dullGrade> | ||
| 74 | +<witsml:bitRun> | ||
| 75 | +<witsml:eTimOpBit uom="h">2</witsml:eTimOpBit> | ||
| 76 | +<witsml:mdHoleStart uom="m">1000</witsml:mdHoleStart> | ||
| 77 | +<witsml:mdHoleStop uom="m">1010</witsml:mdHoleStop> | ||
| 78 | +<witsml:ropAv uom="m/h">5</witsml:ropAv> | ||
| 79 | +<witsml:mdHoleMadeRun uom="m">20</witsml:mdHoleMadeRun> | ||
| 80 | +<witsml:hrsDrilled uom="h">3</witsml:hrsDrilled> | ||
| 81 | +<witsml:hrsDrilledRun uom="h">4</witsml:hrsDrilledRun> | ||
| 82 | +<witsml:mdTotHoleMade uom="m">25</witsml:mdTotHoleMade> | ||
| 83 | +<witsml:totHrsDrilled uom="h">5</witsml:totHrsDrilled> | ||
| 84 | +<witsml:totRop uom="m/h">6</witsml:totRop> | ||
| 85 | +</witsml:bitRun> | ||
| 86 | +</witsml:bitRecord> | ||
| 68 | <witsml:casing_liner_tubing> | 87 | <witsml:casing_liner_tubing> |
| 69 | <witsml:type>c</witsml:type> | 88 | <witsml:type>c</witsml:type> |
| 70 | <witsml:id uom="in">13</witsml:id> | 89 | <witsml:id uom="in">13</witsml:id> |
| ... | @@ -321,8 +340,6 @@ Sand Zones: | ... | @@ -321,8 +340,6 @@ Sand Zones: |
| 321 | <witsml:coreNumber>1</witsml:coreNumber> | 340 | <witsml:coreNumber>1</witsml:coreNumber> |
| 322 | <witsml:mdTop uom="m">1234</witsml:mdTop> | 341 | <witsml:mdTop uom="m">1234</witsml:mdTop> |
| 323 | <witsml:mdBottom uom="m">1234</witsml:mdBottom> | 342 | <witsml:mdBottom uom="m">1234</witsml:mdBottom> |
| 324 | -<witsml:tvdTop uom="m">1200</witsml:tvdTop> | ||
| 325 | -<witsml:tvdBottom uom="m">1200</witsml:tvdBottom> | ||
| 326 | <witsml:lenRecovered uom="m">123</witsml:lenRecovered> | 343 | <witsml:lenRecovered uom="m">123</witsml:lenRecovered> |
| 327 | <witsml:recoverPc uom="%">89.9</witsml:recoverPc> | 344 | <witsml:recoverPc uom="%">89.9</witsml:recoverPc> |
| 328 | <witsml:lenBarrel uom="m">33.3</witsml:lenBarrel> | 345 | <witsml:lenBarrel uom="m">33.3</witsml:lenBarrel> |
| ... | @@ -358,14 +375,13 @@ Sand Zones: | ... | @@ -358,14 +375,13 @@ Sand Zones: |
| 358 | <witsml:formTestInfo> | 375 | <witsml:formTestInfo> |
| 359 | <witsml:dTim>2011-08-22T02:00:00.000Z</witsml:dTim> | 376 | <witsml:dTim>2011-08-22T02:00:00.000Z</witsml:dTim> |
| 360 | <witsml:md uom="m">1234.5</witsml:md> | 377 | <witsml:md uom="m">1234.5</witsml:md> |
| 361 | -<witsml:tvd uom="m">1200.5</witsml:tvd> | ||
| 362 | <witsml:presPore uom="MPa">66.5</witsml:presPore> | 378 | <witsml:presPore uom="MPa">66.5</witsml:presPore> |
| 363 | <witsml:goodSeal>true</witsml:goodSeal> | 379 | <witsml:goodSeal>true</witsml:goodSeal> |
| 364 | <witsml:mdSample uom="m">1224.3</witsml:mdSample> | 380 | <witsml:mdSample uom="m">1224.3</witsml:mdSample> |
| 365 | <witsml:dominateComponent>oil</witsml:dominateComponent> | 381 | <witsml:dominateComponent>oil</witsml:dominateComponent> |
| 366 | <witsml:densityHC uom="g/cm3">0.33</witsml:densityHC> | 382 | <witsml:densityHC uom="g/cm3">0.33</witsml:densityHC> |
| 367 | <witsml:volumeSample uom="dm3">11</witsml:volumeSample> | 383 | <witsml:volumeSample uom="dm3">11</witsml:volumeSample> |
| 368 | -<witsml:description>Formation test description ....</witsml:description> | 384 | +<witsml:description>Bla bla bla bla bla</witsml:description> |
| 369 | </witsml:formTestInfo> | 385 | </witsml:formTestInfo> |
| 370 | <witsml:lithShowInfo> | 386 | <witsml:lithShowInfo> |
| 371 | <witsml:dTim>2010-01-25T00:00:00.000Z</witsml:dTim> | 387 | <witsml:dTim>2010-01-25T00:00:00.000Z</witsml:dTim> |
| ... | @@ -373,13 +389,11 @@ Sand Zones: | ... | @@ -373,13 +389,11 @@ Sand Zones: |
| 373 | <witsml:mdBottom uom="m">3750</witsml:mdBottom> | 389 | <witsml:mdBottom uom="m">3750</witsml:mdBottom> |
| 374 | <witsml:tvdTop uom="m">1822.67</witsml:tvdTop> | 390 | <witsml:tvdTop uom="m">1822.67</witsml:tvdTop> |
| 375 | <witsml:tvdBottom uom="m">1827.57</witsml:tvdBottom> | 391 | <witsml:tvdBottom uom="m">1827.57</witsml:tvdBottom> |
| 376 | -<witsml:show>A show description ....</witsml:show> | ||
| 377 | <witsml:lithology>Sandstone with minor claystone (Heimdal Fm)</witsml:lithology> | 392 | <witsml:lithology>Sandstone with minor claystone (Heimdal Fm)</witsml:lithology> |
| 378 | </witsml:lithShowInfo> | 393 | </witsml:lithShowInfo> |
| 379 | <witsml:equipFailureInfo> | 394 | <witsml:equipFailureInfo> |
| 380 | <witsml:dTim>2009-12-31T00:00:00.000Z</witsml:dTim> | 395 | <witsml:dTim>2009-12-31T00:00:00.000Z</witsml:dTim> |
| 381 | - <witsml:md uom="m">2823</witsml:md> | 396 | + <witsml:md uom="m">2823</witsml:md> |
| 382 | - <witsml:tvd uom="m">2800</witsml:tvd> | ||
| 383 | <witsml:equipClass>pipe handling equ syst -- vertical pipe handling equ syst</witsml:equipClass> | 397 | <witsml:equipClass>pipe handling equ syst -- vertical pipe handling equ syst</witsml:equipClass> |
| 384 | <witsml:eTimMissProduction uom="min">180</witsml:eTimMissProduction> | 398 | <witsml:eTimMissProduction uom="min">180</witsml:eTimMissProduction> |
| 385 | <witsml:dTimRepair>2009-12-30T11:30:00.000Z</witsml:dTimRepair> | 399 | <witsml:dTimRepair>2009-12-30T11:30:00.000Z</witsml:dTimRepair> |
| ... | @@ -433,11 +447,11 @@ Sand Zones: | ... | @@ -433,11 +447,11 @@ Sand Zones: |
| 433 | <witsml:gasHigh uom="%">77.7</witsml:gasHigh> | 447 | <witsml:gasHigh uom="%">77.7</witsml:gasHigh> |
| 434 | <witsml:gasLow uom="%">44.4</witsml:gasLow> | 448 | <witsml:gasLow uom="%">44.4</witsml:gasLow> |
| 435 | <witsml:meth uom="ppm">55</witsml:meth> | 449 | <witsml:meth uom="ppm">55</witsml:meth> |
| 436 | -<witsml:eth uom="ppm">56</witsml:eth> | 450 | +<witsml:eth uom="ppm">55</witsml:eth> |
| 437 | -<witsml:prop uom="ppm">57</witsml:prop> | 451 | +<witsml:prop uom="ppm">55</witsml:prop> |
| 438 | -<witsml:ibut uom="ppm">58</witsml:ibut> | 452 | +<witsml:ibut uom="ppm">55</witsml:ibut> |
| 439 | -<witsml:nbut uom="ppm">59</witsml:nbut> | 453 | +<witsml:nbut uom="ppm">55</witsml:nbut> |
| 440 | -<witsml:ipent uom="ppm">60</witsml:ipent> | 454 | +<witsml:ipent uom="ppm">55</witsml:ipent> |
| 441 | </witsml:gasReadingInfo> | 455 | </witsml:gasReadingInfo> |
| 442 | </witsml:drillReport> | 456 | </witsml:drillReport> |
| 443 | </witsml:drillReports> | 457 | </witsml:drillReports> |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment