Showing
13 changed files
with
1679 additions
and
1613 deletions
| 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/activity | 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/activity |
| 2 | # imports: http://www.linkedmodel.org/1.1/schema/ordered | 2 | # imports: http://www.linkedmodel.org/1.1/schema/ordered |
| 3 | -# imports: http://www.linkedmodel.org/1.2/schema/vaem | ||
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
| 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility |
| ... | @@ -18,7 +17,7 @@ | ... | @@ -18,7 +17,7 @@ |
| 18 | 17 | ||
| 19 | <http://www.reportinghub.no/ep/schema/1.0/activity> | 18 | <http://www.reportinghub.no/ep/schema/1.0/activity> |
| 20 | rdf:type owl:Ontology ; | 19 | rdf:type owl:Ontology ; |
| 21 | - owl:imports <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/well> ; | 20 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; |
| 22 | owl:versionInfo "0.1.0"^^xsd:string . | 21 | owl:versionInfo "0.1.0"^^xsd:string . |
| 23 | 22 | ||
| 24 | ep-activity:Activity | 23 | ep-activity:Activity |
| ... | @@ -27,33 +26,33 @@ ep-activity:Activity | ... | @@ -27,33 +26,33 @@ ep-activity:Activity |
| 27 | rdfs:subClassOf ep-core:PhysicalThing ; | 26 | rdfs:subClassOf ep-core:PhysicalThing ; |
| 28 | rdfs:subClassOf | 27 | rdfs:subClassOf |
| 29 | [ rdf:type owl:Restriction ; | 28 | [ rdf:type owl:Restriction ; |
| 30 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 29 | + owl:allValuesFrom ep-activity:Activity ; |
| 31 | - owl:onProperty ep-activity:finishedAt | 30 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> |
| 32 | ] ; | 31 | ] ; |
| 33 | rdfs:subClassOf | 32 | rdfs:subClassOf |
| 34 | [ rdf:type owl:Restriction ; | 33 | [ rdf:type owl:Restriction ; |
| 35 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 34 | + owl:allValuesFrom ep-activity:Activity ; |
| 36 | - owl:onProperty ep-activity:startedAt | 35 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> |
| 37 | ] ; | 36 | ] ; |
| 38 | rdfs:subClassOf | 37 | rdfs:subClassOf |
| 39 | [ rdf:type owl:Restriction ; | 38 | [ rdf:type owl:Restriction ; |
| 40 | owl:allValuesFrom ep-activity:Activity ; | 39 | owl:allValuesFrom ep-activity:Activity ; |
| 41 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> | 40 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> |
| 42 | ] ; | 41 | ] ; |
| 43 | rdfs:subClassOf | 42 | rdfs:subClassOf |
| 44 | [ rdf:type owl:Restriction ; | 43 | [ rdf:type owl:Restriction ; |
| 45 | owl:allValuesFrom ep-activity:Activity ; | 44 | owl:allValuesFrom ep-activity:Activity ; |
| 46 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> | 45 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> |
| 47 | ] ; | 46 | ] ; |
| 48 | rdfs:subClassOf | 47 | rdfs:subClassOf |
| 49 | [ rdf:type owl:Restriction ; | 48 | [ rdf:type owl:Restriction ; |
| 50 | - owl:allValuesFrom ep-activity:Activity ; | 49 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
| 51 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> | 50 | + owl:onProperty ep-activity:startedAt |
| 52 | ] ; | 51 | ] ; |
| 53 | rdfs:subClassOf | 52 | rdfs:subClassOf |
| 54 | [ rdf:type owl:Restriction ; | 53 | [ rdf:type owl:Restriction ; |
| 55 | - owl:allValuesFrom ep-activity:Activity ; | 54 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
| 56 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> | 55 | + owl:onProperty ep-activity:finishedAt |
| 57 | ] . | 56 | ] . |
| 58 | 57 | ||
| 59 | ep-activity:ActivitySuccessType | 58 | ep-activity:ActivitySuccessType |
| ... | @@ -67,13 +66,13 @@ ep-activity:DailyDrillingActivity | ... | @@ -67,13 +66,13 @@ ep-activity:DailyDrillingActivity |
| 67 | rdfs:subClassOf ep-activity:DrillingActivity ; | 66 | rdfs:subClassOf ep-activity:DrillingActivity ; |
| 68 | rdfs:subClassOf | 67 | rdfs:subClassOf |
| 69 | [ rdf:type owl:Restriction ; | 68 | [ rdf:type owl:Restriction ; |
| 70 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 69 | + owl:allValuesFrom ep-activity:Activity ; |
| 71 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | 70 | + owl:onProperty ep-core:hasPart |
| 72 | ] ; | 71 | ] ; |
| 73 | rdfs:subClassOf | 72 | rdfs:subClassOf |
| 74 | [ rdf:type owl:Restriction ; | 73 | [ rdf:type owl:Restriction ; |
| 75 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 74 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 76 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | 75 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> |
| 77 | ] ; | 76 | ] ; |
| 78 | rdfs:subClassOf | 77 | rdfs:subClassOf |
| 79 | [ rdf:type owl:Restriction ; | 78 | [ rdf:type owl:Restriction ; |
| ... | @@ -82,13 +81,13 @@ ep-activity:DailyDrillingActivity | ... | @@ -82,13 +81,13 @@ ep-activity:DailyDrillingActivity |
| 82 | ] ; | 81 | ] ; |
| 83 | rdfs:subClassOf | 82 | rdfs:subClassOf |
| 84 | [ rdf:type owl:Restriction ; | 83 | [ rdf:type owl:Restriction ; |
| 85 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 84 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
| 86 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> | 85 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> |
| 87 | ] ; | 86 | ] ; |
| 88 | rdfs:subClassOf | 87 | rdfs:subClassOf |
| 89 | [ rdf:type owl:Restriction ; | 88 | [ rdf:type owl:Restriction ; |
| 90 | - owl:allValuesFrom ep-activity:Activity ; | 89 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 91 | - owl:onProperty ep-core:hasPart | 90 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> |
| 92 | ] . | 91 | ] . |
| 93 | 92 | ||
| 94 | ep-activity:DailyDrillingActivityToStatus | 93 | ep-activity:DailyDrillingActivityToStatus |
| ... | @@ -97,13 +96,13 @@ ep-activity:DailyDrillingActivityToStatus | ... | @@ -97,13 +96,13 @@ ep-activity:DailyDrillingActivityToStatus |
| 97 | rdfs:subClassOf ep-activity:DrillingActivity ; | 96 | rdfs:subClassOf ep-activity:DrillingActivity ; |
| 98 | rdfs:subClassOf | 97 | rdfs:subClassOf |
| 99 | [ rdf:type owl:Restriction ; | 98 | [ rdf:type owl:Restriction ; |
| 100 | - owl:allValuesFrom ep-activity:Activity ; | 99 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 101 | - owl:onProperty ep-core:hasPart | 100 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> |
| 102 | ] ; | 101 | ] ; |
| 103 | rdfs:subClassOf | 102 | rdfs:subClassOf |
| 104 | [ rdf:type owl:Restriction ; | 103 | [ rdf:type owl:Restriction ; |
| 105 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 104 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; |
| 106 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | 105 | + owl:onProperty ep-activity:onWellBore |
| 107 | ] ; | 106 | ] ; |
| 108 | rdfs:subClassOf | 107 | rdfs:subClassOf |
| 109 | [ rdf:type owl:Restriction ; | 108 | [ rdf:type owl:Restriction ; |
| ... | @@ -112,13 +111,13 @@ ep-activity:DailyDrillingActivityToStatus | ... | @@ -112,13 +111,13 @@ ep-activity:DailyDrillingActivityToStatus |
| 112 | ] ; | 111 | ] ; |
| 113 | rdfs:subClassOf | 112 | rdfs:subClassOf |
| 114 | [ rdf:type owl:Restriction ; | 113 | [ rdf:type owl:Restriction ; |
| 115 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; | 114 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 116 | - owl:onProperty ep-activity:onWellBore | 115 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> |
| 117 | ] ; | 116 | ] ; |
| 118 | rdfs:subClassOf | 117 | rdfs:subClassOf |
| 119 | [ rdf:type owl:Restriction ; | 118 | [ rdf:type owl:Restriction ; |
| 120 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 119 | + owl:allValuesFrom ep-activity:Activity ; |
| 121 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> | 120 | + owl:onProperty ep-core:hasPart |
| 122 | ] . | 121 | ] . |
| 123 | 122 | ||
| 124 | ep-activity:DailyProductionActivity | 123 | ep-activity:DailyProductionActivity |
| ... | @@ -162,7 +161,7 @@ ep-activity:Drill-sidetrack | ... | @@ -162,7 +161,7 @@ ep-activity:Drill-sidetrack |
| 162 | rdfs:subClassOf ep-activity:DrillingActivity . | 161 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 163 | 162 | ||
| 164 | ep-activity:DrillStemTest | 163 | ep-activity:DrillStemTest |
| 165 | - rdf:type ep-activity:WellTestType , owl:Class ; | 164 | + rdf:type owl:Class , ep-activity:WellTestType ; |
| 166 | rdfs:label "drill stem test"^^xsd:string ; | 165 | rdfs:label "drill stem test"^^xsd:string ; |
| 167 | rdfs:subClassOf ep-activity:WellTest ; | 166 | rdfs:subClassOf ep-activity:WellTest ; |
| 168 | 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 ; | 167 | 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 ; |
| ... | @@ -174,72 +173,72 @@ ep-activity:DrillingActivity | ... | @@ -174,72 +173,72 @@ ep-activity:DrillingActivity |
| 174 | rdfs:subClassOf ep-activity:Activity . | 173 | rdfs:subClassOf ep-activity:Activity . |
| 175 | 174 | ||
| 176 | ep-activity:DrillingActivity-bop_test | 175 | ep-activity:DrillingActivity-bop_test |
| 177 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 176 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
| 178 | rdfs:label "drilling activity - BOP test"^^xsd:string ; | 177 | rdfs:label "drilling activity - BOP test"^^xsd:string ; |
| 179 | rdfs:subClassOf ep-activity:DrillingActivity . | 178 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 180 | 179 | ||
| 181 | ep-activity:DrillingActivity-circulation_loss | 180 | ep-activity:DrillingActivity-circulation_loss |
| 182 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 181 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 183 | rdfs:label "drilling activity - circulation loss"^^xsd:string ; | 182 | rdfs:label "drilling activity - circulation loss"^^xsd:string ; |
| 184 | rdfs:subClassOf ep-activity:DrillingActivity . | 183 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 185 | 184 | ||
| 186 | ep-activity:DrillingActivity-coiled_tubing | 185 | ep-activity:DrillingActivity-coiled_tubing |
| 187 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 186 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
| 188 | rdfs:label "drilling activity - coiled tubing"^^xsd:string ; | 187 | rdfs:label "drilling activity - coiled tubing"^^xsd:string ; |
| 189 | rdfs:subClassOf ep-activity:DrillingActivity . | 188 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 190 | 189 | ||
| 191 | ep-activity:DrillingActivity-equipment_failure | 190 | ep-activity:DrillingActivity-equipment_failure |
| 192 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 191 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 193 | rdfs:label "drilling activity - equipment failure"^^xsd:string ; | 192 | rdfs:label "drilling activity - equipment failure"^^xsd:string ; |
| 194 | rdfs:subClassOf ep-activity:DrillingActivity . | 193 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 195 | 194 | ||
| 196 | ep-activity:DrillingActivity-equipment_hang | 195 | ep-activity:DrillingActivity-equipment_hang |
| 197 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 196 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 198 | rdfs:label "drilling activity - equipment hang"^^xsd:string ; | 197 | rdfs:label "drilling activity - equipment hang"^^xsd:string ; |
| 199 | rdfs:subClassOf ep-activity:DrillingActivity . | 198 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 200 | 199 | ||
| 201 | ep-activity:DrillingActivity-fixed_equipment | 200 | ep-activity:DrillingActivity-fixed_equipment |
| 202 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 201 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
| 203 | rdfs:label "drilling activity - fixed equipment"^^xsd:string ; | 202 | rdfs:label "drilling activity - fixed equipment"^^xsd:string ; |
| 204 | rdfs:subClassOf ep-activity:DrillingActivity . | 203 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 205 | 204 | ||
| 206 | ep-activity:DrillingActivity-injury | 205 | ep-activity:DrillingActivity-injury |
| 207 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 206 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 208 | rdfs:label "drilling activity- injury"^^xsd:string ; | 207 | rdfs:label "drilling activity- injury"^^xsd:string ; |
| 209 | rdfs:subClassOf ep-activity:DrillingActivity . | 208 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 210 | 209 | ||
| 211 | ep-activity:DrillingActivity-kick | 210 | ep-activity:DrillingActivity-kick |
| 212 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 211 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 213 | rdfs:label "drilling activity - operation kick"^^xsd:string ; | 212 | rdfs:label "drilling activity - operation kick"^^xsd:string ; |
| 214 | rdfs:subClassOf ep-activity:DrillingActivity . | 213 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 215 | 214 | ||
| 216 | ep-activity:DrillingActivity-mud_loss | 215 | ep-activity:DrillingActivity-mud_loss |
| 217 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 216 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 218 | rdfs:label "drilling activity - mud loss"^^xsd:string ; | 217 | rdfs:label "drilling activity - mud loss"^^xsd:string ; |
| 219 | rdfs:subClassOf ep-activity:DrillingActivity . | 218 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 220 | 219 | ||
| 221 | ep-activity:DrillingActivity-operation_failed | 220 | ep-activity:DrillingActivity-operation_failed |
| 222 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 221 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 223 | rdfs:label "drilling activity - operation failed"^^xsd:string ; | 222 | rdfs:label "drilling activity - operation failed"^^xsd:string ; |
| 224 | rdfs:subClassOf ep-activity:DrillingActivity . | 223 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 225 | 224 | ||
| 226 | ep-activity:DrillingActivity-snubbing | 225 | ep-activity:DrillingActivity-snubbing |
| 227 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 226 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
| 228 | rdfs:label "drilling activity - snubbing"^^xsd:string ; | 227 | rdfs:label "drilling activity - snubbing"^^xsd:string ; |
| 229 | rdfs:subClassOf ep-activity:DrillingActivity . | 228 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 230 | 229 | ||
| 231 | ep-activity:DrillingActivity-stuck_equipment | 230 | ep-activity:DrillingActivity-stuck_equipment |
| 232 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 231 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 233 | rdfs:label "drilling activity - stuck equipment"^^xsd:string ; | 232 | rdfs:label "drilling activity - stuck equipment"^^xsd:string ; |
| 234 | rdfs:subClassOf ep-activity:DrillingActivity . | 233 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 235 | 234 | ||
| 236 | ep-activity:DrillingActivity-success | 235 | ep-activity:DrillingActivity-success |
| 237 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 236 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 238 | rdfs:label "drilling activity - success"^^xsd:string ; | 237 | rdfs:label "drilling activity - success"^^xsd:string ; |
| 239 | rdfs:subClassOf ep-activity:DrillingActivity . | 238 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 240 | 239 | ||
| 241 | ep-activity:DrillingActivity-wire_line | 240 | ep-activity:DrillingActivity-wire_line |
| 242 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 241 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
| 243 | rdfs:label "drilling activity - wireline"^^xsd:string ; | 242 | rdfs:label "drilling activity - wireline"^^xsd:string ; |
| 244 | rdfs:subClassOf ep-activity:DrillingActivity . | 243 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 245 | 244 | ||
| ... | @@ -264,7 +263,7 @@ ep-activity:ExtractAWellCore | ... | @@ -264,7 +263,7 @@ ep-activity:ExtractAWellCore |
| 264 | rdfs:subClassOf ep-activity:WellOperation . | 263 | rdfs:subClassOf ep-activity:WellOperation . |
| 265 | 264 | ||
| 266 | ep-activity:FailedActivity | 265 | ep-activity:FailedActivity |
| 267 | - rdf:type ep-activity:ActivitySuccessType , owl:Class ; | 266 | + rdf:type owl:Class , ep-activity:ActivitySuccessType ; |
| 268 | rdfs:label "failed activity"^^xsd:string ; | 267 | rdfs:label "failed activity"^^xsd:string ; |
| 269 | rdfs:subClassOf ep-activity:Activity ; | 268 | rdfs:subClassOf ep-activity:Activity ; |
| 270 | owl:disjointWith ep-activity:SuccessfulActivity . | 269 | owl:disjointWith ep-activity:SuccessfulActivity . |
| ... | @@ -275,7 +274,7 @@ ep-activity:FluidReading | ... | @@ -275,7 +274,7 @@ ep-activity:FluidReading |
| 275 | rdfs:subClassOf ep-activity:Activity . | 274 | rdfs:subClassOf ep-activity:Activity . |
| 276 | 275 | ||
| 277 | ep-activity:FormationIntegrityTest | 276 | ep-activity:FormationIntegrityTest |
| 278 | - rdf:type ep-activity:PressureTestType , owl:Class ; | 277 | + rdf:type owl:Class , ep-activity:PressureTestType ; |
| 279 | rdfs:label "formation integrity test"^^xsd:string ; | 278 | rdfs:label "formation integrity test"^^xsd:string ; |
| 280 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 279 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
| 281 | owl:disjointWith ep-activity:LeakOffTest . | 280 | owl:disjointWith ep-activity:LeakOffTest . |
| ... | @@ -289,55 +288,55 @@ ep-activity:GasReading-circulating_background_gas | ... | @@ -289,55 +288,55 @@ ep-activity:GasReading-circulating_background_gas |
| 289 | rdf:type ep-activity:GasReadingType , owl:Class ; | 288 | rdf:type ep-activity:GasReadingType , owl:Class ; |
| 290 | rdfs:label "gas reading circulating background gas"^^xsd:string ; | 289 | rdfs:label "gas reading circulating background gas"^^xsd:string ; |
| 291 | rdfs:subClassOf ep-activity:GasReading ; | 290 | rdfs:subClassOf ep-activity:GasReading ; |
| 292 | - owl:disjointWith ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas . | 291 | + owl:disjointWith ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-trip_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-other , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-no_readings . |
| 293 | 292 | ||
| 294 | ep-activity:GasReading-connection_gas | 293 | ep-activity:GasReading-connection_gas |
| 295 | rdf:type ep-activity:GasReadingType , owl:Class ; | 294 | rdf:type ep-activity:GasReadingType , owl:Class ; |
| 296 | rdfs:label "gas reading connection gas"^^xsd:string ; | 295 | rdfs:label "gas reading connection gas"^^xsd:string ; |
| 297 | rdfs:subClassOf ep-activity:GasReading ; | 296 | rdfs:subClassOf ep-activity:GasReading ; |
| 298 | - owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas . | 297 | + owl:disjointWith ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-other , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-no_readings . |
| 299 | 298 | ||
| 300 | ep-activity:GasReading-drilling_background_gas | 299 | ep-activity:GasReading-drilling_background_gas |
| 301 | rdf:type ep-activity:GasReadingType , owl:Class ; | 300 | rdf:type ep-activity:GasReadingType , owl:Class ; |
| 302 | rdfs:label "gas reading drilling background gas"^^xsd:string ; | 301 | rdfs:label "gas reading drilling background gas"^^xsd:string ; |
| 303 | rdfs:subClassOf ep-activity:GasReading ; | 302 | rdfs:subClassOf ep-activity:GasReading ; |
| 304 | - owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas . | 303 | + owl:disjointWith ep-activity:GasReading-other , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings . |
| 305 | 304 | ||
| 306 | ep-activity:GasReading-drilling_gas_peak | 305 | ep-activity:GasReading-drilling_gas_peak |
| 307 | rdf:type ep-activity:GasReadingType , owl:Class ; | 306 | rdf:type ep-activity:GasReadingType , owl:Class ; |
| 308 | rdfs:label "gas reading drilling gas peak"^^xsd:string ; | 307 | rdfs:label "gas reading drilling gas peak"^^xsd:string ; |
| 309 | rdfs:subClassOf ep-activity:GasReading ; | 308 | rdfs:subClassOf ep-activity:GasReading ; |
| 310 | - owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas . | 309 | + owl:disjointWith ep-activity:GasReading-other , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-trip_gas , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-shut_down_gas . |
| 311 | 310 | ||
| 312 | ep-activity:GasReading-flow_check_gas | 311 | ep-activity:GasReading-flow_check_gas |
| 313 | - rdf:type ep-activity:GasReadingType , owl:Class ; | 312 | + rdf:type owl:Class , ep-activity:GasReadingType ; |
| 314 | rdfs:label "gas reading flow check gas"^^xsd:string ; | 313 | rdfs:label "gas reading flow check gas"^^xsd:string ; |
| 315 | rdfs:subClassOf ep-activity:GasReading ; | 314 | rdfs:subClassOf ep-activity:GasReading ; |
| 316 | - owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas . | 315 | + owl:disjointWith ep-activity:GasReading-no_readings , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-other , ep-activity:GasReading-circulating_background_gas . |
| 317 | 316 | ||
| 318 | ep-activity:GasReading-no_readings | 317 | ep-activity:GasReading-no_readings |
| 319 | rdf:type ep-activity:GasReadingType , owl:Class ; | 318 | rdf:type ep-activity:GasReadingType , owl:Class ; |
| 320 | rdfs:label "gas reading no readings"^^xsd:string ; | 319 | rdfs:label "gas reading no readings"^^xsd:string ; |
| 321 | rdfs:subClassOf ep-activity:GasReading ; | 320 | rdfs:subClassOf ep-activity:GasReading ; |
| 322 | - owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas . | 321 | + owl:disjointWith ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-other , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_gas_peak . |
| 323 | 322 | ||
| 324 | ep-activity:GasReading-other | 323 | ep-activity:GasReading-other |
| 325 | rdf:type ep-activity:GasReadingType , owl:Class ; | 324 | rdf:type ep-activity:GasReadingType , owl:Class ; |
| 326 | rdfs:label "gas reading other"^^xsd:string ; | 325 | rdfs:label "gas reading other"^^xsd:string ; |
| 327 | rdfs:subClassOf ep-activity:GasReading ; | 326 | rdfs:subClassOf ep-activity:GasReading ; |
| 328 | - owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas . | 327 | + owl:disjointWith ep-activity:GasReading-connection_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-shut_down_gas . |
| 329 | 328 | ||
| 330 | ep-activity:GasReading-shut_down_gas | 329 | ep-activity:GasReading-shut_down_gas |
| 331 | rdf:type ep-activity:GasReadingType , owl:Class ; | 330 | rdf:type ep-activity:GasReadingType , owl:Class ; |
| 332 | rdfs:label "gas reading shut down gas"^^xsd:string ; | 331 | rdfs:label "gas reading shut down gas"^^xsd:string ; |
| 333 | rdfs:subClassOf ep-activity:GasReading ; | 332 | rdfs:subClassOf ep-activity:GasReading ; |
| 334 | - owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-trip_gas . | 333 | + owl:disjointWith ep-activity:GasReading-trip_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-connection_gas . |
| 335 | 334 | ||
| 336 | ep-activity:GasReading-trip_gas | 335 | ep-activity:GasReading-trip_gas |
| 337 | - rdf:type ep-activity:GasReadingType , owl:Class ; | 336 | + rdf:type owl:Class , ep-activity:GasReadingType ; |
| 338 | rdfs:label "gas reading trip gas"^^xsd:string ; | 337 | rdfs:label "gas reading trip gas"^^xsd:string ; |
| 339 | rdfs:subClassOf ep-activity:GasReading ; | 338 | rdfs:subClassOf ep-activity:GasReading ; |
| 340 | - owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas . | 339 | + owl:disjointWith ep-activity:GasReading-other , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-connection_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-flow_check_gas . |
| 341 | 340 | ||
| 342 | ep-activity:GasReadingType | 341 | ep-activity:GasReadingType |
| 343 | rdf:type rdfs:Class ; | 342 | rdf:type rdfs:Class ; |
| ... | @@ -345,7 +344,7 @@ ep-activity:GasReadingType | ... | @@ -345,7 +344,7 @@ ep-activity:GasReadingType |
| 345 | rdfs:subClassOf owl:Class . | 344 | rdfs:subClassOf owl:Class . |
| 346 | 345 | ||
| 347 | ep-activity:LeakOffTest | 346 | ep-activity:LeakOffTest |
| 348 | - rdf:type ep-activity:PressureTestType , owl:Class ; | 347 | + rdf:type owl:Class , ep-activity:PressureTestType ; |
| 349 | rdfs:label "leak-off test"^^xsd:string ; | 348 | rdfs:label "leak-off test"^^xsd:string ; |
| 350 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 349 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
| 351 | owl:disjointWith ep-activity:FormationIntegrityTest . | 350 | owl:disjointWith ep-activity:FormationIntegrityTest . |
| ... | @@ -386,7 +385,7 @@ ep-activity:OffshoreWellActivity | ... | @@ -386,7 +385,7 @@ ep-activity:OffshoreWellActivity |
| 386 | rdfs:subClassOf ep-activity:OffshoreActivity ; | 385 | rdfs:subClassOf ep-activity:OffshoreActivity ; |
| 387 | rdfs:subClassOf | 386 | rdfs:subClassOf |
| 388 | [ rdf:type owl:Restriction ; | 387 | [ rdf:type owl:Restriction ; |
| 389 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 388 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; |
| 390 | owl:onProperty ep-activity:onWell | 389 | owl:onProperty ep-activity:onWell |
| 391 | ] ; | 390 | ] ; |
| 392 | rdfs:subClassOf | 391 | rdfs:subClassOf |
| ... | @@ -396,7 +395,7 @@ ep-activity:OffshoreWellActivity | ... | @@ -396,7 +395,7 @@ ep-activity:OffshoreWellActivity |
| 396 | ] ; | 395 | ] ; |
| 397 | rdfs:subClassOf | 396 | rdfs:subClassOf |
| 398 | [ rdf:type owl:Restriction ; | 397 | [ rdf:type owl:Restriction ; |
| 399 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; | 398 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 400 | owl:onProperty ep-activity:onWell | 399 | owl:onProperty ep-activity:onWell |
| 401 | ] . | 400 | ] . |
| 402 | 401 | ||
| ... | @@ -416,13 +415,13 @@ ep-activity:PorePressureDeterminationType | ... | @@ -416,13 +415,13 @@ ep-activity:PorePressureDeterminationType |
| 416 | rdfs:subClassOf owl:Class . | 415 | rdfs:subClassOf owl:Class . |
| 417 | 416 | ||
| 418 | ep-activity:PorePressureEstimation | 417 | ep-activity:PorePressureEstimation |
| 419 | - rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; | 418 | + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; |
| 420 | rdfs:label "pore pressure estimation"^^xsd:string ; | 419 | rdfs:label "pore pressure estimation"^^xsd:string ; |
| 421 | rdfs:subClassOf ep-activity:PorePressureDetermination ; | 420 | rdfs:subClassOf ep-activity:PorePressureDetermination ; |
| 422 | owl:disjointWith ep-activity:PorePressureMeasurement . | 421 | owl:disjointWith ep-activity:PorePressureMeasurement . |
| 423 | 422 | ||
| 424 | ep-activity:PorePressureMeasurement | 423 | ep-activity:PorePressureMeasurement |
| 425 | - rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; | 424 | + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; |
| 426 | rdfs:label "pore pressure measurement"^^xsd:string ; | 425 | rdfs:label "pore pressure measurement"^^xsd:string ; |
| 427 | rdfs:subClassOf ep-activity:PorePressureDetermination ; | 426 | rdfs:subClassOf ep-activity:PorePressureDetermination ; |
| 428 | owl:disjointWith ep-activity:PorePressureEstimation . | 427 | owl:disjointWith ep-activity:PorePressureEstimation . |
| ... | @@ -443,14 +442,14 @@ ep-activity:ProductionActivity | ... | @@ -443,14 +442,14 @@ ep-activity:ProductionActivity |
| 443 | rdfs:subClassOf ep-activity:Activity . | 442 | rdfs:subClassOf ep-activity:Activity . |
| 444 | 443 | ||
| 445 | ep-activity:ProductionTest | 444 | ep-activity:ProductionTest |
| 446 | - rdf:type ep-activity:WellTestType , owl:Class ; | 445 | + rdf:type owl:Class , ep-activity:WellTestType ; |
| 447 | rdfs:label "production test"^^xsd:string ; | 446 | rdfs:label "production test"^^xsd:string ; |
| 448 | rdfs:subClassOf ep-activity:WellTest ; | 447 | rdfs:subClassOf ep-activity:WellTest ; |
| 449 | dc:description "A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."^^xsd:string ; | 448 | dc:description "A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."^^xsd:string ; |
| 450 | owl:disjointWith ep-activity:DrillStemTest . | 449 | owl:disjointWith ep-activity:DrillStemTest . |
| 451 | 450 | ||
| 452 | ep-activity:SuccessfulActivity | 451 | ep-activity:SuccessfulActivity |
| 453 | - rdf:type ep-activity:ActivitySuccessType , owl:Class ; | 452 | + rdf:type owl:Class , ep-activity:ActivitySuccessType ; |
| 454 | rdfs:label "successful activity"^^xsd:string ; | 453 | rdfs:label "successful activity"^^xsd:string ; |
| 455 | rdfs:subClassOf ep-activity:Activity ; | 454 | rdfs:subClassOf ep-activity:Activity ; |
| 456 | owl:disjointWith ep-activity:FailedActivity . | 455 | owl:disjointWith ep-activity:FailedActivity . |
| ... | @@ -521,23 +520,23 @@ ep-activity:WellCementJob | ... | @@ -521,23 +520,23 @@ ep-activity:WellCementJob |
| 521 | rdfs:subClassOf ep-activity:WellOperation . | 520 | rdfs:subClassOf ep-activity:WellOperation . |
| 522 | 521 | ||
| 523 | ep-activity:WellCementJob-other | 522 | ep-activity:WellCementJob-other |
| 524 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 523 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
| 525 | rdfs:label "well cement job other"^^xsd:string ; | 524 | rdfs:label "well cement job other"^^xsd:string ; |
| 526 | rdfs:subClassOf ep-activity:WellCementJob ; | 525 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 527 | - owl:disjointWith ep-activity:WellCementJob-plug , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-squeeze . | 526 | + owl:disjointWith ep-activity:WellCementJob-squeeze , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-plug . |
| 528 | 527 | ||
| 529 | ep-activity:WellCementJob-plug | 528 | ep-activity:WellCementJob-plug |
| 530 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 529 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
| 531 | rdfs:label "well cement job plug"^^xsd:string ; | 530 | rdfs:label "well cement job plug"^^xsd:string ; |
| 532 | rdfs:subClassOf ep-activity:WellCementJob . | 531 | rdfs:subClassOf ep-activity:WellCementJob . |
| 533 | 532 | ||
| 534 | ep-activity:WellCementJob-primary | 533 | ep-activity:WellCementJob-primary |
| 535 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 534 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
| 536 | rdfs:label "well cement job primary"^^xsd:string ; | 535 | rdfs:label "well cement job primary"^^xsd:string ; |
| 537 | rdfs:subClassOf ep-activity:WellCementJob . | 536 | rdfs:subClassOf ep-activity:WellCementJob . |
| 538 | 537 | ||
| 539 | ep-activity:WellCementJob-squeeze | 538 | ep-activity:WellCementJob-squeeze |
| 540 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 539 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
| 541 | rdfs:label "well cement job squeeze"^^xsd:string ; | 540 | rdfs:label "well cement job squeeze"^^xsd:string ; |
| 542 | rdfs:subClassOf ep-activity:WellCementJob . | 541 | rdfs:subClassOf ep-activity:WellCementJob . |
| 543 | 542 | ||
| ... | @@ -582,73 +581,73 @@ ep-activity:WellCementJobTopPlugType | ... | @@ -582,73 +581,73 @@ ep-activity:WellCementJobTopPlugType |
| 582 | rdfs:subClassOf owl:Class . | 581 | rdfs:subClassOf owl:Class . |
| 583 | 582 | ||
| 584 | ep-activity:WellCementJobWithBottomPlug | 583 | ep-activity:WellCementJobWithBottomPlug |
| 585 | - rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; | 584 | + rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; |
| 586 | rdfs:label "well cement job with bottom plug"^^xsd:string ; | 585 | rdfs:label "well cement job with bottom plug"^^xsd:string ; |
| 587 | rdfs:subClassOf ep-activity:WellCementJob ; | 586 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 588 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . | 587 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . |
| 589 | 588 | ||
| 590 | ep-activity:WellCementJobWithCasingReciprocation | 589 | ep-activity:WellCementJobWithCasingReciprocation |
| 591 | - rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; | 590 | + rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; |
| 592 | rdfs:label "well cement job with casing reciprocation"^^xsd:string ; | 591 | rdfs:label "well cement job with casing reciprocation"^^xsd:string ; |
| 593 | rdfs:subClassOf ep-activity:WellCementJob ; | 592 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 594 | owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . | 593 | owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . |
| 595 | 594 | ||
| 596 | ep-activity:WellCementJobWithCasingRotation | 595 | ep-activity:WellCementJobWithCasingRotation |
| 597 | - rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; | 596 | + rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; |
| 598 | rdfs:label "well cement job with casing rotation"^^xsd:string ; | 597 | rdfs:label "well cement job with casing rotation"^^xsd:string ; |
| 599 | rdfs:subClassOf ep-activity:WellCementJob ; | 598 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 600 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . | 599 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . |
| 601 | 600 | ||
| 602 | ep-activity:WellCementJobWithFloatHolding | 601 | ep-activity:WellCementJobWithFloatHolding |
| 603 | - rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; | 602 | + rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; |
| 604 | rdfs:label "well cement job with float holding"^^xsd:string ; | 603 | rdfs:label "well cement job with float holding"^^xsd:string ; |
| 605 | rdfs:subClassOf ep-activity:WellCementJob ; | 604 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 606 | owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . | 605 | owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . |
| 607 | 606 | ||
| 608 | ep-activity:WellCementJobWithPlugBumping | 607 | ep-activity:WellCementJobWithPlugBumping |
| 609 | - rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; | 608 | + rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; |
| 610 | rdfs:label "well cement job with plug bumping"^^xsd:string ; | 609 | rdfs:label "well cement job with plug bumping"^^xsd:string ; |
| 611 | rdfs:subClassOf ep-activity:WellCementJob ; | 610 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 612 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . | 611 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . |
| 613 | 612 | ||
| 614 | ep-activity:WellCementJobWithTopPlug | 613 | ep-activity:WellCementJobWithTopPlug |
| 615 | - rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; | 614 | + rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; |
| 616 | rdfs:label "well cement job with top plug"^^xsd:string ; | 615 | rdfs:label "well cement job with top plug"^^xsd:string ; |
| 617 | rdfs:subClassOf ep-activity:WellCementJob ; | 616 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 618 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . | 617 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . |
| 619 | 618 | ||
| 620 | ep-activity:WellCementJobWithoutBottomPlug | 619 | ep-activity:WellCementJobWithoutBottomPlug |
| 621 | - rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; | 620 | + rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; |
| 622 | rdfs:label "well cement job without bottom plug"^^xsd:string ; | 621 | rdfs:label "well cement job without bottom plug"^^xsd:string ; |
| 623 | rdfs:subClassOf ep-activity:WellCementJob ; | 622 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 624 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . | 623 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . |
| 625 | 624 | ||
| 626 | ep-activity:WellCementJobWithoutCasingReciprocation | 625 | ep-activity:WellCementJobWithoutCasingReciprocation |
| 627 | - rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; | 626 | + rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; |
| 628 | rdfs:label "well cement job without casing reciprocation"^^xsd:string ; | 627 | rdfs:label "well cement job without casing reciprocation"^^xsd:string ; |
| 629 | rdfs:subClassOf ep-activity:WellCementJob ; | 628 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 630 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . | 629 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . |
| 631 | 630 | ||
| 632 | ep-activity:WellCementJobWithoutCasingRotation | 631 | ep-activity:WellCementJobWithoutCasingRotation |
| 633 | - rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; | 632 | + rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; |
| 634 | rdfs:label "well cement job without casing rotation"^^xsd:string ; | 633 | rdfs:label "well cement job without casing rotation"^^xsd:string ; |
| 635 | rdfs:subClassOf ep-activity:WellCementJob ; | 634 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 636 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . | 635 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . |
| 637 | 636 | ||
| 638 | ep-activity:WellCementJobWithoutFloatHolding | 637 | ep-activity:WellCementJobWithoutFloatHolding |
| 639 | - rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; | 638 | + rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; |
| 640 | rdfs:label "well cement job without float holding"^^xsd:string ; | 639 | rdfs:label "well cement job without float holding"^^xsd:string ; |
| 641 | rdfs:subClassOf ep-activity:WellCementJob ; | 640 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 642 | owl:disjointWith ep-activity:WellCementJobWithFloatHolding . | 641 | owl:disjointWith ep-activity:WellCementJobWithFloatHolding . |
| 643 | 642 | ||
| 644 | ep-activity:WellCementJobWithoutPlugBumping | 643 | ep-activity:WellCementJobWithoutPlugBumping |
| 645 | - rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; | 644 | + rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; |
| 646 | rdfs:label "well cement job without plug bumping"^^xsd:string ; | 645 | rdfs:label "well cement job without plug bumping"^^xsd:string ; |
| 647 | rdfs:subClassOf ep-activity:WellCementJob ; | 646 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 648 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . | 647 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . |
| 649 | 648 | ||
| 650 | ep-activity:WellCementJobWithoutTopPlug | 649 | ep-activity:WellCementJobWithoutTopPlug |
| 651 | - rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; | 650 | + rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; |
| 652 | rdfs:label "well cement job without top plug"^^xsd:string ; | 651 | rdfs:label "well cement job without top plug"^^xsd:string ; |
| 653 | rdfs:subClassOf ep-activity:WellCementJob ; | 652 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 654 | owl:disjointWith ep-activity:WellCementJobWithTopPlug . | 653 | owl:disjointWith ep-activity:WellCementJobWithTopPlug . |
| ... | @@ -664,13 +663,13 @@ ep-activity:WellCementPumpingFluidReturnType | ... | @@ -664,13 +663,13 @@ ep-activity:WellCementPumpingFluidReturnType |
| 664 | rdfs:subClassOf owl:Class . | 663 | rdfs:subClassOf owl:Class . |
| 665 | 664 | ||
| 666 | ep-activity:WellCementPumpingWithFluidReturn | 665 | ep-activity:WellCementPumpingWithFluidReturn |
| 667 | - rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; | 666 | + rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; |
| 668 | rdfs:label "well cement pumping with fluid return"^^xsd:string ; | 667 | rdfs:label "well cement pumping with fluid return"^^xsd:string ; |
| 669 | rdfs:subClassOf ep-activity:WellCementPumping ; | 668 | rdfs:subClassOf ep-activity:WellCementPumping ; |
| 670 | owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . | 669 | owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . |
| 671 | 670 | ||
| 672 | ep-activity:WellCementPumpingWithoutFluidReturn | 671 | ep-activity:WellCementPumpingWithoutFluidReturn |
| 673 | - rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; | 672 | + rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; |
| 674 | rdfs:label "well cement pumping without fluid return"^^xsd:string ; | 673 | rdfs:label "well cement pumping without fluid return"^^xsd:string ; |
| 675 | rdfs:subClassOf ep-activity:WellCementPumping ; | 674 | rdfs:subClassOf ep-activity:WellCementPumping ; |
| 676 | owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn . | 675 | owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn . |
| ... | @@ -686,28 +685,28 @@ ep-activity:WellControlIncident | ... | @@ -686,28 +685,28 @@ ep-activity:WellControlIncident |
| 686 | rdfs:subClassOf ep-activity:WellOperation . | 685 | rdfs:subClassOf ep-activity:WellOperation . |
| 687 | 686 | ||
| 688 | ep-activity:WellControlIncident-gas_kick | 687 | ep-activity:WellControlIncident-gas_kick |
| 689 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 688 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
| 690 | rdfs:label "well control incident gas kick"^^xsd:string ; | 689 | rdfs:label "well control incident gas kick"^^xsd:string ; |
| 691 | rdfs:subClassOf ep-activity:WellControlIncident ; | 690 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 692 | - owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick . | 691 | + owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick . |
| 693 | 692 | ||
| 694 | ep-activity:WellControlIncident-oil_kick | 693 | ep-activity:WellControlIncident-oil_kick |
| 695 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 694 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
| 696 | rdfs:label "well control incident oil kick"^^xsd:string ; | 695 | rdfs:label "well control incident oil kick"^^xsd:string ; |
| 697 | rdfs:subClassOf ep-activity:WellControlIncident ; | 696 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 698 | - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick . | 697 | + owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-gas_kick . |
| 699 | 698 | ||
| 700 | ep-activity:WellControlIncident-shallow_gas_kick | 699 | ep-activity:WellControlIncident-shallow_gas_kick |
| 701 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 700 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
| 702 | rdfs:label "well control incident shallow gas kick"^^xsd:string ; | 701 | rdfs:label "well control incident shallow gas kick"^^xsd:string ; |
| 703 | rdfs:subClassOf ep-activity:WellControlIncident ; | 702 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 704 | - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick . | 703 | + owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-gas_kick . |
| 705 | 704 | ||
| 706 | ep-activity:WellControlIncident-water_kick | 705 | ep-activity:WellControlIncident-water_kick |
| 707 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 706 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
| 708 | rdfs:label "well control incident water kick"^^xsd:string ; | 707 | rdfs:label "well control incident water kick"^^xsd:string ; |
| 709 | rdfs:subClassOf ep-activity:WellControlIncident ; | 708 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 710 | - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick . | 709 | + owl:disjointWith ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-gas_kick . |
| 711 | 710 | ||
| 712 | ep-activity:WellControlIncidentType | 711 | ep-activity:WellControlIncidentType |
| 713 | rdf:type rdfs:Class ; | 712 | rdf:type rdfs:Class ; |
| ... | @@ -720,40 +719,40 @@ ep-activity:WellKilling | ... | @@ -720,40 +719,40 @@ ep-activity:WellKilling |
| 720 | rdfs:subClassOf ep-activity:WellOperation . | 719 | rdfs:subClassOf ep-activity:WellOperation . |
| 721 | 720 | ||
| 722 | ep-activity:WellKilling-bullheading | 721 | ep-activity:WellKilling-bullheading |
| 723 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 722 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 724 | rdfs:label "well killing bullheading"^^xsd:string ; | 723 | rdfs:label "well killing bullheading"^^xsd:string ; |
| 725 | rdfs:subClassOf ep-activity:WellKilling ; | 724 | rdfs:subClassOf ep-activity:WellKilling ; |
| 726 | - owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight . | 725 | + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-drillers_method . |
| 727 | 726 | ||
| 728 | ep-activity:WellKilling-drillers_method | 727 | ep-activity:WellKilling-drillers_method |
| 729 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 728 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 730 | rdfs:label "well killing drillers method"^^xsd:string ; | 729 | rdfs:label "well killing drillers method"^^xsd:string ; |
| 731 | rdfs:subClassOf ep-activity:WellKilling ; | 730 | rdfs:subClassOf ep-activity:WellKilling ; |
| 732 | - owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight . | 731 | + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading . |
| 733 | 732 | ||
| 734 | ep-activity:WellKilling-forward_circulation | 733 | ep-activity:WellKilling-forward_circulation |
| 735 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 734 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 736 | rdfs:label "well killing forward circulation"^^xsd:string ; | 735 | rdfs:label "well killing forward circulation"^^xsd:string ; |
| 737 | rdfs:subClassOf ep-activity:WellKilling ; | 736 | rdfs:subClassOf ep-activity:WellKilling ; |
| 738 | - owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight . | 737 | + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-bullheading . |
| 739 | 738 | ||
| 740 | ep-activity:WellKilling-lubricate_and_bleed | 739 | ep-activity:WellKilling-lubricate_and_bleed |
| 741 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 740 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 742 | rdfs:label "well killing lubricate and bleed"^^xsd:string ; | 741 | rdfs:label "well killing lubricate and bleed"^^xsd:string ; |
| 743 | rdfs:subClassOf ep-activity:WellKilling ; | 742 | rdfs:subClassOf ep-activity:WellKilling ; |
| 744 | - owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight . | 743 | + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-bullheading . |
| 745 | 744 | ||
| 746 | ep-activity:WellKilling-reverse_circulation | 745 | ep-activity:WellKilling-reverse_circulation |
| 747 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 746 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 748 | rdfs:label "well killing reverse circulation"^^xsd:string ; | 747 | rdfs:label "well killing reverse circulation"^^xsd:string ; |
| 749 | rdfs:subClassOf ep-activity:WellKilling ; | 748 | rdfs:subClassOf ep-activity:WellKilling ; |
| 750 | - owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-wait_and_weight . | 749 | + owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-bullheading . |
| 751 | 750 | ||
| 752 | ep-activity:WellKilling-wait_and_weight | 751 | ep-activity:WellKilling-wait_and_weight |
| 753 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 752 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 754 | rdfs:label "well killing wait and weight"^^xsd:string ; | 753 | rdfs:label "well killing wait and weight"^^xsd:string ; |
| 755 | rdfs:subClassOf ep-activity:WellKilling ; | 754 | rdfs:subClassOf ep-activity:WellKilling ; |
| 756 | - owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation . | 755 | + owl:disjointWith ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-bullheading . |
| 757 | 756 | ||
| 758 | ep-activity:WellKillingType | 757 | ep-activity:WellKillingType |
| 759 | rdf:type rdfs:Class ; | 758 | rdf:type rdfs:Class ; |
| ... | @@ -792,25 +791,25 @@ ep-activity:WirelineFormationTestType | ... | @@ -792,25 +791,25 @@ ep-activity:WirelineFormationTestType |
| 792 | rdfs:subClassOf owl:Class . | 791 | rdfs:subClassOf owl:Class . |
| 793 | 792 | ||
| 794 | ep-activity:WirelineFormationTestWithGoodSeal | 793 | ep-activity:WirelineFormationTestWithGoodSeal |
| 795 | - rdf:type ep-activity:WirelineFormationTestType , owl:Class ; | 794 | + rdf:type owl:Class , ep-activity:WirelineFormationTestType ; |
| 796 | rdfs:label "wireline formation test with a good seal"^^xsd:string ; | 795 | rdfs:label "wireline formation test with a good seal"^^xsd:string ; |
| 797 | rdfs:subClassOf ep-activity:WirelineFormationTest ; | 796 | rdfs:subClassOf ep-activity:WirelineFormationTest ; |
| 798 | owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . | 797 | owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . |
| 799 | 798 | ||
| 800 | ep-activity:WirelineFormationTestWithoutGoodSeal | 799 | ep-activity:WirelineFormationTestWithoutGoodSeal |
| 801 | - rdf:type ep-activity:WirelineFormationTestType , owl:Class ; | 800 | + rdf:type owl:Class , ep-activity:WirelineFormationTestType ; |
| 802 | rdfs:label "wireline formation test without a good seal"^^xsd:string ; | 801 | rdfs:label "wireline formation test without a good seal"^^xsd:string ; |
| 803 | rdfs:subClassOf ep-activity:WirelineFormationTest ; | 802 | rdfs:subClassOf ep-activity:WirelineFormationTest ; |
| 804 | owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . | 803 | owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . |
| 805 | 804 | ||
| 806 | ep-activity:averageRateOfDrilling | 805 | ep-activity:averageRateOfDrilling |
| 807 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 806 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 808 | rdfs:domain ep-activity:DrillingActivity ; | 807 | rdfs:domain ep-activity:DrillingActivity ; |
| 809 | rdfs:label "average rate of drilling"^^xsd:string ; | 808 | rdfs:label "average rate of drilling"^^xsd:string ; |
| 810 | rdfs:range ep-core:Speed . | 809 | rdfs:range ep-core:Speed . |
| 811 | 810 | ||
| 812 | ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod | 811 | ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod |
| 813 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 812 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 814 | rdfs:domain ep-activity:DailyDrillingActivity ; | 813 | rdfs:domain ep-activity:DailyDrillingActivity ; |
| 815 | rdfs:label "description of activities following the daily reporting period"^^xsd:string ; | 814 | rdfs:label "description of activities following the daily reporting period"^^xsd:string ; |
| 816 | rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> . | 815 | rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> . |
| ... | @@ -826,25 +825,25 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod | ... | @@ -826,25 +825,25 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod |
| 826 | rdfs:label "description of activities within the daily reporting period"^^xsd:string . | 825 | rdfs:label "description of activities within the daily reporting period"^^xsd:string . |
| 827 | 826 | ||
| 828 | ep-activity:distanceDrilled | 827 | ep-activity:distanceDrilled |
| 829 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 828 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 830 | rdfs:domain ep-activity:DrillingActivity ; | 829 | rdfs:domain ep-activity:DrillingActivity ; |
| 831 | rdfs:label "final rate of drilling"^^xsd:string ; | 830 | rdfs:label "final rate of drilling"^^xsd:string ; |
| 832 | rdfs:range ep-core:Length . | 831 | rdfs:range ep-core:Length . |
| 833 | 832 | ||
| 834 | ep-activity:drillingContractor | 833 | ep-activity:drillingContractor |
| 835 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 834 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 836 | rdfs:domain ep-activity:DrillingActivity ; | 835 | rdfs:domain ep-activity:DrillingActivity ; |
| 837 | rdfs:label "drilling contractor"^^xsd:string ; | 836 | rdfs:label "drilling contractor"^^xsd:string ; |
| 838 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 837 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 839 | 838 | ||
| 840 | ep-activity:drillingOperator | 839 | ep-activity:drillingOperator |
| 841 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 840 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 842 | rdfs:domain ep-activity:DrillingActivity ; | 841 | rdfs:domain ep-activity:DrillingActivity ; |
| 843 | rdfs:label "drilling operator"^^xsd:string ; | 842 | rdfs:label "drilling operator"^^xsd:string ; |
| 844 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 843 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 845 | 844 | ||
| 846 | ep-activity:durationOfDrilling | 845 | ep-activity:durationOfDrilling |
| 847 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 846 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 848 | rdfs:domain ep-activity:DrillingActivity ; | 847 | rdfs:domain ep-activity:DrillingActivity ; |
| 849 | rdfs:label "duration of drilling"^^xsd:string ; | 848 | rdfs:label "duration of drilling"^^xsd:string ; |
| 850 | rdfs:range ep-core:TimeDuration . | 849 | rdfs:range ep-core:TimeDuration . |
| ... | @@ -856,25 +855,25 @@ ep-activity:failedEquipment | ... | @@ -856,25 +855,25 @@ ep-activity:failedEquipment |
| 856 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 855 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 857 | 856 | ||
| 858 | ep-activity:finalRateOfDrilling | 857 | ep-activity:finalRateOfDrilling |
| 859 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 858 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 860 | rdfs:domain ep-activity:DrillingActivity ; | 859 | rdfs:domain ep-activity:DrillingActivity ; |
| 861 | rdfs:label "final rate of drilling"^^xsd:string ; | 860 | rdfs:label "final rate of drilling"^^xsd:string ; |
| 862 | rdfs:range ep-core:Speed . | 861 | rdfs:range ep-core:Speed . |
| 863 | 862 | ||
| 864 | ep-activity:finishedAt | 863 | ep-activity:finishedAt |
| 865 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 864 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 866 | rdfs:domain ep-activity:Activity ; | 865 | rdfs:domain ep-activity:Activity ; |
| 867 | rdfs:label "finished at"^^xsd:string ; | 866 | rdfs:label "finished at"^^xsd:string ; |
| 868 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 867 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 869 | 868 | ||
| 870 | ep-activity:fluidProducedByWellTest | 869 | ep-activity:fluidProducedByWellTest |
| 871 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 870 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 872 | rdfs:domain ep-activity:WellTest ; | 871 | rdfs:domain ep-activity:WellTest ; |
| 873 | rdfs:label "fluid produced by well test"^^xsd:string ; | 872 | rdfs:label "fluid produced by well test"^^xsd:string ; |
| 874 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . | 873 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . |
| 875 | 874 | ||
| 876 | ep-activity:hasCasingLinerTubing | 875 | ep-activity:hasCasingLinerTubing |
| 877 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 876 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 878 | rdfs:domain ep-activity:WellStimulation ; | 877 | rdfs:domain ep-activity:WellStimulation ; |
| 879 | rdfs:label "has Casing/Liner/Tubing"^^xsd:string . | 878 | rdfs:label "has Casing/Liner/Tubing"^^xsd:string . |
| 880 | 879 | ||
| ... | @@ -883,18 +882,18 @@ ep-activity:hasCasingString | ... | @@ -883,18 +882,18 @@ ep-activity:hasCasingString |
| 883 | rdfs:label "has casing string"^^xsd:string . | 882 | rdfs:label "has casing string"^^xsd:string . |
| 884 | 883 | ||
| 885 | ep-activity:hasChokeValve | 884 | ep-activity:hasChokeValve |
| 886 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 885 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 887 | rdfs:label "has choke valve"^^xsd:string ; | 886 | rdfs:label "has choke valve"^^xsd:string ; |
| 888 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . | 887 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . |
| 889 | 888 | ||
| 890 | ep-activity:hasDrillBit | 889 | ep-activity:hasDrillBit |
| 891 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 890 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 892 | rdfs:domain ep-activity:DrillingActivity ; | 891 | rdfs:domain ep-activity:DrillingActivity ; |
| 893 | rdfs:label "has drill bit"^^xsd:string ; | 892 | rdfs:label "has drill bit"^^xsd:string ; |
| 894 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . | 893 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . |
| 895 | 894 | ||
| 896 | ep-activity:hasDrillingFluid | 895 | ep-activity:hasDrillingFluid |
| 897 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 896 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 898 | rdfs:domain ep-activity:DrillingActivity ; | 897 | rdfs:domain ep-activity:DrillingActivity ; |
| 899 | rdfs:label "has drilling fluid"^^xsd:string ; | 898 | rdfs:label "has drilling fluid"^^xsd:string ; |
| 900 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . | 899 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . |
| ... | @@ -910,13 +909,13 @@ ep-activity:hasSubActivity | ... | @@ -910,13 +909,13 @@ ep-activity:hasSubActivity |
| 910 | rdfs:label "has sub activity"^^xsd:string . | 909 | rdfs:label "has sub activity"^^xsd:string . |
| 911 | 910 | ||
| 912 | ep-activity:hasWellTestChoke | 911 | ep-activity:hasWellTestChoke |
| 913 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 912 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 914 | rdfs:domain ep-activity:WellTest ; | 913 | rdfs:domain ep-activity:WellTest ; |
| 915 | rdfs:label "has well test choke"^^xsd:string ; | 914 | rdfs:label "has well test choke"^^xsd:string ; |
| 916 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . | 915 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . |
| 917 | 916 | ||
| 918 | ep-activity:identificationNumberOfCore | 917 | ep-activity:identificationNumberOfCore |
| 919 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 918 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 920 | rdfs:domain ep-activity:ExtractAWellCore ; | 919 | rdfs:domain ep-activity:ExtractAWellCore ; |
| 921 | rdfs:label "identification number of core"^^xsd:string . | 920 | rdfs:label "identification number of core"^^xsd:string . |
| 922 | 921 | ||
| ... | @@ -926,19 +925,19 @@ ep-activity:logRunNumber | ... | @@ -926,19 +925,19 @@ ep-activity:logRunNumber |
| 926 | rdfs:label "log run number"^^xsd:string . | 925 | rdfs:label "log run number"^^xsd:string . |
| 927 | 926 | ||
| 928 | ep-activity:loggedWellBoreInterval | 927 | ep-activity:loggedWellBoreInterval |
| 929 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 928 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 930 | rdfs:domain ep-activity:WellBoreLogRun ; | 929 | rdfs:domain ep-activity:WellBoreLogRun ; |
| 931 | rdfs:label "logged wellbore interval"^^xsd:string ; | 930 | rdfs:label "logged wellbore interval"^^xsd:string ; |
| 932 | rdfs:range ep-core:PhysicalObject . | 931 | rdfs:range ep-core:PhysicalObject . |
| 933 | 932 | ||
| 934 | ep-activity:measuredDepthOfFluidSampling | 933 | ep-activity:measuredDepthOfFluidSampling |
| 935 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 934 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 936 | rdfs:domain ep-activity:WirelineFormationTest ; | 935 | rdfs:domain ep-activity:WirelineFormationTest ; |
| 937 | rdfs:label "measured depth of fluid sampling"^^xsd:string ; | 936 | rdfs:label "measured depth of fluid sampling"^^xsd:string ; |
| 938 | rdfs:range ep-core:Length . | 937 | rdfs:range ep-core:Length . |
| 939 | 938 | ||
| 940 | ep-activity:missedProductionTime | 939 | ep-activity:missedProductionTime |
| 941 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 940 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 942 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 941 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
| 943 | rdfs:label "missed production time"^^xsd:string ; | 942 | rdfs:label "missed production time"^^xsd:string ; |
| 944 | rdfs:range ep-core:TimeDuration . | 943 | rdfs:range ep-core:TimeDuration . |
| ... | @@ -950,7 +949,7 @@ ep-activity:nominallyAt | ... | @@ -950,7 +949,7 @@ ep-activity:nominallyAt |
| 950 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 949 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 951 | 950 | ||
| 952 | ep-activity:onDrillBit | 951 | ep-activity:onDrillBit |
| 953 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 952 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 954 | rdfs:domain ep-activity:WellBoreDrillBitRun ; | 953 | rdfs:domain ep-activity:WellBoreDrillBitRun ; |
| 955 | rdfs:label "on drill bit"^^xsd:string ; | 954 | rdfs:label "on drill bit"^^xsd:string ; |
| 956 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . | 955 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . |
| ... | @@ -960,7 +959,7 @@ ep-activity:onFluid | ... | @@ -960,7 +959,7 @@ ep-activity:onFluid |
| 960 | rdfs:label "on WellBore"^^xsd:string . | 959 | rdfs:label "on WellBore"^^xsd:string . |
| 961 | 960 | ||
| 962 | ep-activity:onRig | 961 | ep-activity:onRig |
| 963 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 962 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 964 | rdfs:domain ep-activity:DrillingActivity ; | 963 | rdfs:domain ep-activity:DrillingActivity ; |
| 965 | rdfs:label "on rig"^^xsd:string ; | 964 | rdfs:label "on rig"^^xsd:string ; |
| 966 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . | 965 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . |
| ... | @@ -972,19 +971,19 @@ ep-activity:onWell | ... | @@ -972,19 +971,19 @@ ep-activity:onWell |
| 972 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . | 971 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . |
| 973 | 972 | ||
| 974 | ep-activity:onWellBore | 973 | ep-activity:onWellBore |
| 975 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 974 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 976 | rdfs:domain ep-activity:DrillingActivity ; | 975 | rdfs:domain ep-activity:DrillingActivity ; |
| 977 | rdfs:label "on wellbore"^^xsd:string ; | 976 | rdfs:label "on wellbore"^^xsd:string ; |
| 978 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . | 977 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . |
| 979 | 978 | ||
| 980 | ep-activity:operatingTimeOfDrillBit | 979 | ep-activity:operatingTimeOfDrillBit |
| 981 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 980 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 982 | rdfs:domain ep-activity:DrillingActivity ; | 981 | rdfs:domain ep-activity:DrillingActivity ; |
| 983 | rdfs:label "operating time of drill bit"^^xsd:string ; | 982 | rdfs:label "operating time of drill bit"^^xsd:string ; |
| 984 | rdfs:range ep-core:TimeDuration . | 983 | rdfs:range ep-core:TimeDuration . |
| 985 | 984 | ||
| 986 | ep-activity:pressureAtWhichPlugBumped | 985 | ep-activity:pressureAtWhichPlugBumped |
| 987 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 986 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 988 | rdfs:domain ep-activity:WellCementPumping ; | 987 | rdfs:domain ep-activity:WellCementPumping ; |
| 989 | rdfs:label "pressure at which plug bumped"^^xsd:string ; | 988 | rdfs:label "pressure at which plug bumped"^^xsd:string ; |
| 990 | rdfs:range ep-core:Pressure . | 989 | rdfs:range ep-core:Pressure . |
| ... | @@ -994,90 +993,90 @@ ep-activity:pumpedFluid | ... | @@ -994,90 +993,90 @@ ep-activity:pumpedFluid |
| 994 | rdfs:label "pumped fluid"^^xsd:string . | 993 | rdfs:label "pumped fluid"^^xsd:string . |
| 995 | 994 | ||
| 996 | ep-activity:recoveredCore | 995 | ep-activity:recoveredCore |
| 997 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 996 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 998 | rdfs:domain ep-activity:ExtractAWellCore ; | 997 | rdfs:domain ep-activity:ExtractAWellCore ; |
| 999 | rdfs:label "recovered core"^^xsd:string ; | 998 | rdfs:label "recovered core"^^xsd:string ; |
| 1000 | rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . | 999 | rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . |
| 1001 | 1000 | ||
| 1002 | ep-activity:returnedCementingFluid | 1001 | ep-activity:returnedCementingFluid |
| 1003 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1002 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 1004 | rdfs:domain ep-activity:WellCementPumping ; | 1003 | rdfs:domain ep-activity:WellCementPumping ; |
| 1005 | rdfs:label "returned cementing fluid"^^xsd:string ; | 1004 | rdfs:label "returned cementing fluid"^^xsd:string ; |
| 1006 | rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . | 1005 | rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . |
| 1007 | 1006 | ||
| 1008 | ep-activity:sampledFluid | 1007 | ep-activity:sampledFluid |
| 1009 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1008 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 1010 | rdfs:domain ep-activity:WirelineFormationTest ; | 1009 | rdfs:domain ep-activity:WirelineFormationTest ; |
| 1011 | rdfs:label "sampled fluid"^^xsd:string ; | 1010 | rdfs:label "sampled fluid"^^xsd:string ; |
| 1012 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . | 1011 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . |
| 1013 | 1012 | ||
| 1014 | ep-activity:serviceCompany | 1013 | ep-activity:serviceCompany |
| 1015 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1014 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 1016 | rdfs:domain ep-activity:Activity ; | 1015 | rdfs:domain ep-activity:Activity ; |
| 1017 | rdfs:label "service company"^^xsd:string ; | 1016 | rdfs:label "service company"^^xsd:string ; |
| 1018 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 1017 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 1019 | 1018 | ||
| 1020 | ep-activity:startedAt | 1019 | ep-activity:startedAt |
| 1021 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 1020 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 1022 | rdfs:domain ep-activity:Activity ; | 1021 | rdfs:domain ep-activity:Activity ; |
| 1023 | rdfs:label "started at"^^xsd:string ; | 1022 | rdfs:label "started at"^^xsd:string ; |
| 1024 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 1023 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 1025 | 1024 | ||
| 1026 | ep-activity:timeLost | 1025 | ep-activity:timeLost |
| 1027 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1026 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 1028 | rdfs:domain ep-activity:WellControlIncident ; | 1027 | rdfs:domain ep-activity:WellControlIncident ; |
| 1029 | rdfs:label "time lost"^^xsd:string ; | 1028 | rdfs:label "time lost"^^xsd:string ; |
| 1030 | rdfs:range ep-core:TimeDuration . | 1029 | rdfs:range ep-core:TimeDuration . |
| 1031 | 1030 | ||
| 1032 | ep-activity:timeOfFailure | 1031 | ep-activity:timeOfFailure |
| 1033 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 1032 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 1034 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 1033 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
| 1035 | rdfs:label "time of failure"^^xsd:string ; | 1034 | rdfs:label "time of failure"^^xsd:string ; |
| 1036 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 1035 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 1037 | 1036 | ||
| 1038 | ep-activity:timeOfRepair | 1037 | ep-activity:timeOfRepair |
| 1039 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 1038 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 1040 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 1039 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
| 1041 | rdfs:label "time of repair"^^xsd:string ; | 1040 | rdfs:label "time of repair"^^xsd:string ; |
| 1042 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 1041 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 1043 | 1042 | ||
| 1044 | ep-activity:volumeOfMudGained | 1043 | ep-activity:volumeOfMudGained |
| 1045 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 1044 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 1046 | rdfs:domain ep-activity:WellControlIncident ; | 1045 | rdfs:domain ep-activity:WellControlIncident ; |
| 1047 | rdfs:label "final rate of drilling"^^xsd:string ; | 1046 | rdfs:label "final rate of drilling"^^xsd:string ; |
| 1048 | rdfs:range ep-core:Volume . | 1047 | rdfs:range ep-core:Volume . |
| 1049 | 1048 | ||
| 1050 | ep-activity:wellBoreLoggingTool | 1049 | ep-activity:wellBoreLoggingTool |
| 1051 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1050 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 1052 | rdfs:domain ep-activity:WellBoreLogRun ; | 1051 | rdfs:domain ep-activity:WellBoreLogRun ; |
| 1053 | rdfs:label "well bore logging tool"^^xsd:string ; | 1052 | rdfs:label "well bore logging tool"^^xsd:string ; |
| 1054 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 1053 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 1055 | 1054 | ||
| 1056 | ep-activity:wellTestBottomHolePressure | 1055 | ep-activity:wellTestBottomHolePressure |
| 1057 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 1056 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 1058 | rdfs:domain ep-activity:WellTest ; | 1057 | rdfs:domain ep-activity:WellTest ; |
| 1059 | rdfs:label "well test bottom hole pressure"^^xsd:string ; | 1058 | rdfs:label "well test bottom hole pressure"^^xsd:string ; |
| 1060 | rdfs:range ep-core:Pressure . | 1059 | rdfs:range ep-core:Pressure . |
| 1061 | 1060 | ||
| 1062 | ep-activity:wellTestFlowingPressure | 1061 | ep-activity:wellTestFlowingPressure |
| 1063 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 1062 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 1064 | rdfs:domain ep-activity:WellTest ; | 1063 | rdfs:domain ep-activity:WellTest ; |
| 1065 | rdfs:label "well test flowing pressure"^^xsd:string ; | 1064 | rdfs:label "well test flowing pressure"^^xsd:string ; |
| 1066 | rdfs:range ep-core:Pressure . | 1065 | rdfs:range ep-core:Pressure . |
| 1067 | 1066 | ||
| 1068 | ep-activity:wellTestNumber | 1067 | ep-activity:wellTestNumber |
| 1069 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 1068 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 1070 | rdfs:domain ep-activity:WellTest ; | 1069 | rdfs:domain ep-activity:WellTest ; |
| 1071 | rdfs:label "well test number"^^xsd:string . | 1070 | rdfs:label "well test number"^^xsd:string . |
| 1072 | 1071 | ||
| 1073 | ep-activity:wellTestShutInPressure | 1072 | ep-activity:wellTestShutInPressure |
| 1074 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 1073 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 1075 | rdfs:domain ep-activity:WellTest ; | 1074 | rdfs:domain ep-activity:WellTest ; |
| 1076 | rdfs:label "well test shut-in pressure"^^xsd:string ; | 1075 | rdfs:label "well test shut-in pressure"^^xsd:string ; |
| 1077 | rdfs:range ep-core:Pressure . | 1076 | rdfs:range ep-core:Pressure . |
| 1078 | 1077 | ||
| 1079 | ep-activity:wellTestStoredOil | 1078 | ep-activity:wellTestStoredOil |
| 1080 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1079 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 1081 | rdfs:domain ep-activity:WellTest ; | 1080 | rdfs:domain ep-activity:WellTest ; |
| 1082 | rdfs:label "well test stored oil"^^xsd:string ; | 1081 | rdfs:label "well test stored oil"^^xsd:string ; |
| 1083 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Oil> . | 1082 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Oil> . | ... | ... |
| ... | @@ -10,31 +10,36 @@ | ... | @@ -10,31 +10,36 @@ |
| 10 | 10 | ||
| 11 | <http://www.reportinghub.no/ep/schema/1.0/core> | 11 | <http://www.reportinghub.no/ep/schema/1.0/core> |
| 12 | rdf:type owl:Ontology ; | 12 | rdf:type owl:Ontology ; |
| 13 | - owl:imports <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> , <http://www.linkedmodel.org/schema/vaem> ; | 13 | + owl:imports <http://www.linkedmodel.org/schema/vaem> , <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> ; |
| 14 | owl:versionInfo "0.1.0"^^xsd:string . | 14 | owl:versionInfo "0.1.0"^^xsd:string . |
| 15 | 15 | ||
| 16 | ep-core:Class_of_indirect_property | 16 | ep-core:Class_of_indirect_property |
| 17 | rdf:type owl:Class ; | 17 | rdf:type owl:Class ; |
| 18 | rdfs:label "class of indirect property"^^xsd:string ; | 18 | rdfs:label "class of indirect property"^^xsd:string ; |
| 19 | - rdfs:subClassOf owl:ObjectProperty , owl:FunctionalProperty . | 19 | + rdfs:subClassOf owl:FunctionalProperty , owl:ObjectProperty . |
| 20 | 20 | ||
| 21 | ep-core:Density | 21 | ep-core:Density |
| 22 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 22 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 23 | rdfs:label "density"^^xsd:string ; | 23 | rdfs:label "density"^^xsd:string ; |
| 24 | rdfs:subClassOf owl:Class . | 24 | rdfs:subClassOf owl:Class . |
| 25 | 25 | ||
| 26 | ep-core:Length | 26 | ep-core:Length |
| 27 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 27 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 28 | rdfs:label "length"^^xsd:string ; | 28 | rdfs:label "length"^^xsd:string ; |
| 29 | rdfs:subClassOf owl:Class . | 29 | rdfs:subClassOf owl:Class . |
| 30 | 30 | ||
| 31 | ep-core:MassPerUnitLength | 31 | ep-core:MassPerUnitLength |
| 32 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 32 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 33 | rdfs:label "mass per unit length"^^xsd:string ; | 33 | rdfs:label "mass per unit length"^^xsd:string ; |
| 34 | rdfs:subClassOf owl:Class . | 34 | rdfs:subClassOf owl:Class . |
| 35 | 35 | ||
| 36 | +ep-core:MassPerUnitMassConcentration | ||
| 37 | + rdf:type ep-core:PropertySpace , rdfs:Class ; | ||
| 38 | + rdfs:label "mass per unit mass concentration"^^xsd:string ; | ||
| 39 | + rdfs:subClassOf owl:Class . | ||
| 40 | + | ||
| 36 | ep-core:MeasureOfAmountOfMaterial | 41 | ep-core:MeasureOfAmountOfMaterial |
| 37 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 42 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 38 | rdfs:label "measure of amount of material"^^xsd:string ; | 43 | rdfs:label "measure of amount of material"^^xsd:string ; |
| 39 | rdfs:subClassOf owl:Class . | 44 | rdfs:subClassOf owl:Class . |
| 40 | 45 | ||
| ... | @@ -49,17 +54,17 @@ ep-core:PhysicalThing | ... | @@ -49,17 +54,17 @@ ep-core:PhysicalThing |
| 49 | rdfs:subClassOf owl:Thing . | 54 | rdfs:subClassOf owl:Thing . |
| 50 | 55 | ||
| 51 | ep-core:PlaneAngle | 56 | ep-core:PlaneAngle |
| 52 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 57 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 53 | rdfs:label "plane angle"^^xsd:string ; | 58 | rdfs:label "plane angle"^^xsd:string ; |
| 54 | rdfs:subClassOf owl:Class . | 59 | rdfs:subClassOf owl:Class . |
| 55 | 60 | ||
| 56 | ep-core:PlasticViscosity | 61 | ep-core:PlasticViscosity |
| 57 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 62 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 58 | rdfs:label "plastic viscosity"^^xsd:string ; | 63 | rdfs:label "plastic viscosity"^^xsd:string ; |
| 59 | rdfs:subClassOf owl:Class . | 64 | rdfs:subClassOf owl:Class . |
| 60 | 65 | ||
| 61 | ep-core:Pressure | 66 | ep-core:Pressure |
| 62 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 67 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 63 | rdfs:label "pressure"^^xsd:string ; | 68 | rdfs:label "pressure"^^xsd:string ; |
| 64 | rdfs:subClassOf owl:Class . | 69 | rdfs:subClassOf owl:Class . |
| 65 | 70 | ||
| ... | @@ -69,87 +74,87 @@ ep-core:PropertySpace | ... | @@ -69,87 +74,87 @@ ep-core:PropertySpace |
| 69 | rdfs:subClassOf owl:Class . | 74 | rdfs:subClassOf owl:Class . |
| 70 | 75 | ||
| 71 | ep-core:Ratio | 76 | ep-core:Ratio |
| 72 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 77 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 73 | rdfs:label "ratio"^^xsd:string . | 78 | rdfs:label "ratio"^^xsd:string . |
| 74 | 79 | ||
| 75 | ep-core:Scale | 80 | ep-core:Scale |
| 76 | rdf:type owl:Class ; | 81 | rdf:type owl:Class ; |
| 77 | rdfs:label "scale"^^xsd:string ; | 82 | rdfs:label "scale"^^xsd:string ; |
| 78 | - rdfs:subClassOf owl:DatatypeProperty , owl:FunctionalProperty . | 83 | + rdfs:subClassOf owl:FunctionalProperty , owl:DatatypeProperty . |
| 79 | - | ||
| 80 | -ep-core:SpecificMass | ||
| 81 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | ||
| 82 | - rdfs:label "specific mass"^^xsd:string ; | ||
| 83 | - rdfs:subClassOf owl:Class . | ||
| 84 | - | ||
| 85 | -ep-core:SpecificVolume | ||
| 86 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | ||
| 87 | - rdfs:label "specific volume"^^xsd:string ; | ||
| 88 | - rdfs:subClassOf owl:Class . | ||
| 89 | 84 | ||
| 90 | ep-core:Speed | 85 | ep-core:Speed |
| 91 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 86 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 92 | rdfs:label "speed"^^xsd:string ; | 87 | rdfs:label "speed"^^xsd:string ; |
| 93 | rdfs:subClassOf owl:Class . | 88 | rdfs:subClassOf owl:Class . |
| 94 | 89 | ||
| 95 | ep-core:StrengthOfRockFormation | 90 | ep-core:StrengthOfRockFormation |
| 96 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 91 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 97 | rdfs:label "strength of rock formation"^^xsd:string ; | 92 | rdfs:label "strength of rock formation"^^xsd:string ; |
| 98 | rdfs:subClassOf owl:Class . | 93 | rdfs:subClassOf owl:Class . |
| 99 | 94 | ||
| 100 | ep-core:Temperature | 95 | ep-core:Temperature |
| 101 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 96 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 102 | rdfs:label "temperature"^^xsd:string ; | 97 | rdfs:label "temperature"^^xsd:string ; |
| 103 | rdfs:subClassOf owl:Class . | 98 | rdfs:subClassOf owl:Class . |
| 104 | 99 | ||
| 105 | ep-core:TimeDuration | 100 | ep-core:TimeDuration |
| 106 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 101 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 107 | rdfs:label "time duration"^^xsd:string ; | 102 | rdfs:label "time duration"^^xsd:string ; |
| 108 | rdfs:subClassOf owl:Class . | 103 | rdfs:subClassOf owl:Class . |
| 109 | 104 | ||
| 110 | ep-core:Volume | 105 | ep-core:Volume |
| 111 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 106 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 112 | rdfs:label "volume"^^xsd:string ; | 107 | rdfs:label "volume"^^xsd:string ; |
| 113 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 108 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
| 114 | 109 | ||
| 115 | ep-core:VolumeAt15degC1atm | 110 | ep-core:VolumeAt15degC1atm |
| 116 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 111 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 117 | rdfs:label "volume at 15 degrees C 1 atmosphere"^^xsd:string ; | 112 | rdfs:label "volume at 15 degrees C 1 atmosphere"^^xsd:string ; |
| 118 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 113 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
| 119 | 114 | ||
| 120 | ep-core:VolumeAt1degC1atm | 115 | ep-core:VolumeAt1degC1atm |
| 121 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 116 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 122 | rdfs:label "volume at 0 degrees C 1 atmosphere"^^xsd:string ; | 117 | rdfs:label "volume at 0 degrees C 1 atmosphere"^^xsd:string ; |
| 123 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 118 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
| 124 | 119 | ||
| 125 | ep-core:VolumeAt60degF1atm | 120 | ep-core:VolumeAt60degF1atm |
| 126 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 121 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 127 | rdfs:label "volume at 60 degrees F 1 atmosphere"^^xsd:string ; | 122 | rdfs:label "volume at 60 degrees F 1 atmosphere"^^xsd:string ; |
| 128 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | 123 | rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . |
| 129 | 124 | ||
| 125 | +ep-core:VolumeMassRatio | ||
| 126 | + rdf:type ep-core:PropertySpace , rdfs:Class ; | ||
| 127 | + rdfs:label "volume mass ratio"^^xsd:string ; | ||
| 128 | + rdfs:subClassOf owl:Class . | ||
| 129 | + | ||
| 130 | +ep-core:VolumePerUnitVolumeConcentration | ||
| 131 | + rdf:type ep-core:PropertySpace , rdfs:Class ; | ||
| 132 | + rdfs:label "volume per unit volume concentration"^^xsd:string ; | ||
| 133 | + rdfs:subClassOf owl:Class . | ||
| 134 | + | ||
| 130 | ep-core:VolumetricFlowRate | 135 | ep-core:VolumetricFlowRate |
| 131 | - rdf:type rdfs:Class , ep-core:PropertySpace ; | 136 | + rdf:type ep-core:PropertySpace , rdfs:Class ; |
| 132 | rdfs:label "volumetric flow rate"^^xsd:string ; | 137 | rdfs:label "volumetric flow rate"^^xsd:string ; |
| 133 | rdfs:subClassOf owl:Class . | 138 | rdfs:subClassOf owl:Class . |
| 134 | 139 | ||
| 135 | ep-core:YieldPoint | 140 | ep-core:YieldPoint |
| 136 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 141 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
| 137 | rdfs:label "yield point"^^xsd:string ; | 142 | rdfs:label "yield point"^^xsd:string ; |
| 138 | rdfs:subClassOf owl:Class . | 143 | rdfs:subClassOf owl:Class . |
| 139 | 144 | ||
| 140 | ep-core:apiName | 145 | ep-core:apiName |
| 141 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 146 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 142 | rdfs:label "API name"^^xsd:string ; | 147 | rdfs:label "API name"^^xsd:string ; |
| 143 | rdfs:range xsd:string ; | 148 | rdfs:range xsd:string ; |
| 144 | rdfs:subPropertyOf ep-core:name . | 149 | rdfs:subPropertyOf ep-core:name . |
| 145 | 150 | ||
| 146 | ep-core:bar | 151 | ep-core:bar |
| 147 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 152 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 148 | rdfs:domain ep-core:Pressure ; | 153 | rdfs:domain ep-core:Pressure ; |
| 149 | rdfs:label "bar"^^xsd:string . | 154 | rdfs:label "bar"^^xsd:string . |
| 150 | 155 | ||
| 151 | ep-core:barrel | 156 | ep-core:barrel |
| 152 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 157 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 153 | rdfs:label "barrel"^^xsd:string . | 158 | rdfs:label "barrel"^^xsd:string . |
| 154 | 159 | ||
| 155 | ep-core:basisFor | 160 | ep-core:basisFor |
| ... | @@ -157,71 +162,71 @@ ep-core:basisFor | ... | @@ -157,71 +162,71 @@ ep-core:basisFor |
| 157 | rdfs:label "basis for"^^xsd:string . | 162 | rdfs:label "basis for"^^xsd:string . |
| 158 | 163 | ||
| 159 | ep-core:celsius | 164 | ep-core:celsius |
| 160 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 165 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 161 | rdfs:domain ep-core:Temperature ; | 166 | rdfs:domain ep-core:Temperature ; |
| 162 | rdfs:label "celsius"^^xsd:string . | 167 | rdfs:label "celsius"^^xsd:string . |
| 163 | 168 | ||
| 164 | ep-core:centiPoise | 169 | ep-core:centiPoise |
| 165 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 170 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 166 | rdfs:domain ep-core:PlasticViscosity ; | 171 | rdfs:domain ep-core:PlasticViscosity ; |
| 167 | rdfs:label "cP"^^xsd:string . | 172 | rdfs:label "cP"^^xsd:string . |
| 168 | 173 | ||
| 169 | ep-core:day | 174 | ep-core:day |
| 170 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 175 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 171 | rdfs:domain ep-core:TimeDuration ; | 176 | rdfs:domain ep-core:TimeDuration ; |
| 172 | rdfs:label "day"^^xsd:string . | 177 | rdfs:label "day"^^xsd:string . |
| 173 | 178 | ||
| 174 | ep-core:decimetre3 | 179 | ep-core:decimetre3 |
| 175 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 180 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 176 | rdfs:domain ep-core:Volume ; | 181 | rdfs:domain ep-core:Volume ; |
| 177 | rdfs:label "decimetre 3"^^xsd:string . | 182 | rdfs:label "decimetre 3"^^xsd:string . |
| 178 | 183 | ||
| 179 | ep-core:degreesOfAngle | 184 | ep-core:degreesOfAngle |
| 180 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 185 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 181 | rdfs:domain ep-core:PlaneAngle ; | 186 | rdfs:domain ep-core:PlaneAngle ; |
| 182 | rdfs:label "degrees of angle"^^xsd:string . | 187 | rdfs:label "degrees of angle"^^xsd:string . |
| 183 | 188 | ||
| 184 | ep-core:derivedFrom | 189 | ep-core:derivedFrom |
| 185 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 190 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
| 186 | rdfs:label "derived from"^^xsd:string . | 191 | rdfs:label "derived from"^^xsd:string . |
| 187 | 192 | ||
| 188 | ep-core:dtiName | 193 | ep-core:dtiName |
| 189 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 194 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 190 | rdfs:label "DTI name"^^xsd:string ; | 195 | rdfs:label "DTI name"^^xsd:string ; |
| 191 | rdfs:range xsd:string ; | 196 | rdfs:range xsd:string ; |
| 192 | rdfs:subPropertyOf ep-core:name . | 197 | rdfs:subPropertyOf ep-core:name . |
| 193 | 198 | ||
| 194 | ep-core:dyne_second_metre-2 | 199 | ep-core:dyne_second_metre-2 |
| 195 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 200 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 196 | rdfs:domain ep-core:PlasticViscosity ; | 201 | rdfs:domain ep-core:PlasticViscosity ; |
| 197 | rdfs:label "dyne.s.m-2"^^xsd:string . | 202 | rdfs:label "dyne.s.m-2"^^xsd:string . |
| 198 | 203 | ||
| 199 | ep-core:foot | 204 | ep-core:foot |
| 200 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 205 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 201 | rdfs:domain ep-core:Length ; | 206 | rdfs:domain ep-core:Length ; |
| 202 | rdfs:label "foot"^^xsd:string . | 207 | rdfs:label "foot"^^xsd:string . |
| 203 | 208 | ||
| 204 | ep-core:foot3 | 209 | ep-core:foot3 |
| 205 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 210 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 206 | rdfs:label "foot3"^^xsd:string . | 211 | rdfs:label "foot3"^^xsd:string . |
| 207 | 212 | ||
| 208 | ep-core:foot3_sack94-1 | 213 | ep-core:foot3_sack94-1 |
| 209 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 214 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 210 | rdfs:domain ep-core:YieldPoint ; | 215 | rdfs:domain ep-core:YieldPoint ; |
| 211 | rdfs:label "foot3 sack94-1"^^xsd:string . | 216 | rdfs:label "foot3 sack94-1"^^xsd:string . |
| 212 | 217 | ||
| 213 | ep-core:footUS | 218 | ep-core:footUS |
| 214 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 219 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 215 | rdfs:domain ep-core:Length ; | 220 | rdfs:domain ep-core:Length ; |
| 216 | rdfs:label "foot (US survey)"^^xsd:string . | 221 | rdfs:label "foot (US survey)"^^xsd:string . |
| 217 | 222 | ||
| 218 | ep-core:fractionByVolume | 223 | ep-core:fractionByVolume |
| 219 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 224 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 220 | - rdfs:domain ep-core:SpecificVolume ; | 225 | + rdfs:domain ep-core:VolumePerUnitVolumeConcentration ; |
| 221 | rdfs:label "fraction by volume"^^xsd:string . | 226 | rdfs:label "fraction by volume"^^xsd:string . |
| 222 | 227 | ||
| 223 | ep-core:gram_cm-3 | 228 | ep-core:gram_cm-3 |
| 224 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 229 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 225 | rdfs:label "gram cm-3"^^xsd:string . | 230 | rdfs:label "gram cm-3"^^xsd:string . |
| 226 | 231 | ||
| 227 | ep-core:hasPart | 232 | ep-core:hasPart |
| ... | @@ -253,7 +258,7 @@ ep-core:hasVolume | ... | @@ -253,7 +258,7 @@ ep-core:hasVolume |
| 253 | rdfs:label "has volume"^^xsd:string . | 258 | rdfs:label "has volume"^^xsd:string . |
| 254 | 259 | ||
| 255 | ep-core:hour | 260 | ep-core:hour |
| 256 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 261 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 257 | rdfs:domain ep-core:TimeDuration ; | 262 | rdfs:domain ep-core:TimeDuration ; |
| 258 | rdfs:label "hour"^^xsd:string . | 263 | rdfs:label "hour"^^xsd:string . |
| 259 | 264 | ||
| ... | @@ -264,84 +269,84 @@ ep-core:humanRecognizableName | ... | @@ -264,84 +269,84 @@ ep-core:humanRecognizableName |
| 264 | rdfs:subPropertyOf ep-core:name . | 269 | rdfs:subPropertyOf ep-core:name . |
| 265 | 270 | ||
| 266 | ep-core:inch | 271 | ep-core:inch |
| 267 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 272 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 268 | rdfs:domain ep-core:Length ; | 273 | rdfs:domain ep-core:Length ; |
| 269 | rdfs:label "inch"^^xsd:string . | 274 | rdfs:label "inch"^^xsd:string . |
| 270 | 275 | ||
| 271 | ep-core:inchUS | 276 | ep-core:inchUS |
| 272 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 277 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 273 | rdfs:domain ep-core:Length ; | 278 | rdfs:domain ep-core:Length ; |
| 274 | rdfs:label "inch (US survey)"^^xsd:string . | 279 | rdfs:label "inch (US survey)"^^xsd:string . |
| 275 | 280 | ||
| 276 | ep-core:kilogramforce_second_metre-2 | 281 | ep-core:kilogramforce_second_metre-2 |
| 277 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 282 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 278 | rdfs:domain ep-core:PlasticViscosity ; | 283 | rdfs:domain ep-core:PlasticViscosity ; |
| 279 | rdfs:label "kgf.s.m-2"^^xsd:string . | 284 | rdfs:label "kgf.s.m-2"^^xsd:string . |
| 280 | 285 | ||
| 281 | ep-core:localFieldName | 286 | ep-core:localFieldName |
| 282 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 287 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 283 | rdfs:label "local field name"^^xsd:string ; | 288 | rdfs:label "local field name"^^xsd:string ; |
| 284 | rdfs:range xsd:string ; | 289 | rdfs:range xsd:string ; |
| 285 | rdfs:subPropertyOf ep-core:name . | 290 | rdfs:subPropertyOf ep-core:name . |
| 286 | 291 | ||
| 287 | ep-core:megaPa | 292 | ep-core:megaPa |
| 288 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 293 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 289 | rdfs:domain ep-core:Pressure ; | 294 | rdfs:domain ep-core:Pressure ; |
| 290 | rdfs:label "MPa"^^xsd:string . | 295 | rdfs:label "MPa"^^xsd:string . |
| 291 | 296 | ||
| 292 | ep-core:megaPa_second | 297 | ep-core:megaPa_second |
| 293 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 298 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 294 | rdfs:domain ep-core:PlasticViscosity ; | 299 | rdfs:domain ep-core:PlasticViscosity ; |
| 295 | rdfs:label "MPa.second"^^xsd:string . | 300 | rdfs:label "MPa.second"^^xsd:string . |
| 296 | 301 | ||
| 297 | ep-core:metre | 302 | ep-core:metre |
| 298 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 303 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 299 | rdfs:domain ep-core:Length ; | 304 | rdfs:domain ep-core:Length ; |
| 300 | rdfs:label "metre"^^xsd:string . | 305 | rdfs:label "metre"^^xsd:string . |
| 301 | 306 | ||
| 302 | ep-core:metre3 | 307 | ep-core:metre3 |
| 303 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 308 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 304 | rdfs:label "metre3"^^xsd:string . | 309 | rdfs:label "metre3"^^xsd:string . |
| 305 | 310 | ||
| 306 | ep-core:metre3_day-1 | 311 | ep-core:metre3_day-1 |
| 307 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 312 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 308 | rdfs:domain ep-core:VolumetricFlowRate ; | 313 | rdfs:domain ep-core:VolumetricFlowRate ; |
| 309 | rdfs:label "metre3 day-1"^^xsd:string . | 314 | rdfs:label "metre3 day-1"^^xsd:string . |
| 310 | 315 | ||
| 311 | ep-core:metre3_minute-1 | 316 | ep-core:metre3_minute-1 |
| 312 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 317 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 313 | rdfs:domain ep-core:VolumetricFlowRate ; | 318 | rdfs:domain ep-core:VolumetricFlowRate ; |
| 314 | rdfs:label "metre3 minute-1"^^xsd:string . | 319 | rdfs:label "metre3 minute-1"^^xsd:string . |
| 315 | 320 | ||
| 316 | ep-core:metre_hour-1 | 321 | ep-core:metre_hour-1 |
| 317 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 322 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 318 | rdfs:domain ep-core:Speed ; | 323 | rdfs:domain ep-core:Speed ; |
| 319 | rdfs:label "metre hour-1"^^xsd:string . | 324 | rdfs:label "metre hour-1"^^xsd:string . |
| 320 | 325 | ||
| 321 | ep-core:millimetre | 326 | ep-core:millimetre |
| 322 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 327 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 323 | rdfs:domain ep-core:Length ; | 328 | rdfs:domain ep-core:Length ; |
| 324 | rdfs:label "millimetre"^^xsd:string . | 329 | rdfs:label "millimetre"^^xsd:string . |
| 325 | 330 | ||
| 326 | ep-core:million_barrel | 331 | ep-core:million_barrel |
| 327 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 332 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 328 | rdfs:label "million barrel"^^xsd:string . | 333 | rdfs:label "million barrel"^^xsd:string . |
| 329 | 334 | ||
| 330 | ep-core:million_foot3 | 335 | ep-core:million_foot3 |
| 331 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 336 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 332 | rdfs:label "million foot3"^^xsd:string . | 337 | rdfs:label "million foot3"^^xsd:string . |
| 333 | 338 | ||
| 334 | ep-core:million_metre3 | 339 | ep-core:million_metre3 |
| 335 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 340 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 336 | rdfs:label "million metre3"^^xsd:string . | 341 | rdfs:label "million metre3"^^xsd:string . |
| 337 | 342 | ||
| 338 | ep-core:million_metre3_day-1 | 343 | ep-core:million_metre3_day-1 |
| 339 | - rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; | 344 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; |
| 340 | rdfs:domain ep-core:VolumetricFlowRate ; | 345 | rdfs:domain ep-core:VolumetricFlowRate ; |
| 341 | rdfs:label "million metre3 day-1"^^xsd:string . | 346 | rdfs:label "million metre3 day-1"^^xsd:string . |
| 342 | 347 | ||
| 343 | ep-core:minute | 348 | ep-core:minute |
| 344 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 349 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 345 | rdfs:domain ep-core:TimeDuration ; | 350 | rdfs:domain ep-core:TimeDuration ; |
| 346 | rdfs:label "minute"^^xsd:string . | 351 | rdfs:label "minute"^^xsd:string . |
| 347 | 352 | ||
| ... | @@ -351,31 +356,31 @@ ep-core:name | ... | @@ -351,31 +356,31 @@ ep-core:name |
| 351 | rdfs:range xsd:string . | 356 | rdfs:range xsd:string . |
| 352 | 357 | ||
| 353 | ep-core:newton_second_metre-2 | 358 | ep-core:newton_second_metre-2 |
| 354 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 359 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 355 | rdfs:domain ep-core:PlasticViscosity ; | 360 | rdfs:domain ep-core:PlasticViscosity ; |
| 356 | rdfs:label "N.s.m-2"^^xsd:string . | 361 | rdfs:label "N.s.m-2"^^xsd:string . |
| 357 | 362 | ||
| 358 | ep-core:nominallyExistsAt | 363 | ep-core:nominallyExistsAt |
| 359 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 364 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 360 | rdfs:domain ep-core:PhysicalThing ; | 365 | rdfs:domain ep-core:PhysicalThing ; |
| 361 | rdfs:label "nominally exists at"^^xsd:string ; | 366 | rdfs:label "nominally exists at"^^xsd:string ; |
| 362 | rdfs:range xsd:string ; | 367 | rdfs:range xsd:string ; |
| 363 | rdfs:subPropertyOf ep-core:name . | 368 | rdfs:subPropertyOf ep-core:name . |
| 364 | 369 | ||
| 365 | ep-core:npdCode | 370 | ep-core:npdCode |
| 366 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 371 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 367 | rdfs:label "NPD code"^^xsd:string ; | 372 | rdfs:label "NPD code"^^xsd:string ; |
| 368 | rdfs:range xsd:string ; | 373 | rdfs:range xsd:string ; |
| 369 | rdfs:subPropertyOf ep-core:name . | 374 | rdfs:subPropertyOf ep-core:name . |
| 370 | 375 | ||
| 371 | ep-core:npdName | 376 | ep-core:npdName |
| 372 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 377 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 373 | rdfs:label "NPD name"^^xsd:string ; | 378 | rdfs:label "NPD name"^^xsd:string ; |
| 374 | rdfs:range xsd:string ; | 379 | rdfs:range xsd:string ; |
| 375 | rdfs:subPropertyOf ep-core:name . | 380 | rdfs:subPropertyOf ep-core:name . |
| 376 | 381 | ||
| 377 | ep-core:npdNumber | 382 | ep-core:npdNumber |
| 378 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 383 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
| 379 | rdfs:label "NPD number"^^xsd:string ; | 384 | rdfs:label "NPD number"^^xsd:string ; |
| 380 | rdfs:range xsd:string ; | 385 | rdfs:range xsd:string ; |
| 381 | rdfs:subPropertyOf ep-core:name . | 386 | rdfs:subPropertyOf ep-core:name . |
| ... | @@ -388,68 +393,68 @@ ep-core:partOf | ... | @@ -388,68 +393,68 @@ ep-core:partOf |
| 388 | owl:inverseOf ep-core:hasPart . | 393 | owl:inverseOf ep-core:hasPart . |
| 389 | 394 | ||
| 390 | ep-core:partPerMillionByMass | 395 | ep-core:partPerMillionByMass |
| 391 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 396 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 392 | - rdfs:domain ep-core:SpecificMass ; | 397 | + rdfs:domain ep-core:MassPerUnitMassConcentration ; |
| 393 | rdfs:label "part per million (by mass)"^^xsd:string . | 398 | rdfs:label "part per million (by mass)"^^xsd:string . |
| 394 | 399 | ||
| 395 | ep-core:partPerMillionByVolume | 400 | ep-core:partPerMillionByVolume |
| 396 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 401 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 397 | - rdfs:domain ep-core:SpecificVolume ; | 402 | + rdfs:domain ep-core:VolumePerUnitVolumeConcentration ; |
| 398 | rdfs:label "part per million (by volume)"^^xsd:string . | 403 | rdfs:label "part per million (by volume)"^^xsd:string . |
| 399 | 404 | ||
| 400 | ep-core:pascal | 405 | ep-core:pascal |
| 401 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 406 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 402 | rdfs:domain ep-core:Pressure ; | 407 | rdfs:domain ep-core:Pressure ; |
| 403 | rdfs:label "Pascal"^^xsd:string . | 408 | rdfs:label "Pascal"^^xsd:string . |
| 404 | 409 | ||
| 405 | ep-core:pascal_second | 410 | ep-core:pascal_second |
| 406 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 411 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 407 | rdfs:domain ep-core:PlasticViscosity ; | 412 | rdfs:domain ep-core:PlasticViscosity ; |
| 408 | rdfs:label "Pa.second"^^xsd:string . | 413 | rdfs:label "Pa.second"^^xsd:string . |
| 409 | 414 | ||
| 410 | ep-core:perCentByVolume | 415 | ep-core:perCentByVolume |
| 411 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 416 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 412 | - rdfs:domain ep-core:SpecificVolume ; | 417 | + rdfs:domain ep-core:VolumePerUnitVolumeConcentration ; |
| 413 | rdfs:label "per cent by volume"^^xsd:string . | 418 | rdfs:label "per cent by volume"^^xsd:string . |
| 414 | 419 | ||
| 415 | ep-core:poise | 420 | ep-core:poise |
| 416 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 421 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 417 | rdfs:domain ep-core:PlasticViscosity ; | 422 | rdfs:domain ep-core:PlasticViscosity ; |
| 418 | rdfs:label "P"^^xsd:string . | 423 | rdfs:label "P"^^xsd:string . |
| 419 | 424 | ||
| 420 | ep-core:pound_foot-1 | 425 | ep-core:pound_foot-1 |
| 421 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 426 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 422 | rdfs:domain ep-core:MassPerUnitLength ; | 427 | rdfs:domain ep-core:MassPerUnitLength ; |
| 423 | rdfs:label "pound foot-1"^^xsd:string . | 428 | rdfs:label "pound foot-1"^^xsd:string . |
| 424 | 429 | ||
| 425 | ep-core:poundforce_second_foot-2 | 430 | ep-core:poundforce_second_foot-2 |
| 426 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 431 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 427 | rdfs:domain ep-core:PlasticViscosity ; | 432 | rdfs:domain ep-core:PlasticViscosity ; |
| 428 | rdfs:label "lbf.s.ft-2"^^xsd:string . | 433 | rdfs:label "lbf.s.ft-2"^^xsd:string . |
| 429 | 434 | ||
| 430 | ep-core:poundforce_second_inch-2 | 435 | ep-core:poundforce_second_inch-2 |
| 431 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 436 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 432 | rdfs:domain ep-core:PlasticViscosity ; | 437 | rdfs:domain ep-core:PlasticViscosity ; |
| 433 | rdfs:label "lbf.s.in-2"^^xsd:string . | 438 | rdfs:label "lbf.s.in-2"^^xsd:string . |
| 434 | 439 | ||
| 435 | ep-core:prospectName | 440 | ep-core:prospectName |
| 436 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 441 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 437 | rdfs:label "prospect name"^^xsd:string ; | 442 | rdfs:label "prospect name"^^xsd:string ; |
| 438 | rdfs:range xsd:string ; | 443 | rdfs:range xsd:string ; |
| 439 | rdfs:subPropertyOf ep-core:name . | 444 | rdfs:subPropertyOf ep-core:name . |
| 440 | 445 | ||
| 441 | ep-core:psi_second | 446 | ep-core:psi_second |
| 442 | - rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; | 447 | + rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; |
| 443 | rdfs:domain ep-core:PlasticViscosity ; | 448 | rdfs:domain ep-core:PlasticViscosity ; |
| 444 | rdfs:label "psi.s"^^xsd:string . | 449 | rdfs:label "psi.s"^^xsd:string . |
| 445 | 450 | ||
| 446 | ep-core:psig | 451 | ep-core:psig |
| 447 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ; | 452 | + rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ; |
| 448 | rdfs:domain ep-core:Pressure ; | 453 | rdfs:domain ep-core:Pressure ; |
| 449 | rdfs:label "psi gauge"^^xsd:string . | 454 | rdfs:label "psi gauge"^^xsd:string . |
| 450 | 455 | ||
| 451 | ep-core:second | 456 | ep-core:second |
| 452 | - rdf:type owl:FunctionalProperty , ep-core:Scale , owl:DatatypeProperty ; | 457 | + rdf:type owl:DatatypeProperty , ep-core:Scale , owl:FunctionalProperty ; |
| 453 | rdfs:domain ep-core:TimeDuration ; | 458 | rdfs:domain ep-core:TimeDuration ; |
| 454 | rdfs:label "second"^^xsd:string . | 459 | rdfs:label "second"^^xsd:string . |
| 455 | 460 | ||
| ... | @@ -462,7 +467,7 @@ ep-core:spatialPartOf | ... | @@ -462,7 +467,7 @@ ep-core:spatialPartOf |
| 462 | owl:inverseOf ep-core:hasSpatialPart . | 467 | owl:inverseOf ep-core:hasSpatialPart . |
| 463 | 468 | ||
| 464 | ep-core:specificGravity | 469 | ep-core:specificGravity |
| 465 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 470 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 466 | rdfs:label "specific gravity"^^xsd:string . | 471 | rdfs:label "specific gravity"^^xsd:string . |
| 467 | 472 | ||
| 468 | ep-core:temporalPartOf | 473 | ep-core:temporalPartOf |
| ... | @@ -474,16 +479,16 @@ ep-core:temporalPartOf | ... | @@ -474,16 +479,16 @@ ep-core:temporalPartOf |
| 474 | owl:inverseOf ep-core:hasTemporalPart . | 479 | owl:inverseOf ep-core:hasTemporalPart . |
| 475 | 480 | ||
| 476 | ep-core:undefinedScale | 481 | ep-core:undefinedScale |
| 477 | - rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; | 482 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; |
| 478 | rdfs:domain owl:Class ; | 483 | rdfs:domain owl:Class ; |
| 479 | rdfs:label "undefined scale"^^xsd:string . | 484 | rdfs:label "undefined scale"^^xsd:string . |
| 480 | 485 | ||
| 481 | ep-core:usGallon_sack94-1 | 486 | ep-core:usGallon_sack94-1 |
| 482 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 487 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 483 | - rdfs:domain ep-core:SpecificVolume ; | 488 | + rdfs:domain ep-core:VolumeMassRatio ; |
| 484 | rdfs:label "USgallon sack94-1"^^xsd:string . | 489 | rdfs:label "USgallon sack94-1"^^xsd:string . |
| 485 | 490 | ||
| 486 | ep-core:week | 491 | ep-core:week |
| 487 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty , ep-core:Scale ; | 492 | + rdf:type ep-core:Scale , owl:FunctionalProperty , owl:DatatypeProperty ; |
| 488 | rdfs:domain ep-core:TimeDuration ; | 493 | rdfs:domain ep-core:TimeDuration ; |
| 489 | rdfs:label "week"^^xsd:string . | 494 | rdfs:label "week"^^xsd:string . | ... | ... |
| ... | @@ -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/organization> , <http://www.reportinghub.no/ep/schema/1.0/well> ; | 16 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <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 |
| ... | @@ -25,10 +25,10 @@ ep-eqt:BlowOutPreventer | ... | @@ -25,10 +25,10 @@ ep-eqt:BlowOutPreventer |
| 25 | rdfs:subClassOf ep-eqt:Equipment . | 25 | rdfs:subClassOf ep-eqt:Equipment . |
| 26 | 26 | ||
| 27 | ep-eqt:Casing | 27 | ep-eqt:Casing |
| 28 | - rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; | 28 | + rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; |
| 29 | rdfs:label "Casing"^^xsd:string ; | 29 | rdfs:label "Casing"^^xsd:string ; |
| 30 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; | 30 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; |
| 31 | - owl:disjointWith ep-eqt:Liner , ep-eqt:Tubing . | 31 | + owl:disjointWith ep-eqt:Tubing , ep-eqt:Liner . |
| 32 | 32 | ||
| 33 | ep-eqt:CasingLinerTubing | 33 | ep-eqt:CasingLinerTubing |
| 34 | rdf:type owl:Class ; | 34 | rdf:type owl:Class ; |
| ... | @@ -52,7 +52,7 @@ ep-eqt:CasingRoleType | ... | @@ -52,7 +52,7 @@ ep-eqt:CasingRoleType |
| 52 | ep-eqt:CasingString | 52 | ep-eqt:CasingString |
| 53 | rdf:type owl:Class ; | 53 | rdf:type owl:Class ; |
| 54 | rdfs:label "casing string"^^xsd:string ; | 54 | rdfs:label "casing string"^^xsd:string ; |
| 55 | - rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> . | 55 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing . |
| 56 | 56 | ||
| 57 | ep-eqt:ChokeValve | 57 | ep-eqt:ChokeValve |
| 58 | rdf:type owl:Class ; | 58 | rdf:type owl:Class ; |
| ... | @@ -70,12 +70,12 @@ ep-eqt:ClassOfSupplyDefinedByAManufacturer | ... | @@ -70,12 +70,12 @@ ep-eqt:ClassOfSupplyDefinedByAManufacturer |
| 70 | rdfs:subClassOf owl:Class . | 70 | rdfs:subClassOf owl:Class . |
| 71 | 71 | ||
| 72 | ep-eqt:Compressor | 72 | ep-eqt:Compressor |
| 73 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 73 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 74 | rdfs:label "compressor"^^xsd:string ; | 74 | rdfs:label "compressor"^^xsd:string ; |
| 75 | rdfs:subClassOf ep-eqt:Equipment . | 75 | rdfs:subClassOf ep-eqt:Equipment . |
| 76 | 76 | ||
| 77 | ep-eqt:Controller-lift | 77 | ep-eqt:Controller-lift |
| 78 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 78 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 79 | rdfs:label "controller - lift"^^xsd:string ; | 79 | rdfs:label "controller - lift"^^xsd:string ; |
| 80 | rdfs:subClassOf ep-eqt:Equipment . | 80 | rdfs:subClassOf ep-eqt:Equipment . |
| 81 | 81 | ||
| ... | @@ -108,25 +108,25 @@ ep-eqt:InnerBarrel-aluminum | ... | @@ -108,25 +108,25 @@ ep-eqt:InnerBarrel-aluminum |
| 108 | rdf:type owl:Class ; | 108 | rdf:type owl:Class ; |
| 109 | rdfs:label "inner barrel - aluminum"^^xsd:string ; | 109 | rdfs:label "inner barrel - aluminum"^^xsd:string ; |
| 110 | rdfs:subClassOf ep-eqt:InnerBarrel ; | 110 | rdfs:subClassOf ep-eqt:InnerBarrel ; |
| 111 | - owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-gel . | 111 | + owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-fiberglass . |
| 112 | 112 | ||
| 113 | ep-eqt:InnerBarrel-fiberglass | 113 | ep-eqt:InnerBarrel-fiberglass |
| 114 | rdf:type owl:Class ; | 114 | rdf:type owl:Class ; |
| 115 | rdfs:label "inner barrel - fiberglass"^^xsd:string ; | 115 | rdfs:label "inner barrel - fiberglass"^^xsd:string ; |
| 116 | rdfs:subClassOf ep-eqt:InnerBarrel ; | 116 | rdfs:subClassOf ep-eqt:InnerBarrel ; |
| 117 | - owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-gel . | 117 | + owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-aluminum . |
| 118 | 118 | ||
| 119 | ep-eqt:InnerBarrel-gel | 119 | ep-eqt:InnerBarrel-gel |
| 120 | rdf:type owl:Class ; | 120 | rdf:type owl:Class ; |
| 121 | rdfs:label "inner barrel - gel"^^xsd:string ; | 121 | rdfs:label "inner barrel - gel"^^xsd:string ; |
| 122 | rdfs:subClassOf ep-eqt:InnerBarrel ; | 122 | rdfs:subClassOf ep-eqt:InnerBarrel ; |
| 123 | - owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-fiberglass . | 123 | + owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-aluminum . |
| 124 | 124 | ||
| 125 | ep-eqt:IntermediateCasing | 125 | ep-eqt:IntermediateCasing |
| 126 | - rdf:type ep-eqt:CasingRoleType , owl:Class ; | 126 | + rdf:type owl:Class , ep-eqt:CasingRoleType ; |
| 127 | rdfs:label "intermediate casing"^^xsd:string ; | 127 | rdfs:label "intermediate casing"^^xsd:string ; |
| 128 | rdfs:subClassOf ep-eqt:Casing ; | 128 | rdfs:subClassOf ep-eqt:Casing ; |
| 129 | - owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:TopCasing . | 129 | + owl:disjointWith ep-eqt:TopCasing , ep-eqt:ProductionCasing . |
| 130 | 130 | ||
| 131 | ep-eqt:KellyBushing | 131 | ep-eqt:KellyBushing |
| 132 | rdf:type owl:Class ; | 132 | rdf:type owl:Class ; |
| ... | @@ -136,21 +136,21 @@ ep-eqt:KellyBushing | ... | @@ -136,21 +136,21 @@ ep-eqt:KellyBushing |
| 136 | ep-eqt:LastCasingOfAWellBore | 136 | ep-eqt:LastCasingOfAWellBore |
| 137 | rdf:type owl:Class ; | 137 | rdf:type owl:Class ; |
| 138 | rdfs:label "last casing of a wellbore"^^xsd:string ; | 138 | rdfs:label "last casing of a wellbore"^^xsd:string ; |
| 139 | - rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> . | 139 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing . |
| 140 | 140 | ||
| 141 | ep-eqt:Liner | 141 | ep-eqt:Liner |
| 142 | - rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; | 142 | + rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; |
| 143 | rdfs:label "Liner"^^xsd:string ; | 143 | rdfs:label "Liner"^^xsd:string ; |
| 144 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; | 144 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; |
| 145 | - owl:disjointWith ep-eqt:Casing , ep-eqt:Tubing . | 145 | + owl:disjointWith ep-eqt:Tubing , ep-eqt:Casing . |
| 146 | 146 | ||
| 147 | ep-eqt:Manifold-injection | 147 | ep-eqt:Manifold-injection |
| 148 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 148 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 149 | rdfs:label "manifold - injection"^^xsd:string ; | 149 | rdfs:label "manifold - injection"^^xsd:string ; |
| 150 | rdfs:subClassOf ep-eqt:Equipment . | 150 | rdfs:subClassOf ep-eqt:Equipment . |
| 151 | 151 | ||
| 152 | ep-eqt:Manifold-production | 152 | ep-eqt:Manifold-production |
| 153 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 153 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 154 | rdfs:label "manifold - production"^^xsd:string ; | 154 | rdfs:label "manifold - production"^^xsd:string ; |
| 155 | rdfs:subClassOf ep-eqt:Equipment . | 155 | rdfs:subClassOf ep-eqt:Equipment . |
| 156 | 156 | ||
| ... | @@ -165,13 +165,13 @@ ep-eqt:PipeWeightAPI_5CTClass | ... | @@ -165,13 +165,13 @@ ep-eqt:PipeWeightAPI_5CTClass |
| 165 | rdfs:subClassOf owl:Class . | 165 | rdfs:subClassOf owl:Class . |
| 166 | 166 | ||
| 167 | ep-eqt:ProductionCasing | 167 | ep-eqt:ProductionCasing |
| 168 | - rdf:type ep-eqt:CasingRoleType , owl:Class ; | 168 | + rdf:type owl:Class , ep-eqt:CasingRoleType ; |
| 169 | rdfs:label "production casing"^^xsd:string ; | 169 | rdfs:label "production casing"^^xsd:string ; |
| 170 | rdfs:subClassOf ep-eqt:Casing ; | 170 | rdfs:subClassOf ep-eqt:Casing ; |
| 171 | - owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:TopCasing . | 171 | + owl:disjointWith ep-eqt:TopCasing , ep-eqt:IntermediateCasing . |
| 172 | 172 | ||
| 173 | ep-eqt:Separator | 173 | ep-eqt:Separator |
| 174 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 174 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 175 | rdfs:label "separator"^^xsd:string ; | 175 | rdfs:label "separator"^^xsd:string ; |
| 176 | rdfs:subClassOf ep-eqt:Equipment . | 176 | rdfs:subClassOf ep-eqt:Equipment . |
| 177 | 177 | ||
| ... | @@ -181,21 +181,21 @@ ep-eqt:SteelGradeAPI_5CTClass | ... | @@ -181,21 +181,21 @@ ep-eqt:SteelGradeAPI_5CTClass |
| 181 | rdfs:subClassOf owl:Class . | 181 | rdfs:subClassOf owl:Class . |
| 182 | 182 | ||
| 183 | ep-eqt:Tank | 183 | ep-eqt:Tank |
| 184 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 184 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 185 | rdfs:label "tank"^^xsd:string ; | 185 | rdfs:label "tank"^^xsd:string ; |
| 186 | rdfs:subClassOf ep-eqt:Equipment . | 186 | rdfs:subClassOf ep-eqt:Equipment . |
| 187 | 187 | ||
| 188 | ep-eqt:TopCasing | 188 | ep-eqt:TopCasing |
| 189 | - rdf:type ep-eqt:CasingRoleType , owl:Class ; | 189 | + rdf:type owl:Class , ep-eqt:CasingRoleType ; |
| 190 | rdfs:label "top casing"^^xsd:string ; | 190 | rdfs:label "top casing"^^xsd:string ; |
| 191 | rdfs:subClassOf ep-eqt:Casing ; | 191 | rdfs:subClassOf ep-eqt:Casing ; |
| 192 | - owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:ProductionCasing . | 192 | + owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:IntermediateCasing . |
| 193 | 193 | ||
| 194 | ep-eqt:Tubing | 194 | ep-eqt:Tubing |
| 195 | - rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; | 195 | + rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; |
| 196 | rdfs:label "Tubing"^^xsd:string ; | 196 | rdfs:label "Tubing"^^xsd:string ; |
| 197 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; | 197 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; |
| 198 | - owl:disjointWith ep-eqt:Casing , ep-eqt:Liner . | 198 | + owl:disjointWith ep-eqt:Liner , ep-eqt:Casing . |
| 199 | 199 | ||
| 200 | ep-eqt:TubularConnectionClass | 200 | ep-eqt:TubularConnectionClass |
| 201 | rdf:type rdfs:Class ; | 201 | rdf:type rdfs:Class ; |
| ... | @@ -213,7 +213,7 @@ ep-eqt:WellTestChoke | ... | @@ -213,7 +213,7 @@ ep-eqt:WellTestChoke |
| 213 | rdfs:subClassOf ep-eqt:Equipment . | 213 | rdfs:subClassOf ep-eqt:Equipment . |
| 214 | 214 | ||
| 215 | ep-eqt:chokeOrificeSize | 215 | ep-eqt:chokeOrificeSize |
| 216 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 216 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 217 | rdfs:domain ep-eqt:WellTestChoke ; | 217 | rdfs:domain ep-eqt:WellTestChoke ; |
| 218 | rdfs:label "choke orifice size"^^xsd:string ; | 218 | rdfs:label "choke orifice size"^^xsd:string ; |
| 219 | rdfs:range ep-core:Length . | 219 | rdfs:range ep-core:Length . |
| ... | @@ -224,67 +224,67 @@ ep-eqt:codeAssignedByAManufacturer | ... | @@ -224,67 +224,67 @@ ep-eqt:codeAssignedByAManufacturer |
| 224 | rdfs:label "code assigned by manufacturer"^^xsd:string . | 224 | rdfs:label "code assigned by manufacturer"^^xsd:string . |
| 225 | 225 | ||
| 226 | ep-eqt:diameterOfACasing | 226 | ep-eqt:diameterOfACasing |
| 227 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 227 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 228 | rdfs:domain ep-eqt:Casing ; | 228 | rdfs:domain ep-eqt:Casing ; |
| 229 | rdfs:label "diameter of a casing"^^xsd:string ; | 229 | rdfs:label "diameter of a casing"^^xsd:string ; |
| 230 | rdfs:range ep-core:Length . | 230 | rdfs:range ep-core:Length . |
| 231 | 231 | ||
| 232 | ep-eqt:diameterOfDrillBit | 232 | ep-eqt:diameterOfDrillBit |
| 233 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 233 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 234 | rdfs:domain ep-eqt:DrillBit ; | 234 | rdfs:domain ep-eqt:DrillBit ; |
| 235 | rdfs:label "diameter of drill bit"^^xsd:string ; | 235 | rdfs:label "diameter of drill bit"^^xsd:string ; |
| 236 | rdfs:range ep-core:Length . | 236 | rdfs:range ep-core:Length . |
| 237 | 237 | ||
| 238 | ep-eqt:elevationOfKellyBushing | 238 | ep-eqt:elevationOfKellyBushing |
| 239 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 239 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 240 | rdfs:domain ep-eqt:KellyBushing ; | 240 | rdfs:domain ep-eqt:KellyBushing ; |
| 241 | rdfs:label "elevation of kelly bushing"^^xsd:string ; | 241 | rdfs:label "elevation of kelly bushing"^^xsd:string ; |
| 242 | rdfs:range ep-core:Length . | 242 | rdfs:range ep-core:Length . |
| 243 | 243 | ||
| 244 | ep-eqt:hasTubularConnectionClass | 244 | ep-eqt:hasTubularConnectionClass |
| 245 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 245 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 246 | rdfs:domain ep-eqt:CasingLinerTubing ; | 246 | rdfs:domain ep-eqt:CasingLinerTubing ; |
| 247 | rdfs:label "has tubular connection class"^^xsd:string ; | 247 | rdfs:label "has tubular connection class"^^xsd:string ; |
| 248 | rdfs:range ep-eqt:TubularConnectionClass . | 248 | rdfs:range ep-eqt:TubularConnectionClass . |
| 249 | 249 | ||
| 250 | ep-eqt:insideDiameterOfATubular | 250 | ep-eqt:insideDiameterOfATubular |
| 251 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 251 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 252 | rdfs:domain ep-eqt:CasingLinerTubing ; | 252 | rdfs:domain ep-eqt:CasingLinerTubing ; |
| 253 | rdfs:label "inside diameter of a tubular"^^xsd:string ; | 253 | rdfs:label "inside diameter of a tubular"^^xsd:string ; |
| 254 | rdfs:range ep-core:Length . | 254 | rdfs:range ep-core:Length . |
| 255 | 255 | ||
| 256 | ep-eqt:lengthOfInnerBarrel | 256 | ep-eqt:lengthOfInnerBarrel |
| 257 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 257 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 258 | rdfs:domain ep-eqt:InnerBarrel ; | 258 | rdfs:domain ep-eqt:InnerBarrel ; |
| 259 | rdfs:label "length of inner barrel"^^xsd:string ; | 259 | rdfs:label "length of inner barrel"^^xsd:string ; |
| 260 | rdfs:range ep-core:Length . | 260 | rdfs:range ep-core:Length . |
| 261 | 261 | ||
| 262 | ep-eqt:manufacturedBy | 262 | ep-eqt:manufacturedBy |
| 263 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 263 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 264 | rdfs:domain ep-eqt:Equipment ; | 264 | rdfs:domain ep-eqt:Equipment ; |
| 265 | rdfs:label "manaufactured by"^^xsd:string ; | 265 | rdfs:label "manaufactured by"^^xsd:string ; |
| 266 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 266 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 267 | 267 | ||
| 268 | ep-eqt:maximumPressureForBlowOutPreventer | 268 | ep-eqt:maximumPressureForBlowOutPreventer |
| 269 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 269 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 270 | rdfs:domain ep-eqt:BlowOutPreventer ; | 270 | rdfs:domain ep-eqt:BlowOutPreventer ; |
| 271 | rdfs:label "maximum pressure for blow out preventer"^^xsd:string ; | 271 | rdfs:label "maximum pressure for blow out preventer"^^xsd:string ; |
| 272 | rdfs:range ep-core:Pressure . | 272 | rdfs:range ep-core:Pressure . |
| 273 | 273 | ||
| 274 | ep-eqt:maximumPressureForChokeValve | 274 | ep-eqt:maximumPressureForChokeValve |
| 275 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 275 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 276 | rdfs:domain ep-eqt:ChokeValve ; | 276 | rdfs:domain ep-eqt:ChokeValve ; |
| 277 | rdfs:label "maximum pressure for choke valve"^^xsd:string ; | 277 | rdfs:label "maximum pressure for choke valve"^^xsd:string ; |
| 278 | rdfs:range ep-core:Pressure . | 278 | rdfs:range ep-core:Pressure . |
| 279 | 279 | ||
| 280 | ep-eqt:outsideDiameterOfATubular | 280 | ep-eqt:outsideDiameterOfATubular |
| 281 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 281 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 282 | rdfs:domain ep-eqt:CasingLinerTubing ; | 282 | rdfs:domain ep-eqt:CasingLinerTubing ; |
| 283 | rdfs:label "outside diameter of a tubular"^^xsd:string ; | 283 | rdfs:label "outside diameter of a tubular"^^xsd:string ; |
| 284 | rdfs:range ep-core:Length . | 284 | rdfs:range ep-core:Length . |
| 285 | 285 | ||
| 286 | ep-eqt:stringLengthOfATubular | 286 | ep-eqt:stringLengthOfATubular |
| 287 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 287 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 288 | rdfs:domain ep-eqt:CasingLinerTubing ; | 288 | rdfs:domain ep-eqt:CasingLinerTubing ; |
| 289 | rdfs:label "string length of a tubular"^^xsd:string ; | 289 | rdfs:label "string length of a tubular"^^xsd:string ; |
| 290 | rdfs:range ep-core:Length . | 290 | rdfs:range ep-core:Length . | ... | ... |
| 1 | -# Saved by TopBraid on Fri Oct 07 20:09:24 BST 2011 | ||
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/facility | 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/facility |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 2 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 4 | 3 | ||
| ... | @@ -18,7 +17,7 @@ | ... | @@ -18,7 +17,7 @@ |
| 18 | owl:versionInfo "0.1.0"^^xsd:string . | 17 | owl:versionInfo "0.1.0"^^xsd:string . |
| 19 | 18 | ||
| 20 | ep-fac:Completion | 19 | ep-fac:Completion |
| 21 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 20 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 22 | rdfs:label "completion"^^xsd:string ; | 21 | rdfs:label "completion"^^xsd:string ; |
| 23 | rdfs:subClassOf ep-fac:TemporalPartOfACompletion . | 22 | rdfs:subClassOf ep-fac:TemporalPartOfACompletion . |
| 24 | 23 | ||
| ... | @@ -28,7 +27,7 @@ ep-fac:Facility | ... | @@ -28,7 +27,7 @@ ep-fac:Facility |
| 28 | rdfs:subClassOf ep-core:PhysicalObject . | 27 | rdfs:subClassOf ep-core:PhysicalObject . |
| 29 | 28 | ||
| 30 | ep-fac:Field | 29 | ep-fac:Field |
| 31 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 30 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 32 | rdfs:label "field"^^xsd:string ; | 31 | rdfs:label "field"^^xsd:string ; |
| 33 | rdfs:subClassOf ep-fac:TemporalPartOfAField . | 32 | rdfs:subClassOf ep-fac:TemporalPartOfAField . |
| 34 | 33 | ||
| ... | @@ -42,22 +41,22 @@ ep-fac:FixedOrMoveableRigType | ... | @@ -42,22 +41,22 @@ ep-fac:FixedOrMoveableRigType |
| 42 | rdfs:subClassOf owl:Class . | 41 | rdfs:subClassOf owl:Class . |
| 43 | 42 | ||
| 44 | ep-fac:FixedRig | 43 | ep-fac:FixedRig |
| 45 | - rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ; | 44 | + rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ; |
| 46 | rdfs:label "fixed rig"^^xsd:string ; | 45 | rdfs:label "fixed rig"^^xsd:string ; |
| 47 | - rdfs:subClassOf ep-fac:FixedFacility , ep-fac:Rig . | 46 | + rdfs:subClassOf ep-fac:Rig , ep-fac:FixedFacility . |
| 48 | 47 | ||
| 49 | ep-fac:Flowline | 48 | ep-fac:Flowline |
| 50 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 49 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 51 | rdfs:label "flowline"^^xsd:string ; | 50 | rdfs:label "flowline"^^xsd:string ; |
| 52 | rdfs:subClassOf ep-fac:TemporalPartOfAFlowline . | 51 | rdfs:subClassOf ep-fac:TemporalPartOfAFlowline . |
| 53 | 52 | ||
| 54 | ep-fac:Flowline-production | 53 | ep-fac:Flowline-production |
| 55 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 54 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 56 | rdfs:label "flowline - production"^^xsd:string ; | 55 | rdfs:label "flowline - production"^^xsd:string ; |
| 57 | rdfs:subClassOf ep-fac:Flowline . | 56 | rdfs:subClassOf ep-fac:Flowline . |
| 58 | 57 | ||
| 59 | ep-fac:Lease | 58 | ep-fac:Lease |
| 60 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 59 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 61 | rdfs:label "lease"^^xsd:string ; | 60 | rdfs:label "lease"^^xsd:string ; |
| 62 | rdfs:subClassOf ep-fac:Facility . | 61 | rdfs:subClassOf ep-fac:Facility . |
| 63 | 62 | ||
| ... | @@ -66,12 +65,12 @@ ep-fac:MoveableFacility | ... | @@ -66,12 +65,12 @@ ep-fac:MoveableFacility |
| 66 | rdfs:subClassOf ep-fac:TemporalPartOfAMoveableFacility . | 65 | rdfs:subClassOf ep-fac:TemporalPartOfAMoveableFacility . |
| 67 | 66 | ||
| 68 | ep-fac:MoveableRig | 67 | ep-fac:MoveableRig |
| 69 | - rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ; | 68 | + rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ; |
| 70 | rdfs:label "moveable rig"^^xsd:string ; | 69 | rdfs:label "moveable rig"^^xsd:string ; |
| 71 | - rdfs:subClassOf ep-fac:MoveableFacility , ep-fac:Rig . | 70 | + rdfs:subClassOf ep-fac:Rig , ep-fac:MoveableFacility . |
| 72 | 71 | ||
| 73 | ep-fac:Platform | 72 | ep-fac:Platform |
| 74 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 73 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 75 | rdfs:label "platform"^^xsd:string ; | 74 | rdfs:label "platform"^^xsd:string ; |
| 76 | rdfs:subClassOf ep-fac:TemporalPartOfAPlatform . | 75 | rdfs:subClassOf ep-fac:TemporalPartOfAPlatform . |
| 77 | 76 | ||
| ... | @@ -86,7 +85,7 @@ ep-fac:ProductionFacilityType | ... | @@ -86,7 +85,7 @@ ep-fac:ProductionFacilityType |
| 86 | rdfs:subClassOf owl:Class . | 85 | rdfs:subClassOf owl:Class . |
| 87 | 86 | ||
| 88 | ep-fac:Reservoir | 87 | ep-fac:Reservoir |
| 89 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 88 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 90 | rdfs:label "reservoir"^^xsd:string ; | 89 | rdfs:label "reservoir"^^xsd:string ; |
| 91 | rdfs:subClassOf ep-fac:TemporalPartOfAReservoir . | 90 | rdfs:subClassOf ep-fac:TemporalPartOfAReservoir . |
| 92 | 91 | ||
| ... | @@ -114,7 +113,7 @@ ep-fac:SurroundingWater-meanSeaLevel | ... | @@ -114,7 +113,7 @@ ep-fac:SurroundingWater-meanSeaLevel |
| 114 | rdfs:subClassOf ep-fac:SurroundingWater . | 113 | rdfs:subClassOf ep-fac:SurroundingWater . |
| 115 | 114 | ||
| 116 | ep-fac:Template | 115 | ep-fac:Template |
| 117 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 116 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 118 | rdfs:label "template"^^xsd:string ; | 117 | rdfs:label "template"^^xsd:string ; |
| 119 | rdfs:subClassOf ep-fac:TemporalPartOfATemplate . | 118 | rdfs:subClassOf ep-fac:TemporalPartOfATemplate . |
| 120 | 119 | ||
| ... | @@ -164,12 +163,12 @@ ep-fac:TemporalPartOfAZone | ... | @@ -164,12 +163,12 @@ ep-fac:TemporalPartOfAZone |
| 164 | rdfs:subClassOf ep-fac:Facility . | 163 | rdfs:subClassOf ep-fac:Facility . |
| 165 | 164 | ||
| 166 | ep-fac:Zone | 165 | ep-fac:Zone |
| 167 | - rdf:type ep-fac:ProductionFacilityType , owl:Class ; | 166 | + rdf:type owl:Class , ep-fac:ProductionFacilityType ; |
| 168 | rdfs:label "zone"^^xsd:string ; | 167 | rdfs:label "zone"^^xsd:string ; |
| 169 | rdfs:subClassOf ep-fac:TemporalPartOfAZone . | 168 | rdfs:subClassOf ep-fac:TemporalPartOfAZone . |
| 170 | 169 | ||
| 171 | ep-fac:depthOfSurroundingWater | 170 | ep-fac:depthOfSurroundingWater |
| 172 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 171 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 173 | rdfs:domain ep-fac:SurroundingWater ; | 172 | rdfs:domain ep-fac:SurroundingWater ; |
| 174 | rdfs:label "depth of surrounding water"^^xsd:string ; | 173 | rdfs:label "depth of surrounding water"^^xsd:string ; |
| 175 | rdfs:range ep-core:Length . | 174 | rdfs:range ep-core:Length . | ... | ... |
| 1 | -# Saved by TopBraid on Wed Sep 28 16:02:41 BST 2011 | ||
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/report | 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/report |
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/well | 2 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
| 6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/well |
| 7 | 6 | ||
| 8 | -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | ||
| 9 | @prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> . | 7 | @prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> . |
| 10 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 11 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 9 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| ... | @@ -14,7 +12,7 @@ | ... | @@ -14,7 +12,7 @@ |
| 14 | 12 | ||
| 15 | <http://www.reportinghub.no/ep/schema/1.0/report> | 13 | <http://www.reportinghub.no/ep/schema/1.0/report> |
| 16 | rdf:type owl:Ontology ; | 14 | rdf:type owl:Ontology ; |
| 17 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/well> ; | 15 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> ; |
| 18 | owl:versionInfo "0.1.0"^^xsd:string . | 16 | owl:versionInfo "0.1.0"^^xsd:string . |
| 19 | 17 | ||
| 20 | ep-report:DailyDrillingReport | 18 | ep-report:DailyDrillingReport |
| ... | @@ -27,7 +25,7 @@ ep-report:DailyDrillingReportFinalisationType | ... | @@ -27,7 +25,7 @@ ep-report:DailyDrillingReportFinalisationType |
| 27 | rdfs:subClassOf owl:Class . | 25 | rdfs:subClassOf owl:Class . |
| 28 | 26 | ||
| 29 | ep-report:FinalDailyDrillingReport | 27 | ep-report:FinalDailyDrillingReport |
| 30 | - rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; | 28 | + rdf:type owl:Class , ep-report:DailyDrillingReportFinalisationType ; |
| 31 | rdfs:label "final daily drilling report"^^xsd:string ; | 29 | rdfs:label "final daily drilling report"^^xsd:string ; |
| 32 | rdfs:subClassOf ep-report:DailyDrillingReport . | 30 | rdfs:subClassOf ep-report:DailyDrillingReport . |
| 33 | 31 | ||
| ... | @@ -36,13 +34,8 @@ ep-report:NonProductivetimeReport | ... | @@ -36,13 +34,8 @@ ep-report:NonProductivetimeReport |
| 36 | rdfs:subClassOf ep-report:Report ; | 34 | rdfs:subClassOf ep-report:Report ; |
| 37 | rdfs:subClassOf | 35 | rdfs:subClassOf |
| 38 | [ rdf:type owl:Restriction ; | 36 | [ rdf:type owl:Restriction ; |
| 39 | - owl:allValuesFrom xsd:dateTime ; | ||
| 40 | - owl:onProperty ep-report:createdAt | ||
| 41 | - ] ; | ||
| 42 | - rdfs:subClassOf | ||
| 43 | - [ rdf:type owl:Restriction ; | ||
| 44 | owl:cardinality "1"^^xsd:nonNegativeInteger ; | 37 | owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 45 | - owl:onProperty ep-report:createdAt | 38 | + owl:onProperty ep-report:reportOn |
| 46 | ] ; | 39 | ] ; |
| 47 | rdfs:subClassOf | 40 | rdfs:subClassOf |
| 48 | [ rdf:type owl:Restriction ; | 41 | [ rdf:type owl:Restriction ; |
| ... | @@ -52,16 +45,21 @@ ep-report:NonProductivetimeReport | ... | @@ -52,16 +45,21 @@ ep-report:NonProductivetimeReport |
| 52 | rdfs:subClassOf | 45 | rdfs:subClassOf |
| 53 | [ rdf:type owl:Restriction ; | 46 | [ rdf:type owl:Restriction ; |
| 54 | owl:cardinality "1"^^xsd:nonNegativeInteger ; | 47 | owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 55 | - owl:onProperty ep-report:reportOn | 48 | + owl:onProperty ep-report:createdAt |
| 49 | + ] ; | ||
| 50 | + rdfs:subClassOf | ||
| 51 | + [ rdf:type owl:Restriction ; | ||
| 52 | + owl:allValuesFrom xsd:dateTime ; | ||
| 53 | + owl:onProperty ep-report:createdAt | ||
| 56 | ] . | 54 | ] . |
| 57 | 55 | ||
| 58 | ep-report:NormalDailyDrillingReport | 56 | ep-report:NormalDailyDrillingReport |
| 59 | - rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; | 57 | + rdf:type owl:Class , ep-report:DailyDrillingReportFinalisationType ; |
| 60 | rdfs:label "normal daily drilling report"^^xsd:string ; | 58 | rdfs:label "normal daily drilling report"^^xsd:string ; |
| 61 | rdfs:subClassOf ep-report:DailyDrillingReport . | 59 | rdfs:subClassOf ep-report:DailyDrillingReport . |
| 62 | 60 | ||
| 63 | ep-report:PreliminaryDailyDrillingReport | 61 | ep-report:PreliminaryDailyDrillingReport |
| 64 | - rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; | 62 | + rdf:type owl:Class , ep-report:DailyDrillingReportFinalisationType ; |
| 65 | rdfs:label "preliminary daily drilling report"^^xsd:string ; | 63 | rdfs:label "preliminary daily drilling report"^^xsd:string ; |
| 66 | rdfs:subClassOf ep-report:DailyDrillingReport . | 64 | rdfs:subClassOf ep-report:DailyDrillingReport . |
| 67 | 65 | ||
| ... | @@ -75,32 +73,32 @@ ep-report:WeeklyDrillingReport | ... | @@ -75,32 +73,32 @@ ep-report:WeeklyDrillingReport |
| 75 | rdfs:subClassOf ep-report:Report ; | 73 | rdfs:subClassOf ep-report:Report ; |
| 76 | rdfs:subClassOf | 74 | rdfs:subClassOf |
| 77 | [ rdf:type owl:Restriction ; | 75 | [ rdf:type owl:Restriction ; |
| 78 | - owl:allValuesFrom ep-report:DailyDrillingReport ; | 76 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 79 | - owl:onProperty ep-report:reportOn | 77 | + owl:onProperty ep-report:createdAt |
| 80 | ] ; | 78 | ] ; |
| 81 | rdfs:subClassOf | 79 | rdfs:subClassOf |
| 82 | [ rdf:type owl:Restriction ; | 80 | [ rdf:type owl:Restriction ; |
| 83 | - owl:cardinality "7"^^xsd:nonNegativeInteger ; | 81 | + owl:allValuesFrom xsd:dateTime ; |
| 84 | - owl:onProperty ep-report:reportOn | 82 | + owl:onProperty ep-report:createdAt |
| 85 | ] ; | 83 | ] ; |
| 86 | rdfs:subClassOf | 84 | rdfs:subClassOf |
| 87 | [ rdf:type owl:Restriction ; | 85 | [ rdf:type owl:Restriction ; |
| 88 | - owl:allValuesFrom xsd:dateTime ; | 86 | + owl:cardinality "7"^^xsd:nonNegativeInteger ; |
| 89 | - owl:onProperty ep-report:createdAt | 87 | + owl:onProperty ep-report:reportOn |
| 90 | ] ; | 88 | ] ; |
| 91 | rdfs:subClassOf | 89 | rdfs:subClassOf |
| 92 | [ rdf:type owl:Restriction ; | 90 | [ rdf:type owl:Restriction ; |
| 93 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 91 | + owl:allValuesFrom ep-report:DailyDrillingReport ; |
| 94 | - owl:onProperty ep-report:createdAt | 92 | + owl:onProperty ep-report:reportOn |
| 95 | ] . | 93 | ] . |
| 96 | 94 | ||
| 97 | ep-report:createdAt | 95 | ep-report:createdAt |
| 98 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 96 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 99 | rdfs:domain ep-report:Report ; | 97 | rdfs:domain ep-report:Report ; |
| 100 | rdfs:label "created at"^^xsd:string . | 98 | rdfs:label "created at"^^xsd:string . |
| 101 | 99 | ||
| 102 | ep-report:dailyDrillingReportNumber | 100 | ep-report:dailyDrillingReportNumber |
| 103 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 101 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 104 | rdfs:domain ep-report:DailyDrillingReport ; | 102 | rdfs:domain ep-report:DailyDrillingReport ; |
| 105 | rdfs:label "daily drilling report number"^^xsd:string . | 103 | rdfs:label "daily drilling report number"^^xsd:string . |
| 106 | 104 | ||
| ... | @@ -108,16 +106,16 @@ ep-report:datumObjectForDailyDrillingReport | ... | @@ -108,16 +106,16 @@ ep-report:datumObjectForDailyDrillingReport |
| 108 | rdf:type owl:ObjectProperty ; | 106 | rdf:type owl:ObjectProperty ; |
| 109 | rdfs:domain ep-report:DailyDrillingReport ; | 107 | rdfs:domain ep-report:DailyDrillingReport ; |
| 110 | rdfs:label "datum object for daily drilling report"^^xsd:string ; | 108 | rdfs:label "datum object for daily drilling report"^^xsd:string ; |
| 111 | - rdfs:range ep-core:PhysicalObject . | 109 | + rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . |
| 112 | 110 | ||
| 113 | ep-report:hasContent | 111 | ep-report:hasContent |
| 114 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 112 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 115 | rdfs:domain ep-report:Report ; | 113 | rdfs:domain ep-report:Report ; |
| 116 | rdfs:label "has content"^^xsd:string . | 114 | rdfs:label "has content"^^xsd:string . |
| 117 | 115 | ||
| 118 | ep-report:nameAsDatumObject | 116 | ep-report:nameAsDatumObject |
| 119 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 117 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 120 | - rdfs:domain ep-core:PhysicalObject ; | 118 | + rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; |
| 121 | rdfs:label "name as datum object"^^xsd:string . | 119 | rdfs:label "name as datum object"^^xsd:string . |
| 122 | 120 | ||
| 123 | ep-report:reportOn | 121 | ep-report:reportOn | ... | ... |
| ... | @@ -302,13 +302,13 @@ ep-well:carbonDioxideConcentration | ... | @@ -302,13 +302,13 @@ ep-well:carbonDioxideConcentration |
| 302 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 302 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 303 | rdfs:domain ep-well:Gas ; | 303 | rdfs:domain ep-well:Gas ; |
| 304 | rdfs:label "carbon dioxide concentration"^^xsd:string ; | 304 | rdfs:label "carbon dioxide concentration"^^xsd:string ; |
| 305 | - rdfs:range ep-core:SpecificMass . | 305 | + rdfs:range ep-core:MassPerUnitMassConcentration . |
| 306 | 306 | ||
| 307 | ep-well:cementingFluidPerCentFreeWater | 307 | ep-well:cementingFluidPerCentFreeWater |
| 308 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 308 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 309 | rdfs:domain ep-well:CementingFluid ; | 309 | rdfs:domain ep-well:CementingFluid ; |
| 310 | rdfs:label "cementing fluid per cent free water"^^xsd:string ; | 310 | rdfs:label "cementing fluid per cent free water"^^xsd:string ; |
| 311 | - rdfs:range ep-core:SpecificVolume . | 311 | + rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
| 312 | 312 | ||
| 313 | ep-well:cementingFluidThickeningTime | 313 | ep-well:cementingFluidThickeningTime |
| 314 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 314 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| ... | @@ -320,7 +320,7 @@ ep-well:chlorideConcentration | ... | @@ -320,7 +320,7 @@ ep-well:chlorideConcentration |
| 320 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 320 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 321 | rdfs:domain ep-well:Gas ; | 321 | rdfs:domain ep-well:Gas ; |
| 322 | rdfs:label "chloride concentration"^^xsd:string ; | 322 | rdfs:label "chloride concentration"^^xsd:string ; |
| 323 | - rdfs:range ep-core:SpecificMass . | 323 | + rdfs:range ep-core:MassPerUnitMassConcentration . |
| 324 | 324 | ||
| 325 | ep-well:coreLength | 325 | ep-well:coreLength |
| 326 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 326 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| ... | @@ -344,7 +344,7 @@ ep-well:ethaneConcentration | ... | @@ -344,7 +344,7 @@ ep-well:ethaneConcentration |
| 344 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 344 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 345 | rdfs:domain ep-well:Gas ; | 345 | rdfs:domain ep-well:Gas ; |
| 346 | rdfs:label "ethane concentration"^^xsd:string ; | 346 | rdfs:label "ethane concentration"^^xsd:string ; |
| 347 | - rdfs:range ep-core:SpecificVolume . | 347 | + rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
| 348 | 348 | ||
| 349 | ep-well:finalBottomHoleMeasuredDepth | 349 | ep-well:finalBottomHoleMeasuredDepth |
| 350 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 350 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| ... | @@ -362,19 +362,19 @@ ep-well:gasConcentrationHigh | ... | @@ -362,19 +362,19 @@ ep-well:gasConcentrationHigh |
| 362 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 362 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 363 | rdfs:domain ep-well:Fluid ; | 363 | rdfs:domain ep-well:Fluid ; |
| 364 | rdfs:label "gas concentration - high"^^xsd:string ; | 364 | rdfs:label "gas concentration - high"^^xsd:string ; |
| 365 | - rdfs:range ep-core:SpecificVolume . | 365 | + rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
| 366 | 366 | ||
| 367 | ep-well:gasConcentrationLow | 367 | ep-well:gasConcentrationLow |
| 368 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 368 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 369 | rdfs:domain ep-well:Fluid ; | 369 | rdfs:domain ep-well:Fluid ; |
| 370 | rdfs:label "gas concentration - low"^^xsd:string ; | 370 | rdfs:label "gas concentration - low"^^xsd:string ; |
| 371 | - rdfs:range ep-core:SpecificVolume . | 371 | + rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
| 372 | 372 | ||
| 373 | ep-well:gasOilRatio | 373 | ep-well:gasOilRatio |
| 374 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 374 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 375 | rdfs:domain ep-well:Fluid ; | 375 | rdfs:domain ep-well:Fluid ; |
| 376 | rdfs:label "gas oil ratio"^^xsd:string ; | 376 | rdfs:label "gas oil ratio"^^xsd:string ; |
| 377 | - rdfs:range ep-core:SpecificVolume . | 377 | + rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
| 378 | 378 | ||
| 379 | ep-well:hasBarrel | 379 | ep-well:hasBarrel |
| 380 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 380 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| ... | @@ -386,7 +386,7 @@ ep-well:hydrogenSulfideConcentration | ... | @@ -386,7 +386,7 @@ ep-well:hydrogenSulfideConcentration |
| 386 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 386 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 387 | rdfs:domain ep-well:Gas ; | 387 | rdfs:domain ep-well:Gas ; |
| 388 | rdfs:label "hydrogen sulfide concentration"^^xsd:string ; | 388 | rdfs:label "hydrogen sulfide concentration"^^xsd:string ; |
| 389 | - rdfs:range ep-core:SpecificMass . | 389 | + rdfs:range ep-core:MassPerUnitMassConcentration . |
| 390 | 390 | ||
| 391 | ep-well:inclination | 391 | ep-well:inclination |
| 392 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 392 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| ... | @@ -404,13 +404,13 @@ ep-well:isoButaneConcentration | ... | @@ -404,13 +404,13 @@ ep-well:isoButaneConcentration |
| 404 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 404 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 405 | rdfs:domain ep-well:Gas ; | 405 | rdfs:domain ep-well:Gas ; |
| 406 | rdfs:label "iso-Butane concentration"^^xsd:string ; | 406 | rdfs:label "iso-Butane concentration"^^xsd:string ; |
| 407 | - rdfs:range ep-core:SpecificVolume . | 407 | + rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
| 408 | 408 | ||
| 409 | ep-well:isoPentaneConcentration | 409 | ep-well:isoPentaneConcentration |
| 410 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 410 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 411 | rdfs:domain ep-well:Gas ; | 411 | rdfs:domain ep-well:Gas ; |
| 412 | rdfs:label "iso-Pentane concentration"^^xsd:string ; | 412 | rdfs:label "iso-Pentane concentration"^^xsd:string ; |
| 413 | - rdfs:range ep-core:SpecificVolume . | 413 | + rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
| 414 | 414 | ||
| 415 | ep-well:lithologyDescription | 415 | ep-well:lithologyDescription |
| 416 | rdf:type owl:DatatypeProperty ; | 416 | rdf:type owl:DatatypeProperty ; |
| ... | @@ -445,7 +445,7 @@ ep-well:methaneConcentration | ... | @@ -445,7 +445,7 @@ ep-well:methaneConcentration |
| 445 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 445 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 446 | rdfs:domain ep-well:Gas ; | 446 | rdfs:domain ep-well:Gas ; |
| 447 | rdfs:label "methane concentration"^^xsd:string ; | 447 | rdfs:label "methane concentration"^^xsd:string ; |
| 448 | - rdfs:range ep-core:SpecificVolume . | 448 | + rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
| 449 | 449 | ||
| 450 | ep-well:nominalInsideDiameterOfBoreHole | 450 | ep-well:nominalInsideDiameterOfBoreHole |
| 451 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 451 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| ... | @@ -457,7 +457,7 @@ ep-well:norButaneConcentration | ... | @@ -457,7 +457,7 @@ ep-well:norButaneConcentration |
| 457 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 457 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 458 | rdfs:domain ep-well:Gas ; | 458 | rdfs:domain ep-well:Gas ; |
| 459 | rdfs:label "nor-Butane concentration"^^xsd:string ; | 459 | rdfs:label "nor-Butane concentration"^^xsd:string ; |
| 460 | - rdfs:range ep-core:SpecificVolume . | 460 | + rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
| 461 | 461 | ||
| 462 | ep-well:plannedBottomHoleMeasuredDepth | 462 | ep-well:plannedBottomHoleMeasuredDepth |
| 463 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 463 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| ... | @@ -493,19 +493,19 @@ ep-well:propaneConcentration | ... | @@ -493,19 +493,19 @@ ep-well:propaneConcentration |
| 493 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 493 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 494 | rdfs:domain ep-well:Gas ; | 494 | rdfs:domain ep-well:Gas ; |
| 495 | rdfs:label "propane concentration"^^xsd:string ; | 495 | rdfs:label "propane concentration"^^xsd:string ; |
| 496 | - rdfs:range ep-core:SpecificVolume . | 496 | + rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
| 497 | 497 | ||
| 498 | ep-well:ratioOfCementMixToWater | 498 | ep-well:ratioOfCementMixToWater |
| 499 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 499 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 500 | rdfs:domain ep-well:CementingFluid ; | 500 | rdfs:domain ep-well:CementingFluid ; |
| 501 | rdfs:label "ratio of cement mix to water"^^xsd:string ; | 501 | rdfs:label "ratio of cement mix to water"^^xsd:string ; |
| 502 | - rdfs:range ep-core:SpecificVolume . | 502 | + rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
| 503 | 503 | ||
| 504 | ep-well:relativeAmountOfCoreRecovered | 504 | ep-well:relativeAmountOfCoreRecovered |
| 505 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 505 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 506 | rdfs:domain ep-well:RecoveredCore ; | 506 | rdfs:domain ep-well:RecoveredCore ; |
| 507 | rdfs:label "relative amount of core recovered"^^xsd:string ; | 507 | rdfs:label "relative amount of core recovered"^^xsd:string ; |
| 508 | - rdfs:range ep-core:SpecificVolume . | 508 | + rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
| 509 | 509 | ||
| 510 | ep-well:showDescription | 510 | ep-well:showDescription |
| 511 | rdf:type owl:DatatypeProperty ; | 511 | rdf:type owl:DatatypeProperty ; |
| ... | @@ -557,7 +557,7 @@ ep-well:waterOilRatio | ... | @@ -557,7 +557,7 @@ ep-well:waterOilRatio |
| 557 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 557 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
| 558 | rdfs:domain ep-well:Fluid ; | 558 | rdfs:domain ep-well:Fluid ; |
| 559 | rdfs:label "water oil ratio"^^xsd:string ; | 559 | rdfs:label "water oil ratio"^^xsd:string ; |
| 560 | - rdfs:range ep-core:SpecificVolume . | 560 | + rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
| 561 | 561 | ||
| 562 | ep-well:wellBoreCompletedAt | 562 | ep-well:wellBoreCompletedAt |
| 563 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 563 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | ... | ... |
| ... | @@ -22,7 +22,7 @@ | ... | @@ -22,7 +22,7 @@ |
| 22 | <http://www.reportinghub.no/ep/spin/ddr-tables> | 22 | <http://www.reportinghub.no/ep/spin/ddr-tables> |
| 23 | rdf:type owl:Ontology ; | 23 | rdf:type owl:Ontology ; |
| 24 | rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ; | 24 | rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ; |
| 25 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/spin/rh> ; | 25 | + owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://spinrdf.org/spin> ; |
| 26 | owl:versionInfo "0.1.0"^^xsd:string . | 26 | owl:versionInfo "0.1.0"^^xsd:string . |
| 27 | 27 | ||
| 28 | ddr-tables:BitRecord | 28 | ddr-tables:BitRecord |
| ... | @@ -880,7 +880,7 @@ ddr-tables:CementFluidInformation | ... | @@ -880,7 +880,7 @@ ddr-tables:CementFluidInformation |
| 880 | sp:subject | 880 | sp:subject |
| 881 | [ sp:varName "fluid"^^xsd:string | 881 | [ sp:varName "fluid"^^xsd:string |
| 882 | ] | 882 | ] |
| 883 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 883 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumeMassRatio> ; |
| 884 | sp:predicate rdf:type ; | 884 | sp:predicate rdf:type ; |
| 885 | sp:subject | 885 | sp:subject |
| 886 | [ sp:varName "ratio"^^xsd:string | 886 | [ sp:varName "ratio"^^xsd:string |
| ... | @@ -901,7 +901,7 @@ ddr-tables:CementFluidInformation | ... | @@ -901,7 +901,7 @@ ddr-tables:CementFluidInformation |
| 901 | sp:subject | 901 | sp:subject |
| 902 | [ sp:varName "fluid"^^xsd:string | 902 | [ sp:varName "fluid"^^xsd:string |
| 903 | ] | 903 | ] |
| 904 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 904 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; |
| 905 | sp:predicate rdf:type ; | 905 | sp:predicate rdf:type ; |
| 906 | sp:subject | 906 | sp:subject |
| 907 | [ sp:varName "fw"^^xsd:string | 907 | [ sp:varName "fw"^^xsd:string | ... | ... |
| ... | @@ -31,7 +31,7 @@ | ... | @@ -31,7 +31,7 @@ |
| 31 | 31 | ||
| 32 | <http://www.reportinghub.no/ep/spin/1.1/lib> | 32 | <http://www.reportinghub.no/ep/spin/1.1/lib> |
| 33 | rdf:type owl:Ontology ; | 33 | rdf:type owl:Ontology ; |
| 34 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/spin/rh> , <http://www.witsml.org/schemas/1series> ; | 34 | + owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/drilling-equipment-type> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; |
| 35 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 35 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 36 | 36 | ||
| 37 | ep-spin-lib:Function | 37 | ep-spin-lib:Function |
| ... | @@ -1223,42 +1223,6 @@ ep-spin-lib:normalizeTimeFromDateTime | ... | @@ -1223,42 +1223,6 @@ ep-spin-lib:normalizeTimeFromDateTime |
| 1223 | spl:valueType xsd:dateTime | 1223 | spl:valueType xsd:dateTime |
| 1224 | ] . | 1224 | ] . |
| 1225 | 1225 | ||
| 1226 | -ep-spin-lib:numberWellbore | ||
| 1227 | - rdf:type spin:MagicProperty ; | ||
| 1228 | - rdfs:comment "A magic property that safely gets the NPD number of a well bore (variable on the right) from a DDR SXML structure (resource on the left side)."^^xsd:string ; | ||
| 1229 | - rdfs:label "number wellbore"^^xsd:string ; | ||
| 1230 | - rdfs:subClassOf spin:MagicProperties ; | ||
| 1231 | - spin:body | ||
| 1232 | - [ rdf:type sp:Select ; | ||
| 1233 | - sp:resultVariables ([ sp:varName "number"^^xsd:string | ||
| 1234 | - ]) ; | ||
| 1235 | - sp:where ([ sp:object | ||
| 1236 | - [ sp:varName "ref"^^xsd:string | ||
| 1237 | - ] ; | ||
| 1238 | - sp:predicate ddr:wellboreAliasRef ; | ||
| 1239 | - sp:subject spin:_arg1 | ||
| 1240 | - ] [ sp:object ddr:WNS_NPDnumber ; | ||
| 1241 | - sp:predicate ddr:namingSystemRef ; | ||
| 1242 | - sp:subject | ||
| 1243 | - [ sp:varName "ref"^^xsd:string | ||
| 1244 | - ] | ||
| 1245 | - ] [ sp:object | ||
| 1246 | - [ sp:varName "number"^^xsd:string | ||
| 1247 | - ] ; | ||
| 1248 | - sp:predicate ddr:name ; | ||
| 1249 | - sp:subject | ||
| 1250 | - [ sp:varName "ref"^^xsd:string | ||
| 1251 | - ] | ||
| 1252 | - ]) | ||
| 1253 | - ] ; | ||
| 1254 | - spin:constraint | ||
| 1255 | - [ rdf:type spl:Argument ; | ||
| 1256 | - rdfs:comment "The drill report (left hand side)."^^xsd:string ; | ||
| 1257 | - spl:predicate sp:arg1 ; | ||
| 1258 | - spl:valueType ddr:Obj_drillReport | ||
| 1259 | - ] ; | ||
| 1260 | - spin:returnType xsd:string . | ||
| 1261 | - | ||
| 1262 | ep-spin-lib:selectActivitySuccessType | 1226 | ep-spin-lib:selectActivitySuccessType |
| 1263 | rdf:type spin:Function ; | 1227 | rdf:type spin:Function ; |
| 1264 | rdfs:label "select ActivitySuccessType"^^xsd:string ; | 1228 | rdfs:label "select ActivitySuccessType"^^xsd:string ; |
| ... | @@ -2967,6 +2931,30 @@ ep-spin-lib:selectMassPerUnitLengthScale | ... | @@ -2967,6 +2931,30 @@ ep-spin-lib:selectMassPerUnitLengthScale |
| 2967 | ]) | 2931 | ]) |
| 2968 | ] . | 2932 | ] . |
| 2969 | 2933 | ||
| 2934 | +ep-spin-lib:selectMassPerUnitMassConcentrationScale | ||
| 2935 | + rdf:type spin:Function ; | ||
| 2936 | + rdfs:label "select mass per unit mass concentration scale"^^xsd:string ; | ||
| 2937 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
| 2938 | + spin:body | ||
| 2939 | + [ rdf:type sp:Select ; | ||
| 2940 | + sp:resultVariables ([ sp:varName "massPerUnitMassConcentrationScale"^^xsd:string | ||
| 2941 | + ]) ; | ||
| 2942 | + sp:where ([ rdf:type sp:Bind ; | ||
| 2943 | + sp:expression | ||
| 2944 | + [ rdf:type sp:if ; | ||
| 2945 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 2946 | + sp:arg1 spin:_arg1 ; | ||
| 2947 | + sp:arg2 ddr:UPPM_ppm | ||
| 2948 | + ] ; | ||
| 2949 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#partPerMillionByMass> ; | ||
| 2950 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 2951 | + ] ; | ||
| 2952 | + sp:variable | ||
| 2953 | + [ sp:varName "massPerUnitMassConcentrationScale"^^xsd:string | ||
| 2954 | + ] | ||
| 2955 | + ]) | ||
| 2956 | + ] . | ||
| 2957 | + | ||
| 2970 | ep-spin-lib:selectMudClass | 2958 | ep-spin-lib:selectMudClass |
| 2971 | rdf:type spin:Function ; | 2959 | rdf:type spin:Function ; |
| 2972 | rdfs:label "select MudClass"^^xsd:string ; | 2960 | rdfs:label "select MudClass"^^xsd:string ; |
| ... | @@ -3212,104 +3200,13 @@ ep-spin-lib:selectPressureTestType | ... | @@ -3212,104 +3200,13 @@ ep-spin-lib:selectPressureTestType |
| 3212 | ]) | 3200 | ]) |
| 3213 | ] . | 3201 | ] . |
| 3214 | 3202 | ||
| 3215 | -ep-spin-lib:selectSpecificMassScale | ||
| 3216 | - rdf:type spin:Function ; | ||
| 3217 | - rdfs:label "select specific mass scale"^^xsd:string ; | ||
| 3218 | - rdfs:subClassOf ep-spin-lib:Function ; | ||
| 3219 | - spin:body | ||
| 3220 | - [ rdf:type sp:Select ; | ||
| 3221 | - sp:resultVariables (_:b64) ; | ||
| 3222 | - sp:where ([ rdf:type sp:Bind ; | ||
| 3223 | - sp:expression | ||
| 3224 | - [ rdf:type sp:if ; | ||
| 3225 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 3226 | - sp:arg1 spin:_arg1 ; | ||
| 3227 | - sp:arg2 ddr:UPPM_ppm | ||
| 3228 | - ] ; | ||
| 3229 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#partPerMillionByMass> ; | ||
| 3230 | - sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 3231 | - ] ; | ||
| 3232 | - sp:variable _:b64 | ||
| 3233 | - ]) | ||
| 3234 | - ] . | ||
| 3235 | - | ||
| 3236 | -ep-spin-lib:selectSpecificVolumeScale | ||
| 3237 | - rdf:type spin:Function ; | ||
| 3238 | - rdfs:label "select specific volume scale"^^xsd:string ; | ||
| 3239 | - rdfs:subClassOf ep-spin-lib:Function ; | ||
| 3240 | - spin:body | ||
| 3241 | - [ rdf:type sp:Select ; | ||
| 3242 | - sp:resultVariables (_:b65) ; | ||
| 3243 | - sp:where ([ rdf:type sp:Bind ; | ||
| 3244 | - sp:expression | ||
| 3245 | - [ rdf:type sp:if ; | ||
| 3246 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 3247 | - sp:arg1 spin:_arg1 ; | ||
| 3248 | - sp:arg2 ddr:SVUUGPS_galUSsack94 | ||
| 3249 | - ] ; | ||
| 3250 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#usGallon_sack94-1> ; | ||
| 3251 | - sp:arg3 [ rdf:type sp:if ; | ||
| 3252 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 3253 | - sp:arg1 spin:_arg1 ; | ||
| 3254 | - sp:arg2 ddr:SVUUGPS_galsack | ||
| 3255 | - ] ; | ||
| 3256 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#usGallon_sack94-1> ; | ||
| 3257 | - sp:arg3 [ rdf:type sp:if ; | ||
| 3258 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 3259 | - sp:arg1 spin:_arg1 ; | ||
| 3260 | - sp:arg2 ddr:SVU_galUSsack94 | ||
| 3261 | - ] ; | ||
| 3262 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#usGallon_sack94-1> ; | ||
| 3263 | - sp:arg3 [ rdf:type sp:if ; | ||
| 3264 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 3265 | - sp:arg1 spin:_arg1 ; | ||
| 3266 | - sp:arg2 ddr:SVU_galsack | ||
| 3267 | - ] ; | ||
| 3268 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#usGallon_sack94-1> ; | ||
| 3269 | - sp:arg3 [ rdf:type sp:if ; | ||
| 3270 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 3271 | - sp:arg1 spin:_arg1 ; | ||
| 3272 | - sp:arg2 ddr:PU_ | ||
| 3273 | - ] ; | ||
| 3274 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#perCentByVolume> ; | ||
| 3275 | - sp:arg3 [ rdf:type sp:if ; | ||
| 3276 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 3277 | - sp:arg1 spin:_arg1 ; | ||
| 3278 | - sp:arg2 ddr:UPPM_ppm | ||
| 3279 | - ] ; | ||
| 3280 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#partPerMillionByVolume> ; | ||
| 3281 | - sp:arg3 [ rdf:type sp:if ; | ||
| 3282 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 3283 | - sp:arg1 spin:_arg1 ; | ||
| 3284 | - sp:arg2 ddr:VPVU_ | ||
| 3285 | - ] ; | ||
| 3286 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#perCentByVolume> ; | ||
| 3287 | - sp:arg3 [ rdf:type sp:if ; | ||
| 3288 | - sp:arg1 [ rdf:type sp:eq ; | ||
| 3289 | - sp:arg1 spin:_arg1 ; | ||
| 3290 | - sp:arg2 ddr:VPVUCMPCM_m3m3 | ||
| 3291 | - ] ; | ||
| 3292 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | ||
| 3293 | - sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 3294 | - ] | ||
| 3295 | - ] | ||
| 3296 | - ] | ||
| 3297 | - ] | ||
| 3298 | - ] | ||
| 3299 | - ] | ||
| 3300 | - ] | ||
| 3301 | - ] ; | ||
| 3302 | - sp:variable _:b65 | ||
| 3303 | - ]) | ||
| 3304 | - ] . | ||
| 3305 | - | ||
| 3306 | ep-spin-lib:selectSpeedScale | 3203 | ep-spin-lib:selectSpeedScale |
| 3307 | rdf:type spin:Function ; | 3204 | rdf:type spin:Function ; |
| 3308 | rdfs:label "select SpeedScale"^^xsd:string ; | 3205 | rdfs:label "select SpeedScale"^^xsd:string ; |
| 3309 | rdfs:subClassOf ep-spin-lib:Function ; | 3206 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3310 | spin:body | 3207 | spin:body |
| 3311 | [ rdf:type sp:Select ; | 3208 | [ rdf:type sp:Select ; |
| 3312 | - sp:resultVariables (_:b66) ; | 3209 | + sp:resultVariables (_:b64) ; |
| 3313 | sp:where ([ rdf:type sp:Bind ; | 3210 | sp:where ([ rdf:type sp:Bind ; |
| 3314 | sp:expression | 3211 | sp:expression |
| 3315 | [ rdf:type sp:if ; | 3212 | [ rdf:type sp:if ; |
| ... | @@ -3320,7 +3217,7 @@ ep-spin-lib:selectSpeedScale | ... | @@ -3320,7 +3217,7 @@ ep-spin-lib:selectSpeedScale |
| 3320 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_hour-1> ; | 3217 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_hour-1> ; |
| 3321 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 3218 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 3322 | ] ; | 3219 | ] ; |
| 3323 | - sp:variable _:b66 | 3220 | + sp:variable _:b64 |
| 3324 | ]) | 3221 | ]) |
| 3325 | ] . | 3222 | ] . |
| 3326 | 3223 | ||
| ... | @@ -3330,7 +3227,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale | ... | @@ -3330,7 +3227,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale |
| 3330 | rdfs:subClassOf ep-spin-lib:Function ; | 3227 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3331 | spin:body | 3228 | spin:body |
| 3332 | [ rdf:type sp:Select ; | 3229 | [ rdf:type sp:Select ; |
| 3333 | - sp:resultVariables (_:b67) ; | 3230 | + sp:resultVariables (_:b65) ; |
| 3334 | sp:where ([ rdf:type sp:Bind ; | 3231 | sp:where ([ rdf:type sp:Bind ; |
| 3335 | sp:expression | 3232 | sp:expression |
| 3336 | [ rdf:type sp:if ; | 3233 | [ rdf:type sp:if ; |
| ... | @@ -3348,7 +3245,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale | ... | @@ -3348,7 +3245,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale |
| 3348 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 3245 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 3349 | ] | 3246 | ] |
| 3350 | ] ; | 3247 | ] ; |
| 3351 | - sp:variable _:b67 | 3248 | + sp:variable _:b65 |
| 3352 | ]) | 3249 | ]) |
| 3353 | ] . | 3250 | ] . |
| 3354 | 3251 | ||
| ... | @@ -3358,7 +3255,7 @@ ep-spin-lib:selectTemperatureScale | ... | @@ -3358,7 +3255,7 @@ ep-spin-lib:selectTemperatureScale |
| 3358 | rdfs:subClassOf ep-spin-lib:Function ; | 3255 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3359 | spin:body | 3256 | spin:body |
| 3360 | [ rdf:type sp:Select ; | 3257 | [ rdf:type sp:Select ; |
| 3361 | - sp:resultVariables (_:b68) ; | 3258 | + sp:resultVariables (_:b66) ; |
| 3362 | sp:where ([ rdf:type sp:Bind ; | 3259 | sp:where ([ rdf:type sp:Bind ; |
| 3363 | sp:expression | 3260 | sp:expression |
| 3364 | [ rdf:type sp:if ; | 3261 | [ rdf:type sp:if ; |
| ... | @@ -3369,7 +3266,7 @@ ep-spin-lib:selectTemperatureScale | ... | @@ -3369,7 +3266,7 @@ ep-spin-lib:selectTemperatureScale |
| 3369 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ; | 3266 | sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ; |
| 3370 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | 3267 | sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> |
| 3371 | ] ; | 3268 | ] ; |
| 3372 | - sp:variable _:b68 | 3269 | + sp:variable _:b66 |
| 3373 | ]) | 3270 | ]) |
| 3374 | ] . | 3271 | ] . |
| 3375 | 3272 | ||
| ... | @@ -3379,7 +3276,7 @@ ep-spin-lib:selectTimeDurationScale | ... | @@ -3379,7 +3276,7 @@ ep-spin-lib:selectTimeDurationScale |
| 3379 | rdfs:subClassOf ep-spin-lib:Function ; | 3276 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3380 | spin:body | 3277 | spin:body |
| 3381 | [ rdf:type sp:Select ; | 3278 | [ rdf:type sp:Select ; |
| 3382 | - sp:resultVariables (_:b69) ; | 3279 | + sp:resultVariables (_:b67) ; |
| 3383 | sp:where ([ rdf:type sp:Bind ; | 3280 | sp:where ([ rdf:type sp:Bind ; |
| 3384 | sp:expression | 3281 | sp:expression |
| 3385 | [ rdf:type sp:if ; | 3282 | [ rdf:type sp:if ; |
| ... | @@ -3425,7 +3322,7 @@ ep-spin-lib:selectTimeDurationScale | ... | @@ -3425,7 +3322,7 @@ ep-spin-lib:selectTimeDurationScale |
| 3425 | ] | 3322 | ] |
| 3426 | ] | 3323 | ] |
| 3427 | ] ; | 3324 | ] ; |
| 3428 | - sp:variable _:b69 | 3325 | + sp:variable _:b67 |
| 3429 | ]) | 3326 | ]) |
| 3430 | ] . | 3327 | ] . |
| 3431 | 3328 | ||
| ... | @@ -3467,13 +3364,103 @@ ep-spin-lib:selectTubeType | ... | @@ -3467,13 +3364,103 @@ ep-spin-lib:selectTubeType |
| 3467 | ]) | 3364 | ]) |
| 3468 | ] . | 3365 | ] . |
| 3469 | 3366 | ||
| 3367 | +ep-spin-lib:selectVolumeMassRatioScale | ||
| 3368 | + rdf:type spin:Function ; | ||
| 3369 | + rdfs:label "select volume mass ratio scale"^^xsd:string ; | ||
| 3370 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
| 3371 | + spin:body | ||
| 3372 | + [ rdf:type sp:Select ; | ||
| 3373 | + sp:resultVariables ([ sp:varName "volumeMassRatioScale"^^xsd:string | ||
| 3374 | + ]) ; | ||
| 3375 | + sp:where ([ rdf:type sp:Bind ; | ||
| 3376 | + sp:expression | ||
| 3377 | + [ rdf:type sp:if ; | ||
| 3378 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 3379 | + sp:arg1 spin:_arg1 ; | ||
| 3380 | + sp:arg2 ddr:SVUUGPS_galUSsack94 | ||
| 3381 | + ] ; | ||
| 3382 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#usGallon_sack94-1> ; | ||
| 3383 | + sp:arg3 [ rdf:type sp:if ; | ||
| 3384 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 3385 | + sp:arg1 spin:_arg1 ; | ||
| 3386 | + sp:arg2 ddr:SVUUGPS_galsack | ||
| 3387 | + ] ; | ||
| 3388 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#usGallon_sack94-1> ; | ||
| 3389 | + sp:arg3 [ rdf:type sp:if ; | ||
| 3390 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 3391 | + sp:arg1 spin:_arg1 ; | ||
| 3392 | + sp:arg2 ddr:SVU_galUSsack94 | ||
| 3393 | + ] ; | ||
| 3394 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#usGallon_sack94-1> ; | ||
| 3395 | + sp:arg3 [ rdf:type sp:if ; | ||
| 3396 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 3397 | + sp:arg1 spin:_arg1 ; | ||
| 3398 | + sp:arg2 ddr:SVU_galsack | ||
| 3399 | + ] ; | ||
| 3400 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#usGallon_sack94-1> ; | ||
| 3401 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 3402 | + ] | ||
| 3403 | + ] | ||
| 3404 | + ] | ||
| 3405 | + ] ; | ||
| 3406 | + sp:variable | ||
| 3407 | + [ sp:varName "volumeMassRatioScale"^^xsd:string | ||
| 3408 | + ] | ||
| 3409 | + ]) | ||
| 3410 | + ] . | ||
| 3411 | + | ||
| 3412 | +ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale | ||
| 3413 | + rdf:type spin:Function ; | ||
| 3414 | + rdfs:label "select volume per unit volume concentration scale"^^xsd:string ; | ||
| 3415 | + rdfs:subClassOf ep-spin-lib:Function ; | ||
| 3416 | + spin:body | ||
| 3417 | + [ rdf:type sp:Select ; | ||
| 3418 | + sp:resultVariables ([ sp:varName "volumePerUnitVolumeConcentrationScale"^^xsd:string | ||
| 3419 | + ]) ; | ||
| 3420 | + sp:where ([ rdf:type sp:Bind ; | ||
| 3421 | + sp:expression | ||
| 3422 | + [ rdf:type sp:if ; | ||
| 3423 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 3424 | + sp:arg1 spin:_arg1 ; | ||
| 3425 | + sp:arg2 ddr:PU_ | ||
| 3426 | + ] ; | ||
| 3427 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#perCentByVolume> ; | ||
| 3428 | + sp:arg3 [ rdf:type sp:if ; | ||
| 3429 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 3430 | + sp:arg1 spin:_arg1 ; | ||
| 3431 | + sp:arg2 ddr:UPPM_ppm | ||
| 3432 | + ] ; | ||
| 3433 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#partPerMillionByVolume> ; | ||
| 3434 | + sp:arg3 [ rdf:type sp:if ; | ||
| 3435 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 3436 | + sp:arg1 spin:_arg1 ; | ||
| 3437 | + sp:arg2 ddr:VPVU_ | ||
| 3438 | + ] ; | ||
| 3439 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#perCentByVolume> ; | ||
| 3440 | + sp:arg3 [ rdf:type sp:if ; | ||
| 3441 | + sp:arg1 [ rdf:type sp:eq ; | ||
| 3442 | + sp:arg1 spin:_arg1 ; | ||
| 3443 | + sp:arg2 ddr:VPVUCMPCM_m3m3 | ||
| 3444 | + ] ; | ||
| 3445 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | ||
| 3446 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
| 3447 | + ] | ||
| 3448 | + ] | ||
| 3449 | + ] | ||
| 3450 | + ] ; | ||
| 3451 | + sp:variable | ||
| 3452 | + [ sp:varName "volumePerUnitVolumeConcentrationScale"^^xsd:string | ||
| 3453 | + ] | ||
| 3454 | + ]) | ||
| 3455 | + ] . | ||
| 3456 | + | ||
| 3470 | ep-spin-lib:selectVolumeScale | 3457 | ep-spin-lib:selectVolumeScale |
| 3471 | rdf:type spin:Function ; | 3458 | rdf:type spin:Function ; |
| 3472 | rdfs:label "select volume scale"^^xsd:string ; | 3459 | rdfs:label "select volume scale"^^xsd:string ; |
| 3473 | rdfs:subClassOf ep-spin-lib:Function ; | 3460 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3474 | spin:body | 3461 | spin:body |
| 3475 | [ rdf:type sp:Select ; | 3462 | [ rdf:type sp:Select ; |
| 3476 | - sp:resultVariables (_:b70) ; | 3463 | + sp:resultVariables (_:b68) ; |
| 3477 | sp:where ([ rdf:type sp:Bind ; | 3464 | sp:where ([ rdf:type sp:Bind ; |
| 3478 | sp:expression | 3465 | sp:expression |
| 3479 | [ rdf:type sp:if ; | 3466 | [ rdf:type sp:if ; |
| ... | @@ -3498,7 +3485,7 @@ ep-spin-lib:selectVolumeScale | ... | @@ -3498,7 +3485,7 @@ ep-spin-lib:selectVolumeScale |
| 3498 | ] | 3485 | ] |
| 3499 | ] | 3486 | ] |
| 3500 | ] ; | 3487 | ] ; |
| 3501 | - sp:variable _:b70 | 3488 | + sp:variable _:b68 |
| 3502 | ]) | 3489 | ]) |
| 3503 | ] . | 3490 | ] . |
| 3504 | 3491 | ||
| ... | @@ -3508,7 +3495,7 @@ ep-spin-lib:selectVolumetricFlowRateScale | ... | @@ -3508,7 +3495,7 @@ ep-spin-lib:selectVolumetricFlowRateScale |
| 3508 | rdfs:subClassOf ep-spin-lib:Function ; | 3495 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3509 | spin:body | 3496 | spin:body |
| 3510 | [ rdf:type sp:Select ; | 3497 | [ rdf:type sp:Select ; |
| 3511 | - sp:resultVariables (_:b71) ; | 3498 | + sp:resultVariables (_:b69) ; |
| 3512 | sp:where ([ rdf:type sp:Bind ; | 3499 | sp:where ([ rdf:type sp:Bind ; |
| 3513 | sp:expression | 3500 | sp:expression |
| 3514 | [ rdf:type sp:if ; | 3501 | [ rdf:type sp:if ; |
| ... | @@ -3533,7 +3520,7 @@ ep-spin-lib:selectVolumetricFlowRateScale | ... | @@ -3533,7 +3520,7 @@ ep-spin-lib:selectVolumetricFlowRateScale |
| 3533 | ] | 3520 | ] |
| 3534 | ] | 3521 | ] |
| 3535 | ] ; | 3522 | ] ; |
| 3536 | - sp:variable _:b71 | 3523 | + sp:variable _:b69 |
| 3537 | ]) | 3524 | ]) |
| 3538 | ] . | 3525 | ] . |
| 3539 | 3526 | ||
| ... | @@ -3543,7 +3530,7 @@ ep-spin-lib:selectWellBoreDrillingType | ... | @@ -3543,7 +3530,7 @@ ep-spin-lib:selectWellBoreDrillingType |
| 3543 | rdfs:subClassOf ep-spin-lib:Function ; | 3530 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3544 | spin:body | 3531 | spin:body |
| 3545 | [ rdf:type sp:Select ; | 3532 | [ rdf:type sp:Select ; |
| 3546 | - sp:resultVariables (_:b72) ; | 3533 | + sp:resultVariables (_:b70) ; |
| 3547 | sp:where ([ rdf:type sp:Bind ; | 3534 | sp:where ([ rdf:type sp:Bind ; |
| 3548 | sp:expression | 3535 | sp:expression |
| 3549 | [ rdf:type sp:if ; | 3536 | [ rdf:type sp:if ; |
| ... | @@ -3589,7 +3576,7 @@ ep-spin-lib:selectWellBoreDrillingType | ... | @@ -3589,7 +3576,7 @@ ep-spin-lib:selectWellBoreDrillingType |
| 3589 | ] | 3576 | ] |
| 3590 | ] | 3577 | ] |
| 3591 | ] ; | 3578 | ] ; |
| 3592 | - sp:variable _:b72 | 3579 | + sp:variable _:b70 |
| 3593 | ]) | 3580 | ]) |
| 3594 | ] . | 3581 | ] . |
| 3595 | 3582 | ||
| ... | @@ -3599,7 +3586,7 @@ ep-spin-lib:selectWellBoreHphtType | ... | @@ -3599,7 +3586,7 @@ ep-spin-lib:selectWellBoreHphtType |
| 3599 | rdfs:subClassOf ep-spin-lib:Function ; | 3586 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3600 | spin:body | 3587 | spin:body |
| 3601 | [ rdf:type sp:Select ; | 3588 | [ rdf:type sp:Select ; |
| 3602 | - sp:resultVariables (_:b73) ; | 3589 | + sp:resultVariables (_:b71) ; |
| 3603 | sp:where ([ rdf:type sp:Bind ; | 3590 | sp:where ([ rdf:type sp:Bind ; |
| 3604 | sp:expression | 3591 | sp:expression |
| 3605 | [ rdf:type sp:if ; | 3592 | [ rdf:type sp:if ; |
| ... | @@ -3610,7 +3597,7 @@ ep-spin-lib:selectWellBoreHphtType | ... | @@ -3610,7 +3597,7 @@ ep-spin-lib:selectWellBoreHphtType |
| 3610 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ; | 3597 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ; |
| 3611 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore> | 3598 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore> |
| 3612 | ] ; | 3599 | ] ; |
| 3613 | - sp:variable _:b73 | 3600 | + sp:variable _:b71 |
| 3614 | ]) | 3601 | ]) |
| 3615 | ] . | 3602 | ] . |
| 3616 | 3603 | ||
| ... | @@ -3620,7 +3607,7 @@ ep-spin-lib:selectWellBoreTightnessType | ... | @@ -3620,7 +3607,7 @@ ep-spin-lib:selectWellBoreTightnessType |
| 3620 | rdfs:subClassOf ep-spin-lib:Function ; | 3607 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3621 | spin:body | 3608 | spin:body |
| 3622 | [ rdf:type sp:Select ; | 3609 | [ rdf:type sp:Select ; |
| 3623 | - sp:resultVariables (_:b74) ; | 3610 | + sp:resultVariables (_:b72) ; |
| 3624 | sp:where ([ rdf:type sp:Bind ; | 3611 | sp:where ([ rdf:type sp:Bind ; |
| 3625 | sp:expression | 3612 | sp:expression |
| 3626 | [ rdf:type sp:if ; | 3613 | [ rdf:type sp:if ; |
| ... | @@ -3631,7 +3618,7 @@ ep-spin-lib:selectWellBoreTightnessType | ... | @@ -3631,7 +3618,7 @@ ep-spin-lib:selectWellBoreTightnessType |
| 3631 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ; | 3618 | sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ; |
| 3632 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore> | 3619 | sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore> |
| 3633 | ] ; | 3620 | ] ; |
| 3634 | - sp:variable _:b74 | 3621 | + sp:variable _:b72 |
| 3635 | ]) | 3622 | ]) |
| 3636 | ] . | 3623 | ] . |
| 3637 | 3624 | ||
| ... | @@ -3641,7 +3628,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType | ... | @@ -3641,7 +3628,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType |
| 3641 | rdfs:subClassOf ep-spin-lib:Function ; | 3628 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3642 | spin:body | 3629 | spin:body |
| 3643 | [ rdf:type sp:Select ; | 3630 | [ rdf:type sp:Select ; |
| 3644 | - sp:resultVariables (_:b75) ; | 3631 | + sp:resultVariables (_:b73) ; |
| 3645 | sp:where ([ rdf:type sp:Bind ; | 3632 | sp:where ([ rdf:type sp:Bind ; |
| 3646 | sp:expression | 3633 | sp:expression |
| 3647 | [ rdf:type sp:if ; | 3634 | [ rdf:type sp:if ; |
| ... | @@ -3652,7 +3639,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType | ... | @@ -3652,7 +3639,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType |
| 3652 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ; | 3639 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ; |
| 3653 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug> | 3640 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug> |
| 3654 | ] ; | 3641 | ] ; |
| 3655 | - sp:variable _:b75 | 3642 | + sp:variable _:b73 |
| 3656 | ]) | 3643 | ]) |
| 3657 | ] . | 3644 | ] . |
| 3658 | 3645 | ||
| ... | @@ -3662,7 +3649,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType | ... | @@ -3662,7 +3649,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType |
| 3662 | rdfs:subClassOf ep-spin-lib:Function ; | 3649 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3663 | spin:body | 3650 | spin:body |
| 3664 | [ rdf:type sp:Select ; | 3651 | [ rdf:type sp:Select ; |
| 3665 | - sp:resultVariables (_:b76) ; | 3652 | + sp:resultVariables (_:b74) ; |
| 3666 | sp:where ([ rdf:type sp:Bind ; | 3653 | sp:where ([ rdf:type sp:Bind ; |
| 3667 | sp:expression | 3654 | sp:expression |
| 3668 | [ rdf:type sp:if ; | 3655 | [ rdf:type sp:if ; |
| ... | @@ -3673,7 +3660,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType | ... | @@ -3673,7 +3660,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType |
| 3673 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ; | 3660 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ; |
| 3674 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation> | 3661 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation> |
| 3675 | ] ; | 3662 | ] ; |
| 3676 | - sp:variable _:b76 | 3663 | + sp:variable _:b74 |
| 3677 | ]) | 3664 | ]) |
| 3678 | ] . | 3665 | ] . |
| 3679 | 3666 | ||
| ... | @@ -3683,7 +3670,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType | ... | @@ -3683,7 +3670,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType |
| 3683 | rdfs:subClassOf ep-spin-lib:Function ; | 3670 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3684 | spin:body | 3671 | spin:body |
| 3685 | [ rdf:type sp:Select ; | 3672 | [ rdf:type sp:Select ; |
| 3686 | - sp:resultVariables (_:b77) ; | 3673 | + sp:resultVariables (_:b75) ; |
| 3687 | sp:where ([ rdf:type sp:Bind ; | 3674 | sp:where ([ rdf:type sp:Bind ; |
| 3688 | sp:expression | 3675 | sp:expression |
| 3689 | [ rdf:type sp:if ; | 3676 | [ rdf:type sp:if ; |
| ... | @@ -3694,7 +3681,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType | ... | @@ -3694,7 +3681,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType |
| 3694 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ; | 3681 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ; |
| 3695 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation> | 3682 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation> |
| 3696 | ] ; | 3683 | ] ; |
| 3697 | - sp:variable _:b77 | 3684 | + sp:variable _:b75 |
| 3698 | ]) | 3685 | ]) |
| 3699 | ] . | 3686 | ] . |
| 3700 | 3687 | ||
| ... | @@ -3704,7 +3691,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType | ... | @@ -3704,7 +3691,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType |
| 3704 | rdfs:subClassOf ep-spin-lib:Function ; | 3691 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3705 | spin:body | 3692 | spin:body |
| 3706 | [ rdf:type sp:Select ; | 3693 | [ rdf:type sp:Select ; |
| 3707 | - sp:resultVariables (_:b78) ; | 3694 | + sp:resultVariables (_:b76) ; |
| 3708 | sp:where ([ rdf:type sp:Bind ; | 3695 | sp:where ([ rdf:type sp:Bind ; |
| 3709 | sp:expression | 3696 | sp:expression |
| 3710 | [ rdf:type sp:if ; | 3697 | [ rdf:type sp:if ; |
| ... | @@ -3715,7 +3702,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType | ... | @@ -3715,7 +3702,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType |
| 3715 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ; | 3702 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ; |
| 3716 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding> | 3703 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding> |
| 3717 | ] ; | 3704 | ] ; |
| 3718 | - sp:variable _:b78 | 3705 | + sp:variable _:b76 |
| 3719 | ]) | 3706 | ]) |
| 3720 | ] . | 3707 | ] . |
| 3721 | 3708 | ||
| ... | @@ -3725,7 +3712,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType | ... | @@ -3725,7 +3712,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType |
| 3725 | rdfs:subClassOf ep-spin-lib:Function ; | 3712 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3726 | spin:body | 3713 | spin:body |
| 3727 | [ rdf:type sp:Select ; | 3714 | [ rdf:type sp:Select ; |
| 3728 | - sp:resultVariables (_:b79) ; | 3715 | + sp:resultVariables (_:b77) ; |
| 3729 | sp:where ([ rdf:type sp:Bind ; | 3716 | sp:where ([ rdf:type sp:Bind ; |
| 3730 | sp:expression | 3717 | sp:expression |
| 3731 | [ rdf:type sp:if ; | 3718 | [ rdf:type sp:if ; |
| ... | @@ -3736,7 +3723,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType | ... | @@ -3736,7 +3723,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType |
| 3736 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ; | 3723 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ; |
| 3737 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping> | 3724 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping> |
| 3738 | ] ; | 3725 | ] ; |
| 3739 | - sp:variable _:b79 | 3726 | + sp:variable _:b77 |
| 3740 | ]) | 3727 | ]) |
| 3741 | ] . | 3728 | ] . |
| 3742 | 3729 | ||
| ... | @@ -3746,7 +3733,7 @@ ep-spin-lib:selectWellCementJobTopPlugType | ... | @@ -3746,7 +3733,7 @@ ep-spin-lib:selectWellCementJobTopPlugType |
| 3746 | rdfs:subClassOf ep-spin-lib:Function ; | 3733 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3747 | spin:body | 3734 | spin:body |
| 3748 | [ rdf:type sp:Select ; | 3735 | [ rdf:type sp:Select ; |
| 3749 | - sp:resultVariables (_:b80) ; | 3736 | + sp:resultVariables (_:b78) ; |
| 3750 | sp:where ([ rdf:type sp:Bind ; | 3737 | sp:where ([ rdf:type sp:Bind ; |
| 3751 | sp:expression | 3738 | sp:expression |
| 3752 | [ rdf:type sp:if ; | 3739 | [ rdf:type sp:if ; |
| ... | @@ -3757,7 +3744,7 @@ ep-spin-lib:selectWellCementJobTopPlugType | ... | @@ -3757,7 +3744,7 @@ ep-spin-lib:selectWellCementJobTopPlugType |
| 3757 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ; | 3744 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ; |
| 3758 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug> | 3745 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug> |
| 3759 | ] ; | 3746 | ] ; |
| 3760 | - sp:variable _:b80 | 3747 | + sp:variable _:b78 |
| 3761 | ]) | 3748 | ]) |
| 3762 | ] . | 3749 | ] . |
| 3763 | 3750 | ||
| ... | @@ -3767,7 +3754,7 @@ ep-spin-lib:selectWellCementJobType | ... | @@ -3767,7 +3754,7 @@ ep-spin-lib:selectWellCementJobType |
| 3767 | rdfs:subClassOf ep-spin-lib:Function ; | 3754 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3768 | spin:body | 3755 | spin:body |
| 3769 | [ rdf:type sp:Select ; | 3756 | [ rdf:type sp:Select ; |
| 3770 | - sp:resultVariables (_:b81) ; | 3757 | + sp:resultVariables (_:b79) ; |
| 3771 | sp:where ([ rdf:type sp:Bind ; | 3758 | sp:where ([ rdf:type sp:Bind ; |
| 3772 | sp:expression | 3759 | sp:expression |
| 3773 | [ rdf:type sp:if ; | 3760 | [ rdf:type sp:if ; |
| ... | @@ -3799,7 +3786,7 @@ ep-spin-lib:selectWellCementJobType | ... | @@ -3799,7 +3786,7 @@ ep-spin-lib:selectWellCementJobType |
| 3799 | ] | 3786 | ] |
| 3800 | ] | 3787 | ] |
| 3801 | ] ; | 3788 | ] ; |
| 3802 | - sp:variable _:b81 | 3789 | + sp:variable _:b79 |
| 3803 | ]) | 3790 | ]) |
| 3804 | ] . | 3791 | ] . |
| 3805 | 3792 | ||
| ... | @@ -3809,7 +3796,7 @@ ep-spin-lib:selectWellControlIncidentType | ... | @@ -3809,7 +3796,7 @@ ep-spin-lib:selectWellControlIncidentType |
| 3809 | rdfs:subClassOf ep-spin-lib:Function ; | 3796 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3810 | spin:body | 3797 | spin:body |
| 3811 | [ rdf:type sp:Select ; | 3798 | [ rdf:type sp:Select ; |
| 3812 | - sp:resultVariables (_:b82) ; | 3799 | + sp:resultVariables (_:b80) ; |
| 3813 | sp:where ([ rdf:type sp:Bind ; | 3800 | sp:where ([ rdf:type sp:Bind ; |
| 3814 | sp:expression | 3801 | sp:expression |
| 3815 | [ rdf:type sp:if ; | 3802 | [ rdf:type sp:if ; |
| ... | @@ -3841,7 +3828,7 @@ ep-spin-lib:selectWellControlIncidentType | ... | @@ -3841,7 +3828,7 @@ ep-spin-lib:selectWellControlIncidentType |
| 3841 | ] | 3828 | ] |
| 3842 | ] | 3829 | ] |
| 3843 | ] ; | 3830 | ] ; |
| 3844 | - sp:variable _:b82 | 3831 | + sp:variable _:b80 |
| 3845 | ]) | 3832 | ]) |
| 3846 | ] . | 3833 | ] . |
| 3847 | 3834 | ||
| ... | @@ -3851,7 +3838,7 @@ ep-spin-lib:selectWellKillingType | ... | @@ -3851,7 +3838,7 @@ ep-spin-lib:selectWellKillingType |
| 3851 | rdfs:subClassOf ep-spin-lib:Function ; | 3838 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3852 | spin:body | 3839 | spin:body |
| 3853 | [ rdf:type sp:Select ; | 3840 | [ rdf:type sp:Select ; |
| 3854 | - sp:resultVariables (_:b83) ; | 3841 | + sp:resultVariables (_:b81) ; |
| 3855 | sp:where ([ rdf:type sp:Bind ; | 3842 | sp:where ([ rdf:type sp:Bind ; |
| 3856 | sp:expression | 3843 | sp:expression |
| 3857 | [ rdf:type sp:if ; | 3844 | [ rdf:type sp:if ; |
| ... | @@ -3897,7 +3884,7 @@ ep-spin-lib:selectWellKillingType | ... | @@ -3897,7 +3884,7 @@ ep-spin-lib:selectWellKillingType |
| 3897 | ] | 3884 | ] |
| 3898 | ] | 3885 | ] |
| 3899 | ] ; | 3886 | ] ; |
| 3900 | - sp:variable _:b83 | 3887 | + sp:variable _:b81 |
| 3901 | ]) | 3888 | ]) |
| 3902 | ] . | 3889 | ] . |
| 3903 | 3890 | ||
| ... | @@ -3907,7 +3894,7 @@ ep-spin-lib:selectWellTestType | ... | @@ -3907,7 +3894,7 @@ ep-spin-lib:selectWellTestType |
| 3907 | rdfs:subClassOf ep-spin-lib:Function ; | 3894 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3908 | spin:body | 3895 | spin:body |
| 3909 | [ rdf:type sp:Select ; | 3896 | [ rdf:type sp:Select ; |
| 3910 | - sp:resultVariables (_:b84) ; | 3897 | + sp:resultVariables (_:b82) ; |
| 3911 | sp:where ([ rdf:type sp:Bind ; | 3898 | sp:where ([ rdf:type sp:Bind ; |
| 3912 | sp:expression | 3899 | sp:expression |
| 3913 | [ rdf:type sp:if ; | 3900 | [ rdf:type sp:if ; |
| ... | @@ -3925,7 +3912,7 @@ ep-spin-lib:selectWellTestType | ... | @@ -3925,7 +3912,7 @@ ep-spin-lib:selectWellTestType |
| 3925 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest> | 3912 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest> |
| 3926 | ] | 3913 | ] |
| 3927 | ] ; | 3914 | ] ; |
| 3928 | - sp:variable _:b84 | 3915 | + sp:variable _:b82 |
| 3929 | ]) | 3916 | ]) |
| 3930 | ] . | 3917 | ] . |
| 3931 | 3918 | ||
| ... | @@ -3935,7 +3922,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType | ... | @@ -3935,7 +3922,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType |
| 3935 | rdfs:subClassOf ep-spin-lib:Function ; | 3922 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3936 | spin:body | 3923 | spin:body |
| 3937 | [ rdf:type sp:Select ; | 3924 | [ rdf:type sp:Select ; |
| 3938 | - sp:resultVariables (_:b85) ; | 3925 | + sp:resultVariables (_:b83) ; |
| 3939 | sp:where ([ rdf:type sp:Bind ; | 3926 | sp:where ([ rdf:type sp:Bind ; |
| 3940 | sp:expression | 3927 | sp:expression |
| 3941 | [ rdf:type sp:if ; | 3928 | [ rdf:type sp:if ; |
| ... | @@ -3946,7 +3933,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType | ... | @@ -3946,7 +3933,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType |
| 3946 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ; | 3933 | sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ; |
| 3947 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal> | 3934 | sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal> |
| 3948 | ] ; | 3935 | ] ; |
| 3949 | - sp:variable _:b85 | 3936 | + sp:variable _:b83 |
| 3950 | ]) | 3937 | ]) |
| 3951 | ] . | 3938 | ] . |
| 3952 | 3939 | ||
| ... | @@ -3956,7 +3943,7 @@ ep-spin-lib:selectYieldPointScale | ... | @@ -3956,7 +3943,7 @@ ep-spin-lib:selectYieldPointScale |
| 3956 | rdfs:subClassOf ep-spin-lib:Function ; | 3943 | rdfs:subClassOf ep-spin-lib:Function ; |
| 3957 | spin:body | 3944 | spin:body |
| 3958 | [ rdf:type sp:Select ; | 3945 | [ rdf:type sp:Select ; |
| 3959 | - sp:resultVariables (_:b86) ; | 3946 | + sp:resultVariables (_:b84) ; |
| 3960 | sp:where ([ rdf:type sp:Bind ; | 3947 | sp:where ([ rdf:type sp:Bind ; |
| 3961 | sp:expression | 3948 | sp:expression |
| 3962 | [ rdf:type sp:if ; | 3949 | [ rdf:type sp:if ; |
| ... | @@ -3981,7 +3968,7 @@ ep-spin-lib:selectYieldPointScale | ... | @@ -3981,7 +3968,7 @@ ep-spin-lib:selectYieldPointScale |
| 3981 | ] | 3968 | ] |
| 3982 | ] | 3969 | ] |
| 3983 | ] ; | 3970 | ] ; |
| 3984 | - sp:variable _:b86 | 3971 | + sp:variable _:b84 |
| 3985 | ]) | 3972 | ]) |
| 3986 | ] . | 3973 | ] . |
| 3987 | 3974 | ||
| ... | @@ -3990,251 +3977,245 @@ ddr:TTUC_Enumeration_1 | ... | @@ -3990,251 +3977,245 @@ ddr:TTUC_Enumeration_1 |
| 3990 | rdfs:label "Enumeration"^^xsd:string ; | 3977 | rdfs:label "Enumeration"^^xsd:string ; |
| 3991 | dtype:value ddr:TTUC_degC . | 3978 | dtype:value ddr:TTUC_degC . |
| 3992 | 3979 | ||
| 3993 | -_:b86 | 3980 | +_:b1 sp:varName "uri"^^xsd:string . |
| 3994 | - sp:varName "yieldPointScale"^^xsd:string . | ||
| 3995 | - | ||
| 3996 | -_:b85 | ||
| 3997 | - sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . | ||
| 3998 | 3981 | ||
| 3999 | -_:b84 | 3982 | +_:b2 sp:varName "uri"^^xsd:string . |
| 4000 | - sp:varName "wellTestType"^^xsd:string . | ||
| 4001 | 3983 | ||
| 4002 | -_:b83 | 3984 | +_:b3 sp:varName "uri"^^xsd:string . |
| 4003 | - sp:varName "wellKillingType"^^xsd:string . | ||
| 4004 | 3985 | ||
| 4005 | -_:b82 | 3986 | +_:b4 sp:varName "uri"^^xsd:string . |
| 4006 | - sp:varName "wellControlIncidentType"^^xsd:string . | ||
| 4007 | 3987 | ||
| 4008 | -_:b81 | 3988 | +_:b5 sp:varName "uri"^^xsd:string . |
| 4009 | - sp:varName "wellCementJobType"^^xsd:string . | ||
| 4010 | 3989 | ||
| 4011 | -_:b80 | 3990 | +_:b6 sp:varName "uri"^^xsd:string . |
| 4012 | - sp:varName "wellCementJobTopPlugType"^^xsd:string . | ||
| 4013 | 3991 | ||
| 4014 | -_:b79 | 3992 | +_:b7 sp:varName "uri"^^xsd:string . |
| 4015 | - sp:varName "wellCementJobPlugBumpingType"^^xsd:string . | ||
| 4016 | 3993 | ||
| 4017 | -_:b78 | 3994 | +_:b8 sp:varName "uri"^^xsd:string . |
| 4018 | - sp:varName "wellCementJobFloatHoldingType"^^xsd:string . | ||
| 4019 | 3995 | ||
| 4020 | -_:b77 | 3996 | +_:b9 sp:varName "uri"^^xsd:string . |
| 4021 | - sp:varName "wellCementJobCasingRotationType"^^xsd:string . | ||
| 4022 | 3997 | ||
| 4023 | -_:b76 | 3998 | +_:b10 |
| 4024 | - sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . | 3999 | + sp:varName "uri"^^xsd:string . |
| 4025 | 4000 | ||
| 4026 | -_:b75 | 4001 | +_:b11 |
| 4027 | - sp:varName "wellCementJobBottomPlugType"^^xsd:string . | 4002 | + sp:varName "uri"^^xsd:string . |
| 4028 | 4003 | ||
| 4029 | -_:b74 | 4004 | +_:b12 |
| 4030 | - sp:varName "wellBoreTightnessType"^^xsd:string . | 4005 | + sp:varName "uri"^^xsd:string . |
| 4031 | 4006 | ||
| 4032 | -_:b73 | 4007 | +_:b13 |
| 4033 | - sp:varName "wellBoreHphtType"^^xsd:string . | 4008 | + sp:varName "uri"^^xsd:string . |
| 4034 | 4009 | ||
| 4035 | -_:b72 | 4010 | +_:b14 |
| 4036 | - sp:varName "wellBoreDrillingType"^^xsd:string . | 4011 | + sp:varName "uri"^^xsd:string . |
| 4037 | 4012 | ||
| 4038 | -_:b71 | 4013 | +_:b15 |
| 4039 | - sp:varName "volumetricFlowRateScale"^^xsd:string . | 4014 | + sp:varName "uri"^^xsd:string . |
| 4040 | 4015 | ||
| 4041 | -_:b70 | 4016 | +_:b16 |
| 4042 | - sp:varName "volumeScale"^^xsd:string . | 4017 | + sp:varName "uri"^^xsd:string . |
| 4043 | 4018 | ||
| 4044 | -_:b69 | 4019 | +_:b17 |
| 4045 | - sp:varName "durationScale"^^xsd:string . | 4020 | + sp:varName "uri"^^xsd:string . |
| 4046 | 4021 | ||
| 4047 | -_:b68 | 4022 | +_:b18 |
| 4048 | - sp:varName "temperatureScale"^^xsd:string . | 4023 | + sp:varName "uri"^^xsd:string . |
| 4049 | 4024 | ||
| 4050 | -_:b67 | 4025 | +_:b19 |
| 4051 | - sp:varName "strengthScale"^^xsd:string . | 4026 | + sp:varName "uri"^^xsd:string . |
| 4052 | 4027 | ||
| 4053 | -_:b66 | 4028 | +_:b20 |
| 4054 | - sp:varName "speedScale"^^xsd:string . | 4029 | + sp:varName "uri"^^xsd:string . |
| 4055 | 4030 | ||
| 4056 | -_:b65 | 4031 | +_:b21 |
| 4057 | - sp:varName "specificVolumeScale"^^xsd:string . | 4032 | + sp:varName "uri"^^xsd:string . |
| 4058 | 4033 | ||
| 4059 | -_:b64 | 4034 | +_:b22 |
| 4060 | - sp:varName "specificMassScale"^^xsd:string . | 4035 | + sp:varName "uri"^^xsd:string . |
| 4061 | 4036 | ||
| 4062 | -_:b63 | 4037 | +_:b23 |
| 4063 | - sp:varName "pressureTestType"^^xsd:string . | 4038 | + sp:varName "uri"^^xsd:string . |
| 4064 | 4039 | ||
| 4065 | -_:b62 | 4040 | +_:b24 |
| 4066 | - sp:varName "pressureScale"^^xsd:string . | 4041 | + sp:varName "uri"^^xsd:string . |
| 4067 | 4042 | ||
| 4068 | -_:b61 | 4043 | +_:b25 |
| 4069 | - sp:varName "porePressureDeterminationType"^^xsd:string . | 4044 | + sp:varName "uri"^^xsd:string . |
| 4070 | 4045 | ||
| 4071 | -_:b60 | 4046 | +_:b26 |
| 4072 | - sp:varName "plasticViscosityScale"^^xsd:string . | 4047 | + sp:varName "uri"^^xsd:string . |
| 4073 | 4048 | ||
| 4074 | -_:b59 | 4049 | +_:b27 |
| 4075 | - sp:varName "angleScale"^^xsd:string . | 4050 | + sp:varName "uri"^^xsd:string . |
| 4076 | 4051 | ||
| 4077 | -_:b58 | 4052 | +_:b28 |
| 4078 | - sp:varName "mudClass"^^xsd:string . | 4053 | + sp:varName "uri"^^xsd:string . |
| 4079 | 4054 | ||
| 4080 | -_:b57 | 4055 | +_:b29 |
| 4081 | - sp:varName "massPerUnitLengthScale"^^xsd:string . | 4056 | + sp:varName "uri"^^xsd:string . |
| 4082 | 4057 | ||
| 4083 | -_:b56 | 4058 | +_:b30 |
| 4084 | - sp:varName "lengthScale"^^xsd:string . | 4059 | + sp:varName "uri"^^xsd:string . |
| 4085 | 4060 | ||
| 4086 | -_:b55 | 4061 | +_:b31 |
| 4087 | - sp:varName "dailyDrillingReportType"^^xsd:string . | 4062 | + sp:varName "normalizedStr"^^xsd:string . |
| 4088 | 4063 | ||
| 4089 | -_:b54 | 4064 | +_:b32 |
| 4090 | - sp:varName "innerBarrelType"^^xsd:string . | 4065 | + sp:varName "s1"^^xsd:string . |
| 4091 | 4066 | ||
| 4092 | -_:b53 | 4067 | +_:b33 |
| 4093 | - sp:varName "gasReadingType"^^xsd:string . | 4068 | + sp:varName "s2"^^xsd:string . |
| 4094 | 4069 | ||
| 4095 | -_:b52 | 4070 | +_:b34 |
| 4096 | - sp:varName "fluidType"^^xsd:string . | 4071 | + sp:varName "t0a"^^xsd:string . |
| 4097 | 4072 | ||
| 4098 | -_:b51 | 4073 | +_:b35 |
| 4099 | - sp:varName "fixedOrMoveableRigType"^^xsd:string . | 4074 | + sp:varName "t0b"^^xsd:string . |
| 4100 | 4075 | ||
| 4101 | -_:b50 | 4076 | +_:b36 |
| 4102 | - sp:varName "drillingEquipmentType"^^xsd:string . | 4077 | + sp:varName "t1"^^xsd:string . |
| 4103 | 4078 | ||
| 4104 | -_:b49 | 4079 | +_:b37 |
| 4105 | - sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string . | 4080 | + sp:varName "t2"^^xsd:string . |
| 4106 | 4081 | ||
| 4107 | -_:b48 | 4082 | +_:b38 |
| 4108 | - sp:varName "drillingActivityPurposeType"^^xsd:string . | 4083 | + sp:varName "t3"^^xsd:string . |
| 4109 | 4084 | ||
| 4110 | -_:b47 | 4085 | +_:b39 |
| 4111 | - sp:varName "drillingActivityOutcomeType"^^xsd:string . | 4086 | + sp:varName "t4"^^xsd:string . |
| 4112 | 4087 | ||
| 4113 | -_:b46 | 4088 | +_:b40 |
| 4114 | - sp:varName "densityScale"^^xsd:string . | 4089 | + sp:varName "activitySuccessType"^^xsd:string . |
| 4115 | 4090 | ||
| 4116 | -_:b45 | 4091 | +_:b41 |
| 4117 | - sp:varName "dailyDrillingReportType"^^xsd:string . | 4092 | + sp:varName "casingRoleType"^^xsd:string . |
| 4118 | 4093 | ||
| 4119 | -_:b44 | 4094 | +_:b42 |
| 4120 | - sp:varName "componentType"^^xsd:string . | 4095 | + sp:varName "cementingFluidReturnType"^^xsd:string . |
| 4121 | 4096 | ||
| 4122 | _:b43 | 4097 | _:b43 |
| 4123 | sp:varName "classOfWellDatumObject"^^xsd:string . | 4098 | sp:varName "classOfWellDatumObject"^^xsd:string . |
| 4124 | 4099 | ||
| 4125 | -_:b42 | 4100 | +_:b44 |
| 4126 | - sp:varName "cementingFluidReturnType"^^xsd:string . | 4101 | + sp:varName "componentType"^^xsd:string . |
| 4127 | - | ||
| 4128 | -_:b41 | ||
| 4129 | - sp:varName "casingRoleType"^^xsd:string . | ||
| 4130 | 4102 | ||
| 4131 | -_:b40 | 4103 | +_:b45 |
| 4132 | - sp:varName "activitySuccessType"^^xsd:string . | 4104 | + sp:varName "dailyDrillingReportType"^^xsd:string . |
| 4133 | 4105 | ||
| 4134 | -_:b39 | 4106 | +_:b46 |
| 4135 | - sp:varName "t4"^^xsd:string . | 4107 | + sp:varName "densityScale"^^xsd:string . |
| 4136 | 4108 | ||
| 4137 | -_:b38 | 4109 | +_:b47 |
| 4138 | - sp:varName "t3"^^xsd:string . | 4110 | + sp:varName "drillingActivityOutcomeType"^^xsd:string . |
| 4139 | 4111 | ||
| 4140 | -_:b37 | 4112 | +_:b48 |
| 4141 | - sp:varName "t2"^^xsd:string . | 4113 | + sp:varName "drillingActivityPurposeType"^^xsd:string . |
| 4142 | 4114 | ||
| 4143 | -_:b36 | 4115 | +_:b49 |
| 4144 | - sp:varName "t1"^^xsd:string . | 4116 | + sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string . |
| 4145 | 4117 | ||
| 4146 | -_:b35 | 4118 | +_:b50 |
| 4147 | - sp:varName "t0b"^^xsd:string . | 4119 | + sp:varName "drillingEquipmentType"^^xsd:string . |
| 4148 | 4120 | ||
| 4149 | -_:b34 | 4121 | +_:b51 |
| 4150 | - sp:varName "t0a"^^xsd:string . | 4122 | + sp:varName "fixedOrMoveableRigType"^^xsd:string . |
| 4151 | 4123 | ||
| 4152 | -_:b33 | 4124 | +_:b52 |
| 4153 | - sp:varName "s2"^^xsd:string . | 4125 | + sp:varName "fluidType"^^xsd:string . |
| 4154 | 4126 | ||
| 4155 | -_:b32 | 4127 | +_:b53 |
| 4156 | - sp:varName "s1"^^xsd:string . | 4128 | + sp:varName "gasReadingType"^^xsd:string . |
| 4157 | 4129 | ||
| 4158 | -_:b31 | 4130 | +_:b54 |
| 4159 | - sp:varName "normalizedStr"^^xsd:string . | 4131 | + sp:varName "innerBarrelType"^^xsd:string . |
| 4160 | 4132 | ||
| 4161 | -_:b30 | 4133 | +_:b55 |
| 4162 | - sp:varName "uri"^^xsd:string . | 4134 | + sp:varName "dailyDrillingReportType"^^xsd:string . |
| 4163 | 4135 | ||
| 4164 | -_:b29 | 4136 | +_:b56 |
| 4165 | - sp:varName "uri"^^xsd:string . | 4137 | + sp:varName "lengthScale"^^xsd:string . |
| 4166 | 4138 | ||
| 4167 | -_:b28 | 4139 | +_:b57 |
| 4168 | - sp:varName "uri"^^xsd:string . | 4140 | + sp:varName "massPerUnitLengthScale"^^xsd:string . |
| 4169 | 4141 | ||
| 4170 | -_:b27 | 4142 | +_:b58 |
| 4171 | - sp:varName "uri"^^xsd:string . | 4143 | + sp:varName "mudClass"^^xsd:string . |
| 4172 | 4144 | ||
| 4173 | -_:b26 | 4145 | +_:b59 |
| 4174 | - sp:varName "uri"^^xsd:string . | 4146 | + sp:varName "angleScale"^^xsd:string . |
| 4175 | 4147 | ||
| 4176 | -_:b25 | 4148 | +_:b60 |
| 4177 | - sp:varName "uri"^^xsd:string . | 4149 | + sp:varName "plasticViscosityScale"^^xsd:string . |
| 4178 | 4150 | ||
| 4179 | -_:b24 | 4151 | +_:b61 |
| 4180 | - sp:varName "uri"^^xsd:string . | 4152 | + sp:varName "porePressureDeterminationType"^^xsd:string . |
| 4181 | 4153 | ||
| 4182 | -_:b23 | 4154 | +_:b62 |
| 4183 | - sp:varName "uri"^^xsd:string . | 4155 | + sp:varName "pressureScale"^^xsd:string . |
| 4184 | 4156 | ||
| 4185 | -_:b22 | 4157 | +_:b63 |
| 4186 | - sp:varName "uri"^^xsd:string . | 4158 | + sp:varName "pressureTestType"^^xsd:string . |
| 4187 | 4159 | ||
| 4188 | -_:b21 | 4160 | +_:b64 |
| 4189 | - sp:varName "uri"^^xsd:string . | 4161 | + sp:varName "speedScale"^^xsd:string . |
| 4190 | 4162 | ||
| 4191 | -_:b20 | 4163 | +_:b65 |
| 4192 | - sp:varName "uri"^^xsd:string . | 4164 | + sp:varName "strengthScale"^^xsd:string . |
| 4193 | 4165 | ||
| 4194 | -_:b19 | 4166 | +_:b66 |
| 4195 | - sp:varName "uri"^^xsd:string . | 4167 | + sp:varName "temperatureScale"^^xsd:string . |
| 4196 | 4168 | ||
| 4197 | -_:b18 | 4169 | +_:b67 |
| 4198 | - sp:varName "uri"^^xsd:string . | 4170 | + sp:varName "durationScale"^^xsd:string . |
| 4199 | 4171 | ||
| 4200 | -_:b17 | 4172 | +_:b68 |
| 4201 | - sp:varName "uri"^^xsd:string . | 4173 | + sp:varName "volumeScale"^^xsd:string . |
| 4202 | 4174 | ||
| 4203 | -_:b16 | 4175 | +_:b69 |
| 4204 | - sp:varName "uri"^^xsd:string . | 4176 | + sp:varName "volumetricFlowRateScale"^^xsd:string . |
| 4205 | 4177 | ||
| 4206 | -_:b15 | 4178 | +_:b70 |
| 4207 | - sp:varName "uri"^^xsd:string . | 4179 | + sp:varName "wellBoreDrillingType"^^xsd:string . |
| 4208 | 4180 | ||
| 4209 | -_:b14 | 4181 | +_:b71 |
| 4210 | - sp:varName "uri"^^xsd:string . | 4182 | + sp:varName "wellBoreHphtType"^^xsd:string . |
| 4211 | 4183 | ||
| 4212 | -_:b13 | 4184 | +_:b72 |
| 4213 | - sp:varName "uri"^^xsd:string . | 4185 | + sp:varName "wellBoreTightnessType"^^xsd:string . |
| 4214 | 4186 | ||
| 4215 | -_:b12 | 4187 | +_:b73 |
| 4216 | - sp:varName "uri"^^xsd:string . | 4188 | + sp:varName "wellCementJobBottomPlugType"^^xsd:string . |
| 4217 | 4189 | ||
| 4218 | -_:b11 | 4190 | +_:b74 |
| 4219 | - sp:varName "uri"^^xsd:string . | 4191 | + sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . |
| 4220 | 4192 | ||
| 4221 | -_:b10 | 4193 | +_:b75 |
| 4222 | - sp:varName "uri"^^xsd:string . | 4194 | + sp:varName "wellCementJobCasingRotationType"^^xsd:string . |
| 4223 | 4195 | ||
| 4224 | -_:b9 sp:varName "uri"^^xsd:string . | 4196 | +_:b76 |
| 4197 | + sp:varName "wellCementJobFloatHoldingType"^^xsd:string . | ||
| 4225 | 4198 | ||
| 4226 | -_:b8 sp:varName "uri"^^xsd:string . | 4199 | +_:b77 |
| 4200 | + sp:varName "wellCementJobPlugBumpingType"^^xsd:string . | ||
| 4227 | 4201 | ||
| 4228 | -_:b7 sp:varName "uri"^^xsd:string . | 4202 | +_:b78 |
| 4203 | + sp:varName "wellCementJobTopPlugType"^^xsd:string . | ||
| 4229 | 4204 | ||
| 4230 | -_:b6 sp:varName "uri"^^xsd:string . | 4205 | +_:b79 |
| 4206 | + sp:varName "wellCementJobType"^^xsd:string . | ||
| 4231 | 4207 | ||
| 4232 | -_:b5 sp:varName "uri"^^xsd:string . | 4208 | +_:b80 |
| 4209 | + sp:varName "wellControlIncidentType"^^xsd:string . | ||
| 4233 | 4210 | ||
| 4234 | -_:b4 sp:varName "uri"^^xsd:string . | 4211 | +_:b81 |
| 4212 | + sp:varName "wellKillingType"^^xsd:string . | ||
| 4235 | 4213 | ||
| 4236 | -_:b3 sp:varName "uri"^^xsd:string . | 4214 | +_:b82 |
| 4215 | + sp:varName "wellTestType"^^xsd:string . | ||
| 4237 | 4216 | ||
| 4238 | -_:b2 sp:varName "uri"^^xsd:string . | 4217 | +_:b83 |
| 4218 | + sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string . | ||
| 4239 | 4219 | ||
| 4240 | -_:b1 sp:varName "uri"^^xsd:string . | 4220 | +_:b84 |
| 4221 | + sp:varName "yieldPointScale"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Wed Nov 02 15:57:48 GMT 2011 | ||
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage | 1 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage |
| 2 | +# imports: http://spinrdf.org/spin | ||
| 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
| 4 | # imports: http://www.witsml.org/schemas/1series | 4 | # imports: http://www.witsml.org/schemas/1series |
| 5 | -# imports: http://spinrdf.org/spin | ||
| 6 | 5 | ||
| 7 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> . | 6 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> . |
| 8 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 7 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
| ... | @@ -26,890 +25,895 @@ | ... | @@ -26,890 +25,895 @@ |
| 26 | ddr:Obj_drillReport | 25 | ddr:Obj_drillReport |
| 27 | spin:rule | 26 | spin:rule |
| 28 | [ rdf:type sp:Construct ; | 27 | [ rdf:type sp:Construct ; |
| 29 | - rdfs:comment "STEP 290 Process cementStage - create Well cement job"^^xsd:string ; | 28 | + rdfs:comment "STEP 291 Process cementingFluid"^^xsd:string ; |
| 30 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJob> ; | 29 | + sp:templates ([ sp:object _:b1 ; |
| 31 | - sp:predicate rdf:type ; | ||
| 32 | - sp:subject _:b1 | ||
| 33 | - ] [ sp:object _:b1 ; | ||
| 34 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 30 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 35 | - sp:subject _:b2 | 31 | + sp:subject |
| 36 | - ] [ sp:object _:b3 ; | 32 | + [ sp:varName "pumpedFluid"^^xsd:string |
| 37 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | 33 | + ] |
| 34 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ; | ||
| 35 | + sp:predicate rdf:type ; | ||
| 38 | sp:subject _:b1 | 36 | sp:subject _:b1 |
| 39 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | 37 | + ] [ sp:object _:b2 ; |
| 40 | sp:predicate rdf:type ; | 38 | sp:predicate rdf:type ; |
| 41 | - sp:subject _:b3 | 39 | + sp:subject _:b1 |
| 42 | - ] [ sp:object _:b4 ; | 40 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; |
| 43 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 44 | - sp:subject _:b3 | ||
| 45 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; | ||
| 46 | sp:predicate rdf:type ; | 41 | sp:predicate rdf:type ; |
| 47 | - sp:subject _:b4 | 42 | + sp:subject _:b2 |
| 48 | - ] [ sp:object _:b5 ; | 43 | + ] [ sp:object |
| 49 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 44 | + [ sp:varName "realVolPumped"^^xsd:string |
| 50 | - sp:subject _:b4 | 45 | + ] ; |
| 51 | - ] [ sp:object _:b6 ; | 46 | + sp:predicate |
| 47 | + [ sp:varName "volumeScalePumped"^^xsd:string | ||
| 48 | + ] ; | ||
| 49 | + sp:subject _:b2 | ||
| 50 | + ] [ sp:object | ||
| 51 | + [ sp:varName "cementingFluidType"^^xsd:string | ||
| 52 | + ] ; | ||
| 52 | sp:predicate rdf:type ; | 53 | sp:predicate rdf:type ; |
| 53 | sp:subject _:b1 | 54 | sp:subject _:b1 |
| 54 | - ] [ sp:object _:b7 ; | 55 | + ] [ sp:object _:b3 ; |
| 55 | sp:predicate rdf:type ; | 56 | sp:predicate rdf:type ; |
| 56 | sp:subject _:b1 | 57 | sp:subject _:b1 |
| 57 | - ] [ sp:object _:b8 ; | 58 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#UserDescribedCementingFluidType> ; |
| 58 | sp:predicate rdf:type ; | 59 | sp:predicate rdf:type ; |
| 60 | + sp:subject _:b3 | ||
| 61 | + ] [ sp:object | ||
| 62 | + [ sp:varName "cementingFluidDescription"^^xsd:string | ||
| 63 | + ] ; | ||
| 64 | + sp:predicate rdfs:comment ; | ||
| 65 | + sp:subject _:b3 | ||
| 66 | + ] [ sp:object _:b4 ; | ||
| 67 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#ratioOfCementMixToWater> ; | ||
| 59 | sp:subject _:b1 | 68 | sp:subject _:b1 |
| 60 | - ] [ sp:object _:b9 ; | 69 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumeMassRatio> ; |
| 61 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 62 | - sp:subject _:b1 | ||
| 63 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementPumping> ; | ||
| 64 | - sp:predicate rdf:type ; | ||
| 65 | - sp:subject _:b9 | ||
| 66 | - ] [ sp:object _:b10 ; | ||
| 67 | - sp:predicate rdf:type ; | ||
| 68 | - sp:subject _:b9 | ||
| 69 | - ] [ sp:object _:b11 ; | ||
| 70 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#returnedCementingFluid> ; | ||
| 71 | - sp:subject _:b9 | ||
| 72 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ; | ||
| 73 | - sp:predicate rdf:type ; | ||
| 74 | - sp:subject _:b11 | ||
| 75 | - ] [ sp:object _:b12 ; | ||
| 76 | - sp:predicate rdf:type ; | ||
| 77 | - sp:subject _:b11 | ||
| 78 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | ||
| 79 | - sp:predicate rdf:type ; | ||
| 80 | - sp:subject _:b12 | ||
| 81 | - ] [ sp:object _:b13 ; | ||
| 82 | - sp:predicate _:b14 ; | ||
| 83 | - sp:subject _:b12 | ||
| 84 | - ] [ sp:object _:b15 ; | ||
| 85 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
| 86 | - sp:subject _:b9 | ||
| 87 | - ] [ sp:object _:b16 ; | ||
| 88 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
| 89 | - sp:subject _:b9 | ||
| 90 | - ] [ sp:object _:b17 ; | ||
| 91 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#pumpedFluid> ; | ||
| 92 | - sp:subject _:b9 | ||
| 93 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ; | ||
| 94 | sp:predicate rdf:type ; | 70 | sp:predicate rdf:type ; |
| 95 | - sp:subject _:b17 | ||
| 96 | - ] [ sp:object _:b18 ; | ||
| 97 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ; | ||
| 98 | sp:subject _:b4 | 71 | sp:subject _:b4 |
| 99 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingString> ; | 72 | + ] [ sp:object |
| 100 | - sp:predicate rdf:type ; | 73 | + [ sp:varName "realRatioMixWater"^^xsd:string |
| 101 | - sp:subject _:b18 | 74 | + ] ; |
| 102 | - ] [ sp:object _:b19 ; | 75 | + sp:predicate |
| 103 | - sp:predicate rdf:type ; | 76 | + [ sp:varName "ratioScaleMixWater"^^xsd:string |
| 104 | - sp:subject _:b18 | 77 | + ] ; |
| 105 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing> ; | 78 | + sp:subject _:b4 |
| 106 | - sp:predicate rdfs:subClassOf ; | 79 | + ] [ sp:object _:b5 ; |
| 107 | - sp:subject _:b19 | ||
| 108 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#PipeOutsideDiameterAPI_5CTClass> ; | ||
| 109 | sp:predicate rdf:type ; | 80 | sp:predicate rdf:type ; |
| 110 | - sp:subject _:b19 | ||
| 111 | - ] [ sp:object _:b20 ; | ||
| 112 | - sp:predicate rdfs:label ; | ||
| 113 | - sp:subject _:b19 | ||
| 114 | - ] [ sp:object _:b21 ; | ||
| 115 | - sp:predicate rdfs:comment ; | ||
| 116 | sp:subject _:b1 | 81 | sp:subject _:b1 |
| 117 | - ] [ sp:object _:b22 ; | 82 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; |
| 118 | sp:predicate rdf:type ; | 83 | sp:predicate rdf:type ; |
| 119 | - sp:subject _:b1 | 84 | + sp:subject _:b5 |
| 120 | - ] [ sp:object _:b23 ; | 85 | + ] [ sp:object |
| 86 | + [ sp:varName "realDensity"^^xsd:string | ||
| 87 | + ] ; | ||
| 88 | + sp:predicate | ||
| 89 | + [ sp:varName "densityScale"^^xsd:string | ||
| 90 | + ] ; | ||
| 91 | + sp:subject _:b5 | ||
| 92 | + ] [ sp:object _:b6 ; | ||
| 121 | sp:predicate rdf:type ; | 93 | sp:predicate rdf:type ; |
| 122 | sp:subject _:b1 | 94 | sp:subject _:b1 |
| 123 | - ] [ sp:object _:b24 ; | 95 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#YieldPoint> ; |
| 124 | sp:predicate rdf:type ; | 96 | sp:predicate rdf:type ; |
| 97 | + sp:subject _:b6 | ||
| 98 | + ] [ sp:object | ||
| 99 | + [ sp:varName "realYp"^^xsd:string | ||
| 100 | + ] ; | ||
| 101 | + sp:predicate | ||
| 102 | + [ sp:varName "yieldPointScale"^^xsd:string | ||
| 103 | + ] ; | ||
| 104 | + sp:subject _:b6 | ||
| 105 | + ] [ sp:object _:b7 ; | ||
| 106 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidThickeningTime> ; | ||
| 125 | sp:subject _:b1 | 107 | sp:subject _:b1 |
| 126 | - ] [ sp:object _:b25 ; | 108 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; |
| 127 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#pressureAtWhichPlugBumped> ; | ||
| 128 | - sp:subject _:b1 | ||
| 129 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; | ||
| 130 | - sp:predicate rdf:type ; | ||
| 131 | - sp:subject _:b25 | ||
| 132 | - ] [ sp:object _:b26 ; | ||
| 133 | - sp:predicate _:b27 ; | ||
| 134 | - sp:subject _:b25 | ||
| 135 | - ] [ sp:object _:b28 ; | ||
| 136 | sp:predicate rdf:type ; | 109 | sp:predicate rdf:type ; |
| 110 | + sp:subject _:b7 | ||
| 111 | + ] [ sp:object | ||
| 112 | + [ sp:varName "realETim"^^xsd:string | ||
| 113 | + ] ; | ||
| 114 | + sp:predicate | ||
| 115 | + [ sp:varName "durationScaleETim"^^xsd:string | ||
| 116 | + ] ; | ||
| 117 | + sp:subject _:b7 | ||
| 118 | + ] [ sp:object _:b8 ; | ||
| 119 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidPerCentFreeWater> ; | ||
| 137 | sp:subject _:b1 | 120 | sp:subject _:b1 |
| 138 | - ] [ sp:object _:b29 ; | 121 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; |
| 139 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 140 | - sp:subject _:b1 | ||
| 141 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJobPressureRelease> ; | ||
| 142 | sp:predicate rdf:type ; | 122 | sp:predicate rdf:type ; |
| 143 | - sp:subject _:b29 | 123 | + sp:subject _:b8 |
| 144 | - ] [ sp:object _:b30 ; | 124 | + ] [ sp:object |
| 145 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | 125 | + [ sp:varName "realPcFreeWater"^^xsd:string |
| 146 | - sp:subject _:b29 | 126 | + ] ; |
| 127 | + sp:predicate | ||
| 128 | + [ sp:varName "ratioScalePcFreeWater"^^xsd:string | ||
| 129 | + ] ; | ||
| 130 | + sp:subject _:b8 | ||
| 131 | + ] [ sp:object | ||
| 132 | + [ sp:varName "cementingFluidComments"^^xsd:string | ||
| 133 | + ] ; | ||
| 134 | + sp:predicate rdfs:comment ; | ||
| 135 | + sp:subject _:b1 | ||
| 147 | ]) ; | 136 | ]) ; |
| 148 | - sp:where ([ sp:object _:b31 ; | 137 | + sp:where ([ sp:object |
| 138 | + [ sp:varName "nameWellBore"^^xsd:string | ||
| 139 | + ] ; | ||
| 149 | sp:predicate ep-spin-lib:nameWellbore ; | 140 | sp:predicate ep-spin-lib:nameWellbore ; |
| 150 | sp:subject spin:_this | 141 | sp:subject spin:_this |
| 151 | - ] [ sp:object _:b32 ; | 142 | + ] [ sp:object |
| 143 | + [ sp:varName "dTimStart"^^xsd:string | ||
| 144 | + ] ; | ||
| 152 | sp:predicate ddr:dTimStart ; | 145 | sp:predicate ddr:dTimStart ; |
| 153 | sp:subject spin:_this | 146 | sp:subject spin:_this |
| 154 | - ] [ sp:object _:b33 ; | 147 | + ] [ sp:object |
| 148 | + [ sp:varName "cementStage"^^xsd:string | ||
| 149 | + ] ; | ||
| 155 | sp:predicate ddr:cementStageRef ; | 150 | sp:predicate ddr:cementStageRef ; |
| 156 | sp:subject spin:_this | 151 | sp:subject spin:_this |
| 152 | + ] [ sp:object | ||
| 153 | + [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | ||
| 154 | + ] ; | ||
| 155 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 156 | + sp:subject | ||
| 157 | + [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
| 158 | + ] | ||
| 159 | + ] [ sp:object | ||
| 160 | + [ sp:varName "wellCementPumping"^^xsd:string | ||
| 161 | + ] ; | ||
| 162 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 163 | + sp:subject | ||
| 164 | + [ sp:varName "wellCementJob"^^xsd:string | ||
| 165 | + ] | ||
| 166 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementPumping> ; | ||
| 167 | + sp:predicate rdf:type ; | ||
| 168 | + sp:subject | ||
| 169 | + [ sp:varName "wellCementPumping"^^xsd:string | ||
| 170 | + ] | ||
| 171 | + ] [ sp:object | ||
| 172 | + [ sp:varName "pumpedFluid"^^xsd:string | ||
| 173 | + ] ; | ||
| 174 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#pumpedFluid> ; | ||
| 175 | + sp:subject | ||
| 176 | + [ sp:varName "wellCementPumping"^^xsd:string | ||
| 177 | + ] | ||
| 178 | + ] [ sp:object | ||
| 179 | + [ sp:varName "cementingFluid"^^xsd:string | ||
| 180 | + ] ; | ||
| 181 | + sp:predicate ddr:cementingFluidRef ; | ||
| 182 | + sp:subject | ||
| 183 | + [ sp:varName "cementStage"^^xsd:string | ||
| 184 | + ] | ||
| 157 | ] [ rdf:type sp:Optional ; | 185 | ] [ rdf:type sp:Optional ; |
| 158 | - sp:elements ([ sp:object _:b15 ; | 186 | + sp:elements ([ sp:object |
| 159 | - sp:predicate ddr:dTimPumpStart ; | 187 | + [ sp:varName "enumTypeFluid"^^xsd:string |
| 160 | - sp:subject _:b33 | 188 | + ] ; |
| 161 | - ]) | 189 | + sp:predicate ddr:typeFluidRef ; |
| 162 | - ] [ rdf:type sp:Optional ; | 190 | + sp:subject |
| 163 | - sp:elements ([ sp:object _:b16 ; | 191 | + [ sp:varName "cementingFluid"^^xsd:string |
| 164 | - sp:predicate ddr:dTimPumpEnd ; | 192 | + ] |
| 165 | - sp:subject _:b33 | ||
| 166 | ]) | 193 | ]) |
| 167 | ] [ rdf:type sp:Optional ; | 194 | ] [ rdf:type sp:Optional ; |
| 168 | - sp:elements ([ sp:object _:b34 ; | 195 | + sp:elements ([ sp:object |
| 169 | - sp:predicate ddr:jobTypeRef ; | 196 | + [ sp:varName "cementingFluidDescription"^^xsd:string |
| 170 | - sp:subject _:b33 | 197 | + ] ; |
| 198 | + sp:predicate ddr:descFluid ; | ||
| 199 | + sp:subject | ||
| 200 | + [ sp:varName "cementingFluid"^^xsd:string | ||
| 201 | + ] | ||
| 171 | ]) | 202 | ]) |
| 172 | ] [ rdf:type sp:Optional ; | 203 | ] [ rdf:type sp:Optional ; |
| 173 | - sp:elements ([ sp:object _:b35 ; | 204 | + sp:elements ([ sp:object |
| 174 | - sp:predicate ddr:casingStrDiaRef ; | 205 | + [ sp:varName "ratioMixWater"^^xsd:string |
| 175 | - sp:subject _:b33 | 206 | + ] ; |
| 176 | - ] [ sp:object _:b36 ; | 207 | + sp:predicate ddr:ratioMixWaterRef ; |
| 208 | + sp:subject | ||
| 209 | + [ sp:varName "cementingFluid"^^xsd:string | ||
| 210 | + ] | ||
| 211 | + ] [ sp:object | ||
| 212 | + [ sp:varName "uomRatioMixWater"^^xsd:string | ||
| 213 | + ] ; | ||
| 177 | sp:predicate ddr:uomRef ; | 214 | sp:predicate ddr:uomRef ; |
| 178 | - sp:subject _:b35 | 215 | + sp:subject |
| 179 | - ] [ sp:object _:b37 ; | 216 | + [ sp:varName "ratioMixWater"^^xsd:string |
| 217 | + ] | ||
| 218 | + ] [ sp:object | ||
| 219 | + [ sp:varName "realRatioMixWater"^^xsd:string | ||
| 220 | + ] ; | ||
| 180 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 221 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 181 | - sp:subject _:b35 | 222 | + sp:subject |
| 182 | - ]) | 223 | + [ sp:varName "ratioMixWater"^^xsd:string |
| 183 | - ] [ rdf:type sp:Optional ; | 224 | + ] |
| 184 | - sp:elements ([ sp:object _:b21 ; | ||
| 185 | - sp:predicate ddr:comments ; | ||
| 186 | - sp:subject _:b33 | ||
| 187 | ]) | 225 | ]) |
| 188 | ] [ rdf:type sp:Optional ; | 226 | ] [ rdf:type sp:Optional ; |
| 189 | - sp:elements ([ sp:object _:b38 ; | 227 | + sp:elements ([ sp:object |
| 190 | - sp:predicate ddr:volReturnsRef ; | 228 | + [ sp:varName "density"^^xsd:string |
| 191 | - sp:subject _:b33 | 229 | + ] ; |
| 192 | - ] [ sp:object _:b39 ; | 230 | + sp:predicate ddr:densityRef ; |
| 231 | + sp:subject | ||
| 232 | + [ sp:varName "cementingFluid"^^xsd:string | ||
| 233 | + ] | ||
| 234 | + ] [ sp:object | ||
| 235 | + [ sp:varName "uomDensity"^^xsd:string | ||
| 236 | + ] ; | ||
| 193 | sp:predicate ddr:uomRef ; | 237 | sp:predicate ddr:uomRef ; |
| 194 | - sp:subject _:b38 | 238 | + sp:subject |
| 195 | - ] [ sp:object _:b13 ; | 239 | + [ sp:varName "density"^^xsd:string |
| 240 | + ] | ||
| 241 | + ] [ sp:object | ||
| 242 | + [ sp:varName "realDensity"^^xsd:string | ||
| 243 | + ] ; | ||
| 196 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 244 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 197 | - sp:subject _:b38 | 245 | + sp:subject |
| 198 | - ]) | 246 | + [ sp:varName "density"^^xsd:string |
| 199 | - ] [ rdf:type sp:Optional ; | 247 | + ] |
| 200 | - sp:elements ([ sp:object _:b30 ; | ||
| 201 | - sp:predicate ddr:dTimPresReleased ; | ||
| 202 | - sp:subject _:b33 | ||
| 203 | - ]) | ||
| 204 | - ] [ rdf:type sp:Optional ; | ||
| 205 | - sp:elements ([ sp:object _:b40 ; | ||
| 206 | - sp:predicate ddr:annFlowAfter ; | ||
| 207 | - sp:subject _:b33 | ||
| 208 | - ]) | ||
| 209 | - ] [ rdf:type sp:Optional ; | ||
| 210 | - sp:elements ([ sp:object _:b41 ; | ||
| 211 | - sp:predicate ddr:topPlug ; | ||
| 212 | - sp:subject _:b33 | ||
| 213 | - ]) | ||
| 214 | - ] [ rdf:type sp:Optional ; | ||
| 215 | - sp:elements ([ sp:object _:b42 ; | ||
| 216 | - sp:predicate ddr:botPlug ; | ||
| 217 | - sp:subject _:b33 | ||
| 218 | ]) | 248 | ]) |
| 219 | ] [ rdf:type sp:Optional ; | 249 | ] [ rdf:type sp:Optional ; |
| 220 | - sp:elements ([ sp:object _:b43 ; | 250 | + sp:elements ([ sp:object |
| 221 | - sp:predicate ddr:plugBumped ; | 251 | + [ sp:varName "volPumped"^^xsd:string |
| 222 | - sp:subject _:b33 | 252 | + ] ; |
| 253 | + sp:predicate ddr:volPumpedRef ; | ||
| 254 | + sp:subject | ||
| 255 | + [ sp:varName "cementingFluid"^^xsd:string | ||
| 256 | + ] | ||
| 257 | + ] [ sp:object | ||
| 258 | + [ sp:varName "uomVolPumped"^^xsd:string | ||
| 259 | + ] ; | ||
| 260 | + sp:predicate ddr:uomRef ; | ||
| 261 | + sp:subject | ||
| 262 | + [ sp:varName "volPumped"^^xsd:string | ||
| 263 | + ] | ||
| 264 | + ] [ sp:object | ||
| 265 | + [ sp:varName "realVolPumped"^^xsd:string | ||
| 266 | + ] ; | ||
| 267 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 268 | + sp:subject | ||
| 269 | + [ sp:varName "volPumped"^^xsd:string | ||
| 270 | + ] | ||
| 223 | ]) | 271 | ]) |
| 224 | ] [ rdf:type sp:Optional ; | 272 | ] [ rdf:type sp:Optional ; |
| 225 | - sp:elements ([ sp:object _:b44 ; | 273 | + sp:elements ([ sp:object |
| 226 | - sp:predicate ddr:presBumpRef ; | 274 | + [ sp:varName "yp"^^xsd:string |
| 227 | - sp:subject _:b33 | 275 | + ] ; |
| 228 | - ] [ sp:object _:b45 ; | 276 | + sp:predicate ddr:ypRef ; |
| 277 | + sp:subject | ||
| 278 | + [ sp:varName "cementingFluid"^^xsd:string | ||
| 279 | + ] | ||
| 280 | + ] [ sp:object | ||
| 281 | + [ sp:varName "uomYp"^^xsd:string | ||
| 282 | + ] ; | ||
| 229 | sp:predicate ddr:uomRef ; | 283 | sp:predicate ddr:uomRef ; |
| 230 | - sp:subject _:b44 | 284 | + sp:subject |
| 231 | - ] [ sp:object _:b26 ; | 285 | + [ sp:varName "yp"^^xsd:string |
| 286 | + ] | ||
| 287 | + ] [ sp:object | ||
| 288 | + [ sp:varName "realYp"^^xsd:string | ||
| 289 | + ] ; | ||
| 232 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 290 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 233 | - sp:subject _:b44 | 291 | + sp:subject |
| 292 | + [ sp:varName "yp"^^xsd:string | ||
| 293 | + ] | ||
| 234 | ]) | 294 | ]) |
| 235 | ] [ rdf:type sp:Optional ; | 295 | ] [ rdf:type sp:Optional ; |
| 236 | - sp:elements ([ sp:object _:b46 ; | 296 | + sp:elements ([ sp:object |
| 237 | - sp:predicate ddr:floatHeld ; | 297 | + [ sp:varName "eTimThickening"^^xsd:string |
| 238 | - sp:subject _:b33 | 298 | + ] ; |
| 299 | + sp:predicate ddr:eTimThickeningRef ; | ||
| 300 | + sp:subject | ||
| 301 | + [ sp:varName "cementingFluid"^^xsd:string | ||
| 302 | + ] | ||
| 303 | + ] [ sp:object | ||
| 304 | + [ sp:varName "uomETim"^^xsd:string | ||
| 305 | + ] ; | ||
| 306 | + sp:predicate ddr:uomRef ; | ||
| 307 | + sp:subject | ||
| 308 | + [ sp:varName "eTimThickening"^^xsd:string | ||
| 309 | + ] | ||
| 310 | + ] [ sp:object | ||
| 311 | + [ sp:varName "realETim"^^xsd:string | ||
| 312 | + ] ; | ||
| 313 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 314 | + sp:subject | ||
| 315 | + [ sp:varName "eTimThickening"^^xsd:string | ||
| 316 | + ] | ||
| 239 | ]) | 317 | ]) |
| 240 | ] [ rdf:type sp:Optional ; | 318 | ] [ rdf:type sp:Optional ; |
| 241 | - sp:elements ([ sp:object _:b47 ; | 319 | + sp:elements ([ sp:object |
| 242 | - sp:predicate ddr:reciprocated ; | 320 | + [ sp:varName "pcFreeWater"^^xsd:string |
| 243 | - sp:subject _:b33 | 321 | + ] ; |
| 322 | + sp:predicate ddr:pcFreeWaterRef ; | ||
| 323 | + sp:subject | ||
| 324 | + [ sp:varName "cementingFluid"^^xsd:string | ||
| 325 | + ] | ||
| 326 | + ] [ sp:object | ||
| 327 | + [ sp:varName "uomPcFreeWater"^^xsd:string | ||
| 328 | + ] ; | ||
| 329 | + sp:predicate ddr:uomRef ; | ||
| 330 | + sp:subject | ||
| 331 | + [ sp:varName "pcFreeWater"^^xsd:string | ||
| 332 | + ] | ||
| 333 | + ] [ sp:object | ||
| 334 | + [ sp:varName "realPcFreeWater"^^xsd:string | ||
| 335 | + ] ; | ||
| 336 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 337 | + sp:subject | ||
| 338 | + [ sp:varName "pcFreeWater"^^xsd:string | ||
| 339 | + ] | ||
| 244 | ]) | 340 | ]) |
| 245 | ] [ rdf:type sp:Optional ; | 341 | ] [ rdf:type sp:Optional ; |
| 246 | - sp:elements ([ sp:object _:b48 ; | 342 | + sp:elements ([ sp:object |
| 247 | - sp:predicate ddr:rotated ; | 343 | + [ sp:varName "cementingFluidComments"^^xsd:string |
| 248 | - sp:subject _:b33 | 344 | + ] ; |
| 345 | + sp:predicate ddr:comments ; | ||
| 346 | + sp:subject | ||
| 347 | + [ sp:varName "cementingFluid"^^xsd:string | ||
| 348 | + ] | ||
| 249 | ]) | 349 | ]) |
| 250 | ] [ rdf:type sp:Bind ; | 350 | ] [ rdf:type sp:Bind ; |
| 251 | sp:expression | 351 | sp:expression |
| 252 | [ rdf:type ep-spin-lib:normalizeString ; | 352 | [ rdf:type ep-spin-lib:normalizeString ; |
| 253 | - sp:arg1 _:b31 | 353 | + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string |
| 354 | + ] | ||
| 254 | ] ; | 355 | ] ; |
| 255 | - sp:variable _:b49 | 356 | + sp:variable |
| 357 | + [ sp:varName "normalizedWellBoreName"^^xsd:string | ||
| 358 | + ] | ||
| 256 | ] [ rdf:type sp:Bind ; | 359 | ] [ rdf:type sp:Bind ; |
| 257 | sp:expression | 360 | sp:expression |
| 258 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 361 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 259 | - sp:arg1 _:b49 ; | 362 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
| 260 | - sp:arg2 _:b32 | 363 | + ] ; |
| 364 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string | ||
| 365 | + ] | ||
| 261 | ] ; | 366 | ] ; |
| 262 | - sp:variable _:b2 | 367 | + sp:variable |
| 368 | + [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
| 369 | + ] | ||
| 263 | ] [ rdf:type sp:Bind ; | 370 | ] [ rdf:type sp:Bind ; |
| 264 | sp:expression | 371 | sp:expression |
| 265 | [ rdf:type afn:localname ; | 372 | [ rdf:type afn:localname ; |
| 266 | - sp:arg1 _:b33 | 373 | + sp:arg1 [ sp:varName "cementStage"^^xsd:string |
| 374 | + ] | ||
| 267 | ] ; | 375 | ] ; |
| 268 | - sp:variable _:b50 | 376 | + sp:variable |
| 377 | + [ sp:varName "localname"^^xsd:string | ||
| 378 | + ] | ||
| 269 | ] [ rdf:type sp:Bind ; | 379 | ] [ rdf:type sp:Bind ; |
| 270 | sp:expression | 380 | sp:expression |
| 271 | [ rdf:type ep-spin-lib:buildWellCementJobURI ; | 381 | [ rdf:type ep-spin-lib:buildWellCementJobURI ; |
| 272 | - sp:arg1 _:b49 ; | 382 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
| 273 | - sp:arg2 _:b32 ; | ||
| 274 | - sp:arg3 _:b50 | ||
| 275 | - ] ; | ||
| 276 | - sp:variable _:b1 | ||
| 277 | - ] [ rdf:type sp:Bind ; | ||
| 278 | - sp:expression | ||
| 279 | - [ rdf:type ep-spin-lib:selectWellCementJobType ; | ||
| 280 | - sp:arg1 _:b34 | ||
| 281 | - ] ; | ||
| 282 | - sp:variable _:b6 | ||
| 283 | - ] [ rdf:type sp:Bind ; | ||
| 284 | - sp:expression | ||
| 285 | - [ rdf:type ep-spin-lib:selectCementingFluidReturnType ; | ||
| 286 | - sp:arg1 _:b40 | ||
| 287 | ] ; | 383 | ] ; |
| 288 | - sp:variable _:b10 | 384 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string |
| 289 | - ] [ rdf:type sp:Bind ; | ||
| 290 | - sp:expression | ||
| 291 | - [ rdf:type ep-spin-lib:selectWellCementJobTopPlugType ; | ||
| 292 | - sp:arg1 _:b41 | ||
| 293 | ] ; | 385 | ] ; |
| 294 | - sp:variable _:b7 | 386 | + sp:arg3 [ sp:varName "localname"^^xsd:string |
| 295 | - ] [ rdf:type sp:Bind ; | 387 | + ] |
| 296 | - sp:expression | ||
| 297 | - [ rdf:type ep-spin-lib:selectWellCementJobBottomPlugType ; | ||
| 298 | - sp:arg1 _:b42 | ||
| 299 | ] ; | 388 | ] ; |
| 300 | - sp:variable _:b8 | 389 | + sp:variable |
| 390 | + [ sp:varName "wellCementJob"^^xsd:string | ||
| 391 | + ] | ||
| 301 | ] [ rdf:type sp:Bind ; | 392 | ] [ rdf:type sp:Bind ; |
| 302 | sp:expression | 393 | sp:expression |
| 303 | - [ rdf:type ep-spin-lib:selectWellCementJobCasingRotationType ; | 394 | + [ rdf:type ep-spin-lib:selectFluidType ; |
| 304 | - sp:arg1 _:b48 | 395 | + sp:arg1 [ sp:varName "enumTypeFluid"^^xsd:string |
| 396 | + ] | ||
| 305 | ] ; | 397 | ] ; |
| 306 | - sp:variable _:b22 | 398 | + sp:variable |
| 399 | + [ sp:varName "cementingFluidType"^^xsd:string | ||
| 400 | + ] | ||
| 307 | ] [ rdf:type sp:Bind ; | 401 | ] [ rdf:type sp:Bind ; |
| 308 | sp:expression | 402 | sp:expression |
| 309 | - [ rdf:type ep-spin-lib:selectWellCementJobCasingReciprocationType ; | 403 | + [ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ; |
| 310 | - sp:arg1 _:b47 | 404 | + sp:arg1 [ sp:varName "uomPcFreeWater"^^xsd:string |
| 405 | + ] | ||
| 311 | ] ; | 406 | ] ; |
| 312 | - sp:variable _:b23 | 407 | + sp:variable |
| 408 | + [ sp:varName "ratioScalePcFreeWater"^^xsd:string | ||
| 409 | + ] | ||
| 313 | ] [ rdf:type sp:Bind ; | 410 | ] [ rdf:type sp:Bind ; |
| 314 | sp:expression | 411 | sp:expression |
| 315 | - [ rdf:type ep-spin-lib:selectWellCementJobPlugBumpingType ; | 412 | + [ rdf:type ep-spin-lib:selectTimeDurationScale ; |
| 316 | - sp:arg1 _:b43 | 413 | + sp:arg1 [ sp:varName "uomETim"^^xsd:string |
| 414 | + ] | ||
| 317 | ] ; | 415 | ] ; |
| 318 | - sp:variable _:b24 | 416 | + sp:variable |
| 417 | + [ sp:varName "durationScaleETim"^^xsd:string | ||
| 418 | + ] | ||
| 319 | ] [ rdf:type sp:Bind ; | 419 | ] [ rdf:type sp:Bind ; |
| 320 | sp:expression | 420 | sp:expression |
| 321 | - [ rdf:type ep-spin-lib:selectWellCementJobFloatHoldingType ; | 421 | + [ rdf:type ep-spin-lib:selectYieldPointScale ; |
| 322 | - sp:arg1 _:b46 | 422 | + sp:arg1 [ sp:varName "uomYp"^^xsd:string |
| 423 | + ] | ||
| 323 | ] ; | 424 | ] ; |
| 324 | - sp:variable _:b28 | 425 | + sp:variable |
| 426 | + [ sp:varName "yieldPointScale"^^xsd:string | ||
| 427 | + ] | ||
| 325 | ] [ rdf:type sp:Bind ; | 428 | ] [ rdf:type sp:Bind ; |
| 326 | sp:expression | 429 | sp:expression |
| 327 | - [ rdf:type ep-spin-lib:selectPressureScale ; | 430 | + [ rdf:type ep-spin-lib:selectDensityScale ; |
| 328 | - sp:arg1 _:b45 | 431 | + sp:arg1 [ sp:varName "uomDensity"^^xsd:string |
| 432 | + ] | ||
| 329 | ] ; | 433 | ] ; |
| 330 | - sp:variable _:b27 | 434 | + sp:variable |
| 435 | + [ sp:varName "densityScale"^^xsd:string | ||
| 436 | + ] | ||
| 331 | ] [ rdf:type sp:Bind ; | 437 | ] [ rdf:type sp:Bind ; |
| 332 | sp:expression | 438 | sp:expression |
| 333 | [ rdf:type ep-spin-lib:selectVolumeScale ; | 439 | [ rdf:type ep-spin-lib:selectVolumeScale ; |
| 334 | - sp:arg1 _:b39 | 440 | + sp:arg1 [ sp:varName "uomVolPumped"^^xsd:string |
| 335 | - ] ; | 441 | + ] |
| 336 | - sp:variable _:b14 | ||
| 337 | - ] [ rdf:type sp:Bind ; | ||
| 338 | - sp:expression | ||
| 339 | - [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 340 | - sp:arg1 _:b36 | ||
| 341 | ] ; | 442 | ] ; |
| 342 | sp:variable | 443 | sp:variable |
| 343 | - [ sp:varName "lengthScaleCasingStrDia"^^xsd:string | 444 | + [ sp:varName "volumeScalePumped"^^xsd:string |
| 344 | ] | 445 | ] |
| 345 | ] [ rdf:type sp:Bind ; | 446 | ] [ rdf:type sp:Bind ; |
| 346 | sp:expression | 447 | sp:expression |
| 347 | - [ rdf:type ep-spin-lib:normalizeDoubleName ; | 448 | + [ rdf:type ep-spin-lib:selectVolumeMassRatioScale ; |
| 348 | - sp:arg1 _:b37 | 449 | + sp:arg1 [ sp:varName "uomRatioMixWater"^^xsd:string |
| 349 | - ] ; | ||
| 350 | - sp:variable _:b20 | ||
| 351 | - ] [ rdf:type sp:Bind ; | ||
| 352 | - sp:expression | ||
| 353 | - [ rdf:type ep-spin-lib:buildPipeOutsideDiameterAPI_5CTClass ; | ||
| 354 | - sp:arg1 _:b20 | ||
| 355 | - ] ; | ||
| 356 | - sp:variable _:b19 | ||
| 357 | - ] [ rdf:type sp:Bind ; | ||
| 358 | - sp:expression | ||
| 359 | - [ rdf:type rhspin:wellBoreByName ; | ||
| 360 | - arg:wellBoreName | ||
| 361 | - [ rdf:type xsd:string ; | ||
| 362 | - sp:arg1 _:b31 | ||
| 363 | ] | 450 | ] |
| 364 | ] ; | 451 | ] ; |
| 365 | - sp:variable _:b5 | 452 | + sp:variable |
| 453 | + [ sp:varName "ratioScaleMixWater"^^xsd:string | ||
| 454 | + ] | ||
| 366 | ]) | 455 | ]) |
| 367 | ] ; | 456 | ] ; |
| 368 | spin:rule | 457 | spin:rule |
| 369 | [ rdf:type sp:Construct ; | 458 | [ rdf:type sp:Construct ; |
| 370 | - rdfs:comment "STEP 291 Process cementingFluid"^^xsd:string ; | 459 | + rdfs:comment "STEP 290 Process cementStage - create Well cement job"^^xsd:string ; |
| 371 | - sp:templates ([ sp:object _:b51 ; | 460 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJob> ; |
| 461 | + sp:predicate rdf:type ; | ||
| 462 | + sp:subject _:b9 | ||
| 463 | + ] [ sp:object _:b9 ; | ||
| 372 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 464 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 373 | - sp:subject | 465 | + sp:subject _:b10 |
| 374 | - [ sp:varName "pumpedFluid"^^xsd:string | 466 | + ] [ sp:object _:b11 ; |
| 375 | - ] | 467 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; |
| 468 | + sp:subject _:b9 | ||
| 469 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | ||
| 470 | + sp:predicate rdf:type ; | ||
| 471 | + sp:subject _:b11 | ||
| 472 | + ] [ sp:object _:b12 ; | ||
| 473 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 474 | + sp:subject _:b11 | ||
| 475 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; | ||
| 476 | + sp:predicate rdf:type ; | ||
| 477 | + sp:subject _:b12 | ||
| 478 | + ] [ sp:object _:b13 ; | ||
| 479 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
| 480 | + sp:subject _:b12 | ||
| 481 | + ] [ sp:object _:b14 ; | ||
| 482 | + sp:predicate rdf:type ; | ||
| 483 | + sp:subject _:b9 | ||
| 484 | + ] [ sp:object _:b15 ; | ||
| 485 | + sp:predicate rdf:type ; | ||
| 486 | + sp:subject _:b9 | ||
| 487 | + ] [ sp:object _:b16 ; | ||
| 488 | + sp:predicate rdf:type ; | ||
| 489 | + sp:subject _:b9 | ||
| 490 | + ] [ sp:object _:b17 ; | ||
| 491 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 492 | + sp:subject _:b9 | ||
| 493 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementPumping> ; | ||
| 494 | + sp:predicate rdf:type ; | ||
| 495 | + sp:subject _:b17 | ||
| 496 | + ] [ sp:object _:b18 ; | ||
| 497 | + sp:predicate rdf:type ; | ||
| 498 | + sp:subject _:b17 | ||
| 499 | + ] [ sp:object _:b19 ; | ||
| 500 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#returnedCementingFluid> ; | ||
| 501 | + sp:subject _:b17 | ||
| 376 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ; | 502 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ; |
| 377 | sp:predicate rdf:type ; | 503 | sp:predicate rdf:type ; |
| 378 | - sp:subject _:b51 | 504 | + sp:subject _:b19 |
| 379 | - ] [ sp:object _:b52 ; | 505 | + ] [ sp:object _:b20 ; |
| 380 | sp:predicate rdf:type ; | 506 | sp:predicate rdf:type ; |
| 381 | - sp:subject _:b51 | 507 | + sp:subject _:b19 |
| 382 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | 508 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; |
| 383 | sp:predicate rdf:type ; | 509 | sp:predicate rdf:type ; |
| 384 | - sp:subject _:b52 | 510 | + sp:subject _:b20 |
| 385 | - ] [ sp:object | 511 | + ] [ sp:object _:b21 ; |
| 386 | - [ sp:varName "realVolPumped"^^xsd:string | 512 | + sp:predicate _:b22 ; |
| 387 | - ] ; | 513 | + sp:subject _:b20 |
| 388 | - sp:predicate | 514 | + ] [ sp:object _:b23 ; |
| 389 | - [ sp:varName "volumeScalePumped"^^xsd:string | 515 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
| 390 | - ] ; | 516 | + sp:subject _:b17 |
| 391 | - sp:subject _:b52 | 517 | + ] [ sp:object _:b24 ; |
| 392 | - ] [ sp:object | 518 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 393 | - [ sp:varName "cementingFluidType"^^xsd:string | 519 | + sp:subject _:b17 |
| 394 | - ] ; | 520 | + ] [ sp:object _:b25 ; |
| 521 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#pumpedFluid> ; | ||
| 522 | + sp:subject _:b17 | ||
| 523 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/well#CementingFluid> ; | ||
| 395 | sp:predicate rdf:type ; | 524 | sp:predicate rdf:type ; |
| 396 | - sp:subject _:b51 | 525 | + sp:subject _:b25 |
| 397 | - ] [ sp:object _:b53 ; | 526 | + ] [ sp:object _:b26 ; |
| 527 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ; | ||
| 528 | + sp:subject _:b12 | ||
| 529 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingString> ; | ||
| 398 | sp:predicate rdf:type ; | 530 | sp:predicate rdf:type ; |
| 399 | - sp:subject _:b51 | 531 | + sp:subject _:b26 |
| 400 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#UserDescribedCementingFluidType> ; | 532 | + ] [ sp:object _:b27 ; |
| 401 | sp:predicate rdf:type ; | 533 | sp:predicate rdf:type ; |
| 402 | - sp:subject _:b53 | 534 | + sp:subject _:b26 |
| 403 | - ] [ sp:object | 535 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing> ; |
| 404 | - [ sp:varName "cementingFluidDescription"^^xsd:string | 536 | + sp:predicate rdfs:subClassOf ; |
| 405 | - ] ; | 537 | + sp:subject _:b27 |
| 406 | - sp:predicate rdfs:comment ; | 538 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#PipeOutsideDiameterAPI_5CTClass> ; |
| 407 | - sp:subject _:b53 | ||
| 408 | - ] [ sp:object _:b54 ; | ||
| 409 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#ratioOfCementMixToWater> ; | ||
| 410 | - sp:subject _:b51 | ||
| 411 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | ||
| 412 | sp:predicate rdf:type ; | 539 | sp:predicate rdf:type ; |
| 413 | - sp:subject _:b54 | 540 | + sp:subject _:b27 |
| 414 | - ] [ sp:object | 541 | + ] [ sp:object _:b28 ; |
| 415 | - [ sp:varName "realRatioMixWater"^^xsd:string | 542 | + sp:predicate rdfs:label ; |
| 416 | - ] ; | 543 | + sp:subject _:b27 |
| 417 | - sp:predicate | 544 | + ] [ sp:object _:b29 ; |
| 418 | - [ sp:varName "ratioScaleMixWater"^^xsd:string | 545 | + sp:predicate rdfs:comment ; |
| 419 | - ] ; | 546 | + sp:subject _:b9 |
| 420 | - sp:subject _:b54 | 547 | + ] [ sp:object _:b30 ; |
| 421 | - ] [ sp:object _:b55 ; | ||
| 422 | sp:predicate rdf:type ; | 548 | sp:predicate rdf:type ; |
| 423 | - sp:subject _:b51 | 549 | + sp:subject _:b9 |
| 424 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Density> ; | 550 | + ] [ sp:object _:b31 ; |
| 425 | sp:predicate rdf:type ; | 551 | sp:predicate rdf:type ; |
| 426 | - sp:subject _:b55 | 552 | + sp:subject _:b9 |
| 427 | - ] [ sp:object | 553 | + ] [ sp:object _:b32 ; |
| 428 | - [ sp:varName "realDensity"^^xsd:string | ||
| 429 | - ] ; | ||
| 430 | - sp:predicate | ||
| 431 | - [ sp:varName "densityScale"^^xsd:string | ||
| 432 | - ] ; | ||
| 433 | - sp:subject _:b55 | ||
| 434 | - ] [ sp:object _:b56 ; | ||
| 435 | sp:predicate rdf:type ; | 554 | sp:predicate rdf:type ; |
| 436 | - sp:subject _:b51 | 555 | + sp:subject _:b9 |
| 437 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#YieldPoint> ; | 556 | + ] [ sp:object _:b33 ; |
| 557 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#pressureAtWhichPlugBumped> ; | ||
| 558 | + sp:subject _:b9 | ||
| 559 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; | ||
| 438 | sp:predicate rdf:type ; | 560 | sp:predicate rdf:type ; |
| 439 | - sp:subject _:b56 | 561 | + sp:subject _:b33 |
| 440 | - ] [ sp:object | 562 | + ] [ sp:object _:b34 ; |
| 441 | - [ sp:varName "realYp"^^xsd:string | 563 | + sp:predicate _:b35 ; |
| 442 | - ] ; | 564 | + sp:subject _:b33 |
| 443 | - sp:predicate | 565 | + ] [ sp:object _:b36 ; |
| 444 | - [ sp:varName "yieldPointScale"^^xsd:string | ||
| 445 | - ] ; | ||
| 446 | - sp:subject _:b56 | ||
| 447 | - ] [ sp:object _:b57 ; | ||
| 448 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidThickeningTime> ; | ||
| 449 | - sp:subject _:b51 | ||
| 450 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; | ||
| 451 | sp:predicate rdf:type ; | 566 | sp:predicate rdf:type ; |
| 452 | - sp:subject _:b57 | 567 | + sp:subject _:b9 |
| 453 | - ] [ sp:object | 568 | + ] [ sp:object _:b37 ; |
| 454 | - [ sp:varName "realETim"^^xsd:string | 569 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 455 | - ] ; | 570 | + sp:subject _:b9 |
| 456 | - sp:predicate | 571 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementJobPressureRelease> ; |
| 457 | - [ sp:varName "durationScaleETim"^^xsd:string | ||
| 458 | - ] ; | ||
| 459 | - sp:subject _:b57 | ||
| 460 | - ] [ sp:object _:b58 ; | ||
| 461 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#cementingFluidPerCentFreeWater> ; | ||
| 462 | - sp:subject _:b51 | ||
| 463 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | ||
| 464 | sp:predicate rdf:type ; | 572 | sp:predicate rdf:type ; |
| 465 | - sp:subject _:b58 | 573 | + sp:subject _:b37 |
| 466 | - ] [ sp:object | 574 | + ] [ sp:object _:b38 ; |
| 467 | - [ sp:varName "realPcFreeWater"^^xsd:string | 575 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; |
| 468 | - ] ; | 576 | + sp:subject _:b37 |
| 469 | - sp:predicate | ||
| 470 | - [ sp:varName "ratioScalePcFreeWater"^^xsd:string | ||
| 471 | - ] ; | ||
| 472 | - sp:subject _:b58 | ||
| 473 | - ] [ sp:object | ||
| 474 | - [ sp:varName "cementingFluidComments"^^xsd:string | ||
| 475 | - ] ; | ||
| 476 | - sp:predicate rdfs:comment ; | ||
| 477 | - sp:subject _:b51 | ||
| 478 | ]) ; | 577 | ]) ; |
| 479 | - sp:where ([ sp:object | 578 | + sp:where ([ sp:object _:b39 ; |
| 480 | - [ sp:varName "nameWellBore"^^xsd:string | ||
| 481 | - ] ; | ||
| 482 | sp:predicate ep-spin-lib:nameWellbore ; | 579 | sp:predicate ep-spin-lib:nameWellbore ; |
| 483 | sp:subject spin:_this | 580 | sp:subject spin:_this |
| 484 | - ] [ sp:object | 581 | + ] [ sp:object _:b40 ; |
| 485 | - [ sp:varName "dTimStart"^^xsd:string | ||
| 486 | - ] ; | ||
| 487 | sp:predicate ddr:dTimStart ; | 582 | sp:predicate ddr:dTimStart ; |
| 488 | sp:subject spin:_this | 583 | sp:subject spin:_this |
| 489 | - ] [ sp:object | 584 | + ] [ sp:object _:b41 ; |
| 490 | - [ sp:varName "cementStage"^^xsd:string | ||
| 491 | - ] ; | ||
| 492 | sp:predicate ddr:cementStageRef ; | 585 | sp:predicate ddr:cementStageRef ; |
| 493 | sp:subject spin:_this | 586 | sp:subject spin:_this |
| 494 | - ] [ sp:object | ||
| 495 | - [ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string | ||
| 496 | - ] ; | ||
| 497 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ; | ||
| 498 | - sp:subject | ||
| 499 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
| 500 | - ] | ||
| 501 | - ] [ sp:object | ||
| 502 | - [ sp:varName "wellCementPumping"^^xsd:string | ||
| 503 | - ] ; | ||
| 504 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 505 | - sp:subject | ||
| 506 | - [ sp:varName "wellCementJob"^^xsd:string | ||
| 507 | - ] | ||
| 508 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCementPumping> ; | ||
| 509 | - sp:predicate rdf:type ; | ||
| 510 | - sp:subject | ||
| 511 | - [ sp:varName "wellCementPumping"^^xsd:string | ||
| 512 | - ] | ||
| 513 | - ] [ sp:object | ||
| 514 | - [ sp:varName "pumpedFluid"^^xsd:string | ||
| 515 | - ] ; | ||
| 516 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#pumpedFluid> ; | ||
| 517 | - sp:subject | ||
| 518 | - [ sp:varName "wellCementPumping"^^xsd:string | ||
| 519 | - ] | ||
| 520 | - ] [ sp:object | ||
| 521 | - [ sp:varName "cementingFluid"^^xsd:string | ||
| 522 | - ] ; | ||
| 523 | - sp:predicate ddr:cementingFluidRef ; | ||
| 524 | - sp:subject | ||
| 525 | - [ sp:varName "cementStage"^^xsd:string | ||
| 526 | - ] | ||
| 527 | ] [ rdf:type sp:Optional ; | 587 | ] [ rdf:type sp:Optional ; |
| 528 | - sp:elements ([ sp:object | 588 | + sp:elements ([ sp:object _:b23 ; |
| 529 | - [ sp:varName "enumTypeFluid"^^xsd:string | 589 | + sp:predicate ddr:dTimPumpStart ; |
| 530 | - ] ; | 590 | + sp:subject _:b41 |
| 531 | - sp:predicate ddr:typeFluidRef ; | ||
| 532 | - sp:subject | ||
| 533 | - [ sp:varName "cementingFluid"^^xsd:string | ||
| 534 | - ] | ||
| 535 | ]) | 591 | ]) |
| 536 | ] [ rdf:type sp:Optional ; | 592 | ] [ rdf:type sp:Optional ; |
| 537 | - sp:elements ([ sp:object | 593 | + sp:elements ([ sp:object _:b24 ; |
| 538 | - [ sp:varName "cementingFluidDescription"^^xsd:string | 594 | + sp:predicate ddr:dTimPumpEnd ; |
| 539 | - ] ; | 595 | + sp:subject _:b41 |
| 540 | - sp:predicate ddr:descFluid ; | ||
| 541 | - sp:subject | ||
| 542 | - [ sp:varName "cementingFluid"^^xsd:string | ||
| 543 | - ] | ||
| 544 | ]) | 596 | ]) |
| 545 | ] [ rdf:type sp:Optional ; | 597 | ] [ rdf:type sp:Optional ; |
| 546 | - sp:elements ([ sp:object | 598 | + sp:elements ([ sp:object _:b42 ; |
| 547 | - [ sp:varName "ratioMixWater"^^xsd:string | 599 | + sp:predicate ddr:jobTypeRef ; |
| 548 | - ] ; | 600 | + sp:subject _:b41 |
| 549 | - sp:predicate ddr:ratioMixWaterRef ; | ||
| 550 | - sp:subject | ||
| 551 | - [ sp:varName "cementingFluid"^^xsd:string | ||
| 552 | - ] | ||
| 553 | - ] [ sp:object | ||
| 554 | - [ sp:varName "uomRatioMixWater"^^xsd:string | ||
| 555 | - ] ; | ||
| 556 | - sp:predicate ddr:uomRef ; | ||
| 557 | - sp:subject | ||
| 558 | - [ sp:varName "ratioMixWater"^^xsd:string | ||
| 559 | - ] | ||
| 560 | - ] [ sp:object | ||
| 561 | - [ sp:varName "realRatioMixWater"^^xsd:string | ||
| 562 | - ] ; | ||
| 563 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 564 | - sp:subject | ||
| 565 | - [ sp:varName "ratioMixWater"^^xsd:string | ||
| 566 | - ] | ||
| 567 | ]) | 601 | ]) |
| 568 | ] [ rdf:type sp:Optional ; | 602 | ] [ rdf:type sp:Optional ; |
| 569 | - sp:elements ([ sp:object | 603 | + sp:elements ([ sp:object _:b43 ; |
| 570 | - [ sp:varName "density"^^xsd:string | 604 | + sp:predicate ddr:casingStrDiaRef ; |
| 571 | - ] ; | 605 | + sp:subject _:b41 |
| 572 | - sp:predicate ddr:densityRef ; | 606 | + ] [ sp:object _:b44 ; |
| 573 | - sp:subject | ||
| 574 | - [ sp:varName "cementingFluid"^^xsd:string | ||
| 575 | - ] | ||
| 576 | - ] [ sp:object | ||
| 577 | - [ sp:varName "uomDensity"^^xsd:string | ||
| 578 | - ] ; | ||
| 579 | sp:predicate ddr:uomRef ; | 607 | sp:predicate ddr:uomRef ; |
| 580 | - sp:subject | 608 | + sp:subject _:b43 |
| 581 | - [ sp:varName "density"^^xsd:string | 609 | + ] [ sp:object _:b45 ; |
| 582 | - ] | ||
| 583 | - ] [ sp:object | ||
| 584 | - [ sp:varName "realDensity"^^xsd:string | ||
| 585 | - ] ; | ||
| 586 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 610 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 587 | - sp:subject | 611 | + sp:subject _:b43 |
| 588 | - [ sp:varName "density"^^xsd:string | ||
| 589 | - ] | ||
| 590 | ]) | 612 | ]) |
| 591 | ] [ rdf:type sp:Optional ; | 613 | ] [ rdf:type sp:Optional ; |
| 592 | - sp:elements ([ sp:object | 614 | + sp:elements ([ sp:object _:b29 ; |
| 593 | - [ sp:varName "volPumped"^^xsd:string | 615 | + sp:predicate ddr:comments ; |
| 594 | - ] ; | 616 | + sp:subject _:b41 |
| 595 | - sp:predicate ddr:volPumpedRef ; | ||
| 596 | - sp:subject | ||
| 597 | - [ sp:varName "cementingFluid"^^xsd:string | ||
| 598 | - ] | ||
| 599 | - ] [ sp:object | ||
| 600 | - [ sp:varName "uomVolPumped"^^xsd:string | ||
| 601 | - ] ; | ||
| 602 | - sp:predicate ddr:uomRef ; | ||
| 603 | - sp:subject | ||
| 604 | - [ sp:varName "volPumped"^^xsd:string | ||
| 605 | - ] | ||
| 606 | - ] [ sp:object | ||
| 607 | - [ sp:varName "realVolPumped"^^xsd:string | ||
| 608 | - ] ; | ||
| 609 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 610 | - sp:subject | ||
| 611 | - [ sp:varName "volPumped"^^xsd:string | ||
| 612 | - ] | ||
| 613 | ]) | 617 | ]) |
| 614 | ] [ rdf:type sp:Optional ; | 618 | ] [ rdf:type sp:Optional ; |
| 615 | - sp:elements ([ sp:object | 619 | + sp:elements ([ sp:object _:b46 ; |
| 616 | - [ sp:varName "yp"^^xsd:string | 620 | + sp:predicate ddr:volReturnsRef ; |
| 617 | - ] ; | 621 | + sp:subject _:b41 |
| 618 | - sp:predicate ddr:ypRef ; | 622 | + ] [ sp:object _:b47 ; |
| 619 | - sp:subject | ||
| 620 | - [ sp:varName "cementingFluid"^^xsd:string | ||
| 621 | - ] | ||
| 622 | - ] [ sp:object | ||
| 623 | - [ sp:varName "uomYp"^^xsd:string | ||
| 624 | - ] ; | ||
| 625 | sp:predicate ddr:uomRef ; | 623 | sp:predicate ddr:uomRef ; |
| 626 | - sp:subject | 624 | + sp:subject _:b46 |
| 627 | - [ sp:varName "yp"^^xsd:string | 625 | + ] [ sp:object _:b21 ; |
| 628 | - ] | ||
| 629 | - ] [ sp:object | ||
| 630 | - [ sp:varName "realYp"^^xsd:string | ||
| 631 | - ] ; | ||
| 632 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 626 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 633 | - sp:subject | 627 | + sp:subject _:b46 |
| 634 | - [ sp:varName "yp"^^xsd:string | ||
| 635 | - ] | ||
| 636 | ]) | 628 | ]) |
| 637 | ] [ rdf:type sp:Optional ; | 629 | ] [ rdf:type sp:Optional ; |
| 638 | - sp:elements ([ sp:object | 630 | + sp:elements ([ sp:object _:b38 ; |
| 639 | - [ sp:varName "eTimThickening"^^xsd:string | 631 | + sp:predicate ddr:dTimPresReleased ; |
| 640 | - ] ; | 632 | + sp:subject _:b41 |
| 641 | - sp:predicate ddr:eTimThickeningRef ; | ||
| 642 | - sp:subject | ||
| 643 | - [ sp:varName "cementingFluid"^^xsd:string | ||
| 644 | - ] | ||
| 645 | - ] [ sp:object | ||
| 646 | - [ sp:varName "uomETim"^^xsd:string | ||
| 647 | - ] ; | ||
| 648 | - sp:predicate ddr:uomRef ; | ||
| 649 | - sp:subject | ||
| 650 | - [ sp:varName "eTimThickening"^^xsd:string | ||
| 651 | - ] | ||
| 652 | - ] [ sp:object | ||
| 653 | - [ sp:varName "realETim"^^xsd:string | ||
| 654 | - ] ; | ||
| 655 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 656 | - sp:subject | ||
| 657 | - [ sp:varName "eTimThickening"^^xsd:string | ||
| 658 | - ] | ||
| 659 | ]) | 633 | ]) |
| 660 | ] [ rdf:type sp:Optional ; | 634 | ] [ rdf:type sp:Optional ; |
| 661 | - sp:elements ([ sp:object | 635 | + sp:elements ([ sp:object _:b48 ; |
| 662 | - [ sp:varName "pcFreeWater"^^xsd:string | 636 | + sp:predicate ddr:annFlowAfter ; |
| 663 | - ] ; | 637 | + sp:subject _:b41 |
| 664 | - sp:predicate ddr:pcFreeWaterRef ; | 638 | + ]) |
| 665 | - sp:subject | 639 | + ] [ rdf:type sp:Optional ; |
| 666 | - [ sp:varName "cementingFluid"^^xsd:string | 640 | + sp:elements ([ sp:object _:b49 ; |
| 667 | - ] | 641 | + sp:predicate ddr:topPlug ; |
| 668 | - ] [ sp:object | 642 | + sp:subject _:b41 |
| 669 | - [ sp:varName "uomPcFreeWater"^^xsd:string | 643 | + ]) |
| 670 | - ] ; | 644 | + ] [ rdf:type sp:Optional ; |
| 645 | + sp:elements ([ sp:object _:b50 ; | ||
| 646 | + sp:predicate ddr:botPlug ; | ||
| 647 | + sp:subject _:b41 | ||
| 648 | + ]) | ||
| 649 | + ] [ rdf:type sp:Optional ; | ||
| 650 | + sp:elements ([ sp:object _:b51 ; | ||
| 651 | + sp:predicate ddr:plugBumped ; | ||
| 652 | + sp:subject _:b41 | ||
| 653 | + ]) | ||
| 654 | + ] [ rdf:type sp:Optional ; | ||
| 655 | + sp:elements ([ sp:object _:b52 ; | ||
| 656 | + sp:predicate ddr:presBumpRef ; | ||
| 657 | + sp:subject _:b41 | ||
| 658 | + ] [ sp:object _:b53 ; | ||
| 671 | sp:predicate ddr:uomRef ; | 659 | sp:predicate ddr:uomRef ; |
| 672 | - sp:subject | 660 | + sp:subject _:b52 |
| 673 | - [ sp:varName "pcFreeWater"^^xsd:string | 661 | + ] [ sp:object _:b34 ; |
| 674 | - ] | ||
| 675 | - ] [ sp:object | ||
| 676 | - [ sp:varName "realPcFreeWater"^^xsd:string | ||
| 677 | - ] ; | ||
| 678 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 662 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 679 | - sp:subject | 663 | + sp:subject _:b52 |
| 680 | - [ sp:varName "pcFreeWater"^^xsd:string | ||
| 681 | - ] | ||
| 682 | ]) | 664 | ]) |
| 683 | ] [ rdf:type sp:Optional ; | 665 | ] [ rdf:type sp:Optional ; |
| 684 | - sp:elements ([ sp:object | 666 | + sp:elements ([ sp:object _:b54 ; |
| 685 | - [ sp:varName "cementingFluidComments"^^xsd:string | 667 | + sp:predicate ddr:floatHeld ; |
| 686 | - ] ; | 668 | + sp:subject _:b41 |
| 687 | - sp:predicate ddr:comments ; | 669 | + ]) |
| 688 | - sp:subject | 670 | + ] [ rdf:type sp:Optional ; |
| 689 | - [ sp:varName "cementingFluid"^^xsd:string | 671 | + sp:elements ([ sp:object _:b55 ; |
| 690 | - ] | 672 | + sp:predicate ddr:reciprocated ; |
| 673 | + sp:subject _:b41 | ||
| 674 | + ]) | ||
| 675 | + ] [ rdf:type sp:Optional ; | ||
| 676 | + sp:elements ([ sp:object _:b56 ; | ||
| 677 | + sp:predicate ddr:rotated ; | ||
| 678 | + sp:subject _:b41 | ||
| 691 | ]) | 679 | ]) |
| 692 | ] [ rdf:type sp:Bind ; | 680 | ] [ rdf:type sp:Bind ; |
| 693 | sp:expression | 681 | sp:expression |
| 694 | [ rdf:type ep-spin-lib:normalizeString ; | 682 | [ rdf:type ep-spin-lib:normalizeString ; |
| 695 | - sp:arg1 [ sp:varName "nameWellBore"^^xsd:string | 683 | + sp:arg1 _:b39 |
| 696 | - ] | ||
| 697 | ] ; | 684 | ] ; |
| 698 | - sp:variable | 685 | + sp:variable _:b57 |
| 699 | - [ sp:varName "normalizedWellBoreName"^^xsd:string | ||
| 700 | - ] | ||
| 701 | ] [ rdf:type sp:Bind ; | 686 | ] [ rdf:type sp:Bind ; |
| 702 | sp:expression | 687 | sp:expression |
| 703 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 688 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 704 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 689 | + sp:arg1 _:b57 ; |
| 690 | + sp:arg2 _:b40 | ||
| 705 | ] ; | 691 | ] ; |
| 706 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 692 | + sp:variable _:b10 |
| 707 | - ] | ||
| 708 | - ] ; | ||
| 709 | - sp:variable | ||
| 710 | - [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
| 711 | - ] | ||
| 712 | ] [ rdf:type sp:Bind ; | 693 | ] [ rdf:type sp:Bind ; |
| 713 | sp:expression | 694 | sp:expression |
| 714 | [ rdf:type afn:localname ; | 695 | [ rdf:type afn:localname ; |
| 715 | - sp:arg1 [ sp:varName "cementStage"^^xsd:string | 696 | + sp:arg1 _:b41 |
| 716 | - ] | ||
| 717 | ] ; | 697 | ] ; |
| 718 | - sp:variable | 698 | + sp:variable _:b58 |
| 719 | - [ sp:varName "localname"^^xsd:string | ||
| 720 | - ] | ||
| 721 | ] [ rdf:type sp:Bind ; | 699 | ] [ rdf:type sp:Bind ; |
| 722 | sp:expression | 700 | sp:expression |
| 723 | [ rdf:type ep-spin-lib:buildWellCementJobURI ; | 701 | [ rdf:type ep-spin-lib:buildWellCementJobURI ; |
| 724 | - sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string | 702 | + sp:arg1 _:b57 ; |
| 703 | + sp:arg2 _:b40 ; | ||
| 704 | + sp:arg3 _:b58 | ||
| 725 | ] ; | 705 | ] ; |
| 726 | - sp:arg2 [ sp:varName "dTimStart"^^xsd:string | 706 | + sp:variable _:b9 |
| 707 | + ] [ rdf:type sp:Bind ; | ||
| 708 | + sp:expression | ||
| 709 | + [ rdf:type ep-spin-lib:selectWellCementJobType ; | ||
| 710 | + sp:arg1 _:b42 | ||
| 727 | ] ; | 711 | ] ; |
| 728 | - sp:arg3 [ sp:varName "localname"^^xsd:string | 712 | + sp:variable _:b14 |
| 729 | - ] | 713 | + ] [ rdf:type sp:Bind ; |
| 714 | + sp:expression | ||
| 715 | + [ rdf:type ep-spin-lib:selectCementingFluidReturnType ; | ||
| 716 | + sp:arg1 _:b48 | ||
| 730 | ] ; | 717 | ] ; |
| 731 | - sp:variable | 718 | + sp:variable _:b18 |
| 732 | - [ sp:varName "wellCementJob"^^xsd:string | ||
| 733 | - ] | ||
| 734 | ] [ rdf:type sp:Bind ; | 719 | ] [ rdf:type sp:Bind ; |
| 735 | sp:expression | 720 | sp:expression |
| 736 | - [ rdf:type ep-spin-lib:selectFluidType ; | 721 | + [ rdf:type ep-spin-lib:selectWellCementJobTopPlugType ; |
| 737 | - sp:arg1 [ sp:varName "enumTypeFluid"^^xsd:string | 722 | + sp:arg1 _:b49 |
| 738 | - ] | ||
| 739 | ] ; | 723 | ] ; |
| 740 | - sp:variable | 724 | + sp:variable _:b15 |
| 741 | - [ sp:varName "cementingFluidType"^^xsd:string | ||
| 742 | - ] | ||
| 743 | ] [ rdf:type sp:Bind ; | 725 | ] [ rdf:type sp:Bind ; |
| 744 | sp:expression | 726 | sp:expression |
| 745 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 727 | + [ rdf:type ep-spin-lib:selectWellCementJobBottomPlugType ; |
| 746 | - sp:arg1 [ sp:varName "uomPcFreeWater"^^xsd:string | 728 | + sp:arg1 _:b50 |
| 747 | - ] | ||
| 748 | ] ; | 729 | ] ; |
| 749 | - sp:variable | 730 | + sp:variable _:b16 |
| 750 | - [ sp:varName "ratioScalePcFreeWater"^^xsd:string | ||
| 751 | - ] | ||
| 752 | ] [ rdf:type sp:Bind ; | 731 | ] [ rdf:type sp:Bind ; |
| 753 | sp:expression | 732 | sp:expression |
| 754 | - [ rdf:type ep-spin-lib:selectTimeDurationScale ; | 733 | + [ rdf:type ep-spin-lib:selectWellCementJobCasingRotationType ; |
| 755 | - sp:arg1 [ sp:varName "uomETim"^^xsd:string | 734 | + sp:arg1 _:b56 |
| 756 | - ] | ||
| 757 | ] ; | 735 | ] ; |
| 758 | - sp:variable | 736 | + sp:variable _:b30 |
| 759 | - [ sp:varName "durationScaleETim"^^xsd:string | ||
| 760 | - ] | ||
| 761 | ] [ rdf:type sp:Bind ; | 737 | ] [ rdf:type sp:Bind ; |
| 762 | sp:expression | 738 | sp:expression |
| 763 | - [ rdf:type ep-spin-lib:selectYieldPointScale ; | 739 | + [ rdf:type ep-spin-lib:selectWellCementJobCasingReciprocationType ; |
| 764 | - sp:arg1 [ sp:varName "uomYp"^^xsd:string | 740 | + sp:arg1 _:b55 |
| 765 | - ] | ||
| 766 | ] ; | 741 | ] ; |
| 767 | - sp:variable | 742 | + sp:variable _:b31 |
| 768 | - [ sp:varName "yieldPointScale"^^xsd:string | ||
| 769 | - ] | ||
| 770 | ] [ rdf:type sp:Bind ; | 743 | ] [ rdf:type sp:Bind ; |
| 771 | sp:expression | 744 | sp:expression |
| 772 | - [ rdf:type ep-spin-lib:selectDensityScale ; | 745 | + [ rdf:type ep-spin-lib:selectWellCementJobPlugBumpingType ; |
| 773 | - sp:arg1 [ sp:varName "uomDensity"^^xsd:string | 746 | + sp:arg1 _:b51 |
| 774 | - ] | ||
| 775 | ] ; | 747 | ] ; |
| 776 | - sp:variable | 748 | + sp:variable _:b32 |
| 777 | - [ sp:varName "densityScale"^^xsd:string | 749 | + ] [ rdf:type sp:Bind ; |
| 778 | - ] | 750 | + sp:expression |
| 751 | + [ rdf:type ep-spin-lib:selectWellCementJobFloatHoldingType ; | ||
| 752 | + sp:arg1 _:b54 | ||
| 753 | + ] ; | ||
| 754 | + sp:variable _:b36 | ||
| 755 | + ] [ rdf:type sp:Bind ; | ||
| 756 | + sp:expression | ||
| 757 | + [ rdf:type ep-spin-lib:selectPressureScale ; | ||
| 758 | + sp:arg1 _:b53 | ||
| 759 | + ] ; | ||
| 760 | + sp:variable _:b35 | ||
| 779 | ] [ rdf:type sp:Bind ; | 761 | ] [ rdf:type sp:Bind ; |
| 780 | sp:expression | 762 | sp:expression |
| 781 | [ rdf:type ep-spin-lib:selectVolumeScale ; | 763 | [ rdf:type ep-spin-lib:selectVolumeScale ; |
| 782 | - sp:arg1 [ sp:varName "uomVolPumped"^^xsd:string | 764 | + sp:arg1 _:b47 |
| 783 | - ] | 765 | + ] ; |
| 766 | + sp:variable _:b22 | ||
| 767 | + ] [ rdf:type sp:Bind ; | ||
| 768 | + sp:expression | ||
| 769 | + [ rdf:type ep-spin-lib:selectLengthScale ; | ||
| 770 | + sp:arg1 _:b44 | ||
| 784 | ] ; | 771 | ] ; |
| 785 | sp:variable | 772 | sp:variable |
| 786 | - [ sp:varName "volumeScalePumped"^^xsd:string | 773 | + [ sp:varName "lengthScaleCasingStrDia"^^xsd:string |
| 787 | ] | 774 | ] |
| 788 | ] [ rdf:type sp:Bind ; | 775 | ] [ rdf:type sp:Bind ; |
| 789 | sp:expression | 776 | sp:expression |
| 790 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 777 | + [ rdf:type ep-spin-lib:normalizeDoubleName ; |
| 791 | - sp:arg1 [ sp:varName "uomRatioMixWater"^^xsd:string | 778 | + sp:arg1 _:b45 |
| 792 | - ] | ||
| 793 | ] ; | 779 | ] ; |
| 794 | - sp:variable | 780 | + sp:variable _:b28 |
| 795 | - [ sp:varName "ratioScaleMixWater"^^xsd:string | 781 | + ] [ rdf:type sp:Bind ; |
| 782 | + sp:expression | ||
| 783 | + [ rdf:type ep-spin-lib:buildPipeOutsideDiameterAPI_5CTClass ; | ||
| 784 | + sp:arg1 _:b28 | ||
| 785 | + ] ; | ||
| 786 | + sp:variable _:b27 | ||
| 787 | + ] [ rdf:type sp:Bind ; | ||
| 788 | + sp:expression | ||
| 789 | + [ rdf:type rhspin:wellBoreByName ; | ||
| 790 | + arg:wellBoreName | ||
| 791 | + [ rdf:type xsd:string ; | ||
| 792 | + sp:arg1 _:b39 | ||
| 796 | ] | 793 | ] |
| 794 | + ] ; | ||
| 795 | + sp:variable _:b13 | ||
| 797 | ]) | 796 | ]) |
| 798 | ] . | 797 | ] . |
| 799 | 798 | ||
| 800 | -_:b31 | 799 | +_:b9 sp:varName "wellCementJob"^^xsd:string . |
| 801 | - sp:varName "nameWellBore"^^xsd:string . | ||
| 802 | 800 | ||
| 803 | -_:b32 | 801 | +_:b10 |
| 804 | - sp:varName "dTimStart"^^xsd:string . | 802 | + sp:varName "dailyDrillingActivity"^^xsd:string . |
| 805 | 803 | ||
| 806 | -_:b33 | 804 | +_:b13 |
| 807 | - sp:varName "cementStage"^^xsd:string . | 805 | + sp:varName "wellBore"^^xsd:string . |
| 806 | + | ||
| 807 | +_:b14 | ||
| 808 | + sp:varName "wellCementJobType"^^xsd:string . | ||
| 808 | 809 | ||
| 809 | _:b15 | 810 | _:b15 |
| 810 | - sp:varName "dTimPumpStart"^^xsd:string . | 811 | + sp:varName "wellCementJobTopPlugType"^^xsd:string . |
| 811 | 812 | ||
| 812 | _:b16 | 813 | _:b16 |
| 813 | - sp:varName "dTimPumpEnd"^^xsd:string . | 814 | + sp:varName "wellCementJobBottomPlugType"^^xsd:string . |
| 814 | 815 | ||
| 815 | -_:b34 | 816 | +_:b18 |
| 816 | - sp:varName "enumJobType"^^xsd:string . | 817 | + sp:varName "cementingFluidReturnType"^^xsd:string . |
| 817 | 818 | ||
| 818 | -_:b35 | 819 | +_:b21 |
| 819 | - sp:varName "casingStrDia"^^xsd:string . | 820 | + sp:varName "realVolReturns"^^xsd:string . |
| 820 | 821 | ||
| 821 | -_:b36 | 822 | +_:b22 |
| 822 | - sp:varName "uomCasingStrDia"^^xsd:string . | 823 | + sp:varName "volumeScaleReturns"^^xsd:string . |
| 823 | 824 | ||
| 824 | -_:b37 | 825 | +_:b23 |
| 825 | - sp:varName "realOd"^^xsd:string . | 826 | + sp:varName "dTimPumpStart"^^xsd:string . |
| 826 | 827 | ||
| 827 | -_:b21 | 828 | +_:b24 |
| 828 | - sp:varName "cementStageComments"^^xsd:string . | 829 | + sp:varName "dTimPumpEnd"^^xsd:string . |
| 829 | 830 | ||
| 830 | -_:b38 | 831 | +_:b27 |
| 831 | - sp:varName "volReturns"^^xsd:string . | 832 | + sp:varName "pipeOutsideDiameterAPI_5CTClass"^^xsd:string . |
| 832 | 833 | ||
| 833 | -_:b39 | 834 | +_:b28 |
| 834 | - sp:varName "uomVolReturns"^^xsd:string . | 835 | + sp:varName "realOdName"^^xsd:string . |
| 835 | 836 | ||
| 836 | -_:b13 | 837 | +_:b29 |
| 837 | - sp:varName "realVolReturns"^^xsd:string . | 838 | + sp:varName "cementStageComments"^^xsd:string . |
| 838 | 839 | ||
| 839 | _:b30 | 840 | _:b30 |
| 841 | + sp:varName "wellCementJobCasingRotationType"^^xsd:string . | ||
| 842 | + | ||
| 843 | +_:b31 | ||
| 844 | + sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . | ||
| 845 | + | ||
| 846 | +_:b32 | ||
| 847 | + sp:varName "wellCementJobPlugBumpingType"^^xsd:string . | ||
| 848 | + | ||
| 849 | +_:b34 | ||
| 850 | + sp:varName "realPresBump"^^xsd:string . | ||
| 851 | + | ||
| 852 | +_:b35 | ||
| 853 | + sp:varName "pressureScaleBump"^^xsd:string . | ||
| 854 | + | ||
| 855 | +_:b36 | ||
| 856 | + sp:varName "wellCementJobFloatHoldingType"^^xsd:string . | ||
| 857 | + | ||
| 858 | +_:b38 | ||
| 840 | sp:varName "dTimPresReleased"^^xsd:string . | 859 | sp:varName "dTimPresReleased"^^xsd:string . |
| 841 | 860 | ||
| 861 | +_:b39 | ||
| 862 | + sp:varName "nameWellBore"^^xsd:string . | ||
| 863 | + | ||
| 842 | _:b40 | 864 | _:b40 |
| 843 | - sp:varName "annFlowAfter"^^xsd:string . | 865 | + sp:varName "dTimStart"^^xsd:string . |
| 844 | 866 | ||
| 845 | _:b41 | 867 | _:b41 |
| 846 | - sp:varName "topPlug"^^xsd:string . | 868 | + sp:varName "cementStage"^^xsd:string . |
| 847 | 869 | ||
| 848 | _:b42 | 870 | _:b42 |
| 849 | - sp:varName "botPlug"^^xsd:string . | 871 | + sp:varName "enumJobType"^^xsd:string . |
| 850 | 872 | ||
| 851 | _:b43 | 873 | _:b43 |
| 852 | - sp:varName "plugBumped"^^xsd:string . | 874 | + sp:varName "casingStrDia"^^xsd:string . |
| 853 | 875 | ||
| 854 | _:b44 | 876 | _:b44 |
| 855 | - sp:varName "presBump"^^xsd:string . | 877 | + sp:varName "uomCasingStrDia"^^xsd:string . |
| 856 | 878 | ||
| 857 | _:b45 | 879 | _:b45 |
| 858 | - sp:varName "uomPresBump"^^xsd:string . | 880 | + sp:varName "realOd"^^xsd:string . |
| 859 | - | ||
| 860 | -_:b26 | ||
| 861 | - sp:varName "realPresBump"^^xsd:string . | ||
| 862 | 881 | ||
| 863 | _:b46 | 882 | _:b46 |
| 864 | - sp:varName "floatHeld"^^xsd:string . | 883 | + sp:varName "volReturns"^^xsd:string . |
| 865 | 884 | ||
| 866 | _:b47 | 885 | _:b47 |
| 867 | - sp:varName "reciprocated"^^xsd:string . | 886 | + sp:varName "uomVolReturns"^^xsd:string . |
| 868 | 887 | ||
| 869 | _:b48 | 888 | _:b48 |
| 870 | - sp:varName "rotated"^^xsd:string . | 889 | + sp:varName "annFlowAfter"^^xsd:string . |
| 871 | 890 | ||
| 872 | _:b49 | 891 | _:b49 |
| 873 | - sp:varName "normalizedWellBoreName"^^xsd:string . | 892 | + sp:varName "topPlug"^^xsd:string . |
| 874 | - | ||
| 875 | -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 876 | 893 | ||
| 877 | _:b50 | 894 | _:b50 |
| 878 | - sp:varName "localname"^^xsd:string . | 895 | + sp:varName "botPlug"^^xsd:string . |
| 879 | - | ||
| 880 | -_:b1 sp:varName "wellCementJob"^^xsd:string . | ||
| 881 | - | ||
| 882 | -_:b6 sp:varName "wellCementJobType"^^xsd:string . | ||
| 883 | - | ||
| 884 | -_:b10 | ||
| 885 | - sp:varName "cementingFluidReturnType"^^xsd:string . | ||
| 886 | - | ||
| 887 | -_:b7 sp:varName "wellCementJobTopPlugType"^^xsd:string . | ||
| 888 | - | ||
| 889 | -_:b8 sp:varName "wellCementJobBottomPlugType"^^xsd:string . | ||
| 890 | - | ||
| 891 | -_:b22 | ||
| 892 | - sp:varName "wellCementJobCasingRotationType"^^xsd:string . | ||
| 893 | 896 | ||
| 894 | -_:b23 | 897 | +_:b51 |
| 895 | - sp:varName "wellCementJobCasingReciprocationType"^^xsd:string . | 898 | + sp:varName "plugBumped"^^xsd:string . |
| 896 | 899 | ||
| 897 | -_:b24 | 900 | +_:b52 |
| 898 | - sp:varName "wellCementJobPlugBumpingType"^^xsd:string . | 901 | + sp:varName "presBump"^^xsd:string . |
| 899 | 902 | ||
| 900 | -_:b28 | 903 | +_:b53 |
| 901 | - sp:varName "wellCementJobFloatHoldingType"^^xsd:string . | 904 | + sp:varName "uomPresBump"^^xsd:string . |
| 902 | 905 | ||
| 903 | -_:b27 | 906 | +_:b54 |
| 904 | - sp:varName "pressureScaleBump"^^xsd:string . | 907 | + sp:varName "floatHeld"^^xsd:string . |
| 905 | 908 | ||
| 906 | -_:b14 | 909 | +_:b55 |
| 907 | - sp:varName "volumeScaleReturns"^^xsd:string . | 910 | + sp:varName "reciprocated"^^xsd:string . |
| 908 | 911 | ||
| 909 | -_:b20 | 912 | +_:b56 |
| 910 | - sp:varName "realOdName"^^xsd:string . | 913 | + sp:varName "rotated"^^xsd:string . |
| 911 | 914 | ||
| 912 | -_:b19 | 915 | +_:b57 |
| 913 | - sp:varName "pipeOutsideDiameterAPI_5CTClass"^^xsd:string . | 916 | + sp:varName "normalizedWellBoreName"^^xsd:string . |
| 914 | 917 | ||
| 915 | -_:b5 sp:varName "wellBore"^^xsd:string . | 918 | +_:b58 |
| 919 | + sp:varName "localname"^^xsd:string . | ... | ... |
| 1 | -# Saved by TopBraid on Wed Nov 02 08:41:27 GMT 2011 | ||
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo | 1 | # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo |
| 2 | +# imports: http://spinrdf.org/spin | ||
| 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity | ||
| 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core | ||
| 3 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib | 5 | # imports: http://www.reportinghub.no/ep/spin/1.1/lib |
| 4 | # imports: http://www.witsml.org/schemas/1series | 6 | # 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 | ||
| 7 | -# imports: http://spinrdf.org/spin | ||
| 8 | 7 | ||
| 9 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> . | 8 | @prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> . |
| 10 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | 9 | @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . |
| ... | @@ -23,7 +22,7 @@ | ... | @@ -23,7 +22,7 @@ |
| 23 | 22 | ||
| 24 | <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> | 23 | <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> |
| 25 | rdf:type owl:Ontology ; | 24 | rdf:type owl:Ontology ; |
| 26 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; | 25 | + owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ; |
| 27 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 28 | 27 | ||
| 29 | ddr:Obj_drillReport | 28 | ddr:Obj_drillReport |
| ... | @@ -33,404 +32,486 @@ ddr:Obj_drillReport | ... | @@ -33,404 +32,486 @@ ddr:Obj_drillReport |
| 33 | Properties transfered to the activity, to the part of the well bore, or to the recovered core."""^^xsd:string ; | 32 | Properties transfered to the activity, to the part of the well bore, or to the recovered core."""^^xsd:string ; |
| 34 | sp:templates ([ sp:object ep-activity:ExtractAWellCore ; | 33 | sp:templates ([ sp:object ep-activity:ExtractAWellCore ; |
| 35 | sp:predicate rdf:type ; | 34 | sp:predicate rdf:type ; |
| 36 | - sp:subject _:b1 | 35 | + sp:subject |
| 37 | - ] [ sp:object _:b1 ; | 36 | + [ sp:varName "extractAWellCore"^^xsd:string |
| 37 | + ] | ||
| 38 | + ] [ sp:object | ||
| 39 | + [ sp:varName "extractAWellCore"^^xsd:string | ||
| 40 | + ] ; | ||
| 38 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 41 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 39 | - sp:subject _:b2 | 42 | + sp:subject |
| 40 | - ] [ sp:object _:b3 ; | 43 | + [ sp:varName "dailyDrillingActivity"^^xsd:string |
| 44 | + ] | ||
| 45 | + ] [ sp:object _:b1 ; | ||
| 41 | sp:predicate ep-activity:onWellBore ; | 46 | sp:predicate ep-activity:onWellBore ; |
| 42 | - sp:subject _:b1 | 47 | + sp:subject |
| 48 | + [ sp:varName "extractAWellCore"^^xsd:string | ||
| 49 | + ] | ||
| 43 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; | 50 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; |
| 44 | sp:predicate rdf:type ; | 51 | sp:predicate rdf:type ; |
| 45 | - sp:subject _:b3 | 52 | + sp:subject _:b1 |
| 46 | - ] [ sp:object _:b4 ; | 53 | + ] [ sp:object _:b2 ; |
| 47 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 54 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 48 | - sp:subject _:b3 | 55 | + sp:subject _:b1 |
| 49 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; | 56 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreSection> ; |
| 50 | sp:predicate rdf:type ; | 57 | sp:predicate rdf:type ; |
| 51 | - sp:subject _:b4 | 58 | + sp:subject _:b2 |
| 52 | - ] [ sp:object _:b5 ; | 59 | + ] [ sp:object |
| 60 | + [ sp:varName "wellBore"^^xsd:string | ||
| 61 | + ] ; | ||
| 53 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 62 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
| 54 | - sp:subject _:b4 | 63 | + sp:subject _:b2 |
| 55 | ] [ sp:object | 64 | ] [ sp:object |
| 56 | [ sp:varName "dTimWellCore"^^xsd:string | 65 | [ sp:varName "dTimWellCore"^^xsd:string |
| 57 | ] ; | 66 | ] ; |
| 58 | sp:predicate ep-activity:finishedAt ; | 67 | sp:predicate ep-activity:finishedAt ; |
| 59 | - sp:subject _:b1 | 68 | + sp:subject |
| 60 | - ] [ sp:object _:b6 ; | 69 | + [ sp:varName "extractAWellCore"^^xsd:string |
| 70 | + ] | ||
| 71 | + ] [ sp:object | ||
| 72 | + [ sp:varName "coreNumber"^^xsd:string | ||
| 73 | + ] ; | ||
| 61 | sp:predicate ep-activity:identificationNumberOfCore ; | 74 | sp:predicate ep-activity:identificationNumberOfCore ; |
| 62 | - sp:subject _:b1 | 75 | + sp:subject |
| 63 | - ] [ sp:object _:b7 ; | 76 | + [ sp:varName "extractAWellCore"^^xsd:string |
| 77 | + ] | ||
| 78 | + ] [ sp:object _:b3 ; | ||
| 64 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; | 79 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ; |
| 65 | - sp:subject _:b4 | 80 | + sp:subject _:b2 |
| 66 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 81 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 67 | sp:predicate rdf:type ; | 82 | sp:predicate rdf:type ; |
| 68 | - sp:subject _:b7 | 83 | + sp:subject _:b3 |
| 69 | - ] [ sp:object _:b8 ; | 84 | + ] [ sp:object |
| 70 | - sp:predicate _:b9 ; | 85 | + [ sp:varName "realMdTop"^^xsd:string |
| 71 | - sp:subject _:b7 | 86 | + ] ; |
| 72 | - ] [ sp:object _:b10 ; | 87 | + sp:predicate |
| 88 | + [ sp:varName "lengthScaleMdTop"^^xsd:string | ||
| 89 | + ] ; | ||
| 90 | + sp:subject _:b3 | ||
| 91 | + ] [ sp:object _:b4 ; | ||
| 73 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; | 92 | sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ; |
| 74 | - sp:subject _:b4 | 93 | + sp:subject _:b2 |
| 75 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 94 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 76 | sp:predicate rdf:type ; | 95 | sp:predicate rdf:type ; |
| 77 | - sp:subject _:b10 | ||
| 78 | - ] [ sp:object _:b11 ; | ||
| 79 | - sp:predicate _:b12 ; | ||
| 80 | - sp:subject _:b10 | ||
| 81 | - ] [ sp:object _:b13 ; | ||
| 82 | - sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; | ||
| 83 | sp:subject _:b4 | 96 | sp:subject _:b4 |
| 97 | + ] [ sp:object | ||
| 98 | + [ sp:varName "realMdBottom"^^xsd:string | ||
| 99 | + ] ; | ||
| 100 | + sp:predicate | ||
| 101 | + [ sp:varName "lengthScaleMdBottom"^^xsd:string | ||
| 102 | + ] ; | ||
| 103 | + sp:subject _:b4 | ||
| 104 | + ] [ sp:object _:b5 ; | ||
| 105 | + sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ; | ||
| 106 | + sp:subject _:b2 | ||
| 84 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 107 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 85 | sp:predicate rdf:type ; | 108 | sp:predicate rdf:type ; |
| 86 | - sp:subject _:b13 | 109 | + sp:subject _:b5 |
| 87 | - ] [ sp:object _:b14 ; | 110 | + ] [ sp:object |
| 88 | - sp:predicate _:b15 ; | 111 | + [ sp:varName "realTvdTop"^^xsd:string |
| 89 | - sp:subject _:b13 | 112 | + ] ; |
| 90 | - ] [ sp:object _:b16 ; | 113 | + sp:predicate |
| 114 | + [ sp:varName "lengthScaleTvdTop"^^xsd:string | ||
| 115 | + ] ; | ||
| 116 | + sp:subject _:b5 | ||
| 117 | + ] [ sp:object _:b6 ; | ||
| 91 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; | 118 | sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ; |
| 92 | - sp:subject _:b4 | 119 | + sp:subject _:b2 |
| 93 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 120 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 94 | sp:predicate rdf:type ; | 121 | sp:predicate rdf:type ; |
| 95 | - sp:subject _:b16 | 122 | + sp:subject _:b6 |
| 96 | - ] [ sp:object _:b17 ; | 123 | + ] [ sp:object |
| 97 | - sp:predicate _:b18 ; | 124 | + [ sp:varName "realTvdBottom"^^xsd:string |
| 98 | - sp:subject _:b16 | 125 | + ] ; |
| 99 | - ] [ sp:object _:b19 ; | 126 | + sp:predicate |
| 127 | + [ sp:varName "lengthScaleTvdBottom"^^xsd:string | ||
| 128 | + ] ; | ||
| 129 | + sp:subject _:b6 | ||
| 130 | + ] [ sp:object _:b7 ; | ||
| 100 | sp:predicate ep-activity:recoveredCore ; | 131 | sp:predicate ep-activity:recoveredCore ; |
| 101 | - sp:subject _:b1 | 132 | + sp:subject |
| 102 | - ] [ sp:object _:b20 ; | 133 | + [ sp:varName "extractAWellCore"^^xsd:string |
| 134 | + ] | ||
| 135 | + ] [ sp:object _:b8 ; | ||
| 103 | sp:predicate <http://www.reportinghub.no/ep/schema/well#coreLength> ; | 136 | sp:predicate <http://www.reportinghub.no/ep/schema/well#coreLength> ; |
| 104 | - sp:subject _:b19 | 137 | + sp:subject _:b7 |
| 105 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 138 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 106 | sp:predicate rdf:type ; | 139 | sp:predicate rdf:type ; |
| 107 | - sp:subject _:b20 | 140 | + sp:subject _:b8 |
| 108 | - ] [ sp:object _:b21 ; | 141 | + ] [ sp:object |
| 109 | - sp:predicate _:b22 ; | 142 | + [ sp:varName "realRecovered"^^xsd:string |
| 110 | - sp:subject _:b20 | 143 | + ] ; |
| 111 | - ] [ sp:object _:b23 ; | 144 | + sp:predicate |
| 145 | + [ sp:varName "lengthScaleRecovered"^^xsd:string | ||
| 146 | + ] ; | ||
| 147 | + sp:subject _:b8 | ||
| 148 | + ] [ sp:object _:b9 ; | ||
| 112 | sp:predicate <http://www.reportinghub.no/ep/schema/well#relativeAmountOfCoreRecovered> ; | 149 | sp:predicate <http://www.reportinghub.no/ep/schema/well#relativeAmountOfCoreRecovered> ; |
| 113 | - sp:subject _:b19 | 150 | + sp:subject _:b7 |
| 114 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 151 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; |
| 115 | sp:predicate rdf:type ; | 152 | sp:predicate rdf:type ; |
| 116 | - sp:subject _:b23 | 153 | + sp:subject _:b9 |
| 117 | - ] [ sp:object _:b24 ; | 154 | + ] [ sp:object |
| 118 | - sp:predicate _:b25 ; | 155 | + [ sp:varName "realPc"^^xsd:string |
| 119 | - sp:subject _:b23 | 156 | + ] ; |
| 157 | + sp:predicate | ||
| 158 | + [ sp:varName "specificVolumeScale"^^xsd:string | ||
| 159 | + ] ; | ||
| 160 | + sp:subject _:b9 | ||
| 120 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#RecoveredCore> ; | 161 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#RecoveredCore> ; |
| 121 | sp:predicate rdf:type ; | 162 | sp:predicate rdf:type ; |
| 122 | - sp:subject _:b19 | 163 | + sp:subject _:b7 |
| 123 | - ] [ sp:object _:b26 ; | 164 | + ] [ sp:object |
| 165 | + [ sp:varName "coreDescription"^^xsd:string | ||
| 166 | + ] ; | ||
| 124 | sp:predicate rdfs:comment ; | 167 | sp:predicate rdfs:comment ; |
| 125 | - sp:subject _:b19 | 168 | + sp:subject _:b7 |
| 126 | - ] [ sp:object _:b27 ; | 169 | + ] [ sp:object _:b10 ; |
| 127 | sp:predicate <http://www.reportinghub.no/ep/schema/well#hasBarrel> ; | 170 | sp:predicate <http://www.reportinghub.no/ep/schema/well#hasBarrel> ; |
| 128 | - sp:subject _:b19 | 171 | + sp:subject _:b7 |
| 129 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> ; | 172 | ] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> ; |
| 130 | sp:predicate rdf:type ; | 173 | sp:predicate rdf:type ; |
| 131 | - sp:subject _:b27 | 174 | + sp:subject _:b10 |
| 132 | - ] [ sp:object _:b28 ; | 175 | + ] [ sp:object _:b11 ; |
| 133 | sp:predicate <http://www.reportinghub.no/ep/schema/equipment#lengthOfInnerBarrel> ; | 176 | sp:predicate <http://www.reportinghub.no/ep/schema/equipment#lengthOfInnerBarrel> ; |
| 134 | - sp:subject _:b27 | 177 | + sp:subject _:b10 |
| 135 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 178 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 136 | sp:predicate rdf:type ; | 179 | sp:predicate rdf:type ; |
| 137 | - sp:subject _:b28 | 180 | + sp:subject _:b11 |
| 138 | - ] [ sp:object _:b29 ; | 181 | + ] [ sp:object |
| 139 | - sp:predicate _:b30 ; | 182 | + [ sp:varName "realBarrel"^^xsd:string |
| 140 | - sp:subject _:b28 | 183 | + ] ; |
| 141 | - ] [ sp:object _:b31 ; | 184 | + sp:predicate |
| 185 | + [ sp:varName "lengthScaleBarrel"^^xsd:string | ||
| 186 | + ] ; | ||
| 187 | + sp:subject _:b11 | ||
| 188 | + ] [ sp:object | ||
| 189 | + [ sp:varName "innerBarrelType"^^xsd:string | ||
| 190 | + ] ; | ||
| 142 | sp:predicate rdf:type ; | 191 | sp:predicate rdf:type ; |
| 143 | - sp:subject _:b27 | 192 | + sp:subject _:b10 |
| 144 | ]) ; | 193 | ]) ; |
| 145 | - sp:where ([ sp:object _:b32 ; | 194 | + sp:where ([ sp:object |
| 195 | + [ sp:varName "nameWellBore"^^xsd:string | ||
| 196 | + ] ; | ||
| 146 | sp:predicate ep-spin-lib:nameWellbore ; | 197 | sp:predicate ep-spin-lib:nameWellbore ; |
| 147 | sp:subject spin:_this | 198 | sp:subject spin:_this |
| 148 | - ] [ sp:object _:b33 ; | 199 | + ] [ sp:object |
| 200 | + [ sp:varName "dTimStart"^^xsd:string | ||
| 201 | + ] ; | ||
| 149 | sp:predicate ddr:dTimStart ; | 202 | sp:predicate ddr:dTimStart ; |
| 150 | sp:subject spin:_this | 203 | sp:subject spin:_this |
| 151 | - ] [ sp:object _:b34 ; | 204 | + ] [ sp:object |
| 205 | + [ sp:varName "coreInfo"^^xsd:string | ||
| 206 | + ] ; | ||
| 152 | sp:predicate ddr:coreInfoRef ; | 207 | sp:predicate ddr:coreInfoRef ; |
| 153 | sp:subject spin:_this | 208 | sp:subject spin:_this |
| 154 | ] [ sp:object | 209 | ] [ sp:object |
| 155 | [ sp:varName "dTimCore"^^xsd:string | 210 | [ sp:varName "dTimCore"^^xsd:string |
| 156 | ] ; | 211 | ] ; |
| 157 | sp:predicate ddr:dTim ; | 212 | sp:predicate ddr:dTim ; |
| 158 | - sp:subject _:b34 | 213 | + sp:subject |
| 159 | - ] [ sp:object _:b6 ; | 214 | + [ sp:varName "coreInfo"^^xsd:string |
| 215 | + ] | ||
| 216 | + ] [ sp:object | ||
| 217 | + [ sp:varName "coreNumber"^^xsd:string | ||
| 218 | + ] ; | ||
| 160 | sp:predicate ddr:coreNumber ; | 219 | sp:predicate ddr:coreNumber ; |
| 161 | - sp:subject _:b34 | 220 | + sp:subject |
| 162 | - ] [ sp:object _:b35 ; | 221 | + [ sp:varName "coreInfo"^^xsd:string |
| 222 | + ] | ||
| 223 | + ] [ sp:object | ||
| 224 | + [ sp:varName "mdTop"^^xsd:string | ||
| 225 | + ] ; | ||
| 163 | sp:predicate ddr:mdTopRef ; | 226 | sp:predicate ddr:mdTopRef ; |
| 164 | - sp:subject _:b34 | 227 | + sp:subject |
| 165 | - ] [ sp:object _:b36 ; | 228 | + [ sp:varName "coreInfo"^^xsd:string |
| 229 | + ] | ||
| 230 | + ] [ sp:object | ||
| 231 | + [ sp:varName "uomMdTop"^^xsd:string | ||
| 232 | + ] ; | ||
| 166 | sp:predicate ddr:uomRef ; | 233 | sp:predicate ddr:uomRef ; |
| 167 | - sp:subject _:b35 | 234 | + sp:subject |
| 168 | - ] [ sp:object _:b8 ; | 235 | + [ sp:varName "mdTop"^^xsd:string |
| 236 | + ] | ||
| 237 | + ] [ sp:object | ||
| 238 | + [ sp:varName "realMdTop"^^xsd:string | ||
| 239 | + ] ; | ||
| 169 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 240 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 170 | - sp:subject _:b35 | 241 | + sp:subject |
| 171 | - ] [ sp:object _:b37 ; | 242 | + [ sp:varName "mdTop"^^xsd:string |
| 243 | + ] | ||
| 244 | + ] [ sp:object | ||
| 245 | + [ sp:varName "mdBottom"^^xsd:string | ||
| 246 | + ] ; | ||
| 172 | sp:predicate ddr:mdBottomRef ; | 247 | sp:predicate ddr:mdBottomRef ; |
| 173 | - sp:subject _:b34 | 248 | + sp:subject |
| 174 | - ] [ sp:object _:b38 ; | 249 | + [ sp:varName "coreInfo"^^xsd:string |
| 250 | + ] | ||
| 251 | + ] [ sp:object | ||
| 252 | + [ sp:varName "uomMdBottom"^^xsd:string | ||
| 253 | + ] ; | ||
| 175 | sp:predicate ddr:uomRef ; | 254 | sp:predicate ddr:uomRef ; |
| 176 | - sp:subject _:b37 | 255 | + sp:subject |
| 177 | - ] [ sp:object _:b11 ; | 256 | + [ sp:varName "mdBottom"^^xsd:string |
| 257 | + ] | ||
| 258 | + ] [ sp:object | ||
| 259 | + [ sp:varName "realMdBottom"^^xsd:string | ||
| 260 | + ] ; | ||
| 178 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 261 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 179 | - sp:subject _:b37 | 262 | + sp:subject |
| 263 | + [ sp:varName "mdBottom"^^xsd:string | ||
| 264 | + ] | ||
| 180 | ] [ rdf:type sp:Optional ; | 265 | ] [ rdf:type sp:Optional ; |
| 181 | - sp:elements ([ sp:object _:b39 ; | 266 | + sp:elements ([ sp:object |
| 267 | + [ sp:varName "tvdTop"^^xsd:string | ||
| 268 | + ] ; | ||
| 182 | sp:predicate ddr:tvdTopRef ; | 269 | sp:predicate ddr:tvdTopRef ; |
| 183 | - sp:subject _:b34 | 270 | + sp:subject |
| 184 | - ] [ sp:object _:b40 ; | 271 | + [ sp:varName "coreInfo"^^xsd:string |
| 272 | + ] | ||
| 273 | + ] [ sp:object | ||
| 274 | + [ sp:varName "uomTvdTop"^^xsd:string | ||
| 275 | + ] ; | ||
| 185 | sp:predicate ddr:uomRef ; | 276 | sp:predicate ddr:uomRef ; |
| 186 | - sp:subject _:b39 | 277 | + sp:subject |
| 187 | - ] [ sp:object _:b14 ; | 278 | + [ sp:varName "tvdTop"^^xsd:string |
| 279 | + ] | ||
| 280 | + ] [ sp:object | ||
| 281 | + [ sp:varName "realTvdTop"^^xsd:string | ||
| 282 | + ] ; | ||
| 188 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 283 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 189 | - sp:subject _:b39 | 284 | + sp:subject |
| 285 | + [ sp:varName "tvdTop"^^xsd:string | ||
| 286 | + ] | ||
| 190 | ]) | 287 | ]) |
| 191 | ] [ rdf:type sp:Optional ; | 288 | ] [ rdf:type sp:Optional ; |
| 192 | - sp:elements ([ sp:object _:b41 ; | 289 | + sp:elements ([ sp:object |
| 290 | + [ sp:varName "tvdBottom"^^xsd:string | ||
| 291 | + ] ; | ||
| 193 | sp:predicate ddr:tvdBottomRef ; | 292 | sp:predicate ddr:tvdBottomRef ; |
| 194 | - sp:subject _:b34 | 293 | + sp:subject |
| 195 | - ] [ sp:object _:b42 ; | 294 | + [ sp:varName "coreInfo"^^xsd:string |
| 295 | + ] | ||
| 296 | + ] [ sp:object | ||
| 297 | + [ sp:varName "uomTvdBottom"^^xsd:string | ||
| 298 | + ] ; | ||
| 196 | sp:predicate ddr:uomRef ; | 299 | sp:predicate ddr:uomRef ; |
| 197 | - sp:subject _:b41 | 300 | + sp:subject |
| 198 | - ] [ sp:object _:b17 ; | 301 | + [ sp:varName "tvdBottom"^^xsd:string |
| 302 | + ] | ||
| 303 | + ] [ sp:object | ||
| 304 | + [ sp:varName "realTvdBottom"^^xsd:string | ||
| 305 | + ] ; | ||
| 199 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 306 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 200 | - sp:subject _:b41 | 307 | + sp:subject |
| 308 | + [ sp:varName "tvdBottom"^^xsd:string | ||
| 309 | + ] | ||
| 201 | ]) | 310 | ]) |
| 202 | - ] [ sp:object _:b43 ; | 311 | + ] [ sp:object |
| 312 | + [ sp:varName "lenRecovered"^^xsd:string | ||
| 313 | + ] ; | ||
| 203 | sp:predicate ddr:lenRecoveredRef ; | 314 | sp:predicate ddr:lenRecoveredRef ; |
| 204 | - sp:subject _:b34 | 315 | + sp:subject |
| 205 | - ] [ sp:object _:b44 ; | 316 | + [ sp:varName "coreInfo"^^xsd:string |
| 317 | + ] | ||
| 318 | + ] [ sp:object | ||
| 319 | + [ sp:varName "uomRecovered"^^xsd:string | ||
| 320 | + ] ; | ||
| 206 | sp:predicate ddr:uomRef ; | 321 | sp:predicate ddr:uomRef ; |
| 207 | - sp:subject _:b43 | 322 | + sp:subject |
| 208 | - ] [ sp:object _:b21 ; | 323 | + [ sp:varName "lenRecovered"^^xsd:string |
| 324 | + ] | ||
| 325 | + ] [ sp:object | ||
| 326 | + [ sp:varName "realRecovered"^^xsd:string | ||
| 327 | + ] ; | ||
| 209 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 328 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 210 | - sp:subject _:b43 | 329 | + sp:subject |
| 211 | - ] [ sp:object _:b45 ; | 330 | + [ sp:varName "lenRecovered"^^xsd:string |
| 331 | + ] | ||
| 332 | + ] [ sp:object | ||
| 333 | + [ sp:varName "recoverPc"^^xsd:string | ||
| 334 | + ] ; | ||
| 212 | sp:predicate ddr:recoverPcRef ; | 335 | sp:predicate ddr:recoverPcRef ; |
| 213 | - sp:subject _:b34 | 336 | + sp:subject |
| 214 | - ] [ sp:object _:b46 ; | 337 | + [ sp:varName "coreInfo"^^xsd:string |
| 338 | + ] | ||
| 339 | + ] [ sp:object | ||
| 340 | + [ sp:varName "uomPc"^^xsd:string | ||
| 341 | + ] ; | ||
| 215 | sp:predicate ddr:uomRef ; | 342 | sp:predicate ddr:uomRef ; |
| 216 | - sp:subject _:b45 | 343 | + sp:subject |
| 217 | - ] [ sp:object _:b24 ; | 344 | + [ sp:varName "recoverPc"^^xsd:string |
| 345 | + ] | ||
| 346 | + ] [ sp:object | ||
| 347 | + [ sp:varName "realPc"^^xsd:string | ||
| 348 | + ] ; | ||
| 218 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 349 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 219 | - sp:subject _:b45 | 350 | + sp:subject |
| 220 | - ] [ sp:object _:b47 ; | 351 | + [ sp:varName "recoverPc"^^xsd:string |
| 352 | + ] | ||
| 353 | + ] [ sp:object | ||
| 354 | + [ sp:varName "lenBarrel"^^xsd:string | ||
| 355 | + ] ; | ||
| 221 | sp:predicate ddr:lenBarrelRef ; | 356 | sp:predicate ddr:lenBarrelRef ; |
| 222 | - sp:subject _:b34 | 357 | + sp:subject |
| 223 | - ] [ sp:object _:b48 ; | 358 | + [ sp:varName "coreInfo"^^xsd:string |
| 359 | + ] | ||
| 360 | + ] [ sp:object | ||
| 361 | + [ sp:varName "uomBarrel"^^xsd:string | ||
| 362 | + ] ; | ||
| 224 | sp:predicate ddr:uomRef ; | 363 | sp:predicate ddr:uomRef ; |
| 225 | - sp:subject _:b47 | 364 | + sp:subject |
| 226 | - ] [ sp:object _:b29 ; | 365 | + [ sp:varName "lenBarrel"^^xsd:string |
| 366 | + ] | ||
| 367 | + ] [ sp:object | ||
| 368 | + [ sp:varName "realBarrel"^^xsd:string | ||
| 369 | + ] ; | ||
| 227 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 370 | sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 228 | - sp:subject _:b47 | 371 | + sp:subject |
| 372 | + [ sp:varName "lenBarrel"^^xsd:string | ||
| 373 | + ] | ||
| 229 | ] [ rdf:type sp:Optional ; | 374 | ] [ rdf:type sp:Optional ; |
| 230 | - sp:elements ([ sp:object _:b49 ; | 375 | + sp:elements ([ sp:object |
| 376 | + [ sp:varName "enumInnerBarrelType"^^xsd:string | ||
| 377 | + ] ; | ||
| 231 | sp:predicate ddr:innerBarrelTypeRef ; | 378 | sp:predicate ddr:innerBarrelTypeRef ; |
| 232 | - sp:subject _:b34 | 379 | + sp:subject |
| 380 | + [ sp:varName "coreInfo"^^xsd:string | ||
| 381 | + ] | ||
| 233 | ]) | 382 | ]) |
| 234 | - ] [ sp:object _:b26 ; | 383 | + ] [ sp:object |
| 384 | + [ sp:varName "coreDescription"^^xsd:string | ||
| 385 | + ] ; | ||
| 235 | sp:predicate ddr:coreDescription ; | 386 | sp:predicate ddr:coreDescription ; |
| 236 | - sp:subject _:b34 | 387 | + sp:subject |
| 388 | + [ sp:varName "coreInfo"^^xsd:string | ||
| 389 | + ] | ||
| 237 | ] [ rdf:type sp:Bind ; | 390 | ] [ rdf:type sp:Bind ; |
| 238 | sp:expression | 391 | sp:expression |
| 239 | [ rdf:type ep-spin-lib:normalizeString ; | 392 | [ rdf:type ep-spin-lib:normalizeString ; |
| 240 | - sp:arg1 _:b32 | 393 | + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string |
| 394 | + ] | ||
| 241 | ] ; | 395 | ] ; |
| 242 | - sp:variable _:b50 | 396 | + sp:variable |
| 397 | + [ sp:varName "normalizedWellBoreName"^^xsd:string | ||
| 398 | + ] | ||
| 243 | ] [ rdf:type sp:Bind ; | 399 | ] [ rdf:type sp:Bind ; |
| 244 | sp:expression | 400 | sp:expression |
| 245 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; | 401 | [ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ; |
| 246 | - sp:arg1 _:b50 ; | 402 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
| 247 | - sp:arg2 _:b33 | 403 | + ] ; |
| 404 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string | ||
| 405 | + ] | ||
| 248 | ] ; | 406 | ] ; |
| 249 | - sp:variable _:b2 | 407 | + sp:variable |
| 408 | + [ sp:varName "dailyDrillingActivity"^^xsd:string | ||
| 409 | + ] | ||
| 250 | ] [ rdf:type sp:Bind ; | 410 | ] [ rdf:type sp:Bind ; |
| 251 | sp:expression | 411 | sp:expression |
| 252 | [ rdf:type afn:localname ; | 412 | [ rdf:type afn:localname ; |
| 253 | - sp:arg1 _:b34 | 413 | + sp:arg1 [ sp:varName "coreInfo"^^xsd:string |
| 414 | + ] | ||
| 254 | ] ; | 415 | ] ; |
| 255 | - sp:variable _:b51 | 416 | + sp:variable |
| 417 | + [ sp:varName "localname"^^xsd:string | ||
| 418 | + ] | ||
| 256 | ] [ rdf:type sp:Bind ; | 419 | ] [ rdf:type sp:Bind ; |
| 257 | sp:expression | 420 | sp:expression |
| 258 | [ rdf:type ep-spin-lib:buildExtractAWellCoreURI ; | 421 | [ rdf:type ep-spin-lib:buildExtractAWellCoreURI ; |
| 259 | - sp:arg1 _:b50 ; | 422 | + sp:arg1 [ sp:varName "normalizedWellBoreName"^^xsd:string |
| 260 | - sp:arg2 _:b33 ; | 423 | + ] ; |
| 261 | - sp:arg3 _:b51 | 424 | + sp:arg2 [ sp:varName "dTimStart"^^xsd:string |
| 262 | ] ; | 425 | ] ; |
| 263 | - sp:variable _:b1 | 426 | + sp:arg3 [ sp:varName "localname"^^xsd:string |
| 427 | + ] | ||
| 428 | + ] ; | ||
| 429 | + sp:variable | ||
| 430 | + [ sp:varName "extractAWellCore"^^xsd:string | ||
| 431 | + ] | ||
| 264 | ] [ rdf:type sp:Bind ; | 432 | ] [ rdf:type sp:Bind ; |
| 265 | sp:expression | 433 | sp:expression |
| 266 | [ rdf:type ep-spin-lib:selectInnerBarrelType ; | 434 | [ rdf:type ep-spin-lib:selectInnerBarrelType ; |
| 267 | - sp:arg1 _:b49 | 435 | + sp:arg1 [ sp:varName "enumInnerBarrelType"^^xsd:string |
| 436 | + ] | ||
| 268 | ] ; | 437 | ] ; |
| 269 | - sp:variable _:b31 | 438 | + sp:variable |
| 439 | + [ sp:varName "innerBarrelType"^^xsd:string | ||
| 440 | + ] | ||
| 270 | ] [ rdf:type sp:Bind ; | 441 | ] [ rdf:type sp:Bind ; |
| 271 | sp:expression | 442 | sp:expression |
| 272 | [ rdf:type ep-spin-lib:selectLengthScale ; | 443 | [ rdf:type ep-spin-lib:selectLengthScale ; |
| 273 | - sp:arg1 _:b36 | 444 | + sp:arg1 [ sp:varName "uomMdTop"^^xsd:string |
| 445 | + ] | ||
| 274 | ] ; | 446 | ] ; |
| 275 | - sp:variable _:b9 | 447 | + sp:variable |
| 448 | + [ sp:varName "lengthScaleMdTop"^^xsd:string | ||
| 449 | + ] | ||
| 276 | ] [ rdf:type sp:Bind ; | 450 | ] [ rdf:type sp:Bind ; |
| 277 | sp:expression | 451 | sp:expression |
| 278 | [ rdf:type ep-spin-lib:selectLengthScale ; | 452 | [ rdf:type ep-spin-lib:selectLengthScale ; |
| 279 | - sp:arg1 _:b38 | 453 | + sp:arg1 [ sp:varName "uomMdBottom"^^xsd:string |
| 454 | + ] | ||
| 280 | ] ; | 455 | ] ; |
| 281 | - sp:variable _:b12 | 456 | + sp:variable |
| 457 | + [ sp:varName "lengthScaleMdBottom"^^xsd:string | ||
| 458 | + ] | ||
| 282 | ] [ rdf:type sp:Bind ; | 459 | ] [ rdf:type sp:Bind ; |
| 283 | sp:expression | 460 | sp:expression |
| 284 | [ rdf:type ep-spin-lib:selectLengthScale ; | 461 | [ rdf:type ep-spin-lib:selectLengthScale ; |
| 285 | - sp:arg1 _:b40 | 462 | + sp:arg1 [ sp:varName "uomTvdTop"^^xsd:string |
| 463 | + ] | ||
| 286 | ] ; | 464 | ] ; |
| 287 | - sp:variable _:b15 | 465 | + sp:variable |
| 466 | + [ sp:varName "lengthScaleTvdTop"^^xsd:string | ||
| 467 | + ] | ||
| 288 | ] [ rdf:type sp:Bind ; | 468 | ] [ rdf:type sp:Bind ; |
| 289 | sp:expression | 469 | sp:expression |
| 290 | [ rdf:type ep-spin-lib:selectLengthScale ; | 470 | [ rdf:type ep-spin-lib:selectLengthScale ; |
| 291 | - sp:arg1 _:b42 | 471 | + sp:arg1 [ sp:varName "uomTvdBottom"^^xsd:string |
| 472 | + ] | ||
| 292 | ] ; | 473 | ] ; |
| 293 | - sp:variable _:b18 | 474 | + sp:variable |
| 475 | + [ sp:varName "lengthScaleTvdBottom"^^xsd:string | ||
| 476 | + ] | ||
| 294 | ] [ rdf:type sp:Bind ; | 477 | ] [ rdf:type sp:Bind ; |
| 295 | sp:expression | 478 | sp:expression |
| 296 | [ rdf:type ep-spin-lib:selectLengthScale ; | 479 | [ rdf:type ep-spin-lib:selectLengthScale ; |
| 297 | - sp:arg1 _:b44 | 480 | + sp:arg1 [ sp:varName "uomRecovered"^^xsd:string |
| 481 | + ] | ||
| 298 | ] ; | 482 | ] ; |
| 299 | - sp:variable _:b22 | 483 | + sp:variable |
| 484 | + [ sp:varName "lengthScaleRecovered"^^xsd:string | ||
| 485 | + ] | ||
| 300 | ] [ rdf:type sp:Bind ; | 486 | ] [ rdf:type sp:Bind ; |
| 301 | sp:expression | 487 | sp:expression |
| 302 | [ rdf:type ep-spin-lib:selectLengthScale ; | 488 | [ rdf:type ep-spin-lib:selectLengthScale ; |
| 303 | - sp:arg1 _:b48 | 489 | + sp:arg1 [ sp:varName "uomBarrel"^^xsd:string |
| 490 | + ] | ||
| 304 | ] ; | 491 | ] ; |
| 305 | - sp:variable _:b30 | 492 | + sp:variable |
| 493 | + [ sp:varName "lengthScaleBarrel"^^xsd:string | ||
| 494 | + ] | ||
| 306 | ] [ rdf:type sp:Bind ; | 495 | ] [ rdf:type sp:Bind ; |
| 307 | sp:expression | 496 | sp:expression |
| 308 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 497 | + [ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ; |
| 309 | - sp:arg1 _:b46 | 498 | + sp:arg1 [ sp:varName "uomPc"^^xsd:string |
| 499 | + ] | ||
| 310 | ] ; | 500 | ] ; |
| 311 | - sp:variable _:b25 | 501 | + sp:variable |
| 502 | + [ sp:varName "specificVolumeScale"^^xsd:string | ||
| 503 | + ] | ||
| 312 | ] [ rdf:type sp:Bind ; | 504 | ] [ rdf:type sp:Bind ; |
| 313 | sp:expression | 505 | sp:expression |
| 314 | [ rdf:type rhspin:wellBoreByName ; | 506 | [ rdf:type rhspin:wellBoreByName ; |
| 315 | arg:wellBoreName | 507 | arg:wellBoreName |
| 316 | [ rdf:type xsd:string ; | 508 | [ rdf:type xsd:string ; |
| 317 | - sp:arg1 _:b32 | 509 | + sp:arg1 [ sp:varName "nameWellBore"^^xsd:string |
| 510 | + ] | ||
| 318 | ] | 511 | ] |
| 319 | ] ; | 512 | ] ; |
| 320 | - sp:variable _:b5 | 513 | + sp:variable |
| 514 | + [ sp:varName "wellBore"^^xsd:string | ||
| 515 | + ] | ||
| 321 | ]) | 516 | ]) |
| 322 | ] . | 517 | ] . |
| 323 | - | ||
| 324 | -_:b32 | ||
| 325 | - sp:varName "nameWellBore"^^xsd:string . | ||
| 326 | - | ||
| 327 | -_:b33 | ||
| 328 | - sp:varName "dTimStart"^^xsd:string . | ||
| 329 | - | ||
| 330 | -_:b34 | ||
| 331 | - sp:varName "coreInfo"^^xsd:string . | ||
| 332 | - | ||
| 333 | -_:b6 sp:varName "coreNumber"^^xsd:string . | ||
| 334 | - | ||
| 335 | -_:b35 | ||
| 336 | - sp:varName "mdTop"^^xsd:string . | ||
| 337 | - | ||
| 338 | -_:b36 | ||
| 339 | - sp:varName "uomMdTop"^^xsd:string . | ||
| 340 | - | ||
| 341 | -_:b8 sp:varName "realMdTop"^^xsd:string . | ||
| 342 | - | ||
| 343 | -_:b37 | ||
| 344 | - sp:varName "mdBottom"^^xsd:string . | ||
| 345 | - | ||
| 346 | -_:b38 | ||
| 347 | - sp:varName "uomMdBottom"^^xsd:string . | ||
| 348 | - | ||
| 349 | -_:b11 | ||
| 350 | - sp:varName "realMdBottom"^^xsd:string . | ||
| 351 | - | ||
| 352 | -_:b39 | ||
| 353 | - sp:varName "tvdTop"^^xsd:string . | ||
| 354 | - | ||
| 355 | -_:b40 | ||
| 356 | - sp:varName "uomTvdTop"^^xsd:string . | ||
| 357 | - | ||
| 358 | -_:b14 | ||
| 359 | - sp:varName "realTvdTop"^^xsd:string . | ||
| 360 | - | ||
| 361 | -_:b41 | ||
| 362 | - sp:varName "tvdBottom"^^xsd:string . | ||
| 363 | - | ||
| 364 | -_:b42 | ||
| 365 | - sp:varName "uomTvdBottom"^^xsd:string . | ||
| 366 | - | ||
| 367 | -_:b17 | ||
| 368 | - sp:varName "realTvdBottom"^^xsd:string . | ||
| 369 | - | ||
| 370 | -_:b43 | ||
| 371 | - sp:varName "lenRecovered"^^xsd:string . | ||
| 372 | - | ||
| 373 | -_:b44 | ||
| 374 | - sp:varName "uomRecovered"^^xsd:string . | ||
| 375 | - | ||
| 376 | -_:b21 | ||
| 377 | - sp:varName "realRecovered"^^xsd:string . | ||
| 378 | - | ||
| 379 | -_:b45 | ||
| 380 | - sp:varName "recoverPc"^^xsd:string . | ||
| 381 | - | ||
| 382 | -_:b46 | ||
| 383 | - sp:varName "uomPc"^^xsd:string . | ||
| 384 | - | ||
| 385 | -_:b24 | ||
| 386 | - sp:varName "realPc"^^xsd:string . | ||
| 387 | - | ||
| 388 | -_:b47 | ||
| 389 | - sp:varName "lenBarrel"^^xsd:string . | ||
| 390 | - | ||
| 391 | -_:b48 | ||
| 392 | - sp:varName "uomBarrel"^^xsd:string . | ||
| 393 | - | ||
| 394 | -_:b29 | ||
| 395 | - sp:varName "realBarrel"^^xsd:string . | ||
| 396 | - | ||
| 397 | -_:b49 | ||
| 398 | - sp:varName "enumInnerBarrelType"^^xsd:string . | ||
| 399 | - | ||
| 400 | -_:b26 | ||
| 401 | - sp:varName "coreDescription"^^xsd:string . | ||
| 402 | - | ||
| 403 | -_:b50 | ||
| 404 | - sp:varName "normalizedWellBoreName"^^xsd:string . | ||
| 405 | - | ||
| 406 | -_:b2 sp:varName "dailyDrillingActivity"^^xsd:string . | ||
| 407 | - | ||
| 408 | -_:b51 | ||
| 409 | - sp:varName "localname"^^xsd:string . | ||
| 410 | - | ||
| 411 | -_:b1 sp:varName "extractAWellCore"^^xsd:string . | ||
| 412 | - | ||
| 413 | -_:b31 | ||
| 414 | - sp:varName "innerBarrelType"^^xsd:string . | ||
| 415 | - | ||
| 416 | -_:b9 sp:varName "lengthScaleMdTop"^^xsd:string . | ||
| 417 | - | ||
| 418 | -_:b12 | ||
| 419 | - sp:varName "lengthScaleMdBottom"^^xsd:string . | ||
| 420 | - | ||
| 421 | -_:b15 | ||
| 422 | - sp:varName "lengthScaleTvdTop"^^xsd:string . | ||
| 423 | - | ||
| 424 | -_:b18 | ||
| 425 | - sp:varName "lengthScaleTvdBottom"^^xsd:string . | ||
| 426 | - | ||
| 427 | -_:b22 | ||
| 428 | - sp:varName "lengthScaleRecovered"^^xsd:string . | ||
| 429 | - | ||
| 430 | -_:b30 | ||
| 431 | - sp:varName "lengthScaleBarrel"^^xsd:string . | ||
| 432 | - | ||
| 433 | -_:b25 | ||
| 434 | - sp:varName "specificVolumeScale"^^xsd:string . | ||
| 435 | - | ||
| 436 | -_:b5 sp:varName "wellBore"^^xsd:string . | ... | ... |
| ... | @@ -20,7 +20,7 @@ | ... | @@ -20,7 +20,7 @@ |
| 20 | 20 | ||
| 21 | <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo> | 21 | <http://www.reportinghub.no/ep/transform/1.1/ddr/gasReadingInfo> |
| 22 | rdf:type owl:Ontology ; | 22 | rdf:type owl:Ontology ; |
| 23 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; | 23 | + owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ; |
| 24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 25 | 25 | ||
| 26 | <http://www.witsml.org/schemas/1series#Obj_drillReport> | 26 | <http://www.witsml.org/schemas/1series#Obj_drillReport> |
| ... | @@ -142,7 +142,7 @@ | ... | @@ -142,7 +142,7 @@ |
| 142 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Gas> ; | 142 | ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Gas> ; |
| 143 | sp:predicate rdf:type ; | 143 | sp:predicate rdf:type ; |
| 144 | sp:subject _:b10 | 144 | sp:subject _:b10 |
| 145 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 145 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; |
| 146 | sp:predicate rdf:type ; | 146 | sp:predicate rdf:type ; |
| 147 | sp:subject _:b8 | 147 | sp:subject _:b8 |
| 148 | ] [ sp:object | 148 | ] [ sp:object |
| ... | @@ -152,7 +152,7 @@ | ... | @@ -152,7 +152,7 @@ |
| 152 | [ sp:varName "concentrationScaleGasHigh"^^xsd:string | 152 | [ sp:varName "concentrationScaleGasHigh"^^xsd:string |
| 153 | ] ; | 153 | ] ; |
| 154 | sp:subject _:b8 | 154 | sp:subject _:b8 |
| 155 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 155 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; |
| 156 | sp:predicate rdf:type ; | 156 | sp:predicate rdf:type ; |
| 157 | sp:subject _:b9 | 157 | sp:subject _:b9 |
| 158 | ] [ sp:object | 158 | ] [ sp:object |
| ... | @@ -165,7 +165,7 @@ | ... | @@ -165,7 +165,7 @@ |
| 165 | ] [ sp:object _:b11 ; | 165 | ] [ sp:object _:b11 ; |
| 166 | sp:predicate <http://www.reportinghub.no/ep/schema/well#methaneConcentration> ; | 166 | sp:predicate <http://www.reportinghub.no/ep/schema/well#methaneConcentration> ; |
| 167 | sp:subject _:b10 | 167 | sp:subject _:b10 |
| 168 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 168 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; |
| 169 | sp:predicate rdf:type ; | 169 | sp:predicate rdf:type ; |
| 170 | sp:subject _:b11 | 170 | sp:subject _:b11 |
| 171 | ] [ sp:object | 171 | ] [ sp:object |
| ... | @@ -178,7 +178,7 @@ | ... | @@ -178,7 +178,7 @@ |
| 178 | ] [ sp:object _:b12 ; | 178 | ] [ sp:object _:b12 ; |
| 179 | sp:predicate <http://www.reportinghub.no/ep/schema/well#ethaneConcentration> ; | 179 | sp:predicate <http://www.reportinghub.no/ep/schema/well#ethaneConcentration> ; |
| 180 | sp:subject _:b10 | 180 | sp:subject _:b10 |
| 181 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 181 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; |
| 182 | sp:predicate rdf:type ; | 182 | sp:predicate rdf:type ; |
| 183 | sp:subject _:b12 | 183 | sp:subject _:b12 |
| 184 | ] [ sp:object | 184 | ] [ sp:object |
| ... | @@ -191,7 +191,7 @@ | ... | @@ -191,7 +191,7 @@ |
| 191 | ] [ sp:object _:b13 ; | 191 | ] [ sp:object _:b13 ; |
| 192 | sp:predicate <http://www.reportinghub.no/ep/schema/well#propaneConcentration> ; | 192 | sp:predicate <http://www.reportinghub.no/ep/schema/well#propaneConcentration> ; |
| 193 | sp:subject _:b10 | 193 | sp:subject _:b10 |
| 194 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 194 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; |
| 195 | sp:predicate rdf:type ; | 195 | sp:predicate rdf:type ; |
| 196 | sp:subject _:b13 | 196 | sp:subject _:b13 |
| 197 | ] [ sp:object | 197 | ] [ sp:object |
| ... | @@ -204,7 +204,7 @@ | ... | @@ -204,7 +204,7 @@ |
| 204 | ] [ sp:object _:b14 ; | 204 | ] [ sp:object _:b14 ; |
| 205 | sp:predicate <http://www.reportinghub.no/ep/schema/well#isoButaneConcentration> ; | 205 | sp:predicate <http://www.reportinghub.no/ep/schema/well#isoButaneConcentration> ; |
| 206 | sp:subject _:b10 | 206 | sp:subject _:b10 |
| 207 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 207 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; |
| 208 | sp:predicate rdf:type ; | 208 | sp:predicate rdf:type ; |
| 209 | sp:subject _:b14 | 209 | sp:subject _:b14 |
| 210 | ] [ sp:object | 210 | ] [ sp:object |
| ... | @@ -217,7 +217,7 @@ | ... | @@ -217,7 +217,7 @@ |
| 217 | ] [ sp:object _:b15 ; | 217 | ] [ sp:object _:b15 ; |
| 218 | sp:predicate <http://www.reportinghub.no/ep/schema/well#norButaneConcentration> ; | 218 | sp:predicate <http://www.reportinghub.no/ep/schema/well#norButaneConcentration> ; |
| 219 | sp:subject _:b10 | 219 | sp:subject _:b10 |
| 220 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 220 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; |
| 221 | sp:predicate rdf:type ; | 221 | sp:predicate rdf:type ; |
| 222 | sp:subject _:b15 | 222 | sp:subject _:b15 |
| 223 | ] [ sp:object | 223 | ] [ sp:object |
| ... | @@ -230,7 +230,7 @@ | ... | @@ -230,7 +230,7 @@ |
| 230 | ] [ sp:object _:b16 ; | 230 | ] [ sp:object _:b16 ; |
| 231 | sp:predicate <http://www.reportinghub.no/ep/schema/well#isoPentaneConcentration> ; | 231 | sp:predicate <http://www.reportinghub.no/ep/schema/well#isoPentaneConcentration> ; |
| 232 | sp:subject _:b10 | 232 | sp:subject _:b10 |
| 233 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 233 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; |
| 234 | sp:predicate rdf:type ; | 234 | sp:predicate rdf:type ; |
| 235 | sp:subject _:b16 | 235 | sp:subject _:b16 |
| 236 | ] [ sp:object | 236 | ] [ sp:object |
| ... | @@ -633,7 +633,7 @@ | ... | @@ -633,7 +633,7 @@ |
| 633 | ] | 633 | ] |
| 634 | ] [ rdf:type sp:Bind ; | 634 | ] [ rdf:type sp:Bind ; |
| 635 | sp:expression | 635 | sp:expression |
| 636 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 636 | + [ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ; |
| 637 | sp:arg1 [ sp:varName "uomGasHigh"^^xsd:string | 637 | sp:arg1 [ sp:varName "uomGasHigh"^^xsd:string |
| 638 | ] | 638 | ] |
| 639 | ] ; | 639 | ] ; |
| ... | @@ -642,7 +642,7 @@ | ... | @@ -642,7 +642,7 @@ |
| 642 | ] | 642 | ] |
| 643 | ] [ rdf:type sp:Bind ; | 643 | ] [ rdf:type sp:Bind ; |
| 644 | sp:expression | 644 | sp:expression |
| 645 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 645 | + [ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ; |
| 646 | sp:arg1 [ sp:varName "uomGasLow"^^xsd:string | 646 | sp:arg1 [ sp:varName "uomGasLow"^^xsd:string |
| 647 | ] | 647 | ] |
| 648 | ] ; | 648 | ] ; |
| ... | @@ -651,7 +651,7 @@ | ... | @@ -651,7 +651,7 @@ |
| 651 | ] | 651 | ] |
| 652 | ] [ rdf:type sp:Bind ; | 652 | ] [ rdf:type sp:Bind ; |
| 653 | sp:expression | 653 | sp:expression |
| 654 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 654 | + [ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ; |
| 655 | sp:arg1 [ sp:varName "uomMeth"^^xsd:string | 655 | sp:arg1 [ sp:varName "uomMeth"^^xsd:string |
| 656 | ] | 656 | ] |
| 657 | ] ; | 657 | ] ; |
| ... | @@ -660,7 +660,7 @@ | ... | @@ -660,7 +660,7 @@ |
| 660 | ] | 660 | ] |
| 661 | ] [ rdf:type sp:Bind ; | 661 | ] [ rdf:type sp:Bind ; |
| 662 | sp:expression | 662 | sp:expression |
| 663 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 663 | + [ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ; |
| 664 | sp:arg1 [ sp:varName "uomEth"^^xsd:string | 664 | sp:arg1 [ sp:varName "uomEth"^^xsd:string |
| 665 | ] | 665 | ] |
| 666 | ] ; | 666 | ] ; |
| ... | @@ -669,7 +669,7 @@ | ... | @@ -669,7 +669,7 @@ |
| 669 | ] | 669 | ] |
| 670 | ] [ rdf:type sp:Bind ; | 670 | ] [ rdf:type sp:Bind ; |
| 671 | sp:expression | 671 | sp:expression |
| 672 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 672 | + [ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ; |
| 673 | sp:arg1 [ sp:varName "uomProp"^^xsd:string | 673 | sp:arg1 [ sp:varName "uomProp"^^xsd:string |
| 674 | ] | 674 | ] |
| 675 | ] ; | 675 | ] ; |
| ... | @@ -678,7 +678,7 @@ | ... | @@ -678,7 +678,7 @@ |
| 678 | ] | 678 | ] |
| 679 | ] [ rdf:type sp:Bind ; | 679 | ] [ rdf:type sp:Bind ; |
| 680 | sp:expression | 680 | sp:expression |
| 681 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 681 | + [ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ; |
| 682 | sp:arg1 [ sp:varName "uomIbut"^^xsd:string | 682 | sp:arg1 [ sp:varName "uomIbut"^^xsd:string |
| 683 | ] | 683 | ] |
| 684 | ] ; | 684 | ] ; |
| ... | @@ -687,7 +687,7 @@ | ... | @@ -687,7 +687,7 @@ |
| 687 | ] | 687 | ] |
| 688 | ] [ rdf:type sp:Bind ; | 688 | ] [ rdf:type sp:Bind ; |
| 689 | sp:expression | 689 | sp:expression |
| 690 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 690 | + [ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ; |
| 691 | sp:arg1 [ sp:varName "uomNbut"^^xsd:string | 691 | sp:arg1 [ sp:varName "uomNbut"^^xsd:string |
| 692 | ] | 692 | ] |
| 693 | ] ; | 693 | ] ; |
| ... | @@ -696,7 +696,7 @@ | ... | @@ -696,7 +696,7 @@ |
| 696 | ] | 696 | ] |
| 697 | ] [ rdf:type sp:Bind ; | 697 | ] [ rdf:type sp:Bind ; |
| 698 | sp:expression | 698 | sp:expression |
| 699 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 699 | + [ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ; |
| 700 | sp:arg1 [ sp:varName "uomIpent"^^xsd:string | 700 | sp:arg1 [ sp:varName "uomIpent"^^xsd:string |
| 701 | ] | 701 | ] |
| 702 | ] ; | 702 | ] ; | ... | ... |
| ... | @@ -20,7 +20,7 @@ | ... | @@ -20,7 +20,7 @@ |
| 20 | 20 | ||
| 21 | <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo> | 21 | <http://www.reportinghub.no/ep/transform/1.1/ddr/wellTestInfo> |
| 22 | rdf:type owl:Ontology ; | 22 | rdf:type owl:Ontology ; |
| 23 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ; | 23 | + owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> ; |
| 24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 25 | 25 | ||
| 26 | <http://www.witsml.org/schemas/1series#Obj_drillReport> | 26 | <http://www.witsml.org/schemas/1series#Obj_drillReport> |
| ... | @@ -163,7 +163,7 @@ | ... | @@ -163,7 +163,7 @@ |
| 163 | ] [ sp:object _:b10 ; | 163 | ] [ sp:object _:b10 ; |
| 164 | sp:predicate <http://www.reportinghub.no/ep/schema/well#waterOilRatio> ; | 164 | sp:predicate <http://www.reportinghub.no/ep/schema/well#waterOilRatio> ; |
| 165 | sp:subject _:b9 | 165 | sp:subject _:b9 |
| 166 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 166 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; |
| 167 | sp:predicate rdf:type ; | 167 | sp:predicate rdf:type ; |
| 168 | sp:subject _:b10 | 168 | sp:subject _:b10 |
| 169 | ] [ sp:object | 169 | ] [ sp:object |
| ... | @@ -176,7 +176,7 @@ | ... | @@ -176,7 +176,7 @@ |
| 176 | ] [ sp:object _:b11 ; | 176 | ] [ sp:object _:b11 ; |
| 177 | sp:predicate <http://www.reportinghub.no/ep/schema/well#gasOilRatio> ; | 177 | sp:predicate <http://www.reportinghub.no/ep/schema/well#gasOilRatio> ; |
| 178 | sp:subject _:b9 | 178 | sp:subject _:b9 |
| 179 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ; | 179 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumePerUnitVolumeConcentration> ; |
| 180 | sp:predicate rdf:type ; | 180 | sp:predicate rdf:type ; |
| 181 | sp:subject _:b11 | 181 | sp:subject _:b11 |
| 182 | ] [ sp:object | 182 | ] [ sp:object |
| ... | @@ -369,7 +369,7 @@ | ... | @@ -369,7 +369,7 @@ |
| 369 | ] [ sp:object _:b27 ; | 369 | ] [ sp:object _:b27 ; |
| 370 | sp:predicate <http://www.reportinghub.no/ep/schema/well#chlorideConcentration> ; | 370 | sp:predicate <http://www.reportinghub.no/ep/schema/well#chlorideConcentration> ; |
| 371 | sp:subject _:b20 | 371 | sp:subject _:b20 |
| 372 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ; | 372 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#MassPerUnitMassConcentration> ; |
| 373 | sp:predicate rdf:type ; | 373 | sp:predicate rdf:type ; |
| 374 | sp:subject _:b27 | 374 | sp:subject _:b27 |
| 375 | ] [ sp:object | 375 | ] [ sp:object |
| ... | @@ -382,7 +382,7 @@ | ... | @@ -382,7 +382,7 @@ |
| 382 | ] [ sp:object _:b28 ; | 382 | ] [ sp:object _:b28 ; |
| 383 | sp:predicate <http://www.reportinghub.no/ep/schema/well#carbonDioxideConcentration> ; | 383 | sp:predicate <http://www.reportinghub.no/ep/schema/well#carbonDioxideConcentration> ; |
| 384 | sp:subject _:b20 | 384 | sp:subject _:b20 |
| 385 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ; | 385 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#MassPerUnitMassConcentration> ; |
| 386 | sp:predicate rdf:type ; | 386 | sp:predicate rdf:type ; |
| 387 | sp:subject _:b28 | 387 | sp:subject _:b28 |
| 388 | ] [ sp:object | 388 | ] [ sp:object |
| ... | @@ -395,7 +395,7 @@ | ... | @@ -395,7 +395,7 @@ |
| 395 | ] [ sp:object _:b29 ; | 395 | ] [ sp:object _:b29 ; |
| 396 | sp:predicate <http://www.reportinghub.no/ep/schema/well#hydrogenSulfideConcentration> ; | 396 | sp:predicate <http://www.reportinghub.no/ep/schema/well#hydrogenSulfideConcentration> ; |
| 397 | sp:subject _:b20 | 397 | sp:subject _:b20 |
| 398 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificMass> ; | 398 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#MassPerUnitMassConcentration> ; |
| 399 | sp:predicate rdf:type ; | 399 | sp:predicate rdf:type ; |
| 400 | sp:subject _:b29 | 400 | sp:subject _:b29 |
| 401 | ] [ sp:object | 401 | ] [ sp:object |
| ... | @@ -1048,7 +1048,7 @@ | ... | @@ -1048,7 +1048,7 @@ |
| 1048 | ] | 1048 | ] |
| 1049 | ] [ rdf:type sp:Bind ; | 1049 | ] [ rdf:type sp:Bind ; |
| 1050 | sp:expression | 1050 | sp:expression |
| 1051 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 1051 | + [ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ; |
| 1052 | sp:arg1 [ sp:varName "uomWaterOil"^^xsd:string | 1052 | sp:arg1 [ sp:varName "uomWaterOil"^^xsd:string |
| 1053 | ] | 1053 | ] |
| 1054 | ] ; | 1054 | ] ; |
| ... | @@ -1057,7 +1057,7 @@ | ... | @@ -1057,7 +1057,7 @@ |
| 1057 | ] | 1057 | ] |
| 1058 | ] [ rdf:type sp:Bind ; | 1058 | ] [ rdf:type sp:Bind ; |
| 1059 | sp:expression | 1059 | sp:expression |
| 1060 | - [ rdf:type ep-spin-lib:selectSpecificVolumeScale ; | 1060 | + [ rdf:type ep-spin-lib:selectVolumePerUnitVolumeConcentrationScale ; |
| 1061 | sp:arg1 [ sp:varName "uomGasOil"^^xsd:string | 1061 | sp:arg1 [ sp:varName "uomGasOil"^^xsd:string |
| 1062 | ] | 1062 | ] |
| 1063 | ] ; | 1063 | ] ; |
| ... | @@ -1183,7 +1183,7 @@ | ... | @@ -1183,7 +1183,7 @@ |
| 1183 | ] | 1183 | ] |
| 1184 | ] [ rdf:type sp:Bind ; | 1184 | ] [ rdf:type sp:Bind ; |
| 1185 | sp:expression | 1185 | sp:expression |
| 1186 | - [ rdf:type ep-spin-lib:selectSpecificMassScale ; | 1186 | + [ rdf:type ep-spin-lib:selectMassPerUnitMassConcentrationScale ; |
| 1187 | sp:arg1 [ sp:varName "uomChloride"^^xsd:string | 1187 | sp:arg1 [ sp:varName "uomChloride"^^xsd:string |
| 1188 | ] | 1188 | ] |
| 1189 | ] ; | 1189 | ] ; |
| ... | @@ -1192,7 +1192,7 @@ | ... | @@ -1192,7 +1192,7 @@ |
| 1192 | ] | 1192 | ] |
| 1193 | ] [ rdf:type sp:Bind ; | 1193 | ] [ rdf:type sp:Bind ; |
| 1194 | sp:expression | 1194 | sp:expression |
| 1195 | - [ rdf:type ep-spin-lib:selectSpecificMassScale ; | 1195 | + [ rdf:type ep-spin-lib:selectMassPerUnitMassConcentrationScale ; |
| 1196 | sp:arg1 [ sp:varName "uomCarbonDioxide"^^xsd:string | 1196 | sp:arg1 [ sp:varName "uomCarbonDioxide"^^xsd:string |
| 1197 | ] | 1197 | ] |
| 1198 | ] ; | 1198 | ] ; |
| ... | @@ -1201,7 +1201,7 @@ | ... | @@ -1201,7 +1201,7 @@ |
| 1201 | ] | 1201 | ] |
| 1202 | ] [ rdf:type sp:Bind ; | 1202 | ] [ rdf:type sp:Bind ; |
| 1203 | sp:expression | 1203 | sp:expression |
| 1204 | - [ rdf:type ep-spin-lib:selectSpecificMassScale ; | 1204 | + [ rdf:type ep-spin-lib:selectMassPerUnitMassConcentrationScale ; |
| 1205 | sp:arg1 [ sp:varName "uomHydrogenSulfide"^^xsd:string | 1205 | sp:arg1 [ sp:varName "uomHydrogenSulfide"^^xsd:string |
| 1206 | ] | 1206 | ] |
| 1207 | ] ; | 1207 | ] ; | ... | ... |
-
Please register or login to post a comment