Showing
4 changed files
with
367 additions
and
288 deletions
... | @@ -17,7 +17,7 @@ | ... | @@ -17,7 +17,7 @@ |
17 | 17 | ||
18 | <http://www.reportinghub.no/ep/schema/1.0/activity> | 18 | <http://www.reportinghub.no/ep/schema/1.0/activity> |
19 | rdf:type owl:Ontology ; | 19 | rdf:type owl:Ontology ; |
20 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> ; | 20 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/well> ; |
21 | owl:versionInfo "0.1.0"^^xsd:string . | 21 | owl:versionInfo "0.1.0"^^xsd:string . |
22 | 22 | ||
23 | ep-activity:Activity | 23 | ep-activity:Activity |
... | @@ -28,12 +28,12 @@ ep-activity:Activity | ... | @@ -28,12 +28,12 @@ ep-activity:Activity |
28 | rdfs:subClassOf | 28 | rdfs:subClassOf |
29 | [ rdf:type owl:Restriction ; | 29 | [ rdf:type owl:Restriction ; |
30 | owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 30 | owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
31 | - owl:onProperty ep-activity:startedAt | 31 | + owl:onProperty ep-activity:finishedAt |
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:maxCardinality "1"^^xsd:nonNegativeInteger ; |
36 | - owl:onProperty ep-activity:finishedAt | 36 | + owl:onProperty ep-activity:startedAt |
37 | ] . | 37 | ] . |
38 | 38 | ||
39 | ep-activity:ActivitySuccessType | 39 | ep-activity:ActivitySuccessType |
... | @@ -49,13 +49,13 @@ ep-activity:DailyDrillingActivity | ... | @@ -49,13 +49,13 @@ ep-activity:DailyDrillingActivity |
49 | rdfs:subClassOf ep-activity:DrillingActivity ; | 49 | rdfs:subClassOf ep-activity:DrillingActivity ; |
50 | rdfs:subClassOf | 50 | rdfs:subClassOf |
51 | [ rdf:type owl:Restriction ; | 51 | [ rdf:type owl:Restriction ; |
52 | - owl:allValuesFrom ep-activity:Activity ; | 52 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; |
53 | - owl:onProperty ep-core:hasPart | 53 | + owl:onProperty ep-activity:onWellBore |
54 | ] ; | 54 | ] ; |
55 | rdfs:subClassOf | 55 | rdfs:subClassOf |
56 | [ rdf:type owl:Restriction ; | 56 | [ rdf:type owl:Restriction ; |
57 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; | 57 | + owl:allValuesFrom ep-activity:Activity ; |
58 | - owl:onProperty ep-activity:onWellBore | 58 | + owl:onProperty ep-core:hasPart |
59 | ] . | 59 | ] . |
60 | 60 | ||
61 | ep-activity:DailyDrillingActivityToStatus | 61 | ep-activity:DailyDrillingActivityToStatus |
... | @@ -65,13 +65,13 @@ ep-activity:DailyDrillingActivityToStatus | ... | @@ -65,13 +65,13 @@ ep-activity:DailyDrillingActivityToStatus |
65 | rdfs:subClassOf ep-activity:DrillingActivity ; | 65 | rdfs:subClassOf ep-activity:DrillingActivity ; |
66 | rdfs:subClassOf | 66 | rdfs:subClassOf |
67 | [ rdf:type owl:Restriction ; | 67 | [ rdf:type owl:Restriction ; |
68 | - owl:allValuesFrom ep-activity:Activity ; | 68 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; |
69 | - owl:onProperty ep-core:hasPart | 69 | + owl:onProperty ep-activity:onWellBore |
70 | ] ; | 70 | ] ; |
71 | rdfs:subClassOf | 71 | rdfs:subClassOf |
72 | [ rdf:type owl:Restriction ; | 72 | [ rdf:type owl:Restriction ; |
73 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; | 73 | + owl:allValuesFrom ep-activity:Activity ; |
74 | - owl:onProperty ep-activity:onWellBore | 74 | + owl:onProperty ep-core:hasPart |
75 | ] . | 75 | ] . |
76 | 76 | ||
77 | ep-activity:DailyProductionActivity | 77 | ep-activity:DailyProductionActivity |
... | @@ -110,7 +110,7 @@ ep-activity:Drill-sidetrack | ... | @@ -110,7 +110,7 @@ ep-activity:Drill-sidetrack |
110 | rdfs:subClassOf ep-activity:DrillingActivity . | 110 | rdfs:subClassOf ep-activity:DrillingActivity . |
111 | 111 | ||
112 | ep-activity:DrillStemTest | 112 | ep-activity:DrillStemTest |
113 | - rdf:type owl:Class , ep-activity:WellTestType ; | 113 | + rdf:type ep-activity:WellTestType , owl:Class ; |
114 | rdfs:comment "a well test that is intended 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 ; | 114 | rdfs:comment "a well test that is intended 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 ; |
115 | rdfs:label "drill stem test"^^xsd:string ; | 115 | rdfs:label "drill stem test"^^xsd:string ; |
116 | rdfs:subClassOf ep-activity:WellTest ; | 116 | rdfs:subClassOf ep-activity:WellTest ; |
... | @@ -123,85 +123,85 @@ ep-activity:DrillingActivity | ... | @@ -123,85 +123,85 @@ ep-activity:DrillingActivity |
123 | rdfs:subClassOf ep-activity:Activity . | 123 | rdfs:subClassOf ep-activity:Activity . |
124 | 124 | ||
125 | ep-activity:DrillingActivity-bop_test | 125 | ep-activity:DrillingActivity-bop_test |
126 | - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; | 126 | + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; |
127 | rdfs:comment "drilling activity that is a test of a BOP (Blow-Out Preventer) and related well control equipment and systems"^^xsd:string ; | 127 | rdfs:comment "drilling activity that is a test of a BOP (Blow-Out Preventer) and related well control equipment and systems"^^xsd:string ; |
128 | rdfs:label "drilling activity - BOP test"^^xsd:string ; | 128 | rdfs:label "drilling activity - BOP test"^^xsd:string ; |
129 | rdfs:subClassOf ep-activity:DrillingActivity . | 129 | rdfs:subClassOf ep-activity:DrillingActivity . |
130 | 130 | ||
131 | ep-activity:DrillingActivity-circulation_loss | 131 | ep-activity:DrillingActivity-circulation_loss |
132 | - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; | 132 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
133 | rdfs:comment "drilling activity that fails because of the loss of circulation fluid to the surrounding rock formation"^^xsd:string ; | 133 | rdfs:comment "drilling activity that fails because of the loss of circulation fluid to the surrounding rock formation"^^xsd:string ; |
134 | rdfs:label "drilling activity - circulation loss"^^xsd:string ; | 134 | rdfs:label "drilling activity - circulation loss"^^xsd:string ; |
135 | rdfs:subClassOf ep-activity:DrillingActivity . | 135 | rdfs:subClassOf ep-activity:DrillingActivity . |
136 | 136 | ||
137 | ep-activity:DrillingActivity-coiled_tubing | 137 | ep-activity:DrillingActivity-coiled_tubing |
138 | - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; | 138 | + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; |
139 | rdfs:comment "drilling activity that is performed using a coiled tubing string and associated equipment. The drilling activity can be a well intervention, drilling or workover."^^xsd:string ; | 139 | rdfs:comment "drilling activity that is performed using a coiled tubing string and associated equipment. The drilling activity can be a well intervention, drilling or workover."^^xsd:string ; |
140 | rdfs:label "drilling activity - coiled tubing"^^xsd:string ; | 140 | rdfs:label "drilling activity - coiled tubing"^^xsd:string ; |
141 | rdfs:subClassOf ep-activity:DrillingActivity . | 141 | rdfs:subClassOf ep-activity:DrillingActivity . |
142 | 142 | ||
143 | ep-activity:DrillingActivity-equipment_failure | 143 | ep-activity:DrillingActivity-equipment_failure |
144 | - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; | 144 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
145 | rdfs:comment "drilling activity that fails because of an equipment failure"^^xsd:string ; | 145 | rdfs:comment "drilling activity that fails because of an equipment failure"^^xsd:string ; |
146 | rdfs:label "drilling activity - equipment failure"^^xsd:string ; | 146 | rdfs:label "drilling activity - equipment failure"^^xsd:string ; |
147 | rdfs:subClassOf ep-activity:DrillingActivity . | 147 | rdfs:subClassOf ep-activity:DrillingActivity . |
148 | 148 | ||
149 | ep-activity:DrillingActivity-equipment_hang | 149 | ep-activity:DrillingActivity-equipment_hang |
150 | - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; | 150 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
151 | rdfs:comment "drilling activity that fails because of an equipment hang"^^xsd:string ; | 151 | rdfs:comment "drilling activity that fails because of an equipment hang"^^xsd:string ; |
152 | rdfs:label "drilling activity - equipment hang"^^xsd:string ; | 152 | rdfs:label "drilling activity - equipment hang"^^xsd:string ; |
153 | rdfs:subClassOf ep-activity:DrillingActivity . | 153 | rdfs:subClassOf ep-activity:DrillingActivity . |
154 | 154 | ||
155 | ep-activity:DrillingActivity-fixed_equipment | 155 | ep-activity:DrillingActivity-fixed_equipment |
156 | - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; | 156 | + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; |
157 | rdfs:comment "drilling activity that is performed using traditional types of drilling equipment and techniques, such a permanently installed and fixed rig and equipment. The drilling activity can be drilling, completion, well-intervention or workover."^^xsd:string ; | 157 | rdfs:comment "drilling activity that is performed using traditional types of drilling equipment and techniques, such a permanently installed and fixed rig and equipment. The drilling activity can be drilling, completion, well-intervention or workover."^^xsd:string ; |
158 | rdfs:label "drilling activity - fixed equipment"^^xsd:string ; | 158 | rdfs:label "drilling activity - fixed equipment"^^xsd:string ; |
159 | rdfs:subClassOf ep-activity:DrillingActivity . | 159 | rdfs:subClassOf ep-activity:DrillingActivity . |
160 | 160 | ||
161 | ep-activity:DrillingActivity-injury | 161 | ep-activity:DrillingActivity-injury |
162 | - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; | 162 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
163 | rdfs:comment "drilling activity that fails because of an injury"^^xsd:string ; | 163 | rdfs:comment "drilling activity that fails because of an injury"^^xsd:string ; |
164 | rdfs:label "drilling activity- injury"^^xsd:string ; | 164 | rdfs:label "drilling activity- injury"^^xsd:string ; |
165 | rdfs:subClassOf ep-activity:DrillingActivity . | 165 | rdfs:subClassOf ep-activity:DrillingActivity . |
166 | 166 | ||
167 | ep-activity:DrillingActivity-kick | 167 | ep-activity:DrillingActivity-kick |
168 | - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; | 168 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
169 | rdfs:comment "drilling activity that fails because of fluid within the surrounding rock formation invading the wellbore"^^xsd:string ; | 169 | rdfs:comment "drilling activity that fails because of fluid within the surrounding rock formation invading the wellbore"^^xsd:string ; |
170 | rdfs:label "drilling activity - operation kick"^^xsd:string ; | 170 | rdfs:label "drilling activity - operation kick"^^xsd:string ; |
171 | rdfs:subClassOf ep-activity:DrillingActivity . | 171 | rdfs:subClassOf ep-activity:DrillingActivity . |
172 | 172 | ||
173 | ep-activity:DrillingActivity-mud_loss | 173 | ep-activity:DrillingActivity-mud_loss |
174 | - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; | 174 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
175 | rdfs:comment "drilling activity that fails because circulation is prevented by plugging or a failure of equipment"^^xsd:string ; | 175 | rdfs:comment "drilling activity that fails because circulation is prevented by plugging or a failure of equipment"^^xsd:string ; |
176 | rdfs:label "drilling activity - mud loss"^^xsd:string ; | 176 | rdfs:label "drilling activity - mud loss"^^xsd:string ; |
177 | rdfs:subClassOf ep-activity:DrillingActivity . | 177 | rdfs:subClassOf ep-activity:DrillingActivity . |
178 | 178 | ||
179 | ep-activity:DrillingActivity-operation_failed | 179 | ep-activity:DrillingActivity-operation_failed |
180 | - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; | 180 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
181 | rdfs:comment "drilling activity that fails"^^xsd:string ; | 181 | rdfs:comment "drilling activity that fails"^^xsd:string ; |
182 | rdfs:label "drilling activity - operation failed"^^xsd:string ; | 182 | rdfs:label "drilling activity - operation failed"^^xsd:string ; |
183 | rdfs:subClassOf ep-activity:DrillingActivity . | 183 | rdfs:subClassOf ep-activity:DrillingActivity . |
184 | 184 | ||
185 | ep-activity:DrillingActivity-snubbing | 185 | ep-activity:DrillingActivity-snubbing |
186 | - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; | 186 | + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; |
187 | rdfs:comment "drilling activity that is snubbing and that is performed by equipment not permanently installed on the platform"^^xsd:string ; | 187 | rdfs:comment "drilling activity that is snubbing and that is performed by equipment not permanently installed on the platform"^^xsd:string ; |
188 | rdfs:label "drilling activity - snubbing"^^xsd:string ; | 188 | rdfs:label "drilling activity - snubbing"^^xsd:string ; |
189 | rdfs:subClassOf ep-activity:DrillingActivity . | 189 | rdfs:subClassOf ep-activity:DrillingActivity . |
190 | 190 | ||
191 | ep-activity:DrillingActivity-stuck_equipment | 191 | ep-activity:DrillingActivity-stuck_equipment |
192 | - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; | 192 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
193 | rdfs:comment "drilling activity that fails because of equipment stuck in a wellbore"^^xsd:string ; | 193 | rdfs:comment "drilling activity that fails because of equipment stuck in a wellbore"^^xsd:string ; |
194 | rdfs:label "drilling activity - stuck equipment"^^xsd:string ; | 194 | rdfs:label "drilling activity - stuck equipment"^^xsd:string ; |
195 | rdfs:subClassOf ep-activity:DrillingActivity . | 195 | rdfs:subClassOf ep-activity:DrillingActivity . |
196 | 196 | ||
197 | ep-activity:DrillingActivity-success | 197 | ep-activity:DrillingActivity-success |
198 | - rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; | 198 | + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; |
199 | rdfs:comment "drilling activity that succeeds"^^xsd:string ; | 199 | rdfs:comment "drilling activity that succeeds"^^xsd:string ; |
200 | rdfs:label "drilling activity - success"^^xsd:string ; | 200 | rdfs:label "drilling activity - success"^^xsd:string ; |
201 | rdfs:subClassOf ep-activity:DrillingActivity . | 201 | rdfs:subClassOf ep-activity:DrillingActivity . |
202 | 202 | ||
203 | ep-activity:DrillingActivity-wire_line | 203 | ep-activity:DrillingActivity-wire_line |
204 | - rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; | 204 | + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; |
205 | rdfs:comment "drilling activity that is carried out using a single- or mult-strand wire or cable. The activity can be logging or intervention."^^xsd:string ; | 205 | rdfs:comment "drilling activity that is carried out using a single- or mult-strand wire or cable. The activity can be logging or intervention."^^xsd:string ; |
206 | rdfs:label "drilling activity - wireline"^^xsd:string ; | 206 | rdfs:label "drilling activity - wireline"^^xsd:string ; |
207 | rdfs:subClassOf ep-activity:DrillingActivity . | 207 | rdfs:subClassOf ep-activity:DrillingActivity . |
... | @@ -231,7 +231,7 @@ ep-activity:ExtractAWellCore | ... | @@ -231,7 +231,7 @@ ep-activity:ExtractAWellCore |
231 | rdfs:subClassOf ep-activity:WellOperation . | 231 | rdfs:subClassOf ep-activity:WellOperation . |
232 | 232 | ||
233 | ep-activity:FailedActivity | 233 | ep-activity:FailedActivity |
234 | - rdf:type owl:Class , ep-activity:ActivitySuccessType ; | 234 | + rdf:type ep-activity:ActivitySuccessType , owl:Class ; |
235 | rdfs:comment "activity that fails"^^xsd:string ; | 235 | rdfs:comment "activity that fails"^^xsd:string ; |
236 | rdfs:label "failed activity"^^xsd:string ; | 236 | rdfs:label "failed activity"^^xsd:string ; |
237 | rdfs:subClassOf ep-activity:Activity ; | 237 | rdfs:subClassOf ep-activity:Activity ; |
... | @@ -244,7 +244,7 @@ ep-activity:FluidReading | ... | @@ -244,7 +244,7 @@ ep-activity:FluidReading |
244 | rdfs:subClassOf ep-activity:Activity . | 244 | rdfs:subClassOf ep-activity:Activity . |
245 | 245 | ||
246 | ep-activity:FormationIntegrityTest | 246 | ep-activity:FormationIntegrityTest |
247 | - rdf:type owl:Class , ep-activity:PressureTestType ; | 247 | + rdf:type ep-activity:PressureTestType , owl:Class ; |
248 | rdfs:label "formation integrity test"^^xsd:string ; | 248 | rdfs:label "formation integrity test"^^xsd:string ; |
249 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 249 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
250 | owl:disjointWith ep-activity:LeakOffTest . | 250 | owl:disjointWith ep-activity:LeakOffTest . |
... | @@ -309,7 +309,7 @@ ep-activity:GasReading-shut_down_gas | ... | @@ -309,7 +309,7 @@ ep-activity:GasReading-shut_down_gas |
309 | rdfs:comment "gas reading that is of shut down gas"^^xsd:string ; | 309 | rdfs:comment "gas reading that is of shut down gas"^^xsd:string ; |
310 | rdfs:label "gas reading shut down gas"^^xsd:string ; | 310 | rdfs:label "gas reading shut down gas"^^xsd:string ; |
311 | rdfs:subClassOf ep-activity:GasReading ; | 311 | rdfs:subClassOf ep-activity:GasReading ; |
312 | - owl:disjointWith ep-activity:GasReading-trip_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-connection_gas . | 312 | + owl:disjointWith ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-trip_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-connection_gas . |
313 | 313 | ||
314 | ep-activity:GasReading-trip_gas | 314 | ep-activity:GasReading-trip_gas |
315 | rdf:type owl:Class , ep-activity:GasReadingType ; | 315 | rdf:type owl:Class , ep-activity:GasReadingType ; |
... | @@ -325,7 +325,7 @@ ep-activity:GasReadingType | ... | @@ -325,7 +325,7 @@ ep-activity:GasReadingType |
325 | rdfs:subClassOf owl:Class . | 325 | rdfs:subClassOf owl:Class . |
326 | 326 | ||
327 | ep-activity:LeakOffTest | 327 | ep-activity:LeakOffTest |
328 | - rdf:type owl:Class , ep-activity:PressureTestType ; | 328 | + rdf:type ep-activity:PressureTestType , owl:Class ; |
329 | rdfs:label "leak-off test"^^xsd:string ; | 329 | rdfs:label "leak-off test"^^xsd:string ; |
330 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 330 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
331 | owl:disjointWith ep-activity:FormationIntegrityTest . | 331 | owl:disjointWith ep-activity:FormationIntegrityTest . |
... | @@ -358,8 +358,8 @@ ep-activity:OffshoreWellActivity | ... | @@ -358,8 +358,8 @@ ep-activity:OffshoreWellActivity |
358 | rdfs:subClassOf ep-activity:OffshoreActivity ; | 358 | rdfs:subClassOf ep-activity:OffshoreActivity ; |
359 | rdfs:subClassOf | 359 | rdfs:subClassOf |
360 | [ rdf:type owl:Restriction ; | 360 | [ rdf:type owl:Restriction ; |
361 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; | 361 | + owl:cardinality "1"^^xsd:nonNegativeInteger ; |
362 | - owl:onProperty ep-activity:onWell | 362 | + owl:onProperty ep-activity:onRig |
363 | ] ; | 363 | ] ; |
364 | rdfs:subClassOf | 364 | rdfs:subClassOf |
365 | [ rdf:type owl:Restriction ; | 365 | [ rdf:type owl:Restriction ; |
... | @@ -368,8 +368,8 @@ ep-activity:OffshoreWellActivity | ... | @@ -368,8 +368,8 @@ ep-activity:OffshoreWellActivity |
368 | ] ; | 368 | ] ; |
369 | rdfs:subClassOf | 369 | rdfs:subClassOf |
370 | [ rdf:type owl:Restriction ; | 370 | [ rdf:type owl:Restriction ; |
371 | - owl:cardinality "1"^^xsd:nonNegativeInteger ; | 371 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ; |
372 | - owl:onProperty ep-activity:onRig | 372 | + owl:onProperty ep-activity:onWell |
373 | ] . | 373 | ] . |
374 | 374 | ||
375 | ep-activity:OpenPerforationInterval | 375 | ep-activity:OpenPerforationInterval |
... | @@ -391,14 +391,14 @@ ep-activity:PorePressureDeterminationType | ... | @@ -391,14 +391,14 @@ ep-activity:PorePressureDeterminationType |
391 | rdfs:subClassOf owl:Class . | 391 | rdfs:subClassOf owl:Class . |
392 | 392 | ||
393 | ep-activity:PorePressureEstimation | 393 | ep-activity:PorePressureEstimation |
394 | - rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; | 394 | + rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; |
395 | rdfs:comment "pore pressure determination that is an estimation"^^xsd:string ; | 395 | rdfs:comment "pore pressure determination that is an estimation"^^xsd:string ; |
396 | rdfs:label "pore pressure estimation"^^xsd:string ; | 396 | rdfs:label "pore pressure estimation"^^xsd:string ; |
397 | rdfs:subClassOf ep-activity:PorePressureDetermination ; | 397 | rdfs:subClassOf ep-activity:PorePressureDetermination ; |
398 | owl:disjointWith ep-activity:PorePressureMeasurement . | 398 | owl:disjointWith ep-activity:PorePressureMeasurement . |
399 | 399 | ||
400 | ep-activity:PorePressureMeasurement | 400 | ep-activity:PorePressureMeasurement |
401 | - rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; | 401 | + rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; |
402 | rdfs:comment "pore pressure determination that is a measurement"^^xsd:string ; | 402 | rdfs:comment "pore pressure determination that is a measurement"^^xsd:string ; |
403 | rdfs:label "pore pressure measurement"^^xsd:string ; | 403 | rdfs:label "pore pressure measurement"^^xsd:string ; |
404 | rdfs:subClassOf ep-activity:PorePressureDetermination ; | 404 | rdfs:subClassOf ep-activity:PorePressureDetermination ; |
... | @@ -428,14 +428,14 @@ ep-activity:ProductionActivityToDate | ... | @@ -428,14 +428,14 @@ ep-activity:ProductionActivityToDate |
428 | rdfs:subClassOf ep-activity:ProductionActivity . | 428 | rdfs:subClassOf ep-activity:ProductionActivity . |
429 | 429 | ||
430 | ep-activity:ProductionTest | 430 | ep-activity:ProductionTest |
431 | - rdf:type owl:Class , ep-activity:WellTestType ; | 431 | + rdf:type ep-activity:WellTestType , owl:Class ; |
432 | rdfs:comment "a well test that is intended to determine the daily rate of oil, gas, and water production from a (potential) reservoir"^^xsd:string ; | 432 | rdfs:comment "a well test that is intended to determine the daily rate of oil, gas, and water production from a (potential) reservoir"^^xsd:string ; |
433 | rdfs:label "production test"^^xsd:string ; | 433 | rdfs:label "production test"^^xsd:string ; |
434 | rdfs:subClassOf ep-activity:WellTest ; | 434 | rdfs:subClassOf ep-activity:WellTest ; |
435 | owl:disjointWith ep-activity:DrillStemTest . | 435 | owl:disjointWith ep-activity:DrillStemTest . |
436 | 436 | ||
437 | ep-activity:SuccessfulActivity | 437 | ep-activity:SuccessfulActivity |
438 | - rdf:type owl:Class , ep-activity:ActivitySuccessType ; | 438 | + rdf:type ep-activity:ActivitySuccessType , owl:Class ; |
439 | rdfs:comment "activity that succeeds"^^xsd:string ; | 439 | rdfs:comment "activity that succeeds"^^xsd:string ; |
440 | rdfs:label "successful activity"^^xsd:string ; | 440 | rdfs:label "successful activity"^^xsd:string ; |
441 | rdfs:subClassOf ep-activity:Activity ; | 441 | rdfs:subClassOf ep-activity:Activity ; |
... | @@ -512,26 +512,26 @@ ep-activity:WellCementJob | ... | @@ -512,26 +512,26 @@ ep-activity:WellCementJob |
512 | rdfs:subClassOf ep-activity:WellOperation . | 512 | rdfs:subClassOf ep-activity:WellOperation . |
513 | 513 | ||
514 | ep-activity:WellCementJob-other | 514 | ep-activity:WellCementJob-other |
515 | - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; | 515 | + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; |
516 | rdfs:comment "well cement job that is of a type not enumerated within the DDR XML schema"^^xsd:string ; | 516 | rdfs:comment "well cement job that is of a type not enumerated within the DDR XML schema"^^xsd:string ; |
517 | rdfs:label "well cement job other"^^xsd:string ; | 517 | rdfs:label "well cement job other"^^xsd:string ; |
518 | rdfs:subClassOf ep-activity:WellCementJob ; | 518 | rdfs:subClassOf ep-activity:WellCementJob ; |
519 | - owl:disjointWith ep-activity:WellCementJob-squeeze , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-plug . | 519 | + owl:disjointWith ep-activity:WellCementJob-plug , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-squeeze . |
520 | 520 | ||
521 | ep-activity:WellCementJob-plug | 521 | ep-activity:WellCementJob-plug |
522 | - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; | 522 | + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; |
523 | rdfs:comment "well cement job that is intended to plug"^^xsd:string ; | 523 | rdfs:comment "well cement job that is intended to plug"^^xsd:string ; |
524 | rdfs:label "well cement job plug"^^xsd:string ; | 524 | rdfs:label "well cement job plug"^^xsd:string ; |
525 | rdfs:subClassOf ep-activity:WellCementJob . | 525 | rdfs:subClassOf ep-activity:WellCementJob . |
526 | 526 | ||
527 | ep-activity:WellCementJob-primary | 527 | ep-activity:WellCementJob-primary |
528 | - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; | 528 | + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; |
529 | rdfs:comment "well cement job that is primary"^^xsd:string ; | 529 | rdfs:comment "well cement job that is primary"^^xsd:string ; |
530 | rdfs:label "well cement job primary"^^xsd:string ; | 530 | rdfs:label "well cement job primary"^^xsd:string ; |
531 | rdfs:subClassOf ep-activity:WellCementJob . | 531 | rdfs:subClassOf ep-activity:WellCementJob . |
532 | 532 | ||
533 | ep-activity:WellCementJob-squeeze | 533 | ep-activity:WellCementJob-squeeze |
534 | - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; | 534 | + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; |
535 | rdfs:comment "well cement job that is intended to squeeze"^^xsd:string ; | 535 | rdfs:comment "well cement job that is intended to squeeze"^^xsd:string ; |
536 | rdfs:label "well cement job squeeze"^^xsd:string ; | 536 | rdfs:label "well cement job squeeze"^^xsd:string ; |
537 | rdfs:subClassOf ep-activity:WellCementJob . | 537 | rdfs:subClassOf ep-activity:WellCementJob . |
... | @@ -585,84 +585,84 @@ ep-activity:WellCementJobTopPlugType | ... | @@ -585,84 +585,84 @@ ep-activity:WellCementJobTopPlugType |
585 | rdfs:subClassOf owl:Class . | 585 | rdfs:subClassOf owl:Class . |
586 | 586 | ||
587 | ep-activity:WellCementJobWithBottomPlug | 587 | ep-activity:WellCementJobWithBottomPlug |
588 | - rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; | 588 | + rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; |
589 | rdfs:comment "well cement job that has a bottom plug"^^xsd:string ; | 589 | rdfs:comment "well cement job that has a bottom plug"^^xsd:string ; |
590 | rdfs:label "well cement job with bottom plug"^^xsd:string ; | 590 | rdfs:label "well cement job with bottom plug"^^xsd:string ; |
591 | rdfs:subClassOf ep-activity:WellCementJob ; | 591 | rdfs:subClassOf ep-activity:WellCementJob ; |
592 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . | 592 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . |
593 | 593 | ||
594 | ep-activity:WellCementJobWithCasingReciprocation | 594 | ep-activity:WellCementJobWithCasingReciprocation |
595 | - rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; | 595 | + rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; |
596 | rdfs:comment "well cement job that has casing reciprocation"^^xsd:string ; | 596 | rdfs:comment "well cement job that has casing reciprocation"^^xsd:string ; |
597 | rdfs:label "well cement job with casing reciprocation"^^xsd:string ; | 597 | rdfs:label "well cement job with casing reciprocation"^^xsd:string ; |
598 | rdfs:subClassOf ep-activity:WellCementJob ; | 598 | rdfs:subClassOf ep-activity:WellCementJob ; |
599 | owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . | 599 | owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . |
600 | 600 | ||
601 | ep-activity:WellCementJobWithCasingRotation | 601 | ep-activity:WellCementJobWithCasingRotation |
602 | - rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; | 602 | + rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; |
603 | rdfs:comment "well cement job that has casing rotation"^^xsd:string ; | 603 | rdfs:comment "well cement job that has casing rotation"^^xsd:string ; |
604 | rdfs:label "well cement job with casing rotation"^^xsd:string ; | 604 | rdfs:label "well cement job with casing rotation"^^xsd:string ; |
605 | rdfs:subClassOf ep-activity:WellCementJob ; | 605 | rdfs:subClassOf ep-activity:WellCementJob ; |
606 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . | 606 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . |
607 | 607 | ||
608 | ep-activity:WellCementJobWithFloatHolding | 608 | ep-activity:WellCementJobWithFloatHolding |
609 | - rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; | 609 | + rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; |
610 | rdfs:comment "well cement job that has float holding"^^xsd:string ; | 610 | rdfs:comment "well cement job that has float holding"^^xsd:string ; |
611 | rdfs:label "well cement job with float holding"^^xsd:string ; | 611 | rdfs:label "well cement job with float holding"^^xsd:string ; |
612 | rdfs:subClassOf ep-activity:WellCementJob ; | 612 | rdfs:subClassOf ep-activity:WellCementJob ; |
613 | owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . | 613 | owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . |
614 | 614 | ||
615 | ep-activity:WellCementJobWithPlugBumping | 615 | ep-activity:WellCementJobWithPlugBumping |
616 | - rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; | 616 | + rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; |
617 | rdfs:comment "well cement job that has plug bumping"^^xsd:string ; | 617 | rdfs:comment "well cement job that has plug bumping"^^xsd:string ; |
618 | rdfs:label "well cement job with plug bumping"^^xsd:string ; | 618 | rdfs:label "well cement job with plug bumping"^^xsd:string ; |
619 | rdfs:subClassOf ep-activity:WellCementJob ; | 619 | rdfs:subClassOf ep-activity:WellCementJob ; |
620 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . | 620 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . |
621 | 621 | ||
622 | ep-activity:WellCementJobWithTopPlug | 622 | ep-activity:WellCementJobWithTopPlug |
623 | - rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; | 623 | + rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; |
624 | rdfs:comment "well cement job that has a top plug"^^xsd:string ; | 624 | rdfs:comment "well cement job that has a top plug"^^xsd:string ; |
625 | rdfs:label "well cement job with top plug"^^xsd:string ; | 625 | rdfs:label "well cement job with top plug"^^xsd:string ; |
626 | rdfs:subClassOf ep-activity:WellCementJob ; | 626 | rdfs:subClassOf ep-activity:WellCementJob ; |
627 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . | 627 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . |
628 | 628 | ||
629 | ep-activity:WellCementJobWithoutBottomPlug | 629 | ep-activity:WellCementJobWithoutBottomPlug |
630 | - rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; | 630 | + rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; |
631 | rdfs:comment "well cement job that does not have a bottom plug"^^xsd:string ; | 631 | rdfs:comment "well cement job that does not have a bottom plug"^^xsd:string ; |
632 | rdfs:label "well cement job without bottom plug"^^xsd:string ; | 632 | rdfs:label "well cement job without bottom plug"^^xsd:string ; |
633 | rdfs:subClassOf ep-activity:WellCementJob ; | 633 | rdfs:subClassOf ep-activity:WellCementJob ; |
634 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . | 634 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . |
635 | 635 | ||
636 | ep-activity:WellCementJobWithoutCasingReciprocation | 636 | ep-activity:WellCementJobWithoutCasingReciprocation |
637 | - rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; | 637 | + rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; |
638 | rdfs:comment "well cement job that does not have casing reciprocation"^^xsd:string ; | 638 | rdfs:comment "well cement job that does not have casing reciprocation"^^xsd:string ; |
639 | rdfs:label "well cement job without casing reciprocation"^^xsd:string ; | 639 | rdfs:label "well cement job without casing reciprocation"^^xsd:string ; |
640 | rdfs:subClassOf ep-activity:WellCementJob ; | 640 | rdfs:subClassOf ep-activity:WellCementJob ; |
641 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . | 641 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . |
642 | 642 | ||
643 | ep-activity:WellCementJobWithoutCasingRotation | 643 | ep-activity:WellCementJobWithoutCasingRotation |
644 | - rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; | 644 | + rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; |
645 | rdfs:comment "well cement job that does not have casing rotation"^^xsd:string ; | 645 | rdfs:comment "well cement job that does not have casing rotation"^^xsd:string ; |
646 | rdfs:label "well cement job without casing rotation"^^xsd:string ; | 646 | rdfs:label "well cement job without casing rotation"^^xsd:string ; |
647 | rdfs:subClassOf ep-activity:WellCementJob ; | 647 | rdfs:subClassOf ep-activity:WellCementJob ; |
648 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . | 648 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . |
649 | 649 | ||
650 | ep-activity:WellCementJobWithoutFloatHolding | 650 | ep-activity:WellCementJobWithoutFloatHolding |
651 | - rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; | 651 | + rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; |
652 | rdfs:comment "well cement job that does not have float holding"^^xsd:string ; | 652 | rdfs:comment "well cement job that does not have float holding"^^xsd:string ; |
653 | rdfs:label "well cement job without float holding"^^xsd:string ; | 653 | rdfs:label "well cement job without float holding"^^xsd:string ; |
654 | rdfs:subClassOf ep-activity:WellCementJob ; | 654 | rdfs:subClassOf ep-activity:WellCementJob ; |
655 | owl:disjointWith ep-activity:WellCementJobWithFloatHolding . | 655 | owl:disjointWith ep-activity:WellCementJobWithFloatHolding . |
656 | 656 | ||
657 | ep-activity:WellCementJobWithoutPlugBumping | 657 | ep-activity:WellCementJobWithoutPlugBumping |
658 | - rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; | 658 | + rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; |
659 | rdfs:comment "well cement job that does not have plug bumping"^^xsd:string ; | 659 | rdfs:comment "well cement job that does not have plug bumping"^^xsd:string ; |
660 | rdfs:label "well cement job without plug bumping"^^xsd:string ; | 660 | rdfs:label "well cement job without plug bumping"^^xsd:string ; |
661 | rdfs:subClassOf ep-activity:WellCementJob ; | 661 | rdfs:subClassOf ep-activity:WellCementJob ; |
662 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . | 662 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . |
663 | 663 | ||
664 | ep-activity:WellCementJobWithoutTopPlug | 664 | ep-activity:WellCementJobWithoutTopPlug |
665 | - rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; | 665 | + rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; |
666 | rdfs:comment "well cement job that does not have a top plug"^^xsd:string ; | 666 | rdfs:comment "well cement job that does not have a top plug"^^xsd:string ; |
667 | rdfs:label "well cement job without top plug"^^xsd:string ; | 667 | rdfs:label "well cement job without top plug"^^xsd:string ; |
668 | rdfs:subClassOf ep-activity:WellCementJob ; | 668 | rdfs:subClassOf ep-activity:WellCementJob ; |
... | @@ -681,14 +681,14 @@ ep-activity:WellCementPumpingFluidReturnType | ... | @@ -681,14 +681,14 @@ ep-activity:WellCementPumpingFluidReturnType |
681 | rdfs:subClassOf owl:Class . | 681 | rdfs:subClassOf owl:Class . |
682 | 682 | ||
683 | ep-activity:WellCementPumpingWithFluidReturn | 683 | ep-activity:WellCementPumpingWithFluidReturn |
684 | - rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; | 684 | + rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; |
685 | rdfs:comment "well cement pumping that has fluid return"^^xsd:string ; | 685 | rdfs:comment "well cement pumping that has fluid return"^^xsd:string ; |
686 | rdfs:label "well cement pumping with fluid return"^^xsd:string ; | 686 | rdfs:label "well cement pumping with fluid return"^^xsd:string ; |
687 | rdfs:subClassOf ep-activity:WellCementPumping ; | 687 | rdfs:subClassOf ep-activity:WellCementPumping ; |
688 | owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . | 688 | owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . |
689 | 689 | ||
690 | ep-activity:WellCementPumpingWithoutFluidReturn | 690 | ep-activity:WellCementPumpingWithoutFluidReturn |
691 | - rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; | 691 | + rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; |
692 | rdfs:comment "well cement pumping that does not have fluid return"^^xsd:string ; | 692 | rdfs:comment "well cement pumping that does not have fluid return"^^xsd:string ; |
693 | rdfs:label "well cement pumping without fluid return"^^xsd:string ; | 693 | rdfs:label "well cement pumping without fluid return"^^xsd:string ; |
694 | rdfs:subClassOf ep-activity:WellCementPumping ; | 694 | rdfs:subClassOf ep-activity:WellCementPumping ; |
... | @@ -707,32 +707,32 @@ ep-activity:WellControlIncident | ... | @@ -707,32 +707,32 @@ ep-activity:WellControlIncident |
707 | rdfs:subClassOf ep-activity:WellOperation . | 707 | rdfs:subClassOf ep-activity:WellOperation . |
708 | 708 | ||
709 | ep-activity:WellControlIncident-gas_kick | 709 | ep-activity:WellControlIncident-gas_kick |
710 | - rdf:type owl:Class , ep-activity:WellControlIncidentType ; | 710 | + rdf:type ep-activity:WellControlIncidentType , owl:Class ; |
711 | rdfs:comment "well control incident that is a gas kick"^^xsd:string ; | 711 | rdfs:comment "well control incident that is a gas kick"^^xsd:string ; |
712 | rdfs:label "well control incident gas kick"^^xsd:string ; | 712 | rdfs:label "well control incident gas kick"^^xsd:string ; |
713 | rdfs:subClassOf ep-activity:WellControlIncident ; | 713 | rdfs:subClassOf ep-activity:WellControlIncident ; |
714 | - owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick . | 714 | + owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick . |
715 | 715 | ||
716 | ep-activity:WellControlIncident-oil_kick | 716 | ep-activity:WellControlIncident-oil_kick |
717 | - rdf:type owl:Class , ep-activity:WellControlIncidentType ; | 717 | + rdf:type ep-activity:WellControlIncidentType , owl:Class ; |
718 | rdfs:comment "well control incident that is an oil kick"^^xsd:string ; | 718 | rdfs:comment "well control incident that is an oil kick"^^xsd:string ; |
719 | rdfs:label "well control incident oil kick"^^xsd:string ; | 719 | rdfs:label "well control incident oil kick"^^xsd:string ; |
720 | rdfs:subClassOf ep-activity:WellControlIncident ; | 720 | rdfs:subClassOf ep-activity:WellControlIncident ; |
721 | - owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-gas_kick . | 721 | + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick . |
722 | 722 | ||
723 | ep-activity:WellControlIncident-shallow_gas_kick | 723 | ep-activity:WellControlIncident-shallow_gas_kick |
724 | - rdf:type owl:Class , ep-activity:WellControlIncidentType ; | 724 | + rdf:type ep-activity:WellControlIncidentType , owl:Class ; |
725 | rdfs:comment "well control incident that is a shallow gas kick"^^xsd:string ; | 725 | rdfs:comment "well control incident that is a shallow gas kick"^^xsd:string ; |
726 | rdfs:label "well control incident shallow gas kick"^^xsd:string ; | 726 | rdfs:label "well control incident shallow gas kick"^^xsd:string ; |
727 | rdfs:subClassOf ep-activity:WellControlIncident ; | 727 | rdfs:subClassOf ep-activity:WellControlIncident ; |
728 | - owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-gas_kick . | 728 | + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick . |
729 | 729 | ||
730 | ep-activity:WellControlIncident-water_kick | 730 | ep-activity:WellControlIncident-water_kick |
731 | - rdf:type owl:Class , ep-activity:WellControlIncidentType ; | 731 | + rdf:type ep-activity:WellControlIncidentType , owl:Class ; |
732 | rdfs:comment "well control incident that is a water kick"^^xsd:string ; | 732 | rdfs:comment "well control incident that is a water kick"^^xsd:string ; |
733 | rdfs:label "well control incident water kick"^^xsd:string ; | 733 | rdfs:label "well control incident water kick"^^xsd:string ; |
734 | rdfs:subClassOf ep-activity:WellControlIncident ; | 734 | rdfs:subClassOf ep-activity:WellControlIncident ; |
735 | - owl:disjointWith ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-gas_kick . | 735 | + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick . |
736 | 736 | ||
737 | ep-activity:WellControlIncidentType | 737 | ep-activity:WellControlIncidentType |
738 | rdf:type rdfs:Class ; | 738 | rdf:type rdfs:Class ; |
... | @@ -796,7 +796,6 @@ ep-activity:WellKillingType | ... | @@ -796,7 +796,6 @@ ep-activity:WellKillingType |
796 | 796 | ||
797 | ep-activity:WellOperation | 797 | ep-activity:WellOperation |
798 | rdf:type owl:Class ; | 798 | rdf:type owl:Class ; |
799 | - rdfs:comment "Added to support WellOperations in Daily Production Reports"^^xsd:string ; | ||
800 | rdfs:label "Well Operation"^^xsd:string ; | 799 | rdfs:label "Well Operation"^^xsd:string ; |
801 | rdfs:subClassOf ep-activity:Activity . | 800 | rdfs:subClassOf ep-activity:Activity . |
802 | 801 | ||
... | @@ -830,28 +829,28 @@ ep-activity:WirelineFormationTestType | ... | @@ -830,28 +829,28 @@ ep-activity:WirelineFormationTestType |
830 | rdfs:subClassOf owl:Class . | 829 | rdfs:subClassOf owl:Class . |
831 | 830 | ||
832 | ep-activity:WirelineFormationTestWithGoodSeal | 831 | ep-activity:WirelineFormationTestWithGoodSeal |
833 | - rdf:type owl:Class , ep-activity:WirelineFormationTestType ; | 832 | + rdf:type ep-activity:WirelineFormationTestType , owl:Class ; |
834 | rdfs:comment "wireline formation test that has a good seal"^^xsd:string ; | 833 | rdfs:comment "wireline formation test that has a good seal"^^xsd:string ; |
835 | rdfs:label "wireline formation test with a good seal"^^xsd:string ; | 834 | rdfs:label "wireline formation test with a good seal"^^xsd:string ; |
836 | rdfs:subClassOf ep-activity:WirelineFormationTest ; | 835 | rdfs:subClassOf ep-activity:WirelineFormationTest ; |
837 | owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . | 836 | owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . |
838 | 837 | ||
839 | ep-activity:WirelineFormationTestWithoutGoodSeal | 838 | ep-activity:WirelineFormationTestWithoutGoodSeal |
840 | - rdf:type owl:Class , ep-activity:WirelineFormationTestType ; | 839 | + rdf:type ep-activity:WirelineFormationTestType , owl:Class ; |
841 | rdfs:comment "wireline formation test that does not have a good seal"^^xsd:string ; | 840 | rdfs:comment "wireline formation test that does not have a good seal"^^xsd:string ; |
842 | rdfs:label "wireline formation test without a good seal"^^xsd:string ; | 841 | rdfs:label "wireline formation test without a good seal"^^xsd:string ; |
843 | rdfs:subClassOf ep-activity:WirelineFormationTest ; | 842 | rdfs:subClassOf ep-activity:WirelineFormationTest ; |
844 | owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . | 843 | owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . |
845 | 844 | ||
846 | ep-activity:averageRateOfDrilling | 845 | ep-activity:averageRateOfDrilling |
847 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 846 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
848 | rdfs:comment "class_of_indirect_property that is the average rate of drilling for a drilling activity"^^xsd:string ; | 847 | rdfs:comment "class_of_indirect_property that is the average rate of drilling for a drilling activity"^^xsd:string ; |
849 | rdfs:domain ep-activity:DrillingActivity ; | 848 | rdfs:domain ep-activity:DrillingActivity ; |
850 | rdfs:label "average rate of drilling"^^xsd:string ; | 849 | rdfs:label "average rate of drilling"^^xsd:string ; |
851 | rdfs:range ep-core:Speed . | 850 | rdfs:range ep-core:Speed . |
852 | 851 | ||
853 | ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod | 852 | ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod |
854 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 853 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
855 | rdfs:domain ep-activity:DailyDrillingActivity ; | 854 | rdfs:domain ep-activity:DailyDrillingActivity ; |
856 | rdfs:label "description of activities following the daily reporting period"^^xsd:string ; | 855 | rdfs:label "description of activities following the daily reporting period"^^xsd:string ; |
857 | rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> . | 856 | rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> . |
... | @@ -869,34 +868,34 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod | ... | @@ -869,34 +868,34 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod |
869 | rdfs:label "description of activities within the daily reporting period"^^xsd:string . | 868 | rdfs:label "description of activities within the daily reporting period"^^xsd:string . |
870 | 869 | ||
871 | ep-activity:distanceDrilled | 870 | ep-activity:distanceDrilled |
872 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 871 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
873 | rdfs:comment "class_of_indirect_property that is the distance drilled by a drilling activity"^^xsd:string ; | 872 | rdfs:comment "class_of_indirect_property that is the distance drilled by a drilling activity"^^xsd:string ; |
874 | rdfs:domain ep-activity:DrillingActivity ; | 873 | rdfs:domain ep-activity:DrillingActivity ; |
875 | rdfs:label "distance drilled"^^xsd:string ; | 874 | rdfs:label "distance drilled"^^xsd:string ; |
876 | rdfs:range ep-core:Length . | 875 | rdfs:range ep-core:Length . |
877 | 876 | ||
878 | ep-activity:drillingContractor | 877 | ep-activity:drillingContractor |
879 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 878 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
880 | rdfs:comment "organization that is contracted to perform a drilling activity"^^xsd:string ; | 879 | rdfs:comment "organization that is contracted to perform a drilling activity"^^xsd:string ; |
881 | rdfs:domain ep-activity:DrillingActivity ; | 880 | rdfs:domain ep-activity:DrillingActivity ; |
882 | rdfs:label "drilling contractor"^^xsd:string ; | 881 | rdfs:label "drilling contractor"^^xsd:string ; |
883 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 882 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
884 | 883 | ||
885 | ep-activity:drillingOperator | 884 | ep-activity:drillingOperator |
886 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 885 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
887 | - rdfs:comment "organization that operates the facility that performs a drilling activity"^^xsd:string , "Corresponds to Drilling Operator field in WellBore tables"^^xsd:string ; | 886 | + rdfs:comment "Corresponds to Drilling Operator field in WellBore tables"^^xsd:string , "organization that operates the facility that performs a drilling activity"^^xsd:string ; |
888 | rdfs:domain ep-activity:DrillingActivity ; | 887 | rdfs:domain ep-activity:DrillingActivity ; |
889 | rdfs:label "drilling operator"^^xsd:string ; | 888 | rdfs:label "drilling operator"^^xsd:string ; |
890 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 889 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
891 | 890 | ||
892 | ep-activity:durationOfDrilling | 891 | ep-activity:durationOfDrilling |
893 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 892 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
894 | rdfs:domain ep-activity:DrillingActivity ; | 893 | rdfs:domain ep-activity:DrillingActivity ; |
895 | rdfs:label "duration of drilling"^^xsd:string ; | 894 | rdfs:label "duration of drilling"^^xsd:string ; |
896 | rdfs:range ep-core:TimeDuration . | 895 | rdfs:range ep-core:TimeDuration . |
897 | 896 | ||
898 | ep-activity:existsThroughout | 897 | ep-activity:existsThroughout |
899 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 898 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
900 | rdfs:domain ep-core:PhysicalThing ; | 899 | rdfs:domain ep-core:PhysicalThing ; |
901 | rdfs:label "exists throughout"^^xsd:string . | 900 | rdfs:label "exists throughout"^^xsd:string . |
902 | 901 | ||
... | @@ -913,28 +912,28 @@ ep-activity:failedEquipment | ... | @@ -913,28 +912,28 @@ ep-activity:failedEquipment |
913 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 912 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
914 | 913 | ||
915 | ep-activity:finalRateOfDrilling | 914 | ep-activity:finalRateOfDrilling |
916 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 915 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
917 | rdfs:comment "class_of_indirect_property that is the rate of drilling at the end of a drilling activity"^^xsd:string ; | 916 | rdfs:comment "class_of_indirect_property that is the rate of drilling at the end of a drilling activity"^^xsd:string ; |
918 | rdfs:domain ep-activity:DrillingActivity ; | 917 | rdfs:domain ep-activity:DrillingActivity ; |
919 | rdfs:label "final rate of drilling"^^xsd:string ; | 918 | rdfs:label "final rate of drilling"^^xsd:string ; |
920 | rdfs:range ep-core:Speed . | 919 | rdfs:range ep-core:Speed . |
921 | 920 | ||
922 | ep-activity:finishedAt | 921 | ep-activity:finishedAt |
923 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 922 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
924 | rdfs:comment "UTC representation of the finishing time for an activity"^^xsd:string ; | 923 | rdfs:comment "UTC representation of the finishing time for an activity"^^xsd:string ; |
925 | rdfs:domain ep-core:PhysicalThing ; | 924 | rdfs:domain ep-core:PhysicalThing ; |
926 | rdfs:label "finished at"^^xsd:string ; | 925 | rdfs:label "finished at"^^xsd:string ; |
927 | rdfs:range xsd:dateTime . | 926 | rdfs:range xsd:dateTime . |
928 | 927 | ||
929 | ep-activity:fluidProducedByWellTest | 928 | ep-activity:fluidProducedByWellTest |
930 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 929 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
931 | rdfs:comment "quantity of material that is produced by a well test"^^xsd:string ; | 930 | rdfs:comment "quantity of material that is produced by a well test"^^xsd:string ; |
932 | rdfs:domain ep-activity:WellTest ; | 931 | rdfs:domain ep-activity:WellTest ; |
933 | rdfs:label "fluid produced by well test"^^xsd:string ; | 932 | rdfs:label "fluid produced by well test"^^xsd:string ; |
934 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . | 933 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . |
935 | 934 | ||
936 | ep-activity:hasCasingLinerTubing | 935 | ep-activity:hasCasingLinerTubing |
937 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 936 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
938 | rdfs:domain ep-activity:WellStimulation ; | 937 | rdfs:domain ep-activity:WellStimulation ; |
939 | rdfs:label "has Casing/Liner/Tubing"^^xsd:string . | 938 | rdfs:label "has Casing/Liner/Tubing"^^xsd:string . |
940 | 939 | ||
... | @@ -943,18 +942,18 @@ ep-activity:hasCasingString | ... | @@ -943,18 +942,18 @@ ep-activity:hasCasingString |
943 | rdfs:label "has casing string"^^xsd:string . | 942 | rdfs:label "has casing string"^^xsd:string . |
944 | 943 | ||
945 | ep-activity:hasChokeValve | 944 | ep-activity:hasChokeValve |
946 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 945 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
947 | rdfs:label "has choke valve"^^xsd:string ; | 946 | rdfs:label "has choke valve"^^xsd:string ; |
948 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . | 947 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . |
949 | 948 | ||
950 | ep-activity:hasDrillBit | 949 | ep-activity:hasDrillBit |
951 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 950 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
952 | rdfs:domain ep-activity:DrillingActivity ; | 951 | rdfs:domain ep-activity:DrillingActivity ; |
953 | rdfs:label "has drill bit"^^xsd:string ; | 952 | rdfs:label "has drill bit"^^xsd:string ; |
954 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . | 953 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . |
955 | 954 | ||
956 | ep-activity:hasDrillingFluid | 955 | ep-activity:hasDrillingFluid |
957 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 956 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
958 | rdfs:domain ep-activity:DrillingActivity ; | 957 | rdfs:domain ep-activity:DrillingActivity ; |
959 | rdfs:label "has drilling fluid"^^xsd:string ; | 958 | rdfs:label "has drilling fluid"^^xsd:string ; |
960 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . | 959 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . |
... | @@ -970,13 +969,13 @@ ep-activity:hasSubActivity | ... | @@ -970,13 +969,13 @@ ep-activity:hasSubActivity |
970 | rdfs:label "has sub activity"^^xsd:string . | 969 | rdfs:label "has sub activity"^^xsd:string . |
971 | 970 | ||
972 | ep-activity:hasWellTestChoke | 971 | ep-activity:hasWellTestChoke |
973 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 972 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
974 | rdfs:domain ep-activity:WellTest ; | 973 | rdfs:domain ep-activity:WellTest ; |
975 | rdfs:label "has well test choke"^^xsd:string ; | 974 | rdfs:label "has well test choke"^^xsd:string ; |
976 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . | 975 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . |
977 | 976 | ||
978 | ep-activity:identificationNumberOfCore | 977 | ep-activity:identificationNumberOfCore |
979 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 978 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
980 | rdfs:comment "identification number of the core extracted by an extract a well core activity"^^xsd:string ; | 979 | rdfs:comment "identification number of the core extracted by an extract a well core activity"^^xsd:string ; |
981 | rdfs:domain ep-activity:ExtractAWellCore ; | 980 | rdfs:domain ep-activity:ExtractAWellCore ; |
982 | rdfs:label "identification number of core"^^xsd:string . | 981 | rdfs:label "identification number of core"^^xsd:string . |
... | @@ -994,21 +993,21 @@ ep-activity:logRunNumber | ... | @@ -994,21 +993,21 @@ ep-activity:logRunNumber |
994 | rdfs:label "log run number"^^xsd:string . | 993 | rdfs:label "log run number"^^xsd:string . |
995 | 994 | ||
996 | ep-activity:loggedWellBoreInterval | 995 | ep-activity:loggedWellBoreInterval |
997 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 996 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
998 | rdfs:comment "wellbore section that is logged by a wellbore log run activity"^^xsd:string ; | 997 | rdfs:comment "wellbore section that is logged by a wellbore log run activity"^^xsd:string ; |
999 | rdfs:domain ep-activity:WellBoreLogRun ; | 998 | rdfs:domain ep-activity:WellBoreLogRun ; |
1000 | rdfs:label "logged wellbore interval"^^xsd:string ; | 999 | rdfs:label "logged wellbore interval"^^xsd:string ; |
1001 | rdfs:range ep-core:PhysicalObject . | 1000 | rdfs:range ep-core:PhysicalObject . |
1002 | 1001 | ||
1003 | ep-activity:measuredDepthOfFluidSampling | 1002 | ep-activity:measuredDepthOfFluidSampling |
1004 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1003 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1005 | rdfs:comment "class_of_indirect_property that is the measured depth with respect to the RKB of the location of fluid sampling by a wireline formation test activity"^^xsd:string ; | 1004 | rdfs:comment "class_of_indirect_property that is the measured depth with respect to the RKB of the location of fluid sampling by a wireline formation test activity"^^xsd:string ; |
1006 | rdfs:domain ep-activity:WirelineFormationTest ; | 1005 | rdfs:domain ep-activity:WirelineFormationTest ; |
1007 | rdfs:label "measured depth of fluid sampling"^^xsd:string ; | 1006 | rdfs:label "measured depth of fluid sampling"^^xsd:string ; |
1008 | rdfs:range ep-core:Length . | 1007 | rdfs:range ep-core:Length . |
1009 | 1008 | ||
1010 | ep-activity:missedProductionTime | 1009 | ep-activity:missedProductionTime |
1011 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1010 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1012 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 1011 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
1013 | rdfs:label "missed production time"^^xsd:string ; | 1012 | rdfs:label "missed production time"^^xsd:string ; |
1014 | rdfs:range ep-core:TimeDuration . | 1013 | rdfs:range ep-core:TimeDuration . |
... | @@ -1021,7 +1020,7 @@ ep-activity:nominallyAt | ... | @@ -1021,7 +1020,7 @@ ep-activity:nominallyAt |
1021 | rdfs:range xsd:dateTime . | 1020 | rdfs:range xsd:dateTime . |
1022 | 1021 | ||
1023 | ep-activity:onDrillBit | 1022 | ep-activity:onDrillBit |
1024 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1023 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1025 | rdfs:domain ep-activity:WellBoreBitRunDrilling ; | 1024 | rdfs:domain ep-activity:WellBoreBitRunDrilling ; |
1026 | rdfs:label "on drill bit"^^xsd:string ; | 1025 | rdfs:label "on drill bit"^^xsd:string ; |
1027 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . | 1026 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . |
... | @@ -1031,7 +1030,7 @@ ep-activity:onFluid | ... | @@ -1031,7 +1030,7 @@ ep-activity:onFluid |
1031 | rdfs:label "on WellBore"^^xsd:string . | 1030 | rdfs:label "on WellBore"^^xsd:string . |
1032 | 1031 | ||
1033 | ep-activity:onRig | 1032 | ep-activity:onRig |
1034 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1033 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1035 | rdfs:domain ep-activity:DrillingActivity ; | 1034 | rdfs:domain ep-activity:DrillingActivity ; |
1036 | rdfs:label "on rig"^^xsd:string ; | 1035 | rdfs:label "on rig"^^xsd:string ; |
1037 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . | 1036 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . |
... | @@ -1043,20 +1042,20 @@ ep-activity:onWell | ... | @@ -1043,20 +1042,20 @@ ep-activity:onWell |
1043 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . | 1042 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . |
1044 | 1043 | ||
1045 | ep-activity:onWellBore | 1044 | ep-activity:onWellBore |
1046 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1045 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1047 | rdfs:domain ep-activity:DrillingActivity ; | 1046 | rdfs:domain ep-activity:DrillingActivity ; |
1048 | rdfs:label "on wellbore"^^xsd:string ; | 1047 | rdfs:label "on wellbore"^^xsd:string ; |
1049 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . | 1048 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . |
1050 | 1049 | ||
1051 | ep-activity:operatingTimeOfDrillBit | 1050 | ep-activity:operatingTimeOfDrillBit |
1052 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1051 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
1053 | rdfs:comment "class_of_indirect_property that is the operating time of the drill bit for a drilling activity"^^xsd:string ; | 1052 | rdfs:comment "class_of_indirect_property that is the operating time of the drill bit for a drilling activity"^^xsd:string ; |
1054 | rdfs:domain ep-activity:DrillingActivity ; | 1053 | rdfs:domain ep-activity:DrillingActivity ; |
1055 | rdfs:label "operating time of drill bit"^^xsd:string ; | 1054 | rdfs:label "operating time of drill bit"^^xsd:string ; |
1056 | rdfs:range ep-core:TimeDuration . | 1055 | rdfs:range ep-core:TimeDuration . |
1057 | 1056 | ||
1058 | ep-activity:pressureAtWhichPlugBumped | 1057 | ep-activity:pressureAtWhichPlugBumped |
1059 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1058 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1060 | rdfs:comment "class_of_indirect_property that is the pressure at which the plub bumped for a well cement pumping activity"^^xsd:string ; | 1059 | rdfs:comment "class_of_indirect_property that is the pressure at which the plub bumped for a well cement pumping activity"^^xsd:string ; |
1061 | rdfs:domain ep-activity:WellCementPumping ; | 1060 | rdfs:domain ep-activity:WellCementPumping ; |
1062 | rdfs:label "pressure at which plug bumped"^^xsd:string ; | 1061 | rdfs:label "pressure at which plug bumped"^^xsd:string ; |
... | @@ -1067,92 +1066,92 @@ ep-activity:pumpedFluid | ... | @@ -1067,92 +1066,92 @@ ep-activity:pumpedFluid |
1067 | rdfs:label "pumped fluid"^^xsd:string . | 1066 | rdfs:label "pumped fluid"^^xsd:string . |
1068 | 1067 | ||
1069 | ep-activity:recoveredCore | 1068 | ep-activity:recoveredCore |
1070 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1069 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1071 | rdfs:comment "core that is recovered by an ExtractAWellCore activity"^^xsd:string ; | 1070 | rdfs:comment "core that is recovered by an ExtractAWellCore activity"^^xsd:string ; |
1072 | rdfs:domain ep-activity:ExtractAWellCore ; | 1071 | rdfs:domain ep-activity:ExtractAWellCore ; |
1073 | rdfs:label "recovered core"^^xsd:string ; | 1072 | rdfs:label "recovered core"^^xsd:string ; |
1074 | rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . | 1073 | rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . |
1075 | 1074 | ||
1076 | ep-activity:returnedCementingFluid | 1075 | ep-activity:returnedCementingFluid |
1077 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1076 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1078 | rdfs:comment "cementing fluid that is returned during a well cement pumping activity"^^xsd:string ; | 1077 | rdfs:comment "cementing fluid that is returned during a well cement pumping activity"^^xsd:string ; |
1079 | rdfs:domain ep-activity:WellCementPumping ; | 1078 | rdfs:domain ep-activity:WellCementPumping ; |
1080 | rdfs:label "returned cementing fluid"^^xsd:string ; | 1079 | rdfs:label "returned cementing fluid"^^xsd:string ; |
1081 | rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . | 1080 | rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . |
1082 | 1081 | ||
1083 | ep-activity:sampledFluid | 1082 | ep-activity:sampledFluid |
1084 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1083 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1085 | rdfs:domain ep-activity:WirelineFormationTest ; | 1084 | rdfs:domain ep-activity:WirelineFormationTest ; |
1086 | rdfs:label "sampled fluid"^^xsd:string ; | 1085 | rdfs:label "sampled fluid"^^xsd:string ; |
1087 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . | 1086 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . |
1088 | 1087 | ||
1089 | ep-activity:serviceCompany | 1088 | ep-activity:serviceCompany |
1090 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1089 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1091 | rdfs:domain ep-activity:Activity ; | 1090 | rdfs:domain ep-activity:Activity ; |
1092 | rdfs:label "service company"^^xsd:string ; | 1091 | rdfs:label "service company"^^xsd:string ; |
1093 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 1092 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
1094 | 1093 | ||
1095 | ep-activity:startedAt | 1094 | ep-activity:startedAt |
1096 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 1095 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
1097 | rdfs:domain ep-core:PhysicalThing ; | 1096 | rdfs:domain ep-core:PhysicalThing ; |
1098 | rdfs:label "started at"^^xsd:string ; | 1097 | rdfs:label "started at"^^xsd:string ; |
1099 | rdfs:range xsd:dateTime . | 1098 | rdfs:range xsd:dateTime . |
1100 | 1099 | ||
1101 | ep-activity:timeLost | 1100 | ep-activity:timeLost |
1102 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1101 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1103 | rdfs:domain ep-activity:WellControlIncident ; | 1102 | rdfs:domain ep-activity:WellControlIncident ; |
1104 | rdfs:label "time lost"^^xsd:string ; | 1103 | rdfs:label "time lost"^^xsd:string ; |
1105 | rdfs:range ep-core:TimeDuration . | 1104 | rdfs:range ep-core:TimeDuration . |
1106 | 1105 | ||
1107 | ep-activity:timeOfFailure | 1106 | ep-activity:timeOfFailure |
1108 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 1107 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
1109 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 1108 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
1110 | rdfs:label "time of failure"^^xsd:string ; | 1109 | rdfs:label "time of failure"^^xsd:string ; |
1111 | rdfs:range xsd:dateTime . | 1110 | rdfs:range xsd:dateTime . |
1112 | 1111 | ||
1113 | ep-activity:timeOfRepair | 1112 | ep-activity:timeOfRepair |
1114 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 1113 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
1115 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 1114 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
1116 | rdfs:label "time of repair"^^xsd:string ; | 1115 | rdfs:label "time of repair"^^xsd:string ; |
1117 | rdfs:range xsd:dateTime . | 1116 | rdfs:range xsd:dateTime . |
1118 | 1117 | ||
1119 | ep-activity:volumeOfMudGained | 1118 | ep-activity:volumeOfMudGained |
1120 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1119 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
1121 | rdfs:domain ep-activity:WellControlIncident ; | 1120 | rdfs:domain ep-activity:WellControlIncident ; |
1122 | rdfs:label "volume of mud gained"^^xsd:string ; | 1121 | rdfs:label "volume of mud gained"^^xsd:string ; |
1123 | rdfs:range ep-core:Volume . | 1122 | rdfs:range ep-core:Volume . |
1124 | 1123 | ||
1125 | ep-activity:wellBoreLoggingTool | 1124 | ep-activity:wellBoreLoggingTool |
1126 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1125 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1127 | rdfs:domain ep-activity:WellBoreLogRun ; | 1126 | rdfs:domain ep-activity:WellBoreLogRun ; |
1128 | rdfs:label "well bore logging tool"^^xsd:string ; | 1127 | rdfs:label "well bore logging tool"^^xsd:string ; |
1129 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 1128 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
1130 | 1129 | ||
1131 | ep-activity:wellTestBottomHolePressure | 1130 | ep-activity:wellTestBottomHolePressure |
1132 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1131 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
1133 | rdfs:domain ep-activity:WellTest ; | 1132 | rdfs:domain ep-activity:WellTest ; |
1134 | rdfs:label "well test bottom hole pressure"^^xsd:string ; | 1133 | rdfs:label "well test bottom hole pressure"^^xsd:string ; |
1135 | rdfs:range ep-core:Pressure . | 1134 | rdfs:range ep-core:Pressure . |
1136 | 1135 | ||
1137 | ep-activity:wellTestFlowingPressure | 1136 | ep-activity:wellTestFlowingPressure |
1138 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1137 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
1139 | rdfs:domain ep-activity:WellTest ; | 1138 | rdfs:domain ep-activity:WellTest ; |
1140 | rdfs:label "well test flowing pressure"^^xsd:string ; | 1139 | rdfs:label "well test flowing pressure"^^xsd:string ; |
1141 | rdfs:range ep-core:Pressure . | 1140 | rdfs:range ep-core:Pressure . |
1142 | 1141 | ||
1143 | ep-activity:wellTestNumber | 1142 | ep-activity:wellTestNumber |
1144 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 1143 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
1145 | rdfs:domain ep-activity:WellTest ; | 1144 | rdfs:domain ep-activity:WellTest ; |
1146 | rdfs:label "well test number"^^xsd:string . | 1145 | rdfs:label "well test number"^^xsd:string . |
1147 | 1146 | ||
1148 | ep-activity:wellTestShutInPressure | 1147 | ep-activity:wellTestShutInPressure |
1149 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1148 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
1150 | rdfs:domain ep-activity:WellTest ; | 1149 | rdfs:domain ep-activity:WellTest ; |
1151 | rdfs:label "well test shut-in pressure"^^xsd:string ; | 1150 | rdfs:label "well test shut-in pressure"^^xsd:string ; |
1152 | rdfs:range ep-core:Pressure . | 1151 | rdfs:range ep-core:Pressure . |
1153 | 1152 | ||
1154 | ep-activity:wellTestStoredOil | 1153 | ep-activity:wellTestStoredOil |
1155 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1154 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1156 | rdfs:domain ep-activity:WellTest ; | 1155 | rdfs:domain ep-activity:WellTest ; |
1157 | rdfs:label "well test stored oil"^^xsd:string ; | 1156 | rdfs:label "well test stored oil"^^xsd:string ; |
1158 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Oil> . | 1157 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Oil> . | ... | ... |
... | @@ -48,10 +48,11 @@ | ... | @@ -48,10 +48,11 @@ |
48 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> | 48 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> |
49 | rdf:type owl:Class ; | 49 | rdf:type owl:Class ; |
50 | rdfs:label "production well test"^^xsd:string ; | 50 | rdfs:label "production well test"^^xsd:string ; |
51 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 51 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
52 | 52 | ||
53 | <http://www.reportinghub.no/ep/schema/activity#WellOperation> | 53 | <http://www.reportinghub.no/ep/schema/activity#WellOperation> |
54 | - rdf:type ep-prodact:ProductionActivityType . | 54 | + rdf:type ep-prodact:ProductionActivityType ; |
55 | + rdfs:comment "activity that is for operating a well"^^xsd:string . | ||
55 | 56 | ||
56 | <http://www.reportinghub.no/ep/schema/activity#approver> | 57 | <http://www.reportinghub.no/ep/schema/activity#approver> |
57 | rdf:type owl:ObjectProperty ; | 58 | rdf:type owl:ObjectProperty ; |
... | @@ -85,21 +86,25 @@ | ... | @@ -85,21 +86,25 @@ |
85 | 86 | ||
86 | ep-prodact:AccidentOrInjury | 87 | ep-prodact:AccidentOrInjury |
87 | rdf:type owl:Class ; | 88 | rdf:type owl:Class ; |
89 | + rdfs:comment "incident that causes injury, illness, or damage to/loss of assets"^^xsd:string ; | ||
88 | rdfs:label "accident or injury"^^xsd:string ; | 90 | rdfs:label "accident or injury"^^xsd:string ; |
89 | rdfs:subClassOf ep-prodact:Incident . | 91 | rdfs:subClassOf ep-prodact:Incident . |
90 | 92 | ||
91 | ep-prodact:AccidentPreventionExercise | 93 | ep-prodact:AccidentPreventionExercise |
92 | rdf:type owl:Class ; | 94 | rdf:type owl:Class ; |
95 | + rdfs:comment "drill or exercise that is intended to prevent accidents"^^xsd:string ; | ||
93 | rdfs:label "accident prevention exercise"^^xsd:string ; | 96 | rdfs:label "accident prevention exercise"^^xsd:string ; |
94 | rdfs:subClassOf ep-prodact:DrillOrExcercise . | 97 | rdfs:subClassOf ep-prodact:DrillOrExcercise . |
95 | 98 | ||
96 | ep-prodact:AdministerFirstAid | 99 | ep-prodact:AdministerFirstAid |
97 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 100 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
101 | + rdfs:comment "medical treatment that is first aid"^^xsd:string ; | ||
98 | rdfs:label "administer first aid"^^xsd:string ; | 102 | rdfs:label "administer first aid"^^xsd:string ; |
99 | rdfs:subClassOf ep-prodact:MedicalTreatment . | 103 | rdfs:subClassOf ep-prodact:MedicalTreatment . |
100 | 104 | ||
101 | ep-prodact:AirTrafficOperation | 105 | ep-prodact:AirTrafficOperation |
102 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 106 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
107 | + rdfs:comment "activity that is an air traffic operation"^^xsd:string ; | ||
103 | rdfs:label "air traffic operation"^^xsd:string ; | 108 | rdfs:label "air traffic operation"^^xsd:string ; |
104 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 109 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
105 | 110 | ||
... | @@ -125,21 +130,22 @@ ep-prodact:AlertType | ... | @@ -125,21 +130,22 @@ ep-prodact:AlertType |
125 | rdfs:subClassOf owl:Class . | 130 | rdfs:subClassOf owl:Class . |
126 | 131 | ||
127 | ep-prodact:AllocateSplitFactors | 132 | ep-prodact:AllocateSplitFactors |
128 | - rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ; | 133 | + rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ; |
129 | rdfs:comment "activity that is allocating the fraction of a source flow that is assumed to go into different product streams"^^xsd:string ; | 134 | rdfs:comment "activity that is allocating the fraction of a source flow that is assumed to go into different product streams"^^xsd:string ; |
130 | rdfs:label "allocate split factors"^^xsd:string ; | 135 | rdfs:label "allocate split factors"^^xsd:string ; |
131 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 136 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
132 | 137 | ||
133 | ep-prodact:AnnualProductionActivityToDate | 138 | ep-prodact:AnnualProductionActivityToDate |
134 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 139 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
140 | + rdfs:comment "not used in the MPR"^^xsd:string ; | ||
135 | rdfs:label "annual production activity to date"^^xsd:string ; | 141 | rdfs:label "annual production activity to date"^^xsd:string ; |
136 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 142 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
137 | 143 | ||
138 | ep-prodact:AnnualProductionOperationToDate | 144 | ep-prodact:AnnualProductionOperationToDate |
139 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 145 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
140 | rdfs:comment "production operation from the beginning of an annual reporting period to a date within, or at the end of, the reporting period"^^xsd:string ; | 146 | rdfs:comment "production operation from the beginning of an annual reporting period to a date within, or at the end of, the reporting period"^^xsd:string ; |
141 | rdfs:label "annual production operation to date"^^xsd:string ; | 147 | rdfs:label "annual production operation to date"^^xsd:string ; |
142 | - rdfs:subClassOf ep-prodact:ProductionOperation , ep-prodact:AnnualProductionActivityToDate . | 148 | + rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionOperation . |
143 | 149 | ||
144 | ep-prodact:BasketMovement | 150 | ep-prodact:BasketMovement |
145 | rdf:type owl:Class ; | 151 | rdf:type owl:Class ; |
... | @@ -152,15 +158,16 @@ ep-prodact:CargoShipOperation | ... | @@ -152,15 +158,16 @@ ep-prodact:CargoShipOperation |
152 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 158 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
153 | 159 | ||
154 | ep-prodact:ConstructionOperation | 160 | ep-prodact:ConstructionOperation |
155 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 161 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
156 | - rdfs:comment "Activity that is construction"^^xsd:string ; | 162 | + rdfs:comment "activity that is construction"^^xsd:string ; |
157 | rdfs:label "construction operation"^^xsd:string ; | 163 | rdfs:label "construction operation"^^xsd:string ; |
158 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ; | 164 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ; |
159 | ep-core:seeReferenceData | 165 | ep-core:seeReferenceData |
160 | "http://posccaesar.org/rdl/RDS9685637"^^xsd:string . | 166 | "http://posccaesar.org/rdl/RDS9685637"^^xsd:string . |
161 | 167 | ||
162 | ep-prodact:DailyProductionOperationProcessingLoss | 168 | ep-prodact:DailyProductionOperationProcessingLoss |
163 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 169 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
170 | + rdfs:comment "activity that is all that happens to cause production operation processing loss in one day"^^xsd:string ; | ||
164 | rdfs:label "daily production operation processing loss"^^xsd:string ; | 171 | rdfs:label "daily production operation processing loss"^^xsd:string ; |
165 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 172 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
166 | 173 | ||
... | @@ -171,11 +178,13 @@ ep-prodact:DataAcquisitionActivity | ... | @@ -171,11 +178,13 @@ ep-prodact:DataAcquisitionActivity |
171 | 178 | ||
172 | ep-prodact:DefinedHazardAndAccidentSituation | 179 | ep-prodact:DefinedHazardAndAccidentSituation |
173 | rdf:type owl:Class ; | 180 | rdf:type owl:Class ; |
181 | + rdfs:comment "incident that is a defined hazard and accident situation according to Norwegian DFU requirements"^^xsd:string ; | ||
174 | rdfs:label "defined hazard and accident situation"^^xsd:string ; | 182 | rdfs:label "defined hazard and accident situation"^^xsd:string ; |
175 | rdfs:subClassOf ep-prodact:Incident . | 183 | rdfs:subClassOf ep-prodact:Incident . |
176 | 184 | ||
177 | ep-prodact:Deviation | 185 | ep-prodact:Deviation |
178 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 186 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
187 | + rdfs:comment "activity that is a deviation from existing procedures and guidelines"^^xsd:string ; | ||
179 | rdfs:label "deviation"^^xsd:string ; | 188 | rdfs:label "deviation"^^xsd:string ; |
180 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 189 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
181 | 190 | ||
... | @@ -185,77 +194,85 @@ ep-prodact:DischargeWater | ... | @@ -185,77 +194,85 @@ ep-prodact:DischargeWater |
185 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 194 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
186 | 195 | ||
187 | ep-prodact:DrillOrExcercise | 196 | ep-prodact:DrillOrExcercise |
188 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 197 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
198 | + rdfs:comment "activity that is a drill or exercise intended to prevent harm to health, safety or the environment"^^xsd:string ; | ||
189 | rdfs:label "drill or exercise"^^xsd:string ; | 199 | rdfs:label "drill or exercise"^^xsd:string ; |
190 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 200 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
191 | 201 | ||
192 | ep-prodact:ExtendedMaintenanceTurnaround | 202 | ep-prodact:ExtendedMaintenanceTurnaround |
193 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 203 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
204 | + rdfs:comment "activity that is an extended maintenance turnaround"^^xsd:string ; | ||
194 | rdfs:label "extended maintenance turnaround"^^xsd:string ; | 205 | rdfs:label "extended maintenance turnaround"^^xsd:string ; |
195 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 206 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
196 | 207 | ||
197 | ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal | 208 | ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal |
198 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 209 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
210 | + rdfs:comment "extended maintenance turnaround that is for an export terminal"^^xsd:string ; | ||
199 | rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ; | 211 | rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ; |
200 | rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround . | 212 | rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround . |
201 | 213 | ||
202 | ep-prodact:Fire | 214 | ep-prodact:Fire |
203 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 215 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
216 | + rdfs:comment "incident that is an unintentional fire"^^xsd:string ; | ||
204 | rdfs:label "fire"^^xsd:string ; | 217 | rdfs:label "fire"^^xsd:string ; |
205 | rdfs:subClassOf ep-prodact:Incident . | 218 | rdfs:subClassOf ep-prodact:Incident . |
206 | 219 | ||
207 | ep-prodact:FluidLevelTest | 220 | ep-prodact:FluidLevelTest |
208 | rdf:type owl:Class ; | 221 | rdf:type owl:Class ; |
209 | rdfs:label "fluid level test"^^xsd:string ; | 222 | rdfs:label "fluid level test"^^xsd:string ; |
210 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 223 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
211 | 224 | ||
212 | ep-prodact:FluidSampling-DST | 225 | ep-prodact:FluidSampling-DST |
213 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 226 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
227 | + rdfs:comment "fluid sampling and analysis that has a sample taken as part of a drill stem test"^^xsd:string ; | ||
214 | rdfs:label "fluid sampling - DST"^^xsd:string ; | 228 | rdfs:label "fluid sampling - DST"^^xsd:string ; |
215 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 229 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
216 | 230 | ||
217 | ep-prodact:FluidSampling-RFTorMDT | 231 | ep-prodact:FluidSampling-RFTorMDT |
218 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 232 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
219 | rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; | 233 | rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; |
220 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 234 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
221 | 235 | ||
222 | ep-prodact:FluidSampling-bottomhole | 236 | ep-prodact:FluidSampling-bottomhole |
223 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 237 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
238 | + rdfs:comment "fluid sampling and analysis that has a sample taken from the bottom of a wellbore"^^xsd:string ; | ||
224 | rdfs:label "fluid sampling - bottomhole"^^xsd:string ; | 239 | rdfs:label "fluid sampling - bottomhole"^^xsd:string ; |
225 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 240 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
226 | 241 | ||
227 | ep-prodact:FluidSampling-formationTester | 242 | ep-prodact:FluidSampling-formationTester |
228 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 243 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
244 | + rdfs:comment "fluid sampling and analysis that has the sample taken by a formation tester"^^xsd:string ; | ||
229 | rdfs:label "fluid sampling - formation tester"^^xsd:string ; | 245 | rdfs:label "fluid sampling - formation tester"^^xsd:string ; |
230 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 246 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
231 | 247 | ||
232 | ep-prodact:FluidSampling-recombined | 248 | ep-prodact:FluidSampling-recombined |
233 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 249 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
234 | rdfs:label "fluid sampling - recombined"^^xsd:string ; | 250 | rdfs:label "fluid sampling - recombined"^^xsd:string ; |
235 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 251 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
236 | 252 | ||
237 | ep-prodact:FluidSampling-separatorGas | 253 | ep-prodact:FluidSampling-separatorGas |
238 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 254 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
239 | rdfs:label "fluid sampling - separator gas"^^xsd:string ; | 255 | rdfs:label "fluid sampling - separator gas"^^xsd:string ; |
240 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 256 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
241 | 257 | ||
242 | ep-prodact:FluidSampling-separatorOil | 258 | ep-prodact:FluidSampling-separatorOil |
243 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 259 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
244 | rdfs:label "fluid sampling - separator oil"^^xsd:string ; | 260 | rdfs:label "fluid sampling - separator oil"^^xsd:string ; |
245 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 261 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
246 | 262 | ||
247 | ep-prodact:FluidSampling-separatorWater | 263 | ep-prodact:FluidSampling-separatorWater |
248 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 264 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
249 | rdfs:label "fluid sampling - separator water"^^xsd:string ; | 265 | rdfs:label "fluid sampling - separator water"^^xsd:string ; |
250 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 266 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
251 | 267 | ||
252 | ep-prodact:FluidSampling-synthetic | 268 | ep-prodact:FluidSampling-synthetic |
253 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 269 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
254 | rdfs:label "fluid sampling - synthetic"^^xsd:string ; | 270 | rdfs:label "fluid sampling - synthetic"^^xsd:string ; |
255 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 271 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
256 | 272 | ||
257 | ep-prodact:FluidSampling-wellhead | 273 | ep-prodact:FluidSampling-wellhead |
258 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 274 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
275 | + rdfs:comment "fluid sampling and analysis that has the sample taken at the well head"^^xsd:string ; | ||
259 | rdfs:label "fluid sampling - wellhead"^^xsd:string ; | 276 | rdfs:label "fluid sampling - wellhead"^^xsd:string ; |
260 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 277 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
261 | 278 | ||
... | @@ -266,68 +283,78 @@ ep-prodact:FluidSamplingAndAnalysis | ... | @@ -266,68 +283,78 @@ ep-prodact:FluidSamplingAndAnalysis |
266 | 283 | ||
267 | ep-prodact:FluidSamplingType | 284 | ep-prodact:FluidSamplingType |
268 | rdf:type rdfs:Class ; | 285 | rdf:type rdfs:Class ; |
286 | + rdfs:comment "class that consists of subclasses of fluid sampling corresponding to the FluidSampleKind enumeration in the MPR-XSD"^^xsd:string ; | ||
269 | rdfs:label "fluid sampling type"^^xsd:string ; | 287 | rdfs:label "fluid sampling type"^^xsd:string ; |
270 | rdfs:subClassOf owl:Class . | 288 | rdfs:subClassOf owl:Class . |
271 | 289 | ||
272 | ep-prodact:FusionOfHSEActivitiesOverPeriod | 290 | ep-prodact:FusionOfHSEActivitiesOverPeriod |
273 | rdf:type owl:Class ; | 291 | rdf:type owl:Class ; |
292 | + rdfs:comment "not used in the MPR"^^xsd:string ; | ||
274 | rdfs:label "fusion of HSE activities over a period"^^xsd:string ; | 293 | rdfs:label "fusion of HSE activities over a period"^^xsd:string ; |
275 | rdfs:subClassOf ep-prodact:FusionOfPartsOfProductionActivityOverPeriod . | 294 | rdfs:subClassOf ep-prodact:FusionOfPartsOfProductionActivityOverPeriod . |
276 | 295 | ||
277 | ep-prodact:FusionOfPartsOfProductionActivityOverPeriod | 296 | ep-prodact:FusionOfPartsOfProductionActivityOverPeriod |
278 | rdf:type owl:Class ; | 297 | rdf:type owl:Class ; |
279 | - rdfs:comment "don't understand this - DL"^^xsd:string ; | 298 | + rdfs:comment "not used in the MPR"^^xsd:string ; |
280 | rdfs:label "fusion of parts of a production activity over period"^^xsd:string ; | 299 | rdfs:label "fusion of parts of a production activity over period"^^xsd:string ; |
281 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 300 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
282 | 301 | ||
283 | ep-prodact:HSEProblem | 302 | ep-prodact:HSEProblem |
284 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 303 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
304 | + rdfs:comment "activity that is an HSE problem"^^xsd:string ; | ||
285 | rdfs:label "HSE problem"^^xsd:string ; | 305 | rdfs:label "HSE problem"^^xsd:string ; |
286 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 306 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
287 | 307 | ||
288 | ep-prodact:HealthSafetyAndEnvironmentActivity | 308 | ep-prodact:HealthSafetyAndEnvironmentActivity |
289 | rdf:type owl:Class ; | 309 | rdf:type owl:Class ; |
310 | + rdfs:comment "activity that affects, or might in different circumstances have affected, health, safety and the environment"^^xsd:string ; | ||
290 | rdfs:label "health safety and environment activity"^^xsd:string ; | 311 | rdfs:label "health safety and environment activity"^^xsd:string ; |
291 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 312 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
292 | 313 | ||
293 | ep-prodact:Incident | 314 | ep-prodact:Incident |
294 | rdf:type owl:Class ; | 315 | rdf:type owl:Class ; |
316 | + rdfs:comment "activity that causes, or could have caused under different circumstances, injury, illness, damage to/loss of assets, or harm to the environment or to a third party"^^xsd:string ; | ||
295 | rdfs:label "incident"^^xsd:string ; | 317 | rdfs:label "incident"^^xsd:string ; |
296 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 318 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
297 | 319 | ||
298 | ep-prodact:InitialWellTest | 320 | ep-prodact:InitialWellTest |
299 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 321 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
300 | - rdfs:label "initial"^^xsd:string ; | 322 | + rdfs:comment "well test that is the first on a well"^^xsd:string ; |
323 | + rdfs:label "initial well test"^^xsd:string ; | ||
301 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 324 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
302 | 325 | ||
303 | ep-prodact:InjectionWellTest | 326 | ep-prodact:InjectionWellTest |
304 | rdf:type owl:Class ; | 327 | rdf:type owl:Class ; |
305 | rdfs:label "injection well test"^^xsd:string ; | 328 | rdfs:label "injection well test"^^xsd:string ; |
306 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 329 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
307 | 330 | ||
308 | ep-prodact:Injury | 331 | ep-prodact:Injury |
309 | rdf:type owl:Class ; | 332 | rdf:type owl:Class ; |
333 | + rdfs:comment "accident or injury that harms a person"^^xsd:string ; | ||
310 | rdfs:label "injury"^^xsd:string ; | 334 | rdfs:label "injury"^^xsd:string ; |
311 | rdfs:subClassOf ep-prodact:AccidentOrInjury . | 335 | rdfs:subClassOf ep-prodact:AccidentOrInjury . |
312 | 336 | ||
313 | ep-prodact:IssueBillOfLading | 337 | ep-prodact:IssueBillOfLading |
314 | - rdf:type owl:Class , ep-prodact:SalesActivityType ; | 338 | + rdf:type ep-prodact:SalesActivityType , owl:Class ; |
315 | rdfs:comment "sales activity that is issuing a bill of lading"^^xsd:string ; | 339 | rdfs:comment "sales activity that is issuing a bill of lading"^^xsd:string ; |
316 | rdfs:label "issue bill of lading"^^xsd:string ; | 340 | rdfs:label "issue bill of lading"^^xsd:string ; |
317 | rdfs:subClassOf ep-prodact:SalesActivity . | 341 | rdfs:subClassOf ep-prodact:SalesActivity . |
318 | 342 | ||
319 | ep-prodact:IssueWorkPermit | 343 | ep-prodact:IssueWorkPermit |
320 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 344 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
345 | + rdfs:comment "activity that is issuing a work permit"^^xsd:string ; | ||
321 | rdfs:label "issue work permit"^^xsd:string ; | 346 | rdfs:label "issue work permit"^^xsd:string ; |
322 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 347 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
323 | 348 | ||
324 | ep-prodact:IssueWorkPermitWithSJA | 349 | ep-prodact:IssueWorkPermitWithSJA |
325 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 350 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
351 | + rdfs:comment "issue a work permit with Safe Job Analysis"^^xsd:string ; | ||
326 | rdfs:label "issue work permit with SJA"^^xsd:string ; | 352 | rdfs:label "issue work permit with SJA"^^xsd:string ; |
327 | rdfs:subClassOf ep-prodact:IssueWorkPermit . | 353 | rdfs:subClassOf ep-prodact:IssueWorkPermit . |
328 | 354 | ||
329 | ep-prodact:JobObservation | 355 | ep-prodact:JobObservation |
330 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 356 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
357 | + rdfs:comment "<not defined in MPR-XSD>"^^xsd:string ; | ||
331 | rdfs:label "job observation"^^xsd:string ; | 358 | rdfs:label "job observation"^^xsd:string ; |
332 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 359 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
333 | 360 | ||
... | @@ -338,16 +365,19 @@ ep-prodact:LastPartOfTypeRemainingActivityPair | ... | @@ -338,16 +365,19 @@ ep-prodact:LastPartOfTypeRemainingActivityPair |
338 | 365 | ||
339 | ep-prodact:LostTimeAccident | 366 | ep-prodact:LostTimeAccident |
340 | rdf:type owl:Class ; | 367 | rdf:type owl:Class ; |
368 | + rdfs:comment "accident that results in lost time from work (source: MPR-XSD)"^^xsd:string ; | ||
341 | rdfs:label "lost time accident"^^xsd:string ; | 369 | rdfs:label "lost time accident"^^xsd:string ; |
342 | - rdfs:subClassOf ep-prodact:Incident . | 370 | + rdfs:subClassOf ep-prodact:Injury . |
343 | 371 | ||
344 | ep-prodact:LostTimeIncident | 372 | ep-prodact:LostTimeIncident |
345 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 373 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
374 | + rdfs:comment "incident that results in an injured employee who requires medical treatment and cannot return to work the next day (source: MPR-XSD)"^^xsd:string ; | ||
346 | rdfs:label "lost time incident"^^xsd:string ; | 375 | rdfs:label "lost time incident"^^xsd:string ; |
347 | - rdfs:subClassOf ep-prodact:Incident . | 376 | + rdfs:subClassOf ep-prodact:Injury . |
348 | 377 | ||
349 | ep-prodact:MaintenanceActivity | 378 | ep-prodact:MaintenanceActivity |
350 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 379 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
380 | + rdfs:comment "activity that is maintenance"^^xsd:string ; | ||
351 | rdfs:label "maintenance activity"^^xsd:string ; | 381 | rdfs:label "maintenance activity"^^xsd:string ; |
352 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 382 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
353 | ep-core:seeReferenceData | 383 | ep-core:seeReferenceData |
... | @@ -359,7 +389,7 @@ ep-prodact:MakeAComment | ... | @@ -359,7 +389,7 @@ ep-prodact:MakeAComment |
359 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 389 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
360 | 390 | ||
361 | ep-prodact:MakeATransaction | 391 | ep-prodact:MakeATransaction |
362 | - rdf:type owl:Class , ep-prodact:SalesActivityType ; | 392 | + rdf:type ep-prodact:SalesActivityType , owl:Class ; |
363 | rdfs:comment "sales activity that is making a transaction"^^xsd:string ; | 393 | rdfs:comment "sales activity that is making a transaction"^^xsd:string ; |
364 | rdfs:label "make a transaction"^^xsd:string ; | 394 | rdfs:label "make a transaction"^^xsd:string ; |
365 | rdfs:subClassOf ep-prodact:SalesActivity . | 395 | rdfs:subClassOf ep-prodact:SalesActivity . |
... | @@ -370,12 +400,12 @@ ep-prodact:MarineOperation | ... | @@ -370,12 +400,12 @@ ep-prodact:MarineOperation |
370 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 400 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
371 | 401 | ||
372 | ep-prodact:MarkedGasLossOfExport | 402 | ep-prodact:MarkedGasLossOfExport |
373 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 403 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
374 | rdfs:label "marked gas loss of export"^^xsd:string ; | 404 | rdfs:label "marked gas loss of export"^^xsd:string ; |
375 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 405 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
376 | 406 | ||
377 | ep-prodact:MarkedOilLossOfExport | 407 | ep-prodact:MarkedOilLossOfExport |
378 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 408 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
379 | rdfs:label "marked oil loss of export"^^xsd:string ; | 409 | rdfs:label "marked oil loss of export"^^xsd:string ; |
380 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 410 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
381 | 411 | ||
... | @@ -385,27 +415,31 @@ ep-prodact:MeasurePropertiesOfAFlow | ... | @@ -385,27 +415,31 @@ ep-prodact:MeasurePropertiesOfAFlow |
385 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 415 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
386 | 416 | ||
387 | ep-prodact:MeasureSplitFactors | 417 | ep-prodact:MeasureSplitFactors |
388 | - rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ; | 418 | + rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ; |
419 | + rdfs:comment "activity that is measuring the fraction of a source flow that goes into different product streams"^^xsd:string ; | ||
389 | rdfs:label "measure split factors"^^xsd:string ; | 420 | rdfs:label "measure split factors"^^xsd:string ; |
390 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 421 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
391 | 422 | ||
392 | ep-prodact:MedicalTreatment | 423 | ep-prodact:MedicalTreatment |
393 | rdf:type owl:Class ; | 424 | rdf:type owl:Class ; |
425 | + rdfs:comment "activity that is medical treatment"^^xsd:string ; | ||
394 | rdfs:label "medical treatment"^^xsd:string ; | 426 | rdfs:label "medical treatment"^^xsd:string ; |
395 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 427 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
396 | 428 | ||
397 | ep-prodact:MedicalTreatmentInjury | 429 | ep-prodact:MedicalTreatmentInjury |
398 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 430 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
431 | + rdfs:comment "injury that requires medical treatment"^^xsd:string ; | ||
399 | rdfs:label "medical treatment injury"^^xsd:string ; | 432 | rdfs:label "medical treatment injury"^^xsd:string ; |
400 | rdfs:subClassOf ep-prodact:Injury . | 433 | rdfs:subClassOf ep-prodact:Injury . |
401 | 434 | ||
402 | ep-prodact:ModificationProject | 435 | ep-prodact:ModificationProject |
403 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 436 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
437 | + rdfs:comment "activity that is a modification project"^^xsd:string ; | ||
404 | rdfs:label "modification project"^^xsd:string ; | 438 | rdfs:label "modification project"^^xsd:string ; |
405 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 439 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
406 | 440 | ||
407 | ep-prodact:MonthlyProductionOperationToDate | 441 | ep-prodact:MonthlyProductionOperationToDate |
408 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 442 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
409 | rdfs:comment "production operation from the beginning of a monthly reporting period to a date within, or at the end of, the reporting period"^^xsd:string ; | 443 | rdfs:comment "production operation from the beginning of a monthly reporting period to a date within, or at the end of, the reporting period"^^xsd:string ; |
410 | rdfs:label "monthly production operation to date"^^xsd:string ; | 444 | rdfs:label "monthly production operation to date"^^xsd:string ; |
411 | rdfs:subClassOf ep-prodact:ProductionOperation . | 445 | rdfs:subClassOf ep-prodact:ProductionOperation . |
... | @@ -418,57 +452,66 @@ ep-prodact:MovementOfProduct | ... | @@ -418,57 +452,66 @@ ep-prodact:MovementOfProduct |
418 | 452 | ||
419 | ep-prodact:MovementOfProductType | 453 | ep-prodact:MovementOfProductType |
420 | rdf:type rdfs:Class ; | 454 | rdf:type rdfs:Class ; |
455 | + rdfs:comment "class that consists of subclasses of activity defined by the SalesFlowPart enumeration in the MPR-XSD"^^xsd:string ; | ||
421 | rdfs:label "movement of product type"^^xsd:string ; | 456 | rdfs:label "movement of product type"^^xsd:string ; |
422 | rdfs:subClassOf owl:Class . | 457 | rdfs:subClassOf owl:Class . |
423 | 458 | ||
424 | ep-prodact:NearMiss | 459 | ep-prodact:NearMiss |
425 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 460 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
461 | + rdfs:comment "incident that under different circumstances could have caused injury, illness and/or major damage to/loss of assets, or harm to the environment or to a third party (source: MPR-XSD)"^^xsd:string ; | ||
426 | rdfs:label "near miss"^^xsd:string ; | 462 | rdfs:label "near miss"^^xsd:string ; |
427 | - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 463 | + rdfs:subClassOf ep-prodact:Incident . |
428 | 464 | ||
429 | ep-prodact:OperationMistakes | 465 | ep-prodact:OperationMistakes |
430 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 466 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
467 | + rdfs:comment "activity that is an operation mistake"^^xsd:string ; | ||
431 | rdfs:label "operation mistakes"^^xsd:string ; | 468 | rdfs:label "operation mistakes"^^xsd:string ; |
432 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 469 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
433 | 470 | ||
434 | ep-prodact:OtherReasonWellTest | 471 | ep-prodact:OtherReasonWellTest |
435 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 472 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
436 | - rdfs:label "other"^^xsd:string ; | 473 | + rdfs:comment "well test that is not initial, periodic, or a revision"^^xsd:string ; |
474 | + rdfs:label "other reason well text"^^xsd:string ; | ||
437 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 475 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
438 | 476 | ||
439 | ep-prodact:PeriodicWellTest | 477 | ep-prodact:PeriodicWellTest |
440 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 478 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
441 | - rdfs:label "periodic"^^xsd:string ; | 479 | + rdfs:comment "well test that is carried out as part of a periodic testing regime"^^xsd:string ; |
480 | + rdfs:label "periodic well test"^^xsd:string ; | ||
442 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 481 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
443 | 482 | ||
444 | ep-prodact:PersonnelSafetyIntroduction | 483 | ep-prodact:PersonnelSafetyIntroduction |
445 | rdf:type owl:Class ; | 484 | rdf:type owl:Class ; |
485 | + rdfs:comment "activity that is a personnel safety introduction"^^xsd:string ; | ||
446 | rdfs:label "personnel safety introduction"^^xsd:string ; | 486 | rdfs:label "personnel safety introduction"^^xsd:string ; |
447 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 487 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
448 | 488 | ||
449 | ep-prodact:PlannedMaintenanceTurnaround | 489 | ep-prodact:PlannedMaintenanceTurnaround |
450 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 490 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
491 | + rdfs:comment "activity that is a planned maintenance turnaround"^^xsd:string ; | ||
451 | rdfs:label "planned maintenace turnaround"^^xsd:string ; | 492 | rdfs:label "planned maintenace turnaround"^^xsd:string ; |
452 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 493 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
453 | 494 | ||
454 | ep-prodact:PowerStationFailure | 495 | ep-prodact:PowerStationFailure |
455 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 496 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
456 | rdfs:comment "activity that is the failure of a power station"^^xsd:string ; | 497 | rdfs:comment "activity that is the failure of a power station"^^xsd:string ; |
457 | rdfs:label "power station failure"^^xsd:string ; | 498 | rdfs:label "power station failure"^^xsd:string ; |
458 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 499 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
459 | 500 | ||
460 | ep-prodact:PreventiveMaintenanceTopside | 501 | ep-prodact:PreventiveMaintenanceTopside |
461 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 502 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
503 | + rdfs:comment "activity that is preventive maintenance topside"^^xsd:string ; | ||
462 | rdfs:label "preventive maintenace topside"^^xsd:string ; | 504 | rdfs:label "preventive maintenace topside"^^xsd:string ; |
463 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 505 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
464 | 506 | ||
465 | ep-prodact:ProcessAndOperationProblem | 507 | ep-prodact:ProcessAndOperationProblem |
466 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 508 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
509 | + rdfs:comment "activity that is a process and operation problem"^^xsd:string ; | ||
467 | rdfs:label "process and operation problem"^^xsd:string ; | 510 | rdfs:label "process and operation problem"^^xsd:string ; |
468 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 511 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
469 | 512 | ||
470 | ep-prodact:ProductCompletedLifting | 513 | ep-prodact:ProductCompletedLifting |
471 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 514 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
472 | rdfs:comment "movement of product that is exported from a stock within a given time period (source: MPR-XSD)"^^xsd:string ; | 515 | rdfs:comment "movement of product that is exported from a stock within a given time period (source: MPR-XSD)"^^xsd:string ; |
473 | rdfs:label "product completed lifting"^^xsd:string ; | 516 | rdfs:label "product completed lifting"^^xsd:string ; |
474 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 517 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
... | @@ -479,102 +522,104 @@ ep-prodact:ProductDespatch | ... | @@ -479,102 +522,104 @@ ep-prodact:ProductDespatch |
479 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 522 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
480 | 523 | ||
481 | ep-prodact:ProductGain-Loss | 524 | ep-prodact:ProductGain-Loss |
482 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 525 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
483 | rdfs:comment "movement of product that is the lack of proper proportion or relation between the corresponding input and liftings transactions (source: MPR-XSD)"^^xsd:string ; | 526 | rdfs:comment "movement of product that is the lack of proper proportion or relation between the corresponding input and liftings transactions (source: MPR-XSD)"^^xsd:string ; |
484 | rdfs:label "product gain/loss"^^xsd:string ; | 527 | rdfs:label "product gain/loss"^^xsd:string ; |
485 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 528 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
486 | 529 | ||
487 | ep-prodact:ProductInputToStorage | 530 | ep-prodact:ProductInputToStorage |
488 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 531 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
489 | rdfs:comment "movement of product that is addition to a stock within a given time period (source: MPR-XSD)"^^xsd:string ; | 532 | rdfs:comment "movement of product that is addition to a stock within a given time period (source: MPR-XSD)"^^xsd:string ; |
490 | rdfs:label "product input to storage"^^xsd:string ; | 533 | rdfs:label "product input to storage"^^xsd:string ; |
491 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 534 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
492 | 535 | ||
493 | ep-prodact:ProductLifted | 536 | ep-prodact:ProductLifted |
494 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 537 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
495 | rdfs:comment "movement of product that is from storage"^^xsd:string ; | 538 | rdfs:comment "movement of product that is from storage"^^xsd:string ; |
496 | rdfs:label "product lifted"^^xsd:string ; | 539 | rdfs:label "product lifted"^^xsd:string ; |
497 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 540 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
498 | 541 | ||
499 | ep-prodact:ProductLiftingEntitlement | 542 | ep-prodact:ProductLiftingEntitlement |
500 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 543 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
501 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 544 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
502 | rdfs:label "product lifting entitlement"^^xsd:string ; | 545 | rdfs:label "product lifting entitlement"^^xsd:string ; |
503 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 546 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
504 | 547 | ||
505 | ep-prodact:ProductLiftingEntitlementRemaining | 548 | ep-prodact:ProductLiftingEntitlementRemaining |
506 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 549 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
507 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 550 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
508 | rdfs:label "product lifting entitlement remaining"^^xsd:string ; | 551 | rdfs:label "product lifting entitlement remaining"^^xsd:string ; |
509 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 552 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
510 | 553 | ||
511 | ep-prodact:ProductLinePack | 554 | ep-prodact:ProductLinePack |
512 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 555 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
513 | rdfs:comment "movement of product that provides the quantity of gas which the operator responsible for gas transportation decides must be provided by the gas producing fields in order to make deliveries as requested by gas shippers and provide operating tolerances (source: MPR-XSD)"^^xsd:string ; | 556 | rdfs:comment "movement of product that provides the quantity of gas which the operator responsible for gas transportation decides must be provided by the gas producing fields in order to make deliveries as requested by gas shippers and provide operating tolerances (source: MPR-XSD)"^^xsd:string ; |
514 | rdfs:label "product line pack"^^xsd:string ; | 557 | rdfs:label "product line pack"^^xsd:string ; |
515 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 558 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
516 | 559 | ||
517 | ep-prodact:ProductMassAdjustment | 560 | ep-prodact:ProductMassAdjustment |
518 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 561 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
519 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 562 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
520 | rdfs:label "product mass adjustment"^^xsd:string ; | 563 | rdfs:label "product mass adjustment"^^xsd:string ; |
521 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 564 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
522 | 565 | ||
523 | ep-prodact:ProductPartialLifting | 566 | ep-prodact:ProductPartialLifting |
524 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 567 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
525 | rdfs:comment "movement of product that is a lifting up to a (not completed) determined point in time (source: MPR-XSD)"^^xsd:string ; | 568 | rdfs:comment "movement of product that is a lifting up to a (not completed) determined point in time (source: MPR-XSD)"^^xsd:string ; |
526 | rdfs:label "product partial lifting"^^xsd:string ; | 569 | rdfs:label "product partial lifting"^^xsd:string ; |
527 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 570 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
528 | 571 | ||
529 | ep-prodact:ProductPipelineLifting | 572 | ep-prodact:ProductPipelineLifting |
530 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 573 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
531 | rdfs:comment "movement of product that is exported from a stock by a pipeline"^^xsd:string ; | 574 | rdfs:comment "movement of product that is exported from a stock by a pipeline"^^xsd:string ; |
532 | rdfs:label "product pipeline lifting"^^xsd:string ; | 575 | rdfs:label "product pipeline lifting"^^xsd:string ; |
533 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 576 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
534 | 577 | ||
535 | ep-prodact:ProductProductionImbalance | 578 | ep-prodact:ProductProductionImbalance |
536 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 579 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
537 | rdfs:comment "movement of product that is the difference between the amount of gas entering and exiting a shipper's nomination portfolio. This will take into account all differences whatever the time or reason it occurs. (source: MPR-XSD)"^^xsd:string ; | 580 | rdfs:comment "movement of product that is the difference between the amount of gas entering and exiting a shipper's nomination portfolio. This will take into account all differences whatever the time or reason it occurs. (source: MPR-XSD)"^^xsd:string ; |
538 | rdfs:label "product production imbalance"^^xsd:string ; | 581 | rdfs:label "product production imbalance"^^xsd:string ; |
539 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 582 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
540 | 583 | ||
541 | ep-prodact:ProductSwap | 584 | ep-prodact:ProductSwap |
542 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 585 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
543 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 586 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
544 | rdfs:label "product swap"^^xsd:string ; | 587 | rdfs:label "product swap"^^xsd:string ; |
545 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 588 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
546 | 589 | ||
547 | ep-prodact:ProductTankerLifting | 590 | ep-prodact:ProductTankerLifting |
548 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 591 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
549 | rdfs:comment "movement of product that is exported from a stock by a tanker"^^xsd:string ; | 592 | rdfs:comment "movement of product that is exported from a stock by a tanker"^^xsd:string ; |
550 | rdfs:label "product tanker lifting"^^xsd:string ; | 593 | rdfs:label "product tanker lifting"^^xsd:string ; |
551 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 594 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
552 | 595 | ||
553 | ep-prodact:ProductTransaction | 596 | ep-prodact:ProductTransaction |
554 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 597 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
555 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 598 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
556 | rdfs:label "product transaction"^^xsd:string ; | 599 | rdfs:label "product transaction"^^xsd:string ; |
557 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 600 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
558 | 601 | ||
559 | ep-prodact:ProductTransfer | 602 | ep-prodact:ProductTransfer |
560 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 603 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
561 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 604 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
562 | rdfs:label "product transfer"^^xsd:string ; | 605 | rdfs:label "product transfer"^^xsd:string ; |
563 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 606 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
564 | 607 | ||
565 | ep-prodact:ProductionActivityType | 608 | ep-prodact:ProductionActivityType |
566 | rdf:type rdfs:Class ; | 609 | rdf:type rdfs:Class ; |
610 | + rdfs:comment "class that consists of subclasses of activity defined by the OperationKind enumeration in the MPR-XSD"^^xsd:string ; | ||
567 | rdfs:label "production activity type"^^xsd:string ; | 611 | rdfs:label "production activity type"^^xsd:string ; |
568 | rdfs:subClassOf owl:Class . | 612 | rdfs:subClassOf owl:Class . |
569 | 613 | ||
570 | ep-prodact:ProductionOperation | 614 | ep-prodact:ProductionOperation |
571 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 615 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
572 | rdfs:comment "production activity that is all of what is done in the operation of a facility during a period"^^xsd:string ; | 616 | rdfs:comment "production activity that is all of what is done in the operation of a facility during a period"^^xsd:string ; |
573 | rdfs:label "production operation"^^xsd:string ; | 617 | rdfs:label "production operation"^^xsd:string ; |
574 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 618 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
575 | 619 | ||
576 | ep-prodact:ProductionOperationClassByDuration | 620 | ep-prodact:ProductionOperationClassByDuration |
577 | rdf:type rdfs:Class ; | 621 | rdf:type rdfs:Class ; |
622 | + rdfs:comment "not used in the MPR"^^xsd:string ; | ||
578 | rdfs:subClassOf owl:Class . | 623 | rdfs:subClassOf owl:Class . |
579 | 624 | ||
580 | ep-prodact:ProductionOperationInjection | 625 | ep-prodact:ProductionOperationInjection |
... | @@ -591,16 +636,19 @@ ep-prodact:ProductionOperationMethodType | ... | @@ -591,16 +636,19 @@ ep-prodact:ProductionOperationMethodType |
591 | 636 | ||
592 | ep-prodact:ProductionOperationProcessingLoss | 637 | ep-prodact:ProductionOperationProcessingLoss |
593 | rdf:type owl:Class ; | 638 | rdf:type owl:Class ; |
639 | + rdfs:comment "activity that results in a Production Operation Processing loss"^^xsd:string ; | ||
594 | rdfs:label "production operation processing loss"^^xsd:string ; | 640 | rdfs:label "production operation processing loss"^^xsd:string ; |
595 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 641 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
596 | 642 | ||
597 | ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason | 643 | ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason |
598 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 644 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
645 | + rdfs:comment "activity that is a production operation processing loss without a specified reason"^^xsd:string ; | ||
599 | rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ; | 646 | rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ; |
600 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 647 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
601 | 648 | ||
602 | ep-prodact:ProductionOperationProcessingRegulatoryReference | 649 | ep-prodact:ProductionOperationProcessingRegulatoryReference |
603 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 650 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
651 | + rdfs:comment "activity that is a production operation processing regulatory reference"^^xsd:string ; | ||
604 | rdfs:label "production operation processing regulatory reference"^^xsd:string ; | 652 | rdfs:label "production operation processing regulatory reference"^^xsd:string ; |
605 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 653 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
606 | 654 | ||
... | @@ -623,56 +671,67 @@ ep-prodact:RaiseAnAlert | ... | @@ -623,56 +671,67 @@ ep-prodact:RaiseAnAlert |
623 | 671 | ||
624 | ep-prodact:ReasonForLossOfProcessingType | 672 | ep-prodact:ReasonForLossOfProcessingType |
625 | rdf:type rdfs:Class ; | 673 | rdf:type rdfs:Class ; |
674 | + rdfs:comment "class that consists of subclasses of activity corresponding to the ReasonLost (reason for lost production) enumeration in the MPR-XSD"^^xsd:string ; | ||
626 | rdfs:label "reason for loss of processing type"^^xsd:string ; | 675 | rdfs:label "reason for loss of processing type"^^xsd:string ; |
627 | rdfs:subClassOf owl:Class . | 676 | rdfs:subClassOf owl:Class . |
628 | 677 | ||
629 | ep-prodact:ReleaseToAir | 678 | ep-prodact:ReleaseToAir |
630 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 679 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
680 | + rdfs:comment "spill or leak that is to air"^^xsd:string ; | ||
631 | rdfs:label "release to air"^^xsd:string ; | 681 | rdfs:label "release to air"^^xsd:string ; |
632 | rdfs:subClassOf ep-prodact:SpillOrLeak . | 682 | rdfs:subClassOf ep-prodact:SpillOrLeak . |
633 | 683 | ||
634 | ep-prodact:ReleaseToWater | 684 | ep-prodact:ReleaseToWater |
635 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 685 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
686 | + rdfs:comment "spill or leak that is to water"^^xsd:string ; | ||
636 | rdfs:label "release to water"^^xsd:string ; | 687 | rdfs:label "release to water"^^xsd:string ; |
637 | rdfs:subClassOf ep-prodact:SpillOrLeak . | 688 | rdfs:subClassOf ep-prodact:SpillOrLeak . |
638 | 689 | ||
639 | ep-prodact:ReportHazard | 690 | ep-prodact:ReportHazard |
640 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 691 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
692 | + rdfs:comment "activity that is making a formal report of a hazard"^^xsd:string ; | ||
641 | rdfs:label "report hazard"^^xsd:string ; | 693 | rdfs:label "report hazard"^^xsd:string ; |
642 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 694 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
643 | 695 | ||
644 | ep-prodact:ReservoirLoss | 696 | ep-prodact:ReservoirLoss |
645 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 697 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
698 | + rdfs:comment "activity that is a reservoir loss"^^xsd:string ; | ||
646 | rdfs:label "reservoir loss"^^xsd:string ; | 699 | rdfs:label "reservoir loss"^^xsd:string ; |
647 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 700 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
648 | 701 | ||
649 | ep-prodact:RestrictedWork | 702 | ep-prodact:RestrictedWork |
650 | rdf:type owl:Class ; | 703 | rdf:type owl:Class ; |
704 | + rdfs:comment "<not defined in MPR-XSD>"^^xsd:string ; | ||
651 | rdfs:label "restricted work"^^xsd:string ; | 705 | rdfs:label "restricted work"^^xsd:string ; |
652 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 706 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
653 | 707 | ||
654 | ep-prodact:RestrictedWorkInjury | 708 | ep-prodact:RestrictedWorkInjury |
655 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 709 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
710 | + rdfs:comment "injury that results in a reduction in ability to work"^^xsd:string ; | ||
656 | rdfs:label "restricted work injury"^^xsd:string ; | 711 | rdfs:label "restricted work injury"^^xsd:string ; |
657 | rdfs:subClassOf ep-prodact:Injury . | 712 | rdfs:subClassOf ep-prodact:Injury . |
658 | 713 | ||
659 | ep-prodact:RevisionWellTest | 714 | ep-prodact:RevisionWellTest |
660 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 715 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
661 | - rdfs:label "revision"^^xsd:string ; | 716 | + rdfs:comment "well test that is <not defined in MPR-XSD>"^^xsd:string ; |
717 | + rdfs:label "revision well test"^^xsd:string ; | ||
662 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 718 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
663 | 719 | ||
664 | ep-prodact:SafetyActivityType | 720 | ep-prodact:SafetyActivityType |
665 | rdf:type rdfs:Class ; | 721 | rdf:type rdfs:Class ; |
722 | + rdfs:comment "class that consists of subclasses of activity corresponding to the SafetyType enumeration in the MPR-XSD"^^xsd:string ; | ||
666 | rdfs:label "safety activity type"^^xsd:string ; | 723 | rdfs:label "safety activity type"^^xsd:string ; |
667 | rdfs:subClassOf owl:Class . | 724 | rdfs:subClassOf owl:Class . |
668 | 725 | ||
669 | ep-prodact:SafetyConsideration | 726 | ep-prodact:SafetyConsideration |
670 | rdf:type owl:Class ; | 727 | rdf:type owl:Class ; |
728 | + rdfs:comment "activity that is a safety consideration"^^xsd:string ; | ||
671 | rdfs:label "safety consideration"^^xsd:string ; | 729 | rdfs:label "safety consideration"^^xsd:string ; |
672 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 730 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
673 | 731 | ||
674 | ep-prodact:SafetyMeeting | 732 | ep-prodact:SafetyMeeting |
675 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 733 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
734 | + rdfs:comment "activity that is a safety meeting"^^xsd:string ; | ||
676 | rdfs:label "safety meeting"^^xsd:string ; | 735 | rdfs:label "safety meeting"^^xsd:string ; |
677 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 736 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
678 | 737 | ||
... | @@ -684,18 +743,21 @@ ep-prodact:SalesActivity | ... | @@ -684,18 +743,21 @@ ep-prodact:SalesActivity |
684 | 743 | ||
685 | ep-prodact:SalesActivityType | 744 | ep-prodact:SalesActivityType |
686 | rdf:type rdfs:Class ; | 745 | rdf:type rdfs:Class ; |
746 | + rdfs:comment "class that consists of subclasses of sales activity corresponding to the SaleEventKind enumeration in the MPR-XSD"^^xsd:string ; | ||
687 | rdfs:label "sales activity type"^^xsd:string ; | 747 | rdfs:label "sales activity type"^^xsd:string ; |
688 | rdfs:subClassOf owl:Class . | 748 | rdfs:subClassOf owl:Class . |
689 | 749 | ||
690 | ep-prodact:SentAshore | 750 | ep-prodact:SentAshore |
691 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 751 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
752 | + rdfs:comment "activity that is sending a person ashore"^^xsd:string ; | ||
692 | rdfs:label "sent ashore"^^xsd:string ; | 753 | rdfs:label "sent ashore"^^xsd:string ; |
693 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 754 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
694 | 755 | ||
695 | ep-prodact:SevereAccident | 756 | ep-prodact:SevereAccident |
696 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 757 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
758 | + rdfs:comment "accident that challenges safety systems at a level much higher than expected (source: MPR-XSD)"^^xsd:string ; | ||
697 | rdfs:label "severe accident"^^xsd:string ; | 759 | rdfs:label "severe accident"^^xsd:string ; |
698 | - rdfs:subClassOf ep-prodact:Incident . | 760 | + rdfs:subClassOf ep-prodact:AccidentOrInjury . |
699 | 761 | ||
700 | ep-prodact:ShutdownProduction | 762 | ep-prodact:ShutdownProduction |
701 | rdf:type owl:Class ; | 763 | rdf:type owl:Class ; |
... | @@ -703,17 +765,20 @@ ep-prodact:ShutdownProduction | ... | @@ -703,17 +765,20 @@ ep-prodact:ShutdownProduction |
703 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 765 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
704 | 766 | ||
705 | ep-prodact:SickOnBoard | 767 | ep-prodact:SickOnBoard |
706 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 768 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
769 | + rdfs:comment "activity that is a person being ill on board"^^xsd:string ; | ||
707 | rdfs:label "sick on board"^^xsd:string ; | 770 | rdfs:label "sick on board"^^xsd:string ; |
708 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 771 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
709 | 772 | ||
710 | ep-prodact:SpillOrLeak | 773 | ep-prodact:SpillOrLeak |
711 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 774 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
775 | + rdfs:comment "incident that is a spill or leak"^^xsd:string ; | ||
712 | rdfs:label "spill or leak"^^xsd:string ; | 776 | rdfs:label "spill or leak"^^xsd:string ; |
713 | rdfs:subClassOf ep-prodact:Incident . | 777 | rdfs:subClassOf ep-prodact:Incident . |
714 | 778 | ||
715 | ep-prodact:SplitFactorDeterminationType | 779 | ep-prodact:SplitFactorDeterminationType |
716 | rdf:type rdfs:Class ; | 780 | rdf:type rdfs:Class ; |
781 | + rdfs:comment "class that consists of subclasses of activity corresponding to the values of the allocatedSplit Boolean in the MPR-XSD"^^xsd:string ; | ||
717 | rdfs:label "split factor determination type"^^xsd:string ; | 782 | rdfs:label "split factor determination type"^^xsd:string ; |
718 | rdfs:subClassOf owl:Class . | 783 | rdfs:subClassOf owl:Class . |
719 | 784 | ||
... | @@ -723,7 +788,8 @@ ep-prodact:StandbyVesselOperation | ... | @@ -723,7 +788,8 @@ ep-prodact:StandbyVesselOperation |
723 | rdfs:subClassOf ep-prodact:MarineOperation . | 788 | rdfs:subClassOf ep-prodact:MarineOperation . |
724 | 789 | ||
725 | ep-prodact:StrikeOrLockout | 790 | ep-prodact:StrikeOrLockout |
726 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 791 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
792 | + rdfs:comment "activity that is a strike or lock-out"^^xsd:string ; | ||
727 | rdfs:label "strike or lock-out"^^xsd:string ; | 793 | rdfs:label "strike or lock-out"^^xsd:string ; |
728 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 794 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
729 | 795 | ||
... | @@ -733,24 +799,28 @@ ep-prodact:SupplyShipOperation | ... | @@ -733,24 +799,28 @@ ep-prodact:SupplyShipOperation |
733 | rdfs:subClassOf ep-prodact:MarineOperation . | 799 | rdfs:subClassOf ep-prodact:MarineOperation . |
734 | 800 | ||
735 | ep-prodact:TestingAndLogging | 801 | ep-prodact:TestingAndLogging |
736 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 802 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
803 | + rdfs:comment "activity that is testing and logging"^^xsd:string ; | ||
737 | rdfs:label "testing and logging"^^xsd:string ; | 804 | rdfs:label "testing and logging"^^xsd:string ; |
738 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 805 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
739 | 806 | ||
740 | ep-prodact:ThirdPartyProcessingLoss | 807 | ep-prodact:ThirdPartyProcessingLoss |
741 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 808 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
809 | + rdfs:comment "activity that is a third party processing loss"^^xsd:string ; | ||
742 | rdfs:label "third party processing loss"^^xsd:string ; | 810 | rdfs:label "third party processing loss"^^xsd:string ; |
743 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 811 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
744 | 812 | ||
745 | ep-prodact:TopsideEquipmentFailureMaintenance | 813 | ep-prodact:TopsideEquipmentFailureMaintenance |
746 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 814 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
815 | + rdfs:comment "activity that is an topside equipment failure and maintenance"^^xsd:string ; | ||
747 | rdfs:label "topside equipment failure maintenance"^^xsd:string ; | 816 | rdfs:label "topside equipment failure maintenance"^^xsd:string ; |
748 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 817 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
749 | 818 | ||
750 | ep-prodact:TrafficAccident | 819 | ep-prodact:TrafficAccident |
751 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 820 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
821 | + rdfs:comment "accident that involves one or more moving vehicles"^^xsd:string ; | ||
752 | rdfs:label "traffic accident"^^xsd:string ; | 822 | rdfs:label "traffic accident"^^xsd:string ; |
753 | - rdfs:subClassOf ep-prodact:Incident . | 823 | + rdfs:subClassOf ep-prodact:AccidentOrInjury . |
754 | 824 | ||
755 | ep-prodact:TransportationActivity | 825 | ep-prodact:TransportationActivity |
756 | rdf:type owl:Class ; | 826 | rdf:type owl:Class ; |
... | @@ -758,13 +828,15 @@ ep-prodact:TransportationActivity | ... | @@ -758,13 +828,15 @@ ep-prodact:TransportationActivity |
758 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 828 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
759 | 829 | ||
760 | ep-prodact:UnavailableTankerStorage | 830 | ep-prodact:UnavailableTankerStorage |
761 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 831 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
832 | + rdfs:comment "activity that is unavailable tanker storage"^^xsd:string ; | ||
762 | rdfs:label "unavailable tanker storage"^^xsd:string ; | 833 | rdfs:label "unavailable tanker storage"^^xsd:string ; |
763 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 834 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
764 | 835 | ||
765 | ep-prodact:UnknownReasonWellTest | 836 | ep-prodact:UnknownReasonWellTest |
766 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 837 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
767 | - rdfs:label "unknown"^^xsd:string ; | 838 | + rdfs:comment "well test that is carried out for a reason that is not recorded"^^xsd:string ; |
839 | + rdfs:label "unknown reason well test"^^xsd:string ; | ||
768 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 840 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
769 | 841 | ||
770 | ep-prodact:WaterCleaningOperation | 842 | ep-prodact:WaterCleaningOperation |
... | @@ -773,32 +845,38 @@ ep-prodact:WaterCleaningOperation | ... | @@ -773,32 +845,38 @@ ep-prodact:WaterCleaningOperation |
773 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 845 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
774 | 846 | ||
775 | ep-prodact:WeatherProblem | 847 | ep-prodact:WeatherProblem |
776 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 848 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
849 | + rdfs:comment "activity that is a weather problem"^^xsd:string ; | ||
777 | rdfs:label "weather problem"^^xsd:string ; | 850 | rdfs:label "weather problem"^^xsd:string ; |
778 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 851 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
779 | 852 | ||
780 | ep-prodact:WellEquipmentFailureMaintenance | 853 | ep-prodact:WellEquipmentFailureMaintenance |
781 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 854 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
855 | + rdfs:comment "activity that is well equipment failure and maintenance"^^xsd:string ; | ||
782 | rdfs:label "well equipment failure maintenance"^^xsd:string ; | 856 | rdfs:label "well equipment failure maintenance"^^xsd:string ; |
783 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 857 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
784 | 858 | ||
785 | ep-prodact:WellPlannedOperations | 859 | ep-prodact:WellPlannedOperations |
786 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 860 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
861 | + rdfs:comment "activity that is well planned operations"^^xsd:string ; | ||
787 | rdfs:label "well planned operations"^^xsd:string ; | 862 | rdfs:label "well planned operations"^^xsd:string ; |
788 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 863 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
789 | 864 | ||
790 | ep-prodact:WellPreventiveMaintenance | 865 | ep-prodact:WellPreventiveMaintenance |
791 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 866 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
867 | + rdfs:comment "activity that is well preventive maintenance"^^xsd:string ; | ||
792 | rdfs:label "well preventive maintenance"^^xsd:string ; | 868 | rdfs:label "well preventive maintenance"^^xsd:string ; |
793 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 869 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
794 | 870 | ||
795 | ep-prodact:WellProblems | 871 | ep-prodact:WellProblems |
796 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 872 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
873 | + rdfs:comment "activity that is well problems"^^xsd:string ; | ||
797 | rdfs:label "well problems"^^xsd:string ; | 874 | rdfs:label "well problems"^^xsd:string ; |
798 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 875 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
799 | 876 | ||
800 | ep-prodact:WellTestReasonType | 877 | ep-prodact:WellTestReasonType |
801 | rdf:type rdfs:Class ; | 878 | rdf:type rdfs:Class ; |
879 | + rdfs:comment "class that consists of subclasses of well test corresponding to the TestReason enumeration in the MPR-XSD"^^xsd:string ; | ||
802 | rdfs:label "well test reason type"^^xsd:string ; | 880 | rdfs:label "well test reason type"^^xsd:string ; |
803 | rdfs:subClassOf owl:Class . | 881 | rdfs:subClassOf owl:Class . |
804 | 882 | ||
... | @@ -828,7 +906,7 @@ ep-prodact:buyer | ... | @@ -828,7 +906,7 @@ ep-prodact:buyer |
828 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . | 906 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . |
829 | 907 | ||
830 | ep-prodact:cargoBatchNumber | 908 | ep-prodact:cargoBatchNumber |
831 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 909 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
832 | rdfs:label "cargo batch number"^^xsd:string . | 910 | rdfs:label "cargo batch number"^^xsd:string . |
833 | 911 | ||
834 | ep-prodact:cargoLoaded | 912 | ep-prodact:cargoLoaded |
... | @@ -838,7 +916,7 @@ ep-prodact:cargoLoaded | ... | @@ -838,7 +916,7 @@ ep-prodact:cargoLoaded |
838 | rdfs:range ep-core:PhysicalObject . | 916 | rdfs:range ep-core:PhysicalObject . |
839 | 917 | ||
840 | ep-prodact:cargoNumber | 918 | ep-prodact:cargoNumber |
841 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 919 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
842 | rdfs:label "cargo number"^^xsd:string . | 920 | rdfs:label "cargo number"^^xsd:string . |
843 | 921 | ||
844 | ep-prodact:causedBy | 922 | ep-prodact:causedBy |
... | @@ -896,7 +974,7 @@ ep-prodact:facilityShutdown | ... | @@ -896,7 +974,7 @@ ep-prodact:facilityShutdown |
896 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . | 974 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . |
897 | 975 | ||
898 | ep-prodact:glycolDensity | 976 | ep-prodact:glycolDensity |
899 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 977 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
900 | rdfs:range ep-core:Density . | 978 | rdfs:range ep-core:Density . |
901 | 979 | ||
902 | ep-prodact:hasDischargeFlow | 980 | ep-prodact:hasDischargeFlow |
... | @@ -906,7 +984,7 @@ ep-prodact:hasDischargeFlow | ... | @@ -906,7 +984,7 @@ ep-prodact:hasDischargeFlow |
906 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . | 984 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . |
907 | 985 | ||
908 | ep-prodact:hasGasLiftChoke | 986 | ep-prodact:hasGasLiftChoke |
909 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 987 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
910 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; | 988 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; |
911 | rdfs:label "has gas lift choke"^^xsd:string ; | 989 | rdfs:label "has gas lift choke"^^xsd:string ; |
912 | rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> . | 990 | rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> . |
... | @@ -924,7 +1002,7 @@ ep-prodact:hasPredecessor | ... | @@ -924,7 +1002,7 @@ ep-prodact:hasPredecessor |
924 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . | 1002 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . |
925 | 1003 | ||
926 | ep-prodact:hasShutInPressure | 1004 | ep-prodact:hasShutInPressure |
927 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1005 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
928 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; | 1006 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; |
929 | rdfs:label "has shut-in pressure"^^xsd:string ; | 1007 | rdfs:label "has shut-in pressure"^^xsd:string ; |
930 | rdfs:range ep-core:Pressure . | 1008 | rdfs:range ep-core:Pressure . |
... | @@ -936,25 +1014,25 @@ ep-prodact:hasValidPredecessor | ... | @@ -936,25 +1014,25 @@ ep-prodact:hasValidPredecessor |
936 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . | 1014 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . |
937 | 1015 | ||
938 | ep-prodact:injectionWellTestMaximumAnnularPressure | 1016 | ep-prodact:injectionWellTestMaximumAnnularPressure |
939 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1017 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
940 | rdfs:domain ep-prodact:InjectionWellTest ; | 1018 | rdfs:domain ep-prodact:InjectionWellTest ; |
941 | rdfs:label "injection well test maximum annular pressure"^^xsd:string ; | 1019 | rdfs:label "injection well test maximum annular pressure"^^xsd:string ; |
942 | rdfs:range ep-core:Pressure . | 1020 | rdfs:range ep-core:Pressure . |
943 | 1021 | ||
944 | ep-prodact:injectionWellTestMinimumAnnularPressure | 1022 | ep-prodact:injectionWellTestMinimumAnnularPressure |
945 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1023 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
946 | rdfs:domain ep-prodact:InjectionWellTest ; | 1024 | rdfs:domain ep-prodact:InjectionWellTest ; |
947 | rdfs:label "injection well test minimum annular pressure"^^xsd:string ; | 1025 | rdfs:label "injection well test minimum annular pressure"^^xsd:string ; |
948 | rdfs:range ep-core:Pressure . | 1026 | rdfs:range ep-core:Pressure . |
949 | 1027 | ||
950 | ep-prodact:injectionWellTestWellheadFlowingPressure | 1028 | ep-prodact:injectionWellTestWellheadFlowingPressure |
951 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1029 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
952 | rdfs:domain ep-prodact:InjectionWellTest ; | 1030 | rdfs:domain ep-prodact:InjectionWellTest ; |
953 | rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; | 1031 | rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; |
954 | rdfs:range ep-core:Pressure . | 1032 | rdfs:range ep-core:Pressure . |
955 | 1033 | ||
956 | ep-prodact:injectionWellTestWellheadMaximumPressure | 1034 | ep-prodact:injectionWellTestWellheadMaximumPressure |
957 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1035 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
958 | rdfs:domain ep-prodact:InjectionWellTest ; | 1036 | rdfs:domain ep-prodact:InjectionWellTest ; |
959 | rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; | 1037 | rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; |
960 | rdfs:range ep-core:Pressure . | 1038 | rdfs:range ep-core:Pressure . |
... | @@ -966,7 +1044,7 @@ ep-prodact:measuredFlow | ... | @@ -966,7 +1044,7 @@ ep-prodact:measuredFlow |
966 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . | 1044 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . |
967 | 1045 | ||
968 | ep-prodact:movedProduct | 1046 | ep-prodact:movedProduct |
969 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1047 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
970 | rdfs:domain ep-prodact:MovementOfProduct ; | 1048 | rdfs:domain ep-prodact:MovementOfProduct ; |
971 | rdfs:label "moved product"^^xsd:string . | 1049 | rdfs:label "moved product"^^xsd:string . |
972 | 1050 | ||
... | @@ -1011,7 +1089,7 @@ ep-prodact:noOfSpillsOrLeaks | ... | @@ -1011,7 +1089,7 @@ ep-prodact:noOfSpillsOrLeaks |
1011 | rdfs:range xsd:integer . | 1089 | rdfs:range xsd:integer . |
1012 | 1090 | ||
1013 | ep-prodact:noOfSystemAlarms | 1091 | ep-prodact:noOfSystemAlarms |
1014 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 1092 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
1015 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 1093 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
1016 | rdfs:label "number of system alarms"^^xsd:string ; | 1094 | rdfs:label "number of system alarms"^^xsd:string ; |
1017 | rdfs:range xsd:integer . | 1095 | rdfs:range xsd:integer . |
... | @@ -1021,7 +1099,7 @@ ep-prodact:oilInWater | ... | @@ -1021,7 +1099,7 @@ ep-prodact:oilInWater |
1021 | rdfs:range ep-core:MassPerMass . | 1099 | rdfs:range ep-core:MassPerMass . |
1022 | 1100 | ||
1023 | ep-prodact:onProductionFacility | 1101 | ep-prodact:onProductionFacility |
1024 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1102 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1025 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 1103 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
1026 | rdfs:label "on facility"^^xsd:string ; | 1104 | rdfs:label "on facility"^^xsd:string ; |
1027 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . | 1105 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . |
... | @@ -1046,23 +1124,24 @@ ep-prodact:phenolDensity | ... | @@ -1046,23 +1124,24 @@ ep-prodact:phenolDensity |
1046 | rdfs:range ep-core:Density . | 1124 | rdfs:range ep-core:Density . |
1047 | 1125 | ||
1048 | ep-prodact:processingLost | 1126 | ep-prodact:processingLost |
1049 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1127 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1050 | rdfs:domain ep-prodact:ProductionOperationProcessingLoss ; | 1128 | rdfs:domain ep-prodact:ProductionOperationProcessingLoss ; |
1051 | rdfs:range ep-material:QuantityOfMaterial . | 1129 | rdfs:range ep-material:QuantityOfMaterial . |
1052 | 1130 | ||
1053 | ep-prodact:productionActivityPeriodClassification | 1131 | ep-prodact:productionActivityPeriodClassification |
1054 | rdf:type owl:ObjectProperty ; | 1132 | rdf:type owl:ObjectProperty ; |
1133 | + rdfs:comment "not used in the MPR"^^xsd:string ; | ||
1055 | rdfs:domain ep-prodact:FusionOfPartsOfProductionActivityOverPeriod ; | 1134 | rdfs:domain ep-prodact:FusionOfPartsOfProductionActivityOverPeriod ; |
1056 | rdfs:range ep-prodact:ProductionOperationClassByDuration . | 1135 | rdfs:range ep-prodact:ProductionOperationClassByDuration . |
1057 | 1136 | ||
1058 | ep-prodact:productionOperator | 1137 | ep-prodact:productionOperator |
1059 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1138 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1060 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 1139 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
1061 | rdfs:label "production operator"^^xsd:string ; | 1140 | rdfs:label "production operator"^^xsd:string ; |
1062 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 1141 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
1063 | 1142 | ||
1064 | ep-prodact:remainingActivity | 1143 | ep-prodact:remainingActivity |
1065 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1144 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1066 | rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; | 1145 | rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; |
1067 | rdfs:label "remaining activity"^^xsd:string ; | 1146 | rdfs:label "remaining activity"^^xsd:string ; |
1068 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . | 1147 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . |
... | @@ -1097,7 +1176,7 @@ ep-prodact:samplingPerformedAt | ... | @@ -1097,7 +1176,7 @@ ep-prodact:samplingPerformedAt |
1097 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . | 1176 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . |
1098 | 1177 | ||
1099 | ep-prodact:samplingPerformedAtPointInSpace | 1178 | ep-prodact:samplingPerformedAtPointInSpace |
1100 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1179 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1101 | rdfs:domain ep-prodact:FluidSamplingAndAnalysis ; | 1180 | rdfs:domain ep-prodact:FluidSamplingAndAnalysis ; |
1102 | rdfs:label "sampling performed at point in space"^^xsd:string ; | 1181 | rdfs:label "sampling performed at point in space"^^xsd:string ; |
1103 | rdfs:range ep-core:TemporalPartOfAPointInSpace . | 1182 | rdfs:range ep-core:TemporalPartOfAPointInSpace . |
... | @@ -1121,13 +1200,13 @@ ep-prodact:sourceOrganization | ... | @@ -1121,13 +1200,13 @@ ep-prodact:sourceOrganization |
1121 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 1200 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
1122 | 1201 | ||
1123 | ep-prodact:testedWellBoreInterval | 1202 | ep-prodact:testedWellBoreInterval |
1124 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1203 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1125 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; | 1204 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; |
1126 | rdfs:label "tested wellbore interval"^^xsd:string ; | 1205 | rdfs:label "tested wellbore interval"^^xsd:string ; |
1127 | rdfs:range ep-core:PhysicalObject . | 1206 | rdfs:range ep-core:PhysicalObject . |
1128 | 1207 | ||
1129 | ep-prodact:timeWorked | 1208 | ep-prodact:timeWorked |
1130 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1209 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
1131 | rdfs:domain ep-prodact:ProductionOperation ; | 1210 | rdfs:domain ep-prodact:ProductionOperation ; |
1132 | rdfs:label "time worked"^^xsd:string ; | 1211 | rdfs:label "time worked"^^xsd:string ; |
1133 | rdfs:range ep-core:TimeDuration . | 1212 | rdfs:range ep-core:TimeDuration . | ... | ... |
... | @@ -30,7 +30,7 @@ ep-report:DailyDrillingReport | ... | @@ -30,7 +30,7 @@ ep-report:DailyDrillingReport |
30 | rdfs:subClassOf ep-report:DrillingReport . | 30 | rdfs:subClassOf ep-report:DrillingReport . |
31 | 31 | ||
32 | ep-report:DailyDrillingReportFinalisationType | 32 | ep-report:DailyDrillingReportFinalisationType |
33 | - rdf:type owl:Class ; | 33 | + rdf:type rdfs:Class ; |
34 | rdfs:comment "class that consists of the subclasses of report defined by the OpsReportVersion enumeration in the DDR-XSD"^^xsd:string ; | 34 | rdfs:comment "class that consists of the subclasses of report defined by the OpsReportVersion enumeration in the DDR-XSD"^^xsd:string ; |
35 | rdfs:label "daily drilling report finalisation type"^^xsd:string ; | 35 | rdfs:label "daily drilling report finalisation type"^^xsd:string ; |
36 | rdfs:subClassOf owl:Class . | 36 | rdfs:subClassOf owl:Class . | ... | ... |
... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
14 | 14 | ||
15 | <http://www.reportinghub.no/ep/schema/1.0/well> | 15 | <http://www.reportinghub.no/ep/schema/1.0/well> |
16 | rdf:type owl:Ontology ; | 16 | rdf:type owl:Ontology ; |
17 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> ; | 17 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> ; |
18 | owl:versionInfo "0.1.0"^^xsd:string . | 18 | owl:versionInfo "0.1.0"^^xsd:string . |
19 | 19 | ||
20 | <http://www.reportinghub.no/ep/schema/equipment#CasingString> | 20 | <http://www.reportinghub.no/ep/schema/equipment#CasingString> |
... | @@ -68,20 +68,20 @@ ep-well:FluidComponentType | ... | @@ -68,20 +68,20 @@ ep-well:FluidComponentType |
68 | rdfs:subClassOf owl:Class . | 68 | rdfs:subClassOf owl:Class . |
69 | 69 | ||
70 | ep-well:FluidType | 70 | ep-well:FluidType |
71 | - rdf:type owl:Class ; | 71 | + rdf:type rdfs:Class ; |
72 | rdfs:comment "class of fluid"^^xsd:string ; | 72 | rdfs:comment "class of fluid"^^xsd:string ; |
73 | rdfs:label "fluid type"^^xsd:string ; | 73 | rdfs:label "fluid type"^^xsd:string ; |
74 | rdfs:subClassOf owl:Class . | 74 | rdfs:subClassOf owl:Class . |
75 | 75 | ||
76 | ep-well:HphtWellBore | 76 | ep-well:HphtWellBore |
77 | - rdf:type owl:Class , ep-well:WellBoreHphtType ; | 77 | + rdf:type ep-well:WellBoreHphtType , owl:Class ; |
78 | rdfs:comment "wellbore that is high pressure and high temperature"^^xsd:string ; | 78 | rdfs:comment "wellbore that is high pressure and high temperature"^^xsd:string ; |
79 | rdfs:label "high pressure high temperature well bore"^^xsd:string ; | 79 | rdfs:label "high pressure high temperature well bore"^^xsd:string ; |
80 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 80 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
81 | owl:disjointWith ep-well:NotHphtWellBore . | 81 | owl:disjointWith ep-well:NotHphtWellBore . |
82 | 82 | ||
83 | ep-well:LeakyWellBore | 83 | ep-well:LeakyWellBore |
84 | - rdf:type owl:Class , ep-well:WellBoreTightnessType ; | 84 | + rdf:type ep-well:WellBoreTightnessType , owl:Class ; |
85 | rdfs:comment "wellbore that is leaky"^^xsd:string ; | 85 | rdfs:comment "wellbore that is leaky"^^xsd:string ; |
86 | rdfs:label "leaky well bore"^^xsd:string ; | 86 | rdfs:label "leaky well bore"^^xsd:string ; |
87 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 87 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
... | @@ -94,32 +94,32 @@ ep-well:LowerPartOfAWellBore | ... | @@ -94,32 +94,32 @@ ep-well:LowerPartOfAWellBore |
94 | rdfs:subClassOf ep-well:TemporalPartOfASpatialPartOfAWellBore . | 94 | rdfs:subClassOf ep-well:TemporalPartOfASpatialPartOfAWellBore . |
95 | 95 | ||
96 | ep-well:Mud | 96 | ep-well:Mud |
97 | - rdf:type owl:Class , ep-well:CementingFluidType ; | 97 | + rdf:type ep-well:CementingFluidType , owl:Class ; |
98 | rdfs:comment "cementing fluid that is mud"^^xsd:string ; | 98 | rdfs:comment "cementing fluid that is mud"^^xsd:string ; |
99 | rdfs:label "mud"^^xsd:string ; | 99 | rdfs:label "mud"^^xsd:string ; |
100 | rdfs:subClassOf ep-well:CementingFluid ; | 100 | rdfs:subClassOf ep-well:CementingFluid ; |
101 | - owl:disjointWith ep-well:Wash , ep-well:Spacer , ep-well:Slurry . | 101 | + owl:disjointWith ep-well:Slurry , ep-well:Spacer , ep-well:Wash . |
102 | 102 | ||
103 | ep-well:Mud-oilBased | 103 | ep-well:Mud-oilBased |
104 | - rdf:type owl:Class , ep-well:MudClass ; | 104 | + rdf:type ep-well:MudClass , owl:Class ; |
105 | rdfs:comment "mud that is oil based"^^xsd:string ; | 105 | rdfs:comment "mud that is oil based"^^xsd:string ; |
106 | rdfs:label "mud - oil based"^^xsd:string ; | 106 | rdfs:label "mud - oil based"^^xsd:string ; |
107 | rdfs:subClassOf ep-well:Mud ; | 107 | rdfs:subClassOf ep-well:Mud ; |
108 | - owl:disjointWith ep-well:Mud-waterBased , ep-well:Mud-other . | 108 | + owl:disjointWith ep-well:Mud-other , ep-well:Mud-waterBased . |
109 | 109 | ||
110 | ep-well:Mud-other | 110 | ep-well:Mud-other |
111 | - rdf:type owl:Class , ep-well:MudClass ; | 111 | + rdf:type ep-well:MudClass , owl:Class ; |
112 | rdfs:comment "mud that is neither oil nor water based"^^xsd:string ; | 112 | rdfs:comment "mud that is neither oil nor water based"^^xsd:string ; |
113 | rdfs:label "mud - other"^^xsd:string ; | 113 | rdfs:label "mud - other"^^xsd:string ; |
114 | rdfs:subClassOf ep-well:Mud ; | 114 | rdfs:subClassOf ep-well:Mud ; |
115 | - owl:disjointWith ep-well:Mud-waterBased , ep-well:Mud-oilBased . | 115 | + owl:disjointWith ep-well:Mud-oilBased , ep-well:Mud-waterBased . |
116 | 116 | ||
117 | ep-well:Mud-waterBased | 117 | ep-well:Mud-waterBased |
118 | - rdf:type owl:Class , ep-well:MudClass ; | 118 | + rdf:type ep-well:MudClass , owl:Class ; |
119 | rdfs:comment "mud that is water based"^^xsd:string ; | 119 | rdfs:comment "mud that is water based"^^xsd:string ; |
120 | rdfs:label "mud - water based"^^xsd:string ; | 120 | rdfs:label "mud - water based"^^xsd:string ; |
121 | rdfs:subClassOf ep-well:Mud ; | 121 | rdfs:subClassOf ep-well:Mud ; |
122 | - owl:disjointWith ep-well:Mud-other , ep-well:Mud-oilBased . | 122 | + owl:disjointWith ep-well:Mud-oilBased , ep-well:Mud-other . |
123 | 123 | ||
124 | ep-well:MudClass | 124 | ep-well:MudClass |
125 | rdf:type owl:Class ; | 125 | rdf:type owl:Class ; |
... | @@ -128,7 +128,7 @@ ep-well:MudClass | ... | @@ -128,7 +128,7 @@ ep-well:MudClass |
128 | rdfs:subClassOf ep-well:FluidType . | 128 | rdfs:subClassOf ep-well:FluidType . |
129 | 129 | ||
130 | ep-well:NotHphtWellBore | 130 | ep-well:NotHphtWellBore |
131 | - rdf:type owl:Class , ep-well:WellBoreHphtType ; | 131 | + rdf:type ep-well:WellBoreHphtType , owl:Class ; |
132 | rdfs:comment "wellbore that is not high pressure and high temperature"^^xsd:string ; | 132 | rdfs:comment "wellbore that is not high pressure and high temperature"^^xsd:string ; |
133 | rdfs:label "not high pressure high temperature well bore"^^xsd:string ; | 133 | rdfs:label "not high pressure high temperature well bore"^^xsd:string ; |
134 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 134 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
... | @@ -142,22 +142,23 @@ ep-well:PositionWithinWellBore | ... | @@ -142,22 +142,23 @@ ep-well:PositionWithinWellBore |
142 | 142 | ||
143 | ep-well:RecoveredCore | 143 | ep-well:RecoveredCore |
144 | rdf:type owl:Class ; | 144 | rdf:type owl:Class ; |
145 | + rdfs:comment "physical object that is a recovered rock core"^^xsd:string ; | ||
145 | rdfs:label "recovered core"^^xsd:string ; | 146 | rdfs:label "recovered core"^^xsd:string ; |
146 | rdfs:subClassOf ep-core:PhysicalObject . | 147 | rdfs:subClassOf ep-core:PhysicalObject . |
147 | 148 | ||
148 | ep-well:Slurry | 149 | ep-well:Slurry |
149 | - rdf:type owl:Class , ep-well:CementingFluidType ; | 150 | + rdf:type ep-well:CementingFluidType , owl:Class ; |
150 | rdfs:comment "cementing fluid that is slurry"^^xsd:string ; | 151 | rdfs:comment "cementing fluid that is slurry"^^xsd:string ; |
151 | rdfs:label "slurry"^^xsd:string ; | 152 | rdfs:label "slurry"^^xsd:string ; |
152 | rdfs:subClassOf ep-well:CementingFluid ; | 153 | rdfs:subClassOf ep-well:CementingFluid ; |
153 | - owl:disjointWith ep-well:Wash , ep-well:Spacer , ep-well:Mud . | 154 | + owl:disjointWith ep-well:Mud , ep-well:Spacer , ep-well:Wash . |
154 | 155 | ||
155 | ep-well:Spacer | 156 | ep-well:Spacer |
156 | - rdf:type owl:Class , ep-well:CementingFluidType ; | 157 | + rdf:type ep-well:CementingFluidType , owl:Class ; |
157 | rdfs:comment "cementing fluid that is spacer"^^xsd:string ; | 158 | rdfs:comment "cementing fluid that is spacer"^^xsd:string ; |
158 | rdfs:label "spacer"^^xsd:string ; | 159 | rdfs:label "spacer"^^xsd:string ; |
159 | rdfs:subClassOf ep-well:CementingFluid ; | 160 | rdfs:subClassOf ep-well:CementingFluid ; |
160 | - owl:disjointWith ep-well:Wash , ep-well:Slurry , ep-well:Mud . | 161 | + owl:disjointWith ep-well:Mud , ep-well:Slurry , ep-well:Wash . |
161 | 162 | ||
162 | ep-well:SpatialPartOfAWell | 163 | ep-well:SpatialPartOfAWell |
163 | rdf:type owl:Class ; | 164 | rdf:type owl:Class ; |
... | @@ -196,7 +197,7 @@ ep-well:TemporalPartOfAWellBore | ... | @@ -196,7 +197,7 @@ ep-well:TemporalPartOfAWellBore |
196 | rdfs:subClassOf ep-well:TemporalPartOfASpatialPartOfAWellBore . | 197 | rdfs:subClassOf ep-well:TemporalPartOfASpatialPartOfAWellBore . |
197 | 198 | ||
198 | ep-well:TightWellBore | 199 | ep-well:TightWellBore |
199 | - rdf:type owl:Class , ep-well:WellBoreTightnessType ; | 200 | + rdf:type ep-well:WellBoreTightnessType , owl:Class ; |
200 | rdfs:comment "wellbore that is not leaky"^^xsd:string ; | 201 | rdfs:comment "wellbore that is not leaky"^^xsd:string ; |
201 | rdfs:label "tight well bore"^^xsd:string ; | 202 | rdfs:label "tight well bore"^^xsd:string ; |
202 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; | 203 | rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; |
... | @@ -209,11 +210,11 @@ ep-well:UserDescribedCementingFluidType | ... | @@ -209,11 +210,11 @@ ep-well:UserDescribedCementingFluidType |
209 | rdfs:subClassOf ep-well:FluidType . | 210 | rdfs:subClassOf ep-well:FluidType . |
210 | 211 | ||
211 | ep-well:Wash | 212 | ep-well:Wash |
212 | - rdf:type owl:Class , ep-well:CementingFluidType ; | 213 | + rdf:type ep-well:CementingFluidType , owl:Class ; |
213 | rdfs:comment "cementing fluid that is wash"^^xsd:string ; | 214 | rdfs:comment "cementing fluid that is wash"^^xsd:string ; |
214 | rdfs:label "wash"^^xsd:string ; | 215 | rdfs:label "wash"^^xsd:string ; |
215 | rdfs:subClassOf ep-well:CementingFluid ; | 216 | rdfs:subClassOf ep-well:CementingFluid ; |
216 | - owl:disjointWith ep-well:Spacer , ep-well:Slurry , ep-well:Mud . | 217 | + owl:disjointWith ep-well:Mud , ep-well:Slurry , ep-well:Spacer . |
217 | 218 | ||
218 | ep-well:Well | 219 | ep-well:Well |
219 | rdf:type owl:Class ; | 220 | rdf:type owl:Class ; |
... | @@ -298,7 +299,7 @@ ep-well:WellHead | ... | @@ -298,7 +299,7 @@ ep-well:WellHead |
298 | "http://posccaesar.org/rdl/RDS13609850"^^xsd:string . | 299 | "http://posccaesar.org/rdl/RDS13609850"^^xsd:string . |
299 | 300 | ||
300 | ep-well:averageBottomHolePressure | 301 | ep-well:averageBottomHolePressure |
301 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 302 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
302 | rdfs:comment "class_of_indirect_property that is the average pressure at the bottom of a wellbore"^^xsd:string ; | 303 | rdfs:comment "class_of_indirect_property that is the average pressure at the bottom of a wellbore"^^xsd:string ; |
303 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 304 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
304 | rdfs:label "average bottom hole pressure"^^xsd:string ; | 305 | rdfs:label "average bottom hole pressure"^^xsd:string ; |
... | @@ -307,7 +308,7 @@ ep-well:averageBottomHolePressure | ... | @@ -307,7 +308,7 @@ ep-well:averageBottomHolePressure |
307 | "http://posccaesar.org/rdl/RDS1748178911"^^xsd:string . | 308 | "http://posccaesar.org/rdl/RDS1748178911"^^xsd:string . |
308 | 309 | ||
309 | ep-well:averageBottomHoleTemperature | 310 | ep-well:averageBottomHoleTemperature |
310 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 311 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
311 | rdfs:comment "class_of_indirect_property that is the average temperature at the bottom of a wellbore"^^xsd:string ; | 312 | rdfs:comment "class_of_indirect_property that is the average temperature at the bottom of a wellbore"^^xsd:string ; |
312 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 313 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
313 | rdfs:label "average bottom hole temperature"^^xsd:string ; | 314 | rdfs:label "average bottom hole temperature"^^xsd:string ; |
... | @@ -316,7 +317,7 @@ ep-well:averageBottomHoleTemperature | ... | @@ -316,7 +317,7 @@ ep-well:averageBottomHoleTemperature |
316 | "http://posccaesar.org/rdl/RDS1748247961"^^xsd:string . | 317 | "http://posccaesar.org/rdl/RDS1748247961"^^xsd:string . |
317 | 318 | ||
318 | ep-well:azimuth | 319 | ep-well:azimuth |
319 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 320 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
320 | rdfs:comment "class_of_indirect_property that is the inclination of wellbore orientation at a position within a wellbore"^^xsd:string ; | 321 | rdfs:comment "class_of_indirect_property that is the inclination of wellbore orientation at a position within a wellbore"^^xsd:string ; |
321 | rdfs:domain ep-well:PositionWithinWellBore ; | 322 | rdfs:domain ep-well:PositionWithinWellBore ; |
322 | rdfs:label "azimuth"^^xsd:string ; | 323 | rdfs:label "azimuth"^^xsd:string ; |
... | @@ -325,49 +326,49 @@ ep-well:azimuth | ... | @@ -325,49 +326,49 @@ ep-well:azimuth |
325 | "http://posccaesar.org/rdl/RDS17688492"^^xsd:string . | 326 | "http://posccaesar.org/rdl/RDS17688492"^^xsd:string . |
326 | 327 | ||
327 | ep-well:bottomHoleMeasuredDepth | 328 | ep-well:bottomHoleMeasuredDepth |
328 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 329 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
329 | rdfs:comment "class_of_indirect_property that is the measured depth to the bottom of a wellbore"^^xsd:string ; | 330 | rdfs:comment "class_of_indirect_property that is the measured depth to the bottom of a wellbore"^^xsd:string ; |
330 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 331 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
331 | rdfs:label "bottom hole measured depth"^^xsd:string ; | 332 | rdfs:label "bottom hole measured depth"^^xsd:string ; |
332 | rdfs:range ep-core:Length . | 333 | rdfs:range ep-core:Length . |
333 | 334 | ||
334 | ep-well:bottomHoleTemperature | 335 | ep-well:bottomHoleTemperature |
335 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 336 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
336 | rdfs:comment "class_of_indirect_property that is the temperature at the bottom of a wellbore"^^xsd:string ; | 337 | rdfs:comment "class_of_indirect_property that is the temperature at the bottom of a wellbore"^^xsd:string ; |
337 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 338 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
338 | rdfs:label "bottom hole temperature"^^xsd:string ; | 339 | rdfs:label "bottom hole temperature"^^xsd:string ; |
339 | rdfs:range ep-core:Temperature . | 340 | rdfs:range ep-core:Temperature . |
340 | 341 | ||
341 | ep-well:bottomHoleTrueVerticalDepth | 342 | ep-well:bottomHoleTrueVerticalDepth |
342 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 343 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
343 | rdfs:comment "class_of_indirect_property that is the true vertical depth of the bottom of a wellbore"^^xsd:string ; | 344 | rdfs:comment "class_of_indirect_property that is the true vertical depth of the bottom of a wellbore"^^xsd:string ; |
344 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 345 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
345 | rdfs:label "bottom hole true vertical depth"^^xsd:string ; | 346 | rdfs:label "bottom hole true vertical depth"^^xsd:string ; |
346 | rdfs:range ep-core:Length . | 347 | rdfs:range ep-core:Length . |
347 | 348 | ||
348 | ep-well:cementingFluidPerCentFreeWater | 349 | ep-well:cementingFluidPerCentFreeWater |
349 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 350 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
350 | rdfs:comment "class_of_indirect_property that is the percentage free water by volume within a cementing fluid"^^xsd:string ; | 351 | rdfs:comment "class_of_indirect_property that is the percentage free water by volume within a cementing fluid"^^xsd:string ; |
351 | rdfs:domain ep-well:CementingFluid ; | 352 | rdfs:domain ep-well:CementingFluid ; |
352 | rdfs:label "cementing fluid per cent free water"^^xsd:string ; | 353 | rdfs:label "cementing fluid per cent free water"^^xsd:string ; |
353 | rdfs:range ep-core:VolumePerUnitVolumeConcentration . | 354 | rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
354 | 355 | ||
355 | ep-well:cementingFluidThickeningTime | 356 | ep-well:cementingFluidThickeningTime |
356 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 357 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
357 | rdfs:comment "class_of_indirect_property that is the thickening time for a cementing fluid"^^xsd:string ; | 358 | rdfs:comment "class_of_indirect_property that is the thickening time for a cementing fluid"^^xsd:string ; |
358 | rdfs:domain ep-well:CementingFluid ; | 359 | rdfs:domain ep-well:CementingFluid ; |
359 | rdfs:label "cementing fluid thickening time"^^xsd:string ; | 360 | rdfs:label "cementing fluid thickening time"^^xsd:string ; |
360 | rdfs:range ep-core:TimeDuration . | 361 | rdfs:range ep-core:TimeDuration . |
361 | 362 | ||
362 | ep-well:coreLength | 363 | ep-well:coreLength |
363 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 364 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
364 | rdfs:comment "class_of_indirect_property that is the length of a recovered core"^^xsd:string ; | 365 | rdfs:comment "class_of_indirect_property that is the length of a recovered core"^^xsd:string ; |
365 | rdfs:domain ep-well:RecoveredCore ; | 366 | rdfs:domain ep-well:RecoveredCore ; |
366 | rdfs:label "core length"^^xsd:string ; | 367 | rdfs:label "core length"^^xsd:string ; |
367 | rdfs:range ep-core:Length . | 368 | rdfs:range ep-core:Length . |
368 | 369 | ||
369 | ep-well:diameterOfAWellBorePilotHole | 370 | ep-well:diameterOfAWellBorePilotHole |
370 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 371 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
371 | rdfs:comment "class_of_indirect_property that is the diameter of a wellbore pilot hole"^^xsd:string ; | 372 | rdfs:comment "class_of_indirect_property that is the diameter of a wellbore pilot hole"^^xsd:string ; |
372 | rdfs:domain ep-well:WellBorePilotHole ; | 373 | rdfs:domain ep-well:WellBorePilotHole ; |
373 | rdfs:label "diameter of a wellbore pilot hole"^^xsd:string ; | 374 | rdfs:label "diameter of a wellbore pilot hole"^^xsd:string ; |
... | @@ -381,42 +382,42 @@ ep-well:dominantComponent | ... | @@ -381,42 +382,42 @@ ep-well:dominantComponent |
381 | rdfs:range ep-well:FluidComponentType . | 382 | rdfs:range ep-well:FluidComponentType . |
382 | 383 | ||
383 | ep-well:finalBottomHoleMeasuredDepth | 384 | ep-well:finalBottomHoleMeasuredDepth |
384 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 385 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
385 | rdfs:comment "class_of_indirect_property that is the measured depth to the bottom of a wellbore at the end of a temporal part of a wellbore"^^xsd:string ; | 386 | rdfs:comment "class_of_indirect_property that is the measured depth to the bottom of a wellbore at the end of a temporal part of a wellbore"^^xsd:string ; |
386 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 387 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
387 | rdfs:label "final bottom hole measured depth"^^xsd:string ; | 388 | rdfs:label "final bottom hole measured depth"^^xsd:string ; |
388 | rdfs:range ep-core:Length . | 389 | rdfs:range ep-core:Length . |
389 | 390 | ||
390 | ep-well:finalBottomHoleTrueVerticalDepth | 391 | ep-well:finalBottomHoleTrueVerticalDepth |
391 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 392 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
392 | rdfs:comment "class_of_indirect_property that is the true vertical dept of the bottom of a wellbore at the end of a temporal part of a wellbore"^^xsd:string ; | 393 | rdfs:comment "class_of_indirect_property that is the true vertical dept of the bottom of a wellbore at the end of a temporal part of a wellbore"^^xsd:string ; |
393 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 394 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
394 | rdfs:label "final bottom hole true vertical depth"^^xsd:string ; | 395 | rdfs:label "final bottom hole true vertical depth"^^xsd:string ; |
395 | rdfs:range ep-core:Length . | 396 | rdfs:range ep-core:Length . |
396 | 397 | ||
397 | ep-well:gasConcentrationHigh | 398 | ep-well:gasConcentrationHigh |
398 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 399 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
399 | rdfs:comment "class_of_indirect_property that is the highest gas concentration by volume within a temporal part of a fluid"^^xsd:string ; | 400 | rdfs:comment "class_of_indirect_property that is the highest gas concentration by volume within a temporal part of a fluid"^^xsd:string ; |
400 | rdfs:domain <http://www.reportinghub.no/ep/schema/material#Fluid> ; | 401 | rdfs:domain <http://www.reportinghub.no/ep/schema/material#Fluid> ; |
401 | rdfs:label "gas concentration - high"^^xsd:string ; | 402 | rdfs:label "gas concentration - high"^^xsd:string ; |
402 | rdfs:range ep-core:VolumePerUnitVolumeConcentration . | 403 | rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
403 | 404 | ||
404 | ep-well:gasConcentrationLow | 405 | ep-well:gasConcentrationLow |
405 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 406 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
406 | rdfs:comment "class_of_indirect_property that is the lowest gas concentration by volume within a temporal part of a fluid"^^xsd:string ; | 407 | rdfs:comment "class_of_indirect_property that is the lowest gas concentration by volume within a temporal part of a fluid"^^xsd:string ; |
407 | rdfs:domain <http://www.reportinghub.no/ep/schema/material#Fluid> ; | 408 | rdfs:domain <http://www.reportinghub.no/ep/schema/material#Fluid> ; |
408 | rdfs:label "gas concentration - low"^^xsd:string ; | 409 | rdfs:label "gas concentration - low"^^xsd:string ; |
409 | rdfs:range ep-core:VolumePerUnitVolumeConcentration . | 410 | rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
410 | 411 | ||
411 | ep-well:hasBarrel | 412 | ep-well:hasBarrel |
412 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 413 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
413 | rdfs:comment "inner barrel of a recovered core"^^xsd:string ; | 414 | rdfs:comment "inner barrel of a recovered core"^^xsd:string ; |
414 | rdfs:domain ep-well:RecoveredCore ; | 415 | rdfs:domain ep-well:RecoveredCore ; |
415 | rdfs:label "has barrel"^^xsd:string ; | 416 | rdfs:label "has barrel"^^xsd:string ; |
416 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> . | 417 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> . |
417 | 418 | ||
418 | ep-well:inclination | 419 | ep-well:inclination |
419 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 420 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
420 | rdfs:comment "class_of_indirect_property that is the inclination of wellbore orientation at a position within a wellbore"^^xsd:string ; | 421 | rdfs:comment "class_of_indirect_property that is the inclination of wellbore orientation at a position within a wellbore"^^xsd:string ; |
421 | rdfs:domain ep-well:PositionWithinWellBore ; | 422 | rdfs:domain ep-well:PositionWithinWellBore ; |
422 | rdfs:label "inclination"^^xsd:string ; | 423 | rdfs:label "inclination"^^xsd:string ; |
... | @@ -425,7 +426,7 @@ ep-well:inclination | ... | @@ -425,7 +426,7 @@ ep-well:inclination |
425 | "http://posccaesar.org/rdl/RDS17688057"^^xsd:string . | 426 | "http://posccaesar.org/rdl/RDS17688057"^^xsd:string . |
426 | 427 | ||
427 | ep-well:initialBottomHoleMeasuredDepth | 428 | ep-well:initialBottomHoleMeasuredDepth |
428 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 429 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
429 | rdfs:comment "class_of_indirect_property that is the measured depth to the bottom of a wellbore at the beginning of a temporal part of a wellbore"^^xsd:string ; | 430 | rdfs:comment "class_of_indirect_property that is the measured depth to the bottom of a wellbore at the beginning of a temporal part of a wellbore"^^xsd:string ; |
430 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 431 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
431 | rdfs:label "initial bottom hole measured depth"^^xsd:string ; | 432 | rdfs:label "initial bottom hole measured depth"^^xsd:string ; |
... | @@ -438,7 +439,7 @@ ep-well:lithologyDescription | ... | @@ -438,7 +439,7 @@ ep-well:lithologyDescription |
438 | rdfs:label "lithology description"^^xsd:string . | 439 | rdfs:label "lithology description"^^xsd:string . |
439 | 440 | ||
440 | ep-well:measuredDepth | 441 | ep-well:measuredDepth |
441 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 442 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
442 | rdfs:comment "class_of_indirect_property that is the measured depth of a spatial part of a wellbore"^^xsd:string ; | 443 | rdfs:comment "class_of_indirect_property that is the measured depth of a spatial part of a wellbore"^^xsd:string ; |
443 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 444 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
444 | rdfs:label "measured depth"^^xsd:string ; | 445 | rdfs:label "measured depth"^^xsd:string ; |
... | @@ -447,35 +448,35 @@ ep-well:measuredDepth | ... | @@ -447,35 +448,35 @@ ep-well:measuredDepth |
447 | "http://posccaesar.org/rdl/RDS1724710171"^^xsd:string . | 448 | "http://posccaesar.org/rdl/RDS1724710171"^^xsd:string . |
448 | 449 | ||
449 | ep-well:measuredDepthOfPlugTop | 450 | ep-well:measuredDepthOfPlugTop |
450 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 451 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
451 | rdfs:comment "class_of_indirect_property that is the measured depth of the plug top of a wellbore"^^xsd:string ; | 452 | rdfs:comment "class_of_indirect_property that is the measured depth of the plug top of a wellbore"^^xsd:string ; |
452 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 453 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
453 | rdfs:label "measured depth of plug top"^^xsd:string ; | 454 | rdfs:label "measured depth of plug top"^^xsd:string ; |
454 | rdfs:range ep-core:Length . | 455 | rdfs:range ep-core:Length . |
455 | 456 | ||
456 | ep-well:measuredDepthToTheBottomOfAPartOfAWellBore | 457 | ep-well:measuredDepthToTheBottomOfAPartOfAWellBore |
457 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 458 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
458 | rdfs:comment "class_of_indirect_property that is the measured depth to the bottom of a spatial part of a wellbore"^^xsd:string ; | 459 | rdfs:comment "class_of_indirect_property that is the measured depth to the bottom of a spatial part of a wellbore"^^xsd:string ; |
459 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 460 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
460 | rdfs:label "measured depth to the bottom of a part of a wellbore"^^xsd:string ; | 461 | rdfs:label "measured depth to the bottom of a part of a wellbore"^^xsd:string ; |
461 | rdfs:range ep-core:Length . | 462 | rdfs:range ep-core:Length . |
462 | 463 | ||
463 | ep-well:measuredDepthToTheTopOfAPartOfAWellBore | 464 | ep-well:measuredDepthToTheTopOfAPartOfAWellBore |
464 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 465 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
465 | rdfs:comment "class_of_indirect_property that is the measured depth to the top of a spatial part of a wellbore"^^xsd:string ; | 466 | rdfs:comment "class_of_indirect_property that is the measured depth to the top of a spatial part of a wellbore"^^xsd:string ; |
466 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 467 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
467 | rdfs:label "measured depth to the top of a part of a wellbore"^^xsd:string ; | 468 | rdfs:label "measured depth to the top of a part of a wellbore"^^xsd:string ; |
468 | rdfs:range ep-core:Length . | 469 | rdfs:range ep-core:Length . |
469 | 470 | ||
470 | ep-well:nominalInsideDiameterOfBoreHole | 471 | ep-well:nominalInsideDiameterOfBoreHole |
471 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 472 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
472 | rdfs:comment "class_of_indirect_property that is the nominal diameter of a wellbore"^^xsd:string ; | 473 | rdfs:comment "class_of_indirect_property that is the nominal diameter of a wellbore"^^xsd:string ; |
473 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 474 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
474 | rdfs:label "nominal inside diameter of borehole"^^xsd:string ; | 475 | rdfs:label "nominal inside diameter of borehole"^^xsd:string ; |
475 | rdfs:range ep-core:Length . | 476 | rdfs:range ep-core:Length . |
476 | 477 | ||
477 | ep-well:plannedBottomHoleMeasuredDepth | 478 | ep-well:plannedBottomHoleMeasuredDepth |
478 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 479 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
479 | rdfs:comment "class_of_indirect_property that is the planned measured depth to the bottom of a wellbore at the end of a temporal part of a wellbore"^^xsd:string ; | 480 | rdfs:comment "class_of_indirect_property that is the planned measured depth to the bottom of a wellbore at the end of a temporal part of a wellbore"^^xsd:string ; |
480 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 481 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
481 | rdfs:label "planned bottom hole measured depth"^^xsd:string ; | 482 | rdfs:label "planned bottom hole measured depth"^^xsd:string ; |
... | @@ -484,7 +485,7 @@ ep-well:plannedBottomHoleMeasuredDepth | ... | @@ -484,7 +485,7 @@ ep-well:plannedBottomHoleMeasuredDepth |
484 | "http://posccaesar.org/rdl/RDS1035458501"^^xsd:string . | 485 | "http://posccaesar.org/rdl/RDS1035458501"^^xsd:string . |
485 | 486 | ||
486 | ep-well:plannedPilotBottomHoleMeasuredDepth | 487 | ep-well:plannedPilotBottomHoleMeasuredDepth |
487 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 488 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
488 | rdfs:comment "class_of_indirect_property that is the planned measured depth to the bottom of the pilot hole of a wellbore at the end of a temporal part of a wellbore"^^xsd:string ; | 489 | rdfs:comment "class_of_indirect_property that is the planned measured depth to the bottom of the pilot hole of a wellbore at the end of a temporal part of a wellbore"^^xsd:string ; |
489 | rdfs:domain ep-well:WellBorePilotHole ; | 490 | rdfs:domain ep-well:WellBorePilotHole ; |
490 | rdfs:label "planned pilot bottom hole measured depth"^^xsd:string ; | 491 | rdfs:label "planned pilot bottom hole measured depth"^^xsd:string ; |
... | @@ -493,35 +494,35 @@ ep-well:plannedPilotBottomHoleMeasuredDepth | ... | @@ -493,35 +494,35 @@ ep-well:plannedPilotBottomHoleMeasuredDepth |
493 | "http://posccaesar.org/rdl/RDS17851115"^^xsd:string . | 494 | "http://posccaesar.org/rdl/RDS17851115"^^xsd:string . |
494 | 495 | ||
495 | ep-well:plannedPilotBottomHoleTrueVerticalDepth | 496 | ep-well:plannedPilotBottomHoleTrueVerticalDepth |
496 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 497 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
497 | rdfs:comment "class_of_indirect_property that is the planned true vertical depth of the bottom of the pilot hole of a wellbore at the end of a temporal part of a wellbore"^^xsd:string ; | 498 | rdfs:comment "class_of_indirect_property that is the planned true vertical depth of the bottom of the pilot hole of a wellbore at the end of a temporal part of a wellbore"^^xsd:string ; |
498 | rdfs:domain ep-well:WellBorePilotHole ; | 499 | rdfs:domain ep-well:WellBorePilotHole ; |
499 | rdfs:label "planned pilot bottom hole true vertical depth"^^xsd:string ; | 500 | rdfs:label "planned pilot bottom hole true vertical depth"^^xsd:string ; |
500 | rdfs:range ep-core:Length . | 501 | rdfs:range ep-core:Length . |
501 | 502 | ||
502 | ep-well:porePressure | 503 | ep-well:porePressure |
503 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 504 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
504 | rdfs:comment "class_of_indirect_property that is the pore pressure at a spatial part of a wellbore"^^xsd:string ; | 505 | rdfs:comment "class_of_indirect_property that is the pore pressure at a spatial part of a wellbore"^^xsd:string ; |
505 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 506 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
506 | rdfs:label "pore pressure"^^xsd:string ; | 507 | rdfs:label "pore pressure"^^xsd:string ; |
507 | rdfs:range ep-core:Pressure . | 508 | rdfs:range ep-core:Pressure . |
508 | 509 | ||
509 | ep-well:porePressureEquivalentMudDensity | 510 | ep-well:porePressureEquivalentMudDensity |
510 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 511 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
511 | rdfs:comment "class_of_indirect_property that is the equipvalent mud density to the pore pressure at a spatial part of a wellbore"^^xsd:string ; | 512 | rdfs:comment "class_of_indirect_property that is the equipvalent mud density to the pore pressure at a spatial part of a wellbore"^^xsd:string ; |
512 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 513 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
513 | rdfs:label "pore pressure - equivalent mud density"^^xsd:string ; | 514 | rdfs:label "pore pressure - equivalent mud density"^^xsd:string ; |
514 | rdfs:range ep-core:Density . | 515 | rdfs:range ep-core:Density . |
515 | 516 | ||
516 | ep-well:ratioOfCementMixToWater | 517 | ep-well:ratioOfCementMixToWater |
517 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 518 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
518 | rdfs:comment "class_of_indirect_property that is the volumetric ratio of cement mix to water for a cementing fluid"^^xsd:string ; | 519 | rdfs:comment "class_of_indirect_property that is the volumetric ratio of cement mix to water for a cementing fluid"^^xsd:string ; |
519 | rdfs:domain ep-well:CementingFluid ; | 520 | rdfs:domain ep-well:CementingFluid ; |
520 | rdfs:label "ratio of cement mix to water"^^xsd:string ; | 521 | rdfs:label "ratio of cement mix to water"^^xsd:string ; |
521 | rdfs:range ep-core:VolumePerUnitVolumeConcentration . | 522 | rdfs:range ep-core:VolumePerUnitVolumeConcentration . |
522 | 523 | ||
523 | ep-well:relativeAmountOfCoreRecovered | 524 | ep-well:relativeAmountOfCoreRecovered |
524 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 525 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
525 | rdfs:comment "class_of_indirect_property that is the relative amount of core recovered by volume"^^xsd:string ; | 526 | rdfs:comment "class_of_indirect_property that is the relative amount of core recovered by volume"^^xsd:string ; |
526 | rdfs:domain ep-well:RecoveredCore ; | 527 | rdfs:domain ep-well:RecoveredCore ; |
527 | rdfs:label "relative amount of core recovered"^^xsd:string ; | 528 | rdfs:label "relative amount of core recovered"^^xsd:string ; |
... | @@ -534,7 +535,7 @@ ep-well:showDescription | ... | @@ -534,7 +535,7 @@ ep-well:showDescription |
534 | rdfs:label "show description"^^xsd:string . | 535 | rdfs:label "show description"^^xsd:string . |
535 | 536 | ||
536 | ep-well:shutInCasingPressure | 537 | ep-well:shutInCasingPressure |
537 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 538 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
538 | rdfs:comment "class_of_indirect_property that is the shut in casing pressure for a wellbore"^^xsd:string ; | 539 | rdfs:comment "class_of_indirect_property that is the shut in casing pressure for a wellbore"^^xsd:string ; |
539 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 540 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
540 | rdfs:label "shut in casing pressure"^^xsd:string ; | 541 | rdfs:label "shut in casing pressure"^^xsd:string ; |
... | @@ -543,7 +544,7 @@ ep-well:shutInCasingPressure | ... | @@ -543,7 +544,7 @@ ep-well:shutInCasingPressure |
543 | "http://posccaesar.org/rdl/RDS17788782"^^xsd:string . | 544 | "http://posccaesar.org/rdl/RDS17788782"^^xsd:string . |
544 | 545 | ||
545 | ep-well:shutInDrillPipePressure | 546 | ep-well:shutInDrillPipePressure |
546 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 547 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
547 | rdfs:comment "class_of_indirect_property that is the shut in drill pipe pressure for a wellbore"^^xsd:string ; | 548 | rdfs:comment "class_of_indirect_property that is the shut in drill pipe pressure for a wellbore"^^xsd:string ; |
548 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 549 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
549 | rdfs:label "shut in drill pipe pressure"^^xsd:string ; | 550 | rdfs:label "shut in drill pipe pressure"^^xsd:string ; |
... | @@ -558,47 +559,47 @@ ep-well:stratigraphyDescription | ... | @@ -558,47 +559,47 @@ ep-well:stratigraphyDescription |
558 | rdfs:label "stratigraphy description"^^xsd:string . | 559 | rdfs:label "stratigraphy description"^^xsd:string . |
559 | 560 | ||
560 | ep-well:strengthOfRockFormation | 561 | ep-well:strengthOfRockFormation |
561 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 562 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
562 | rdfs:comment "class_of_indirect_property that is the strength of a surrounding rock formation"^^xsd:string ; | 563 | rdfs:comment "class_of_indirect_property that is the strength of a surrounding rock formation"^^xsd:string ; |
563 | rdfs:domain ep-well:SurroundingRockFormation ; | 564 | rdfs:domain ep-well:SurroundingRockFormation ; |
564 | rdfs:label "strength of rock formation"^^xsd:string ; | 565 | rdfs:label "strength of rock formation"^^xsd:string ; |
565 | rdfs:range ep-core:StrengthOfRockFormation . | 566 | rdfs:range ep-core:StrengthOfRockFormation . |
566 | 567 | ||
567 | ep-well:trueVerticalDepth | 568 | ep-well:trueVerticalDepth |
568 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 569 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
569 | rdfs:comment "class_of_indirect_property that is the true vertical depth to a spatial part of a wellbore"^^xsd:string ; | 570 | rdfs:comment "class_of_indirect_property that is the true vertical depth to a spatial part of a wellbore"^^xsd:string ; |
570 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 571 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
571 | rdfs:label "true vertical depth"^^xsd:string ; | 572 | rdfs:label "true vertical depth"^^xsd:string ; |
572 | rdfs:range ep-core:Length . | 573 | rdfs:range ep-core:Length . |
573 | 574 | ||
574 | ep-well:trueVerticalDepthToTheBottomOfAPartOfAWellBore | 575 | ep-well:trueVerticalDepthToTheBottomOfAPartOfAWellBore |
575 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 576 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
576 | rdfs:comment "class_of_indirect_property that is the true vertical depth of the bottom of a spatial part of a wellbore"^^xsd:string ; | 577 | rdfs:comment "class_of_indirect_property that is the true vertical depth of the bottom of a spatial part of a wellbore"^^xsd:string ; |
577 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 578 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
578 | rdfs:label "true vertical depth to the bottom of a part of a wellbore"^^xsd:string ; | 579 | rdfs:label "true vertical depth to the bottom of a part of a wellbore"^^xsd:string ; |
579 | rdfs:range ep-core:Length . | 580 | rdfs:range ep-core:Length . |
580 | 581 | ||
581 | ep-well:trueVerticalDepthToTheTopOfAPartOfAWellBore | 582 | ep-well:trueVerticalDepthToTheTopOfAPartOfAWellBore |
582 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 583 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
583 | rdfs:comment "class_of_indirect_property that is the true vertical depth of the top of a spatial part of a wellbore"^^xsd:string ; | 584 | rdfs:comment "class_of_indirect_property that is the true vertical depth of the top of a spatial part of a wellbore"^^xsd:string ; |
584 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 585 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
585 | rdfs:label "true vertical depth to the top of a part of a wellbore"^^xsd:string ; | 586 | rdfs:label "true vertical depth to the top of a part of a wellbore"^^xsd:string ; |
586 | rdfs:range ep-core:Length . | 587 | rdfs:range ep-core:Length . |
587 | 588 | ||
588 | ep-well:wellBoreCompletedAt | 589 | ep-well:wellBoreCompletedAt |
589 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 590 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
590 | rdfs:comment "UTC representation of the time at which a wellbore was completed"^^xsd:string ; | 591 | rdfs:comment "UTC representation of the time at which a wellbore was completed"^^xsd:string ; |
591 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 592 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
592 | rdfs:label "wellbore completed at"^^xsd:string . | 593 | rdfs:label "wellbore completed at"^^xsd:string . |
593 | 594 | ||
594 | ep-well:wellBorePreSpudAt | 595 | ep-well:wellBorePreSpudAt |
595 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 596 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
596 | rdfs:comment "UTC representation of the time at of the pre-spud for a wellbore"^^xsd:string ; | 597 | rdfs:comment "UTC representation of the time at of the pre-spud for a wellbore"^^xsd:string ; |
597 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 598 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
598 | rdfs:label "wellbore pre-spud at"^^xsd:string . | 599 | rdfs:label "wellbore pre-spud at"^^xsd:string . |
599 | 600 | ||
600 | ep-well:wellBoreSpudAt | 601 | ep-well:wellBoreSpudAt |
601 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 602 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
602 | rdfs:comment "UTC representation of the time of spud of a wellbore"^^xsd:string ; | 603 | rdfs:comment "UTC representation of the time of spud of a wellbore"^^xsd:string ; |
603 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 604 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
604 | rdfs:label "wellbore spud at"^^xsd:string . | 605 | rdfs:label "wellbore spud at"^^xsd:string . | ... | ... |
-
Please register or login to post a comment