Showing
1 changed file
with
134 additions
and
134 deletions
| ... | @@ -27,33 +27,33 @@ ep-activity:Activity | ... | @@ -27,33 +27,33 @@ ep-activity:Activity |
| 27 | rdfs:subClassOf ep-core:PhysicalThing ; | 27 | rdfs:subClassOf ep-core:PhysicalThing ; |
| 28 | rdfs:subClassOf | 28 | rdfs:subClassOf |
| 29 | [ rdf:type owl:Restriction ; | 29 | [ rdf:type owl:Restriction ; |
| 30 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 30 | + owl:allValuesFrom ep-activity:Activity ; |
| 31 | - owl:onProperty ep-activity:finishedAt | 31 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> |
| 32 | ] ; | 32 | ] ; |
| 33 | rdfs:subClassOf | 33 | rdfs:subClassOf |
| 34 | [ rdf:type owl:Restriction ; | 34 | [ rdf:type owl:Restriction ; |
| 35 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 35 | + owl:allValuesFrom ep-activity:Activity ; |
| 36 | - owl:onProperty ep-activity:startedAt | 36 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> |
| 37 | ] ; | 37 | ] ; |
| 38 | rdfs:subClassOf | 38 | rdfs:subClassOf |
| 39 | [ rdf:type owl:Restriction ; | 39 | [ rdf:type owl:Restriction ; |
| 40 | owl:allValuesFrom ep-activity:Activity ; | 40 | owl:allValuesFrom ep-activity:Activity ; |
| 41 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> | 41 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> |
| 42 | ] ; | 42 | ] ; |
| 43 | rdfs:subClassOf | 43 | rdfs:subClassOf |
| 44 | [ rdf:type owl:Restriction ; | 44 | [ rdf:type owl:Restriction ; |
| 45 | owl:allValuesFrom ep-activity:Activity ; | 45 | owl:allValuesFrom ep-activity:Activity ; |
| 46 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> | 46 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> |
| 47 | ] ; | 47 | ] ; |
| 48 | rdfs:subClassOf | 48 | rdfs:subClassOf |
| 49 | [ rdf:type owl:Restriction ; | 49 | [ rdf:type owl:Restriction ; |
| 50 | - owl:allValuesFrom ep-activity:Activity ; | 50 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
| 51 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> | 51 | + owl:onProperty ep-activity:startedAt |
| 52 | ] ; | 52 | ] ; |
| 53 | rdfs:subClassOf | 53 | rdfs:subClassOf |
| 54 | [ rdf:type owl:Restriction ; | 54 | [ rdf:type owl:Restriction ; |
| 55 | - owl:allValuesFrom ep-activity:Activity ; | 55 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
| 56 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> | 56 | + owl:onProperty ep-activity:finishedAt |
| 57 | ] . | 57 | ] . |
| 58 | 58 | ||
| 59 | ep-activity:ActivitySuccessType | 59 | ep-activity:ActivitySuccessType |
| ... | @@ -67,13 +67,13 @@ ep-activity:DailyDrillingActivity | ... | @@ -67,13 +67,13 @@ ep-activity:DailyDrillingActivity |
| 67 | rdfs:subClassOf ep-activity:DrillingActivity ; | 67 | rdfs:subClassOf ep-activity:DrillingActivity ; |
| 68 | rdfs:subClassOf | 68 | rdfs:subClassOf |
| 69 | [ rdf:type owl:Restriction ; | 69 | [ rdf:type owl:Restriction ; |
| 70 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 70 | + owl:allValuesFrom ep-activity:Activity ; |
| 71 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | 71 | + owl:onProperty ep-core:hasPart |
| 72 | ] ; | 72 | ] ; |
| 73 | rdfs:subClassOf | 73 | rdfs:subClassOf |
| 74 | [ rdf:type owl:Restriction ; | 74 | [ rdf:type owl:Restriction ; |
| 75 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 75 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 76 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | 76 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> |
| 77 | ] ; | 77 | ] ; |
| 78 | rdfs:subClassOf | 78 | rdfs:subClassOf |
| 79 | [ rdf:type owl:Restriction ; | 79 | [ rdf:type owl:Restriction ; |
| ... | @@ -82,13 +82,13 @@ ep-activity:DailyDrillingActivity | ... | @@ -82,13 +82,13 @@ ep-activity:DailyDrillingActivity |
| 82 | ] ; | 82 | ] ; |
| 83 | rdfs:subClassOf | 83 | rdfs:subClassOf |
| 84 | [ rdf:type owl:Restriction ; | 84 | [ rdf:type owl:Restriction ; |
| 85 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 85 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
| 86 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> | 86 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> |
| 87 | ] ; | 87 | ] ; |
| 88 | rdfs:subClassOf | 88 | rdfs:subClassOf |
| 89 | [ rdf:type owl:Restriction ; | 89 | [ rdf:type owl:Restriction ; |
| 90 | - owl:allValuesFrom ep-activity:Activity ; | 90 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 91 | - owl:onProperty ep-core:hasPart | 91 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> |
| 92 | ] . | 92 | ] . |
| 93 | 93 | ||
| 94 | ep-activity:DailyDrillingActivityToStatus | 94 | ep-activity:DailyDrillingActivityToStatus |
| ... | @@ -97,13 +97,13 @@ ep-activity:DailyDrillingActivityToStatus | ... | @@ -97,13 +97,13 @@ ep-activity:DailyDrillingActivityToStatus |
| 97 | rdfs:subClassOf ep-activity:DrillingActivity ; | 97 | rdfs:subClassOf ep-activity:DrillingActivity ; |
| 98 | rdfs:subClassOf | 98 | rdfs:subClassOf |
| 99 | [ rdf:type owl:Restriction ; | 99 | [ rdf:type owl:Restriction ; |
| 100 | - owl:allValuesFrom ep-activity:Activity ; | 100 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 101 | - owl:onProperty ep-core:hasPart | 101 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> |
| 102 | ] ; | 102 | ] ; |
| 103 | rdfs:subClassOf | 103 | rdfs:subClassOf |
| 104 | [ rdf:type owl:Restriction ; | 104 | [ rdf:type owl:Restriction ; |
| 105 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 105 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; |
| 106 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | 106 | + owl:onProperty ep-activity:onWellBore |
| 107 | ] ; | 107 | ] ; |
| 108 | rdfs:subClassOf | 108 | rdfs:subClassOf |
| 109 | [ rdf:type owl:Restriction ; | 109 | [ rdf:type owl:Restriction ; |
| ... | @@ -112,13 +112,13 @@ ep-activity:DailyDrillingActivityToStatus | ... | @@ -112,13 +112,13 @@ ep-activity:DailyDrillingActivityToStatus |
| 112 | ] ; | 112 | ] ; |
| 113 | rdfs:subClassOf | 113 | rdfs:subClassOf |
| 114 | [ rdf:type owl:Restriction ; | 114 | [ rdf:type owl:Restriction ; |
| 115 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; | 115 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 116 | - owl:onProperty ep-activity:onWellBore | 116 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> |
| 117 | ] ; | 117 | ] ; |
| 118 | rdfs:subClassOf | 118 | rdfs:subClassOf |
| 119 | [ rdf:type owl:Restriction ; | 119 | [ rdf:type owl:Restriction ; |
| 120 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 120 | + owl:allValuesFrom ep-activity:Activity ; |
| 121 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> | 121 | + owl:onProperty ep-core:hasPart |
| 122 | ] . | 122 | ] . |
| 123 | 123 | ||
| 124 | ep-activity:Drill-bypass | 124 | ep-activity:Drill-bypass |
| ... | @@ -152,7 +152,7 @@ ep-activity:Drill-sidetrack | ... | @@ -152,7 +152,7 @@ ep-activity:Drill-sidetrack |
| 152 | rdfs:subClassOf ep-activity:DrillingActivity . | 152 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 153 | 153 | ||
| 154 | ep-activity:DrillStemTest | 154 | ep-activity:DrillStemTest |
| 155 | - rdf:type ep-activity:WellTestType , owl:Class ; | 155 | + rdf:type owl:Class , ep-activity:WellTestType ; |
| 156 | rdfs:label "drill stem test"^^xsd:string ; | 156 | rdfs:label "drill stem test"^^xsd:string ; |
| 157 | rdfs:subClassOf ep-activity:WellTest ; | 157 | rdfs:subClassOf ep-activity:WellTest ; |
| 158 | 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 ; | 158 | 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 ; |
| ... | @@ -164,72 +164,72 @@ ep-activity:DrillingActivity | ... | @@ -164,72 +164,72 @@ ep-activity:DrillingActivity |
| 164 | rdfs:subClassOf ep-activity:Activity . | 164 | rdfs:subClassOf ep-activity:Activity . |
| 165 | 165 | ||
| 166 | ep-activity:DrillingActivity-bop_test | 166 | ep-activity:DrillingActivity-bop_test |
| 167 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 167 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
| 168 | rdfs:label "drilling activity - BOP test"^^xsd:string ; | 168 | rdfs:label "drilling activity - BOP test"^^xsd:string ; |
| 169 | rdfs:subClassOf ep-activity:DrillingActivity . | 169 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 170 | 170 | ||
| 171 | ep-activity:DrillingActivity-circulation_loss | 171 | ep-activity:DrillingActivity-circulation_loss |
| 172 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 172 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 173 | rdfs:label "drilling activity - circulation loss"^^xsd:string ; | 173 | rdfs:label "drilling activity - circulation loss"^^xsd:string ; |
| 174 | rdfs:subClassOf ep-activity:DrillingActivity . | 174 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 175 | 175 | ||
| 176 | ep-activity:DrillingActivity-coiled_tubing | 176 | ep-activity:DrillingActivity-coiled_tubing |
| 177 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 177 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
| 178 | rdfs:label "drilling activity - coiled tubing"^^xsd:string ; | 178 | rdfs:label "drilling activity - coiled tubing"^^xsd:string ; |
| 179 | rdfs:subClassOf ep-activity:DrillingActivity . | 179 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 180 | 180 | ||
| 181 | ep-activity:DrillingActivity-equipment_failure | 181 | ep-activity:DrillingActivity-equipment_failure |
| 182 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 182 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 183 | rdfs:label "drilling activity - equipment failure"^^xsd:string ; | 183 | rdfs:label "drilling activity - equipment failure"^^xsd:string ; |
| 184 | rdfs:subClassOf ep-activity:DrillingActivity . | 184 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 185 | 185 | ||
| 186 | ep-activity:DrillingActivity-equipment_hang | 186 | ep-activity:DrillingActivity-equipment_hang |
| 187 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 187 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 188 | rdfs:label "drilling activity - equipment hang"^^xsd:string ; | 188 | rdfs:label "drilling activity - equipment hang"^^xsd:string ; |
| 189 | rdfs:subClassOf ep-activity:DrillingActivity . | 189 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 190 | 190 | ||
| 191 | ep-activity:DrillingActivity-fixed_equipment | 191 | ep-activity:DrillingActivity-fixed_equipment |
| 192 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 192 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
| 193 | rdfs:label "drilling activity - fixed equipment"^^xsd:string ; | 193 | rdfs:label "drilling activity - fixed equipment"^^xsd:string ; |
| 194 | rdfs:subClassOf ep-activity:DrillingActivity . | 194 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 195 | 195 | ||
| 196 | ep-activity:DrillingActivity-injury | 196 | ep-activity:DrillingActivity-injury |
| 197 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 197 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 198 | rdfs:label "drilling activity- injury"^^xsd:string ; | 198 | rdfs:label "drilling activity- injury"^^xsd:string ; |
| 199 | rdfs:subClassOf ep-activity:DrillingActivity . | 199 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 200 | 200 | ||
| 201 | ep-activity:DrillingActivity-kick | 201 | ep-activity:DrillingActivity-kick |
| 202 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 202 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 203 | rdfs:label "drilling activity - operation kick"^^xsd:string ; | 203 | rdfs:label "drilling activity - operation kick"^^xsd:string ; |
| 204 | rdfs:subClassOf ep-activity:DrillingActivity . | 204 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 205 | 205 | ||
| 206 | ep-activity:DrillingActivity-mud_loss | 206 | ep-activity:DrillingActivity-mud_loss |
| 207 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 207 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 208 | rdfs:label "drilling activity - mud loss"^^xsd:string ; | 208 | rdfs:label "drilling activity - mud loss"^^xsd:string ; |
| 209 | rdfs:subClassOf ep-activity:DrillingActivity . | 209 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 210 | 210 | ||
| 211 | ep-activity:DrillingActivity-operation_failed | 211 | ep-activity:DrillingActivity-operation_failed |
| 212 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 212 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 213 | rdfs:label "drilling activity - operation failed"^^xsd:string ; | 213 | rdfs:label "drilling activity - operation failed"^^xsd:string ; |
| 214 | rdfs:subClassOf ep-activity:DrillingActivity . | 214 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 215 | 215 | ||
| 216 | ep-activity:DrillingActivity-snubbing | 216 | ep-activity:DrillingActivity-snubbing |
| 217 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 217 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
| 218 | rdfs:label "drilling activity - snubbing"^^xsd:string ; | 218 | rdfs:label "drilling activity - snubbing"^^xsd:string ; |
| 219 | rdfs:subClassOf ep-activity:DrillingActivity . | 219 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 220 | 220 | ||
| 221 | ep-activity:DrillingActivity-stuck_equipment | 221 | ep-activity:DrillingActivity-stuck_equipment |
| 222 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 222 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 223 | rdfs:label "drilling activity - stuck equipment"^^xsd:string ; | 223 | rdfs:label "drilling activity - stuck equipment"^^xsd:string ; |
| 224 | rdfs:subClassOf ep-activity:DrillingActivity . | 224 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 225 | 225 | ||
| 226 | ep-activity:DrillingActivity-success | 226 | ep-activity:DrillingActivity-success |
| 227 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 227 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
| 228 | rdfs:label "drilling activity - success"^^xsd:string ; | 228 | rdfs:label "drilling activity - success"^^xsd:string ; |
| 229 | rdfs:subClassOf ep-activity:DrillingActivity . | 229 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 230 | 230 | ||
| 231 | ep-activity:DrillingActivity-wire_line | 231 | ep-activity:DrillingActivity-wire_line |
| 232 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 232 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
| 233 | rdfs:label "drilling activity - wireline"^^xsd:string ; | 233 | rdfs:label "drilling activity - wireline"^^xsd:string ; |
| 234 | rdfs:subClassOf ep-activity:DrillingActivity . | 234 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 235 | 235 | ||
| ... | @@ -254,7 +254,7 @@ ep-activity:ExtractAWellCore | ... | @@ -254,7 +254,7 @@ ep-activity:ExtractAWellCore |
| 254 | rdfs:subClassOf ep-activity:WellOperation . | 254 | rdfs:subClassOf ep-activity:WellOperation . |
| 255 | 255 | ||
| 256 | ep-activity:FailedActivity | 256 | ep-activity:FailedActivity |
| 257 | - rdf:type ep-activity:ActivitySuccessType , owl:Class ; | 257 | + rdf:type owl:Class , ep-activity:ActivitySuccessType ; |
| 258 | rdfs:label "failed activity"^^xsd:string ; | 258 | rdfs:label "failed activity"^^xsd:string ; |
| 259 | rdfs:subClassOf ep-activity:Activity ; | 259 | rdfs:subClassOf ep-activity:Activity ; |
| 260 | owl:disjointWith ep-activity:SuccessfulActivity . | 260 | owl:disjointWith ep-activity:SuccessfulActivity . |
| ... | @@ -265,7 +265,7 @@ ep-activity:FluidReading | ... | @@ -265,7 +265,7 @@ ep-activity:FluidReading |
| 265 | rdfs:subClassOf ep-activity:Activity . | 265 | rdfs:subClassOf ep-activity:Activity . |
| 266 | 266 | ||
| 267 | ep-activity:FormationIntegrityTest | 267 | ep-activity:FormationIntegrityTest |
| 268 | - rdf:type ep-activity:PressureTestType , owl:Class ; | 268 | + rdf:type owl:Class , ep-activity:PressureTestType ; |
| 269 | rdfs:label "formation integrity test"^^xsd:string ; | 269 | rdfs:label "formation integrity test"^^xsd:string ; |
| 270 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 270 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
| 271 | owl:disjointWith ep-activity:LeakOffTest . | 271 | owl:disjointWith ep-activity:LeakOffTest . |
| ... | @@ -335,7 +335,7 @@ ep-activity:GasReadingType | ... | @@ -335,7 +335,7 @@ ep-activity:GasReadingType |
| 335 | rdfs:subClassOf owl:Class . | 335 | rdfs:subClassOf owl:Class . |
| 336 | 336 | ||
| 337 | ep-activity:LeakOffTest | 337 | ep-activity:LeakOffTest |
| 338 | - rdf:type ep-activity:PressureTestType , owl:Class ; | 338 | + rdf:type owl:Class , ep-activity:PressureTestType ; |
| 339 | rdfs:label "leak-off test"^^xsd:string ; | 339 | rdfs:label "leak-off test"^^xsd:string ; |
| 340 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 340 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
| 341 | owl:disjointWith ep-activity:FormationIntegrityTest . | 341 | owl:disjointWith ep-activity:FormationIntegrityTest . |
| ... | @@ -366,7 +366,7 @@ ep-activity:OffshoreWellActivity | ... | @@ -366,7 +366,7 @@ ep-activity:OffshoreWellActivity |
| 366 | rdfs:subClassOf ep-activity:OffshoreActivity ; | 366 | rdfs:subClassOf ep-activity:OffshoreActivity ; |
| 367 | rdfs:subClassOf | 367 | rdfs:subClassOf |
| 368 | [ rdf:type owl:Restriction ; | 368 | [ rdf:type owl:Restriction ; |
| 369 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 369 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; |
| 370 | owl:onProperty ep-activity:onWell | 370 | owl:onProperty ep-activity:onWell |
| 371 | ] ; | 371 | ] ; |
| 372 | rdfs:subClassOf | 372 | rdfs:subClassOf |
| ... | @@ -376,7 +376,7 @@ ep-activity:OffshoreWellActivity | ... | @@ -376,7 +376,7 @@ ep-activity:OffshoreWellActivity |
| 376 | ] ; | 376 | ] ; |
| 377 | rdfs:subClassOf | 377 | rdfs:subClassOf |
| 378 | [ rdf:type owl:Restriction ; | 378 | [ rdf:type owl:Restriction ; |
| 379 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; | 379 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 380 | owl:onProperty ep-activity:onWell | 380 | owl:onProperty ep-activity:onWell |
| 381 | ] . | 381 | ] . |
| 382 | 382 | ||
| ... | @@ -396,13 +396,13 @@ ep-activity:PorePressureDeterminationType | ... | @@ -396,13 +396,13 @@ ep-activity:PorePressureDeterminationType |
| 396 | rdfs:subClassOf owl:Class . | 396 | rdfs:subClassOf owl:Class . |
| 397 | 397 | ||
| 398 | ep-activity:PorePressureEstimation | 398 | ep-activity:PorePressureEstimation |
| 399 | - rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; | 399 | + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; |
| 400 | rdfs:label "pore pressure estimation"^^xsd:string ; | 400 | rdfs:label "pore pressure estimation"^^xsd:string ; |
| 401 | rdfs:subClassOf ep-activity:PorePressureDetermination ; | 401 | rdfs:subClassOf ep-activity:PorePressureDetermination ; |
| 402 | owl:disjointWith ep-activity:PorePressureMeasurement . | 402 | owl:disjointWith ep-activity:PorePressureMeasurement . |
| 403 | 403 | ||
| 404 | ep-activity:PorePressureMeasurement | 404 | ep-activity:PorePressureMeasurement |
| 405 | - rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; | 405 | + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; |
| 406 | rdfs:label "pore pressure measurement"^^xsd:string ; | 406 | rdfs:label "pore pressure measurement"^^xsd:string ; |
| 407 | rdfs:subClassOf ep-activity:PorePressureDetermination ; | 407 | rdfs:subClassOf ep-activity:PorePressureDetermination ; |
| 408 | owl:disjointWith ep-activity:PorePressureEstimation . | 408 | owl:disjointWith ep-activity:PorePressureEstimation . |
| ... | @@ -423,14 +423,14 @@ ep-activity:ProductionActivity | ... | @@ -423,14 +423,14 @@ ep-activity:ProductionActivity |
| 423 | rdfs:subClassOf ep-activity:Activity . | 423 | rdfs:subClassOf ep-activity:Activity . |
| 424 | 424 | ||
| 425 | ep-activity:ProductionTest | 425 | ep-activity:ProductionTest |
| 426 | - rdf:type ep-activity:WellTestType , owl:Class ; | 426 | + rdf:type owl:Class , ep-activity:WellTestType ; |
| 427 | rdfs:label "production test"^^xsd:string ; | 427 | rdfs:label "production test"^^xsd:string ; |
| 428 | rdfs:subClassOf ep-activity:WellTest ; | 428 | rdfs:subClassOf ep-activity:WellTest ; |
| 429 | dc:description "A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."^^xsd:string ; | 429 | dc:description "A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."^^xsd:string ; |
| 430 | owl:disjointWith ep-activity:DrillStemTest . | 430 | owl:disjointWith ep-activity:DrillStemTest . |
| 431 | 431 | ||
| 432 | ep-activity:SuccessfulActivity | 432 | ep-activity:SuccessfulActivity |
| 433 | - rdf:type ep-activity:ActivitySuccessType , owl:Class ; | 433 | + rdf:type owl:Class , ep-activity:ActivitySuccessType ; |
| 434 | rdfs:label "successful activity"^^xsd:string ; | 434 | rdfs:label "successful activity"^^xsd:string ; |
| 435 | rdfs:subClassOf ep-activity:Activity ; | 435 | rdfs:subClassOf ep-activity:Activity ; |
| 436 | owl:disjointWith ep-activity:FailedActivity . | 436 | owl:disjointWith ep-activity:FailedActivity . |
| ... | @@ -495,23 +495,23 @@ ep-activity:WellCementJob | ... | @@ -495,23 +495,23 @@ ep-activity:WellCementJob |
| 495 | rdfs:subClassOf ep-activity:WellOperation . | 495 | rdfs:subClassOf ep-activity:WellOperation . |
| 496 | 496 | ||
| 497 | ep-activity:WellCementJob-other | 497 | ep-activity:WellCementJob-other |
| 498 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 498 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
| 499 | rdfs:label "well cement job other"^^xsd:string ; | 499 | rdfs:label "well cement job other"^^xsd:string ; |
| 500 | rdfs:subClassOf ep-activity:WellCementJob ; | 500 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 501 | - owl:disjointWith ep-activity:WellCementJob-plug , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-squeeze . | 501 | + owl:disjointWith ep-activity:WellCementJob-squeeze , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-plug . |
| 502 | 502 | ||
| 503 | ep-activity:WellCementJob-plug | 503 | ep-activity:WellCementJob-plug |
| 504 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 504 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
| 505 | rdfs:label "well cement job plug"^^xsd:string ; | 505 | rdfs:label "well cement job plug"^^xsd:string ; |
| 506 | rdfs:subClassOf ep-activity:WellCementJob . | 506 | rdfs:subClassOf ep-activity:WellCementJob . |
| 507 | 507 | ||
| 508 | ep-activity:WellCementJob-primary | 508 | ep-activity:WellCementJob-primary |
| 509 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 509 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
| 510 | rdfs:label "well cement job primary"^^xsd:string ; | 510 | rdfs:label "well cement job primary"^^xsd:string ; |
| 511 | rdfs:subClassOf ep-activity:WellCementJob . | 511 | rdfs:subClassOf ep-activity:WellCementJob . |
| 512 | 512 | ||
| 513 | ep-activity:WellCementJob-squeeze | 513 | ep-activity:WellCementJob-squeeze |
| 514 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 514 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
| 515 | rdfs:label "well cement job squeeze"^^xsd:string ; | 515 | rdfs:label "well cement job squeeze"^^xsd:string ; |
| 516 | rdfs:subClassOf ep-activity:WellCementJob . | 516 | rdfs:subClassOf ep-activity:WellCementJob . |
| 517 | 517 | ||
| ... | @@ -556,73 +556,73 @@ ep-activity:WellCementJobTopPlugType | ... | @@ -556,73 +556,73 @@ ep-activity:WellCementJobTopPlugType |
| 556 | rdfs:subClassOf owl:Class . | 556 | rdfs:subClassOf owl:Class . |
| 557 | 557 | ||
| 558 | ep-activity:WellCementJobWithBottomPlug | 558 | ep-activity:WellCementJobWithBottomPlug |
| 559 | - rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; | 559 | + rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; |
| 560 | rdfs:label "well cement job with bottom plug"^^xsd:string ; | 560 | rdfs:label "well cement job with bottom plug"^^xsd:string ; |
| 561 | rdfs:subClassOf ep-activity:WellCementJob ; | 561 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 562 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . | 562 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . |
| 563 | 563 | ||
| 564 | ep-activity:WellCementJobWithCasingReciprocation | 564 | ep-activity:WellCementJobWithCasingReciprocation |
| 565 | - rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; | 565 | + rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; |
| 566 | rdfs:label "well cement job with casing reciprocation"^^xsd:string ; | 566 | rdfs:label "well cement job with casing reciprocation"^^xsd:string ; |
| 567 | rdfs:subClassOf ep-activity:WellCementJob ; | 567 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 568 | owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . | 568 | owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . |
| 569 | 569 | ||
| 570 | ep-activity:WellCementJobWithCasingRotation | 570 | ep-activity:WellCementJobWithCasingRotation |
| 571 | - rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; | 571 | + rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; |
| 572 | rdfs:label "well cement job with casing rotation"^^xsd:string ; | 572 | rdfs:label "well cement job with casing rotation"^^xsd:string ; |
| 573 | rdfs:subClassOf ep-activity:WellCementJob ; | 573 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 574 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . | 574 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . |
| 575 | 575 | ||
| 576 | ep-activity:WellCementJobWithFloatHolding | 576 | ep-activity:WellCementJobWithFloatHolding |
| 577 | - rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; | 577 | + rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; |
| 578 | rdfs:label "well cement job with float holding"^^xsd:string ; | 578 | rdfs:label "well cement job with float holding"^^xsd:string ; |
| 579 | rdfs:subClassOf ep-activity:WellCementJob ; | 579 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 580 | owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . | 580 | owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . |
| 581 | 581 | ||
| 582 | ep-activity:WellCementJobWithPlugBumping | 582 | ep-activity:WellCementJobWithPlugBumping |
| 583 | - rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; | 583 | + rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; |
| 584 | rdfs:label "well cement job with plug bumping"^^xsd:string ; | 584 | rdfs:label "well cement job with plug bumping"^^xsd:string ; |
| 585 | rdfs:subClassOf ep-activity:WellCementJob ; | 585 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 586 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . | 586 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . |
| 587 | 587 | ||
| 588 | ep-activity:WellCementJobWithTopPlug | 588 | ep-activity:WellCementJobWithTopPlug |
| 589 | - rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; | 589 | + rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; |
| 590 | rdfs:label "well cement job with top plug"^^xsd:string ; | 590 | rdfs:label "well cement job with top plug"^^xsd:string ; |
| 591 | rdfs:subClassOf ep-activity:WellCementJob ; | 591 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 592 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . | 592 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . |
| 593 | 593 | ||
| 594 | ep-activity:WellCementJobWithoutBottomPlug | 594 | ep-activity:WellCementJobWithoutBottomPlug |
| 595 | - rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; | 595 | + rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; |
| 596 | rdfs:label "well cement job without bottom plug"^^xsd:string ; | 596 | rdfs:label "well cement job without bottom plug"^^xsd:string ; |
| 597 | rdfs:subClassOf ep-activity:WellCementJob ; | 597 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 598 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . | 598 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . |
| 599 | 599 | ||
| 600 | ep-activity:WellCementJobWithoutCasingReciprocation | 600 | ep-activity:WellCementJobWithoutCasingReciprocation |
| 601 | - rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; | 601 | + rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; |
| 602 | rdfs:label "well cement job without casing reciprocation"^^xsd:string ; | 602 | rdfs:label "well cement job without casing reciprocation"^^xsd:string ; |
| 603 | rdfs:subClassOf ep-activity:WellCementJob ; | 603 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 604 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . | 604 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . |
| 605 | 605 | ||
| 606 | ep-activity:WellCementJobWithoutCasingRotation | 606 | ep-activity:WellCementJobWithoutCasingRotation |
| 607 | - rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; | 607 | + rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; |
| 608 | rdfs:label "well cement job without casing rotation"^^xsd:string ; | 608 | rdfs:label "well cement job without casing rotation"^^xsd:string ; |
| 609 | rdfs:subClassOf ep-activity:WellCementJob ; | 609 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 610 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . | 610 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . |
| 611 | 611 | ||
| 612 | ep-activity:WellCementJobWithoutFloatHolding | 612 | ep-activity:WellCementJobWithoutFloatHolding |
| 613 | - rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; | 613 | + rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; |
| 614 | rdfs:label "well cement job without float holding"^^xsd:string ; | 614 | rdfs:label "well cement job without float holding"^^xsd:string ; |
| 615 | rdfs:subClassOf ep-activity:WellCementJob ; | 615 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 616 | owl:disjointWith ep-activity:WellCementJobWithFloatHolding . | 616 | owl:disjointWith ep-activity:WellCementJobWithFloatHolding . |
| 617 | 617 | ||
| 618 | ep-activity:WellCementJobWithoutPlugBumping | 618 | ep-activity:WellCementJobWithoutPlugBumping |
| 619 | - rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; | 619 | + rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; |
| 620 | rdfs:label "well cement job without plug bumping"^^xsd:string ; | 620 | rdfs:label "well cement job without plug bumping"^^xsd:string ; |
| 621 | rdfs:subClassOf ep-activity:WellCementJob ; | 621 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 622 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . | 622 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . |
| 623 | 623 | ||
| 624 | ep-activity:WellCementJobWithoutTopPlug | 624 | ep-activity:WellCementJobWithoutTopPlug |
| 625 | - rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; | 625 | + rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; |
| 626 | rdfs:label "well cement job without top plug"^^xsd:string ; | 626 | rdfs:label "well cement job without top plug"^^xsd:string ; |
| 627 | rdfs:subClassOf ep-activity:WellCementJob ; | 627 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 628 | owl:disjointWith ep-activity:WellCementJobWithTopPlug . | 628 | owl:disjointWith ep-activity:WellCementJobWithTopPlug . |
| ... | @@ -638,13 +638,13 @@ ep-activity:WellCementPumpingFluidReturnType | ... | @@ -638,13 +638,13 @@ ep-activity:WellCementPumpingFluidReturnType |
| 638 | rdfs:subClassOf owl:Class . | 638 | rdfs:subClassOf owl:Class . |
| 639 | 639 | ||
| 640 | ep-activity:WellCementPumpingWithFluidReturn | 640 | ep-activity:WellCementPumpingWithFluidReturn |
| 641 | - rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; | 641 | + rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; |
| 642 | rdfs:label "well cement pumping with fluid return"^^xsd:string ; | 642 | rdfs:label "well cement pumping with fluid return"^^xsd:string ; |
| 643 | rdfs:subClassOf ep-activity:WellCementPumping ; | 643 | rdfs:subClassOf ep-activity:WellCementPumping ; |
| 644 | owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . | 644 | owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . |
| 645 | 645 | ||
| 646 | ep-activity:WellCementPumpingWithoutFluidReturn | 646 | ep-activity:WellCementPumpingWithoutFluidReturn |
| 647 | - rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; | 647 | + rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; |
| 648 | rdfs:label "well cement pumping without fluid return"^^xsd:string ; | 648 | rdfs:label "well cement pumping without fluid return"^^xsd:string ; |
| 649 | rdfs:subClassOf ep-activity:WellCementPumping ; | 649 | rdfs:subClassOf ep-activity:WellCementPumping ; |
| 650 | owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn . | 650 | owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn . |
| ... | @@ -660,28 +660,28 @@ ep-activity:WellControlIncident | ... | @@ -660,28 +660,28 @@ ep-activity:WellControlIncident |
| 660 | rdfs:subClassOf ep-activity:WellOperation . | 660 | rdfs:subClassOf ep-activity:WellOperation . |
| 661 | 661 | ||
| 662 | ep-activity:WellControlIncident-gas_kick | 662 | ep-activity:WellControlIncident-gas_kick |
| 663 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 663 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
| 664 | rdfs:label "well control incident gas kick"^^xsd:string ; | 664 | rdfs:label "well control incident gas kick"^^xsd:string ; |
| 665 | rdfs:subClassOf ep-activity:WellControlIncident ; | 665 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 666 | - owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick . | 666 | + owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick . |
| 667 | 667 | ||
| 668 | ep-activity:WellControlIncident-oil_kick | 668 | ep-activity:WellControlIncident-oil_kick |
| 669 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 669 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
| 670 | rdfs:label "well control incident oil kick"^^xsd:string ; | 670 | rdfs:label "well control incident oil kick"^^xsd:string ; |
| 671 | rdfs:subClassOf ep-activity:WellControlIncident ; | 671 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 672 | - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick . | 672 | + owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-gas_kick . |
| 673 | 673 | ||
| 674 | ep-activity:WellControlIncident-shallow_gas_kick | 674 | ep-activity:WellControlIncident-shallow_gas_kick |
| 675 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 675 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
| 676 | rdfs:label "well control incident shallow gas kick"^^xsd:string ; | 676 | rdfs:label "well control incident shallow gas kick"^^xsd:string ; |
| 677 | rdfs:subClassOf ep-activity:WellControlIncident ; | 677 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 678 | - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick . | 678 | + owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-gas_kick . |
| 679 | 679 | ||
| 680 | ep-activity:WellControlIncident-water_kick | 680 | ep-activity:WellControlIncident-water_kick |
| 681 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 681 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
| 682 | rdfs:label "well control incident water kick"^^xsd:string ; | 682 | rdfs:label "well control incident water kick"^^xsd:string ; |
| 683 | rdfs:subClassOf ep-activity:WellControlIncident ; | 683 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 684 | - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick . | 684 | + owl:disjointWith ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-gas_kick . |
| 685 | 685 | ||
| 686 | ep-activity:WellControlIncidentType | 686 | ep-activity:WellControlIncidentType |
| 687 | rdf:type rdfs:Class ; | 687 | rdf:type rdfs:Class ; |
| ... | @@ -694,40 +694,40 @@ ep-activity:WellKilling | ... | @@ -694,40 +694,40 @@ ep-activity:WellKilling |
| 694 | rdfs:subClassOf ep-activity:WellOperation . | 694 | rdfs:subClassOf ep-activity:WellOperation . |
| 695 | 695 | ||
| 696 | ep-activity:WellKilling-bullheading | 696 | ep-activity:WellKilling-bullheading |
| 697 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 697 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 698 | rdfs:label "well killing bullheading"^^xsd:string ; | 698 | rdfs:label "well killing bullheading"^^xsd:string ; |
| 699 | rdfs:subClassOf ep-activity:WellKilling ; | 699 | rdfs:subClassOf ep-activity:WellKilling ; |
| 700 | - 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 . | 700 | + 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 . |
| 701 | 701 | ||
| 702 | ep-activity:WellKilling-drillers_method | 702 | ep-activity:WellKilling-drillers_method |
| 703 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 703 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 704 | rdfs:label "well killing drillers method"^^xsd:string ; | 704 | rdfs:label "well killing drillers method"^^xsd:string ; |
| 705 | rdfs:subClassOf ep-activity:WellKilling ; | 705 | rdfs:subClassOf ep-activity:WellKilling ; |
| 706 | - 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 . | 706 | + 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 . |
| 707 | 707 | ||
| 708 | ep-activity:WellKilling-forward_circulation | 708 | ep-activity:WellKilling-forward_circulation |
| 709 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 709 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 710 | rdfs:label "well killing forward circulation"^^xsd:string ; | 710 | rdfs:label "well killing forward circulation"^^xsd:string ; |
| 711 | rdfs:subClassOf ep-activity:WellKilling ; | 711 | rdfs:subClassOf ep-activity:WellKilling ; |
| 712 | - 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 . | 712 | + 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 . |
| 713 | 713 | ||
| 714 | ep-activity:WellKilling-lubricate_and_bleed | 714 | ep-activity:WellKilling-lubricate_and_bleed |
| 715 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 715 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 716 | rdfs:label "well killing lubricate and bleed"^^xsd:string ; | 716 | rdfs:label "well killing lubricate and bleed"^^xsd:string ; |
| 717 | rdfs:subClassOf ep-activity:WellKilling ; | 717 | rdfs:subClassOf ep-activity:WellKilling ; |
| 718 | - 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 . | 718 | + 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 . |
| 719 | 719 | ||
| 720 | ep-activity:WellKilling-reverse_circulation | 720 | ep-activity:WellKilling-reverse_circulation |
| 721 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 721 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 722 | rdfs:label "well killing reverse circulation"^^xsd:string ; | 722 | rdfs:label "well killing reverse circulation"^^xsd:string ; |
| 723 | rdfs:subClassOf ep-activity:WellKilling ; | 723 | rdfs:subClassOf ep-activity:WellKilling ; |
| 724 | - 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 . | 724 | + 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 . |
| 725 | 725 | ||
| 726 | ep-activity:WellKilling-wait_and_weight | 726 | ep-activity:WellKilling-wait_and_weight |
| 727 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 727 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 728 | rdfs:label "well killing wait and weight"^^xsd:string ; | 728 | rdfs:label "well killing wait and weight"^^xsd:string ; |
| 729 | rdfs:subClassOf ep-activity:WellKilling ; | 729 | rdfs:subClassOf ep-activity:WellKilling ; |
| 730 | - 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 . | 730 | + 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 . |
| 731 | 731 | ||
| 732 | ep-activity:WellKillingType | 732 | ep-activity:WellKillingType |
| 733 | rdf:type rdfs:Class ; | 733 | rdf:type rdfs:Class ; |
| ... | @@ -766,25 +766,25 @@ ep-activity:WirelineFormationTestType | ... | @@ -766,25 +766,25 @@ ep-activity:WirelineFormationTestType |
| 766 | rdfs:subClassOf owl:Class . | 766 | rdfs:subClassOf owl:Class . |
| 767 | 767 | ||
| 768 | ep-activity:WirelineFormationTestWithGoodSeal | 768 | ep-activity:WirelineFormationTestWithGoodSeal |
| 769 | - rdf:type ep-activity:WirelineFormationTestType , owl:Class ; | 769 | + rdf:type owl:Class , ep-activity:WirelineFormationTestType ; |
| 770 | rdfs:label "wireline formation test with a good seal"^^xsd:string ; | 770 | rdfs:label "wireline formation test with a good seal"^^xsd:string ; |
| 771 | rdfs:subClassOf ep-activity:WirelineFormationTest ; | 771 | rdfs:subClassOf ep-activity:WirelineFormationTest ; |
| 772 | owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . | 772 | owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . |
| 773 | 773 | ||
| 774 | ep-activity:WirelineFormationTestWithoutGoodSeal | 774 | ep-activity:WirelineFormationTestWithoutGoodSeal |
| 775 | - rdf:type ep-activity:WirelineFormationTestType , owl:Class ; | 775 | + rdf:type owl:Class , ep-activity:WirelineFormationTestType ; |
| 776 | rdfs:label "wireline formation test without a good seal"^^xsd:string ; | 776 | rdfs:label "wireline formation test without a good seal"^^xsd:string ; |
| 777 | rdfs:subClassOf ep-activity:WirelineFormationTest ; | 777 | rdfs:subClassOf ep-activity:WirelineFormationTest ; |
| 778 | owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . | 778 | owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . |
| 779 | 779 | ||
| 780 | ep-activity:averageRateOfDrilling | 780 | ep-activity:averageRateOfDrilling |
| 781 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 781 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 782 | rdfs:domain ep-activity:DrillingActivity ; | 782 | rdfs:domain ep-activity:DrillingActivity ; |
| 783 | rdfs:label "average rate of drilling"^^xsd:string ; | 783 | rdfs:label "average rate of drilling"^^xsd:string ; |
| 784 | rdfs:range ep-core:Speed . | 784 | rdfs:range ep-core:Speed . |
| 785 | 785 | ||
| 786 | ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod | 786 | ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod |
| 787 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 787 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 788 | rdfs:domain ep-activity:DailyDrillingActivity ; | 788 | rdfs:domain ep-activity:DailyDrillingActivity ; |
| 789 | rdfs:label "description of activities following the daily reporting period"^^xsd:string ; | 789 | rdfs:label "description of activities following the daily reporting period"^^xsd:string ; |
| 790 | rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> . | 790 | rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> . |
| ... | @@ -800,25 +800,25 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod | ... | @@ -800,25 +800,25 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod |
| 800 | rdfs:label "description of activities within the daily reporting period"^^xsd:string . | 800 | rdfs:label "description of activities within the daily reporting period"^^xsd:string . |
| 801 | 801 | ||
| 802 | ep-activity:distanceDrilled | 802 | ep-activity:distanceDrilled |
| 803 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 803 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 804 | rdfs:domain ep-activity:DrillingActivity ; | 804 | rdfs:domain ep-activity:DrillingActivity ; |
| 805 | rdfs:label "final rate of drilling"^^xsd:string ; | 805 | rdfs:label "final rate of drilling"^^xsd:string ; |
| 806 | rdfs:range ep-core:Length . | 806 | rdfs:range ep-core:Length . |
| 807 | 807 | ||
| 808 | ep-activity:drillingContractor | 808 | ep-activity:drillingContractor |
| 809 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 809 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 810 | rdfs:domain ep-activity:DrillingActivity ; | 810 | rdfs:domain ep-activity:DrillingActivity ; |
| 811 | rdfs:label "drilling contractor"^^xsd:string ; | 811 | rdfs:label "drilling contractor"^^xsd:string ; |
| 812 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 812 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 813 | 813 | ||
| 814 | ep-activity:drillingOperator | 814 | ep-activity:drillingOperator |
| 815 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 815 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 816 | rdfs:domain ep-activity:DrillingActivity ; | 816 | rdfs:domain ep-activity:DrillingActivity ; |
| 817 | rdfs:label "drilling operator"^^xsd:string ; | 817 | rdfs:label "drilling operator"^^xsd:string ; |
| 818 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 818 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 819 | 819 | ||
| 820 | ep-activity:durationOfDrilling | 820 | ep-activity:durationOfDrilling |
| 821 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 821 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 822 | rdfs:domain ep-activity:DrillingActivity ; | 822 | rdfs:domain ep-activity:DrillingActivity ; |
| 823 | rdfs:label "duration of drilling"^^xsd:string ; | 823 | rdfs:label "duration of drilling"^^xsd:string ; |
| 824 | rdfs:range ep-core:TimeDuration . | 824 | rdfs:range ep-core:TimeDuration . |
| ... | @@ -830,25 +830,25 @@ ep-activity:failedEquipment | ... | @@ -830,25 +830,25 @@ ep-activity:failedEquipment |
| 830 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 830 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 831 | 831 | ||
| 832 | ep-activity:finalRateOfDrilling | 832 | ep-activity:finalRateOfDrilling |
| 833 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 833 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 834 | rdfs:domain ep-activity:DrillingActivity ; | 834 | rdfs:domain ep-activity:DrillingActivity ; |
| 835 | rdfs:label "final rate of drilling"^^xsd:string ; | 835 | rdfs:label "final rate of drilling"^^xsd:string ; |
| 836 | rdfs:range ep-core:Speed . | 836 | rdfs:range ep-core:Speed . |
| 837 | 837 | ||
| 838 | ep-activity:finishedAt | 838 | ep-activity:finishedAt |
| 839 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 839 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 840 | rdfs:domain ep-activity:Activity ; | 840 | rdfs:domain ep-activity:Activity ; |
| 841 | rdfs:label "finished at"^^xsd:string ; | 841 | rdfs:label "finished at"^^xsd:string ; |
| 842 | - rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 842 | + rdfs:range xsd:dateTime . |
| 843 | 843 | ||
| 844 | ep-activity:fluidProducedByWellTest | 844 | ep-activity:fluidProducedByWellTest |
| 845 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 845 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 846 | rdfs:domain ep-activity:WellTest ; | 846 | rdfs:domain ep-activity:WellTest ; |
| 847 | rdfs:label "fluid produced by well test"^^xsd:string ; | 847 | rdfs:label "fluid produced by well test"^^xsd:string ; |
| 848 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . | 848 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . |
| 849 | 849 | ||
| 850 | ep-activity:hasCasingLinerTubing | 850 | ep-activity:hasCasingLinerTubing |
| 851 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 851 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 852 | rdfs:domain ep-activity:WellStimulation ; | 852 | rdfs:domain ep-activity:WellStimulation ; |
| 853 | rdfs:label "has Casing/Liner/Tubing"^^xsd:string . | 853 | rdfs:label "has Casing/Liner/Tubing"^^xsd:string . |
| 854 | 854 | ||
| ... | @@ -857,18 +857,18 @@ ep-activity:hasCasingString | ... | @@ -857,18 +857,18 @@ ep-activity:hasCasingString |
| 857 | rdfs:label "has casing string"^^xsd:string . | 857 | rdfs:label "has casing string"^^xsd:string . |
| 858 | 858 | ||
| 859 | ep-activity:hasChokeValve | 859 | ep-activity:hasChokeValve |
| 860 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 860 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 861 | rdfs:label "has choke valve"^^xsd:string ; | 861 | rdfs:label "has choke valve"^^xsd:string ; |
| 862 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . | 862 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . |
| 863 | 863 | ||
| 864 | ep-activity:hasDrillBit | 864 | ep-activity:hasDrillBit |
| 865 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 865 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 866 | rdfs:domain ep-activity:DrillingActivity ; | 866 | rdfs:domain ep-activity:DrillingActivity ; |
| 867 | rdfs:label "has drill bit"^^xsd:string ; | 867 | rdfs:label "has drill bit"^^xsd:string ; |
| 868 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . | 868 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . |
| 869 | 869 | ||
| 870 | ep-activity:hasDrillingFluid | 870 | ep-activity:hasDrillingFluid |
| 871 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 871 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 872 | rdfs:domain ep-activity:DrillingActivity ; | 872 | rdfs:domain ep-activity:DrillingActivity ; |
| 873 | rdfs:label "has drilling fluid"^^xsd:string ; | 873 | rdfs:label "has drilling fluid"^^xsd:string ; |
| 874 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . | 874 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . |
| ... | @@ -884,13 +884,13 @@ ep-activity:hasSubActivity | ... | @@ -884,13 +884,13 @@ ep-activity:hasSubActivity |
| 884 | rdfs:label "has sub activity"^^xsd:string . | 884 | rdfs:label "has sub activity"^^xsd:string . |
| 885 | 885 | ||
| 886 | ep-activity:hasWellTestChoke | 886 | ep-activity:hasWellTestChoke |
| 887 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 887 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 888 | rdfs:domain ep-activity:WellTest ; | 888 | rdfs:domain ep-activity:WellTest ; |
| 889 | rdfs:label "has well test choke"^^xsd:string ; | 889 | rdfs:label "has well test choke"^^xsd:string ; |
| 890 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . | 890 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . |
| 891 | 891 | ||
| 892 | ep-activity:identificationNumberOfCore | 892 | ep-activity:identificationNumberOfCore |
| 893 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 893 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 894 | rdfs:domain ep-activity:ExtractAWellCore ; | 894 | rdfs:domain ep-activity:ExtractAWellCore ; |
| 895 | rdfs:label "identification number of core"^^xsd:string . | 895 | rdfs:label "identification number of core"^^xsd:string . |
| 896 | 896 | ||
| ... | @@ -900,19 +900,19 @@ ep-activity:logRunNumber | ... | @@ -900,19 +900,19 @@ ep-activity:logRunNumber |
| 900 | rdfs:label "log run number"^^xsd:string . | 900 | rdfs:label "log run number"^^xsd:string . |
| 901 | 901 | ||
| 902 | ep-activity:loggedWellBoreInterval | 902 | ep-activity:loggedWellBoreInterval |
| 903 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 903 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 904 | rdfs:domain ep-activity:WellBoreLogRun ; | 904 | rdfs:domain ep-activity:WellBoreLogRun ; |
| 905 | rdfs:label "logged wellbore interval"^^xsd:string ; | 905 | rdfs:label "logged wellbore interval"^^xsd:string ; |
| 906 | rdfs:range ep-core:PhysicalObject . | 906 | rdfs:range ep-core:PhysicalObject . |
| 907 | 907 | ||
| 908 | ep-activity:measuredDepthOfFluidSampling | 908 | ep-activity:measuredDepthOfFluidSampling |
| 909 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 909 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 910 | rdfs:domain ep-activity:WirelineFormationTest ; | 910 | rdfs:domain ep-activity:WirelineFormationTest ; |
| 911 | rdfs:label "measured depth of fluid sampling"^^xsd:string ; | 911 | rdfs:label "measured depth of fluid sampling"^^xsd:string ; |
| 912 | rdfs:range ep-core:Length . | 912 | rdfs:range ep-core:Length . |
| 913 | 913 | ||
| 914 | ep-activity:missedProductionTime | 914 | ep-activity:missedProductionTime |
| 915 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 915 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 916 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 916 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
| 917 | rdfs:label "missed production time"^^xsd:string ; | 917 | rdfs:label "missed production time"^^xsd:string ; |
| 918 | rdfs:range ep-core:TimeDuration . | 918 | rdfs:range ep-core:TimeDuration . |
| ... | @@ -921,10 +921,10 @@ ep-activity:nominallyAt | ... | @@ -921,10 +921,10 @@ ep-activity:nominallyAt |
| 921 | rdf:type owl:DatatypeProperty ; | 921 | rdf:type owl:DatatypeProperty ; |
| 922 | rdfs:domain ep-activity:Activity ; | 922 | rdfs:domain ep-activity:Activity ; |
| 923 | rdfs:label "nominal time"^^xsd:string ; | 923 | rdfs:label "nominal time"^^xsd:string ; |
| 924 | - rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 924 | + rdfs:range xsd:dateTime . |
| 925 | 925 | ||
| 926 | ep-activity:onDrillBit | 926 | ep-activity:onDrillBit |
| 927 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 927 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 928 | rdfs:domain ep-activity:WellBoreBitRunDrilling ; | 928 | rdfs:domain ep-activity:WellBoreBitRunDrilling ; |
| 929 | rdfs:label "on drill bit"^^xsd:string ; | 929 | rdfs:label "on drill bit"^^xsd:string ; |
| 930 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . | 930 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . |
| ... | @@ -934,7 +934,7 @@ ep-activity:onFluid | ... | @@ -934,7 +934,7 @@ ep-activity:onFluid |
| 934 | rdfs:label "on WellBore"^^xsd:string . | 934 | rdfs:label "on WellBore"^^xsd:string . |
| 935 | 935 | ||
| 936 | ep-activity:onRig | 936 | ep-activity:onRig |
| 937 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 937 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 938 | rdfs:domain ep-activity:DrillingActivity ; | 938 | rdfs:domain ep-activity:DrillingActivity ; |
| 939 | rdfs:label "on rig"^^xsd:string ; | 939 | rdfs:label "on rig"^^xsd:string ; |
| 940 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . | 940 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . |
| ... | @@ -946,19 +946,19 @@ ep-activity:onWell | ... | @@ -946,19 +946,19 @@ ep-activity:onWell |
| 946 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . | 946 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . |
| 947 | 947 | ||
| 948 | ep-activity:onWellBore | 948 | ep-activity:onWellBore |
| 949 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 949 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 950 | rdfs:domain ep-activity:DrillingActivity ; | 950 | rdfs:domain ep-activity:DrillingActivity ; |
| 951 | rdfs:label "on wellbore"^^xsd:string ; | 951 | rdfs:label "on wellbore"^^xsd:string ; |
| 952 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . | 952 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . |
| 953 | 953 | ||
| 954 | ep-activity:operatingTimeOfDrillBit | 954 | ep-activity:operatingTimeOfDrillBit |
| 955 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 955 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 956 | rdfs:domain ep-activity:DrillingActivity ; | 956 | rdfs:domain ep-activity:DrillingActivity ; |
| 957 | rdfs:label "operating time of drill bit"^^xsd:string ; | 957 | rdfs:label "operating time of drill bit"^^xsd:string ; |
| 958 | rdfs:range ep-core:TimeDuration . | 958 | rdfs:range ep-core:TimeDuration . |
| 959 | 959 | ||
| 960 | ep-activity:pressureAtWhichPlugBumped | 960 | ep-activity:pressureAtWhichPlugBumped |
| 961 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 961 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 962 | rdfs:domain ep-activity:WellCementPumping ; | 962 | rdfs:domain ep-activity:WellCementPumping ; |
| 963 | rdfs:label "pressure at which plug bumped"^^xsd:string ; | 963 | rdfs:label "pressure at which plug bumped"^^xsd:string ; |
| 964 | rdfs:range ep-core:Pressure . | 964 | rdfs:range ep-core:Pressure . |
| ... | @@ -968,90 +968,90 @@ ep-activity:pumpedFluid | ... | @@ -968,90 +968,90 @@ ep-activity:pumpedFluid |
| 968 | rdfs:label "pumped fluid"^^xsd:string . | 968 | rdfs:label "pumped fluid"^^xsd:string . |
| 969 | 969 | ||
| 970 | ep-activity:recoveredCore | 970 | ep-activity:recoveredCore |
| 971 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 971 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 972 | rdfs:domain ep-activity:ExtractAWellCore ; | 972 | rdfs:domain ep-activity:ExtractAWellCore ; |
| 973 | rdfs:label "recovered core"^^xsd:string ; | 973 | rdfs:label "recovered core"^^xsd:string ; |
| 974 | rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . | 974 | rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . |
| 975 | 975 | ||
| 976 | ep-activity:returnedCementingFluid | 976 | ep-activity:returnedCementingFluid |
| 977 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 977 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 978 | rdfs:domain ep-activity:WellCementPumping ; | 978 | rdfs:domain ep-activity:WellCementPumping ; |
| 979 | rdfs:label "returned cementing fluid"^^xsd:string ; | 979 | rdfs:label "returned cementing fluid"^^xsd:string ; |
| 980 | rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . | 980 | rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . |
| 981 | 981 | ||
| 982 | ep-activity:sampledFluid | 982 | ep-activity:sampledFluid |
| 983 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 983 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 984 | rdfs:domain ep-activity:WirelineFormationTest ; | 984 | rdfs:domain ep-activity:WirelineFormationTest ; |
| 985 | rdfs:label "sampled fluid"^^xsd:string ; | 985 | rdfs:label "sampled fluid"^^xsd:string ; |
| 986 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . | 986 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . |
| 987 | 987 | ||
| 988 | ep-activity:serviceCompany | 988 | ep-activity:serviceCompany |
| 989 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 989 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 990 | rdfs:domain ep-activity:Activity ; | 990 | rdfs:domain ep-activity:Activity ; |
| 991 | rdfs:label "service company"^^xsd:string ; | 991 | rdfs:label "service company"^^xsd:string ; |
| 992 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 992 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 993 | 993 | ||
| 994 | ep-activity:startedAt | 994 | ep-activity:startedAt |
| 995 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 995 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 996 | rdfs:domain ep-activity:Activity ; | 996 | rdfs:domain ep-activity:Activity ; |
| 997 | rdfs:label "started at"^^xsd:string ; | 997 | rdfs:label "started at"^^xsd:string ; |
| 998 | - rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 998 | + rdfs:range xsd:dateTime . |
| 999 | 999 | ||
| 1000 | ep-activity:timeLost | 1000 | ep-activity:timeLost |
| 1001 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1001 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 1002 | rdfs:domain ep-activity:WellControlIncident ; | 1002 | rdfs:domain ep-activity:WellControlIncident ; |
| 1003 | rdfs:label "time lost"^^xsd:string ; | 1003 | rdfs:label "time lost"^^xsd:string ; |
| 1004 | rdfs:range ep-core:TimeDuration . | 1004 | rdfs:range ep-core:TimeDuration . |
| 1005 | 1005 | ||
| 1006 | ep-activity:timeOfFailure | 1006 | ep-activity:timeOfFailure |
| 1007 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 1007 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 1008 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 1008 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
| 1009 | rdfs:label "time of failure"^^xsd:string ; | 1009 | rdfs:label "time of failure"^^xsd:string ; |
| 1010 | - rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 1010 | + rdfs:range xsd:dateTime . |
| 1011 | 1011 | ||
| 1012 | ep-activity:timeOfRepair | 1012 | ep-activity:timeOfRepair |
| 1013 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 1013 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 1014 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 1014 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
| 1015 | rdfs:label "time of repair"^^xsd:string ; | 1015 | rdfs:label "time of repair"^^xsd:string ; |
| 1016 | - rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 1016 | + rdfs:range xsd:dateTime . |
| 1017 | 1017 | ||
| 1018 | ep-activity:volumeOfMudGained | 1018 | ep-activity:volumeOfMudGained |
| 1019 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 1019 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 1020 | rdfs:domain ep-activity:WellControlIncident ; | 1020 | rdfs:domain ep-activity:WellControlIncident ; |
| 1021 | rdfs:label "final rate of drilling"^^xsd:string ; | 1021 | rdfs:label "final rate of drilling"^^xsd:string ; |
| 1022 | rdfs:range ep-core:Volume . | 1022 | rdfs:range ep-core:Volume . |
| 1023 | 1023 | ||
| 1024 | ep-activity:wellBoreLoggingTool | 1024 | ep-activity:wellBoreLoggingTool |
| 1025 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1025 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 1026 | rdfs:domain ep-activity:WellBoreLogRun ; | 1026 | rdfs:domain ep-activity:WellBoreLogRun ; |
| 1027 | rdfs:label "well bore logging tool"^^xsd:string ; | 1027 | rdfs:label "well bore logging tool"^^xsd:string ; |
| 1028 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 1028 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 1029 | 1029 | ||
| 1030 | ep-activity:wellTestBottomHolePressure | 1030 | ep-activity:wellTestBottomHolePressure |
| 1031 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 1031 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 1032 | rdfs:domain ep-activity:WellTest ; | 1032 | rdfs:domain ep-activity:WellTest ; |
| 1033 | rdfs:label "well test bottom hole pressure"^^xsd:string ; | 1033 | rdfs:label "well test bottom hole pressure"^^xsd:string ; |
| 1034 | rdfs:range ep-core:Pressure . | 1034 | rdfs:range ep-core:Pressure . |
| 1035 | 1035 | ||
| 1036 | ep-activity:wellTestFlowingPressure | 1036 | ep-activity:wellTestFlowingPressure |
| 1037 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 1037 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 1038 | rdfs:domain ep-activity:WellTest ; | 1038 | rdfs:domain ep-activity:WellTest ; |
| 1039 | rdfs:label "well test flowing pressure"^^xsd:string ; | 1039 | rdfs:label "well test flowing pressure"^^xsd:string ; |
| 1040 | rdfs:range ep-core:Pressure . | 1040 | rdfs:range ep-core:Pressure . |
| 1041 | 1041 | ||
| 1042 | ep-activity:wellTestNumber | 1042 | ep-activity:wellTestNumber |
| 1043 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 1043 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 1044 | rdfs:domain ep-activity:WellTest ; | 1044 | rdfs:domain ep-activity:WellTest ; |
| 1045 | rdfs:label "well test number"^^xsd:string . | 1045 | rdfs:label "well test number"^^xsd:string . |
| 1046 | 1046 | ||
| 1047 | ep-activity:wellTestShutInPressure | 1047 | ep-activity:wellTestShutInPressure |
| 1048 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 1048 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
| 1049 | rdfs:domain ep-activity:WellTest ; | 1049 | rdfs:domain ep-activity:WellTest ; |
| 1050 | rdfs:label "well test shut-in pressure"^^xsd:string ; | 1050 | rdfs:label "well test shut-in pressure"^^xsd:string ; |
| 1051 | rdfs:range ep-core:Pressure . | 1051 | rdfs:range ep-core:Pressure . |
| 1052 | 1052 | ||
| 1053 | ep-activity:wellTestStoredOil | 1053 | ep-activity:wellTestStoredOil |
| 1054 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1054 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 1055 | rdfs:domain ep-activity:WellTest ; | 1055 | rdfs:domain ep-activity:WellTest ; |
| 1056 | rdfs:label "well test stored oil"^^xsd:string ; | 1056 | rdfs:label "well test stored oil"^^xsd:string ; |
| 1057 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Oil> . | 1057 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Oil> . | ... | ... |
-
Please register or login to post a comment