Name change to ep-activity:descriptionOfActivitiesForecastForTheNextDailyReporti…
…ngPeriod, and definition added for ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod
Showing
2 changed files
with
127 additions
and
120 deletions
| 1 | -# Saved by TopBraid on Thu Sep 22 16:48:39 BST 2011 | 1 | +# Saved by TopBraid on Fri Sep 23 15:33:43 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/activity | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/activity |
| 3 | # imports: http://www.linkedmodel.org/1.2/schema/vaem | 3 | # imports: http://www.linkedmodel.org/1.2/schema/vaem |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/organization | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/organization |
| 5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/well | 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/report |
| 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 7 | +# imports: http://www.reportinghub.no/ep/schema/1.0/well | ||
| 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment | 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/equipment |
| 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility | 9 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility |
| 9 | # imports: http://www.linkedmodel.org/1.1/schema/ordered | 10 | # imports: http://www.linkedmodel.org/1.1/schema/ordered |
| ... | @@ -18,7 +19,7 @@ | ... | @@ -18,7 +19,7 @@ |
| 18 | 19 | ||
| 19 | <http://www.reportinghub.no/ep/schema/1.0/activity> | 20 | <http://www.reportinghub.no/ep/schema/1.0/activity> |
| 20 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
| 21 | - 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/core> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; | 22 | + 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.linkedmodel.org/1.2/schema/vaem> , <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 . | 23 | owl:versionInfo "0.1.0"^^xsd:string . |
| 23 | 24 | ||
| 24 | ep-activity:Activity | 25 | ep-activity:Activity |
| ... | @@ -27,33 +28,33 @@ ep-activity:Activity | ... | @@ -27,33 +28,33 @@ ep-activity:Activity |
| 27 | rdfs:subClassOf ep-core:PhysicalThing ; | 28 | rdfs:subClassOf ep-core:PhysicalThing ; |
| 28 | rdfs:subClassOf | 29 | rdfs:subClassOf |
| 29 | [ rdf:type owl:Restriction ; | 30 | [ rdf:type owl:Restriction ; |
| 30 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 31 | + owl:allValuesFrom ep-activity:Activity ; |
| 31 | - owl:onProperty ep-activity:finishedAt | 32 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> |
| 32 | ] ; | 33 | ] ; |
| 33 | rdfs:subClassOf | 34 | rdfs:subClassOf |
| 34 | [ rdf:type owl:Restriction ; | 35 | [ rdf:type owl:Restriction ; |
| 35 | - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 36 | + owl:allValuesFrom ep-activity:Activity ; |
| 36 | - owl:onProperty ep-activity:startedAt | 37 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> |
| 37 | ] ; | 38 | ] ; |
| 38 | rdfs:subClassOf | 39 | rdfs:subClassOf |
| 39 | [ rdf:type owl:Restriction ; | 40 | [ rdf:type owl:Restriction ; |
| 40 | owl:allValuesFrom ep-activity:Activity ; | 41 | owl:allValuesFrom ep-activity:Activity ; |
| 41 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> | 42 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> |
| 42 | ] ; | 43 | ] ; |
| 43 | rdfs:subClassOf | 44 | rdfs:subClassOf |
| 44 | [ rdf:type owl:Restriction ; | 45 | [ rdf:type owl:Restriction ; |
| 45 | owl:allValuesFrom ep-activity:Activity ; | 46 | owl:allValuesFrom ep-activity:Activity ; |
| 46 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#before> | 47 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#after> |
| 47 | ] ; | 48 | ] ; |
| 48 | rdfs:subClassOf | 49 | rdfs:subClassOf |
| 49 | [ rdf:type owl:Restriction ; | 50 | [ rdf:type owl:Restriction ; |
| 50 | - owl:allValuesFrom ep-activity:Activity ; | 51 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
| 51 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> | 52 | + owl:onProperty ep-activity:startedAt |
| 52 | ] ; | 53 | ] ; |
| 53 | rdfs:subClassOf | 54 | rdfs:subClassOf |
| 54 | [ rdf:type owl:Restriction ; | 55 | [ rdf:type owl:Restriction ; |
| 55 | - owl:allValuesFrom ep-activity:Activity ; | 56 | + owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
| 56 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> | 57 | + owl:onProperty ep-activity:finishedAt |
| 57 | ] . | 58 | ] . |
| 58 | 59 | ||
| 59 | ep-activity:ActivitySuccessType | 60 | ep-activity:ActivitySuccessType |
| ... | @@ -67,13 +68,13 @@ ep-activity:DailyDrillingActivity | ... | @@ -67,13 +68,13 @@ ep-activity:DailyDrillingActivity |
| 67 | rdfs:subClassOf ep-activity:DrillingActivity ; | 68 | rdfs:subClassOf ep-activity:DrillingActivity ; |
| 68 | rdfs:subClassOf | 69 | rdfs:subClassOf |
| 69 | [ rdf:type owl:Restriction ; | 70 | [ rdf:type owl:Restriction ; |
| 70 | - owl:allValuesFrom ep-activity:Activity ; | 71 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 71 | - owl:onProperty ep-core:hasPart | 72 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> |
| 72 | ] ; | 73 | ] ; |
| 73 | rdfs:subClassOf | 74 | rdfs:subClassOf |
| 74 | [ rdf:type owl:Restriction ; | 75 | [ rdf:type owl:Restriction ; |
| 75 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 76 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; |
| 76 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | 77 | + owl:onProperty ep-activity:onWellBore |
| 77 | ] ; | 78 | ] ; |
| 78 | rdfs:subClassOf | 79 | rdfs:subClassOf |
| 79 | [ rdf:type owl:Restriction ; | 80 | [ rdf:type owl:Restriction ; |
| ... | @@ -82,13 +83,13 @@ ep-activity:DailyDrillingActivity | ... | @@ -82,13 +83,13 @@ ep-activity:DailyDrillingActivity |
| 82 | ] ; | 83 | ] ; |
| 83 | rdfs:subClassOf | 84 | rdfs:subClassOf |
| 84 | [ rdf:type owl:Restriction ; | 85 | [ rdf:type owl:Restriction ; |
| 85 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; | 86 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 86 | - owl:onProperty ep-activity:onWellBore | 87 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> |
| 87 | ] ; | 88 | ] ; |
| 88 | rdfs:subClassOf | 89 | rdfs:subClassOf |
| 89 | [ rdf:type owl:Restriction ; | 90 | [ rdf:type owl:Restriction ; |
| 90 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 91 | + owl:allValuesFrom ep-activity:Activity ; |
| 91 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> | 92 | + owl:onProperty ep-core:hasPart |
| 92 | ] . | 93 | ] . |
| 93 | 94 | ||
| 94 | ep-activity:DailyDrillingActivityToStatus | 95 | ep-activity:DailyDrillingActivityToStatus |
| ... | @@ -97,13 +98,13 @@ ep-activity:DailyDrillingActivityToStatus | ... | @@ -97,13 +98,13 @@ ep-activity:DailyDrillingActivityToStatus |
| 97 | rdfs:subClassOf ep-activity:DrillingActivity ; | 98 | rdfs:subClassOf ep-activity:DrillingActivity ; |
| 98 | rdfs:subClassOf | 99 | rdfs:subClassOf |
| 99 | [ rdf:type owl:Restriction ; | 100 | [ rdf:type owl:Restriction ; |
| 100 | - owl:allValuesFrom ep-activity:Activity ; | 101 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 101 | - owl:onProperty ep-core:hasPart | 102 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> |
| 102 | ] ; | 103 | ] ; |
| 103 | rdfs:subClassOf | 104 | rdfs:subClassOf |
| 104 | [ rdf:type owl:Restriction ; | 105 | [ rdf:type owl:Restriction ; |
| 105 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 106 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; |
| 106 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> | 107 | + owl:onProperty ep-activity:onWellBore |
| 107 | ] ; | 108 | ] ; |
| 108 | rdfs:subClassOf | 109 | rdfs:subClassOf |
| 109 | [ rdf:type owl:Restriction ; | 110 | [ rdf:type owl:Restriction ; |
| ... | @@ -112,13 +113,13 @@ ep-activity:DailyDrillingActivityToStatus | ... | @@ -112,13 +113,13 @@ ep-activity:DailyDrillingActivityToStatus |
| 112 | ] ; | 113 | ] ; |
| 113 | rdfs:subClassOf | 114 | rdfs:subClassOf |
| 114 | [ rdf:type owl:Restriction ; | 115 | [ rdf:type owl:Restriction ; |
| 115 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; | 116 | + owl:allValuesFrom ep-activity:DrillingActivity ; |
| 116 | - owl:onProperty ep-activity:onWellBore | 117 | + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> |
| 117 | ] ; | 118 | ] ; |
| 118 | rdfs:subClassOf | 119 | rdfs:subClassOf |
| 119 | [ rdf:type owl:Restriction ; | 120 | [ rdf:type owl:Restriction ; |
| 120 | - owl:allValuesFrom ep-activity:DrillingActivity ; | 121 | + owl:allValuesFrom ep-activity:Activity ; |
| 121 | - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> | 122 | + owl:onProperty ep-core:hasPart |
| 122 | ] . | 123 | ] . |
| 123 | 124 | ||
| 124 | ep-activity:DailyProductionActivity | 125 | ep-activity:DailyProductionActivity |
| ... | @@ -162,7 +163,7 @@ ep-activity:Drill-sidetrack | ... | @@ -162,7 +163,7 @@ ep-activity:Drill-sidetrack |
| 162 | rdfs:subClassOf ep-activity:DrillingActivity . | 163 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 163 | 164 | ||
| 164 | ep-activity:DrillStemTest | 165 | ep-activity:DrillStemTest |
| 165 | - rdf:type ep-activity:WellTestType , owl:Class ; | 166 | + rdf:type owl:Class , ep-activity:WellTestType ; |
| 166 | rdfs:label "drill stem test"^^xsd:string ; | 167 | rdfs:label "drill stem test"^^xsd:string ; |
| 167 | rdfs:subClassOf ep-activity:WellTest ; | 168 | 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 ; | 169 | dc:description "A test to determine the productive capacity, pressure, permeability or extent (or a combination of these) of a hydrocarbon reservoir, with the drillstring still in the hole."^^xsd:string ; |
| ... | @@ -174,72 +175,72 @@ ep-activity:DrillingActivity | ... | @@ -174,72 +175,72 @@ ep-activity:DrillingActivity |
| 174 | rdfs:subClassOf ep-activity:Activity . | 175 | rdfs:subClassOf ep-activity:Activity . |
| 175 | 176 | ||
| 176 | ep-activity:DrillingActivity-bop_test | 177 | ep-activity:DrillingActivity-bop_test |
| 177 | - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; | 178 | + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; |
| 178 | rdfs:label "drilling activity bop test"^^xsd:string ; | 179 | rdfs:label "drilling activity bop test"^^xsd:string ; |
| 179 | rdfs:subClassOf ep-activity:DrillingActivity . | 180 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 180 | 181 | ||
| 181 | ep-activity:DrillingActivity-circulation_loss | 182 | ep-activity:DrillingActivity-circulation_loss |
| 182 | - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; | 183 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
| 183 | rdfs:label "drilling activity circulation loss"^^xsd:string ; | 184 | rdfs:label "drilling activity circulation loss"^^xsd:string ; |
| 184 | rdfs:subClassOf ep-activity:DrillingActivity . | 185 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 185 | 186 | ||
| 186 | ep-activity:DrillingActivity-coiled_tubing | 187 | ep-activity:DrillingActivity-coiled_tubing |
| 187 | - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; | 188 | + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; |
| 188 | rdfs:label "drilling activity coilled tubing"^^xsd:string ; | 189 | rdfs:label "drilling activity coilled tubing"^^xsd:string ; |
| 189 | rdfs:subClassOf ep-activity:DrillingActivity . | 190 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 190 | 191 | ||
| 191 | ep-activity:DrillingActivity-equipment_failure | 192 | ep-activity:DrillingActivity-equipment_failure |
| 192 | - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; | 193 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
| 193 | rdfs:label "drilling activity equipment failure"^^xsd:string ; | 194 | rdfs:label "drilling activity equipment failure"^^xsd:string ; |
| 194 | rdfs:subClassOf ep-activity:DrillingActivity . | 195 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 195 | 196 | ||
| 196 | ep-activity:DrillingActivity-equipment_hang | 197 | ep-activity:DrillingActivity-equipment_hang |
| 197 | - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; | 198 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
| 198 | rdfs:label "drilling activity equipment hang"^^xsd:string ; | 199 | rdfs:label "drilling activity equipment hang"^^xsd:string ; |
| 199 | rdfs:subClassOf ep-activity:DrillingActivity . | 200 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 200 | 201 | ||
| 201 | ep-activity:DrillingActivity-fixed_equipment | 202 | ep-activity:DrillingActivity-fixed_equipment |
| 202 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 203 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
| 203 | rdfs:label "drilling activity fixed equipment"^^xsd:string ; | 204 | rdfs:label "drilling activity fixed equipment"^^xsd:string ; |
| 204 | rdfs:subClassOf ep-activity:DrillingActivity . | 205 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 205 | 206 | ||
| 206 | ep-activity:DrillingActivity-injury | 207 | ep-activity:DrillingActivity-injury |
| 207 | - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; | 208 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
| 208 | rdfs:label "drilling activity injury"^^xsd:string ; | 209 | rdfs:label "drilling activity injury"^^xsd:string ; |
| 209 | rdfs:subClassOf ep-activity:DrillingActivity . | 210 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 210 | 211 | ||
| 211 | ep-activity:DrillingActivity-kick | 212 | ep-activity:DrillingActivity-kick |
| 212 | - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; | 213 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
| 213 | rdfs:label "drilling activity operation kick"^^xsd:string ; | 214 | rdfs:label "drilling activity operation kick"^^xsd:string ; |
| 214 | rdfs:subClassOf ep-activity:DrillingActivity . | 215 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 215 | 216 | ||
| 216 | ep-activity:DrillingActivity-mud_loss | 217 | ep-activity:DrillingActivity-mud_loss |
| 217 | - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; | 218 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
| 218 | rdfs:label "drilling activity mud loss"^^xsd:string ; | 219 | rdfs:label "drilling activity mud loss"^^xsd:string ; |
| 219 | rdfs:subClassOf ep-activity:DrillingActivity . | 220 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 220 | 221 | ||
| 221 | ep-activity:DrillingActivity-operation_failed | 222 | ep-activity:DrillingActivity-operation_failed |
| 222 | - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; | 223 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
| 223 | rdfs:label "drilling activity operation failed"^^xsd:string ; | 224 | rdfs:label "drilling activity operation failed"^^xsd:string ; |
| 224 | rdfs:subClassOf ep-activity:DrillingActivity . | 225 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 225 | 226 | ||
| 226 | ep-activity:DrillingActivity-snubbing | 227 | ep-activity:DrillingActivity-snubbing |
| 227 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 228 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
| 228 | rdfs:label "drilling activity snubbing"^^xsd:string ; | 229 | rdfs:label "drilling activity snubbing"^^xsd:string ; |
| 229 | rdfs:subClassOf ep-activity:DrillingActivity . | 230 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 230 | 231 | ||
| 231 | ep-activity:DrillingActivity-stuck_equipment | 232 | ep-activity:DrillingActivity-stuck_equipment |
| 232 | - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; | 233 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
| 233 | rdfs:label "drilling activity stuck equipment"^^xsd:string ; | 234 | rdfs:label "drilling activity stuck equipment"^^xsd:string ; |
| 234 | rdfs:subClassOf ep-activity:DrillingActivity . | 235 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 235 | 236 | ||
| 236 | ep-activity:DrillingActivity-success | 237 | ep-activity:DrillingActivity-success |
| 237 | - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; | 238 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
| 238 | rdfs:label "drilling activity success"^^xsd:string ; | 239 | rdfs:label "drilling activity success"^^xsd:string ; |
| 239 | rdfs:subClassOf ep-activity:DrillingActivity . | 240 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 240 | 241 | ||
| 241 | ep-activity:DrillingActivity-wire_line | 242 | ep-activity:DrillingActivity-wire_line |
| 242 | - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; | 243 | + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; |
| 243 | rdfs:label "drilling activity wire line"^^xsd:string ; | 244 | rdfs:label "drilling activity wire line"^^xsd:string ; |
| 244 | rdfs:subClassOf ep-activity:DrillingActivity . | 245 | rdfs:subClassOf ep-activity:DrillingActivity . |
| 245 | 246 | ||
| ... | @@ -264,7 +265,7 @@ ep-activity:ExtractAWellCore | ... | @@ -264,7 +265,7 @@ ep-activity:ExtractAWellCore |
| 264 | rdfs:subClassOf ep-activity:Activity . | 265 | rdfs:subClassOf ep-activity:Activity . |
| 265 | 266 | ||
| 266 | ep-activity:FailedActivity | 267 | ep-activity:FailedActivity |
| 267 | - rdf:type owl:Class , ep-activity:ActivitySuccessType ; | 268 | + rdf:type ep-activity:ActivitySuccessType , owl:Class ; |
| 268 | rdfs:label "failed activity"^^xsd:string ; | 269 | rdfs:label "failed activity"^^xsd:string ; |
| 269 | rdfs:subClassOf ep-activity:Activity ; | 270 | rdfs:subClassOf ep-activity:Activity ; |
| 270 | owl:disjointWith ep-activity:SuccessfulActivity . | 271 | owl:disjointWith ep-activity:SuccessfulActivity . |
| ... | @@ -275,7 +276,7 @@ ep-activity:FluidReading | ... | @@ -275,7 +276,7 @@ ep-activity:FluidReading |
| 275 | rdfs:subClassOf ep-activity:Activity . | 276 | rdfs:subClassOf ep-activity:Activity . |
| 276 | 277 | ||
| 277 | ep-activity:FormationIntegrityTest | 278 | ep-activity:FormationIntegrityTest |
| 278 | - rdf:type owl:Class , ep-activity:PressureTestType ; | 279 | + rdf:type ep-activity:PressureTestType , owl:Class ; |
| 279 | rdfs:label "formation integrity test"^^xsd:string ; | 280 | rdfs:label "formation integrity test"^^xsd:string ; |
| 280 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 281 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
| 281 | owl:disjointWith ep-activity:LeakOffTest . | 282 | owl:disjointWith ep-activity:LeakOffTest . |
| ... | @@ -345,7 +346,7 @@ ep-activity:GasReadingType | ... | @@ -345,7 +346,7 @@ ep-activity:GasReadingType |
| 345 | rdfs:subClassOf owl:Class . | 346 | rdfs:subClassOf owl:Class . |
| 346 | 347 | ||
| 347 | ep-activity:LeakOffTest | 348 | ep-activity:LeakOffTest |
| 348 | - rdf:type owl:Class , ep-activity:PressureTestType ; | 349 | + rdf:type ep-activity:PressureTestType , owl:Class ; |
| 349 | rdfs:label "leak-off test"^^xsd:string ; | 350 | rdfs:label "leak-off test"^^xsd:string ; |
| 350 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 351 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
| 351 | owl:disjointWith ep-activity:FormationIntegrityTest . | 352 | owl:disjointWith ep-activity:FormationIntegrityTest . |
| ... | @@ -386,7 +387,7 @@ ep-activity:OffshoreWellActivity | ... | @@ -386,7 +387,7 @@ ep-activity:OffshoreWellActivity |
| 386 | rdfs:subClassOf ep-activity:OffshoreActivity ; | 387 | rdfs:subClassOf ep-activity:OffshoreActivity ; |
| 387 | rdfs:subClassOf | 388 | rdfs:subClassOf |
| 388 | [ rdf:type owl:Restriction ; | 389 | [ rdf:type owl:Restriction ; |
| 389 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 390 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; |
| 390 | owl:onProperty ep-activity:onWell | 391 | owl:onProperty ep-activity:onWell |
| 391 | ] ; | 392 | ] ; |
| 392 | rdfs:subClassOf | 393 | rdfs:subClassOf |
| ... | @@ -396,7 +397,7 @@ ep-activity:OffshoreWellActivity | ... | @@ -396,7 +397,7 @@ ep-activity:OffshoreWellActivity |
| 396 | ] ; | 397 | ] ; |
| 397 | rdfs:subClassOf | 398 | rdfs:subClassOf |
| 398 | [ rdf:type owl:Restriction ; | 399 | [ rdf:type owl:Restriction ; |
| 399 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; | 400 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
| 400 | owl:onProperty ep-activity:onWell | 401 | owl:onProperty ep-activity:onWell |
| 401 | ] . | 402 | ] . |
| 402 | 403 | ||
| ... | @@ -416,13 +417,13 @@ ep-activity:PorePressureDeterminationType | ... | @@ -416,13 +417,13 @@ ep-activity:PorePressureDeterminationType |
| 416 | rdfs:subClassOf owl:Class . | 417 | rdfs:subClassOf owl:Class . |
| 417 | 418 | ||
| 418 | ep-activity:PorePressureEstimation | 419 | ep-activity:PorePressureEstimation |
| 419 | - rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; | 420 | + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; |
| 420 | rdfs:label "pore pressure estimation"^^xsd:string ; | 421 | rdfs:label "pore pressure estimation"^^xsd:string ; |
| 421 | rdfs:subClassOf ep-activity:PorePressureDetermination ; | 422 | rdfs:subClassOf ep-activity:PorePressureDetermination ; |
| 422 | owl:disjointWith ep-activity:PorePressureMeasurement . | 423 | owl:disjointWith ep-activity:PorePressureMeasurement . |
| 423 | 424 | ||
| 424 | ep-activity:PorePressureMeasurement | 425 | ep-activity:PorePressureMeasurement |
| 425 | - rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; | 426 | + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; |
| 426 | rdfs:label "pore pressure measurement"^^xsd:string ; | 427 | rdfs:label "pore pressure measurement"^^xsd:string ; |
| 427 | rdfs:subClassOf ep-activity:PorePressureDetermination ; | 428 | rdfs:subClassOf ep-activity:PorePressureDetermination ; |
| 428 | owl:disjointWith ep-activity:PorePressureEstimation . | 429 | owl:disjointWith ep-activity:PorePressureEstimation . |
| ... | @@ -443,14 +444,14 @@ ep-activity:ProductionActivity | ... | @@ -443,14 +444,14 @@ ep-activity:ProductionActivity |
| 443 | rdfs:subClassOf ep-activity:Activity . | 444 | rdfs:subClassOf ep-activity:Activity . |
| 444 | 445 | ||
| 445 | ep-activity:ProductionTest | 446 | ep-activity:ProductionTest |
| 446 | - rdf:type ep-activity:WellTestType , owl:Class ; | 447 | + rdf:type owl:Class , ep-activity:WellTestType ; |
| 447 | rdfs:label "production test"^^xsd:string ; | 448 | rdfs:label "production test"^^xsd:string ; |
| 448 | rdfs:subClassOf ep-activity:WellTest ; | 449 | 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 ; | 450 | 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 . | 451 | owl:disjointWith ep-activity:DrillStemTest . |
| 451 | 452 | ||
| 452 | ep-activity:SuccessfulActivity | 453 | ep-activity:SuccessfulActivity |
| 453 | - rdf:type owl:Class , ep-activity:ActivitySuccessType ; | 454 | + rdf:type ep-activity:ActivitySuccessType , owl:Class ; |
| 454 | rdfs:label "successful activity"^^xsd:string ; | 455 | rdfs:label "successful activity"^^xsd:string ; |
| 455 | rdfs:subClassOf ep-activity:Activity ; | 456 | rdfs:subClassOf ep-activity:Activity ; |
| 456 | owl:disjointWith ep-activity:FailedActivity . | 457 | owl:disjointWith ep-activity:FailedActivity . |
| ... | @@ -501,23 +502,23 @@ ep-activity:WellCementJob | ... | @@ -501,23 +502,23 @@ ep-activity:WellCementJob |
| 501 | rdfs:subClassOf ep-activity:Activity . | 502 | rdfs:subClassOf ep-activity:Activity . |
| 502 | 503 | ||
| 503 | ep-activity:WellCementJob-other | 504 | ep-activity:WellCementJob-other |
| 504 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 505 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
| 505 | rdfs:label "well cement job other"^^xsd:string ; | 506 | rdfs:label "well cement job other"^^xsd:string ; |
| 506 | rdfs:subClassOf ep-activity:WellCementJob ; | 507 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 507 | - owl:disjointWith ep-activity:WellCementJob-primary , ep-activity:WellCementJob-plug , ep-activity:WellCementJob-squeeze . | 508 | + owl:disjointWith ep-activity:WellCementJob-squeeze , ep-activity:WellCementJob-plug , ep-activity:WellCementJob-primary . |
| 508 | 509 | ||
| 509 | ep-activity:WellCementJob-plug | 510 | ep-activity:WellCementJob-plug |
| 510 | - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; | 511 | + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; |
| 511 | rdfs:label "well cement job plug"^^xsd:string ; | 512 | rdfs:label "well cement job plug"^^xsd:string ; |
| 512 | rdfs:subClassOf ep-activity:WellCementJob . | 513 | rdfs:subClassOf ep-activity:WellCementJob . |
| 513 | 514 | ||
| 514 | ep-activity:WellCementJob-primary | 515 | ep-activity:WellCementJob-primary |
| 515 | - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; | 516 | + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; |
| 516 | rdfs:label "well cement job primary"^^xsd:string ; | 517 | rdfs:label "well cement job primary"^^xsd:string ; |
| 517 | rdfs:subClassOf ep-activity:WellCementJob . | 518 | rdfs:subClassOf ep-activity:WellCementJob . |
| 518 | 519 | ||
| 519 | ep-activity:WellCementJob-squeeze | 520 | ep-activity:WellCementJob-squeeze |
| 520 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 521 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
| 521 | rdfs:label "well cement job squeeze"^^xsd:string ; | 522 | rdfs:label "well cement job squeeze"^^xsd:string ; |
| 522 | rdfs:subClassOf ep-activity:WellCementJob . | 523 | rdfs:subClassOf ep-activity:WellCementJob . |
| 523 | 524 | ||
| ... | @@ -562,73 +563,73 @@ ep-activity:WellCementJobTopPlugType | ... | @@ -562,73 +563,73 @@ ep-activity:WellCementJobTopPlugType |
| 562 | rdfs:subClassOf owl:Class . | 563 | rdfs:subClassOf owl:Class . |
| 563 | 564 | ||
| 564 | ep-activity:WellCementJobWithBottomPlug | 565 | ep-activity:WellCementJobWithBottomPlug |
| 565 | - rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; | 566 | + rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; |
| 566 | rdfs:label "well cement job with bottom plug"^^xsd:string ; | 567 | rdfs:label "well cement job with bottom plug"^^xsd:string ; |
| 567 | rdfs:subClassOf ep-activity:WellCementJob ; | 568 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 568 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . | 569 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . |
| 569 | 570 | ||
| 570 | ep-activity:WellCementJobWithCasingReciprocation | 571 | ep-activity:WellCementJobWithCasingReciprocation |
| 571 | - rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; | 572 | + rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; |
| 572 | rdfs:label "well cement job with casing reciprocation"^^xsd:string ; | 573 | rdfs:label "well cement job with casing reciprocation"^^xsd:string ; |
| 573 | rdfs:subClassOf ep-activity:WellCementJob ; | 574 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 574 | owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . | 575 | owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . |
| 575 | 576 | ||
| 576 | ep-activity:WellCementJobWithCasingRotation | 577 | ep-activity:WellCementJobWithCasingRotation |
| 577 | - rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; | 578 | + rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; |
| 578 | rdfs:label "well cement job with casing rotation"^^xsd:string ; | 579 | rdfs:label "well cement job with casing rotation"^^xsd:string ; |
| 579 | rdfs:subClassOf ep-activity:WellCementJob ; | 580 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 580 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . | 581 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . |
| 581 | 582 | ||
| 582 | ep-activity:WellCementJobWithFloatHolding | 583 | ep-activity:WellCementJobWithFloatHolding |
| 583 | - rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; | 584 | + rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; |
| 584 | rdfs:label "well cement job with float holding"^^xsd:string ; | 585 | rdfs:label "well cement job with float holding"^^xsd:string ; |
| 585 | rdfs:subClassOf ep-activity:WellCementJob ; | 586 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 586 | owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . | 587 | owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . |
| 587 | 588 | ||
| 588 | ep-activity:WellCementJobWithPlugBumping | 589 | ep-activity:WellCementJobWithPlugBumping |
| 589 | - rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; | 590 | + rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; |
| 590 | rdfs:label "well cement job with plug bumping"^^xsd:string ; | 591 | rdfs:label "well cement job with plug bumping"^^xsd:string ; |
| 591 | rdfs:subClassOf ep-activity:WellCementJob ; | 592 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 592 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . | 593 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . |
| 593 | 594 | ||
| 594 | ep-activity:WellCementJobWithTopPlug | 595 | ep-activity:WellCementJobWithTopPlug |
| 595 | - rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; | 596 | + rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; |
| 596 | rdfs:label "well cement job with top plug"^^xsd:string ; | 597 | rdfs:label "well cement job with top plug"^^xsd:string ; |
| 597 | rdfs:subClassOf ep-activity:WellCementJob ; | 598 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 598 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . | 599 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . |
| 599 | 600 | ||
| 600 | ep-activity:WellCementJobWithoutBottomPlug | 601 | ep-activity:WellCementJobWithoutBottomPlug |
| 601 | - rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; | 602 | + rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; |
| 602 | rdfs:label "well cement job without bottom plug"^^xsd:string ; | 603 | rdfs:label "well cement job without bottom plug"^^xsd:string ; |
| 603 | rdfs:subClassOf ep-activity:WellCementJob ; | 604 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 604 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . | 605 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . |
| 605 | 606 | ||
| 606 | ep-activity:WellCementJobWithoutCasingReciprocation | 607 | ep-activity:WellCementJobWithoutCasingReciprocation |
| 607 | - rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; | 608 | + rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; |
| 608 | rdfs:label "well cement job without casing reciprocation"^^xsd:string ; | 609 | rdfs:label "well cement job without casing reciprocation"^^xsd:string ; |
| 609 | rdfs:subClassOf ep-activity:WellCementJob ; | 610 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 610 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . | 611 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . |
| 611 | 612 | ||
| 612 | ep-activity:WellCementJobWithoutCasingRotation | 613 | ep-activity:WellCementJobWithoutCasingRotation |
| 613 | - rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; | 614 | + rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; |
| 614 | rdfs:label "well cement job without casing rotation"^^xsd:string ; | 615 | rdfs:label "well cement job without casing rotation"^^xsd:string ; |
| 615 | rdfs:subClassOf ep-activity:WellCementJob ; | 616 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 616 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . | 617 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . |
| 617 | 618 | ||
| 618 | ep-activity:WellCementJobWithoutFloatHolding | 619 | ep-activity:WellCementJobWithoutFloatHolding |
| 619 | - rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; | 620 | + rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; |
| 620 | rdfs:label "well cement job without float holding"^^xsd:string ; | 621 | rdfs:label "well cement job without float holding"^^xsd:string ; |
| 621 | rdfs:subClassOf ep-activity:WellCementJob ; | 622 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 622 | owl:disjointWith ep-activity:WellCementJobWithFloatHolding . | 623 | owl:disjointWith ep-activity:WellCementJobWithFloatHolding . |
| 623 | 624 | ||
| 624 | ep-activity:WellCementJobWithoutPlugBumping | 625 | ep-activity:WellCementJobWithoutPlugBumping |
| 625 | - rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; | 626 | + rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; |
| 626 | rdfs:label "well cement job without plug bumping"^^xsd:string ; | 627 | rdfs:label "well cement job without plug bumping"^^xsd:string ; |
| 627 | rdfs:subClassOf ep-activity:WellCementJob ; | 628 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 628 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . | 629 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . |
| 629 | 630 | ||
| 630 | ep-activity:WellCementJobWithoutTopPlug | 631 | ep-activity:WellCementJobWithoutTopPlug |
| 631 | - rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; | 632 | + rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; |
| 632 | rdfs:label "well cement job without top plug"^^xsd:string ; | 633 | rdfs:label "well cement job without top plug"^^xsd:string ; |
| 633 | rdfs:subClassOf ep-activity:WellCementJob ; | 634 | rdfs:subClassOf ep-activity:WellCementJob ; |
| 634 | owl:disjointWith ep-activity:WellCementJobWithTopPlug . | 635 | owl:disjointWith ep-activity:WellCementJobWithTopPlug . |
| ... | @@ -644,13 +645,13 @@ ep-activity:WellCementPumpingFluidReturnType | ... | @@ -644,13 +645,13 @@ ep-activity:WellCementPumpingFluidReturnType |
| 644 | rdfs:subClassOf owl:Class . | 645 | rdfs:subClassOf owl:Class . |
| 645 | 646 | ||
| 646 | ep-activity:WellCementPumpingWithFluidReturn | 647 | ep-activity:WellCementPumpingWithFluidReturn |
| 647 | - rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; | 648 | + rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; |
| 648 | rdfs:label "well cement pumping with fluid return"^^xsd:string ; | 649 | rdfs:label "well cement pumping with fluid return"^^xsd:string ; |
| 649 | rdfs:subClassOf ep-activity:WellCementPumping ; | 650 | rdfs:subClassOf ep-activity:WellCementPumping ; |
| 650 | owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . | 651 | owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . |
| 651 | 652 | ||
| 652 | ep-activity:WellCementPumpingWithoutFluidReturn | 653 | ep-activity:WellCementPumpingWithoutFluidReturn |
| 653 | - rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; | 654 | + rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; |
| 654 | rdfs:label "well cement pumping without fluid return"^^xsd:string ; | 655 | rdfs:label "well cement pumping without fluid return"^^xsd:string ; |
| 655 | rdfs:subClassOf ep-activity:WellCementPumping ; | 656 | rdfs:subClassOf ep-activity:WellCementPumping ; |
| 656 | owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn . | 657 | owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn . |
| ... | @@ -661,28 +662,28 @@ ep-activity:WellControlIncident | ... | @@ -661,28 +662,28 @@ ep-activity:WellControlIncident |
| 661 | rdfs:subClassOf ep-activity:Activity . | 662 | rdfs:subClassOf ep-activity:Activity . |
| 662 | 663 | ||
| 663 | ep-activity:WellControlIncident-gas_kick | 664 | ep-activity:WellControlIncident-gas_kick |
| 664 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 665 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
| 665 | rdfs:label "well control incident gas kick"^^xsd:string ; | 666 | rdfs:label "well control incident gas kick"^^xsd:string ; |
| 666 | rdfs:subClassOf ep-activity:WellControlIncident ; | 667 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 667 | - owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick . | 668 | + owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick . |
| 668 | 669 | ||
| 669 | ep-activity:WellControlIncident-oil_kick | 670 | ep-activity:WellControlIncident-oil_kick |
| 670 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 671 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
| 671 | rdfs:label "well control incident oil kick"^^xsd:string ; | 672 | rdfs:label "well control incident oil kick"^^xsd:string ; |
| 672 | rdfs:subClassOf ep-activity:WellControlIncident ; | 673 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 673 | - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick . | 674 | + owl:disjointWith ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-gas_kick . |
| 674 | 675 | ||
| 675 | ep-activity:WellControlIncident-shallow_gas_kick | 676 | ep-activity:WellControlIncident-shallow_gas_kick |
| 676 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 677 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
| 677 | rdfs:label "well control incident shallow gas kick"^^xsd:string ; | 678 | rdfs:label "well control incident shallow gas kick"^^xsd:string ; |
| 678 | rdfs:subClassOf ep-activity:WellControlIncident ; | 679 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 679 | - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-oil_kick . | 680 | + owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-gas_kick . |
| 680 | 681 | ||
| 681 | ep-activity:WellControlIncident-water_kick | 682 | ep-activity:WellControlIncident-water_kick |
| 682 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 683 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
| 683 | rdfs:label "well control incident water kick"^^xsd:string ; | 684 | rdfs:label "well control incident water kick"^^xsd:string ; |
| 684 | rdfs:subClassOf ep-activity:WellControlIncident ; | 685 | rdfs:subClassOf ep-activity:WellControlIncident ; |
| 685 | - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick . | 686 | + owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-gas_kick . |
| 686 | 687 | ||
| 687 | ep-activity:WellControlIncidentType | 688 | ep-activity:WellControlIncidentType |
| 688 | rdf:type rdfs:Class ; | 689 | rdf:type rdfs:Class ; |
| ... | @@ -695,40 +696,40 @@ ep-activity:WellKilling | ... | @@ -695,40 +696,40 @@ ep-activity:WellKilling |
| 695 | rdfs:subClassOf ep-activity:Activity . | 696 | rdfs:subClassOf ep-activity:Activity . |
| 696 | 697 | ||
| 697 | ep-activity:WellKilling-bullheading | 698 | ep-activity:WellKilling-bullheading |
| 698 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 699 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 699 | rdfs:label "well killing bullheading"^^xsd:string ; | 700 | rdfs:label "well killing bullheading"^^xsd:string ; |
| 700 | rdfs:subClassOf ep-activity:WellKilling ; | 701 | rdfs:subClassOf ep-activity:WellKilling ; |
| 701 | - owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method . | 702 | + owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-wait_and_weight . |
| 702 | 703 | ||
| 703 | ep-activity:WellKilling-drillers_method | 704 | ep-activity:WellKilling-drillers_method |
| 704 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 705 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 705 | rdfs:label "well killing drillers method"^^xsd:string ; | 706 | rdfs:label "well killing drillers method"^^xsd:string ; |
| 706 | rdfs:subClassOf ep-activity:WellKilling ; | 707 | rdfs:subClassOf ep-activity:WellKilling ; |
| 707 | - owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed . | 708 | + owl:disjointWith ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight . |
| 708 | 709 | ||
| 709 | ep-activity:WellKilling-forward_circulation | 710 | ep-activity:WellKilling-forward_circulation |
| 710 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 711 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 711 | rdfs:label "well killing forward circulation"^^xsd:string ; | 712 | rdfs:label "well killing forward circulation"^^xsd:string ; |
| 712 | rdfs:subClassOf ep-activity:WellKilling ; | 713 | rdfs:subClassOf ep-activity:WellKilling ; |
| 713 | - owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method . | 714 | + owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight . |
| 714 | 715 | ||
| 715 | ep-activity:WellKilling-lubricate_and_bleed | 716 | ep-activity:WellKilling-lubricate_and_bleed |
| 716 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 717 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 717 | rdfs:label "well killing lubricate and bleed"^^xsd:string ; | 718 | rdfs:label "well killing lubricate and bleed"^^xsd:string ; |
| 718 | rdfs:subClassOf ep-activity:WellKilling ; | 719 | rdfs:subClassOf ep-activity:WellKilling ; |
| 719 | - owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-drillers_method . | 720 | + owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight . |
| 720 | 721 | ||
| 721 | ep-activity:WellKilling-reverse_circulation | 722 | ep-activity:WellKilling-reverse_circulation |
| 722 | - rdf:type owl:Class , ep-activity:WellKillingType ; | 723 | + rdf:type ep-activity:WellKillingType , owl:Class ; |
| 723 | rdfs:label "well killing reverse circulation"^^xsd:string ; | 724 | rdfs:label "well killing reverse circulation"^^xsd:string ; |
| 724 | rdfs:subClassOf ep-activity:WellKilling ; | 725 | rdfs:subClassOf ep-activity:WellKilling ; |
| 725 | - owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method . | 726 | + owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight . |
| 726 | 727 | ||
| 727 | ep-activity:WellKilling-wait_and_weight | 728 | ep-activity:WellKilling-wait_and_weight |
| 728 | - rdf:type ep-activity:WellKillingType , owl:Class ; | 729 | + rdf:type owl:Class , ep-activity:WellKillingType ; |
| 729 | rdfs:label "well killing wait and weight"^^xsd:string ; | 730 | rdfs:label "well killing wait and weight"^^xsd:string ; |
| 730 | rdfs:subClassOf ep-activity:WellKilling ; | 731 | rdfs:subClassOf ep-activity:WellKilling ; |
| 731 | - owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading . | 732 | + owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method . |
| 732 | 733 | ||
| 733 | ep-activity:WellKillingType | 734 | ep-activity:WellKillingType |
| 734 | rdf:type rdfs:Class ; | 735 | rdf:type rdfs:Class ; |
| ... | @@ -761,18 +762,24 @@ ep-activity:WirelineFormationTestType | ... | @@ -761,18 +762,24 @@ ep-activity:WirelineFormationTestType |
| 761 | rdfs:subClassOf owl:Class . | 762 | rdfs:subClassOf owl:Class . |
| 762 | 763 | ||
| 763 | ep-activity:WirelineFormationTestWithGoodSeal | 764 | ep-activity:WirelineFormationTestWithGoodSeal |
| 764 | - rdf:type ep-activity:WirelineFormationTestType , owl:Class ; | 765 | + rdf:type owl:Class , ep-activity:WirelineFormationTestType ; |
| 765 | rdfs:label "wireline formation test with a good seal"^^xsd:string ; | 766 | rdfs:label "wireline formation test with a good seal"^^xsd:string ; |
| 766 | rdfs:subClassOf ep-activity:WirelineFormationTest ; | 767 | rdfs:subClassOf ep-activity:WirelineFormationTest ; |
| 767 | owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . | 768 | owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . |
| 768 | 769 | ||
| 769 | ep-activity:WirelineFormationTestWithoutGoodSeal | 770 | ep-activity:WirelineFormationTestWithoutGoodSeal |
| 770 | - rdf:type ep-activity:WirelineFormationTestType , owl:Class ; | 771 | + rdf:type owl:Class , ep-activity:WirelineFormationTestType ; |
| 771 | rdfs:label "wireline formation test without a good seal"^^xsd:string ; | 772 | rdfs:label "wireline formation test without a good seal"^^xsd:string ; |
| 772 | rdfs:subClassOf ep-activity:WirelineFormationTest ; | 773 | rdfs:subClassOf ep-activity:WirelineFormationTest ; |
| 773 | owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . | 774 | owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . |
| 774 | 775 | ||
| 775 | -ep-activity:descriptionOfActivitiesForcastForTheNextDailyReportingPeriod | 776 | +ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod |
| 777 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | ||
| 778 | + rdfs:domain ep-activity:DailyDrillingActivity ; | ||
| 779 | + rdfs:label "description of activities following the daily reporting period"^^xsd:string ; | ||
| 780 | + rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> . | ||
| 781 | + | ||
| 782 | +ep-activity:descriptionOfActivitiesForecastForTheNextDailyReportingPeriod | ||
| 776 | rdf:type owl:DatatypeProperty ; | 783 | rdf:type owl:DatatypeProperty ; |
| 777 | rdfs:domain ep-activity:DailyDrillingActivity ; | 784 | rdfs:domain ep-activity:DailyDrillingActivity ; |
| 778 | rdfs:label "description of activities forecast for the next daily reporting period"^^xsd:string . | 785 | rdfs:label "description of activities forecast for the next daily reporting period"^^xsd:string . |
| ... | @@ -783,19 +790,19 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod | ... | @@ -783,19 +790,19 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod |
| 783 | rdfs:label "description of activities within the daily reporting period"^^xsd:string . | 790 | rdfs:label "description of activities within the daily reporting period"^^xsd:string . |
| 784 | 791 | ||
| 785 | ep-activity:distanceDrilled | 792 | ep-activity:distanceDrilled |
| 786 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 793 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 787 | rdfs:domain ep-activity:DrillingActivity ; | 794 | rdfs:domain ep-activity:DrillingActivity ; |
| 788 | rdfs:label "final rate of drilling"^^xsd:string ; | 795 | rdfs:label "final rate of drilling"^^xsd:string ; |
| 789 | rdfs:range ep-core:Length . | 796 | rdfs:range ep-core:Length . |
| 790 | 797 | ||
| 791 | ep-activity:drillingContractor | 798 | ep-activity:drillingContractor |
| 792 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 799 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 793 | rdfs:domain ep-activity:DrillingActivity ; | 800 | rdfs:domain ep-activity:DrillingActivity ; |
| 794 | rdfs:label "drilling contractor"^^xsd:string ; | 801 | rdfs:label "drilling contractor"^^xsd:string ; |
| 795 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 802 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 796 | 803 | ||
| 797 | ep-activity:drillingOperator | 804 | ep-activity:drillingOperator |
| 798 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 805 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 799 | rdfs:domain ep-activity:DrillingActivity ; | 806 | rdfs:domain ep-activity:DrillingActivity ; |
| 800 | rdfs:label "drilling operator"^^xsd:string ; | 807 | rdfs:label "drilling operator"^^xsd:string ; |
| 801 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 808 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| ... | @@ -807,19 +814,19 @@ ep-activity:failedEquipment | ... | @@ -807,19 +814,19 @@ ep-activity:failedEquipment |
| 807 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 814 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
| 808 | 815 | ||
| 809 | ep-activity:finalRateOfDrilling | 816 | ep-activity:finalRateOfDrilling |
| 810 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 817 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
| 811 | rdfs:domain ep-activity:DrillingActivity ; | 818 | rdfs:domain ep-activity:DrillingActivity ; |
| 812 | rdfs:label "final rate of drilling"^^xsd:string ; | 819 | rdfs:label "final rate of drilling"^^xsd:string ; |
| 813 | rdfs:range ep-core:Speed . | 820 | rdfs:range ep-core:Speed . |
| 814 | 821 | ||
| 815 | ep-activity:finishedAt | 822 | ep-activity:finishedAt |
| 816 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 823 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 817 | rdfs:domain ep-activity:Activity ; | 824 | rdfs:domain ep-activity:Activity ; |
| 818 | rdfs:label "finished at"^^xsd:string ; | 825 | rdfs:label "finished at"^^xsd:string ; |
| 819 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 826 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 820 | 827 | ||
| 821 | ep-activity:hasCasingLinerTubing | 828 | ep-activity:hasCasingLinerTubing |
| 822 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 829 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 823 | rdfs:domain ep-activity:WellStimulation ; | 830 | rdfs:domain ep-activity:WellStimulation ; |
| 824 | rdfs:label "has Casing/Liner/Tubing"^^xsd:string . | 831 | rdfs:label "has Casing/Liner/Tubing"^^xsd:string . |
| 825 | 832 | ||
| ... | @@ -828,18 +835,18 @@ ep-activity:hasCasingString | ... | @@ -828,18 +835,18 @@ ep-activity:hasCasingString |
| 828 | rdfs:label "has casing string"^^xsd:string . | 835 | rdfs:label "has casing string"^^xsd:string . |
| 829 | 836 | ||
| 830 | ep-activity:hasChokeValve | 837 | ep-activity:hasChokeValve |
| 831 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 838 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 832 | rdfs:label "has choke valve"^^xsd:string ; | 839 | rdfs:label "has choke valve"^^xsd:string ; |
| 833 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . | 840 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . |
| 834 | 841 | ||
| 835 | ep-activity:hasDrillBit | 842 | ep-activity:hasDrillBit |
| 836 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 843 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 837 | rdfs:domain ep-activity:DrillingActivity ; | 844 | rdfs:domain ep-activity:DrillingActivity ; |
| 838 | rdfs:label "has drill bit"^^xsd:string ; | 845 | rdfs:label "has drill bit"^^xsd:string ; |
| 839 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . | 846 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . |
| 840 | 847 | ||
| 841 | ep-activity:hasDrillingFluid | 848 | ep-activity:hasDrillingFluid |
| 842 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 849 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 843 | rdfs:domain ep-activity:DrillingActivity ; | 850 | rdfs:domain ep-activity:DrillingActivity ; |
| 844 | rdfs:label "has drilling fluid"^^xsd:string ; | 851 | rdfs:label "has drilling fluid"^^xsd:string ; |
| 845 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . | 852 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . |
| ... | @@ -855,7 +862,7 @@ ep-activity:hasSubActivity | ... | @@ -855,7 +862,7 @@ ep-activity:hasSubActivity |
| 855 | rdfs:label "has sub activity"^^xsd:string . | 862 | rdfs:label "has sub activity"^^xsd:string . |
| 856 | 863 | ||
| 857 | ep-activity:identificationNumberOfCore | 864 | ep-activity:identificationNumberOfCore |
| 858 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 865 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 859 | rdfs:domain ep-activity:ExtractAWellCore ; | 866 | rdfs:domain ep-activity:ExtractAWellCore ; |
| 860 | rdfs:label "identification number of core"^^xsd:string . | 867 | rdfs:label "identification number of core"^^xsd:string . |
| 861 | 868 | ||
| ... | @@ -865,13 +872,13 @@ ep-activity:logRunNumber | ... | @@ -865,13 +872,13 @@ ep-activity:logRunNumber |
| 865 | rdfs:label "log run number"^^xsd:string . | 872 | rdfs:label "log run number"^^xsd:string . |
| 866 | 873 | ||
| 867 | ep-activity:measuredDepthOfFluidSampling | 874 | ep-activity:measuredDepthOfFluidSampling |
| 868 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 875 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 869 | rdfs:domain ep-activity:WirelineFormationTest ; | 876 | rdfs:domain ep-activity:WirelineFormationTest ; |
| 870 | rdfs:label "measured depth of fluid sampling"^^xsd:string ; | 877 | rdfs:label "measured depth of fluid sampling"^^xsd:string ; |
| 871 | rdfs:range ep-core:Length . | 878 | rdfs:range ep-core:Length . |
| 872 | 879 | ||
| 873 | ep-activity:missedProductionTime | 880 | ep-activity:missedProductionTime |
| 874 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 881 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 875 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 882 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
| 876 | rdfs:label "missed production time"^^xsd:string ; | 883 | rdfs:label "missed production time"^^xsd:string ; |
| 877 | rdfs:range ep-core:TimeDuration . | 884 | rdfs:range ep-core:TimeDuration . |
| ... | @@ -887,7 +894,7 @@ ep-activity:onFluid | ... | @@ -887,7 +894,7 @@ ep-activity:onFluid |
| 887 | rdfs:label "on WellBore"^^xsd:string . | 894 | rdfs:label "on WellBore"^^xsd:string . |
| 888 | 895 | ||
| 889 | ep-activity:onRig | 896 | ep-activity:onRig |
| 890 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 897 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 891 | rdfs:domain ep-activity:DrillingActivity ; | 898 | rdfs:domain ep-activity:DrillingActivity ; |
| 892 | rdfs:label "on rig"^^xsd:string ; | 899 | rdfs:label "on rig"^^xsd:string ; |
| 893 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . | 900 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . |
| ... | @@ -897,11 +904,11 @@ ep-activity:onWell | ... | @@ -897,11 +904,11 @@ ep-activity:onWell |
| 897 | rdfs:label "on well"^^xsd:string . | 904 | rdfs:label "on well"^^xsd:string . |
| 898 | 905 | ||
| 899 | ep-activity:onWellBore | 906 | ep-activity:onWellBore |
| 900 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 907 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 901 | rdfs:label "on WellBore"^^xsd:string . | 908 | rdfs:label "on WellBore"^^xsd:string . |
| 902 | 909 | ||
| 903 | ep-activity:pressureAtWhichPlugBumped | 910 | ep-activity:pressureAtWhichPlugBumped |
| 904 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 911 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 905 | rdfs:domain ep-activity:WellCementPumping ; | 912 | rdfs:domain ep-activity:WellCementPumping ; |
| 906 | rdfs:label "pressure at which plug bumped"^^xsd:string ; | 913 | rdfs:label "pressure at which plug bumped"^^xsd:string ; |
| 907 | rdfs:range ep-core:Pressure . | 914 | rdfs:range ep-core:Pressure . |
| ... | @@ -911,61 +918,61 @@ ep-activity:pumpedFluid | ... | @@ -911,61 +918,61 @@ ep-activity:pumpedFluid |
| 911 | rdfs:label "pumped fluid"^^xsd:string . | 918 | rdfs:label "pumped fluid"^^xsd:string . |
| 912 | 919 | ||
| 913 | ep-activity:recoveredCore | 920 | ep-activity:recoveredCore |
| 914 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 921 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 915 | rdfs:domain ep-activity:ExtractAWellCore ; | 922 | rdfs:domain ep-activity:ExtractAWellCore ; |
| 916 | rdfs:label "recovered core"^^xsd:string ; | 923 | rdfs:label "recovered core"^^xsd:string ; |
| 917 | rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . | 924 | rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . |
| 918 | 925 | ||
| 919 | ep-activity:sampledFluid | 926 | ep-activity:sampledFluid |
| 920 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 927 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 921 | rdfs:domain ep-activity:WirelineFormationTest ; | 928 | rdfs:domain ep-activity:WirelineFormationTest ; |
| 922 | rdfs:label "sampled fluid"^^xsd:string ; | 929 | rdfs:label "sampled fluid"^^xsd:string ; |
| 923 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . | 930 | rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> . |
| 924 | 931 | ||
| 925 | ep-activity:serviceCompany | 932 | ep-activity:serviceCompany |
| 926 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 933 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 927 | rdfs:domain ep-activity:Activity ; | 934 | rdfs:domain ep-activity:Activity ; |
| 928 | rdfs:label "service company"^^xsd:string ; | 935 | rdfs:label "service company"^^xsd:string ; |
| 929 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 936 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
| 930 | 937 | ||
| 931 | ep-activity:startedAt | 938 | ep-activity:startedAt |
| 932 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 939 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 933 | rdfs:domain ep-activity:Activity ; | 940 | rdfs:domain ep-activity:Activity ; |
| 934 | rdfs:label "started at"^^xsd:string ; | 941 | rdfs:label "started at"^^xsd:string ; |
| 935 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 942 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 936 | 943 | ||
| 937 | ep-activity:timeLost | 944 | ep-activity:timeLost |
| 938 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 945 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 939 | rdfs:domain ep-activity:WellControlIncident ; | 946 | rdfs:domain ep-activity:WellControlIncident ; |
| 940 | rdfs:label "time lost"^^xsd:string ; | 947 | rdfs:label "time lost"^^xsd:string ; |
| 941 | rdfs:range ep-core:TimeDuration . | 948 | rdfs:range ep-core:TimeDuration . |
| 942 | 949 | ||
| 943 | ep-activity:timeOfFailure | 950 | ep-activity:timeOfFailure |
| 944 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 951 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 945 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 952 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
| 946 | rdfs:label "time of failure"^^xsd:string ; | 953 | rdfs:label "time of failure"^^xsd:string ; |
| 947 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 954 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 948 | 955 | ||
| 949 | ep-activity:timeOfRepair | 956 | ep-activity:timeOfRepair |
| 950 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 957 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
| 951 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 958 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
| 952 | rdfs:label "time of repair"^^xsd:string ; | 959 | rdfs:label "time of repair"^^xsd:string ; |
| 953 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . | 960 | rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> . |
| 954 | 961 | ||
| 955 | ep-activity:volumeOfPumpedCementingFluid | 962 | ep-activity:volumeOfPumpedCementingFluid |
| 956 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 963 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 957 | rdfs:domain ep-activity:WellCementPumping ; | 964 | rdfs:domain ep-activity:WellCementPumping ; |
| 958 | rdfs:label "volume of pumped cementing fluid"^^xsd:string ; | 965 | rdfs:label "volume of pumped cementing fluid"^^xsd:string ; |
| 959 | rdfs:range ep-core:Volume . | 966 | rdfs:range ep-core:Volume . |
| 960 | 967 | ||
| 961 | ep-activity:volumeOfReturnedCementingFluid | 968 | ep-activity:volumeOfReturnedCementingFluid |
| 962 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 969 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 963 | rdfs:domain ep-activity:WellCementPumping ; | 970 | rdfs:domain ep-activity:WellCementPumping ; |
| 964 | rdfs:label "volume of returned cementing fluid"^^xsd:string ; | 971 | rdfs:label "volume of returned cementing fluid"^^xsd:string ; |
| 965 | rdfs:range ep-core:Volume . | 972 | rdfs:range ep-core:Volume . |
| 966 | 973 | ||
| 967 | ep-activity:wellBoreLoggingTool | 974 | ep-activity:wellBoreLoggingTool |
| 968 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 975 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 969 | rdfs:domain ep-activity:WellBoreLogRun ; | 976 | rdfs:domain ep-activity:WellBoreLogRun ; |
| 970 | rdfs:label "well bore logging tool"^^xsd:string ; | 977 | rdfs:label "well bore logging tool"^^xsd:string ; |
| 971 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 978 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | ... | ... |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment