Fixed name of WellBore and complete wellTestInfo transformation.
Showing
15 changed files
with
1606 additions
and
870 deletions
| 1 | -# Saved by TopBraid on Sat Sep 24 11:51:40 BST 2011 | 1 | +# Saved by TopBraid on Sat Sep 24 18:43:01 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/activity | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/activity |
| 3 | # imports: http://www.linkedmodel.org/1.2/schema/vaem | 3 | # imports: http://www.linkedmodel.org/1.2/schema/vaem |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/organization | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/organization |
| ... | @@ -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:maxCardinality "1"^^xsd:nonNegativeInteger ; | 31 | + owl:allValuesFrom ep-activity:Activity ; |
| 32 | - owl:onProperty ep-activity:finishedAt | 32 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> |
| 33 | ] ; | 33 | ] ; |
| 34 | rdfs:subClassOf | 34 | rdfs:subClassOf |
| 35 | [ rdf:type owl:Restriction ; | 35 | [ rdf:type owl:Restriction ; |
| 36 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 36 | + owl:allValuesFrom ep-activity:Activity ; |
| 37 | - owl:onProperty ep-activity:startedAt | 37 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> |
| 38 | ] ; | 38 | ] ; |
| 39 | rdfs:subClassOf | 39 | rdfs:subClassOf |
| 40 | [ rdf:type owl:Restriction ; | 40 | [ rdf:type owl:Restriction ; |
| 41 | owl:allValuesFrom ep-activity:Activity ; | 41 | owl:allValuesFrom ep-activity:Activity ; |
| 42 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> | 42 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> |
| 43 | ] ; | 43 | ] ; |
| 44 | rdfs:subClassOf | 44 | rdfs:subClassOf |
| 45 | [ rdf:type owl:Restriction ; | 45 | [ rdf:type owl:Restriction ; |
| 46 | owl:allValuesFrom ep-activity:Activity ; | 46 | owl:allValuesFrom ep-activity:Activity ; |
| 47 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> | 47 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> |
| 48 | ] ; | 48 | ] ; |
| 49 | rdfs:subClassOf | 49 | rdfs:subClassOf |
| 50 | [ rdf:type owl:Restriction ; | 50 | [ rdf:type owl:Restriction ; |
| 51 | - owl:allValuesFrom ep-activity:Activity ; | 51 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
| 52 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> | 52 | + owl:onProperty ep-activity:startedAt |
| 53 | ] ; | 53 | ] ; |
| 54 | rdfs:subClassOf | 54 | rdfs:subClassOf |
| 55 | [ rdf:type owl:Restriction ; | 55 | [ rdf:type owl:Restriction ; |
| 56 | - owl:allValuesFrom ep-activity:Activity ; | 56 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
| 57 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> | 57 | + owl:onProperty ep-activity:finishedAt |
| 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:Activity ; | 71 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 72 | - owl:onProperty ep-core:hasPart | 72 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> |
| 73 | ] ; | 73 | ] ; |
| 74 | rdfs:subClassOf | 74 | rdfs:subClassOf |
| 75 | [ rdf:type owl:Restriction ; | 75 | [ rdf:type owl:Restriction ; |
| 76 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 76 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; |
| 77 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | 77 | + owl:onProperty ep-activity:onWellBore |
| 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 <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; | 86 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 87 | - owl:onProperty ep-activity:onWellBore | 87 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> |
| 88 | ] ; | 88 | ] ; |
| 89 | rdfs:subClassOf | 89 | rdfs:subClassOf |
| 90 | [ rdf:type owl:Restriction ; | 90 | [ rdf:type owl:Restriction ; |
| 91 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 91 | + owl:allValuesFrom ep-activity:Activity ; |
| 92 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> | 92 | + owl:onProperty ep-core:hasPart |
| 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:Activity ; | 101 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 102 | - owl:onProperty ep-core:hasPart | 102 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> |
| 103 | ] ; | 103 | ] ; |
| 104 | rdfs:subClassOf | 104 | rdfs:subClassOf |
| 105 | [ rdf:type owl:Restriction ; | 105 | [ rdf:type owl:Restriction ; |
| 106 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 106 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; |
| 107 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | 107 | + owl:onProperty ep-activity:onWellBore |
| 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 <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; | 116 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 117 | - owl:onProperty ep-activity:onWellBore | 117 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> |
| 118 | ] ; | 118 | ] ; |
| 119 | rdfs:subClassOf | 119 | rdfs:subClassOf |
| 120 | [ rdf:type owl:Restriction ; | 120 | [ rdf:type owl:Restriction ; |
| 121 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 121 | + owl:allValuesFrom ep-activity:Activity ; |
| 122 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> | 122 | + owl:onProperty ep-core:hasPart |
| 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 ep-activity:WellTestType , owl:Class ; | 166 | + rdf:type owl:Class , ep-activity:WellTestType ; |
| 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 owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; | 178 | + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; |
| 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 owl:Class , ep-activity:DrillingActivityOutcomeType ; | 183 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
| 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 owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; | 188 | + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; |
| 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 owl:Class , ep-activity:DrillingActivityOutcomeType ; | 193 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
| 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 owl:Class , ep-activity:DrillingActivityOutcomeType ; | 198 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
| 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 ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 203 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
| 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 owl:Class , ep-activity:DrillingActivityOutcomeType ; | 208 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
| 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 owl:Class , ep-activity:DrillingActivityOutcomeType ; | 213 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
| 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 owl:Class , ep-activity:DrillingActivityOutcomeType ; | 218 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
| 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 owl:Class , ep-activity:DrillingActivityOutcomeType ; | 223 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
| 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 ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 228 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
| 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 owl:Class , ep-activity:DrillingActivityOutcomeType ; | 233 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
| 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 owl:Class , ep-activity:DrillingActivityOutcomeType ; | 238 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
| 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 owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; | 243 | + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; |
| 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 owl:Class , ep-activity:ActivitySuccessType ; | 268 | + rdf:type ep-activity:ActivitySuccessType , owl:Class ; |
| 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 owl:Class , ep-activity:PressureTestType ; | 279 | + rdf:type ep-activity:PressureTestType , owl:Class ; |
| 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 owl:Class , ep-activity:PressureTestType ; | 349 | + rdf:type ep-activity:PressureTestType , owl:Class ; |
| 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:cardinality "1"^^xsd:nonNegativeInteger ; | 390 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; |
| 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:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; | 400 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 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 ep-activity:PorePressureDeterminationType , owl:Class ; | 420 | + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; |
| 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 ep-activity:PorePressureDeterminationType , owl:Class ; | 426 | + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; |
| 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 ep-activity:WellTestType , owl:Class ; | 447 | + rdf:type owl:Class , ep-activity:WellTestType ; |
| 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 owl:Class , ep-activity:ActivitySuccessType ; | 454 | + rdf:type ep-activity:ActivitySuccessType , owl:Class ; |
| 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 . |
| ... | @@ -522,23 +522,23 @@ ep-activity:WellCementJob | ... | @@ -522,23 +522,23 @@ ep-activity:WellCementJob |
| 522 | rdfs:subClassOf ep-activity:Activity . | 522 | rdfs:subClassOf ep-activity:Activity . |
| 523 | 523 | ||
| 524 | ep-activity:WellCementJob-other | 524 | ep-activity:WellCementJob-other |
| 525 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 525 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
| 526 | rdfs:label "well cement job other"^^xsd:string ; | 526 | rdfs:label "well cement job other"^^xsd:string ; |
| 527 | rdfs:subClassOf ep-activity:WellCementJob ; | 527 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 528 | - owl:disjointWith ep-activity:WellCementJob-primary , ep-activity:WellCementJob-plug , ep-activity:WellCementJob-squeeze . | 528 | + owl:disjointWith ep-activity:WellCementJob-squeeze , ep-activity:WellCementJob-plug , ep-activity:WellCementJob-primary . |
| 529 | 529 | ||
| 530 | ep-activity:WellCementJob-plug | 530 | ep-activity:WellCementJob-plug |
| 531 | - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; | 531 | + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; |
| 532 | rdfs:label "well cement job plug"^^xsd:string ; | 532 | rdfs:label "well cement job plug"^^xsd:string ; |
| 533 | rdfs:subClassOf ep-activity:WellCementJob . | 533 | rdfs:subClassOf ep-activity:WellCementJob . |
| 534 | 534 | ||
| 535 | ep-activity:WellCementJob-primary | 535 | ep-activity:WellCementJob-primary |
| 536 | - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; | 536 | + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; |
| 537 | rdfs:label "well cement job primary"^^xsd:string ; | 537 | rdfs:label "well cement job primary"^^xsd:string ; |
| 538 | rdfs:subClassOf ep-activity:WellCementJob . | 538 | rdfs:subClassOf ep-activity:WellCementJob . |
| 539 | 539 | ||
| 540 | ep-activity:WellCementJob-squeeze | 540 | ep-activity:WellCementJob-squeeze |
| 541 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 541 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
| 542 | rdfs:label "well cement job squeeze"^^xsd:string ; | 542 | rdfs:label "well cement job squeeze"^^xsd:string ; |
| 543 | rdfs:subClassOf ep-activity:WellCementJob . | 543 | rdfs:subClassOf ep-activity:WellCementJob . |
| 544 | 544 | ||
| ... | @@ -583,73 +583,73 @@ ep-activity:WellCementJobTopPlugType | ... | @@ -583,73 +583,73 @@ ep-activity:WellCementJobTopPlugType |
| 583 | rdfs:subClassOf owl:Class . | 583 | rdfs:subClassOf owl:Class . |
| 584 | 584 | ||
| 585 | ep-activity:WellCementJobWithBottomPlug | 585 | ep-activity:WellCementJobWithBottomPlug |
| 586 | - rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; | 586 | + rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; |
| 587 | rdfs:label "well cement job with bottom plug"^^xsd:string ; | 587 | rdfs:label "well cement job with bottom plug"^^xsd:string ; |
| 588 | rdfs:subClassOf ep-activity:WellCementJob ; | 588 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 589 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . | 589 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . |
| 590 | 590 | ||
| 591 | ep-activity:WellCementJobWithCasingReciprocation | 591 | ep-activity:WellCementJobWithCasingReciprocation |
| 592 | - rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; | 592 | + rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; |
| 593 | rdfs:label "well cement job with casing reciprocation"^^xsd:string ; | 593 | rdfs:label "well cement job with casing reciprocation"^^xsd:string ; |
| 594 | rdfs:subClassOf ep-activity:WellCementJob ; | 594 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 595 | owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . | 595 | owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . |
| 596 | 596 | ||
| 597 | ep-activity:WellCementJobWithCasingRotation | 597 | ep-activity:WellCementJobWithCasingRotation |
| 598 | - rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; | 598 | + rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; |
| 599 | rdfs:label "well cement job with casing rotation"^^xsd:string ; | 599 | rdfs:label "well cement job with casing rotation"^^xsd:string ; |
| 600 | rdfs:subClassOf ep-activity:WellCementJob ; | 600 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 601 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . | 601 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . |
| 602 | 602 | ||
| 603 | ep-activity:WellCementJobWithFloatHolding | 603 | ep-activity:WellCementJobWithFloatHolding |
| 604 | - rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; | 604 | + rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; |
| 605 | rdfs:label "well cement job with float holding"^^xsd:string ; | 605 | rdfs:label "well cement job with float holding"^^xsd:string ; |
| 606 | rdfs:subClassOf ep-activity:WellCementJob ; | 606 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 607 | owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . | 607 | owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . |
| 608 | 608 | ||
| 609 | ep-activity:WellCementJobWithPlugBumping | 609 | ep-activity:WellCementJobWithPlugBumping |
| 610 | - rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; | 610 | + rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; |
| 611 | rdfs:label "well cement job with plug bumping"^^xsd:string ; | 611 | rdfs:label "well cement job with plug bumping"^^xsd:string ; |
| 612 | rdfs:subClassOf ep-activity:WellCementJob ; | 612 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 613 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . | 613 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . |
| 614 | 614 | ||
| 615 | ep-activity:WellCementJobWithTopPlug | 615 | ep-activity:WellCementJobWithTopPlug |
| 616 | - rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; | 616 | + rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; |
| 617 | rdfs:label "well cement job with top plug"^^xsd:string ; | 617 | rdfs:label "well cement job with top plug"^^xsd:string ; |
| 618 | rdfs:subClassOf ep-activity:WellCementJob ; | 618 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 619 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . | 619 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . |
| 620 | 620 | ||
| 621 | ep-activity:WellCementJobWithoutBottomPlug | 621 | ep-activity:WellCementJobWithoutBottomPlug |
| 622 | - rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; | 622 | + rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; |
| 623 | rdfs:label "well cement job without bottom plug"^^xsd:string ; | 623 | rdfs:label "well cement job without bottom plug"^^xsd:string ; |
| 624 | rdfs:subClassOf ep-activity:WellCementJob ; | 624 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 625 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . | 625 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . |
| 626 | 626 | ||
| 627 | ep-activity:WellCementJobWithoutCasingReciprocation | 627 | ep-activity:WellCementJobWithoutCasingReciprocation |
| 628 | - rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; | 628 | + rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; |
| 629 | rdfs:label "well cement job without casing reciprocation"^^xsd:string ; | 629 | rdfs:label "well cement job without casing reciprocation"^^xsd:string ; |
| 630 | rdfs:subClassOf ep-activity:WellCementJob ; | 630 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 631 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . | 631 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . |
| 632 | 632 | ||
| 633 | ep-activity:WellCementJobWithoutCasingRotation | 633 | ep-activity:WellCementJobWithoutCasingRotation |
| 634 | - rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; | 634 | + rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; |
| 635 | rdfs:label "well cement job without casing rotation"^^xsd:string ; | 635 | rdfs:label "well cement job without casing rotation"^^xsd:string ; |
| 636 | rdfs:subClassOf ep-activity:WellCementJob ; | 636 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 637 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . | 637 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . |
| 638 | 638 | ||
| 639 | ep-activity:WellCementJobWithoutFloatHolding | 639 | ep-activity:WellCementJobWithoutFloatHolding |
| 640 | - rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; | 640 | + rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; |
| 641 | rdfs:label "well cement job without float holding"^^xsd:string ; | 641 | rdfs:label "well cement job without float holding"^^xsd:string ; |
| 642 | rdfs:subClassOf ep-activity:WellCementJob ; | 642 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 643 | owl:disjointWith ep-activity:WellCementJobWithFloatHolding . | 643 | owl:disjointWith ep-activity:WellCementJobWithFloatHolding . |
| 644 | 644 | ||
| 645 | ep-activity:WellCementJobWithoutPlugBumping | 645 | ep-activity:WellCementJobWithoutPlugBumping |
| 646 | - rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; | 646 | + rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; |
| 647 | rdfs:label "well cement job without plug bumping"^^xsd:string ; | 647 | rdfs:label "well cement job without plug bumping"^^xsd:string ; |
| 648 | rdfs:subClassOf ep-activity:WellCementJob ; | 648 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 649 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . | 649 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . |
| 650 | 650 | ||
| 651 | ep-activity:WellCementJobWithoutTopPlug | 651 | ep-activity:WellCementJobWithoutTopPlug |
| 652 | - rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; | 652 | + rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; |
| 653 | rdfs:label "well cement job without top plug"^^xsd:string ; | 653 | rdfs:label "well cement job without top plug"^^xsd:string ; |
| 654 | rdfs:subClassOf ep-activity:WellCementJob ; | 654 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 655 | owl:disjointWith ep-activity:WellCementJobWithTopPlug . | 655 | owl:disjointWith ep-activity:WellCementJobWithTopPlug . |
| ... | @@ -665,13 +665,13 @@ ep-activity:WellCementPumpingFluidReturnType | ... | @@ -665,13 +665,13 @@ ep-activity:WellCementPumpingFluidReturnType |
| 665 | rdfs:subClassOf owl:Class . | 665 | rdfs:subClassOf owl:Class . |
| 666 | 666 | ||
| 667 | ep-activity:WellCementPumpingWithFluidReturn | 667 | ep-activity:WellCementPumpingWithFluidReturn |
| 668 | - rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; | 668 | + rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; |
| 669 | rdfs:label "well cement pumping with fluid return"^^xsd:string ; | 669 | rdfs:label "well cement pumping with fluid return"^^xsd:string ; |
| 670 | rdfs:subClassOf ep-activity:WellCementPumping ; | 670 | rdfs:subClassOf ep-activity:WellCementPumping ; |
| 671 | owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . | 671 | owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . |
| 672 | 672 | ||
| 673 | ep-activity:WellCementPumpingWithoutFluidReturn | 673 | ep-activity:WellCementPumpingWithoutFluidReturn |
| 674 | - rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; | 674 | + rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; |
| 675 | rdfs:label "well cement pumping without fluid return"^^xsd:string ; | 675 | rdfs:label "well cement pumping without fluid return"^^xsd:string ; |
| 676 | rdfs:subClassOf ep-activity:WellCementPumping ; | 676 | rdfs:subClassOf ep-activity:WellCementPumping ; |
| 677 | owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn . | 677 | owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn . |
| ... | @@ -682,28 +682,28 @@ ep-activity:WellControlIncident | ... | @@ -682,28 +682,28 @@ ep-activity:WellControlIncident |
| 682 | rdfs:subClassOf ep-activity:Activity . | 682 | rdfs:subClassOf ep-activity:Activity . |
| 683 | 683 | ||
| 684 | ep-activity:WellControlIncident-gas_kick | 684 | ep-activity:WellControlIncident-gas_kick |
| 685 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 685 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
| 686 | rdfs:label "well control incident gas kick"^^xsd:string ; | 686 | rdfs:label "well control incident gas kick"^^xsd:string ; |
| 687 | rdfs:subClassOf ep-activity:WellControlIncident ; | 687 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 688 | - owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick . | 688 | + owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick . |
| 689 | 689 | ||
| 690 | ep-activity:WellControlIncident-oil_kick | 690 | ep-activity:WellControlIncident-oil_kick |
| 691 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 691 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
| 692 | rdfs:label "well control incident oil kick"^^xsd:string ; | 692 | rdfs:label "well control incident oil kick"^^xsd:string ; |
| 693 | rdfs:subClassOf ep-activity:WellControlIncident ; | 693 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 694 | - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick . | 694 | + owl:disjointWith ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-gas_kick . |
| 695 | 695 | ||
| 696 | ep-activity:WellControlIncident-shallow_gas_kick | 696 | ep-activity:WellControlIncident-shallow_gas_kick |
| 697 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 697 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
| 698 | rdfs:label "well control incident shallow gas kick"^^xsd:string ; | 698 | rdfs:label "well control incident shallow gas kick"^^xsd:string ; |
| 699 | rdfs:subClassOf ep-activity:WellControlIncident ; | 699 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 700 | - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-oil_kick . | 700 | + owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-gas_kick . |
| 701 | 701 | ||
| 702 | ep-activity:WellControlIncident-water_kick | 702 | ep-activity:WellControlIncident-water_kick |
| 703 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 703 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
| 704 | rdfs:label "well control incident water kick"^^xsd:string ; | 704 | rdfs:label "well control incident water kick"^^xsd:string ; |
| 705 | rdfs:subClassOf ep-activity:WellControlIncident ; | 705 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 706 | - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick . | 706 | + owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-gas_kick . |
| 707 | 707 | ||
| 708 | ep-activity:WellControlIncidentType | 708 | ep-activity:WellControlIncidentType |
| 709 | rdf:type rdfs:Class ; | 709 | rdf:type rdfs:Class ; |
| ... | @@ -716,40 +716,40 @@ ep-activity:WellKilling | ... | @@ -716,40 +716,40 @@ ep-activity:WellKilling |
| 716 | rdfs:subClassOf ep-activity:Activity . | 716 | rdfs:subClassOf ep-activity:Activity . |
| 717 | 717 | ||
| 718 | ep-activity:WellKilling-bullheading | 718 | ep-activity:WellKilling-bullheading |
| 719 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 719 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 720 | rdfs:label "well killing bullheading"^^xsd:string ; | 720 | rdfs:label "well killing bullheading"^^xsd:string ; |
| 721 | rdfs:subClassOf ep-activity:WellKilling ; | 721 | rdfs:subClassOf ep-activity:WellKilling ; |
| 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 . | 722 | + 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 . |
| 723 | 723 | ||
| 724 | ep-activity:WellKilling-drillers_method | 724 | ep-activity:WellKilling-drillers_method |
| 725 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 725 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 726 | rdfs:label "well killing drillers method"^^xsd:string ; | 726 | rdfs:label "well killing drillers method"^^xsd:string ; |
| 727 | rdfs:subClassOf ep-activity:WellKilling ; | 727 | rdfs:subClassOf ep-activity:WellKilling ; |
| 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 . | 728 | + 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 . |
| 729 | 729 | ||
| 730 | ep-activity:WellKilling-forward_circulation | 730 | ep-activity:WellKilling-forward_circulation |
| 731 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 731 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 732 | rdfs:label "well killing forward circulation"^^xsd:string ; | 732 | rdfs:label "well killing forward circulation"^^xsd:string ; |
| 733 | rdfs:subClassOf ep-activity:WellKilling ; | 733 | rdfs:subClassOf ep-activity:WellKilling ; |
| 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 . | 734 | + 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 . |
| 735 | 735 | ||
| 736 | ep-activity:WellKilling-lubricate_and_bleed | 736 | ep-activity:WellKilling-lubricate_and_bleed |
| 737 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 737 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 738 | rdfs:label "well killing lubricate and bleed"^^xsd:string ; | 738 | rdfs:label "well killing lubricate and bleed"^^xsd:string ; |
| 739 | rdfs:subClassOf ep-activity:WellKilling ; | 739 | rdfs:subClassOf ep-activity:WellKilling ; |
| 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 . | 740 | + 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 . |
| 741 | 741 | ||
| 742 | ep-activity:WellKilling-reverse_circulation | 742 | ep-activity:WellKilling-reverse_circulation |
| 743 | - rdf:type owl:Class , ep-activity:WellKillingType ; | 743 | + rdf:type ep-activity:WellKillingType , owl:Class ; |
| 744 | rdfs:label "well killing reverse circulation"^^xsd:string ; | 744 | rdfs:label "well killing reverse circulation"^^xsd:string ; |
| 745 | rdfs:subClassOf ep-activity:WellKilling ; | 745 | rdfs:subClassOf ep-activity:WellKilling ; |
| 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 . | 746 | + 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 . |
| 747 | 747 | ||
| 748 | ep-activity:WellKilling-wait_and_weight | 748 | ep-activity:WellKilling-wait_and_weight |
| 749 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 749 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 750 | rdfs:label "well killing wait and weight"^^xsd:string ; | 750 | rdfs:label "well killing wait and weight"^^xsd:string ; |
| 751 | rdfs:subClassOf ep-activity:WellKilling ; | 751 | rdfs:subClassOf ep-activity:WellKilling ; |
| 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 . | 752 | + 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 . |
| 753 | 753 | ||
| 754 | ep-activity:WellKillingType | 754 | ep-activity:WellKillingType |
| 755 | rdf:type rdfs:Class ; | 755 | rdf:type rdfs:Class ; |
| ... | @@ -764,7 +764,7 @@ ep-activity:WellStimulation | ... | @@ -764,7 +764,7 @@ ep-activity:WellStimulation |
| 764 | ep-activity:WellTest | 764 | ep-activity:WellTest |
| 765 | rdf:type owl:Class ; | 765 | rdf:type owl:Class ; |
| 766 | rdfs:label "well test"^^xsd:string ; | 766 | rdfs:label "well test"^^xsd:string ; |
| 767 | - rdfs:subClassOf ep-activity:Activity . | 767 | + rdfs:subClassOf ep-activity:DrillingActivity . |
| 768 | 768 | ||
| 769 | ep-activity:WellTestType | 769 | ep-activity:WellTestType |
| 770 | rdf:type rdfs:Class ; | 770 | rdf:type rdfs:Class ; |
| ... | @@ -782,25 +782,25 @@ ep-activity:WirelineFormationTestType | ... | @@ -782,25 +782,25 @@ ep-activity:WirelineFormationTestType |
| 782 | rdfs:subClassOf owl:Class . | 782 | rdfs:subClassOf owl:Class . |
| 783 | 783 | ||
| 784 | ep-activity:WirelineFormationTestWithGoodSeal | 784 | ep-activity:WirelineFormationTestWithGoodSeal |
| 785 | - rdf:type ep-activity:WirelineFormationTestType , owl:Class ; | 785 | + rdf:type owl:Class , ep-activity:WirelineFormationTestType ; |
| 786 | rdfs:label "wireline formation test with a good seal"^^xsd:string ; | 786 | rdfs:label "wireline formation test with a good seal"^^xsd:string ; |
| 787 | rdfs:subClassOf ep-activity:WirelineFormationTest ; | 787 | rdfs:subClassOf ep-activity:WirelineFormationTest ; |
| 788 | owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . | 788 | owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . |
| 789 | 789 | ||
| 790 | ep-activity:WirelineFormationTestWithoutGoodSeal | 790 | ep-activity:WirelineFormationTestWithoutGoodSeal |
| 791 | - rdf:type ep-activity:WirelineFormationTestType , owl:Class ; | 791 | + rdf:type owl:Class , ep-activity:WirelineFormationTestType ; |
| 792 | rdfs:label "wireline formation test without a good seal"^^xsd:string ; | 792 | rdfs:label "wireline formation test without a good seal"^^xsd:string ; |
| 793 | rdfs:subClassOf ep-activity:WirelineFormationTest ; | 793 | rdfs:subClassOf ep-activity:WirelineFormationTest ; |
| 794 | owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . | 794 | owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . |
| 795 | 795 | ||
| 796 | ep-activity:averageRateOfDrilling | 796 | ep-activity:averageRateOfDrilling |
| 797 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 797 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 798 | rdfs:domain ep-activity:DrillingActivity ; | 798 | rdfs:domain ep-activity:DrillingActivity ; |
| 799 | rdfs:label "average rate of drilling"^^xsd:string ; | 799 | rdfs:label "average rate of drilling"^^xsd:string ; |
| 800 | rdfs:range ep-core:Speed . | 800 | rdfs:range ep-core:Speed . |
| 801 | 801 | ||
| 802 | ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod | 802 | ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod |
| 803 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 803 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 804 | rdfs:domain ep-activity:DailyDrillingActivity ; | 804 | rdfs:domain ep-activity:DailyDrillingActivity ; |
| 805 | 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 ; |
| 806 | rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> . | 806 | rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> . |
| ... | @@ -816,25 +816,25 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod | ... | @@ -816,25 +816,25 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod |
| 816 | 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 . |
| 817 | 817 | ||
| 818 | ep-activity:distanceDrilled | 818 | ep-activity:distanceDrilled |
| 819 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 819 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 820 | rdfs:domain ep-activity:DrillingActivity ; | 820 | rdfs:domain ep-activity:DrillingActivity ; |
| 821 | rdfs:label "final rate of drilling"^^xsd:string ; | 821 | rdfs:label "final rate of drilling"^^xsd:string ; |
| 822 | rdfs:range ep-core:Length . | 822 | rdfs:range ep-core:Length . |
| 823 | 823 | ||
| 824 | ep-activity:drillingContractor | 824 | ep-activity:drillingContractor |
| 825 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 825 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 826 | rdfs:domain ep-activity:DrillingActivity ; | 826 | rdfs:domain ep-activity:DrillingActivity ; |
| 827 | rdfs:label "drilling contractor"^^xsd:string ; | 827 | rdfs:label "drilling contractor"^^xsd:string ; |
| 828 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 828 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 829 | 829 | ||
| 830 | ep-activity:drillingOperator | 830 | ep-activity:drillingOperator |
| 831 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 831 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 832 | rdfs:domain ep-activity:DrillingActivity ; | 832 | rdfs:domain ep-activity:DrillingActivity ; |
| 833 | rdfs:label "drilling operator"^^xsd:string ; | 833 | rdfs:label "drilling operator"^^xsd:string ; |
| 834 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 834 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 835 | 835 | ||
| 836 | ep-activity:durationOfDrilling | 836 | ep-activity:durationOfDrilling |
| 837 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 837 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 838 | rdfs:domain ep-activity:DrillingActivity ; | 838 | rdfs:domain ep-activity:DrillingActivity ; |
| 839 | rdfs:label "duration of drilling"^^xsd:string ; | 839 | rdfs:label "duration of drilling"^^xsd:string ; |
| 840 | rdfs:range ep-core:TimeDuration . | 840 | rdfs:range ep-core:TimeDuration . |
| ... | @@ -846,19 +846,25 @@ ep-activity:failedEquipment | ... | @@ -846,19 +846,25 @@ ep-activity:failedEquipment |
| 846 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 846 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 847 | 847 | ||
| 848 | ep-activity:finalRateOfDrilling | 848 | ep-activity:finalRateOfDrilling |
| 849 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 849 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 850 | rdfs:domain ep-activity:DrillingActivity ; | 850 | rdfs:domain ep-activity:DrillingActivity ; |
| 851 | rdfs:label "final rate of drilling"^^xsd:string ; | 851 | rdfs:label "final rate of drilling"^^xsd:string ; |
| 852 | rdfs:range ep-core:Speed . | 852 | rdfs:range ep-core:Speed . |
| 853 | 853 | ||
| 854 | ep-activity:finishedAt | 854 | ep-activity:finishedAt |
| 855 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 855 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 856 | rdfs:domain ep-activity:Activity ; | 856 | rdfs:domain ep-activity:Activity ; |
| 857 | rdfs:label "finished at"^^xsd:string ; | 857 | rdfs:label "finished at"^^xsd:string ; |
| 858 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 858 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 859 | 859 | ||
| 860 | -ep-activity:hasCasingLinerTubing | 860 | +ep-activity:fluidProducedByWellTest |
| 861 | rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 861 | rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 862 | + rdfs:domain ep-activity:WellTest ; | ||
| 863 | + rdfs:label "fluid produced by well test"^^xsd:string ; | ||
| 864 | + rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . | ||
| 865 | + | ||
| 866 | +ep-activity:hasCasingLinerTubing | ||
| 867 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 862 | rdfs:domain ep-activity:WellStimulation ; | 868 | rdfs:domain ep-activity:WellStimulation ; |
| 863 | rdfs:label "has Casing/Liner/Tubing"^^xsd:string . | 869 | rdfs:label "has Casing/Liner/Tubing"^^xsd:string . |
| 864 | 870 | ||
| ... | @@ -867,18 +873,18 @@ ep-activity:hasCasingString | ... | @@ -867,18 +873,18 @@ ep-activity:hasCasingString |
| 867 | rdfs:label "has casing string"^^xsd:string . | 873 | rdfs:label "has casing string"^^xsd:string . |
| 868 | 874 | ||
| 869 | ep-activity:hasChokeValve | 875 | ep-activity:hasChokeValve |
| 870 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 876 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 871 | rdfs:label "has choke valve"^^xsd:string ; | 877 | rdfs:label "has choke valve"^^xsd:string ; |
| 872 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . | 878 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . |
| 873 | 879 | ||
| 874 | ep-activity:hasDrillBit | 880 | ep-activity:hasDrillBit |
| 875 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 881 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 876 | rdfs:domain ep-activity:DrillingActivity ; | 882 | rdfs:domain ep-activity:DrillingActivity ; |
| 877 | rdfs:label "has drill bit"^^xsd:string ; | 883 | rdfs:label "has drill bit"^^xsd:string ; |
| 878 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . | 884 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . |
| 879 | 885 | ||
| 880 | ep-activity:hasDrillingFluid | 886 | ep-activity:hasDrillingFluid |
| 881 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 887 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 882 | rdfs:domain ep-activity:DrillingActivity ; | 888 | rdfs:domain ep-activity:DrillingActivity ; |
| 883 | rdfs:label "has drilling fluid"^^xsd:string ; | 889 | rdfs:label "has drilling fluid"^^xsd:string ; |
| 884 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . | 890 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . |
| ... | @@ -893,8 +899,14 @@ ep-activity:hasSubActivity | ... | @@ -893,8 +899,14 @@ ep-activity:hasSubActivity |
| 893 | rdf:type owl:ObjectProperty ; | 899 | rdf:type owl:ObjectProperty ; |
| 894 | rdfs:label "has sub activity"^^xsd:string . | 900 | rdfs:label "has sub activity"^^xsd:string . |
| 895 | 901 | ||
| 902 | +ep-activity:hasWellTestChoke | ||
| 903 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 904 | + rdfs:domain ep-activity:WellTest ; | ||
| 905 | + rdfs:label "has well test choke"^^xsd:string ; | ||
| 906 | + rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . | ||
| 907 | + | ||
| 896 | ep-activity:identificationNumberOfCore | 908 | ep-activity:identificationNumberOfCore |
| 897 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 909 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 898 | rdfs:domain ep-activity:ExtractAWellCore ; | 910 | rdfs:domain ep-activity:ExtractAWellCore ; |
| 899 | rdfs:label "identification number of core"^^xsd:string . | 911 | rdfs:label "identification number of core"^^xsd:string . |
| 900 | 912 | ||
| ... | @@ -904,13 +916,13 @@ ep-activity:logRunNumber | ... | @@ -904,13 +916,13 @@ ep-activity:logRunNumber |
| 904 | rdfs:label "log run number"^^xsd:string . | 916 | rdfs:label "log run number"^^xsd:string . |
| 905 | 917 | ||
| 906 | ep-activity:measuredDepthOfFluidSampling | 918 | ep-activity:measuredDepthOfFluidSampling |
| 907 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 919 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 908 | rdfs:domain ep-activity:WirelineFormationTest ; | 920 | rdfs:domain ep-activity:WirelineFormationTest ; |
| 909 | rdfs:label "measured depth of fluid sampling"^^xsd:string ; | 921 | rdfs:label "measured depth of fluid sampling"^^xsd:string ; |
| 910 | rdfs:range ep-core:Length . | 922 | rdfs:range ep-core:Length . |
| 911 | 923 | ||
| 912 | ep-activity:missedProductionTime | 924 | ep-activity:missedProductionTime |
| 913 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 925 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 914 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 926 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
| 915 | rdfs:label "missed production time"^^xsd:string ; | 927 | rdfs:label "missed production time"^^xsd:string ; |
| 916 | rdfs:range ep-core:TimeDuration . | 928 | rdfs:range ep-core:TimeDuration . |
| ... | @@ -922,7 +934,7 @@ ep-activity:nominallyAt | ... | @@ -922,7 +934,7 @@ ep-activity:nominallyAt |
| 922 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 934 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 923 | 935 | ||
| 924 | ep-activity:onDrillBit | 936 | ep-activity:onDrillBit |
| 925 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 937 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 926 | rdfs:domain ep-activity:WellBoreDrillBitRun ; | 938 | rdfs:domain ep-activity:WellBoreDrillBitRun ; |
| 927 | rdfs:label "on drill bit"^^xsd:string ; | 939 | rdfs:label "on drill bit"^^xsd:string ; |
| 928 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . | 940 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . |
| ... | @@ -932,7 +944,7 @@ ep-activity:onFluid | ... | @@ -932,7 +944,7 @@ ep-activity:onFluid |
| 932 | rdfs:label "on WellBore"^^xsd:string . | 944 | rdfs:label "on WellBore"^^xsd:string . |
| 933 | 945 | ||
| 934 | ep-activity:onRig | 946 | ep-activity:onRig |
| 935 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 947 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 936 | rdfs:domain ep-activity:DrillingActivity ; | 948 | rdfs:domain ep-activity:DrillingActivity ; |
| 937 | rdfs:label "on rig"^^xsd:string ; | 949 | rdfs:label "on rig"^^xsd:string ; |
| 938 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . | 950 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . |
| ... | @@ -944,19 +956,19 @@ ep-activity:onWell | ... | @@ -944,19 +956,19 @@ ep-activity:onWell |
| 944 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . | 956 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . |
| 945 | 957 | ||
| 946 | ep-activity:onWellBore | 958 | ep-activity:onWellBore |
| 947 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 959 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 948 | rdfs:domain ep-activity:DrillingActivity ; | 960 | rdfs:domain ep-activity:DrillingActivity ; |
| 949 | rdfs:label "on wellbore"^^xsd:string ; | 961 | rdfs:label "on wellbore"^^xsd:string ; |
| 950 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . | 962 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . |
| 951 | 963 | ||
| 952 | ep-activity:operatingTimeOfDrillBit | 964 | ep-activity:operatingTimeOfDrillBit |
| 953 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 965 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 954 | rdfs:domain ep-activity:DrillingActivity ; | 966 | rdfs:domain ep-activity:DrillingActivity ; |
| 955 | rdfs:label "operating time of drill bit"^^xsd:string ; | 967 | rdfs:label "operating time of drill bit"^^xsd:string ; |
| 956 | rdfs:range ep-core:TimeDuration . | 968 | rdfs:range ep-core:TimeDuration . |
| 957 | 969 | ||
| 958 | ep-activity:pressureAtWhichPlugBumped | 970 | ep-activity:pressureAtWhichPlugBumped |
| 959 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 971 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 960 | rdfs:domain ep-activity:WellCementPumping ; | 972 | rdfs:domain ep-activity:WellCementPumping ; |
| 961 | rdfs:label "pressure at which plug bumped"^^xsd:string ; | 973 | rdfs:label "pressure at which plug bumped"^^xsd:string ; |
| 962 | rdfs:range ep-core:Pressure . | 974 | rdfs:range ep-core:Pressure . |
| ... | @@ -966,61 +978,90 @@ ep-activity:pumpedFluid | ... | @@ -966,61 +978,90 @@ ep-activity:pumpedFluid |
| 966 | rdfs:label "pumped fluid"^^xsd:string . | 978 | rdfs:label "pumped fluid"^^xsd:string . |
| 967 | 979 | ||
| 968 | ep-activity:recoveredCore | 980 | ep-activity:recoveredCore |
| 969 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 981 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 970 | rdfs:domain ep-activity:ExtractAWellCore ; | 982 | rdfs:domain ep-activity:ExtractAWellCore ; |
| 971 | rdfs:label "recovered core"^^xsd:string ; | 983 | rdfs:label "recovered core"^^xsd:string ; |
| 972 | rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . | 984 | rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . |
| 973 | 985 | ||
| 974 | ep-activity:sampledFluid | 986 | ep-activity:sampledFluid |
| 975 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 987 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 976 | rdfs:domain ep-activity:WirelineFormationTest ; | 988 | rdfs:domain ep-activity:WirelineFormationTest ; |
| 977 | rdfs:label "sampled fluid"^^xsd:string ; | 989 | rdfs:label "sampled fluid"^^xsd:string ; |
| 978 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . | 990 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . |
| 979 | 991 | ||
| 980 | ep-activity:serviceCompany | 992 | ep-activity:serviceCompany |
| 981 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 993 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 982 | rdfs:domain ep-activity:Activity ; | 994 | rdfs:domain ep-activity:Activity ; |
| 983 | rdfs:label "service company"^^xsd:string ; | 995 | rdfs:label "service company"^^xsd:string ; |
| 984 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 996 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 985 | 997 | ||
| 986 | ep-activity:startedAt | 998 | ep-activity:startedAt |
| 987 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 999 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 988 | rdfs:domain ep-activity:Activity ; | 1000 | rdfs:domain ep-activity:Activity ; |
| 989 | rdfs:label "started at"^^xsd:string ; | 1001 | rdfs:label "started at"^^xsd:string ; |
| 990 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 1002 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 991 | 1003 | ||
| 992 | ep-activity:timeLost | 1004 | ep-activity:timeLost |
| 993 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1005 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 994 | rdfs:domain ep-activity:WellControlIncident ; | 1006 | rdfs:domain ep-activity:WellControlIncident ; |
| 995 | rdfs:label "time lost"^^xsd:string ; | 1007 | rdfs:label "time lost"^^xsd:string ; |
| 996 | rdfs:range ep-core:TimeDuration . | 1008 | rdfs:range ep-core:TimeDuration . |
| 997 | 1009 | ||
| 998 | ep-activity:timeOfFailure | 1010 | ep-activity:timeOfFailure |
| 999 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 1011 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 1000 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 1012 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
| 1001 | rdfs:label "time of failure"^^xsd:string ; | 1013 | rdfs:label "time of failure"^^xsd:string ; |
| 1002 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 1014 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 1003 | 1015 | ||
| 1004 | ep-activity:timeOfRepair | 1016 | ep-activity:timeOfRepair |
| 1005 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 1017 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 1006 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 1018 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
| 1007 | rdfs:label "time of repair"^^xsd:string ; | 1019 | rdfs:label "time of repair"^^xsd:string ; |
| 1008 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 1020 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 1009 | 1021 | ||
| 1010 | ep-activity:volumeOfPumpedCementingFluid | 1022 | ep-activity:volumeOfPumpedCementingFluid |
| 1011 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1023 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 1012 | rdfs:domain ep-activity:WellCementPumping ; | 1024 | rdfs:domain ep-activity:WellCementPumping ; |
| 1013 | rdfs:label "volume of pumped cementing fluid"^^xsd:string ; | 1025 | rdfs:label "volume of pumped cementing fluid"^^xsd:string ; |
| 1014 | rdfs:range ep-core:Volume . | 1026 | rdfs:range ep-core:Volume . |
| 1015 | 1027 | ||
| 1016 | ep-activity:volumeOfReturnedCementingFluid | 1028 | ep-activity:volumeOfReturnedCementingFluid |
| 1017 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1029 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 1018 | rdfs:domain ep-activity:WellCementPumping ; | 1030 | rdfs:domain ep-activity:WellCementPumping ; |
| 1019 | rdfs:label "volume of returned cementing fluid"^^xsd:string ; | 1031 | rdfs:label "volume of returned cementing fluid"^^xsd:string ; |
| 1020 | rdfs:range ep-core:Volume . | 1032 | rdfs:range ep-core:Volume . |
| 1021 | 1033 | ||
| 1022 | ep-activity:wellBoreLoggingTool | 1034 | ep-activity:wellBoreLoggingTool |
| 1023 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1035 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 1024 | rdfs:domain ep-activity:WellBoreLogRun ; | 1036 | rdfs:domain ep-activity:WellBoreLogRun ; |
| 1025 | rdfs:label "well bore logging tool"^^xsd:string ; | 1037 | rdfs:label "well bore logging tool"^^xsd:string ; |
| 1026 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 1038 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 1039 | + | ||
| 1040 | +ep-activity:wellTestBottomHolePressure | ||
| 1041 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | ||
| 1042 | + rdfs:domain ep-activity:WellTest ; | ||
| 1043 | + rdfs:label "well test bottom hole pressure"^^xsd:string ; | ||
| 1044 | + rdfs:range ep-core:Pressure . | ||
| 1045 | + | ||
| 1046 | +ep-activity:wellTestFlowingPressure | ||
| 1047 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | ||
| 1048 | + rdfs:domain ep-activity:WellTest ; | ||
| 1049 | + rdfs:label "well test flowing pressure"^^xsd:string ; | ||
| 1050 | + rdfs:range ep-core:Pressure . | ||
| 1051 | + | ||
| 1052 | +ep-activity:wellTestNumber | ||
| 1053 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 1054 | + rdfs:domain ep-activity:WellTest ; | ||
| 1055 | + rdfs:label "well test number"^^xsd:string . | ||
| 1056 | + | ||
| 1057 | +ep-activity:wellTestShutInPressure | ||
| 1058 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | ||
| 1059 | + rdfs:domain ep-activity:WellTest ; | ||
| 1060 | + rdfs:label "well test shut-in pressure"^^xsd:string ; | ||
| 1061 | + rdfs:range ep-core:Pressure . | ||
| 1062 | + | ||
| 1063 | +ep-activity:wellTestStoredOil | ||
| 1064 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 1065 | + rdfs:domain ep-activity:WellTest ; | ||
| 1066 | + rdfs:label "well test stored oil"^^xsd:string ; | ||
| 1067 | + rdfs:range <http://www.reportinghub.no/ep/schema/well#Oil> . | ... | ... |
| 1 | -# Saved by TopBraid on Sat Sep 24 11:51:40 BST 2011 | 1 | +# Saved by TopBraid on Sat Sep 24 18:43:01 BST 2011 |
| 2 | # baseURI: null | 2 | # baseURI: null |
| 3 | 3 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
| 1 | -# Saved by TopBraid on Sat Sep 24 12:37:32 BST 2011 | 1 | +# Saved by TopBraid on Sun Sep 25 12:02:02 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 | 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 | 4 | # imports: http://www.linkedmodel.org/1.2/schema/vaem |
| ... | @@ -74,6 +74,11 @@ ep-core:Scale | ... | @@ -74,6 +74,11 @@ ep-core:Scale |
| 74 | rdfs:label "scale"^^xsd:string ; | 74 | rdfs:label "scale"^^xsd:string ; |
| 75 | rdfs:subClassOf owl:FunctionalProperty , owl:DatatypeProperty . | 75 | rdfs:subClassOf owl:FunctionalProperty , owl:DatatypeProperty . |
| 76 | 76 | ||
| 77 | +ep-core:SpecificMass | ||
| 78 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
| 79 | + rdfs:label "specific mass"^^xsd:string ; | ||
| 80 | + rdfs:subClassOf owl:Class . | ||
| 81 | + | ||
| 77 | ep-core:SpecificVolume | 82 | ep-core:SpecificVolume |
| 78 | rdf:type rdfs:Class , ep-core:PropertySpace ; | 83 | rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 79 | rdfs:label "specific volume"^^xsd:string ; | 84 | rdfs:label "specific volume"^^xsd:string ; |
| ... | @@ -104,6 +109,11 @@ ep-core:Volume | ... | @@ -104,6 +109,11 @@ ep-core:Volume |
| 104 | rdfs:label "volume"^^xsd:string ; | 109 | rdfs:label "volume"^^xsd:string ; |
| 105 | rdfs:subClassOf owl:Class . | 110 | rdfs:subClassOf owl:Class . |
| 106 | 111 | ||
| 112 | +ep-core:VolumetricFlowRate | ||
| 113 | + rdf:type ep-core:PropertySpace , rdfs:Class ; | ||
| 114 | + rdfs:label "volumetric flow rate"^^xsd:string ; | ||
| 115 | + rdfs:subClassOf owl:Class . | ||
| 116 | + | ||
| 107 | ep-core:YieldPoint | 117 | ep-core:YieldPoint |
| 108 | rdf:type rdfs:Class , ep-core:PropertySpace ; | 118 | rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 109 | rdfs:label "yield point"^^xsd:string ; | 119 | rdfs:label "yield point"^^xsd:string ; |
| ... | @@ -179,6 +189,11 @@ ep-core:footUS | ... | @@ -179,6 +189,11 @@ ep-core:footUS |
| 179 | rdfs:domain ep-core:Length ; | 189 | rdfs:domain ep-core:Length ; |
| 180 | rdfs:label "foot (US survey)"^^xsd:string . | 190 | rdfs:label "foot (US survey)"^^xsd:string . |
| 181 | 191 | ||
| 192 | +ep-core:fractionByVolume | ||
| 193 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 194 | + rdfs:domain ep-core:SpecificVolume ; | ||
| 195 | + rdfs:label "fraction by volume"^^xsd:string . | ||
| 196 | + | ||
| 182 | ep-core:gram_cm-3 | 197 | ep-core:gram_cm-3 |
| 183 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 198 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 184 | rdfs:label "gram cm-3"^^xsd:string . | 199 | rdfs:label "gram cm-3"^^xsd:string . |
| ... | @@ -208,6 +223,12 @@ ep-core:hour | ... | @@ -208,6 +223,12 @@ ep-core:hour |
| 208 | rdfs:domain ep-core:TimeDuration ; | 223 | rdfs:domain ep-core:TimeDuration ; |
| 209 | rdfs:label "hour"^^xsd:string . | 224 | rdfs:label "hour"^^xsd:string . |
| 210 | 225 | ||
| 226 | +ep-core:humanRecognizableName | ||
| 227 | + rdf:type owl:DatatypeProperty ; | ||
| 228 | + rdfs:label "human recognizable name"^^xsd:string ; | ||
| 229 | + rdfs:range xsd:string ; | ||
| 230 | + rdfs:subPropertyOf ep-core:name . | ||
| 231 | + | ||
| 211 | ep-core:inch | 232 | ep-core:inch |
| 212 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 233 | rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 213 | rdfs:domain ep-core:Length ; | 234 | rdfs:domain ep-core:Length ; |
| ... | @@ -253,6 +274,20 @@ ep-core:metre_hour-1 | ... | @@ -253,6 +274,20 @@ ep-core:metre_hour-1 |
| 253 | rdfs:domain ep-core:Speed ; | 274 | rdfs:domain ep-core:Speed ; |
| 254 | rdfs:label "metre hour-1"^^xsd:string . | 275 | rdfs:label "metre hour-1"^^xsd:string . |
| 255 | 276 | ||
| 277 | +ep-core:millimeter | ||
| 278 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | ||
| 279 | + rdfs:domain ep-core:Length ; | ||
| 280 | + rdfs:label "millimetre"^^xsd:string . | ||
| 281 | + | ||
| 282 | +ep-core:million_metre3 | ||
| 283 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 284 | + rdfs:label "million metre3"^^xsd:string . | ||
| 285 | + | ||
| 286 | +ep-core:million_metre3_day-1 | ||
| 287 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | ||
| 288 | + rdfs:domain ep-core:VolumetricFlowRate ; | ||
| 289 | + rdfs:label "million metre3 day-1"^^xsd:string . | ||
| 290 | + | ||
| 256 | ep-core:minute | 291 | ep-core:minute |
| 257 | rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 292 | rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 258 | rdfs:domain ep-core:TimeDuration ; | 293 | rdfs:domain ep-core:TimeDuration ; |
| ... | @@ -300,6 +335,11 @@ ep-core:partOf | ... | @@ -300,6 +335,11 @@ ep-core:partOf |
| 300 | rdfs:range ep-core:PhysicalThing ; | 335 | rdfs:range ep-core:PhysicalThing ; |
| 301 | owl:inverseOf ep-core:hasPart . | 336 | owl:inverseOf ep-core:hasPart . |
| 302 | 337 | ||
| 338 | +ep-core:partPerMillion | ||
| 339 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 340 | + rdfs:domain ep-core:SpecificMass ; | ||
| 341 | + rdfs:label "ppm"^^xsd:string . | ||
| 342 | + | ||
| 303 | ep-core:partPerMillionByVolume | 343 | ep-core:partPerMillionByVolume |
| 304 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 344 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 305 | rdfs:domain ep-core:SpecificVolume ; | 345 | rdfs:domain ep-core:SpecificVolume ; | ... | ... |
| 1 | -# Saved by TopBraid on Sat Sep 24 10:29:25 BST 2011 | 1 | +# Saved by TopBraid on Sat Sep 24 18:23:53 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/organization |
| 4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/well | ||
| 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/well | ||
| 6 | 6 | ||
| 7 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 7 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
| 8 | @prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> . | 8 | @prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> . |
| ... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 | ||
| 14 | <http://www.reportinghub.no/ep/schema/1.0/equipment> | 14 | <http://www.reportinghub.no/ep/schema/1.0/equipment> |
| 15 | rdf:type owl:Ontology ; | 15 | rdf:type owl:Ontology ; |
| 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:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
| 17 | owl:versionInfo "0.1.0"^^xsd:string . | 17 | owl:versionInfo "0.1.0"^^xsd:string . |
| 18 | 18 | ||
| 19 | ep-core:PhysicalThing | 19 | ep-core:PhysicalThing |
| ... | @@ -30,10 +30,10 @@ ep-eqt:BlowOutPreventer | ... | @@ -30,10 +30,10 @@ ep-eqt:BlowOutPreventer |
| 30 | rdfs:subClassOf ep-eqt:Equipment . | 30 | rdfs:subClassOf ep-eqt:Equipment . |
| 31 | 31 | ||
| 32 | ep-eqt:Casing | 32 | ep-eqt:Casing |
| 33 | - rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; | 33 | + rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; |
| 34 | rdfs:label "casing"^^xsd:string ; | 34 | rdfs:label "casing"^^xsd:string ; |
| 35 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; | 35 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; |
| 36 | - owl:disjointWith ep-eqt:Tubing , ep-eqt:Liner . | 36 | + owl:disjointWith ep-eqt:Liner , ep-eqt:Tubing . |
| 37 | 37 | ||
| 38 | ep-eqt:CasingLinerTubing | 38 | ep-eqt:CasingLinerTubing |
| 39 | rdf:type owl:Class ; | 39 | rdf:type owl:Class ; |
| ... | @@ -57,7 +57,7 @@ ep-eqt:CasingRoleType | ... | @@ -57,7 +57,7 @@ ep-eqt:CasingRoleType |
| 57 | ep-eqt:CasingString | 57 | ep-eqt:CasingString |
| 58 | rdf:type owl:Class ; | 58 | rdf:type owl:Class ; |
| 59 | rdfs:label "casing string"^^xsd:string ; | 59 | rdfs:label "casing string"^^xsd:string ; |
| 60 | - rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> . | 60 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing . |
| 61 | 61 | ||
| 62 | ep-eqt:ChokeValve | 62 | ep-eqt:ChokeValve |
| 63 | rdf:type owl:Class ; | 63 | rdf:type owl:Class ; |
| ... | @@ -98,25 +98,25 @@ ep-eqt:InnerBarrel-aluminum | ... | @@ -98,25 +98,25 @@ ep-eqt:InnerBarrel-aluminum |
| 98 | rdf:type owl:Class ; | 98 | rdf:type owl:Class ; |
| 99 | rdfs:label "inner barrel - aluminum"^^xsd:string ; | 99 | rdfs:label "inner barrel - aluminum"^^xsd:string ; |
| 100 | rdfs:subClassOf ep-eqt:InnerBarrel ; | 100 | rdfs:subClassOf ep-eqt:InnerBarrel ; |
| 101 | - owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-fiberglass . | 101 | + owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-gel . |
| 102 | 102 | ||
| 103 | ep-eqt:InnerBarrel-fiberglass | 103 | ep-eqt:InnerBarrel-fiberglass |
| 104 | rdf:type owl:Class ; | 104 | rdf:type owl:Class ; |
| 105 | rdfs:label "inner barrel - fiberglass"^^xsd:string ; | 105 | rdfs:label "inner barrel - fiberglass"^^xsd:string ; |
| 106 | rdfs:subClassOf ep-eqt:InnerBarrel ; | 106 | rdfs:subClassOf ep-eqt:InnerBarrel ; |
| 107 | - owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-gel . | 107 | + owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-aluminum . |
| 108 | 108 | ||
| 109 | ep-eqt:InnerBarrel-gel | 109 | ep-eqt:InnerBarrel-gel |
| 110 | rdf:type owl:Class ; | 110 | rdf:type owl:Class ; |
| 111 | rdfs:label "inner barrel - gel"^^xsd:string ; | 111 | rdfs:label "inner barrel - gel"^^xsd:string ; |
| 112 | rdfs:subClassOf ep-eqt:InnerBarrel ; | 112 | rdfs:subClassOf ep-eqt:InnerBarrel ; |
| 113 | - owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-fiberglass . | 113 | + owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-aluminum . |
| 114 | 114 | ||
| 115 | ep-eqt:IntermediateCasing | 115 | ep-eqt:IntermediateCasing |
| 116 | - rdf:type owl:Class , ep-eqt:CasingRoleType ; | 116 | + rdf:type ep-eqt:CasingRoleType , owl:Class ; |
| 117 | rdfs:label "intermediate casing"^^xsd:string ; | 117 | rdfs:label "intermediate casing"^^xsd:string ; |
| 118 | rdfs:subClassOf ep-eqt:Casing ; | 118 | rdfs:subClassOf ep-eqt:Casing ; |
| 119 | - owl:disjointWith ep-eqt:TopCasing , ep-eqt:ProductionCasing . | 119 | + owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:TopCasing . |
| 120 | 120 | ||
| 121 | ep-eqt:KellyBushing | 121 | ep-eqt:KellyBushing |
| 122 | rdf:type owl:Class ; | 122 | rdf:type owl:Class ; |
| ... | @@ -126,31 +126,31 @@ ep-eqt:KellyBushing | ... | @@ -126,31 +126,31 @@ ep-eqt:KellyBushing |
| 126 | ep-eqt:LastCasingOfAWellBore | 126 | ep-eqt:LastCasingOfAWellBore |
| 127 | rdf:type owl:Class ; | 127 | rdf:type owl:Class ; |
| 128 | rdfs:label "last casing of a wellbore"^^xsd:string ; | 128 | rdfs:label "last casing of a wellbore"^^xsd:string ; |
| 129 | - rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> . | 129 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing . |
| 130 | 130 | ||
| 131 | ep-eqt:Liner | 131 | ep-eqt:Liner |
| 132 | - rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; | 132 | + rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; |
| 133 | rdfs:label "liner"^^xsd:string ; | 133 | rdfs:label "liner"^^xsd:string ; |
| 134 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; | 134 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; |
| 135 | - owl:disjointWith ep-eqt:Tubing , ep-eqt:Casing . | 135 | + owl:disjointWith ep-eqt:Casing , ep-eqt:Tubing . |
| 136 | 136 | ||
| 137 | ep-eqt:ProductionCasing | 137 | ep-eqt:ProductionCasing |
| 138 | - rdf:type owl:Class , ep-eqt:CasingRoleType ; | 138 | + rdf:type ep-eqt:CasingRoleType , owl:Class ; |
| 139 | rdfs:label "production casing"^^xsd:string ; | 139 | rdfs:label "production casing"^^xsd:string ; |
| 140 | rdfs:subClassOf ep-eqt:Casing ; | 140 | rdfs:subClassOf ep-eqt:Casing ; |
| 141 | - owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:TopCasing . | 141 | + owl:disjointWith ep-eqt:TopCasing , ep-eqt:IntermediateCasing . |
| 142 | 142 | ||
| 143 | ep-eqt:TopCasing | 143 | ep-eqt:TopCasing |
| 144 | - rdf:type owl:Class , ep-eqt:CasingRoleType ; | 144 | + rdf:type ep-eqt:CasingRoleType , owl:Class ; |
| 145 | rdfs:label "top casing"^^xsd:string ; | 145 | rdfs:label "top casing"^^xsd:string ; |
| 146 | rdfs:subClassOf ep-eqt:Casing ; | 146 | rdfs:subClassOf ep-eqt:Casing ; |
| 147 | - owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:ProductionCasing . | 147 | + owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:IntermediateCasing . |
| 148 | 148 | ||
| 149 | ep-eqt:Tubing | 149 | ep-eqt:Tubing |
| 150 | - rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; | 150 | + rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; |
| 151 | rdfs:label "liner"^^xsd:string ; | 151 | rdfs:label "liner"^^xsd:string ; |
| 152 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; | 152 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; |
| 153 | - owl:disjointWith ep-eqt:Liner , ep-eqt:Casing . | 153 | + owl:disjointWith ep-eqt:Casing , ep-eqt:Liner . |
| 154 | 154 | ||
| 155 | ep-eqt:TubularConnectionClass | 155 | ep-eqt:TubularConnectionClass |
| 156 | rdf:type rdfs:Class ; | 156 | rdf:type rdfs:Class ; |
| ... | @@ -162,73 +162,84 @@ ep-eqt:WellBoreLoggingTool | ... | @@ -162,73 +162,84 @@ ep-eqt:WellBoreLoggingTool |
| 162 | rdfs:label "well bore logging tool"^^xsd:string ; | 162 | rdfs:label "well bore logging tool"^^xsd:string ; |
| 163 | rdfs:subClassOf ep-eqt:Equipment . | 163 | rdfs:subClassOf ep-eqt:Equipment . |
| 164 | 164 | ||
| 165 | +ep-eqt:WellTestChoke | ||
| 166 | + rdf:type owl:Class ; | ||
| 167 | + rdfs:label "well test choke"^^xsd:string ; | ||
| 168 | + rdfs:subClassOf ep-eqt:Equipment . | ||
| 169 | + | ||
| 170 | +ep-eqt:chokeOrificeSize | ||
| 171 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 172 | + rdfs:domain ep-eqt:WellTestChoke ; | ||
| 173 | + rdfs:label "choke orifice size"^^xsd:string ; | ||
| 174 | + rdfs:range ep-core:Length . | ||
| 175 | + | ||
| 165 | ep-eqt:codeAssignedByAManufacturer | 176 | ep-eqt:codeAssignedByAManufacturer |
| 166 | rdf:type owl:DatatypeProperty ; | 177 | rdf:type owl:DatatypeProperty ; |
| 167 | rdfs:domain ep-eqt:ClassOfSupplyDefinedByAManufacturer ; | 178 | rdfs:domain ep-eqt:ClassOfSupplyDefinedByAManufacturer ; |
| 168 | rdfs:label "code assigned by manufacturer"^^xsd:string . | 179 | rdfs:label "code assigned by manufacturer"^^xsd:string . |
| 169 | 180 | ||
| 170 | ep-eqt:diameterOfACasing | 181 | ep-eqt:diameterOfACasing |
| 171 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 182 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 172 | rdfs:domain ep-eqt:Casing ; | 183 | rdfs:domain ep-eqt:Casing ; |
| 173 | rdfs:label "diameter of a casing"^^xsd:string ; | 184 | rdfs:label "diameter of a casing"^^xsd:string ; |
| 174 | rdfs:range ep-core:Length . | 185 | rdfs:range ep-core:Length . |
| 175 | 186 | ||
| 176 | ep-eqt:diameterOfDrillBit | 187 | ep-eqt:diameterOfDrillBit |
| 177 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 188 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 178 | rdfs:domain ep-eqt:DrillBit ; | 189 | rdfs:domain ep-eqt:DrillBit ; |
| 179 | rdfs:label "diameter of drill bit"^^xsd:string ; | 190 | rdfs:label "diameter of drill bit"^^xsd:string ; |
| 180 | rdfs:range ep-core:Length . | 191 | rdfs:range ep-core:Length . |
| 181 | 192 | ||
| 182 | ep-eqt:elevationOfKellyBushing | 193 | ep-eqt:elevationOfKellyBushing |
| 183 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 194 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 184 | rdfs:domain ep-eqt:KellyBushing ; | 195 | rdfs:domain ep-eqt:KellyBushing ; |
| 185 | rdfs:label "elevation of kelly bushing"^^xsd:string ; | 196 | rdfs:label "elevation of kelly bushing"^^xsd:string ; |
| 186 | rdfs:range ep-core:Length . | 197 | rdfs:range ep-core:Length . |
| 187 | 198 | ||
| 188 | ep-eqt:hasTubularConnectionClass | 199 | ep-eqt:hasTubularConnectionClass |
| 189 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 200 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 190 | rdfs:domain ep-eqt:CasingLinerTubing ; | 201 | rdfs:domain ep-eqt:CasingLinerTubing ; |
| 191 | rdfs:label "has tubular connection class"^^xsd:string ; | 202 | rdfs:label "has tubular connection class"^^xsd:string ; |
| 192 | rdfs:range ep-eqt:TubularConnectionClass . | 203 | rdfs:range ep-eqt:TubularConnectionClass . |
| 193 | 204 | ||
| 194 | ep-eqt:insideDiameterOfATubular | 205 | ep-eqt:insideDiameterOfATubular |
| 195 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 206 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 196 | rdfs:domain ep-eqt:CasingLinerTubing ; | 207 | rdfs:domain ep-eqt:CasingLinerTubing ; |
| 197 | rdfs:label "inside diameter of a tubular"^^xsd:string ; | 208 | rdfs:label "inside diameter of a tubular"^^xsd:string ; |
| 198 | rdfs:range ep-core:Length . | 209 | rdfs:range ep-core:Length . |
| 199 | 210 | ||
| 200 | ep-eqt:lengthOfInnerBarrel | 211 | ep-eqt:lengthOfInnerBarrel |
| 201 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 212 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 202 | rdfs:domain ep-eqt:InnerBarrel ; | 213 | rdfs:domain ep-eqt:InnerBarrel ; |
| 203 | rdfs:label "length of inner barrel"^^xsd:string ; | 214 | rdfs:label "length of inner barrel"^^xsd:string ; |
| 204 | rdfs:range ep-core:Length . | 215 | rdfs:range ep-core:Length . |
| 205 | 216 | ||
| 206 | ep-eqt:manufacturedBy | 217 | ep-eqt:manufacturedBy |
| 207 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 218 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 208 | rdfs:domain ep-eqt:Equipment ; | 219 | rdfs:domain ep-eqt:Equipment ; |
| 209 | rdfs:label "manaufactured by"^^xsd:string ; | 220 | rdfs:label "manaufactured by"^^xsd:string ; |
| 210 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 221 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 211 | 222 | ||
| 212 | ep-eqt:maximumPressureForBlowOutPreventer | 223 | ep-eqt:maximumPressureForBlowOutPreventer |
| 213 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 224 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 214 | rdfs:domain ep-eqt:BlowOutPreventer ; | 225 | rdfs:domain ep-eqt:BlowOutPreventer ; |
| 215 | rdfs:label "maximum pressure for blow out preventer"^^xsd:string ; | 226 | rdfs:label "maximum pressure for blow out preventer"^^xsd:string ; |
| 216 | rdfs:range ep-core:Pressure . | 227 | rdfs:range ep-core:Pressure . |
| 217 | 228 | ||
| 218 | ep-eqt:maximumPressureForChokeValve | 229 | ep-eqt:maximumPressureForChokeValve |
| 219 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 230 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 220 | rdfs:domain ep-eqt:ChokeValve ; | 231 | rdfs:domain ep-eqt:ChokeValve ; |
| 221 | rdfs:label "maximum pressure for choke valve"^^xsd:string ; | 232 | rdfs:label "maximum pressure for choke valve"^^xsd:string ; |
| 222 | rdfs:range ep-core:Pressure . | 233 | rdfs:range ep-core:Pressure . |
| 223 | 234 | ||
| 224 | ep-eqt:outsideDiameterOfATubular | 235 | ep-eqt:outsideDiameterOfATubular |
| 225 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 236 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 226 | rdfs:domain ep-eqt:CasingLinerTubing ; | 237 | rdfs:domain ep-eqt:CasingLinerTubing ; |
| 227 | rdfs:label "outside diameter of a tubular"^^xsd:string ; | 238 | rdfs:label "outside diameter of a tubular"^^xsd:string ; |
| 228 | rdfs:range ep-core:Length . | 239 | rdfs:range ep-core:Length . |
| 229 | 240 | ||
| 230 | ep-eqt:stringLengthOfATubular | 241 | ep-eqt:stringLengthOfATubular |
| 231 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 242 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 232 | rdfs:domain ep-eqt:CasingLinerTubing ; | 243 | rdfs:domain ep-eqt:CasingLinerTubing ; |
| 233 | rdfs:label "string length of a tubular"^^xsd:string ; | 244 | rdfs:label "string length of a tubular"^^xsd:string ; |
| 234 | rdfs:range ep-core:Length . | 245 | rdfs:range ep-core:Length . | ... | ... |
| 1 | -# Saved by TopBraid on Thu Sep 22 19:01:18 BST 2011 | 1 | +# Saved by TopBraid on Sat Sep 24 18:51:06 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/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> ; | 15 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ; |
| 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 ep-well:CementingFluidType , rdfs:Class ; | 27 | + rdf:type rdfs:Class , ep-well:CementingFluidType ; |
| 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 owl:Class , ep-well:FluidComponentType ; | 32 | + rdf:type ep-well:FluidComponentType , owl:Class ; |
| 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 ep-well:FluidComponentType , owl:Class ; | 37 | + rdf:type owl:Class , ep-well:FluidComponentType ; |
| 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 ep-well:CementingFluidType , rdfs:Class ; | 52 | + rdf:type rdfs:Class , ep-well:CementingFluidType ; |
| 53 | rdfs:label "fluid type"^^xsd:string ; | 53 | rdfs:label "fluid type"^^xsd:string ; |
| 54 | rdfs:subClassOf owl:Class . | 54 | rdfs:subClassOf owl:Class . |
| 55 | 55 | ||
| 56 | ep-well:Gas | 56 | ep-well:Gas |
| 57 | - rdf:type owl:Class , ep-well:FluidComponentType ; | 57 | + rdf:type ep-well:FluidComponentType , owl:Class ; |
| 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 ep-well:WellBoreHphtType , owl:Class ; | 62 | + rdf:type owl:Class , ep-well:WellBoreHphtType ; |
| 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 owl:Class , ep-well:WellBoreTightnessType ; | 68 | + rdf:type ep-well:WellBoreTightnessType , owl:Class ; |
| 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 ep-well:CementingFluidType , owl:Class ; | 79 | + rdf:type owl:Class , ep-well:CementingFluidType ; |
| 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:Slurry , ep-well:Wash , ep-well:Spacer . | 82 | + owl:disjointWith ep-well:Spacer , ep-well:Wash , ep-well:Slurry . |
| 83 | 83 | ||
| 84 | ep-well:Mud-oilBased | 84 | ep-well:Mud-oilBased |
| 85 | - rdf:type owl:Class , ep-well:MudClass ; | 85 | + rdf:type ep-well:MudClass , owl:Class ; |
| 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-waterBased , ep-well:Mud-other . | 88 | + owl:disjointWith ep-well:Mud-other , ep-well:Mud-waterBased . |
| 89 | 89 | ||
| 90 | ep-well:Mud-other | 90 | ep-well:Mud-other |
| 91 | - rdf:type owl:Class , ep-well:MudClass ; | 91 | + rdf:type ep-well:MudClass , owl:Class ; |
| 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-waterBased , ep-well:Mud-oilBased . | 94 | + owl:disjointWith ep-well:Mud-oilBased , ep-well:Mud-waterBased . |
| 95 | 95 | ||
| 96 | ep-well:Mud-waterBased | 96 | ep-well:Mud-waterBased |
| 97 | - rdf:type owl:Class , ep-well:MudClass ; | 97 | + rdf:type ep-well:MudClass , owl:Class ; |
| 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-oilBased , ep-well:Mud-other . | 100 | + owl:disjointWith ep-well:Mud-other , ep-well:Mud-oilBased . |
| 101 | 101 | ||
| 102 | ep-well:MudClass | 102 | ep-well:MudClass |
| 103 | - rdf:type ep-well:CementingFluidType , rdfs:Class ; | 103 | + rdf:type rdfs:Class , ep-well:CementingFluidType ; |
| 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 ep-well:WellBoreHphtType , owl:Class ; | 108 | + rdf:type owl:Class , ep-well:WellBoreHphtType ; |
| 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 ep-well:FluidComponentType , owl:Class ; | 114 | + rdf:type owl:Class , ep-well:FluidComponentType ; |
| 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 ep-well:CementingFluidType , owl:Class ; | 129 | + rdf:type owl:Class , ep-well:CementingFluidType ; |
| 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:Wash , ep-well:Spacer , ep-well:Mud . | 132 | + owl:disjointWith ep-well:Mud , ep-well:Spacer , ep-well:Wash . |
| 133 | 133 | ||
| 134 | ep-well:Spacer | 134 | ep-well:Spacer |
| 135 | - rdf:type ep-well:CementingFluidType , owl:Class ; | 135 | + rdf:type owl:Class , ep-well:CementingFluidType ; |
| 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:Slurry , ep-well:Wash , ep-well:Mud . | 138 | + owl:disjointWith ep-well:Mud , ep-well:Wash , ep-well:Slurry . |
| 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 owl:Class , ep-well:WellBoreTightnessType ; | 161 | + rdf:type ep-well:WellBoreTightnessType , owl:Class ; |
| 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:Slurry , ep-well:Spacer , ep-well:Mud . | 170 | + owl:disjointWith ep-well:Mud , ep-well:Spacer , ep-well:Slurry . |
| 171 | 171 | ||
| 172 | ep-well:Water | 172 | ep-well:Water |
| 173 | - rdf:type owl:Class , ep-well:FluidComponentType ; | 173 | + rdf:type ep-well:FluidComponentType , owl:Class ; |
| 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,73 @@ ep-well:WellBoreWithoutCirculation | ... | @@ -227,61 +227,73 @@ 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 owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 230 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 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 owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 236 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 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 ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 242 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 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 ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 248 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 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 owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 254 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 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 ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 260 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 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:carbonDioxideConcentration | ||
| 266 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | ||
| 267 | + rdfs:domain ep-well:Gas ; | ||
| 268 | + rdfs:label "carbon dioxide concentration"^^xsd:string ; | ||
| 269 | + rdfs:range ep-core:SpecificMass . | ||
| 270 | + | ||
| 265 | ep-well:cementingFluidPerCentFreeWater | 271 | ep-well:cementingFluidPerCentFreeWater |
| 266 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 272 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 267 | rdfs:domain ep-well:CementingFluid ; | 273 | rdfs:domain ep-well:CementingFluid ; |
| 268 | rdfs:label "cementing fluid per cent free water"^^xsd:string ; | 274 | rdfs:label "cementing fluid per cent free water"^^xsd:string ; |
| 269 | rdfs:range ep-core:SpecificVolume . | 275 | rdfs:range ep-core:SpecificVolume . |
| 270 | 276 | ||
| 271 | ep-well:cementingFluidThickeningTime | 277 | ep-well:cementingFluidThickeningTime |
| 272 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 278 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 273 | rdfs:domain ep-well:CementingFluid ; | 279 | rdfs:domain ep-well:CementingFluid ; |
| 274 | rdfs:label "cementing fluid thickening time"^^xsd:string ; | 280 | rdfs:label "cementing fluid thickening time"^^xsd:string ; |
| 275 | rdfs:range ep-core:TimeDuration . | 281 | rdfs:range ep-core:TimeDuration . |
| 276 | 282 | ||
| 283 | +ep-well:chlorideConcentration | ||
| 284 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | ||
| 285 | + rdfs:domain ep-well:Gas ; | ||
| 286 | + rdfs:label "chloride concentration"^^xsd:string ; | ||
| 287 | + rdfs:range ep-core:SpecificMass . | ||
| 288 | + | ||
| 277 | ep-well:coreLength | 289 | ep-well:coreLength |
| 278 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 290 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 279 | rdfs:domain ep-well:RecoveredCore ; | 291 | rdfs:domain ep-well:RecoveredCore ; |
| 280 | rdfs:label "core length"^^xsd:string ; | 292 | rdfs:label "core length"^^xsd:string ; |
| 281 | rdfs:range ep-core:Length . | 293 | rdfs:range ep-core:Length . |
| 282 | 294 | ||
| 283 | ep-well:diameterOfAWellBorePilotHole | 295 | ep-well:diameterOfAWellBorePilotHole |
| 284 | - 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 ; |
| 285 | rdfs:domain ep-well:WellBorePilotHole ; | 297 | rdfs:domain ep-well:WellBorePilotHole ; |
| 286 | rdfs:label "diameter of a wellbore pilot hole"^^xsd:string ; | 298 | rdfs:label "diameter of a wellbore pilot hole"^^xsd:string ; |
| 287 | rdfs:range ep-core:Length . | 299 | rdfs:range ep-core:Length . |
| ... | @@ -293,61 +305,73 @@ ep-well:dominantComponent | ... | @@ -293,61 +305,73 @@ ep-well:dominantComponent |
| 293 | rdfs:range ep-well:FluidComponentType . | 305 | rdfs:range ep-well:FluidComponentType . |
| 294 | 306 | ||
| 295 | ep-well:ethaneConcentration | 307 | ep-well:ethaneConcentration |
| 296 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 308 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 297 | rdfs:domain ep-well:Gas ; | 309 | rdfs:domain ep-well:Gas ; |
| 298 | rdfs:label "ethane concentration"^^xsd:string ; | 310 | rdfs:label "ethane concentration"^^xsd:string ; |
| 299 | rdfs:range ep-core:SpecificVolume . | 311 | rdfs:range ep-core:SpecificVolume . |
| 300 | 312 | ||
| 301 | ep-well:finalBottomHoleMeasuredDepth | 313 | ep-well:finalBottomHoleMeasuredDepth |
| 302 | - 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 ; |
| 303 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 315 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 304 | rdfs:label "final bottom hole measured depth"^^xsd:string ; | 316 | rdfs:label "final bottom hole measured depth"^^xsd:string ; |
| 305 | rdfs:range ep-core:Length . | 317 | rdfs:range ep-core:Length . |
| 306 | 318 | ||
| 307 | ep-well:finalBottomHoleTrueVerticalDepth | 319 | ep-well:finalBottomHoleTrueVerticalDepth |
| 308 | - 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 ; |
| 309 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 321 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 310 | rdfs:label "final bottom hole true vertical depth"^^xsd:string ; | 322 | rdfs:label "final bottom hole true vertical depth"^^xsd:string ; |
| 311 | rdfs:range ep-core:Length . | 323 | rdfs:range ep-core:Length . |
| 312 | 324 | ||
| 313 | ep-well:gasConcentrationHigh | 325 | ep-well:gasConcentrationHigh |
| 314 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 326 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 315 | rdfs:domain ep-well:Fluid ; | 327 | rdfs:domain ep-well:Fluid ; |
| 316 | rdfs:label "gas concentration - high"^^xsd:string ; | 328 | rdfs:label "gas concentration - high"^^xsd:string ; |
| 317 | rdfs:range ep-core:SpecificVolume . | 329 | rdfs:range ep-core:SpecificVolume . |
| 318 | 330 | ||
| 319 | ep-well:gasConcentrationLow | 331 | ep-well:gasConcentrationLow |
| 320 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 332 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 321 | rdfs:domain ep-well:Fluid ; | 333 | rdfs:domain ep-well:Fluid ; |
| 322 | rdfs:label "gas concentration - low"^^xsd:string ; | 334 | rdfs:label "gas concentration - low"^^xsd:string ; |
| 323 | rdfs:range ep-core:SpecificVolume . | 335 | rdfs:range ep-core:SpecificVolume . |
| 324 | 336 | ||
| 337 | +ep-well:gasOilRatio | ||
| 338 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | ||
| 339 | + rdfs:domain ep-well:Fluid ; | ||
| 340 | + rdfs:label "gas oil ratio"^^xsd:string ; | ||
| 341 | + rdfs:range ep-core:SpecificVolume . | ||
| 342 | + | ||
| 325 | ep-well:hasBarrel | 343 | ep-well:hasBarrel |
| 326 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 344 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 327 | rdfs:domain ep-well:RecoveredCore ; | 345 | rdfs:domain ep-well:RecoveredCore ; |
| 328 | rdfs:label "has barrel"^^xsd:string ; | 346 | rdfs:label "has barrel"^^xsd:string ; |
| 329 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> . | 347 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> . |
| 330 | 348 | ||
| 349 | +ep-well:hydrogenSulfideConcentration | ||
| 350 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | ||
| 351 | + rdfs:domain ep-well:Gas ; | ||
| 352 | + rdfs:label "hydrogen sulfide concentration"^^xsd:string ; | ||
| 353 | + rdfs:range ep-core:SpecificMass . | ||
| 354 | + | ||
| 331 | ep-well:inclination | 355 | ep-well:inclination |
| 332 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 356 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 333 | rdfs:domain ep-well:PositionWithinWellBore ; | 357 | rdfs:domain ep-well:PositionWithinWellBore ; |
| 334 | rdfs:label "inclination"^^xsd:string ; | 358 | rdfs:label "inclination"^^xsd:string ; |
| 335 | rdfs:range ep-core:PlaneAngle . | 359 | rdfs:range ep-core:PlaneAngle . |
| 336 | 360 | ||
| 337 | ep-well:initialBottomHoleMeasuredDepth | 361 | ep-well:initialBottomHoleMeasuredDepth |
| 338 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 362 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
| 339 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 363 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 340 | rdfs:label "initial bottom hole measured depth"^^xsd:string ; | 364 | rdfs:label "initial bottom hole measured depth"^^xsd:string ; |
| 341 | rdfs:range ep-core:Length . | 365 | rdfs:range ep-core:Length . |
| 342 | 366 | ||
| 343 | ep-well:isoButaneConcentration | 367 | ep-well:isoButaneConcentration |
| 344 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 368 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 345 | rdfs:domain ep-well:Gas ; | 369 | rdfs:domain ep-well:Gas ; |
| 346 | rdfs:label "iso-Butane concentration"^^xsd:string ; | 370 | rdfs:label "iso-Butane concentration"^^xsd:string ; |
| 347 | rdfs:range ep-core:SpecificVolume . | 371 | rdfs:range ep-core:SpecificVolume . |
| 348 | 372 | ||
| 349 | ep-well:isoPentaneConcentration | 373 | ep-well:isoPentaneConcentration |
| 350 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 374 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 351 | rdfs:domain ep-well:Gas ; | 375 | rdfs:domain ep-well:Gas ; |
| 352 | rdfs:label "iso-Pentane concentration"^^xsd:string ; | 376 | rdfs:label "iso-Pentane concentration"^^xsd:string ; |
| 353 | rdfs:range ep-core:SpecificVolume . | 377 | rdfs:range ep-core:SpecificVolume . |
| ... | @@ -358,91 +382,91 @@ ep-well:lithologyDescription | ... | @@ -358,91 +382,91 @@ ep-well:lithologyDescription |
| 358 | rdfs:label "lithology description"^^xsd:string . | 382 | rdfs:label "lithology description"^^xsd:string . |
| 359 | 383 | ||
| 360 | ep-well:measuredDepth | 384 | ep-well:measuredDepth |
| 361 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 385 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 362 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 386 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
| 363 | rdfs:label "measured depth"^^xsd:string ; | 387 | rdfs:label "measured depth"^^xsd:string ; |
| 364 | rdfs:range ep-core:Length . | 388 | rdfs:range ep-core:Length . |
| 365 | 389 | ||
| 366 | ep-well:measuredDepthOfPlugTop | 390 | ep-well:measuredDepthOfPlugTop |
| 367 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 391 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 368 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 392 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 369 | rdfs:label "measured depth of plug top"^^xsd:string ; | 393 | rdfs:label "measured depth of plug top"^^xsd:string ; |
| 370 | rdfs:range ep-core:Length . | 394 | rdfs:range ep-core:Length . |
| 371 | 395 | ||
| 372 | ep-well:measuredDepthToTheBottomOfAPartOfAWellBore | 396 | ep-well:measuredDepthToTheBottomOfAPartOfAWellBore |
| 373 | - 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 ; |
| 374 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 398 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
| 375 | rdfs:label "measured depth to the bottom of a part of a wellbore"^^xsd:string ; | 399 | rdfs:label "measured depth to the bottom of a part of a wellbore"^^xsd:string ; |
| 376 | rdfs:range ep-core:Length . | 400 | rdfs:range ep-core:Length . |
| 377 | 401 | ||
| 378 | ep-well:measuredDepthToTheTopOfAPartOfAWellBore | 402 | ep-well:measuredDepthToTheTopOfAPartOfAWellBore |
| 379 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 403 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 380 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 404 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
| 381 | rdfs:label "measured depth to the top of a part of a wellbore"^^xsd:string ; | 405 | rdfs:label "measured depth to the top of a part of a wellbore"^^xsd:string ; |
| 382 | rdfs:range ep-core:Length . | 406 | rdfs:range ep-core:Length . |
| 383 | 407 | ||
| 384 | ep-well:methaneConcentration | 408 | ep-well:methaneConcentration |
| 385 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 409 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 386 | rdfs:domain ep-well:Gas ; | 410 | rdfs:domain ep-well:Gas ; |
| 387 | rdfs:label "methane concentration"^^xsd:string ; | 411 | rdfs:label "methane concentration"^^xsd:string ; |
| 388 | rdfs:range ep-core:SpecificVolume . | 412 | rdfs:range ep-core:SpecificVolume . |
| 389 | 413 | ||
| 390 | ep-well:nominalInsideDiameterOfBoreHole | 414 | ep-well:nominalInsideDiameterOfBoreHole |
| 391 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 415 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 392 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 416 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 393 | rdfs:label "nominal inside diameter of borehole"^^xsd:string ; | 417 | rdfs:label "nominal inside diameter of borehole"^^xsd:string ; |
| 394 | rdfs:range ep-core:Length . | 418 | rdfs:range ep-core:Length . |
| 395 | 419 | ||
| 396 | ep-well:norButaneConcentration | 420 | ep-well:norButaneConcentration |
| 397 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 421 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 398 | rdfs:domain ep-well:Gas ; | 422 | rdfs:domain ep-well:Gas ; |
| 399 | rdfs:label "nor-Butane concentration"^^xsd:string ; | 423 | rdfs:label "nor-Butane concentration"^^xsd:string ; |
| 400 | rdfs:range ep-core:SpecificVolume . | 424 | rdfs:range ep-core:SpecificVolume . |
| 401 | 425 | ||
| 402 | ep-well:plannedBottomHoleMeasuredDepth | 426 | ep-well:plannedBottomHoleMeasuredDepth |
| 403 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 427 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 404 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 428 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 405 | rdfs:label "planned bottom hole measured depth"^^xsd:string ; | 429 | rdfs:label "planned bottom hole measured depth"^^xsd:string ; |
| 406 | rdfs:range ep-core:Length . | 430 | rdfs:range ep-core:Length . |
| 407 | 431 | ||
| 408 | ep-well:plannedPilotBottomHoleMeasuredDepth | 432 | ep-well:plannedPilotBottomHoleMeasuredDepth |
| 409 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 433 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 410 | rdfs:domain ep-well:WellBorePilotHole ; | 434 | rdfs:domain ep-well:WellBorePilotHole ; |
| 411 | rdfs:label "planned pilot bottom hole measured depth"^^xsd:string ; | 435 | rdfs:label "planned pilot bottom hole measured depth"^^xsd:string ; |
| 412 | rdfs:range ep-core:Length . | 436 | rdfs:range ep-core:Length . |
| 413 | 437 | ||
| 414 | ep-well:plannedPilotBottomHoleTrueVerticalDepth | 438 | ep-well:plannedPilotBottomHoleTrueVerticalDepth |
| 415 | - 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 ; |
| 416 | rdfs:domain ep-well:WellBorePilotHole ; | 440 | rdfs:domain ep-well:WellBorePilotHole ; |
| 417 | rdfs:label "planned pilot bottom hole true vertical depth"^^xsd:string ; | 441 | rdfs:label "planned pilot bottom hole true vertical depth"^^xsd:string ; |
| 418 | rdfs:range ep-core:Length . | 442 | rdfs:range ep-core:Length . |
| 419 | 443 | ||
| 420 | ep-well:porePressure | 444 | ep-well:porePressure |
| 421 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 445 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 422 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 446 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
| 423 | rdfs:label "pore pressure"^^xsd:string ; | 447 | rdfs:label "pore pressure"^^xsd:string ; |
| 424 | rdfs:range ep-core:Pressure . | 448 | rdfs:range ep-core:Pressure . |
| 425 | 449 | ||
| 426 | ep-well:porePressureEquivalentMudDensity | 450 | ep-well:porePressureEquivalentMudDensity |
| 427 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 451 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 428 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 452 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 429 | rdfs:label "pore pressure - equivalent mud density"^^xsd:string ; | 453 | rdfs:label "pore pressure - equivalent mud density"^^xsd:string ; |
| 430 | rdfs:range ep-core:Density . | 454 | rdfs:range ep-core:Density . |
| 431 | 455 | ||
| 432 | ep-well:propaneConcentration | 456 | ep-well:propaneConcentration |
| 433 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 457 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 434 | rdfs:domain ep-well:Gas ; | 458 | rdfs:domain ep-well:Gas ; |
| 435 | rdfs:label "propane concentration"^^xsd:string ; | 459 | rdfs:label "propane concentration"^^xsd:string ; |
| 436 | rdfs:range ep-core:SpecificVolume . | 460 | rdfs:range ep-core:SpecificVolume . |
| 437 | 461 | ||
| 438 | ep-well:ratioOfCementMixToWater | 462 | ep-well:ratioOfCementMixToWater |
| 439 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 463 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 440 | rdfs:domain ep-well:CementingFluid ; | 464 | rdfs:domain ep-well:CementingFluid ; |
| 441 | rdfs:label "ratio of cement mix to water"^^xsd:string ; | 465 | rdfs:label "ratio of cement mix to water"^^xsd:string ; |
| 442 | rdfs:range ep-core:SpecificVolume . | 466 | rdfs:range ep-core:SpecificVolume . |
| 443 | 467 | ||
| 444 | ep-well:relativeAmountOfCoreRecovered | 468 | ep-well:relativeAmountOfCoreRecovered |
| 445 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 469 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 446 | rdfs:domain ep-well:RecoveredCore ; | 470 | rdfs:domain ep-well:RecoveredCore ; |
| 447 | rdfs:label "relative amount of core recovered"^^xsd:string ; | 471 | rdfs:label "relative amount of core recovered"^^xsd:string ; |
| 448 | rdfs:range ep-core:SpecificVolume . | 472 | rdfs:range ep-core:SpecificVolume . |
| ... | @@ -453,13 +477,13 @@ ep-well:showDescription | ... | @@ -453,13 +477,13 @@ ep-well:showDescription |
| 453 | rdfs:label "show description"^^xsd:string . | 477 | rdfs:label "show description"^^xsd:string . |
| 454 | 478 | ||
| 455 | ep-well:shutInCasingPressure | 479 | ep-well:shutInCasingPressure |
| 456 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 480 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 457 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 481 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 458 | rdfs:label "shut in casing pressure"^^xsd:string ; | 482 | rdfs:label "shut in casing pressure"^^xsd:string ; |
| 459 | rdfs:range ep-core:Pressure . | 483 | rdfs:range ep-core:Pressure . |
| 460 | 484 | ||
| 461 | ep-well:shutInDrillPipePressure | 485 | ep-well:shutInDrillPipePressure |
| 462 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 486 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 463 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 487 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 464 | rdfs:label "shut in drill pipe pressure"^^xsd:string ; | 488 | rdfs:label "shut in drill pipe pressure"^^xsd:string ; |
| 465 | rdfs:range ep-core:Pressure . | 489 | rdfs:range ep-core:Pressure . |
| ... | @@ -470,40 +494,46 @@ ep-well:stratigraphyDescription | ... | @@ -470,40 +494,46 @@ ep-well:stratigraphyDescription |
| 470 | rdfs:label "stratigraphy description"^^xsd:string . | 494 | rdfs:label "stratigraphy description"^^xsd:string . |
| 471 | 495 | ||
| 472 | ep-well:strengthOfRockFormation | 496 | ep-well:strengthOfRockFormation |
| 473 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 497 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 474 | rdfs:domain ep-well:SurroundingRockFormation ; | 498 | rdfs:domain ep-well:SurroundingRockFormation ; |
| 475 | rdfs:label "strength of rock formation"^^xsd:string ; | 499 | rdfs:label "strength of rock formation"^^xsd:string ; |
| 476 | rdfs:range ep-core:StrengthOfRockFormation . | 500 | rdfs:range ep-core:StrengthOfRockFormation . |
| 477 | 501 | ||
| 478 | ep-well:trueVerticalDepth | 502 | ep-well:trueVerticalDepth |
| 479 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 503 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 480 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 504 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
| 481 | rdfs:label "true vertical depth"^^xsd:string ; | 505 | rdfs:label "true vertical depth"^^xsd:string ; |
| 482 | rdfs:range ep-core:Length . | 506 | rdfs:range ep-core:Length . |
| 483 | 507 | ||
| 484 | ep-well:trueVerticalDepthToTheBottomOfAPartOfAWellBore | 508 | ep-well:trueVerticalDepthToTheBottomOfAPartOfAWellBore |
| 485 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 509 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 486 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 510 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
| 487 | rdfs:label "true vertical depth to the bottom of a part of a wellbore"^^xsd:string ; | 511 | rdfs:label "true vertical depth to the bottom of a part of a wellbore"^^xsd:string ; |
| 488 | rdfs:range ep-core:Length . | 512 | rdfs:range ep-core:Length . |
| 489 | 513 | ||
| 490 | ep-well:trueVerticalDepthToTheTopOfAPartOfAWellBore | 514 | ep-well:trueVerticalDepthToTheTopOfAPartOfAWellBore |
| 491 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 515 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 492 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 516 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
| 493 | rdfs:label "true vertical depth to the top of a part of a wellbore"^^xsd:string ; | 517 | rdfs:label "true vertical depth to the top of a part of a wellbore"^^xsd:string ; |
| 494 | rdfs:range ep-core:Length . | 518 | rdfs:range ep-core:Length . |
| 495 | 519 | ||
| 520 | +ep-well:waterOilRatio | ||
| 521 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | ||
| 522 | + rdfs:domain ep-well:Fluid ; | ||
| 523 | + rdfs:label "water oil ratio"^^xsd:string ; | ||
| 524 | + rdfs:range ep-core:SpecificVolume . | ||
| 525 | + | ||
| 496 | ep-well:wellBoreCompletedAt | 526 | ep-well:wellBoreCompletedAt |
| 497 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 527 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 498 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 528 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 499 | rdfs:label "wellbore completed at"^^xsd:string . | 529 | rdfs:label "wellbore completed at"^^xsd:string . |
| 500 | 530 | ||
| 501 | ep-well:wellBorePreSpudAt | 531 | ep-well:wellBorePreSpudAt |
| 502 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 532 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 503 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 533 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 504 | rdfs:label "wellbore pre-spud at"^^xsd:string . | 534 | rdfs:label "wellbore pre-spud at"^^xsd:string . |
| 505 | 535 | ||
| 506 | ep-well:wellBoreSpudAt | 536 | ep-well:wellBoreSpudAt |
| 507 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 537 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 508 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 538 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
| 509 | rdfs:label "wellbore spud at"^^xsd:string . | 539 | rdfs:label "wellbore spud at"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Sat Sep 24 12:37:51 BST 2011 | 1 | +# Saved by TopBraid on Sat Sep 24 18:13: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 |
| ... | @@ -521,12 +521,12 @@ ep-spin-lib:buildURI | ... | @@ -521,12 +521,12 @@ ep-spin-lib:buildURI |
| 521 | ] ; | 521 | ] ; |
| 522 | spin:constraint | 522 | spin:constraint |
| 523 | [ rdf:type spl:Argument ; | 523 | [ rdf:type spl:Argument ; |
| 524 | - spl:predicate sp:arg1 ; | 524 | + spl:predicate sp:arg2 ; |
| 525 | spl:valueType xsd:string | 525 | spl:valueType xsd:string |
| 526 | ] ; | 526 | ] ; |
| 527 | spin:constraint | 527 | spin:constraint |
| 528 | [ rdf:type spl:Argument ; | 528 | [ rdf:type spl:Argument ; |
| 529 | - spl:predicate sp:arg2 ; | 529 | + spl:predicate sp:arg1 ; |
| 530 | spl:valueType xsd:string | 530 | spl:valueType xsd:string |
| 531 | ] . | 531 | ] . |
| 532 | 532 | ||
| ... | @@ -2268,6 +2268,12 @@ ep-spin-lib:selectLengthScale | ... | @@ -2268,6 +2268,12 @@ ep-spin-lib:selectLengthScale |
| 2268 | sp:arg2 ddr:LUM_m | 2268 | sp:arg2 ddr:LUM_m |
| 2269 | ] ; | 2269 | ] ; |
| 2270 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre> ; | 2270 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre> ; |
| 2271 | + sp:arg3 [ rdf:type sp:if ; | ||
| 2272 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2273 | + sp:arg1 spin:_arg1 ; | ||
| 2274 | + sp:arg2 ddr:LUMM_mm | ||
| 2275 | + ] ; | ||
| 2276 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#millimetre> ; | ||
| 2271 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2277 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 2272 | ] | 2278 | ] |
| 2273 | ] | 2279 | ] |
| ... | @@ -2278,6 +2284,7 @@ ep-spin-lib:selectLengthScale | ... | @@ -2278,6 +2284,7 @@ ep-spin-lib:selectLengthScale |
| 2278 | ] | 2284 | ] |
| 2279 | ] | 2285 | ] |
| 2280 | ] | 2286 | ] |
| 2287 | + ] | ||
| 2281 | ] ; | 2288 | ] ; |
| 2282 | sp:variable _:b58 | 2289 | sp:variable _:b58 |
| 2283 | ]) | 2290 | ]) |
| ... | @@ -2549,13 +2556,34 @@ ep-spin-lib:selectPressureTestType | ... | @@ -2549,13 +2556,34 @@ ep-spin-lib:selectPressureTestType |
| 2549 | ]) | 2556 | ]) |
| 2550 | ] . | 2557 | ] . |
| 2551 | 2558 | ||
| 2559 | +ep-spin-lib:selectSpecificMassScale | ||
| 2560 | + rdf:type spin:Function ; | ||
| 2561 | + rdfs:label "select specific mass scale"^^xsd:string ; | ||
| 2562 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
| 2563 | + spin:body | ||
| 2564 | + [ rdf:type sp:Select ; | ||
| 2565 | + sp:resultVariables (_:b66) ; | ||
| 2566 | + sp:where ([ rdf:type sp:Bind ; | ||
| 2567 | + sp:expression | ||
| 2568 | + [ rdf:type sp:if ; | ||
| 2569 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2570 | + sp:arg1 spin:_arg1 ; | ||
| 2571 | + sp:arg2 ddr:UPPM_ppm | ||
| 2572 | + ] ; | ||
| 2573 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#partPerMillion> ; | ||
| 2574 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 2575 | + ] ; | ||
| 2576 | + sp:variable _:b66 | ||
| 2577 | + ]) | ||
| 2578 | + ] . | ||
| 2579 | + | ||
| 2552 | ep-spin-lib:selectSpecificVolumeScale | 2580 | ep-spin-lib:selectSpecificVolumeScale |
| 2553 | rdf:type spin:Function ; | 2581 | rdf:type spin:Function ; |
| 2554 | rdfs:label "select specific volume scale"^^xsd:string ; | 2582 | rdfs:label "select specific volume scale"^^xsd:string ; |
| 2555 | rdfs:subClassOf ep-spin-lib:Function ; | 2583 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2556 | spin:body | 2584 | spin:body |
| 2557 | [ rdf:type sp:Select ; | 2585 | [ rdf:type sp:Select ; |
| 2558 | - sp:resultVariables (_:b66) ; | 2586 | + sp:resultVariables (_:b67) ; |
| 2559 | sp:where ([ rdf:type sp:Bind ; | 2587 | sp:where ([ rdf:type sp:Bind ; |
| 2560 | sp:expression | 2588 | sp:expression |
| 2561 | [ rdf:type sp:if ; | 2589 | [ rdf:type sp:if ; |
| ... | @@ -2600,6 +2628,12 @@ ep-spin-lib:selectSpecificVolumeScale | ... | @@ -2600,6 +2628,12 @@ ep-spin-lib:selectSpecificVolumeScale |
| 2600 | sp:arg2 ddr:VPVU_ | 2628 | sp:arg2 ddr:VPVU_ |
| 2601 | ] ; | 2629 | ] ; |
| 2602 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#perCentByVolume> ; | 2630 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#perCentByVolume> ; |
| 2631 | + sp:arg3 [ rdf:type sp:if ; | ||
| 2632 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2633 | + sp:arg1 spin:_arg1 ; | ||
| 2634 | + sp:arg2 ddr:VPVUCMPCM_m3m3 | ||
| 2635 | + ] ; | ||
| 2636 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | ||
| 2603 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2637 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 2604 | ] | 2638 | ] |
| 2605 | ] | 2639 | ] |
| ... | @@ -2607,8 +2641,9 @@ ep-spin-lib:selectSpecificVolumeScale | ... | @@ -2607,8 +2641,9 @@ ep-spin-lib:selectSpecificVolumeScale |
| 2607 | ] | 2641 | ] |
| 2608 | ] | 2642 | ] |
| 2609 | ] | 2643 | ] |
| 2644 | + ] | ||
| 2610 | ] ; | 2645 | ] ; |
| 2611 | - sp:variable _:b66 | 2646 | + sp:variable _:b67 |
| 2612 | ]) | 2647 | ]) |
| 2613 | ] . | 2648 | ] . |
| 2614 | 2649 | ||
| ... | @@ -2618,7 +2653,7 @@ ep-spin-lib:selectSpeedScale | ... | @@ -2618,7 +2653,7 @@ ep-spin-lib:selectSpeedScale |
| 2618 | rdfs:subClassOf ep-spin-lib:Function ; | 2653 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2619 | spin:body | 2654 | spin:body |
| 2620 | [ rdf:type sp:Select ; | 2655 | [ rdf:type sp:Select ; |
| 2621 | - sp:resultVariables (_:b67) ; | 2656 | + sp:resultVariables (_:b68) ; |
| 2622 | sp:where ([ rdf:type sp:Bind ; | 2657 | sp:where ([ rdf:type sp:Bind ; |
| 2623 | sp:expression | 2658 | sp:expression |
| 2624 | [ rdf:type sp:if ; | 2659 | [ rdf:type sp:if ; |
| ... | @@ -2629,7 +2664,7 @@ ep-spin-lib:selectSpeedScale | ... | @@ -2629,7 +2664,7 @@ ep-spin-lib:selectSpeedScale |
| 2629 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_hour-1> ; | 2664 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_hour-1> ; |
| 2630 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2665 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 2631 | ] ; | 2666 | ] ; |
| 2632 | - sp:variable _:b67 | 2667 | + sp:variable _:b68 |
| 2633 | ]) | 2668 | ]) |
| 2634 | ] . | 2669 | ] . |
| 2635 | 2670 | ||
| ... | @@ -2639,7 +2674,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale | ... | @@ -2639,7 +2674,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale |
| 2639 | rdfs:subClassOf ep-spin-lib:Function ; | 2674 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2640 | spin:body | 2675 | spin:body |
| 2641 | [ rdf:type sp:Select ; | 2676 | [ rdf:type sp:Select ; |
| 2642 | - sp:resultVariables (_:b68) ; | 2677 | + sp:resultVariables (_:b69) ; |
| 2643 | sp:where ([ rdf:type sp:Bind ; | 2678 | sp:where ([ rdf:type sp:Bind ; |
| 2644 | sp:expression | 2679 | sp:expression |
| 2645 | [ rdf:type sp:if ; | 2680 | [ rdf:type sp:if ; |
| ... | @@ -2657,7 +2692,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale | ... | @@ -2657,7 +2692,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale |
| 2657 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2692 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 2658 | ] | 2693 | ] |
| 2659 | ] ; | 2694 | ] ; |
| 2660 | - sp:variable _:b68 | 2695 | + sp:variable _:b69 |
| 2661 | ]) | 2696 | ]) |
| 2662 | ] . | 2697 | ] . |
| 2663 | 2698 | ||
| ... | @@ -2667,7 +2702,7 @@ ep-spin-lib:selectTemperatureScale | ... | @@ -2667,7 +2702,7 @@ ep-spin-lib:selectTemperatureScale |
| 2667 | rdfs:subClassOf ep-spin-lib:Function ; | 2702 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2668 | spin:body | 2703 | spin:body |
| 2669 | [ rdf:type sp:Select ; | 2704 | [ rdf:type sp:Select ; |
| 2670 | - sp:resultVariables (_:b69) ; | 2705 | + sp:resultVariables (_:b70) ; |
| 2671 | sp:where ([ rdf:type sp:Bind ; | 2706 | sp:where ([ rdf:type sp:Bind ; |
| 2672 | sp:expression | 2707 | sp:expression |
| 2673 | [ rdf:type sp:if ; | 2708 | [ rdf:type sp:if ; |
| ... | @@ -2678,7 +2713,7 @@ ep-spin-lib:selectTemperatureScale | ... | @@ -2678,7 +2713,7 @@ ep-spin-lib:selectTemperatureScale |
| 2678 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ; | 2713 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ; |
| 2679 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2714 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 2680 | ] ; | 2715 | ] ; |
| 2681 | - sp:variable _:b69 | 2716 | + sp:variable _:b70 |
| 2682 | ]) | 2717 | ]) |
| 2683 | ] . | 2718 | ] . |
| 2684 | 2719 | ||
| ... | @@ -2688,7 +2723,7 @@ ep-spin-lib:selectTimeDurationScale | ... | @@ -2688,7 +2723,7 @@ ep-spin-lib:selectTimeDurationScale |
| 2688 | rdfs:subClassOf ep-spin-lib:Function ; | 2723 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2689 | spin:body | 2724 | spin:body |
| 2690 | [ rdf:type sp:Select ; | 2725 | [ rdf:type sp:Select ; |
| 2691 | - sp:resultVariables (_:b70) ; | 2726 | + sp:resultVariables (_:b71) ; |
| 2692 | sp:where ([ rdf:type sp:Bind ; | 2727 | sp:where ([ rdf:type sp:Bind ; |
| 2693 | sp:expression | 2728 | sp:expression |
| 2694 | [ rdf:type sp:if ; | 2729 | [ rdf:type sp:if ; |
| ... | @@ -2734,7 +2769,7 @@ ep-spin-lib:selectTimeDurationScale | ... | @@ -2734,7 +2769,7 @@ ep-spin-lib:selectTimeDurationScale |
| 2734 | ] | 2769 | ] |
| 2735 | ] | 2770 | ] |
| 2736 | ] ; | 2771 | ] ; |
| 2737 | - sp:variable _:b70 | 2772 | + sp:variable _:b71 |
| 2738 | ]) | 2773 | ]) |
| 2739 | ] . | 2774 | ] . |
| 2740 | 2775 | ||
| ... | @@ -2744,7 +2779,7 @@ ep-spin-lib:selectTubeType | ... | @@ -2744,7 +2779,7 @@ ep-spin-lib:selectTubeType |
| 2744 | rdfs:subClassOf ep-spin-lib:Function ; | 2779 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2745 | spin:body | 2780 | spin:body |
| 2746 | [ rdf:type sp:Select ; | 2781 | [ rdf:type sp:Select ; |
| 2747 | - sp:resultVariables (_:b71) ; | 2782 | + sp:resultVariables (_:b72) ; |
| 2748 | sp:where ([ rdf:type sp:Bind ; | 2783 | sp:where ([ rdf:type sp:Bind ; |
| 2749 | sp:expression | 2784 | sp:expression |
| 2750 | [ rdf:type sp:if ; | 2785 | [ rdf:type sp:if ; |
| ... | @@ -2769,7 +2804,7 @@ ep-spin-lib:selectTubeType | ... | @@ -2769,7 +2804,7 @@ ep-spin-lib:selectTubeType |
| 2769 | ] | 2804 | ] |
| 2770 | ] | 2805 | ] |
| 2771 | ] ; | 2806 | ] ; |
| 2772 | - sp:variable _:b71 | 2807 | + sp:variable _:b72 |
| 2773 | ]) | 2808 | ]) |
| 2774 | ] . | 2809 | ] . |
| 2775 | 2810 | ||
| ... | @@ -2779,7 +2814,7 @@ ep-spin-lib:selectVolumeScale | ... | @@ -2779,7 +2814,7 @@ ep-spin-lib:selectVolumeScale |
| 2779 | rdfs:subClassOf ep-spin-lib:Function ; | 2814 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2780 | spin:body | 2815 | spin:body |
| 2781 | [ rdf:type sp:Select ; | 2816 | [ rdf:type sp:Select ; |
| 2782 | - sp:resultVariables (_:b72) ; | 2817 | + sp:resultVariables (_:b73) ; |
| 2783 | sp:where ([ rdf:type sp:Bind ; | 2818 | sp:where ([ rdf:type sp:Bind ; |
| 2784 | sp:expression | 2819 | sp:expression |
| 2785 | [ rdf:type sp:if ; | 2820 | [ rdf:type sp:if ; |
| ... | @@ -2794,10 +2829,38 @@ ep-spin-lib:selectVolumeScale | ... | @@ -2794,10 +2829,38 @@ ep-spin-lib:selectVolumeScale |
| 2794 | sp:arg2 ddr:VUCDM_dm3 | 2829 | sp:arg2 ddr:VUCDM_dm3 |
| 2795 | ] ; | 2830 | ] ; |
| 2796 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#decimetre3> ; | 2831 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#decimetre3> ; |
| 2832 | + sp:arg3 [ rdf:type sp:if ; | ||
| 2833 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2834 | + sp:arg1 spin:_arg1 ; | ||
| 2835 | + sp:arg2 ddr:VMUMCM_Mm3 | ||
| 2836 | + ] ; | ||
| 2837 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#million_metre3> ; | ||
| 2797 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 2838 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 2798 | ] | 2839 | ] |
| 2840 | + ] | ||
| 2799 | ] ; | 2841 | ] ; |
| 2800 | - sp:variable _:b72 | 2842 | + sp:variable _:b73 |
| 2843 | + ]) | ||
| 2844 | + ] . | ||
| 2845 | + | ||
| 2846 | +ep-spin-lib:selectVolumetricFlowRateScale | ||
| 2847 | + rdf:type spin:Function ; | ||
| 2848 | + rdfs:label "select volumetric flow rate scale"^^xsd:string ; | ||
| 2849 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
| 2850 | + spin:body | ||
| 2851 | + [ rdf:type sp:Select ; | ||
| 2852 | + sp:resultVariables (_:b74) ; | ||
| 2853 | + sp:where ([ rdf:type sp:Bind ; | ||
| 2854 | + sp:expression | ||
| 2855 | + [ rdf:type sp:if ; | ||
| 2856 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2857 | + sp:arg1 spin:_arg1 ; | ||
| 2858 | + sp:arg2 ddr:VFRUMCMPD_Mm3d | ||
| 2859 | + ] ; | ||
| 2860 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#million_metre3_day-1> ; | ||
| 2861 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 2862 | + ] ; | ||
| 2863 | + sp:variable _:b74 | ||
| 2801 | ]) | 2864 | ]) |
| 2802 | ] . | 2865 | ] . |
| 2803 | 2866 | ||
| ... | @@ -2807,7 +2870,7 @@ ep-spin-lib:selectWellBoreDrillingType | ... | @@ -2807,7 +2870,7 @@ ep-spin-lib:selectWellBoreDrillingType |
| 2807 | rdfs:subClassOf ep-spin-lib:Function ; | 2870 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2808 | spin:body | 2871 | spin:body |
| 2809 | [ rdf:type sp:Select ; | 2872 | [ rdf:type sp:Select ; |
| 2810 | - sp:resultVariables (_:b73) ; | 2873 | + sp:resultVariables (_:b75) ; |
| 2811 | sp:where ([ rdf:type sp:Bind ; | 2874 | sp:where ([ rdf:type sp:Bind ; |
| 2812 | sp:expression | 2875 | sp:expression |
| 2813 | [ rdf:type sp:if ; | 2876 | [ rdf:type sp:if ; |
| ... | @@ -2853,7 +2916,7 @@ ep-spin-lib:selectWellBoreDrillingType | ... | @@ -2853,7 +2916,7 @@ ep-spin-lib:selectWellBoreDrillingType |
| 2853 | ] | 2916 | ] |
| 2854 | ] | 2917 | ] |
| 2855 | ] ; | 2918 | ] ; |
| 2856 | - sp:variable _:b73 | 2919 | + sp:variable _:b75 |
| 2857 | ]) | 2920 | ]) |
| 2858 | ] . | 2921 | ] . |
| 2859 | 2922 | ||
| ... | @@ -2863,7 +2926,7 @@ ep-spin-lib:selectWellBoreHphtType | ... | @@ -2863,7 +2926,7 @@ ep-spin-lib:selectWellBoreHphtType |
| 2863 | rdfs:subClassOf ep-spin-lib:Function ; | 2926 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2864 | spin:body | 2927 | spin:body |
| 2865 | [ rdf:type sp:Select ; | 2928 | [ rdf:type sp:Select ; |
| 2866 | - sp:resultVariables (_:b74) ; | 2929 | + sp:resultVariables (_:b76) ; |
| 2867 | sp:where ([ rdf:type sp:Bind ; | 2930 | sp:where ([ rdf:type sp:Bind ; |
| 2868 | sp:expression | 2931 | sp:expression |
| 2869 | [ rdf:type sp:if ; | 2932 | [ rdf:type sp:if ; |
| ... | @@ -2874,7 +2937,7 @@ ep-spin-lib:selectWellBoreHphtType | ... | @@ -2874,7 +2937,7 @@ ep-spin-lib:selectWellBoreHphtType |
| 2874 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ; | 2937 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ; |
| 2875 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore> | 2938 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore> |
| 2876 | ] ; | 2939 | ] ; |
| 2877 | - sp:variable _:b74 | 2940 | + sp:variable _:b76 |
| 2878 | ]) | 2941 | ]) |
| 2879 | ] . | 2942 | ] . |
| 2880 | 2943 | ||
| ... | @@ -2884,7 +2947,7 @@ ep-spin-lib:selectWellBoreTightnessType | ... | @@ -2884,7 +2947,7 @@ ep-spin-lib:selectWellBoreTightnessType |
| 2884 | rdfs:subClassOf ep-spin-lib:Function ; | 2947 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2885 | spin:body | 2948 | spin:body |
| 2886 | [ rdf:type sp:Select ; | 2949 | [ rdf:type sp:Select ; |
| 2887 | - sp:resultVariables (_:b75) ; | 2950 | + sp:resultVariables (_:b77) ; |
| 2888 | sp:where ([ rdf:type sp:Bind ; | 2951 | sp:where ([ rdf:type sp:Bind ; |
| 2889 | sp:expression | 2952 | sp:expression |
| 2890 | [ rdf:type sp:if ; | 2953 | [ rdf:type sp:if ; |
| ... | @@ -2895,7 +2958,7 @@ ep-spin-lib:selectWellBoreTightnessType | ... | @@ -2895,7 +2958,7 @@ ep-spin-lib:selectWellBoreTightnessType |
| 2895 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ; | 2958 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ; |
| 2896 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore> | 2959 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore> |
| 2897 | ] ; | 2960 | ] ; |
| 2898 | - sp:variable _:b75 | 2961 | + sp:variable _:b77 |
| 2899 | ]) | 2962 | ]) |
| 2900 | ] . | 2963 | ] . |
| 2901 | 2964 | ||
| ... | @@ -2905,7 +2968,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType | ... | @@ -2905,7 +2968,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType |
| 2905 | rdfs:subClassOf ep-spin-lib:Function ; | 2968 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2906 | spin:body | 2969 | spin:body |
| 2907 | [ rdf:type sp:Select ; | 2970 | [ rdf:type sp:Select ; |
| 2908 | - sp:resultVariables (_:b76) ; | 2971 | + sp:resultVariables (_:b78) ; |
| 2909 | sp:where ([ rdf:type sp:Bind ; | 2972 | sp:where ([ rdf:type sp:Bind ; |
| 2910 | sp:expression | 2973 | sp:expression |
| 2911 | [ rdf:type sp:if ; | 2974 | [ rdf:type sp:if ; |
| ... | @@ -2916,7 +2979,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType | ... | @@ -2916,7 +2979,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType |
| 2916 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ; | 2979 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ; |
| 2917 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug> | 2980 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug> |
| 2918 | ] ; | 2981 | ] ; |
| 2919 | - sp:variable _:b76 | 2982 | + sp:variable _:b78 |
| 2920 | ]) | 2983 | ]) |
| 2921 | ] . | 2984 | ] . |
| 2922 | 2985 | ||
| ... | @@ -2926,7 +2989,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType | ... | @@ -2926,7 +2989,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType |
| 2926 | rdfs:subClassOf ep-spin-lib:Function ; | 2989 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2927 | spin:body | 2990 | spin:body |
| 2928 | [ rdf:type sp:Select ; | 2991 | [ rdf:type sp:Select ; |
| 2929 | - sp:resultVariables (_:b77) ; | 2992 | + sp:resultVariables (_:b79) ; |
| 2930 | sp:where ([ rdf:type sp:Bind ; | 2993 | sp:where ([ rdf:type sp:Bind ; |
| 2931 | sp:expression | 2994 | sp:expression |
| 2932 | [ rdf:type sp:if ; | 2995 | [ rdf:type sp:if ; |
| ... | @@ -2937,7 +3000,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType | ... | @@ -2937,7 +3000,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType |
| 2937 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ; | 3000 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ; |
| 2938 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation> | 3001 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation> |
| 2939 | ] ; | 3002 | ] ; |
| 2940 | - sp:variable _:b77 | 3003 | + sp:variable _:b79 |
| 2941 | ]) | 3004 | ]) |
| 2942 | ] . | 3005 | ] . |
| 2943 | 3006 | ||
| ... | @@ -2947,7 +3010,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType | ... | @@ -2947,7 +3010,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType |
| 2947 | rdfs:subClassOf ep-spin-lib:Function ; | 3010 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2948 | spin:body | 3011 | spin:body |
| 2949 | [ rdf:type sp:Select ; | 3012 | [ rdf:type sp:Select ; |
| 2950 | - sp:resultVariables (_:b78) ; | 3013 | + sp:resultVariables (_:b80) ; |
| 2951 | sp:where ([ rdf:type sp:Bind ; | 3014 | sp:where ([ rdf:type sp:Bind ; |
| 2952 | sp:expression | 3015 | sp:expression |
| 2953 | [ rdf:type sp:if ; | 3016 | [ rdf:type sp:if ; |
| ... | @@ -2958,7 +3021,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType | ... | @@ -2958,7 +3021,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType |
| 2958 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ; | 3021 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ; |
| 2959 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation> | 3022 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation> |
| 2960 | ] ; | 3023 | ] ; |
| 2961 | - sp:variable _:b78 | 3024 | + sp:variable _:b80 |
| 2962 | ]) | 3025 | ]) |
| 2963 | ] . | 3026 | ] . |
| 2964 | 3027 | ||
| ... | @@ -2968,7 +3031,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType | ... | @@ -2968,7 +3031,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType |
| 2968 | rdfs:subClassOf ep-spin-lib:Function ; | 3031 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2969 | spin:body | 3032 | spin:body |
| 2970 | [ rdf:type sp:Select ; | 3033 | [ rdf:type sp:Select ; |
| 2971 | - sp:resultVariables (_:b79) ; | 3034 | + sp:resultVariables (_:b81) ; |
| 2972 | sp:where ([ rdf:type sp:Bind ; | 3035 | sp:where ([ rdf:type sp:Bind ; |
| 2973 | sp:expression | 3036 | sp:expression |
| 2974 | [ rdf:type sp:if ; | 3037 | [ rdf:type sp:if ; |
| ... | @@ -2979,7 +3042,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType | ... | @@ -2979,7 +3042,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType |
| 2979 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ; | 3042 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ; |
| 2980 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding> | 3043 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding> |
| 2981 | ] ; | 3044 | ] ; |
| 2982 | - sp:variable _:b79 | 3045 | + sp:variable _:b81 |
| 2983 | ]) | 3046 | ]) |
| 2984 | ] . | 3047 | ] . |
| 2985 | 3048 | ||
| ... | @@ -2989,7 +3052,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType | ... | @@ -2989,7 +3052,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType |
| 2989 | rdfs:subClassOf ep-spin-lib:Function ; | 3052 | rdfs:subClassOf ep-spin-lib:Function ; |
| 2990 | spin:body | 3053 | spin:body |
| 2991 | [ rdf:type sp:Select ; | 3054 | [ rdf:type sp:Select ; |
| 2992 | - sp:resultVariables (_:b80) ; | 3055 | + sp:resultVariables (_:b82) ; |
| 2993 | sp:where ([ rdf:type sp:Bind ; | 3056 | sp:where ([ rdf:type sp:Bind ; |
| 2994 | sp:expression | 3057 | sp:expression |
| 2995 | [ rdf:type sp:if ; | 3058 | [ rdf:type sp:if ; |
| ... | @@ -3000,7 +3063,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType | ... | @@ -3000,7 +3063,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType |
| 3000 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ; | 3063 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ; |
| 3001 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping> | 3064 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping> |
| 3002 | ] ; | 3065 | ] ; |
| 3003 | - sp:variable _:b80 | 3066 | + sp:variable _:b82 |
| 3004 | ]) | 3067 | ]) |
| 3005 | ] . | 3068 | ] . |
| 3006 | 3069 | ||
| ... | @@ -3010,7 +3073,7 @@ ep-spin-lib:selectWellCementJobTopPlugType | ... | @@ -3010,7 +3073,7 @@ ep-spin-lib:selectWellCementJobTopPlugType |
| 3010 | rdfs:subClassOf ep-spin-lib:Function ; | 3073 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3011 | spin:body | 3074 | spin:body |
| 3012 | [ rdf:type sp:Select ; | 3075 | [ rdf:type sp:Select ; |
| 3013 | - sp:resultVariables (_:b81) ; | 3076 | + sp:resultVariables (_:b83) ; |
| 3014 | sp:where ([ rdf:type sp:Bind ; | 3077 | sp:where ([ rdf:type sp:Bind ; |
| 3015 | sp:expression | 3078 | sp:expression |
| 3016 | [ rdf:type sp:if ; | 3079 | [ rdf:type sp:if ; |
| ... | @@ -3021,7 +3084,7 @@ ep-spin-lib:selectWellCementJobTopPlugType | ... | @@ -3021,7 +3084,7 @@ ep-spin-lib:selectWellCementJobTopPlugType |
| 3021 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ; | 3084 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ; |
| 3022 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug> | 3085 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug> |
| 3023 | ] ; | 3086 | ] ; |
| 3024 | - sp:variable _:b81 | 3087 | + sp:variable _:b83 |
| 3025 | ]) | 3088 | ]) |
| 3026 | ] . | 3089 | ] . |
| 3027 | 3090 | ||
| ... | @@ -3031,7 +3094,7 @@ ep-spin-lib:selectWellCementJobType | ... | @@ -3031,7 +3094,7 @@ ep-spin-lib:selectWellCementJobType |
| 3031 | rdfs:subClassOf ep-spin-lib:Function ; | 3094 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3032 | spin:body | 3095 | spin:body |
| 3033 | [ rdf:type sp:Select ; | 3096 | [ rdf:type sp:Select ; |
| 3034 | - sp:resultVariables (_:b82) ; | 3097 | + sp:resultVariables (_:b84) ; |
| 3035 | sp:where ([ rdf:type sp:Bind ; | 3098 | sp:where ([ rdf:type sp:Bind ; |
| 3036 | sp:expression | 3099 | sp:expression |
| 3037 | [ rdf:type sp:if ; | 3100 | [ rdf:type sp:if ; |
| ... | @@ -3063,7 +3126,7 @@ ep-spin-lib:selectWellCementJobType | ... | @@ -3063,7 +3126,7 @@ ep-spin-lib:selectWellCementJobType |
| 3063 | ] | 3126 | ] |
| 3064 | ] | 3127 | ] |
| 3065 | ] ; | 3128 | ] ; |
| 3066 | - sp:variable _:b82 | 3129 | + sp:variable _:b84 |
| 3067 | ]) | 3130 | ]) |
| 3068 | ] . | 3131 | ] . |
| 3069 | 3132 | ||
| ... | @@ -3073,7 +3136,7 @@ ep-spin-lib:selectWellControlIncidentType | ... | @@ -3073,7 +3136,7 @@ ep-spin-lib:selectWellControlIncidentType |
| 3073 | rdfs:subClassOf ep-spin-lib:Function ; | 3136 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3074 | spin:body | 3137 | spin:body |
| 3075 | [ rdf:type sp:Select ; | 3138 | [ rdf:type sp:Select ; |
| 3076 | - sp:resultVariables (_:b83) ; | 3139 | + sp:resultVariables (_:b85) ; |
| 3077 | sp:where ([ rdf:type sp:Bind ; | 3140 | sp:where ([ rdf:type sp:Bind ; |
| 3078 | sp:expression | 3141 | sp:expression |
| 3079 | [ rdf:type sp:if ; | 3142 | [ rdf:type sp:if ; |
| ... | @@ -3105,7 +3168,7 @@ ep-spin-lib:selectWellControlIncidentType | ... | @@ -3105,7 +3168,7 @@ ep-spin-lib:selectWellControlIncidentType |
| 3105 | ] | 3168 | ] |
| 3106 | ] | 3169 | ] |
| 3107 | ] ; | 3170 | ] ; |
| 3108 | - sp:variable _:b83 | 3171 | + sp:variable _:b85 |
| 3109 | ]) | 3172 | ]) |
| 3110 | ] . | 3173 | ] . |
| 3111 | 3174 | ||
| ... | @@ -3115,7 +3178,7 @@ ep-spin-lib:selectWellKillingType | ... | @@ -3115,7 +3178,7 @@ ep-spin-lib:selectWellKillingType |
| 3115 | rdfs:subClassOf ep-spin-lib:Function ; | 3178 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3116 | spin:body | 3179 | spin:body |
| 3117 | [ rdf:type sp:Select ; | 3180 | [ rdf:type sp:Select ; |
| 3118 | - sp:resultVariables (_:b84) ; | 3181 | + sp:resultVariables (_:b86) ; |
| 3119 | sp:where ([ rdf:type sp:Bind ; | 3182 | sp:where ([ rdf:type sp:Bind ; |
| 3120 | sp:expression | 3183 | sp:expression |
| 3121 | [ rdf:type sp:if ; | 3184 | [ rdf:type sp:if ; |
| ... | @@ -3161,7 +3224,7 @@ ep-spin-lib:selectWellKillingType | ... | @@ -3161,7 +3224,7 @@ ep-spin-lib:selectWellKillingType |
| 3161 | ] | 3224 | ] |
| 3162 | ] | 3225 | ] |
| 3163 | ] ; | 3226 | ] ; |
| 3164 | - sp:variable _:b84 | 3227 | + sp:variable _:b86 |
| 3165 | ]) | 3228 | ]) |
| 3166 | ] . | 3229 | ] . |
| 3167 | 3230 | ||
| ... | @@ -3171,25 +3234,25 @@ ep-spin-lib:selectWellTestType | ... | @@ -3171,25 +3234,25 @@ ep-spin-lib:selectWellTestType |
| 3171 | rdfs:subClassOf ep-spin-lib:Function ; | 3234 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3172 | spin:body | 3235 | spin:body |
| 3173 | [ rdf:type sp:Select ; | 3236 | [ rdf:type sp:Select ; |
| 3174 | - sp:resultVariables (_:b85) ; | 3237 | + sp:resultVariables (_:b87) ; |
| 3175 | sp:where ([ rdf:type sp:Bind ; | 3238 | sp:where ([ rdf:type sp:Bind ; |
| 3176 | sp:expression | 3239 | sp:expression |
| 3177 | [ rdf:type sp:if ; | 3240 | [ rdf:type sp:if ; |
| 3178 | sp:arg1 [ rdf:type sp:eq ; | 3241 | sp:arg1 [ rdf:type sp:eq ; |
| 3179 | sp:arg1 spin:_arg1 ; | 3242 | sp:arg1 spin:_arg1 ; |
| 3180 | - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#WT_drillstemtest> | 3243 | + sp:arg2 ddr:WTT_drillstemtest |
| 3181 | ] ; | 3244 | ] ; |
| 3182 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#DrillStemTest> ; | 3245 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#DrillStemTest> ; |
| 3183 | sp:arg3 [ rdf:type sp:if ; | 3246 | sp:arg3 [ rdf:type sp:if ; |
| 3184 | sp:arg1 [ rdf:type sp:eq ; | 3247 | sp:arg1 [ rdf:type sp:eq ; |
| 3185 | sp:arg1 spin:_arg1 ; | 3248 | sp:arg1 spin:_arg1 ; |
| 3186 | - sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#WT_productiontest> | 3249 | + sp:arg2 ddr:WTT_productiontest |
| 3187 | ] ; | 3250 | ] ; |
| 3188 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#ProductionTest> ; | 3251 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#ProductionTest> ; |
| 3189 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest> | 3252 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest> |
| 3190 | ] | 3253 | ] |
| 3191 | ] ; | 3254 | ] ; |
| 3192 | - sp:variable _:b85 | 3255 | + sp:variable _:b87 |
| 3193 | ]) | 3256 | ]) |
| 3194 | ] . | 3257 | ] . |
| 3195 | 3258 | ||
| ... | @@ -3199,7 +3262,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType | ... | @@ -3199,7 +3262,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType |
| 3199 | rdfs:subClassOf ep-spin-lib:Function ; | 3262 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3200 | spin:body | 3263 | spin:body |
| 3201 | [ rdf:type sp:Select ; | 3264 | [ rdf:type sp:Select ; |
| 3202 | - sp:resultVariables (_:b86) ; | 3265 | + sp:resultVariables (_:b88) ; |
| 3203 | sp:where ([ rdf:type sp:Bind ; | 3266 | sp:where ([ rdf:type sp:Bind ; |
| 3204 | sp:expression | 3267 | sp:expression |
| 3205 | [ rdf:type sp:if ; | 3268 | [ rdf:type sp:if ; |
| ... | @@ -3210,7 +3273,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType | ... | @@ -3210,7 +3273,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType |
| 3210 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ; | 3273 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ; |
| 3211 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal> | 3274 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal> |
| 3212 | ] ; | 3275 | ] ; |
| 3213 | - sp:variable _:b86 | 3276 | + sp:variable _:b88 |
| 3214 | ]) | 3277 | ]) |
| 3215 | ] . | 3278 | ] . |
| 3216 | 3279 | ||
| ... | @@ -3220,7 +3283,7 @@ ep-spin-lib:selectYieldPointScale | ... | @@ -3220,7 +3283,7 @@ ep-spin-lib:selectYieldPointScale |
| 3220 | rdfs:subClassOf ep-spin-lib:Function ; | 3283 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3221 | spin:body | 3284 | spin:body |
| 3222 | [ rdf:type sp:Select ; | 3285 | [ rdf:type sp:Select ; |
| 3223 | - sp:resultVariables (_:b87) ; | 3286 | + sp:resultVariables (_:b89) ; |
| 3224 | sp:where ([ rdf:type sp:Bind ; | 3287 | sp:where ([ rdf:type sp:Bind ; |
| 3225 | sp:expression | 3288 | sp:expression |
| 3226 | [ rdf:type sp:if ; | 3289 | [ rdf:type sp:if ; |
| ... | @@ -3245,7 +3308,7 @@ ep-spin-lib:selectYieldPointScale | ... | @@ -3245,7 +3308,7 @@ ep-spin-lib:selectYieldPointScale |
| 3245 | ] | 3308 | ] |
| 3246 | ] | 3309 | ] |
| 3247 | ] ; | 3310 | ] ; |
| 3248 | - sp:variable _:b87 | 3311 | + sp:variable _:b89 |
| 3249 | ]) | 3312 | ]) |
| 3250 | ] . | 3313 | ] . |
| 3251 | 3314 | ||
| ... | @@ -3254,75 +3317,63 @@ ddr:TTUC_Enumeration_1 | ... | @@ -3254,75 +3317,63 @@ ddr:TTUC_Enumeration_1 |
| 3254 | rdfs:label "Enumeration"^^xsd:string ; | 3317 | rdfs:label "Enumeration"^^xsd:string ; |
| 3255 | dtype:value ddr:TTUC_degC . | 3318 | dtype:value ddr:TTUC_degC . |
| 3256 | 3319 | ||
| 3257 | -_:b62 | 3320 | +_:b89 |
| 3258 | - sp:varName "plasticViscosityScale"^^xsd:string . | ||
| 3259 | - | ||
| 3260 | -_:b87 | ||
| 3261 | sp:varName "yieldPointScale"^^xsd:string . | 3321 | sp:varName "yieldPointScale"^^xsd:string . |
| 3262 | 3322 | ||
| 3263 | -_:b86 | 3323 | +_:b88 |
| 3264 | sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . | 3324 | sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . |
| 3265 | 3325 | ||
| 3266 | -_:b85 | 3326 | +_:b86 |
| 3267 | - sp:varName "wellTestType"^^xsd:string . | ||
| 3268 | - | ||
| 3269 | -_:b84 | ||
| 3270 | sp:varName "wellKillingType"^^xsd:string . | 3327 | sp:varName "wellKillingType"^^xsd:string . |
| 3271 | 3328 | ||
| 3272 | -_:b83 | 3329 | +_:b85 |
| 3273 | sp:varName "wellControlIncidentType"^^xsd:string . | 3330 | sp:varName "wellControlIncidentType"^^xsd:string . |
| 3274 | 3331 | ||
| 3275 | -_:b82 | 3332 | +_:b84 |
| 3276 | sp:varName "wellCementJobType"^^xsd:string . | 3333 | sp:varName "wellCementJobType"^^xsd:string . |
| 3277 | 3334 | ||
| 3278 | -_:b81 | 3335 | +_:b83 |
| 3279 | sp:varName "wellCementJobTopPlugType"^^xsd:string . | 3336 | sp:varName "wellCementJobTopPlugType"^^xsd:string . |
| 3280 | 3337 | ||
| 3281 | -_:b80 | 3338 | +_:b82 |
| 3282 | sp:varName "wellCementJobPlugBumpingType"^^xsd:string . | 3339 | sp:varName "wellCementJobPlugBumpingType"^^xsd:string . |
| 3283 | 3340 | ||
| 3284 | -_:b79 | 3341 | +_:b81 |
| 3285 | sp:varName "wellCementJobFloatHoldingType"^^xsd:string . | 3342 | sp:varName "wellCementJobFloatHoldingType"^^xsd:string . |
| 3286 | 3343 | ||
| 3287 | -_:b78 | 3344 | +_:b80 |
| 3288 | sp:varName "wellCementJobCasingRotationType"^^xsd:string . | 3345 | sp:varName "wellCementJobCasingRotationType"^^xsd:string . |
| 3289 | 3346 | ||
| 3290 | -_:b77 | 3347 | +_:b79 |
| 3291 | sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . | 3348 | sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . |
| 3292 | 3349 | ||
| 3293 | -_:b76 | 3350 | +_:b78 |
| 3294 | sp:varName "wellCementJobBottomPlugType"^^xsd:string . | 3351 | sp:varName "wellCementJobBottomPlugType"^^xsd:string . |
| 3295 | 3352 | ||
| 3296 | -_:b75 | 3353 | +_:b77 |
| 3297 | sp:varName "wellBoreTightnessType"^^xsd:string . | 3354 | sp:varName "wellBoreTightnessType"^^xsd:string . |
| 3298 | 3355 | ||
| 3299 | -_:b74 | 3356 | +_:b76 |
| 3300 | sp:varName "wellBoreHphtType"^^xsd:string . | 3357 | sp:varName "wellBoreHphtType"^^xsd:string . |
| 3301 | 3358 | ||
| 3302 | -_:b73 | 3359 | +_:b75 |
| 3303 | sp:varName "wellBoreDrillingType"^^xsd:string . | 3360 | sp:varName "wellBoreDrillingType"^^xsd:string . |
| 3304 | 3361 | ||
| 3305 | _:b72 | 3362 | _:b72 |
| 3306 | - sp:varName "volumeScale"^^xsd:string . | ||
| 3307 | - | ||
| 3308 | -_:b71 | ||
| 3309 | sp:varName "tubeType"^^xsd:string . | 3363 | sp:varName "tubeType"^^xsd:string . |
| 3310 | 3364 | ||
| 3311 | -_:b70 | 3365 | +_:b71 |
| 3312 | sp:varName "durationScale"^^xsd:string . | 3366 | sp:varName "durationScale"^^xsd:string . |
| 3313 | 3367 | ||
| 3314 | -_:b69 | 3368 | +_:b70 |
| 3315 | sp:varName "temperatureScale"^^xsd:string . | 3369 | sp:varName "temperatureScale"^^xsd:string . |
| 3316 | 3370 | ||
| 3317 | -_:b68 | 3371 | +_:b69 |
| 3318 | sp:varName "strengthScale"^^xsd:string . | 3372 | sp:varName "strengthScale"^^xsd:string . |
| 3319 | 3373 | ||
| 3320 | -_:b67 | 3374 | +_:b68 |
| 3321 | sp:varName "speedScale"^^xsd:string . | 3375 | sp:varName "speedScale"^^xsd:string . |
| 3322 | 3376 | ||
| 3323 | -_:b66 | ||
| 3324 | - sp:varName "specificVolumeScale"^^xsd:string . | ||
| 3325 | - | ||
| 3326 | _:b65 | 3377 | _:b65 |
| 3327 | sp:varName "pressureTestType"^^xsd:string . | 3378 | sp:varName "pressureTestType"^^xsd:string . |
| 3328 | 3379 | ||
| ... | @@ -3332,6 +3383,9 @@ _:b64 | ... | @@ -3332,6 +3383,9 @@ _:b64 |
| 3332 | _:b63 | 3383 | _:b63 |
| 3333 | sp:varName "porePressureDeterminationType"^^xsd:string . | 3384 | sp:varName "porePressureDeterminationType"^^xsd:string . |
| 3334 | 3385 | ||
| 3386 | +_:b62 | ||
| 3387 | + sp:varName "plasticViscosityScale"^^xsd:string . | ||
| 3388 | + | ||
| 3335 | _:b61 | 3389 | _:b61 |
| 3336 | sp:varName "angleScale"^^xsd:string . | 3390 | sp:varName "angleScale"^^xsd:string . |
| 3337 | 3391 | ||
| ... | @@ -3341,9 +3395,6 @@ _:b60 | ... | @@ -3341,9 +3395,6 @@ _:b60 |
| 3341 | _:b59 | 3395 | _:b59 |
| 3342 | sp:varName "massPerUnitLengthScale"^^xsd:string . | 3396 | sp:varName "massPerUnitLengthScale"^^xsd:string . |
| 3343 | 3397 | ||
| 3344 | -_:b58 | ||
| 3345 | - sp:varName "lengthScale"^^xsd:string . | ||
| 3346 | - | ||
| 3347 | _:b57 | 3398 | _:b57 |
| 3348 | sp:varName "dailyDrillingReportType"^^xsd:string . | 3399 | sp:varName "dailyDrillingReportType"^^xsd:string . |
| 3349 | 3400 | ||
| ... | @@ -3505,3 +3556,21 @@ _:b3 sp:varName "uri"^^xsd:string . | ... | @@ -3505,3 +3556,21 @@ _:b3 sp:varName "uri"^^xsd:string . |
| 3505 | _:b2 sp:varName "uri"^^xsd:string . | 3556 | _:b2 sp:varName "uri"^^xsd:string . |
| 3506 | 3557 | ||
| 3507 | _:b1 sp:varName "uri"^^xsd:string . | 3558 | _:b1 sp:varName "uri"^^xsd:string . |
| 3559 | + | ||
| 3560 | +_:b87 | ||
| 3561 | + sp:varName "wellTestType"^^xsd:string . | ||
| 3562 | + | ||
| 3563 | +_:b66 | ||
| 3564 | + sp:varName "specificMassScale"^^xsd:string . | ||
| 3565 | + | ||
| 3566 | +_:b74 | ||
| 3567 | + sp:varName "volumetricFlowRateScale"^^xsd:string . | ||
| 3568 | + | ||
| 3569 | +_:b58 | ||
| 3570 | + sp:varName "lengthScale"^^xsd:string . | ||
| 3571 | + | ||
| 3572 | +_:b73 | ||
| 3573 | + sp:varName "volumeScale"^^xsd:string . | ||
| 3574 | + | ||
| 3575 | +_:b67 | ||
| 3576 | + sp:varName "specificVolumeScale"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Sat Sep 24 12:37:52 BST 2011 | 1 | +# Saved by TopBraid on Sat Sep 24 18:13: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 Fri Sep 23 20:49:37 BST 2011 | 1 | +# Saved by TopBraid on Sat Sep 24 18:55:00 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 |
| ... | @@ -14,6 +14,7 @@ | ... | @@ -14,6 +14,7 @@ |
| 14 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo | 14 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo |
| 15 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage | 15 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage |
| 16 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo | 16 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo |
| 17 | +# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo | ||
| 17 | # imports: http://www.reportinghub.no/ep/transform/check | 18 | # imports: http://www.reportinghub.no/ep/transform/check |
| 18 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo | 19 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo |
| 19 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo | 20 | # imports: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo |
| ... | @@ -49,10 +50,11 @@ | ... | @@ -49,10 +50,11 @@ |
| 49 | @prefix stratInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo#> . | 50 | @prefix stratInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo#> . |
| 50 | @prefix surveyStation: <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation#> . | 51 | @prefix surveyStation: <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation#> . |
| 51 | @prefix wellAndWellBoreAlias: <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias#> . | 52 | @prefix wellAndWellBoreAlias: <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias#> . |
| 53 | +@prefix wellTestInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo#> . | ||
| 52 | @prefix wellboreInfo: <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> . | 54 | @prefix wellboreInfo: <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> . |
| 53 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 55 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 54 | 56 | ||
| 55 | <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> | 57 | <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> |
| 56 | rdf:type owl:Ontology ; | 58 | rdf:type owl:Ontology ; |
| 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> ; | 59 | + 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/wellTestInfo> , <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/bitRecord> , <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> ; |
| 58 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 60 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Fri Sep 23 20:49:37 BST 2011 | 1 | +# Saved by TopBraid on Sat Sep 24 18:55:00 BST 2011 |
| 2 | # baseURI: null | 2 | # baseURI: null |
| 3 | 3 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
| 1 | -# Saved by TopBraid on Fri Sep 16 17:51:20 BST 2011 | 1 | +# Saved by TopBraid on Sun Sep 25 12:02:12 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/report | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/report |
| 4 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 4 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
| ... | @@ -31,382 +31,382 @@ | ... | @@ -31,382 +31,382 @@ |
| 31 | ddr:Obj_drillReport | 31 | ddr:Obj_drillReport |
| 32 | spin:rule | 32 | spin:rule |
| 33 | [ rdf:type sp:Construct ; | 33 | [ rdf:type sp:Construct ; |
| 34 | - rdfs:comment "STEP 106 Create Well"^^xsd:string ; | 34 | + rdfs:comment """STEP 103 Create DailyDrillingReport, DailyDrillingActivity, TemporalPartOfAWellBore and WellBore |
| 35 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ; | 35 | +Minimum data - createDate, dTimStart, dTimEnd, nameWellBore |
| 36 | +Optional data - extendedReport | ||
| 37 | +replaced for testing - BIND (rhspin:wellBoreByName(?nameWellBore) AS ?wellBore) ."""^^xsd:string ; | ||
| 38 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> ; | ||
| 36 | sp:predicate rdf:type ; | 39 | sp:predicate rdf:type ; |
| 37 | sp:subject _:b1 | 40 | sp:subject _:b1 |
| 41 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ; | ||
| 42 | + sp:predicate rdf:type ; | ||
| 43 | + sp:subject _:b2 | ||
| 38 | ] [ sp:object _:b2 ; | 44 | ] [ sp:object _:b2 ; |
| 39 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 45 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; |
| 40 | sp:subject _:b1 | 46 | sp:subject _:b1 |
| 41 | ] [ sp:object _:b3 ; | 47 | ] [ sp:object _:b3 ; |
| 42 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ; | 48 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#createdAt> ; |
| 43 | - sp:subject _:b4 | 49 | + sp:subject _:b1 |
| 44 | - ] [ sp:object _:b1 ; | 50 | + ] [ sp:object _:b4 ; |
| 45 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 51 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
| 46 | - sp:subject _:b3 | 52 | + sp:subject _:b2 |
| 47 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> ; | 53 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; |
| 54 | + sp:predicate rdf:type ; | ||
| 55 | + sp:subject _:b5 | ||
| 56 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; | ||
| 48 | sp:predicate rdf:type ; | 57 | sp:predicate rdf:type ; |
| 49 | - sp:subject _:b3 | 58 | + sp:subject _:b6 |
| 59 | + ] [ sp:object _:b6 ; | ||
| 60 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 61 | + sp:subject _:b5 | ||
| 62 | + ] [ sp:object _:b7 ; | ||
| 63 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#humanRecognizableName> ; | ||
| 64 | + sp:subject _:b6 | ||
| 50 | ] [ sp:object _:b5 ; | 65 | ] [ sp:object _:b5 ; |
| 51 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 66 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 52 | - sp:subject _:b1 | 67 | + sp:subject _:b2 |
| 68 | + ] [ sp:object _:b8 ; | ||
| 69 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#descriptionOfActivitiesFollowingTheDailyReportingPeriod> ; | ||
| 70 | + sp:subject _:b2 | ||
| 71 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#Report> ; | ||
| 72 | + sp:predicate rdf:type ; | ||
| 73 | + sp:subject _:b8 | ||
| 74 | + ] [ sp:object _:b9 ; | ||
| 75 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#hasContent> ; | ||
| 76 | + sp:subject _:b8 | ||
| 77 | + ] [ sp:object _:b10 ; | ||
| 78 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#createdAt> ; | ||
| 79 | + sp:subject _:b8 | ||
| 53 | ]) ; | 80 | ]) ; |
| 54 | - sp:where ([ sp:object _:b6 ; | 81 | + sp:where ([ sp:object _:b7 ; |
| 55 | sp:predicate ddr:nameWellbore ; | 82 | sp:predicate ddr:nameWellbore ; |
| 56 | sp:subject spin:_this | 83 | sp:subject spin:_this |
| 57 | - ] [ sp:object _:b2 ; | 84 | + ] [ sp:object _:b4 ; |
| 58 | - sp:predicate ddr:nameWell ; | ||
| 59 | - sp:subject spin:_this | ||
| 60 | - ] [ sp:object _:b7 ; | ||
| 61 | sp:predicate ddr:dTimStart ; | 85 | sp:predicate ddr:dTimStart ; |
| 62 | sp:subject spin:_this | 86 | sp:subject spin:_this |
| 63 | - ] [ sp:object _:b8 ; | 87 | + ] [ sp:object _:b11 ; |
| 64 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 88 | + sp:predicate ddr:dTimEnd ; |
| 65 | - sp:subject _:b4 | 89 | + sp:subject spin:_this |
| 66 | - ] [ sp:object _:b5 ; | 90 | + ] [ sp:object _:b3 ; |
| 67 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 91 | + sp:predicate ddr:createDate ; |
| 68 | - sp:subject _:b8 | 92 | + sp:subject spin:_this |
| 69 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; | 93 | + ] [ rdf:type sp:Optional ; |
| 70 | - sp:predicate rdf:type ; | 94 | + sp:elements ([ sp:object _:b12 ; |
| 71 | - sp:subject _:b5 | 95 | + sp:predicate ddr:extendedReportRef ; |
| 96 | + sp:subject spin:_this | ||
| 97 | + ] [ sp:object _:b9 ; | ||
| 98 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 99 | + sp:subject _:b12 | ||
| 100 | + ] [ rdf:type sp:Optional ; | ||
| 101 | + sp:elements ([ sp:object _:b10 ; | ||
| 102 | + sp:predicate ddr:dTim ; | ||
| 103 | + sp:subject _:b12 | ||
| 104 | + ]) | ||
| 105 | + ]) | ||
| 72 | ] [ rdf:type sp:Bind ; | 106 | ] [ rdf:type sp:Bind ; |
| 73 | sp:expression | 107 | sp:expression |
| 74 | [ rdf:type ep-spin-lib:normalizeString ; | 108 | [ rdf:type ep-spin-lib:normalizeString ; |
| 75 | - sp:arg1 _:b6 | 109 | + sp:arg1 _:b7 |
| 110 | + ] ; | ||
| 111 | + sp:variable _:b13 | ||
| 112 | + ] [ rdf:type sp:Bind ; | ||
| 113 | + sp:expression | ||
| 114 | + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | ||
| 115 | + sp:arg1 _:b13 ; | ||
| 116 | + sp:arg2 _:b3 | ||
| 76 | ] ; | 117 | ] ; |
| 77 | - sp:variable _:b9 | 118 | + sp:variable _:b1 |
| 78 | ] [ rdf:type sp:Bind ; | 119 | ] [ rdf:type sp:Bind ; |
| 79 | sp:expression | 120 | sp:expression |
| 80 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 121 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 81 | - sp:arg1 _:b9 ; | 122 | + sp:arg1 _:b13 ; |
| 82 | - sp:arg2 _:b7 | 123 | + sp:arg2 _:b4 |
| 83 | ] ; | 124 | ] ; |
| 84 | - sp:variable _:b4 | 125 | + sp:variable _:b2 |
| 85 | ] [ rdf:type sp:Bind ; | 126 | ] [ rdf:type sp:Bind ; |
| 86 | sp:expression | 127 | sp:expression |
| 87 | - [ rdf:type ep-spin-lib:normalizeString ; | 128 | + [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ; |
| 88 | - sp:arg1 _:b2 | 129 | + sp:arg1 _:b13 ; |
| 130 | + sp:arg2 _:b4 ; | ||
| 131 | + sp:arg3 _:b11 | ||
| 89 | ] ; | 132 | ] ; |
| 90 | - sp:variable _:b10 | 133 | + sp:variable _:b5 |
| 91 | ] [ rdf:type sp:Bind ; | 134 | ] [ rdf:type sp:Bind ; |
| 92 | sp:expression | 135 | sp:expression |
| 93 | - [ rdf:type rhspin:wellByName ; | 136 | + [ rdf:type ep-spin-lib:buildTemporaryWellBoreURI ; |
| 94 | - arg:wellName _:b10 | 137 | + sp:arg1 _:b13 |
| 95 | ] ; | 138 | ] ; |
| 96 | - sp:variable _:b1 | 139 | + sp:variable _:b6 |
| 97 | ]) | 140 | ]) |
| 98 | ] ; | 141 | ] ; |
| 99 | spin:rule | 142 | spin:rule |
| 100 | [ rdf:type sp:Construct ; | 143 | [ rdf:type sp:Construct ; |
| 101 | - rdfs:comment "STEP 104 Transfer dTimEnd"^^xsd:string ; | 144 | + rdfs:comment """STEP 103a Set name of DailyDrillingReport as label |
| 102 | - sp:templates ([ sp:object _:b11 ; | 145 | +Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ; |
| 103 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 146 | + sp:templates ([ sp:object _:b14 ; |
| 104 | - sp:subject _:b12 | 147 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
| 148 | + sp:subject _:b15 | ||
| 105 | ]) ; | 149 | ]) ; |
| 106 | - sp:where ([ sp:object _:b13 ; | 150 | + sp:where ([ sp:object _:b16 ; |
| 107 | sp:predicate ddr:nameWellbore ; | 151 | sp:predicate ddr:nameWellbore ; |
| 108 | sp:subject spin:_this | 152 | sp:subject spin:_this |
| 109 | ] [ sp:object _:b14 ; | 153 | ] [ sp:object _:b14 ; |
| 110 | - sp:predicate ddr:dTimStart ; | 154 | + sp:predicate ddr:name ; |
| 111 | sp:subject spin:_this | 155 | sp:subject spin:_this |
| 112 | - ] [ sp:object _:b11 ; | 156 | + ] [ sp:object _:b17 ; |
| 113 | - sp:predicate ddr:dTimEnd ; | 157 | + sp:predicate ddr:createDate ; |
| 114 | sp:subject spin:_this | 158 | sp:subject spin:_this |
| 115 | ] [ rdf:type sp:Bind ; | 159 | ] [ rdf:type sp:Bind ; |
| 116 | sp:expression | 160 | sp:expression |
| 117 | [ rdf:type ep-spin-lib:normalizeString ; | 161 | [ rdf:type ep-spin-lib:normalizeString ; |
| 118 | - sp:arg1 _:b13 | 162 | + sp:arg1 _:b16 |
| 119 | ] ; | 163 | ] ; |
| 120 | - sp:variable _:b15 | 164 | + sp:variable _:b18 |
| 121 | ] [ rdf:type sp:Bind ; | 165 | ] [ rdf:type sp:Bind ; |
| 122 | sp:expression | 166 | sp:expression |
| 123 | - [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 167 | + [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; |
| 124 | - sp:arg1 _:b15 ; | 168 | + sp:arg1 _:b18 ; |
| 125 | - sp:arg2 _:b14 | 169 | + sp:arg2 _:b17 |
| 126 | ] ; | 170 | ] ; |
| 127 | - sp:variable _:b12 | 171 | + sp:variable _:b15 |
| 128 | ]) | 172 | ]) |
| 129 | ] ; | 173 | ] ; |
| 130 | spin:rule | 174 | spin:rule |
| 131 | [ rdf:type sp:Construct ; | 175 | [ rdf:type sp:Construct ; |
| 132 | rdfs:comment """STEP 105 | 176 | rdfs:comment """STEP 105 |
| 133 | Classify a DailyDrillingReport"""^^xsd:string ; | 177 | Classify a DailyDrillingReport"""^^xsd:string ; |
| 134 | - sp:templates ([ sp:object _:b16 ; | 178 | + sp:templates ([ sp:object _:b19 ; |
| 135 | sp:predicate rdf:type ; | 179 | sp:predicate rdf:type ; |
| 136 | - sp:subject _:b17 | 180 | + sp:subject _:b20 |
| 137 | ]) ; | 181 | ]) ; |
| 138 | - sp:where ([ sp:object _:b18 ; | 182 | + sp:where ([ sp:object _:b21 ; |
| 139 | sp:predicate ddr:nameWellbore ; | 183 | sp:predicate ddr:nameWellbore ; |
| 140 | sp:subject spin:_this | 184 | sp:subject spin:_this |
| 141 | - ] [ sp:object _:b19 ; | 185 | + ] [ sp:object _:b22 ; |
| 142 | sp:predicate ddr:createDate ; | 186 | sp:predicate ddr:createDate ; |
| 143 | sp:subject spin:_this | 187 | sp:subject spin:_this |
| 144 | - ] [ sp:object _:b20 ; | 188 | + ] [ sp:object _:b23 ; |
| 145 | sp:predicate ddr:versionKindRef ; | 189 | sp:predicate ddr:versionKindRef ; |
| 146 | sp:subject spin:_this | 190 | sp:subject spin:_this |
| 147 | ] [ rdf:type sp:Bind ; | 191 | ] [ rdf:type sp:Bind ; |
| 148 | sp:expression | 192 | sp:expression |
| 149 | [ rdf:type ep-spin-lib:selectDailyDrillingReportType ; | 193 | [ rdf:type ep-spin-lib:selectDailyDrillingReportType ; |
| 150 | - sp:arg1 _:b20 | 194 | + sp:arg1 _:b23 |
| 151 | ] ; | 195 | ] ; |
| 152 | - sp:variable _:b16 | 196 | + sp:variable _:b19 |
| 153 | ] [ rdf:type sp:Bind ; | 197 | ] [ rdf:type sp:Bind ; |
| 154 | sp:expression | 198 | sp:expression |
| 155 | [ rdf:type ep-spin-lib:normalizeString ; | 199 | [ rdf:type ep-spin-lib:normalizeString ; |
| 156 | - sp:arg1 _:b18 | 200 | + sp:arg1 _:b21 |
| 157 | ] ; | 201 | ] ; |
| 158 | - sp:variable _:b21 | 202 | + sp:variable _:b24 |
| 159 | ] [ rdf:type sp:Bind ; | 203 | ] [ rdf:type sp:Bind ; |
| 160 | sp:expression | 204 | sp:expression |
| 161 | [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | 205 | [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; |
| 162 | - sp:arg1 _:b21 ; | 206 | + sp:arg1 _:b24 ; |
| 163 | - sp:arg2 _:b19 | 207 | + sp:arg2 _:b22 |
| 164 | ] ; | 208 | ] ; |
| 165 | - sp:variable _:b17 | 209 | + sp:variable _:b20 |
| 166 | ]) | 210 | ]) |
| 167 | ] ; | 211 | ] ; |
| 168 | spin:rule | 212 | spin:rule |
| 169 | [ rdf:type sp:Construct ; | 213 | [ rdf:type sp:Construct ; |
| 170 | - rdfs:comment """STEP 103a Set name of DailyDrillingReport as label | 214 | + rdfs:comment "STEP 104 Transfer dTimEnd"^^xsd:string ; |
| 171 | -Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ; | 215 | + sp:templates ([ sp:object _:b25 ; |
| 172 | - sp:templates ([ sp:object _:b22 ; | 216 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 173 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 217 | + sp:subject _:b26 |
| 174 | - sp:subject _:b23 | ||
| 175 | ]) ; | 218 | ]) ; |
| 176 | - sp:where ([ sp:object _:b24 ; | 219 | + sp:where ([ sp:object _:b27 ; |
| 177 | sp:predicate ddr:nameWellbore ; | 220 | sp:predicate ddr:nameWellbore ; |
| 178 | sp:subject spin:_this | 221 | sp:subject spin:_this |
| 179 | - ] [ sp:object _:b22 ; | 222 | + ] [ sp:object _:b28 ; |
| 180 | - sp:predicate ddr:name ; | 223 | + sp:predicate ddr:dTimStart ; |
| 181 | sp:subject spin:_this | 224 | sp:subject spin:_this |
| 182 | ] [ sp:object _:b25 ; | 225 | ] [ sp:object _:b25 ; |
| 183 | - sp:predicate ddr:createDate ; | 226 | + sp:predicate ddr:dTimEnd ; |
| 184 | sp:subject spin:_this | 227 | sp:subject spin:_this |
| 185 | ] [ rdf:type sp:Bind ; | 228 | ] [ rdf:type sp:Bind ; |
| 186 | sp:expression | 229 | sp:expression |
| 187 | [ rdf:type ep-spin-lib:normalizeString ; | 230 | [ rdf:type ep-spin-lib:normalizeString ; |
| 188 | - sp:arg1 _:b24 | 231 | + sp:arg1 _:b27 |
| 189 | ] ; | 232 | ] ; |
| 190 | - sp:variable _:b26 | 233 | + sp:variable _:b29 |
| 191 | ] [ rdf:type sp:Bind ; | 234 | ] [ rdf:type sp:Bind ; |
| 192 | sp:expression | 235 | sp:expression |
| 193 | - [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | 236 | + [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 194 | - sp:arg1 _:b26 ; | 237 | + sp:arg1 _:b29 ; |
| 195 | - sp:arg2 _:b25 | 238 | + sp:arg2 _:b28 |
| 196 | ] ; | 239 | ] ; |
| 197 | - sp:variable _:b23 | 240 | + sp:variable _:b26 |
| 198 | ]) | 241 | ]) |
| 199 | ] ; | 242 | ] ; |
| 200 | spin:rule | 243 | spin:rule |
| 201 | [ rdf:type sp:Construct ; | 244 | [ rdf:type sp:Construct ; |
| 202 | - rdfs:comment """STEP 103 Create DailyDrillingReport, DailyDrillingActivity, TemporalPartOfAWellBore and WellBore | 245 | + rdfs:comment "STEP 106 Create Well"^^xsd:string ; |
| 203 | -Minimum data - createDate, dTimStart, dTimEnd, nameWellBore | 246 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ; |
| 204 | -Optional data - extendedReport | ||
| 205 | -replaced for testing - BIND (rhspin:wellBoreByName(?nameWellBore) AS ?wellBore) ."""^^xsd:string ; | ||
| 206 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> ; | ||
| 207 | - sp:predicate rdf:type ; | ||
| 208 | - sp:subject _:b27 | ||
| 209 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ; | ||
| 210 | - sp:predicate rdf:type ; | ||
| 211 | - sp:subject _:b28 | ||
| 212 | - ] [ sp:object _:b28 ; | ||
| 213 | - sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
| 214 | - sp:subject _:b27 | ||
| 215 | - ] [ sp:object _:b29 ; | ||
| 216 | - sp:predicate <http://www.reportinghub.no/ep/schema/report#createdAt> ; | ||
| 217 | - sp:subject _:b27 | ||
| 218 | - ] [ sp:object _:b30 ; | ||
| 219 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
| 220 | - sp:subject _:b28 | ||
| 221 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; | ||
| 222 | - sp:predicate rdf:type ; | ||
| 223 | - sp:subject _:b31 | ||
| 224 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; | ||
| 225 | sp:predicate rdf:type ; | 247 | sp:predicate rdf:type ; |
| 226 | - sp:subject _:b32 | 248 | + sp:subject _:b30 |
| 249 | + ] [ sp:object _:b31 ; | ||
| 250 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
| 251 | + sp:subject _:b30 | ||
| 227 | ] [ sp:object _:b32 ; | 252 | ] [ sp:object _:b32 ; |
| 253 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ; | ||
| 254 | + sp:subject _:b33 | ||
| 255 | + ] [ sp:object _:b30 ; | ||
| 228 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 256 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 229 | - sp:subject _:b31 | ||
| 230 | - ] [ sp:object _:b33 ; | ||
| 231 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
| 232 | sp:subject _:b32 | 257 | sp:subject _:b32 |
| 233 | - ] [ sp:object _:b31 ; | 258 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> ; |
| 234 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 235 | - sp:subject _:b28 | ||
| 236 | - ] [ sp:object _:b34 ; | ||
| 237 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#descriptionOfActivitiesFollowingTheDailyReportingPeriod> ; | ||
| 238 | - sp:subject _:b28 | ||
| 239 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/report#Report> ; | ||
| 240 | sp:predicate rdf:type ; | 259 | sp:predicate rdf:type ; |
| 241 | - sp:subject _:b34 | 260 | + sp:subject _:b32 |
| 242 | - ] [ sp:object _:b35 ; | 261 | + ] [ sp:object _:b34 ; |
| 243 | - sp:predicate <http://www.reportinghub.no/ep/schema/report#hasContent> ; | 262 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 244 | - sp:subject _:b34 | 263 | + sp:subject _:b30 |
| 245 | - ] [ sp:object _:b36 ; | ||
| 246 | - sp:predicate <http://www.reportinghub.no/ep/schema/report#createdAt> ; | ||
| 247 | - sp:subject _:b34 | ||
| 248 | ]) ; | 264 | ]) ; |
| 249 | - sp:where ([ sp:object _:b33 ; | 265 | + sp:where ([ sp:object _:b35 ; |
| 250 | sp:predicate ddr:nameWellbore ; | 266 | sp:predicate ddr:nameWellbore ; |
| 251 | sp:subject spin:_this | 267 | sp:subject spin:_this |
| 252 | - ] [ sp:object _:b30 ; | 268 | + ] [ sp:object _:b31 ; |
| 269 | + sp:predicate ddr:nameWell ; | ||
| 270 | + sp:subject spin:_this | ||
| 271 | + ] [ sp:object _:b36 ; | ||
| 253 | sp:predicate ddr:dTimStart ; | 272 | sp:predicate ddr:dTimStart ; |
| 254 | sp:subject spin:_this | 273 | sp:subject spin:_this |
| 255 | ] [ sp:object _:b37 ; | 274 | ] [ sp:object _:b37 ; |
| 256 | - sp:predicate ddr:dTimEnd ; | 275 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 257 | - sp:subject spin:_this | 276 | + sp:subject _:b33 |
| 258 | - ] [ sp:object _:b29 ; | 277 | + ] [ sp:object _:b34 ; |
| 259 | - sp:predicate ddr:createDate ; | 278 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 260 | - sp:subject spin:_this | 279 | + sp:subject _:b37 |
| 261 | - ] [ rdf:type sp:Optional ; | 280 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
| 262 | - sp:elements ([ sp:object _:b38 ; | 281 | + sp:predicate rdf:type ; |
| 263 | - sp:predicate ddr:extendedReportRef ; | 282 | + sp:subject _:b34 |
| 264 | - sp:subject spin:_this | ||
| 265 | - ] [ sp:object _:b35 ; | ||
| 266 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 267 | - sp:subject _:b38 | ||
| 268 | - ] [ rdf:type sp:Optional ; | ||
| 269 | - sp:elements ([ sp:object _:b36 ; | ||
| 270 | - sp:predicate ddr:dTim ; | ||
| 271 | - sp:subject _:b38 | ||
| 272 | - ]) | ||
| 273 | - ]) | ||
| 274 | ] [ rdf:type sp:Bind ; | 283 | ] [ rdf:type sp:Bind ; |
| 275 | sp:expression | 284 | sp:expression |
| 276 | [ rdf:type ep-spin-lib:normalizeString ; | 285 | [ rdf:type ep-spin-lib:normalizeString ; |
| 277 | - sp:arg1 _:b33 | 286 | + sp:arg1 _:b35 |
| 278 | - ] ; | ||
| 279 | - sp:variable _:b39 | ||
| 280 | - ] [ rdf:type sp:Bind ; | ||
| 281 | - sp:expression | ||
| 282 | - [ rdf:type ep-spin-lib:buildDailyDrillingReportURI ; | ||
| 283 | - sp:arg1 _:b39 ; | ||
| 284 | - sp:arg2 _:b29 | ||
| 285 | ] ; | 287 | ] ; |
| 286 | - sp:variable _:b27 | 288 | + sp:variable _:b38 |
| 287 | ] [ rdf:type sp:Bind ; | 289 | ] [ rdf:type sp:Bind ; |
| 288 | sp:expression | 290 | sp:expression |
| 289 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 291 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 290 | - sp:arg1 _:b39 ; | 292 | + sp:arg1 _:b38 ; |
| 291 | - sp:arg2 _:b30 | 293 | + sp:arg2 _:b36 |
| 292 | ] ; | 294 | ] ; |
| 293 | - sp:variable _:b28 | 295 | + sp:variable _:b33 |
| 294 | ] [ rdf:type sp:Bind ; | 296 | ] [ rdf:type sp:Bind ; |
| 295 | sp:expression | 297 | sp:expression |
| 296 | - [ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ; | 298 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 297 | - sp:arg1 _:b39 ; | 299 | + sp:arg1 _:b31 |
| 298 | - sp:arg2 _:b30 ; | ||
| 299 | - sp:arg3 _:b37 | ||
| 300 | ] ; | 300 | ] ; |
| 301 | - sp:variable _:b31 | 301 | + sp:variable _:b39 |
| 302 | ] [ rdf:type sp:Bind ; | 302 | ] [ rdf:type sp:Bind ; |
| 303 | sp:expression | 303 | sp:expression |
| 304 | - [ rdf:type ep-spin-lib:buildTemporaryWellBoreURI ; | 304 | + [ rdf:type rhspin:wellByName ; |
| 305 | - sp:arg1 _:b39 | 305 | + arg:wellName _:b39 |
| 306 | ] ; | 306 | ] ; |
| 307 | - sp:variable _:b32 | 307 | + sp:variable _:b30 |
| 308 | ]) | 308 | ]) |
| 309 | ] . | 309 | ] . |
| 310 | 310 | ||
| 311 | -_:b10 | 311 | +_:b6 sp:varName "wellBore"^^xsd:string . |
| 312 | - sp:varName "normalizedWellName"^^xsd:string . | 312 | + |
| 313 | +_:b5 sp:varName "temporalPartOfAWellBore"^^xsd:string . | ||
| 314 | + | ||
| 315 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 313 | 316 | ||
| 314 | -_:b9 sp:varName "normalizedWellBoreName"^^xsd:string . | 317 | +_:b1 sp:varName "dailyDrillingReport"^^xsd:string . |
| 315 | 318 | ||
| 316 | -_:b8 sp:varName "temporalPartOfAWellBore"^^xsd:string . | 319 | +_:b13 |
| 320 | + sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 321 | + | ||
| 322 | +_:b10 | ||
| 323 | + sp:varName "dTimExtendedReport"^^xsd:string . | ||
| 317 | 324 | ||
| 318 | -_:b7 sp:varName "dTimStart"^^xsd:string . | 325 | +_:b9 sp:varName "extendedReportContent"^^xsd:string . |
| 319 | 326 | ||
| 320 | -_:b6 sp:varName "nameWellBore"^^xsd:string . | 327 | +_:b12 |
| 328 | + sp:varName "extendedReport"^^xsd:string . | ||
| 321 | 329 | ||
| 322 | -_:b5 sp:varName "wellBore"^^xsd:string . | 330 | +_:b3 sp:varName "createDate"^^xsd:string . |
| 323 | 331 | ||
| 324 | -_:b4 sp:varName "dailyDrillingActivity"^^xsd:string . | 332 | +_:b11 |
| 333 | + sp:varName "dTimEnd"^^xsd:string . | ||
| 325 | 334 | ||
| 326 | -_:b2 sp:varName "nameWell"^^xsd:string . | 335 | +_:b4 sp:varName "dTimStart"^^xsd:string . |
| 327 | 336 | ||
| 328 | -_:b1 sp:varName "well"^^xsd:string . | 337 | +_:b7 sp:varName "nameWellBore"^^xsd:string . |
| 329 | 338 | ||
| 330 | -_:b15 | 339 | +_:b18 |
| 331 | sp:varName "normalizedWellBoreName"^^xsd:string . | 340 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 332 | 341 | ||
| 333 | -_:b14 | 342 | +_:b17 |
| 334 | - sp:varName "dTimStart"^^xsd:string . | 343 | + sp:varName "createDate"^^xsd:string . |
| 335 | 344 | ||
| 336 | -_:b13 | 345 | +_:b16 |
| 337 | sp:varName "nameWellBore"^^xsd:string . | 346 | sp:varName "nameWellBore"^^xsd:string . |
| 338 | 347 | ||
| 339 | -_:b12 | 348 | +_:b15 |
| 340 | - sp:varName "dailyDrillingActivity"^^xsd:string . | 349 | + sp:varName "dailyDrillingReport"^^xsd:string . |
| 341 | 350 | ||
| 342 | -_:b11 | 351 | +_:b14 |
| 343 | - sp:varName "dTimEnd"^^xsd:string . | 352 | + sp:varName "nameDailyDrillingReport"^^xsd:string . |
| 344 | 353 | ||
| 345 | -_:b21 | 354 | +_:b24 |
| 346 | sp:varName "normalizedWellBoreName"^^xsd:string . | 355 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 347 | 356 | ||
| 348 | -_:b20 | 357 | +_:b23 |
| 349 | sp:varName "versionKind"^^xsd:string . | 358 | sp:varName "versionKind"^^xsd:string . |
| 350 | 359 | ||
| 351 | -_:b19 | 360 | +_:b22 |
| 352 | sp:varName "createDate"^^xsd:string . | 361 | sp:varName "createDate"^^xsd:string . |
| 353 | 362 | ||
| 354 | -_:b18 | 363 | +_:b21 |
| 355 | sp:varName "nameWellBore"^^xsd:string . | 364 | sp:varName "nameWellBore"^^xsd:string . |
| 356 | 365 | ||
| 357 | -_:b17 | 366 | +_:b20 |
| 358 | sp:varName "dailyDrillingReport"^^xsd:string . | 367 | sp:varName "dailyDrillingReport"^^xsd:string . |
| 359 | 368 | ||
| 360 | -_:b16 | 369 | +_:b19 |
| 361 | sp:varName "dailyDrillingReportType"^^xsd:string . | 370 | sp:varName "dailyDrillingReportType"^^xsd:string . |
| 362 | 371 | ||
| 363 | -_:b26 | 372 | +_:b29 |
| 364 | sp:varName "normalizedWellBoreName"^^xsd:string . | 373 | sp:varName "normalizedWellBoreName"^^xsd:string . |
| 365 | 374 | ||
| 366 | -_:b25 | 375 | +_:b28 |
| 367 | - sp:varName "createDate"^^xsd:string . | 376 | + sp:varName "dTimStart"^^xsd:string . |
| 368 | 377 | ||
| 369 | -_:b24 | 378 | +_:b27 |
| 370 | sp:varName "nameWellBore"^^xsd:string . | 379 | sp:varName "nameWellBore"^^xsd:string . |
| 371 | 380 | ||
| 372 | -_:b23 | 381 | +_:b26 |
| 373 | - sp:varName "dailyDrillingReport"^^xsd:string . | 382 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 374 | 383 | ||
| 375 | -_:b22 | 384 | +_:b25 |
| 376 | - sp:varName "nameDailyDrillingReport"^^xsd:string . | 385 | + sp:varName "dTimEnd"^^xsd:string . |
| 377 | 386 | ||
| 378 | _:b39 | 387 | _:b39 |
| 379 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 388 | + sp:varName "normalizedWellName"^^xsd:string . |
| 380 | 389 | ||
| 381 | _:b38 | 390 | _:b38 |
| 382 | - sp:varName "extendedReport"^^xsd:string . | 391 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 383 | 392 | ||
| 384 | _:b37 | 393 | _:b37 |
| 385 | - sp:varName "dTimEnd"^^xsd:string . | 394 | + sp:varName "temporalPartOfAWellBore"^^xsd:string . |
| 386 | 395 | ||
| 387 | _:b36 | 396 | _:b36 |
| 388 | - sp:varName "dTimExtendedReport"^^xsd:string . | 397 | + sp:varName "dTimStart"^^xsd:string . |
| 389 | 398 | ||
| 390 | _:b35 | 399 | _:b35 |
| 391 | - sp:varName "extendedReportContent"^^xsd:string . | ||
| 392 | - | ||
| 393 | -_:b33 | ||
| 394 | sp:varName "nameWellBore"^^xsd:string . | 400 | sp:varName "nameWellBore"^^xsd:string . |
| 395 | 401 | ||
| 396 | -_:b32 | 402 | +_:b34 |
| 397 | sp:varName "wellBore"^^xsd:string . | 403 | sp:varName "wellBore"^^xsd:string . |
| 398 | 404 | ||
| 405 | +_:b33 | ||
| 406 | + sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 407 | + | ||
| 399 | _:b31 | 408 | _:b31 |
| 400 | - sp:varName "temporalPartOfAWellBore"^^xsd:string . | 409 | + sp:varName "nameWell"^^xsd:string . |
| 401 | 410 | ||
| 402 | _:b30 | 411 | _:b30 |
| 403 | - sp:varName "dTimStart"^^xsd:string . | 412 | + sp:varName "well"^^xsd:string . |
| 404 | - | ||
| 405 | -_:b29 | ||
| 406 | - sp:varName "createDate"^^xsd:string . | ||
| 407 | - | ||
| 408 | -_:b28 | ||
| 409 | - sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 410 | - | ||
| 411 | -_:b27 | ||
| 412 | - sp:varName "dailyDrillingReport"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Fri Sep 16 17:51:20 BST 2011 | 1 | +# Saved by TopBraid on Sun Sep 25 12:02:12 BST 2011 |
| 2 | # baseURI: null | 2 | # baseURI: null |
| 3 | 3 | ||
| 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | 4 | @prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ... | ... |
| 1 | -# Saved by TopBraid on Wed Aug 24 20:13:09 BST 2011 | ||
| 2 | -# baseURI: http://www.reportinghub.no/ep/transform/1.1/normalization | ||
| 3 | -# imports: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo | ||
| 4 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo | ||
| 5 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation | ||
| 6 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo | ||
| 7 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport | ||
| 8 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo | ||
| 9 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo | ||
| 10 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo | ||
| 11 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity | ||
| 12 | -# imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias | ||
| 13 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun | ||
| 14 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo | ||
| 15 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage | ||
| 16 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo | ||
| 17 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo | ||
| 18 | -# imports: http://www.reportinghub.no/swp/ddr | ||
| 19 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo | ||
| 20 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo | ||
| 21 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure | ||
| 22 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo | ||
| 23 | - | ||
| 24 | -@prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> . | ||
| 25 | -@prefix casingLinerTubingRun: <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun#> . | ||
| 26 | -@prefix cementStage: <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> . | ||
| 27 | -@prefix controlIncidentInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> . | ||
| 28 | -@prefix coreInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> . | ||
| 29 | -@prefix ddr1: <http://www.reportinghub.no/swp/ddr#> . | ||
| 30 | -@prefix equipFailureInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo#> . | ||
| 31 | -@prefix fn: <http://www.w3.org/2005/xpath-functions#> . | ||
| 32 | -@prefix formTestInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo#> . | ||
| 33 | -@prefix gasReadingInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo#> . | ||
| 34 | -@prefix lithShowInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo#> . | ||
| 35 | -@prefix logInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo#> . | ||
| 36 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 37 | -@prefix perfInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo#> . | ||
| 38 | -@prefix porePressure: <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure#> . | ||
| 39 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 40 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 41 | -@prefix smf: <http://topbraid.org/sparqlmotionfunctions#> . | ||
| 42 | -@prefix sp: <http://spinrdf.org/sp#> . | ||
| 43 | -@prefix spin: <http://spinrdf.org/spin#> . | ||
| 44 | -@prefix spl: <http://spinrdf.org/spl#> . | ||
| 45 | -@prefix stratInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo#> . | ||
| 46 | -@prefix surveyStation: <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation#> . | ||
| 47 | -@prefix wellAndWellBoreAlias: <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias#> . | ||
| 48 | -@prefix wellTestInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo#> . | ||
| 49 | -@prefix wellboreInfo: <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo#> . | ||
| 50 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 51 | - | ||
| 52 | -<http://www.reportinghub.no/ep/transform/1.1/normalization> | ||
| 53 | - rdf:type owl:Ontology ; | ||
| 54 | - owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/lithShowInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/perfInfo> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/swp/ddr> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/equipFailureInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/porePressure> , <http://www.reportinghub.no/ep/transform/1.1/ddr/logInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/formTestInfo> ; | ||
| 55 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 56 | - | ||
| 57 | -owl:Thing | ||
| 58 | - spin:update | ||
| 59 | - [ rdf:type sp:Modify ; | ||
| 60 | - sp:deletePattern ([ sp:object _:b1 ; | ||
| 61 | - sp:predicate rdfs:label ; | ||
| 62 | - sp:subject _:b2 | ||
| 63 | - ]) ; | ||
| 64 | - sp:insertPattern ([ sp:object _:b3 ; | ||
| 65 | - sp:predicate rdfs:label ; | ||
| 66 | - sp:subject _:b2 | ||
| 67 | - ]) ; | ||
| 68 | - sp:where ([ sp:object _:b2 ; | ||
| 69 | - sp:predicate owl:onProperty ; | ||
| 70 | - sp:subject | ||
| 71 | - [ sp:varName "r"^^xsd:string | ||
| 72 | - ] | ||
| 73 | - ] [ sp:object _:b1 ; | ||
| 74 | - sp:predicate rdfs:label ; | ||
| 75 | - sp:subject _:b2 | ||
| 76 | - ] [ rdf:type sp:Filter ; | ||
| 77 | - sp:expression | ||
| 78 | - [ rdf:type fn:starts-with ; | ||
| 79 | - sp:arg1 _:b1 ; | ||
| 80 | - sp:arg2 "has" | ||
| 81 | - ] | ||
| 82 | - ] [ rdf:type sp:Bind ; | ||
| 83 | - sp:expression | ||
| 84 | - [ rdf:type smf:trim ; | ||
| 85 | - sp:arg1 [ rdf:type smf:regex ; | ||
| 86 | - sp:arg1 _:b1 ; | ||
| 87 | - sp:arg2 "has(.*)" ; | ||
| 88 | - sp:arg3 "$1" | ||
| 89 | - ] | ||
| 90 | - ] ; | ||
| 91 | - sp:variable _:b3 | ||
| 92 | - ]) | ||
| 93 | - ] . | ||
| 94 | - | ||
| 95 | -_:b1 sp:varName "oldLabel"^^xsd:string . | ||
| 96 | - | ||
| 97 | -_:b2 sp:varName "p"^^xsd:string . | ||
| 98 | - | ||
| 99 | -_:b3 sp:varName "newLabel"^^xsd:string . |
| 1 | -# Saved by TopBraid on Wed Aug 24 20:13:09 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 | - <http://spinrdf.org/spin#topSPINOptions> | ||
| 17 | - "singlePass" ; | ||
| 18 | - composite:index "0"^^xsd:int | ||
| 19 | - ] ; | ||
| 20 | - inference:completeMode | ||
| 21 | - "true"^^xsd:boolean . |
| 1 | -# Saved by TopBraid on Mon Aug 22 12:56:53 BST 2011 | 1 | +# Saved by TopBraid on Sun Sep 25 13:40:06 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo | 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo |
| 3 | -# imports: http://www.reportinghub.no/ep/transform/1.1/ddr | 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/core | ||
| 6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
| 4 | # imports: http://spinrdf.org/spin | 7 | # imports: http://spinrdf.org/spin |
| 5 | 8 | ||
| 6 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo#> . | 9 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo#> . |
| 10 | +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | ||
| 7 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 11 | @prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
| 8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 12 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 9 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 13 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| ... | @@ -13,337 +17,996 @@ | ... | @@ -13,337 +17,996 @@ |
| 13 | @prefix spl: <http://spinrdf.org/spl#> . | 17 | @prefix spl: <http://spinrdf.org/spl#> . |
| 14 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 18 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 15 | 19 | ||
| 16 | -<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport> | 20 | +<http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo> |
| 21 | + rdf:type owl:Ontology ; | ||
| 22 | + owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> ; | ||
| 23 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 24 | + | ||
| 25 | +<http://www.witsml.org/schemas/1series#Obj_drillReport> | ||
| 17 | spin:rule | 26 | spin:rule |
| 18 | [ rdf:type sp:Construct ; | 27 | [ rdf:type sp:Construct ; |
| 19 | - rdfs:comment """STEP 210 Create WellTest activity | 28 | + rdfs:comment "STEP 210 Create WellTest activity"^^xsd:string ; |
| 20 | -All properties transfered to the activity except mdTop, tvdTop, mdBottom and tvdBottom."""^^xsd:string ; | ||
| 21 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellTest> ; | 29 | sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellTest> ; |
| 22 | sp:predicate rdf:type ; | 30 | sp:predicate rdf:type ; |
| 23 | sp:subject _:b1 | 31 | sp:subject _:b1 |
| 24 | ] [ sp:object _:b1 ; | 32 | ] [ sp:object _:b1 ; |
| 25 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 33 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 26 | sp:subject _:b2 | 34 | sp:subject _:b2 |
| 27 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore> ; | 35 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; |
| 28 | sp:predicate rdf:type ; | 36 | sp:predicate rdf:type ; |
| 29 | sp:subject _:b3 | 37 | sp:subject _:b3 |
| 30 | - ] [ sp:object | 38 | + ] [ sp:object _:b4 ; |
| 31 | - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | 39 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 32 | - ] ; | ||
| 33 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
| 34 | sp:subject _:b3 | 40 | sp:subject _:b3 |
| 41 | + ] [ sp:object _:b5 ; | ||
| 42 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 43 | + sp:subject _:b3 | ||
| 44 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ; | ||
| 45 | + sp:predicate rdf:type ; | ||
| 46 | + sp:subject _:b5 | ||
| 35 | ] [ sp:object _:b3 ; | 47 | ] [ sp:object _:b3 ; |
| 36 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 48 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 37 | sp:subject _:b1 | 49 | sp:subject _:b1 |
| 38 | - ] [ sp:object _:b4 ; | 50 | + ] [ sp:object _:b6 ; |
| 39 | sp:predicate rdf:type ; | 51 | sp:predicate rdf:type ; |
| 40 | sp:subject _:b1 | 52 | sp:subject _:b1 |
| 41 | - ] [ sp:object _:b5 ; | 53 | + ] [ sp:object _:b7 ; |
| 42 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 54 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 43 | sp:subject _:b1 | 55 | sp:subject _:b1 |
| 44 | - ] [ sp:object _:b6 ; | ||
| 45 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#testNumber> ; | ||
| 46 | - sp:subject _:b1 | ||
| 47 | - ] [ sp:object _:b7 ; | ||
| 48 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ; | ||
| 49 | - sp:subject _:b3 | ||
| 50 | ] [ sp:object _:b8 ; | 56 | ] [ sp:object _:b8 ; |
| 51 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ; | 57 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestNumber> ; |
| 52 | - sp:subject _:b3 | 58 | + sp:subject _:b1 |
| 53 | ] [ sp:object _:b9 ; | 59 | ] [ sp:object _:b9 ; |
| 54 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; | 60 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; |
| 55 | - sp:subject _:b3 | 61 | + sp:subject _:b5 |
| 62 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 63 | + sp:predicate rdf:type ; | ||
| 64 | + sp:subject _:b9 | ||
| 56 | ] [ sp:object _:b10 ; | 65 | ] [ sp:object _:b10 ; |
| 57 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ; | 66 | + sp:predicate _:b11 ; |
| 58 | - sp:subject _:b3 | 67 | + sp:subject _:b9 |
| 59 | - ] [ sp:object _:b11 ; | ||
| 60 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#chokeOrificeSize> ; | ||
| 61 | - sp:subject _:b1 | ||
| 62 | ] [ sp:object _:b12 ; | 68 | ] [ sp:object _:b12 ; |
| 63 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#densityOil> ; | 69 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; |
| 64 | - sp:subject _:b1 | 70 | + sp:subject _:b5 |
| 71 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 72 | + sp:predicate rdf:type ; | ||
| 73 | + sp:subject _:b12 | ||
| 65 | ] [ sp:object _:b13 ; | 74 | ] [ sp:object _:b13 ; |
| 66 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#densityWater> ; | 75 | + sp:predicate _:b14 ; |
| 67 | - sp:subject _:b1 | 76 | + sp:subject _:b12 |
| 68 | - ] [ sp:object _:b14 ; | ||
| 69 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#densityGas> ; | ||
| 70 | - sp:subject _:b1 | ||
| 71 | ] [ sp:object _:b15 ; | 77 | ] [ sp:object _:b15 ; |
| 72 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#flowRateOil> ; | 78 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; |
| 73 | - sp:subject _:b1 | 79 | + sp:subject _:b5 |
| 80 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 81 | + sp:predicate rdf:type ; | ||
| 82 | + sp:subject _:b15 | ||
| 74 | ] [ sp:object _:b16 ; | 83 | ] [ sp:object _:b16 ; |
| 75 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#flowRateWater> ; | 84 | + sp:predicate _:b17 ; |
| 76 | - sp:subject _:b1 | 85 | + sp:subject _:b15 |
| 77 | - ] [ sp:object _:b17 ; | ||
| 78 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#flowRateGas> ; | ||
| 79 | - sp:subject _:b1 | ||
| 80 | ] [ sp:object _:b18 ; | 86 | ] [ sp:object _:b18 ; |
| 81 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presShutIn> ; | 87 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; |
| 82 | - sp:subject _:b1 | 88 | + sp:subject _:b5 |
| 89 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 90 | + sp:predicate rdf:type ; | ||
| 91 | + sp:subject _:b18 | ||
| 83 | ] [ sp:object _:b19 ; | 92 | ] [ sp:object _:b19 ; |
| 84 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presFlowing> ; | 93 | + sp:predicate _:b20 ; |
| 85 | - sp:subject _:b1 | 94 | + sp:subject _:b18 |
| 86 | - ] [ sp:object _:b20 ; | ||
| 87 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presBottom> ; | ||
| 88 | - sp:subject _:b1 | ||
| 89 | ] [ sp:object _:b21 ; | 95 | ] [ sp:object _:b21 ; |
| 90 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#gasOilRatio> ; | 96 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasWellTestChoke> ; |
| 91 | sp:subject _:b1 | 97 | sp:subject _:b1 |
| 98 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> ; | ||
| 99 | + sp:predicate rdf:type ; | ||
| 100 | + sp:subject _:b21 | ||
| 92 | ] [ sp:object _:b22 ; | 101 | ] [ sp:object _:b22 ; |
| 93 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#waterOilRatio> ; | 102 | + sp:predicate <http://www.reportinghub.no/ep/schema/equipment#chokeOrificeSize> ; |
| 94 | - sp:subject _:b1 | 103 | + sp:subject _:b21 |
| 104 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | ||
| 105 | + sp:predicate rdf:type ; | ||
| 106 | + sp:subject _:b22 | ||
| 95 | ] [ sp:object _:b23 ; | 107 | ] [ sp:object _:b23 ; |
| 96 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#chloride> ; | 108 | + sp:predicate _:b24 ; |
| 97 | - sp:subject _:b1 | 109 | + sp:subject _:b22 |
| 98 | - ] [ sp:object _:b24 ; | ||
| 99 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#carbonDioxide> ; | ||
| 100 | - sp:subject _:b1 | ||
| 101 | ] [ sp:object _:b25 ; | 110 | ] [ sp:object _:b25 ; |
| 102 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hydrogenSulfide> ; | 111 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#fluidProducedByWellTest> ; |
| 103 | sp:subject _:b1 | 112 | sp:subject _:b1 |
| 113 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ; | ||
| 114 | + sp:predicate rdf:type ; | ||
| 115 | + sp:subject _:b25 | ||
| 104 | ] [ sp:object _:b26 ; | 116 | ] [ sp:object _:b26 ; |
| 105 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#volOilTotal> ; | 117 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#waterOilRatio> ; |
| 106 | - sp:subject _:b1 | 118 | + sp:subject _:b25 |
| 119 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | ||
| 120 | + sp:predicate rdf:type ; | ||
| 121 | + sp:subject _:b26 | ||
| 107 | ] [ sp:object _:b27 ; | 122 | ] [ sp:object _:b27 ; |
| 108 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#volGasTotal> ; | 123 | + sp:predicate _:b28 ; |
| 124 | + sp:subject _:b26 | ||
| 125 | + ] [ sp:object _:b29 ; | ||
| 126 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#gasOilRatio> ; | ||
| 127 | + sp:subject _:b25 | ||
| 128 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | ||
| 129 | + sp:predicate rdf:type ; | ||
| 130 | + sp:subject _:b29 | ||
| 131 | + ] [ sp:object _:b30 ; | ||
| 132 | + sp:predicate _:b31 ; | ||
| 133 | + sp:subject _:b29 | ||
| 134 | + ] [ sp:object _:b32 ; | ||
| 135 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 136 | + sp:subject _:b25 | ||
| 137 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Water> ; | ||
| 138 | + sp:predicate rdf:type ; | ||
| 139 | + sp:subject _:b32 | ||
| 140 | + ] [ sp:object _:b33 ; | ||
| 141 | + sp:predicate rdf:type ; | ||
| 142 | + sp:subject _:b32 | ||
| 143 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; | ||
| 144 | + sp:predicate rdf:type ; | ||
| 145 | + sp:subject _:b33 | ||
| 146 | + ] [ sp:object _:b34 ; | ||
| 147 | + sp:predicate _:b35 ; | ||
| 148 | + sp:subject _:b33 | ||
| 149 | + ] [ sp:object _:b36 ; | ||
| 150 | + sp:predicate rdf:type ; | ||
| 151 | + sp:subject _:b32 | ||
| 152 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate> ; | ||
| 153 | + sp:predicate rdf:type ; | ||
| 154 | + sp:subject _:b36 | ||
| 155 | + ] [ sp:object _:b37 ; | ||
| 156 | + sp:predicate _:b38 ; | ||
| 157 | + sp:subject _:b36 | ||
| 158 | + ] [ sp:object _:b39 ; | ||
| 159 | + sp:predicate rdf:type ; | ||
| 160 | + sp:subject _:b32 | ||
| 161 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | ||
| 162 | + sp:predicate rdf:type ; | ||
| 163 | + sp:subject _:b39 | ||
| 164 | + ] [ sp:object _:b40 ; | ||
| 165 | + sp:predicate _:b41 ; | ||
| 166 | + sp:subject _:b39 | ||
| 167 | + ] [ sp:object _:b42 ; | ||
| 168 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 169 | + sp:subject _:b25 | ||
| 170 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Oil> ; | ||
| 171 | + sp:predicate rdf:type ; | ||
| 172 | + sp:subject _:b42 | ||
| 173 | + ] [ sp:object _:b43 ; | ||
| 174 | + sp:predicate rdf:type ; | ||
| 175 | + sp:subject _:b42 | ||
| 176 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; | ||
| 177 | + sp:predicate rdf:type ; | ||
| 178 | + sp:subject _:b43 | ||
| 179 | + ] [ sp:object _:b44 ; | ||
| 180 | + sp:predicate _:b45 ; | ||
| 181 | + sp:subject _:b43 | ||
| 182 | + ] [ sp:object _:b46 ; | ||
| 183 | + sp:predicate rdf:type ; | ||
| 184 | + sp:subject _:b42 | ||
| 185 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate> ; | ||
| 186 | + sp:predicate rdf:type ; | ||
| 187 | + sp:subject _:b46 | ||
| 188 | + ] [ sp:object _:b47 ; | ||
| 189 | + sp:predicate _:b48 ; | ||
| 190 | + sp:subject _:b46 | ||
| 191 | + ] [ sp:object _:b49 ; | ||
| 192 | + sp:predicate rdf:type ; | ||
| 193 | + sp:subject _:b42 | ||
| 194 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | ||
| 195 | + sp:predicate rdf:type ; | ||
| 196 | + sp:subject _:b49 | ||
| 197 | + ] [ sp:object _:b50 ; | ||
| 198 | + sp:predicate _:b51 ; | ||
| 199 | + sp:subject _:b49 | ||
| 200 | + ] [ sp:object _:b52 ; | ||
| 201 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 202 | + sp:subject _:b25 | ||
| 203 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Gas> ; | ||
| 204 | + sp:predicate rdf:type ; | ||
| 205 | + sp:subject _:b52 | ||
| 206 | + ] [ sp:object _:b53 ; | ||
| 207 | + sp:predicate rdf:type ; | ||
| 208 | + sp:subject _:b52 | ||
| 209 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; | ||
| 210 | + sp:predicate rdf:type ; | ||
| 211 | + sp:subject _:b53 | ||
| 212 | + ] [ sp:object _:b54 ; | ||
| 213 | + sp:predicate _:b55 ; | ||
| 214 | + sp:subject _:b53 | ||
| 215 | + ] [ sp:object _:b56 ; | ||
| 216 | + sp:predicate rdf:type ; | ||
| 217 | + sp:subject _:b52 | ||
| 218 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate> ; | ||
| 219 | + sp:predicate rdf:type ; | ||
| 220 | + sp:subject _:b56 | ||
| 221 | + ] [ sp:object _:b57 ; | ||
| 222 | + sp:predicate _:b58 ; | ||
| 223 | + sp:subject _:b56 | ||
| 224 | + ] [ sp:object _:b59 ; | ||
| 225 | + sp:predicate rdf:type ; | ||
| 226 | + sp:subject _:b52 | ||
| 227 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | ||
| 228 | + sp:predicate rdf:type ; | ||
| 229 | + sp:subject _:b59 | ||
| 230 | + ] [ sp:object _:b60 ; | ||
| 231 | + sp:predicate _:b61 ; | ||
| 232 | + sp:subject _:b59 | ||
| 233 | + ] [ sp:object _:b62 ; | ||
| 234 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestShutInPressure> ; | ||
| 109 | sp:subject _:b1 | 235 | sp:subject _:b1 |
| 110 | - ] [ sp:object _:b28 ; | 236 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; |
| 111 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#volWaterTotal> ; | 237 | + sp:predicate rdf:type ; |
| 238 | + sp:subject _:b62 | ||
| 239 | + ] [ sp:object _:b63 ; | ||
| 240 | + sp:predicate _:b64 ; | ||
| 241 | + sp:subject _:b62 | ||
| 242 | + ] [ sp:object _:b65 ; | ||
| 243 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestFlowingPressure> ; | ||
| 112 | sp:subject _:b1 | 244 | sp:subject _:b1 |
| 113 | - ] [ sp:object _:b29 ; | 245 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; |
| 114 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#volOilStored> ; | 246 | + sp:predicate rdf:type ; |
| 247 | + sp:subject _:b65 | ||
| 248 | + ] [ sp:object _:b66 ; | ||
| 249 | + sp:predicate _:b67 ; | ||
| 250 | + sp:subject _:b65 | ||
| 251 | + ] [ sp:object _:b68 ; | ||
| 252 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestBottomHolePressure> ; | ||
| 115 | sp:subject _:b1 | 253 | sp:subject _:b1 |
| 254 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; | ||
| 255 | + sp:predicate rdf:type ; | ||
| 256 | + sp:subject _:b68 | ||
| 257 | + ] [ sp:object _:b69 ; | ||
| 258 | + sp:predicate _:b70 ; | ||
| 259 | + sp:subject _:b68 | ||
| 260 | + ] [ sp:object _:b71 ; | ||
| 261 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#chlorideConcentration> ; | ||
| 262 | + sp:subject _:b52 | ||
| 263 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ; | ||
| 264 | + sp:predicate rdf:type ; | ||
| 265 | + sp:subject _:b71 | ||
| 266 | + ] [ sp:object _:b72 ; | ||
| 267 | + sp:predicate _:b73 ; | ||
| 268 | + sp:subject _:b71 | ||
| 269 | + ] [ sp:object _:b74 ; | ||
| 270 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#carbonDioxideConcentration> ; | ||
| 271 | + sp:subject _:b52 | ||
| 272 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ; | ||
| 273 | + sp:predicate rdf:type ; | ||
| 274 | + sp:subject _:b74 | ||
| 275 | + ] [ sp:object _:b75 ; | ||
| 276 | + sp:predicate _:b76 ; | ||
| 277 | + sp:subject _:b74 | ||
| 278 | + ] [ sp:object _:b77 ; | ||
| 279 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#hydrogenSulfideConcentration> ; | ||
| 280 | + sp:subject _:b52 | ||
| 281 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ; | ||
| 282 | + sp:predicate rdf:type ; | ||
| 283 | + sp:subject _:b77 | ||
| 284 | + ] [ sp:object _:b78 ; | ||
| 285 | + sp:predicate _:b79 ; | ||
| 286 | + sp:subject _:b77 | ||
| 287 | + ] [ sp:object _:b80 ; | ||
| 288 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellTestStoredOil> ; | ||
| 289 | + sp:subject _:b1 | ||
| 290 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Oil> ; | ||
| 291 | + sp:predicate rdf:type ; | ||
| 292 | + sp:subject _:b80 | ||
| 293 | + ] [ sp:object _:b81 ; | ||
| 294 | + sp:predicate rdf:type ; | ||
| 295 | + sp:subject _:b80 | ||
| 296 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | ||
| 297 | + sp:predicate rdf:type ; | ||
| 298 | + sp:subject _:b81 | ||
| 299 | + ] [ sp:object _:b82 ; | ||
| 300 | + sp:predicate _:b83 ; | ||
| 301 | + sp:subject _:b81 | ||
| 116 | ]) ; | 302 | ]) ; |
| 117 | - sp:where ([ sp:object _:b30 ; | 303 | + sp:where ([ sp:object _:b84 ; |
| 118 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ; | 304 | + sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ; |
| 119 | sp:subject spin:_this | 305 | sp:subject spin:_this |
| 120 | - ] [ sp:object _:b31 ; | 306 | + ] [ sp:object _:b85 ; |
| 121 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ; | 307 | + sp:predicate <http://www.witsml.org/schemas/1series#dTimStart> ; |
| 122 | sp:subject spin:_this | 308 | sp:subject spin:_this |
| 123 | - ] [ sp:object _:b32 ; | 309 | + ] [ sp:object _:b86 ; |
| 124 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#wellTestInfo> ; | 310 | + sp:predicate <http://www.witsml.org/schemas/1series#wellTestInfoRef> ; |
| 125 | sp:subject spin:_this | 311 | sp:subject spin:_this |
| 126 | - ] [ sp:object _:b33 ; | 312 | + ] [ sp:object _:b7 ; |
| 127 | - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ; | 313 | + sp:predicate <http://www.witsml.org/schemas/1series#dTim> ; |
| 128 | - sp:subject _:b32 | 314 | + sp:subject _:b86 |
| 129 | - ] [ sp:object _:b5 ; | 315 | + ] [ sp:object _:b4 ; |
| 130 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ; | ||
| 131 | - sp:subject _:b32 | ||
| 132 | - ] [ sp:object | ||
| 133 | - [ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string | ||
| 134 | - ] ; | ||
| 135 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 316 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 136 | sp:subject _:b2 | 317 | sp:subject _:b2 |
| 137 | - ] [ sp:object _:b34 ; | 318 | + ] [ sp:object _:b87 ; |
| 138 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumTestType> ; | 319 | + sp:predicate <http://www.witsml.org/schemas/1series#testTypeRef> ; |
| 139 | - sp:subject _:b32 | 320 | + sp:subject _:b86 |
| 140 | - ] [ sp:object _:b6 ; | ||
| 141 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#testNumber> ; | ||
| 142 | - sp:subject _:b32 | ||
| 143 | - ] [ sp:object _:b7 ; | ||
| 144 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ; | ||
| 145 | - sp:subject _:b32 | ||
| 146 | ] [ sp:object _:b8 ; | 321 | ] [ sp:object _:b8 ; |
| 147 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ; | 322 | + sp:predicate <http://www.witsml.org/schemas/1series#testNumber> ; |
| 148 | - sp:subject _:b32 | 323 | + sp:subject _:b86 |
| 149 | - ] [ rdf:type sp:Optional ; | 324 | + ] [ sp:object _:b88 ; |
| 150 | - sp:elements ([ sp:object _:b9 ; | 325 | + sp:predicate <http://www.witsml.org/schemas/1series#mdTopRef> ; |
| 151 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ; | 326 | + sp:subject _:b86 |
| 152 | - sp:subject _:b32 | 327 | + ] [ sp:object _:b89 ; |
| 328 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 329 | + sp:subject _:b88 | ||
| 153 | ] [ sp:object _:b10 ; | 330 | ] [ sp:object _:b10 ; |
| 154 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ; | 331 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 155 | - sp:subject _:b32 | 332 | + sp:subject _:b88 |
| 156 | - ]) | 333 | + ] [ sp:object _:b90 ; |
| 157 | - ] [ sp:object _:b11 ; | 334 | + sp:predicate <http://www.witsml.org/schemas/1series#mdBottomRef> ; |
| 158 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#chokeOrificeSize> ; | 335 | + sp:subject _:b86 |
| 159 | - sp:subject _:b32 | 336 | + ] [ sp:object _:b91 ; |
| 160 | - ] [ sp:object _:b12 ; | 337 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 161 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#densityOil> ; | 338 | + sp:subject _:b90 |
| 162 | - sp:subject _:b32 | ||
| 163 | ] [ sp:object _:b13 ; | 339 | ] [ sp:object _:b13 ; |
| 164 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#densityWater> ; | 340 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 165 | - sp:subject _:b32 | 341 | + sp:subject _:b90 |
| 166 | - ] [ sp:object _:b14 ; | 342 | + ] [ rdf:type sp:Optional ; |
| 167 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#densityGas> ; | 343 | + sp:elements ([ sp:object _:b92 ; |
| 168 | - sp:subject _:b32 | 344 | + sp:predicate <http://www.witsml.org/schemas/1series#tvdTopRef> ; |
| 169 | - ] [ sp:object _:b15 ; | 345 | + sp:subject _:b86 |
| 170 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#flowRateOil> ; | 346 | + ] [ sp:object _:b93 ; |
| 171 | - sp:subject _:b32 | 347 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 348 | + sp:subject _:b92 | ||
| 172 | ] [ sp:object _:b16 ; | 349 | ] [ sp:object _:b16 ; |
| 173 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#flowRateWater> ; | 350 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 174 | - sp:subject _:b32 | 351 | + sp:subject _:b92 |
| 175 | - ] [ sp:object _:b17 ; | 352 | + ]) |
| 176 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#flowRateGas> ; | 353 | + ] [ rdf:type sp:Optional ; |
| 177 | - sp:subject _:b32 | 354 | + sp:elements ([ sp:object _:b94 ; |
| 178 | - ] [ sp:object _:b18 ; | 355 | + sp:predicate <http://www.witsml.org/schemas/1series#tvdBottomRef> ; |
| 179 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presShutIn> ; | 356 | + sp:subject _:b86 |
| 180 | - sp:subject _:b32 | 357 | + ] [ sp:object _:b95 ; |
| 358 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 359 | + sp:subject _:b94 | ||
| 181 | ] [ sp:object _:b19 ; | 360 | ] [ sp:object _:b19 ; |
| 182 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presFlowing> ; | 361 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 183 | - sp:subject _:b32 | 362 | + sp:subject _:b94 |
| 184 | - ] [ sp:object _:b20 ; | 363 | + ]) |
| 185 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#presBottom> ; | 364 | + ] [ sp:object _:b96 ; |
| 186 | - sp:subject _:b32 | 365 | + sp:predicate <http://www.witsml.org/schemas/1series#chokeOrificeSizeRef> ; |
| 187 | - ] [ sp:object _:b21 ; | 366 | + sp:subject _:b86 |
| 188 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#gasOilRatio> ; | 367 | + ] [ sp:object _:b97 ; |
| 189 | - sp:subject _:b32 | 368 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 190 | - ] [ sp:object _:b22 ; | 369 | + sp:subject _:b96 |
| 191 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#waterOilRatio> ; | ||
| 192 | - sp:subject _:b32 | ||
| 193 | ] [ sp:object _:b23 ; | 370 | ] [ sp:object _:b23 ; |
| 194 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#chloride> ; | 371 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 195 | - sp:subject _:b32 | 372 | + sp:subject _:b96 |
| 196 | - ] [ sp:object _:b24 ; | 373 | + ] [ sp:object _:b98 ; |
| 197 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#carbonDioxide> ; | 374 | + sp:predicate <http://www.witsml.org/schemas/1series#densityOilRef> ; |
| 198 | - sp:subject _:b32 | 375 | + sp:subject _:b86 |
| 199 | - ] [ sp:object _:b25 ; | 376 | + ] [ sp:object _:b99 ; |
| 200 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hydrogenSulfide> ; | 377 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 201 | - sp:subject _:b32 | 378 | + sp:subject _:b98 |
| 202 | - ] [ sp:object _:b26 ; | 379 | + ] [ sp:object _:b44 ; |
| 203 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#volOilTotal> ; | 380 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 204 | - sp:subject _:b32 | 381 | + sp:subject _:b98 |
| 382 | + ] [ sp:object _:b100 ; | ||
| 383 | + sp:predicate <http://www.witsml.org/schemas/1series#densityWaterRef> ; | ||
| 384 | + sp:subject _:b86 | ||
| 385 | + ] [ sp:object _:b101 ; | ||
| 386 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 387 | + sp:subject _:b100 | ||
| 388 | + ] [ sp:object _:b34 ; | ||
| 389 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 390 | + sp:subject _:b100 | ||
| 391 | + ] [ sp:object _:b102 ; | ||
| 392 | + sp:predicate <http://www.witsml.org/schemas/1series#densityGasRef> ; | ||
| 393 | + sp:subject _:b86 | ||
| 394 | + ] [ sp:object _:b103 ; | ||
| 395 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 396 | + sp:subject _:b102 | ||
| 397 | + ] [ sp:object _:b54 ; | ||
| 398 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 399 | + sp:subject _:b102 | ||
| 400 | + ] [ sp:object _:b104 ; | ||
| 401 | + sp:predicate <http://www.witsml.org/schemas/1series#flowRateOilRef> ; | ||
| 402 | + sp:subject _:b86 | ||
| 403 | + ] [ sp:object _:b105 ; | ||
| 404 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 405 | + sp:subject _:b104 | ||
| 406 | + ] [ sp:object _:b47 ; | ||
| 407 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 408 | + sp:subject _:b104 | ||
| 409 | + ] [ sp:object _:b106 ; | ||
| 410 | + sp:predicate <http://www.witsml.org/schemas/1series#flowRateWaterRef> ; | ||
| 411 | + sp:subject _:b86 | ||
| 412 | + ] [ sp:object _:b107 ; | ||
| 413 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 414 | + sp:subject _:b106 | ||
| 415 | + ] [ sp:object _:b37 ; | ||
| 416 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 417 | + sp:subject _:b106 | ||
| 418 | + ] [ sp:object _:b108 ; | ||
| 419 | + sp:predicate <http://www.witsml.org/schemas/1series#flowRateGasRef> ; | ||
| 420 | + sp:subject _:b86 | ||
| 421 | + ] [ sp:object _:b109 ; | ||
| 422 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 423 | + sp:subject _:b108 | ||
| 424 | + ] [ sp:object _:b57 ; | ||
| 425 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 426 | + sp:subject _:b108 | ||
| 427 | + ] [ sp:object _:b110 ; | ||
| 428 | + sp:predicate <http://www.witsml.org/schemas/1series#presShutInRef> ; | ||
| 429 | + sp:subject _:b86 | ||
| 430 | + ] [ sp:object _:b111 ; | ||
| 431 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 432 | + sp:subject _:b110 | ||
| 433 | + ] [ sp:object _:b63 ; | ||
| 434 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 435 | + sp:subject _:b110 | ||
| 436 | + ] [ sp:object _:b112 ; | ||
| 437 | + sp:predicate <http://www.witsml.org/schemas/1series#presFlowingRef> ; | ||
| 438 | + sp:subject _:b86 | ||
| 439 | + ] [ sp:object _:b113 ; | ||
| 440 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 441 | + sp:subject _:b112 | ||
| 442 | + ] [ sp:object _:b66 ; | ||
| 443 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 444 | + sp:subject _:b112 | ||
| 445 | + ] [ sp:object _:b114 ; | ||
| 446 | + sp:predicate <http://www.witsml.org/schemas/1series#presBottomRef> ; | ||
| 447 | + sp:subject _:b86 | ||
| 448 | + ] [ sp:object _:b115 ; | ||
| 449 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 450 | + sp:subject _:b114 | ||
| 451 | + ] [ sp:object _:b69 ; | ||
| 452 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 453 | + sp:subject _:b114 | ||
| 454 | + ] [ sp:object _:b116 ; | ||
| 455 | + sp:predicate <http://www.witsml.org/schemas/1series#gasOilRatioRef> ; | ||
| 456 | + sp:subject _:b86 | ||
| 457 | + ] [ sp:object _:b117 ; | ||
| 458 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 459 | + sp:subject _:b116 | ||
| 460 | + ] [ sp:object _:b30 ; | ||
| 461 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 462 | + sp:subject _:b116 | ||
| 463 | + ] [ sp:object _:b118 ; | ||
| 464 | + sp:predicate <http://www.witsml.org/schemas/1series#waterOilRatioRef> ; | ||
| 465 | + sp:subject _:b86 | ||
| 466 | + ] [ sp:object _:b119 ; | ||
| 467 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 468 | + sp:subject _:b118 | ||
| 205 | ] [ sp:object _:b27 ; | 469 | ] [ sp:object _:b27 ; |
| 206 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#volGasTotal> ; | 470 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 207 | - sp:subject _:b32 | 471 | + sp:subject _:b118 |
| 208 | - ] [ sp:object _:b28 ; | 472 | + ] [ sp:object _:b120 ; |
| 209 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#volWaterTotal> ; | 473 | + sp:predicate <http://www.witsml.org/schemas/1series#chlorideRef> ; |
| 210 | - sp:subject _:b32 | 474 | + sp:subject _:b86 |
| 211 | - ] [ sp:object _:b29 ; | 475 | + ] [ sp:object _:b121 ; |
| 212 | - sp:predicate <http://www.reportinghub.no/ep/schema/ddr#volOilStored> ; | 476 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; |
| 213 | - sp:subject _:b32 | 477 | + sp:subject _:b120 |
| 478 | + ] [ sp:object _:b72 ; | ||
| 479 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 480 | + sp:subject _:b120 | ||
| 481 | + ] [ sp:object _:b122 ; | ||
| 482 | + sp:predicate <http://www.witsml.org/schemas/1series#carbonDioxideRef> ; | ||
| 483 | + sp:subject _:b86 | ||
| 484 | + ] [ sp:object _:b123 ; | ||
| 485 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 486 | + sp:subject _:b122 | ||
| 487 | + ] [ sp:object _:b75 ; | ||
| 488 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 489 | + sp:subject _:b122 | ||
| 490 | + ] [ sp:object _:b124 ; | ||
| 491 | + sp:predicate <http://www.witsml.org/schemas/1series#hydrogenSulfideRef> ; | ||
| 492 | + sp:subject _:b86 | ||
| 493 | + ] [ sp:object _:b125 ; | ||
| 494 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 495 | + sp:subject _:b124 | ||
| 496 | + ] [ sp:object _:b78 ; | ||
| 497 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 498 | + sp:subject _:b124 | ||
| 499 | + ] [ sp:object _:b126 ; | ||
| 500 | + sp:predicate <http://www.witsml.org/schemas/1series#volOilTotalRef> ; | ||
| 501 | + sp:subject _:b86 | ||
| 502 | + ] [ sp:object _:b127 ; | ||
| 503 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 504 | + sp:subject _:b126 | ||
| 505 | + ] [ sp:object _:b50 ; | ||
| 506 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 507 | + sp:subject _:b126 | ||
| 508 | + ] [ sp:object _:b128 ; | ||
| 509 | + sp:predicate <http://www.witsml.org/schemas/1series#volGasTotalRef> ; | ||
| 510 | + sp:subject _:b86 | ||
| 511 | + ] [ sp:object _:b129 ; | ||
| 512 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 513 | + sp:subject _:b128 | ||
| 514 | + ] [ sp:object _:b60 ; | ||
| 515 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 516 | + sp:subject _:b128 | ||
| 517 | + ] [ sp:object _:b130 ; | ||
| 518 | + sp:predicate <http://www.witsml.org/schemas/1series#volWaterTotalRef> ; | ||
| 519 | + sp:subject _:b86 | ||
| 520 | + ] [ sp:object _:b131 ; | ||
| 521 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 522 | + sp:subject _:b130 | ||
| 523 | + ] [ sp:object _:b40 ; | ||
| 524 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 525 | + sp:subject _:b130 | ||
| 526 | + ] [ sp:object _:b132 ; | ||
| 527 | + sp:predicate <http://www.witsml.org/schemas/1series#volOilStoredRef> ; | ||
| 528 | + sp:subject _:b86 | ||
| 529 | + ] [ sp:object _:b133 ; | ||
| 530 | + sp:predicate <http://www.witsml.org/schemas/1series#uomRef> ; | ||
| 531 | + sp:subject _:b132 | ||
| 532 | + ] [ sp:object _:b82 ; | ||
| 533 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 534 | + sp:subject _:b132 | ||
| 214 | ] [ rdf:type sp:Bind ; | 535 | ] [ rdf:type sp:Bind ; |
| 215 | sp:expression | 536 | sp:expression |
| 216 | [ rdf:type ep-spin-lib:normalizeString ; | 537 | [ rdf:type ep-spin-lib:normalizeString ; |
| 217 | - sp:arg1 _:b30 | 538 | + sp:arg1 _:b84 |
| 218 | ] ; | 539 | ] ; |
| 219 | - sp:variable _:b35 | 540 | + sp:variable _:b134 |
| 220 | ] [ rdf:type sp:Bind ; | 541 | ] [ rdf:type sp:Bind ; |
| 221 | sp:expression | 542 | sp:expression |
| 222 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 543 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 223 | - sp:arg1 _:b35 ; | 544 | + sp:arg1 _:b134 ; |
| 224 | - sp:arg2 _:b31 | 545 | + sp:arg2 _:b85 |
| 225 | ] ; | 546 | ] ; |
| 226 | sp:variable _:b2 | 547 | sp:variable _:b2 |
| 227 | ] [ rdf:type sp:Bind ; | 548 | ] [ rdf:type sp:Bind ; |
| 228 | sp:expression | 549 | sp:expression |
| 550 | + [ rdf:type afn:localname ; | ||
| 551 | + sp:arg1 _:b86 | ||
| 552 | + ] ; | ||
| 553 | + sp:variable _:b135 | ||
| 554 | + ] [ rdf:type sp:Bind ; | ||
| 555 | + sp:expression | ||
| 229 | [ rdf:type ep-spin-lib:buildWellTestURI ; | 556 | [ rdf:type ep-spin-lib:buildWellTestURI ; |
| 230 | - sp:arg1 _:b35 ; | 557 | + sp:arg1 _:b134 ; |
| 231 | - sp:arg2 _:b33 | 558 | + sp:arg2 _:b135 |
| 232 | ] ; | 559 | ] ; |
| 233 | sp:variable _:b1 | 560 | sp:variable _:b1 |
| 234 | ] [ rdf:type sp:Bind ; | 561 | ] [ rdf:type sp:Bind ; |
| 235 | sp:expression | 562 | sp:expression |
| 236 | - [ rdf:type ep-spin-lib:buildPartOfAWellBoreDuringWellTestURI ; | 563 | + [ rdf:type ep-spin-lib:selectWellTestType ; |
| 237 | - sp:arg1 _:b35 ; | 564 | + sp:arg1 _:b87 |
| 238 | - sp:arg2 _:b33 | ||
| 239 | ] ; | 565 | ] ; |
| 240 | - sp:variable _:b3 | 566 | + sp:variable _:b6 |
| 241 | ] [ rdf:type sp:Bind ; | 567 | ] [ rdf:type sp:Bind ; |
| 242 | sp:expression | 568 | sp:expression |
| 243 | - [ rdf:type ep-spin-lib:selectWellTestType ; | 569 | + [ rdf:type ep-spin-lib:selectLengthScale ; |
| 244 | - sp:arg1 _:b34 | 570 | + sp:arg1 _:b89 |
| 571 | + ] ; | ||
| 572 | + sp:variable _:b11 | ||
| 573 | + ] [ rdf:type sp:Bind ; | ||
| 574 | + sp:expression | ||
| 575 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 576 | + sp:arg1 _:b93 | ||
| 245 | ] ; | 577 | ] ; |
| 246 | - sp:variable _:b4 | 578 | + sp:variable _:b17 |
| 579 | + ] [ rdf:type sp:Bind ; | ||
| 580 | + sp:expression | ||
| 581 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 582 | + sp:arg1 _:b91 | ||
| 583 | + ] ; | ||
| 584 | + sp:variable _:b14 | ||
| 585 | + ] [ rdf:type sp:Bind ; | ||
| 586 | + sp:expression | ||
| 587 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 588 | + sp:arg1 _:b95 | ||
| 589 | + ] ; | ||
| 590 | + sp:variable _:b20 | ||
| 591 | + ] [ rdf:type sp:Bind ; | ||
| 592 | + sp:expression | ||
| 593 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 594 | + sp:arg1 _:b97 | ||
| 595 | + ] ; | ||
| 596 | + sp:variable _:b24 | ||
| 597 | + ] [ rdf:type sp:Bind ; | ||
| 598 | + sp:expression | ||
| 599 | + [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | ||
| 600 | + sp:arg1 _:b119 | ||
| 601 | + ] ; | ||
| 602 | + sp:variable _:b28 | ||
| 603 | + ] [ rdf:type sp:Bind ; | ||
| 604 | + sp:expression | ||
| 605 | + [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | ||
| 606 | + sp:arg1 _:b117 | ||
| 607 | + ] ; | ||
| 608 | + sp:variable _:b31 | ||
| 609 | + ] [ rdf:type sp:Bind ; | ||
| 610 | + sp:expression | ||
| 611 | + [ rdf:type ep-spin-lib:selectDensityScale ; | ||
| 612 | + sp:arg1 _:b101 | ||
| 613 | + ] ; | ||
| 614 | + sp:variable _:b35 | ||
| 615 | + ] [ rdf:type sp:Bind ; | ||
| 616 | + sp:expression | ||
| 617 | + [ rdf:type ep-spin-lib:selectDensityScale ; | ||
| 618 | + sp:arg1 _:b99 | ||
| 619 | + ] ; | ||
| 620 | + sp:variable _:b45 | ||
| 621 | + ] [ rdf:type sp:Bind ; | ||
| 622 | + sp:expression | ||
| 623 | + [ rdf:type ep-spin-lib:selectDensityScale ; | ||
| 624 | + sp:arg1 _:b103 | ||
| 625 | + ] ; | ||
| 626 | + sp:variable _:b55 | ||
| 627 | + ] [ rdf:type sp:Bind ; | ||
| 628 | + sp:expression | ||
| 629 | + [ rdf:type ep-spin-lib:selectVolumetricFlowRateScale ; | ||
| 630 | + sp:arg1 _:b109 | ||
| 631 | + ] ; | ||
| 632 | + sp:variable _:b58 | ||
| 633 | + ] [ rdf:type sp:Bind ; | ||
| 634 | + sp:expression | ||
| 635 | + [ rdf:type ep-spin-lib:selectVolumetricFlowRateScale ; | ||
| 636 | + sp:arg1 _:b107 | ||
| 637 | + ] ; | ||
| 638 | + sp:variable _:b38 | ||
| 639 | + ] [ rdf:type sp:Bind ; | ||
| 640 | + sp:expression | ||
| 641 | + [ rdf:type ep-spin-lib:selectVolumetricFlowRateScale ; | ||
| 642 | + sp:arg1 _:b105 | ||
| 643 | + ] ; | ||
| 644 | + sp:variable _:b48 | ||
| 645 | + ] [ rdf:type sp:Bind ; | ||
| 646 | + sp:expression | ||
| 647 | + [ rdf:type ep-spin-lib:selectVolumeScale ; | ||
| 648 | + sp:arg1 _:b127 | ||
| 649 | + ] ; | ||
| 650 | + sp:variable _:b51 | ||
| 651 | + ] [ rdf:type sp:Bind ; | ||
| 652 | + sp:expression | ||
| 653 | + [ rdf:type ep-spin-lib:selectVolumeScale ; | ||
| 654 | + sp:arg1 _:b129 | ||
| 655 | + ] ; | ||
| 656 | + sp:variable _:b61 | ||
| 657 | + ] [ rdf:type sp:Bind ; | ||
| 658 | + sp:expression | ||
| 659 | + [ rdf:type ep-spin-lib:selectVolumeScale ; | ||
| 660 | + sp:arg1 _:b131 | ||
| 661 | + ] ; | ||
| 662 | + sp:variable _:b41 | ||
| 663 | + ] [ rdf:type sp:Bind ; | ||
| 664 | + sp:expression | ||
| 665 | + [ rdf:type ep-spin-lib:selectVolumeScale ; | ||
| 666 | + sp:arg1 _:b133 | ||
| 667 | + ] ; | ||
| 668 | + sp:variable _:b83 | ||
| 669 | + ] [ rdf:type sp:Bind ; | ||
| 670 | + sp:expression | ||
| 671 | + [ rdf:type ep-spin-lib:selectPressureScale ; | ||
| 672 | + sp:arg1 _:b111 | ||
| 673 | + ] ; | ||
| 674 | + sp:variable _:b64 | ||
| 675 | + ] [ rdf:type sp:Bind ; | ||
| 676 | + sp:expression | ||
| 677 | + [ rdf:type ep-spin-lib:selectPressureScale ; | ||
| 678 | + sp:arg1 _:b113 | ||
| 679 | + ] ; | ||
| 680 | + sp:variable _:b67 | ||
| 681 | + ] [ rdf:type sp:Bind ; | ||
| 682 | + sp:expression | ||
| 683 | + [ rdf:type ep-spin-lib:selectPressureScale ; | ||
| 684 | + sp:arg1 _:b115 | ||
| 685 | + ] ; | ||
| 686 | + sp:variable _:b70 | ||
| 687 | + ] [ rdf:type sp:Bind ; | ||
| 688 | + sp:expression | ||
| 689 | + [ rdf:type ep-spin-lib:selectSpecificMassScale ; | ||
| 690 | + sp:arg1 _:b121 | ||
| 691 | + ] ; | ||
| 692 | + sp:variable _:b73 | ||
| 693 | + ] [ rdf:type sp:Bind ; | ||
| 694 | + sp:expression | ||
| 695 | + [ rdf:type ep-spin-lib:selectSpecificMassScale ; | ||
| 696 | + sp:arg1 _:b123 | ||
| 697 | + ] ; | ||
| 698 | + sp:variable _:b76 | ||
| 699 | + ] [ rdf:type sp:Bind ; | ||
| 700 | + sp:expression | ||
| 701 | + [ rdf:type ep-spin-lib:selectSpecificMassScale ; | ||
| 702 | + sp:arg1 _:b125 | ||
| 703 | + ] ; | ||
| 704 | + sp:variable _:b79 | ||
| 247 | ]) | 705 | ]) |
| 248 | ] . | 706 | ] . |
| 249 | 707 | ||
| 250 | -<http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo> | 708 | +_:b79 |
| 251 | - rdf:type owl:Ontology ; | 709 | + sp:varName "specificMassScaleHydrogenSulfide"^^xsd:string . |
| 252 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> ; | ||
| 253 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 254 | 710 | ||
| 255 | -_:b30 | 711 | +_:b76 |
| 256 | - sp:varName "nameWellBore"^^xsd:string . | 712 | + sp:varName "specificMassScaleCarbonDioxide"^^xsd:string . |
| 257 | 713 | ||
| 258 | -_:b31 | 714 | +_:b73 |
| 259 | - sp:varName "dTimStart"^^xsd:string . | 715 | + sp:varName "specificMassScaleChloride"^^xsd:string . |
| 260 | 716 | ||
| 261 | -_:b32 | 717 | +_:b70 |
| 262 | - sp:varName "wellTestInfo"^^xsd:string . | 718 | + sp:varName "pressureScaleBottom"^^xsd:string . |
| 263 | 719 | ||
| 264 | -_:b33 | 720 | +_:b67 |
| 265 | - sp:varName "index"^^xsd:string . | 721 | + sp:varName "pressureScaleFlowing"^^xsd:string . |
| 266 | 722 | ||
| 267 | -_:b5 sp:varName "dTimWellTest"^^xsd:string . | 723 | +_:b64 |
| 724 | + sp:varName "pressureScaleShutIn"^^xsd:string . | ||
| 268 | 725 | ||
| 269 | -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | 726 | +_:b83 |
| 727 | + sp:varName "volumeScaleStored"^^xsd:string . | ||
| 270 | 728 | ||
| 271 | -_:b34 | 729 | +_:b41 |
| 272 | - sp:varName "enumTestType"^^xsd:string . | 730 | + sp:varName "volumeScaleWater"^^xsd:string . |
| 273 | 731 | ||
| 274 | -_:b6 sp:varName "testNumber"^^xsd:string . | 732 | +_:b61 |
| 733 | + sp:varName "volumeScaleGas"^^xsd:string . | ||
| 275 | 734 | ||
| 276 | -_:b7 sp:varName "mdTop"^^xsd:string . | 735 | +_:b51 |
| 736 | + sp:varName "volumeScaleOil"^^xsd:string . | ||
| 277 | 737 | ||
| 278 | -_:b8 sp:varName "mdBottom"^^xsd:string . | 738 | +_:b48 |
| 739 | + sp:varName "volumetricFlowRateScaleOil"^^xsd:string . | ||
| 279 | 740 | ||
| 280 | -_:b9 sp:varName "tvdTop"^^xsd:string . | 741 | +_:b38 |
| 742 | + sp:varName "volumetricFlowRateScaleWater"^^xsd:string . | ||
| 281 | 743 | ||
| 282 | -_:b10 | 744 | +_:b58 |
| 283 | - sp:varName "tvdBottom"^^xsd:string . | 745 | + sp:varName "volumetricFlowRateScaleGas"^^xsd:string . |
| 284 | 746 | ||
| 285 | -_:b11 | 747 | +_:b55 |
| 286 | - sp:varName "chokeOrificeSize"^^xsd:string . | 748 | + sp:varName "densityScaleGas"^^xsd:string . |
| 287 | 749 | ||
| 288 | -_:b12 | 750 | +_:b45 |
| 289 | - sp:varName "densityOil"^^xsd:string . | 751 | + sp:varName "densityScaleOil"^^xsd:string . |
| 290 | 752 | ||
| 291 | -_:b13 | 753 | +_:b35 |
| 292 | - sp:varName "densityWater"^^xsd:string . | 754 | + sp:varName "densityScaleWater"^^xsd:string . |
| 293 | 755 | ||
| 294 | -_:b14 | 756 | +_:b31 |
| 295 | - sp:varName "densityGas"^^xsd:string . | 757 | + sp:varName "specificVolumeScaleGasOil"^^xsd:string . |
| 296 | 758 | ||
| 297 | -_:b15 | 759 | +_:b28 |
| 298 | - sp:varName "flowRateOil"^^xsd:string . | 760 | + sp:varName "specificVolumeScaleWaterOil"^^xsd:string . |
| 299 | 761 | ||
| 300 | -_:b16 | 762 | +_:b24 |
| 301 | - sp:varName "flowRateWater"^^xsd:string . | 763 | + sp:varName "lengthScaleOrifice"^^xsd:string . |
| 764 | + | ||
| 765 | +_:b20 | ||
| 766 | + sp:varName "lengthScaleTvdBottom"^^xsd:string . | ||
| 767 | + | ||
| 768 | +_:b14 | ||
| 769 | + sp:varName "lengthScaleMdBottom"^^xsd:string . | ||
| 302 | 770 | ||
| 303 | _:b17 | 771 | _:b17 |
| 304 | - sp:varName "flowRateGas"^^xsd:string . | 772 | + sp:varName "lengthScaleTvdTop"^^xsd:string . |
| 305 | 773 | ||
| 306 | -_:b18 | 774 | +_:b11 |
| 307 | - sp:varName "presShutIn"^^xsd:string . | 775 | + sp:varName "lengthScaleMdTop"^^xsd:string . |
| 308 | 776 | ||
| 309 | -_:b19 | 777 | +_:b6 sp:varName "wellTestType"^^xsd:string . |
| 310 | - sp:varName "presFlowing"^^xsd:string . | ||
| 311 | 778 | ||
| 312 | -_:b20 | 779 | +_:b1 sp:varName "wellTest"^^xsd:string . |
| 313 | - sp:varName "pressBottom"^^xsd:string . | ||
| 314 | 780 | ||
| 315 | -_:b21 | 781 | +_:b135 |
| 316 | - sp:varName "gasOilRatio"^^xsd:string . | 782 | + sp:varName "localname"^^xsd:string . |
| 317 | 783 | ||
| 318 | -_:b22 | 784 | +_:b134 |
| 319 | - sp:varName "waterOilRatio"^^xsd:string . | 785 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 320 | 786 | ||
| 321 | -_:b23 | 787 | +_:b82 |
| 322 | - sp:varName "chloride"^^xsd:string . | 788 | + sp:varName "realStored"^^xsd:string . |
| 323 | 789 | ||
| 324 | -_:b24 | 790 | +_:b133 |
| 325 | - sp:varName "carbonDioxide"^^xsd:string . | 791 | + sp:varName "uomStored"^^xsd:string . |
| 326 | 792 | ||
| 327 | -_:b25 | 793 | +_:b132 |
| 328 | - sp:varName "hydrogenSulfide"^^xsd:string . | 794 | + sp:varName "volOilStored"^^xsd:string . |
| 795 | + | ||
| 796 | +_:b40 | ||
| 797 | + sp:varName "realVolumeWater"^^xsd:string . | ||
| 329 | 798 | ||
| 330 | -_:b26 | 799 | +_:b131 |
| 800 | + sp:varName "uomVolumeWater"^^xsd:string . | ||
| 801 | + | ||
| 802 | +_:b130 | ||
| 803 | + sp:varName "volWaterTotal"^^xsd:string . | ||
| 804 | + | ||
| 805 | +_:b60 | ||
| 806 | + sp:varName "realVolumeGas"^^xsd:string . | ||
| 807 | + | ||
| 808 | +_:b129 | ||
| 809 | + sp:varName "uomVolumeGas"^^xsd:string . | ||
| 810 | + | ||
| 811 | +_:b128 | ||
| 812 | + sp:varName "volGasTotal"^^xsd:string . | ||
| 813 | + | ||
| 814 | +_:b50 | ||
| 815 | + sp:varName "realVolumeOil"^^xsd:string . | ||
| 816 | + | ||
| 817 | +_:b127 | ||
| 818 | + sp:varName "uomVolumeOil"^^xsd:string . | ||
| 819 | + | ||
| 820 | +_:b126 | ||
| 331 | sp:varName "volOilTotal"^^xsd:string . | 821 | sp:varName "volOilTotal"^^xsd:string . |
| 332 | 822 | ||
| 823 | +_:b78 | ||
| 824 | + sp:varName "realHydrogenSulfide"^^xsd:string . | ||
| 825 | + | ||
| 826 | +_:b125 | ||
| 827 | + sp:varName "uomHydrogenSulfide"^^xsd:string . | ||
| 828 | + | ||
| 829 | +_:b124 | ||
| 830 | + sp:varName "hydrogenSulfide"^^xsd:string . | ||
| 831 | + | ||
| 832 | +_:b75 | ||
| 833 | + sp:varName "realCarbonDioxide"^^xsd:string . | ||
| 834 | + | ||
| 835 | +_:b123 | ||
| 836 | + sp:varName "uomCarbonDioxide"^^xsd:string . | ||
| 837 | + | ||
| 838 | +_:b122 | ||
| 839 | + sp:varName "carbonDioxide"^^xsd:string . | ||
| 840 | + | ||
| 841 | +_:b72 | ||
| 842 | + sp:varName "realChloride"^^xsd:string . | ||
| 843 | + | ||
| 844 | +_:b121 | ||
| 845 | + sp:varName "uomChloride"^^xsd:string . | ||
| 846 | + | ||
| 847 | +_:b120 | ||
| 848 | + sp:varName "chloride"^^xsd:string . | ||
| 849 | + | ||
| 333 | _:b27 | 850 | _:b27 |
| 334 | - sp:varName "volGasTotal"^^xsd:string . | 851 | + sp:varName "realWaterOil"^^xsd:string . |
| 335 | 852 | ||
| 336 | -_:b28 | 853 | +_:b119 |
| 337 | - sp:varName "volWaterTotal"^^xsd:string . | 854 | + sp:varName "uomWaterOil"^^xsd:string . |
| 338 | 855 | ||
| 339 | -_:b29 | 856 | +_:b118 |
| 340 | - sp:varName "volOilStored"^^xsd:string . | 857 | + sp:varName "waterOilRatio"^^xsd:string . |
| 341 | 858 | ||
| 342 | -_:b35 | 859 | +_:b30 |
| 343 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 860 | + sp:varName "realGasOil"^^xsd:string . |
| 344 | 861 | ||
| 345 | -_:b1 sp:varName "wellTest"^^xsd:string . | 862 | +_:b117 |
| 863 | + sp:varName "uomGasOil"^^xsd:string . | ||
| 864 | + | ||
| 865 | +_:b116 | ||
| 866 | + sp:varName "gasOilRatio"^^xsd:string . | ||
| 867 | + | ||
| 868 | +_:b69 | ||
| 869 | + sp:varName "realBottom"^^xsd:string . | ||
| 870 | + | ||
| 871 | +_:b115 | ||
| 872 | + sp:varName "uomBottom"^^xsd:string . | ||
| 873 | + | ||
| 874 | +_:b114 | ||
| 875 | + sp:varName "presBottom"^^xsd:string . | ||
| 876 | + | ||
| 877 | +_:b66 | ||
| 878 | + sp:varName "realFlowing"^^xsd:string . | ||
| 879 | + | ||
| 880 | +_:b113 | ||
| 881 | + sp:varName "uomFlowing"^^xsd:string . | ||
| 882 | + | ||
| 883 | +_:b112 | ||
| 884 | + sp:varName "presFlowing"^^xsd:string . | ||
| 885 | + | ||
| 886 | +_:b63 | ||
| 887 | + sp:varName "realShutIn"^^xsd:string . | ||
| 888 | + | ||
| 889 | +_:b111 | ||
| 890 | + sp:varName "uomShutIn"^^xsd:string . | ||
| 891 | + | ||
| 892 | +_:b110 | ||
| 893 | + sp:varName "presShutIn"^^xsd:string . | ||
| 894 | + | ||
| 895 | +_:b57 | ||
| 896 | + sp:varName "realFlowRateGas"^^xsd:string . | ||
| 897 | + | ||
| 898 | +_:b109 | ||
| 899 | + sp:varName "uomFlowRateGas"^^xsd:string . | ||
| 900 | + | ||
| 901 | +_:b108 | ||
| 902 | + sp:varName "flowRateGas"^^xsd:string . | ||
| 903 | + | ||
| 904 | +_:b37 | ||
| 905 | + sp:varName "realFlowRateWater"^^xsd:string . | ||
| 906 | + | ||
| 907 | +_:b107 | ||
| 908 | + sp:varName "uomFlowRateWater"^^xsd:string . | ||
| 909 | + | ||
| 910 | +_:b106 | ||
| 911 | + sp:varName "flowRateWater"^^xsd:string . | ||
| 912 | + | ||
| 913 | +_:b47 | ||
| 914 | + sp:varName "realFlowRateOil"^^xsd:string . | ||
| 915 | + | ||
| 916 | +_:b105 | ||
| 917 | + sp:varName "uomFlowRateOil"^^xsd:string . | ||
| 918 | + | ||
| 919 | +_:b104 | ||
| 920 | + sp:varName "flowRateOil"^^xsd:string . | ||
| 921 | + | ||
| 922 | +_:b54 | ||
| 923 | + sp:varName "realDensityGas"^^xsd:string . | ||
| 346 | 924 | ||
| 347 | -_:b3 sp:varName "testedPartOfAWellBore"^^xsd:string . | 925 | +_:b103 |
| 926 | + sp:varName "uomDensityGas"^^xsd:string . | ||
| 348 | 927 | ||
| 349 | -_:b4 sp:varName "wellTestType"^^xsd:string . | 928 | +_:b102 |
| 929 | + sp:varName "densityGas"^^xsd:string . | ||
| 930 | + | ||
| 931 | +_:b34 | ||
| 932 | + sp:varName "realDensityWater"^^xsd:string . | ||
| 933 | + | ||
| 934 | +_:b101 | ||
| 935 | + sp:varName "uomDensityWater"^^xsd:string . | ||
| 936 | + | ||
| 937 | +_:b100 | ||
| 938 | + sp:varName "densityWater"^^xsd:string . | ||
| 939 | + | ||
| 940 | +_:b44 | ||
| 941 | + sp:varName "realDensityOil"^^xsd:string . | ||
| 942 | + | ||
| 943 | +_:b99 | ||
| 944 | + sp:varName "uomDensityOil"^^xsd:string . | ||
| 945 | + | ||
| 946 | +_:b98 | ||
| 947 | + sp:varName "densityOil"^^xsd:string . | ||
| 948 | + | ||
| 949 | +_:b23 | ||
| 950 | + sp:varName "realOrifice"^^xsd:string . | ||
| 951 | + | ||
| 952 | +_:b97 | ||
| 953 | + sp:varName "uomOrifice"^^xsd:string . | ||
| 954 | + | ||
| 955 | +_:b96 | ||
| 956 | + sp:varName "chokeOrificeSize"^^xsd:string . | ||
| 957 | + | ||
| 958 | +_:b19 | ||
| 959 | + sp:varName "realTvdBottom"^^xsd:string . | ||
| 960 | + | ||
| 961 | +_:b95 | ||
| 962 | + sp:varName "uomTvdBottom"^^xsd:string . | ||
| 963 | + | ||
| 964 | +_:b94 | ||
| 965 | + sp:varName "tvdBottom"^^xsd:string . | ||
| 966 | + | ||
| 967 | +_:b16 | ||
| 968 | + sp:varName "realTvdTop"^^xsd:string . | ||
| 969 | + | ||
| 970 | +_:b93 | ||
| 971 | + sp:varName "uomTvdTop"^^xsd:string . | ||
| 972 | + | ||
| 973 | +_:b92 | ||
| 974 | + sp:varName "tvdTop"^^xsd:string . | ||
| 975 | + | ||
| 976 | +_:b13 | ||
| 977 | + sp:varName "realMdBottom"^^xsd:string . | ||
| 978 | + | ||
| 979 | +_:b91 | ||
| 980 | + sp:varName "uomMdBottom"^^xsd:string . | ||
| 981 | + | ||
| 982 | +_:b90 | ||
| 983 | + sp:varName "mdBottom"^^xsd:string . | ||
| 984 | + | ||
| 985 | +_:b10 | ||
| 986 | + sp:varName "realMdTop"^^xsd:string . | ||
| 987 | + | ||
| 988 | +_:b89 | ||
| 989 | + sp:varName "uomMdTop"^^xsd:string . | ||
| 990 | + | ||
| 991 | +_:b88 | ||
| 992 | + sp:varName "mdTop"^^xsd:string . | ||
| 993 | + | ||
| 994 | +_:b8 sp:varName "testNumber"^^xsd:string . | ||
| 995 | + | ||
| 996 | +_:b87 | ||
| 997 | + sp:varName "enumTestType"^^xsd:string . | ||
| 998 | + | ||
| 999 | +_:b4 sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string . | ||
| 1000 | + | ||
| 1001 | +_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 1002 | + | ||
| 1003 | +_:b7 sp:varName "dTimWellTest"^^xsd:string . | ||
| 1004 | + | ||
| 1005 | +_:b86 | ||
| 1006 | + sp:varName "wellTestInfo"^^xsd:string . | ||
| 1007 | + | ||
| 1008 | +_:b85 | ||
| 1009 | + sp:varName "dTimStart"^^xsd:string . | ||
| 1010 | + | ||
| 1011 | +_:b84 | ||
| 1012 | + sp:varName "nameWellBore"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Mon Aug 22 12:56:53 BST 2011 | 1 | +# Saved by TopBraid on Sun Sep 25 13:40:06 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#> . | ... | ... |
-
Please register or login to post a comment