David Price

added defns for activity with none

...@@ -18,11 +18,12 @@ ...@@ -18,11 +18,12 @@
18 18
19 <http://www.reportinghub.no/ep/schema/1.0/activity> 19 <http://www.reportinghub.no/ep/schema/1.0/activity>
20 rdf:type owl:Ontology ; 20 rdf:type owl:Ontology ;
21 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; 21 + owl:imports <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/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> ;
22 owl:versionInfo "0.1.0"^^xsd:string . 22 owl:versionInfo "0.1.0"^^xsd:string .
23 23
24 ep-activity:Activity 24 ep-activity:Activity
25 rdf:type owl:Class ; 25 rdf:type owl:Class ;
26 + rdfs:comment "An [activity] is a [possible_individual] that brings about change by causing the [event] that marks the [beginning], or the [event] that marks the [ending] of a [possible_individual]. An activity consists of the temporal parts of those members of [possible_individual] that participate in the activity. The participating temporal parts will be classified by the [participating_role_and_domain] that indicates the role of the temporal part in the [activity]."^^xsd:string ;
26 rdfs:label "Activity"^^xsd:string ; 27 rdfs:label "Activity"^^xsd:string ;
27 rdfs:subClassOf ep-core:PhysicalThing ; 28 rdfs:subClassOf ep-core:PhysicalThing ;
28 rdfs:subClassOf 29 rdfs:subClassOf
...@@ -48,62 +49,65 @@ ep-activity:Activity ...@@ -48,62 +49,65 @@ ep-activity:Activity
48 rdfs:subClassOf 49 rdfs:subClassOf
49 [ rdf:type owl:Restriction ; 50 [ rdf:type owl:Restriction ;
50 owl:allValuesFrom ep-activity:Activity ; 51 owl:allValuesFrom ep-activity:Activity ;
51 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps> 52 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#during>
52 ] ; 53 ] ;
53 rdfs:subClassOf 54 rdfs:subClassOf
54 [ rdf:type owl:Restriction ; 55 [ rdf:type owl:Restriction ;
55 owl:allValuesFrom ep-activity:Activity ; 56 owl:allValuesFrom ep-activity:Activity ;
56 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#during> 57 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps>
57 ] . 58 ] .
58 59
59 ep-activity:ActivitySuccessType 60 ep-activity:ActivitySuccessType
60 rdf:type rdfs:Class ; 61 rdf:type rdfs:Class ;
62 + rdfs:comment "class of activity on the basis of its success or failure"^^xsd:string ;
61 rdfs:label "activity success type"^^xsd:string ; 63 rdfs:label "activity success type"^^xsd:string ;
62 rdfs:subClassOf owl:Class . 64 rdfs:subClassOf owl:Class .
63 65
64 ep-activity:DailyDrillingActivity 66 ep-activity:DailyDrillingActivity
65 rdf:type owl:Class ; 67 rdf:type owl:Class ;
68 + rdfs:comment "drilling activity that consists of all that is done in order to drill a well during one day"^^xsd:string ;
66 rdfs:label "daily drilling activity"^^xsd:string ; 69 rdfs:label "daily drilling activity"^^xsd:string ;
67 rdfs:subClassOf ep-activity:DrillingActivity ; 70 rdfs:subClassOf ep-activity:DrillingActivity ;
68 rdfs:subClassOf 71 rdfs:subClassOf
69 [ rdf:type owl:Restriction ; 72 [ rdf:type owl:Restriction ;
70 - owl:allValuesFrom ep-activity:DrillingActivity ; 73 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ;
71 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 74 + owl:onProperty ep-activity:onWellBore
72 ] ; 75 ] ;
73 rdfs:subClassOf 76 rdfs:subClassOf
74 [ rdf:type owl:Restriction ; 77 [ rdf:type owl:Restriction ;
75 - owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 78 + owl:allValuesFrom ep-activity:Activity ;
76 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 79 + owl:onProperty ep-core:hasPart
77 ] ; 80 ] ;
78 rdfs:subClassOf 81 rdfs:subClassOf
79 [ rdf:type owl:Restriction ; 82 [ rdf:type owl:Restriction ;
80 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; 83 + owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
81 - owl:onProperty ep-activity:onWellBore 84 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
82 ] ; 85 ] ;
83 rdfs:subClassOf 86 rdfs:subClassOf
84 [ rdf:type owl:Restriction ; 87 [ rdf:type owl:Restriction ;
85 owl:allValuesFrom ep-activity:DrillingActivity ; 88 owl:allValuesFrom ep-activity:DrillingActivity ;
86 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#last> 89 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
87 ] ; 90 ] ;
88 rdfs:subClassOf 91 rdfs:subClassOf
89 [ rdf:type owl:Restriction ; 92 [ rdf:type owl:Restriction ;
90 - owl:allValuesFrom ep-activity:Activity ; 93 + owl:allValuesFrom ep-activity:DrillingActivity ;
91 - owl:onProperty ep-core:hasPart 94 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
92 ] . 95 ] .
93 96
94 ep-activity:DailyDrillingActivityToStatus 97 ep-activity:DailyDrillingActivityToStatus
95 rdf:type owl:Class ; 98 rdf:type owl:Class ;
99 + rdfs:comment "drilling activity that consists of all that is done in order to drill a well during one day up to the time that a status report is issued"^^xsd:string ;
96 rdfs:label "daily drilling activity to status"^^xsd:string ; 100 rdfs:label "daily drilling activity to status"^^xsd:string ;
97 rdfs:subClassOf ep-activity:DrillingActivity ; 101 rdfs:subClassOf ep-activity:DrillingActivity ;
98 rdfs:subClassOf 102 rdfs:subClassOf
99 [ rdf:type owl:Restriction ; 103 [ rdf:type owl:Restriction ;
100 - owl:allValuesFrom ep-activity:Activity ; 104 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ;
101 - owl:onProperty ep-core:hasPart 105 + owl:onProperty ep-activity:onWellBore
102 ] ; 106 ] ;
103 rdfs:subClassOf 107 rdfs:subClassOf
104 [ rdf:type owl:Restriction ; 108 [ rdf:type owl:Restriction ;
105 - owl:allValuesFrom ep-activity:DrillingActivity ; 109 + owl:allValuesFrom ep-activity:Activity ;
106 - owl:onProperty <http://www.linkedmodel.org/schema/ordered#first> 110 + owl:onProperty ep-core:hasPart
107 ] ; 111 ] ;
108 rdfs:subClassOf 112 rdfs:subClassOf
109 [ rdf:type owl:Restriction ; 113 [ rdf:type owl:Restriction ;
...@@ -112,8 +116,8 @@ ep-activity:DailyDrillingActivityToStatus ...@@ -112,8 +116,8 @@ ep-activity:DailyDrillingActivityToStatus
112 ] ; 116 ] ;
113 rdfs:subClassOf 117 rdfs:subClassOf
114 [ rdf:type owl:Restriction ; 118 [ rdf:type owl:Restriction ;
115 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ; 119 + owl:allValuesFrom ep-activity:DrillingActivity ;
116 - owl:onProperty ep-activity:onWellBore 120 + owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
117 ] ; 121 ] ;
118 rdfs:subClassOf 122 rdfs:subClassOf
119 [ rdf:type owl:Restriction ; 123 [ rdf:type owl:Restriction ;
...@@ -159,6 +163,7 @@ ep-activity:Drill-sidetrack ...@@ -159,6 +163,7 @@ ep-activity:Drill-sidetrack
159 163
160 ep-activity:DrillStemTest 164 ep-activity:DrillStemTest
161 rdf:type ep-activity:WellTestType , owl:Class ; 165 rdf:type ep-activity:WellTestType , owl:Class ;
166 + rdfs:comment "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 ;
162 rdfs:label "drill stem test"^^xsd:string ; 167 rdfs:label "drill stem test"^^xsd:string ;
163 rdfs:subClassOf ep-activity:WellTest ; 168 rdfs:subClassOf ep-activity:WellTest ;
164 dc:description "A test to determine the productive capacity, pressure, permeability or extent (or a combination of these) of a hydrocarbon reservoir, with the drillstring still in the hole."^^xsd:string ; 169 dc:description "A test to determine the productive capacity, pressure, permeability or extent (or a combination of these) of a hydrocarbon reservoir, with the drillstring still in the hole."^^xsd:string ;
...@@ -166,107 +171,128 @@ ep-activity:DrillStemTest ...@@ -166,107 +171,128 @@ ep-activity:DrillStemTest
166 171
167 ep-activity:DrillingActivity 172 ep-activity:DrillingActivity
168 rdf:type owl:Class ; 173 rdf:type owl:Class ;
174 + rdfs:comment "activity that is carried out in order to drill a well"^^xsd:string ;
169 rdfs:label "Drilling activity"^^xsd:string ; 175 rdfs:label "Drilling activity"^^xsd:string ;
170 rdfs:subClassOf ep-activity:Activity . 176 rdfs:subClassOf ep-activity:Activity .
171 177
172 ep-activity:DrillingActivity-bop_test 178 ep-activity:DrillingActivity-bop_test
173 rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 179 rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
180 + rdfs:comment "drilling activity that is a test of a BOP (Blow-Out Preventer) and related well control equipment and systems"^^xsd:string ;
174 rdfs:label "drilling activity - BOP test"^^xsd:string ; 181 rdfs:label "drilling activity - BOP test"^^xsd:string ;
175 rdfs:subClassOf ep-activity:DrillingActivity . 182 rdfs:subClassOf ep-activity:DrillingActivity .
176 183
177 ep-activity:DrillingActivity-circulation_loss 184 ep-activity:DrillingActivity-circulation_loss
178 rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 185 rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
186 + rdfs:comment "drilling activity that fails because of the loss of circulation fluid to the surrounding rock formation"^^xsd:string ;
179 rdfs:label "drilling activity - circulation loss"^^xsd:string ; 187 rdfs:label "drilling activity - circulation loss"^^xsd:string ;
180 rdfs:subClassOf ep-activity:DrillingActivity . 188 rdfs:subClassOf ep-activity:DrillingActivity .
181 189
182 ep-activity:DrillingActivity-coiled_tubing 190 ep-activity:DrillingActivity-coiled_tubing
183 rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 191 rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
192 + 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 ;
184 rdfs:label "drilling activity - coiled tubing"^^xsd:string ; 193 rdfs:label "drilling activity - coiled tubing"^^xsd:string ;
185 rdfs:subClassOf ep-activity:DrillingActivity . 194 rdfs:subClassOf ep-activity:DrillingActivity .
186 195
187 ep-activity:DrillingActivity-equipment_failure 196 ep-activity:DrillingActivity-equipment_failure
188 rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 197 rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
198 + rdfs:comment "drilling activity that fails because of an equipment failure"^^xsd:string ;
189 rdfs:label "drilling activity - equipment failure"^^xsd:string ; 199 rdfs:label "drilling activity - equipment failure"^^xsd:string ;
190 rdfs:subClassOf ep-activity:DrillingActivity . 200 rdfs:subClassOf ep-activity:DrillingActivity .
191 201
192 ep-activity:DrillingActivity-equipment_hang 202 ep-activity:DrillingActivity-equipment_hang
193 rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 203 rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
204 + rdfs:comment "drilling activity that fails because of an equipment hang"^^xsd:string ;
194 rdfs:label "drilling activity - equipment hang"^^xsd:string ; 205 rdfs:label "drilling activity - equipment hang"^^xsd:string ;
195 rdfs:subClassOf ep-activity:DrillingActivity . 206 rdfs:subClassOf ep-activity:DrillingActivity .
196 207
197 ep-activity:DrillingActivity-fixed_equipment 208 ep-activity:DrillingActivity-fixed_equipment
198 rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 209 rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
210 + 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 ;
199 rdfs:label "drilling activity - fixed equipment"^^xsd:string ; 211 rdfs:label "drilling activity - fixed equipment"^^xsd:string ;
200 rdfs:subClassOf ep-activity:DrillingActivity . 212 rdfs:subClassOf ep-activity:DrillingActivity .
201 213
202 ep-activity:DrillingActivity-injury 214 ep-activity:DrillingActivity-injury
203 rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 215 rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
216 + rdfs:comment "drilling activity that fails because of an injury"^^xsd:string ;
204 rdfs:label "drilling activity- injury"^^xsd:string ; 217 rdfs:label "drilling activity- injury"^^xsd:string ;
205 rdfs:subClassOf ep-activity:DrillingActivity . 218 rdfs:subClassOf ep-activity:DrillingActivity .
206 219
207 ep-activity:DrillingActivity-kick 220 ep-activity:DrillingActivity-kick
208 rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 221 rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
222 + rdfs:comment "drilling activity that fails because of fluid within the surrounding rock formation invading the wellbore"^^xsd:string ;
209 rdfs:label "drilling activity - operation kick"^^xsd:string ; 223 rdfs:label "drilling activity - operation kick"^^xsd:string ;
210 rdfs:subClassOf ep-activity:DrillingActivity . 224 rdfs:subClassOf ep-activity:DrillingActivity .
211 225
212 ep-activity:DrillingActivity-mud_loss 226 ep-activity:DrillingActivity-mud_loss
213 rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 227 rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
228 + rdfs:comment "drilling activity that fails because circulation is prevented by plugging or a failure of equipment"^^xsd:string ;
214 rdfs:label "drilling activity - mud loss"^^xsd:string ; 229 rdfs:label "drilling activity - mud loss"^^xsd:string ;
215 rdfs:subClassOf ep-activity:DrillingActivity . 230 rdfs:subClassOf ep-activity:DrillingActivity .
216 231
217 ep-activity:DrillingActivity-operation_failed 232 ep-activity:DrillingActivity-operation_failed
218 rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 233 rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
234 + rdfs:comment "drilling activity that fails"^^xsd:string ;
219 rdfs:label "drilling activity - operation failed"^^xsd:string ; 235 rdfs:label "drilling activity - operation failed"^^xsd:string ;
220 rdfs:subClassOf ep-activity:DrillingActivity . 236 rdfs:subClassOf ep-activity:DrillingActivity .
221 237
222 ep-activity:DrillingActivity-snubbing 238 ep-activity:DrillingActivity-snubbing
223 rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 239 rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
240 + rdfs:comment "drilling activity that is snubbing and that is performed by equipment not permanently installed on the platform"^^xsd:string ;
224 rdfs:label "drilling activity - snubbing"^^xsd:string ; 241 rdfs:label "drilling activity - snubbing"^^xsd:string ;
225 rdfs:subClassOf ep-activity:DrillingActivity . 242 rdfs:subClassOf ep-activity:DrillingActivity .
226 243
227 ep-activity:DrillingActivity-stuck_equipment 244 ep-activity:DrillingActivity-stuck_equipment
228 rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 245 rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
246 + rdfs:comment "drilling activity that fails because of equipment stuck in a wellbore"^^xsd:string ;
229 rdfs:label "drilling activity - stuck equipment"^^xsd:string ; 247 rdfs:label "drilling activity - stuck equipment"^^xsd:string ;
230 rdfs:subClassOf ep-activity:DrillingActivity . 248 rdfs:subClassOf ep-activity:DrillingActivity .
231 249
232 ep-activity:DrillingActivity-success 250 ep-activity:DrillingActivity-success
233 rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 251 rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
252 + rdfs:comment "drilling activity that succeeds"^^xsd:string ;
234 rdfs:label "drilling activity - success"^^xsd:string ; 253 rdfs:label "drilling activity - success"^^xsd:string ;
235 rdfs:subClassOf ep-activity:DrillingActivity . 254 rdfs:subClassOf ep-activity:DrillingActivity .
236 255
237 ep-activity:DrillingActivity-wire_line 256 ep-activity:DrillingActivity-wire_line
238 rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 257 rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
258 + 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 ;
239 rdfs:label "drilling activity - wireline"^^xsd:string ; 259 rdfs:label "drilling activity - wireline"^^xsd:string ;
240 rdfs:subClassOf ep-activity:DrillingActivity . 260 rdfs:subClassOf ep-activity:DrillingActivity .
241 261
242 ep-activity:DrillingActivityOutcomeType 262 ep-activity:DrillingActivityOutcomeType
243 rdf:type rdfs:Class ; 263 rdf:type rdfs:Class ;
264 + rdfs:comment "class of drilling activity on the basis of its success or reason for failure"^^xsd:string ;
244 rdfs:label "drilling activity outcome type"^^xsd:string ; 265 rdfs:label "drilling activity outcome type"^^xsd:string ;
245 rdfs:subClassOf owl:Class . 266 rdfs:subClassOf owl:Class .
246 267
247 ep-activity:DrillingActivityTypeAccordingToEquipmentType 268 ep-activity:DrillingActivityTypeAccordingToEquipmentType
248 rdf:type rdfs:Class ; 269 rdf:type rdfs:Class ;
270 + rdfs:comment "class of drilling activity on the basis of the equipment type used"^^xsd:string ;
249 rdfs:label "drilling activity type according to equipment type"^^xsd:string ; 271 rdfs:label "drilling activity type according to equipment type"^^xsd:string ;
250 rdfs:subClassOf owl:Class . 272 rdfs:subClassOf owl:Class .
251 273
252 ep-activity:EquipmentFailureAndRepair 274 ep-activity:EquipmentFailureAndRepair
253 rdf:type owl:Class ; 275 rdf:type owl:Class ;
276 + rdfs:comment "activity that is the failure and subsequent repair of an equipment item"^^xsd:string ;
254 rdfs:label "equipment failure and repair"^^xsd:string ; 277 rdfs:label "equipment failure and repair"^^xsd:string ;
255 rdfs:subClassOf ep-activity:Activity . 278 rdfs:subClassOf ep-activity:Activity .
256 279
257 ep-activity:ExtractAWellCore 280 ep-activity:ExtractAWellCore
258 rdf:type owl:Class ; 281 rdf:type owl:Class ;
282 + rdfs:comment "activity that is intended to extract a well core"^^xsd:string ;
259 rdfs:label "extract a well core"^^xsd:string ; 283 rdfs:label "extract a well core"^^xsd:string ;
260 rdfs:subClassOf ep-activity:WellOperation . 284 rdfs:subClassOf ep-activity:WellOperation .
261 285
262 ep-activity:FailedActivity 286 ep-activity:FailedActivity
263 rdf:type ep-activity:ActivitySuccessType , owl:Class ; 287 rdf:type ep-activity:ActivitySuccessType , owl:Class ;
288 + rdfs:comment "activity that fails"^^xsd:string ;
264 rdfs:label "failed activity"^^xsd:string ; 289 rdfs:label "failed activity"^^xsd:string ;
265 rdfs:subClassOf ep-activity:Activity ; 290 rdfs:subClassOf ep-activity:Activity ;
266 owl:disjointWith ep-activity:SuccessfulActivity . 291 owl:disjointWith ep-activity:SuccessfulActivity .
267 292
268 ep-activity:FluidReading 293 ep-activity:FluidReading
269 rdf:type owl:Class ; 294 rdf:type owl:Class ;
295 + rdfs:comment "activity that is intended to measure properties of a drilling fluid"^^xsd:string ;
270 rdfs:label "fluid reading"^^xsd:string ; 296 rdfs:label "fluid reading"^^xsd:string ;
271 rdfs:subClassOf ep-activity:Activity . 297 rdfs:subClassOf ep-activity:Activity .
272 298
...@@ -278,65 +304,76 @@ ep-activity:FormationIntegrityTest ...@@ -278,65 +304,76 @@ ep-activity:FormationIntegrityTest
278 304
279 ep-activity:GasReading 305 ep-activity:GasReading
280 rdf:type owl:Class ; 306 rdf:type owl:Class ;
307 + rdfs:comment "activity that is intended to measure properties of a drilling gas"^^xsd:string ;
281 rdfs:label "gas reading"^^xsd:string ; 308 rdfs:label "gas reading"^^xsd:string ;
282 rdfs:subClassOf ep-activity:Activity . 309 rdfs:subClassOf ep-activity:Activity .
283 310
284 ep-activity:GasReading-circulating_background_gas 311 ep-activity:GasReading-circulating_background_gas
285 rdf:type ep-activity:GasReadingType , owl:Class ; 312 rdf:type ep-activity:GasReadingType , owl:Class ;
313 + rdfs:comment "gas reading that is of the circulating background gas"^^xsd:string ;
286 rdfs:label "gas reading circulating background gas"^^xsd:string ; 314 rdfs:label "gas reading circulating background gas"^^xsd:string ;
287 rdfs:subClassOf ep-activity:GasReading ; 315 rdfs:subClassOf ep-activity:GasReading ;
288 - owl:disjointWith ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-trip_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-other , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-no_readings . 316 + owl:disjointWith ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas .
289 317
290 ep-activity:GasReading-connection_gas 318 ep-activity:GasReading-connection_gas
291 rdf:type ep-activity:GasReadingType , owl:Class ; 319 rdf:type ep-activity:GasReadingType , owl:Class ;
320 + rdfs:comment "gas reading that is of the connection gas"^^xsd:string ;
292 rdfs:label "gas reading connection gas"^^xsd:string ; 321 rdfs:label "gas reading connection gas"^^xsd:string ;
293 rdfs:subClassOf ep-activity:GasReading ; 322 rdfs:subClassOf ep-activity:GasReading ;
294 - owl:disjointWith ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-other , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-no_readings . 323 + owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas .
295 324
296 ep-activity:GasReading-drilling_background_gas 325 ep-activity:GasReading-drilling_background_gas
297 rdf:type ep-activity:GasReadingType , owl:Class ; 326 rdf:type ep-activity:GasReadingType , owl:Class ;
327 + rdfs:comment "gas reading that is of the drilling background gas"^^xsd:string ;
298 rdfs:label "gas reading drilling background gas"^^xsd:string ; 328 rdfs:label "gas reading drilling background gas"^^xsd:string ;
299 rdfs:subClassOf ep-activity:GasReading ; 329 rdfs:subClassOf ep-activity:GasReading ;
300 - owl:disjointWith ep-activity:GasReading-other , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings . 330 + owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas .
301 331
302 ep-activity:GasReading-drilling_gas_peak 332 ep-activity:GasReading-drilling_gas_peak
303 rdf:type ep-activity:GasReadingType , owl:Class ; 333 rdf:type ep-activity:GasReadingType , owl:Class ;
334 + rdfs:comment "gas reading that is of the drilling gas peak"^^xsd:string ;
304 rdfs:label "gas reading drilling gas peak"^^xsd:string ; 335 rdfs:label "gas reading drilling gas peak"^^xsd:string ;
305 rdfs:subClassOf ep-activity:GasReading ; 336 rdfs:subClassOf ep-activity:GasReading ;
306 - owl:disjointWith ep-activity:GasReading-other , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-trip_gas , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-shut_down_gas . 337 + owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas .
307 338
308 ep-activity:GasReading-flow_check_gas 339 ep-activity:GasReading-flow_check_gas
309 - rdf:type owl:Class , ep-activity:GasReadingType ; 340 + rdf:type ep-activity:GasReadingType , owl:Class ;
341 + rdfs:comment "gas reading that is of the flow check gas"^^xsd:string ;
310 rdfs:label "gas reading flow check gas"^^xsd:string ; 342 rdfs:label "gas reading flow check gas"^^xsd:string ;
311 rdfs:subClassOf ep-activity:GasReading ; 343 rdfs:subClassOf ep-activity:GasReading ;
312 - owl:disjointWith ep-activity:GasReading-no_readings , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-other , ep-activity:GasReading-circulating_background_gas . 344 + owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas .
313 345
314 ep-activity:GasReading-no_readings 346 ep-activity:GasReading-no_readings
315 rdf:type ep-activity:GasReadingType , owl:Class ; 347 rdf:type ep-activity:GasReadingType , owl:Class ;
348 + rdfs:comment "gas reading that fails to obtain any data"^^xsd:string ;
316 rdfs:label "gas reading no readings"^^xsd:string ; 349 rdfs:label "gas reading no readings"^^xsd:string ;
317 rdfs:subClassOf ep-activity:GasReading ; 350 rdfs:subClassOf ep-activity:GasReading ;
318 - owl:disjointWith ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-other , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_gas_peak . 351 + owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas .
319 352
320 ep-activity:GasReading-other 353 ep-activity:GasReading-other
321 rdf:type ep-activity:GasReadingType , owl:Class ; 354 rdf:type ep-activity:GasReadingType , owl:Class ;
355 + rdfs:comment "gas reading that is of a type not enumerated within the DDR XML schema"^^xsd:string ;
322 rdfs:label "gas reading other"^^xsd:string ; 356 rdfs:label "gas reading other"^^xsd:string ;
323 rdfs:subClassOf ep-activity:GasReading ; 357 rdfs:subClassOf ep-activity:GasReading ;
324 - owl:disjointWith ep-activity:GasReading-connection_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-trip_gas , ep-activity:GasReading-shut_down_gas . 358 + owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-trip_gas .
325 359
326 ep-activity:GasReading-shut_down_gas 360 ep-activity:GasReading-shut_down_gas
327 rdf:type ep-activity:GasReadingType , owl:Class ; 361 rdf:type ep-activity:GasReadingType , owl:Class ;
362 + rdfs:comment "gas reading that is of shut down gas"^^xsd:string ;
328 rdfs:label "gas reading shut down gas"^^xsd:string ; 363 rdfs:label "gas reading shut down gas"^^xsd:string ;
329 rdfs:subClassOf ep-activity:GasReading ; 364 rdfs:subClassOf ep-activity:GasReading ;
330 - 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 . 365 + owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-trip_gas .
331 366
332 ep-activity:GasReading-trip_gas 367 ep-activity:GasReading-trip_gas
333 - rdf:type owl:Class , ep-activity:GasReadingType ; 368 + rdf:type ep-activity:GasReadingType , owl:Class ;
369 + rdfs:comment "gas reading that is of trip gas"^^xsd:string ;
334 rdfs:label "gas reading trip gas"^^xsd:string ; 370 rdfs:label "gas reading trip gas"^^xsd:string ;
335 rdfs:subClassOf ep-activity:GasReading ; 371 rdfs:subClassOf ep-activity:GasReading ;
336 - owl:disjointWith ep-activity:GasReading-other , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-connection_gas , ep-activity:GasReading-shut_down_gas , ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-flow_check_gas . 372 + owl:disjointWith ep-activity:GasReading-circulating_background_gas , ep-activity:GasReading-connection_gas , ep-activity:GasReading-drilling_background_gas , ep-activity:GasReading-drilling_gas_peak , ep-activity:GasReading-flow_check_gas , ep-activity:GasReading-no_readings , ep-activity:GasReading-other , ep-activity:GasReading-shut_down_gas .
337 373
338 ep-activity:GasReadingType 374 ep-activity:GasReadingType
339 rdf:type rdfs:Class ; 375 rdf:type rdfs:Class ;
376 + rdfs:comment "class of gas reading"^^xsd:string ;
340 rdfs:label "gas reading type"^^xsd:string ; 377 rdfs:label "gas reading type"^^xsd:string ;
341 rdfs:subClassOf owl:Class . 378 rdfs:subClassOf owl:Class .
342 379
...@@ -348,11 +385,13 @@ ep-activity:LeakOffTest ...@@ -348,11 +385,13 @@ ep-activity:LeakOffTest
348 385
349 ep-activity:LithologyAndShowsObservation 386 ep-activity:LithologyAndShowsObservation
350 rdf:type owl:Class ; 387 rdf:type owl:Class ;
388 + rdfs:comment "activity that is intended to observe lithology and shows"^^xsd:string ;
351 rdfs:label "lithology and shows observation"^^xsd:string ; 389 rdfs:label "lithology and shows observation"^^xsd:string ;
352 rdfs:subClassOf ep-activity:Activity . 390 rdfs:subClassOf ep-activity:Activity .
353 391
354 ep-activity:MonthlyDrillingActivity 392 ep-activity:MonthlyDrillingActivity
355 rdf:type owl:Class ; 393 rdf:type owl:Class ;
394 + rdfs:comment "drilling activity that consists of all that is done in order to drill a well during one month"^^xsd:string ;
356 rdfs:label "monthly drilling activity"^^xsd:string ; 395 rdfs:label "monthly drilling activity"^^xsd:string ;
357 rdfs:subClassOf ep-activity:DrillingActivity ; 396 rdfs:subClassOf ep-activity:DrillingActivity ;
358 rdfs:subClassOf 397 rdfs:subClassOf
...@@ -369,22 +408,24 @@ ep-activity:MonthlyProductionActivity ...@@ -369,22 +408,24 @@ ep-activity:MonthlyProductionActivity
369 408
370 ep-activity:OffshoreActivity 409 ep-activity:OffshoreActivity
371 rdf:type owl:Class ; 410 rdf:type owl:Class ;
411 + rdfs:comment "not used in the DDR"^^xsd:string ;
372 rdfs:label "Offshore activity"^^xsd:string ; 412 rdfs:label "Offshore activity"^^xsd:string ;
373 rdfs:subClassOf ep-activity:Activity . 413 rdfs:subClassOf ep-activity:Activity .
374 414
375 ep-activity:OffshoreWellActivity 415 ep-activity:OffshoreWellActivity
376 rdf:type owl:Class ; 416 rdf:type owl:Class ;
417 + rdfs:comment "not used in the DDR"^^xsd:string ;
377 rdfs:label "Offshore well activity"^^xsd:string ; 418 rdfs:label "Offshore well activity"^^xsd:string ;
378 rdfs:subClassOf ep-activity:OffshoreActivity ; 419 rdfs:subClassOf ep-activity:OffshoreActivity ;
379 rdfs:subClassOf 420 rdfs:subClassOf
380 [ rdf:type owl:Restriction ; 421 [ rdf:type owl:Restriction ;
381 owl:cardinality "1"^^xsd:nonNegativeInteger ; 422 owl:cardinality "1"^^xsd:nonNegativeInteger ;
382 - owl:onProperty ep-activity:onWell 423 + owl:onProperty ep-activity:onRig
383 ] ; 424 ] ;
384 rdfs:subClassOf 425 rdfs:subClassOf
385 [ rdf:type owl:Restriction ; 426 [ rdf:type owl:Restriction ;
386 owl:cardinality "1"^^xsd:nonNegativeInteger ; 427 owl:cardinality "1"^^xsd:nonNegativeInteger ;
387 - owl:onProperty ep-activity:onRig 428 + owl:onProperty ep-activity:onWell
388 ] ; 429 ] ;
389 rdfs:subClassOf 430 rdfs:subClassOf
390 [ rdf:type owl:Restriction ; 431 [ rdf:type owl:Restriction ;
...@@ -394,38 +435,45 @@ ep-activity:OffshoreWellActivity ...@@ -394,38 +435,45 @@ ep-activity:OffshoreWellActivity
394 435
395 ep-activity:OpenPerforationInterval 436 ep-activity:OpenPerforationInterval
396 rdf:type owl:Class ; 437 rdf:type owl:Class ;
438 + rdfs:comment "activity that is intended to open a perforation interval"^^xsd:string ;
397 rdfs:label "open perforation interval"^^xsd:string ; 439 rdfs:label "open perforation interval"^^xsd:string ;
398 rdfs:subClassOf ep-activity:Activity . 440 rdfs:subClassOf ep-activity:Activity .
399 441
400 ep-activity:PorePressureDetermination 442 ep-activity:PorePressureDetermination
401 rdf:type owl:Class ; 443 rdf:type owl:Class ;
444 + rdfs:comment "activity that is intended to determine pore pressure"^^xsd:string ;
402 rdfs:label "pore pressure determination"^^xsd:string ; 445 rdfs:label "pore pressure determination"^^xsd:string ;
403 rdfs:subClassOf ep-activity:Activity . 446 rdfs:subClassOf ep-activity:Activity .
404 447
405 ep-activity:PorePressureDeterminationType 448 ep-activity:PorePressureDeterminationType
406 rdf:type rdfs:Class ; 449 rdf:type rdfs:Class ;
450 + rdfs:comment "class of pore pressure determination on the basis of whether it is an estimation or a measurement"^^xsd:string ;
407 rdfs:label "pore pressure determination type"^^xsd:string ; 451 rdfs:label "pore pressure determination type"^^xsd:string ;
408 rdfs:subClassOf owl:Class . 452 rdfs:subClassOf owl:Class .
409 453
410 ep-activity:PorePressureEstimation 454 ep-activity:PorePressureEstimation
411 rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; 455 rdf:type ep-activity:PorePressureDeterminationType , owl:Class ;
456 + rdfs:comment "pore pressure determination that is an estimation"^^xsd:string ;
412 rdfs:label "pore pressure estimation"^^xsd:string ; 457 rdfs:label "pore pressure estimation"^^xsd:string ;
413 rdfs:subClassOf ep-activity:PorePressureDetermination ; 458 rdfs:subClassOf ep-activity:PorePressureDetermination ;
414 owl:disjointWith ep-activity:PorePressureMeasurement . 459 owl:disjointWith ep-activity:PorePressureMeasurement .
415 460
416 ep-activity:PorePressureMeasurement 461 ep-activity:PorePressureMeasurement
417 rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; 462 rdf:type ep-activity:PorePressureDeterminationType , owl:Class ;
463 + rdfs:comment "pore pressure determination that is a measurement"^^xsd:string ;
418 rdfs:label "pore pressure measurement"^^xsd:string ; 464 rdfs:label "pore pressure measurement"^^xsd:string ;
419 rdfs:subClassOf ep-activity:PorePressureDetermination ; 465 rdfs:subClassOf ep-activity:PorePressureDetermination ;
420 owl:disjointWith ep-activity:PorePressureEstimation . 466 owl:disjointWith ep-activity:PorePressureEstimation .
421 467
422 ep-activity:PreliminaryZonation 468 ep-activity:PreliminaryZonation
423 rdf:type owl:Class ; 469 rdf:type owl:Class ;
470 + rdfs:comment "activity that is intended to establish a preliminary zonation"^^xsd:string ;
424 rdfs:label "preliminary zonation"^^xsd:string ; 471 rdfs:label "preliminary zonation"^^xsd:string ;
425 rdfs:subClassOf ep-activity:Activity . 472 rdfs:subClassOf ep-activity:Activity .
426 473
427 ep-activity:PressureTestType 474 ep-activity:PressureTestType
428 rdf:type rdfs:Class ; 475 rdf:type rdfs:Class ;
476 + rdfs:comment "class of pressure test on the basis of what is tested"^^xsd:string ;
429 rdfs:label "pressure test type"^^xsd:string ; 477 rdfs:label "pressure test type"^^xsd:string ;
430 rdfs:subClassOf owl:Class . 478 rdfs:subClassOf owl:Class .
431 479
...@@ -443,6 +491,7 @@ ep-activity:ProductionActivityToDate ...@@ -443,6 +491,7 @@ ep-activity:ProductionActivityToDate
443 491
444 ep-activity:ProductionTest 492 ep-activity:ProductionTest
445 rdf:type ep-activity:WellTestType , owl:Class ; 493 rdf:type ep-activity:WellTestType , owl:Class ;
494 + rdfs:comment "well test that is intended to determine the daily rate of oil, gas, and water production from a (potential) reservoir"^^xsd:string ;
446 rdfs:label "production test"^^xsd:string ; 495 rdfs:label "production test"^^xsd:string ;
447 rdfs:subClassOf ep-activity:WellTest ; 496 rdfs:subClassOf ep-activity:WellTest ;
448 dc:description "A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."^^xsd:string ; 497 dc:description "A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."^^xsd:string ;
...@@ -450,12 +499,14 @@ ep-activity:ProductionTest ...@@ -450,12 +499,14 @@ ep-activity:ProductionTest
450 499
451 ep-activity:SuccessfulActivity 500 ep-activity:SuccessfulActivity
452 rdf:type ep-activity:ActivitySuccessType , owl:Class ; 501 rdf:type ep-activity:ActivitySuccessType , owl:Class ;
502 + rdfs:comment "activity that succeeds"^^xsd:string ;
453 rdfs:label "successful activity"^^xsd:string ; 503 rdfs:label "successful activity"^^xsd:string ;
454 rdfs:subClassOf ep-activity:Activity ; 504 rdfs:subClassOf ep-activity:Activity ;
455 owl:disjointWith ep-activity:FailedActivity . 505 owl:disjointWith ep-activity:FailedActivity .
456 506
457 ep-activity:WeeklyDrillingActivity 507 ep-activity:WeeklyDrillingActivity
458 rdf:type owl:Class ; 508 rdf:type owl:Class ;
509 + rdfs:comment "drilling activity that consists of all that is done in order to drill a well during one week"^^xsd:string ;
459 rdfs:label "weekly drilling activity"^^xsd:string ; 510 rdfs:label "weekly drilling activity"^^xsd:string ;
460 rdfs:subClassOf ep-activity:DrillingActivity ; 511 rdfs:subClassOf ep-activity:DrillingActivity ;
461 rdfs:subClassOf 512 rdfs:subClassOf
...@@ -490,21 +541,25 @@ ep-activity:WellBoreBitRunDrilling-withinReportingPeriod ...@@ -490,21 +541,25 @@ ep-activity:WellBoreBitRunDrilling-withinReportingPeriod
490 541
491 ep-activity:WellBoreDirectionalSurvey 542 ep-activity:WellBoreDirectionalSurvey
492 rdf:type owl:Class ; 543 rdf:type owl:Class ;
544 + rdfs:comment "activity that is a wellbore directional survey"^^xsd:string ;
493 rdfs:label "well bore directional survey"^^xsd:string ; 545 rdfs:label "well bore directional survey"^^xsd:string ;
494 rdfs:subClassOf ep-activity:WellOperation . 546 rdfs:subClassOf ep-activity:WellOperation .
495 547
496 ep-activity:WellBoreDrillingType 548 ep-activity:WellBoreDrillingType
497 rdf:type rdfs:Class ; 549 rdf:type rdfs:Class ;
550 + rdfs:comment "class of wellbore drilling on the basis of the role of the wellbore"^^xsd:string ;
498 rdfs:label "well bore drilling type"^^xsd:string ; 551 rdfs:label "well bore drilling type"^^xsd:string ;
499 rdfs:subClassOf owl:Class . 552 rdfs:subClassOf owl:Class .
500 553
501 ep-activity:WellBoreLogRun 554 ep-activity:WellBoreLogRun
502 rdf:type owl:Class ; 555 rdf:type owl:Class ;
556 + rdfs:comment "activity that is a welbore log run"^^xsd:string ;
503 rdfs:label "well bore logging"^^xsd:string ; 557 rdfs:label "well bore logging"^^xsd:string ;
504 rdfs:subClassOf ep-activity:WellOperation . 558 rdfs:subClassOf ep-activity:WellOperation .
505 559
506 ep-activity:WellBorePressureTest 560 ep-activity:WellBorePressureTest
507 rdf:type owl:Class ; 561 rdf:type owl:Class ;
562 + rdfs:comment "activity that is a wellbore pressure test"^^xsd:string ;
508 rdfs:label "well bore pressure test"^^xsd:string ; 563 rdfs:label "well bore pressure test"^^xsd:string ;
509 rdfs:subClassOf ep-activity:WellOperation . 564 rdfs:subClassOf ep-activity:WellOperation .
510 565
...@@ -516,160 +571,189 @@ ep-activity:WellBoreReportingPeriodDrilling ...@@ -516,160 +571,189 @@ ep-activity:WellBoreReportingPeriodDrilling
516 571
517 ep-activity:WellCementJob 572 ep-activity:WellCementJob
518 rdf:type owl:Class ; 573 rdf:type owl:Class ;
574 + rdfs:comment "activity that is a well cement job"^^xsd:string ;
519 rdfs:label "well cement job"^^xsd:string ; 575 rdfs:label "well cement job"^^xsd:string ;
520 rdfs:subClassOf ep-activity:WellOperation . 576 rdfs:subClassOf ep-activity:WellOperation .
521 577
522 ep-activity:WellCementJob-other 578 ep-activity:WellCementJob-other
523 rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; 579 rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
580 + rdfs:comment "well cement job that is of a type not enumerated within the DDR XML schema"^^xsd:string ;
524 rdfs:label "well cement job other"^^xsd:string ; 581 rdfs:label "well cement job other"^^xsd:string ;
525 rdfs:subClassOf ep-activity:WellCementJob ; 582 rdfs:subClassOf ep-activity:WellCementJob ;
526 owl:disjointWith ep-activity:WellCementJob-plug , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-squeeze . 583 owl:disjointWith ep-activity:WellCementJob-plug , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-squeeze .
527 584
528 ep-activity:WellCementJob-plug 585 ep-activity:WellCementJob-plug
529 rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; 586 rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
587 + rdfs:comment "well cement job that is intended to plug"^^xsd:string ;
530 rdfs:label "well cement job plug"^^xsd:string ; 588 rdfs:label "well cement job plug"^^xsd:string ;
531 rdfs:subClassOf ep-activity:WellCementJob . 589 rdfs:subClassOf ep-activity:WellCementJob .
532 590
533 ep-activity:WellCementJob-primary 591 ep-activity:WellCementJob-primary
534 rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; 592 rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
593 + rdfs:comment "well cement job that is primary"^^xsd:string ;
535 rdfs:label "well cement job primary"^^xsd:string ; 594 rdfs:label "well cement job primary"^^xsd:string ;
536 rdfs:subClassOf ep-activity:WellCementJob . 595 rdfs:subClassOf ep-activity:WellCementJob .
537 596
538 ep-activity:WellCementJob-squeeze 597 ep-activity:WellCementJob-squeeze
539 rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; 598 rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
599 + rdfs:comment "well cement job that is intended to squeeze"^^xsd:string ;
540 rdfs:label "well cement job squeeze"^^xsd:string ; 600 rdfs:label "well cement job squeeze"^^xsd:string ;
541 rdfs:subClassOf ep-activity:WellCementJob . 601 rdfs:subClassOf ep-activity:WellCementJob .
542 602
543 ep-activity:WellCementJobBottomPlugType 603 ep-activity:WellCementJobBottomPlugType
544 rdf:type rdfs:Class ; 604 rdf:type rdfs:Class ;
605 + rdfs:comment "class of well cement job on the basis of whether or not it has a bottom plug"^^xsd:string ;
545 rdfs:label "well cement job bottom plug type"^^xsd:string ; 606 rdfs:label "well cement job bottom plug type"^^xsd:string ;
546 rdfs:subClassOf owl:Class . 607 rdfs:subClassOf owl:Class .
547 608
548 ep-activity:WellCementJobCasingReciprocationType 609 ep-activity:WellCementJobCasingReciprocationType
549 rdf:type rdfs:Class ; 610 rdf:type rdfs:Class ;
611 + rdfs:comment "class of well cement job on the basis of whether or not it has casing reciprocation"^^xsd:string ;
550 rdfs:label "well cement job casing reciprocation type"^^xsd:string ; 612 rdfs:label "well cement job casing reciprocation type"^^xsd:string ;
551 rdfs:subClassOf owl:Class . 613 rdfs:subClassOf owl:Class .
552 614
553 ep-activity:WellCementJobCasingRotationType 615 ep-activity:WellCementJobCasingRotationType
554 rdf:type rdfs:Class ; 616 rdf:type rdfs:Class ;
617 + rdfs:comment "class of well cement job on the basis of whether or not it has casing rotation"^^xsd:string ;
555 rdfs:label "well cement job casing rotation type"^^xsd:string ; 618 rdfs:label "well cement job casing rotation type"^^xsd:string ;
556 rdfs:subClassOf owl:Class . 619 rdfs:subClassOf owl:Class .
557 620
558 ep-activity:WellCementJobFloatHoldingType 621 ep-activity:WellCementJobFloatHoldingType
559 rdf:type rdfs:Class ; 622 rdf:type rdfs:Class ;
623 + rdfs:comment "class of well cement job on the basis of whether or not it has float holding"^^xsd:string ;
560 rdfs:label "well cement job float holding type"^^xsd:string ; 624 rdfs:label "well cement job float holding type"^^xsd:string ;
561 rdfs:subClassOf owl:Class . 625 rdfs:subClassOf owl:Class .
562 626
563 ep-activity:WellCementJobPlugBumpingType 627 ep-activity:WellCementJobPlugBumpingType
564 rdf:type rdfs:Class ; 628 rdf:type rdfs:Class ;
629 + rdfs:comment "class of well cement job on the basis of whether or not it has plug bumping"^^xsd:string ;
565 rdfs:label "well cement job plug bumping type"^^xsd:string ; 630 rdfs:label "well cement job plug bumping type"^^xsd:string ;
566 rdfs:subClassOf owl:Class . 631 rdfs:subClassOf owl:Class .
567 632
568 ep-activity:WellCementJobPressureRelease 633 ep-activity:WellCementJobPressureRelease
569 rdf:type owl:Class ; 634 rdf:type owl:Class ;
635 + rdfs:comment "activity that is a release of pressure within a well cement job"^^xsd:string ;
570 rdfs:label "well cement job pressure release"^^xsd:string ; 636 rdfs:label "well cement job pressure release"^^xsd:string ;
571 rdfs:subClassOf ep-activity:WellOperation . 637 rdfs:subClassOf ep-activity:WellOperation .
572 638
573 ep-activity:WellCementJobPurposeType 639 ep-activity:WellCementJobPurposeType
574 rdf:type rdfs:Class ; 640 rdf:type rdfs:Class ;
641 + rdfs:comment "class of well cement job on the basis of the purpose of the job"^^xsd:string ;
575 rdfs:label "well cement job purpose type"^^xsd:string ; 642 rdfs:label "well cement job purpose type"^^xsd:string ;
576 rdfs:subClassOf owl:Class . 643 rdfs:subClassOf owl:Class .
577 644
578 ep-activity:WellCementJobTopPlugType 645 ep-activity:WellCementJobTopPlugType
579 rdf:type rdfs:Class ; 646 rdf:type rdfs:Class ;
647 + rdfs:comment "class of well cement job on the basis of whether or not it has a top plug"^^xsd:string ;
580 rdfs:label "well cement job top plug type"^^xsd:string ; 648 rdfs:label "well cement job top plug type"^^xsd:string ;
581 rdfs:subClassOf owl:Class . 649 rdfs:subClassOf owl:Class .
582 650
583 ep-activity:WellCementJobWithBottomPlug 651 ep-activity:WellCementJobWithBottomPlug
584 rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; 652 rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ;
653 + rdfs:comment "well cement job that has a bottom plug"^^xsd:string ;
585 rdfs:label "well cement job with bottom plug"^^xsd:string ; 654 rdfs:label "well cement job with bottom plug"^^xsd:string ;
586 rdfs:subClassOf ep-activity:WellCementJob ; 655 rdfs:subClassOf ep-activity:WellCementJob ;
587 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . 656 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug .
588 657
589 ep-activity:WellCementJobWithCasingReciprocation 658 ep-activity:WellCementJobWithCasingReciprocation
590 rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; 659 rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ;
660 + rdfs:comment "well cement job that has casing reciprocation"^^xsd:string ;
591 rdfs:label "well cement job with casing reciprocation"^^xsd:string ; 661 rdfs:label "well cement job with casing reciprocation"^^xsd:string ;
592 rdfs:subClassOf ep-activity:WellCementJob ; 662 rdfs:subClassOf ep-activity:WellCementJob ;
593 owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . 663 owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation .
594 664
595 ep-activity:WellCementJobWithCasingRotation 665 ep-activity:WellCementJobWithCasingRotation
596 rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; 666 rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ;
667 + rdfs:comment "well cement job that has casing rotation"^^xsd:string ;
597 rdfs:label "well cement job with casing rotation"^^xsd:string ; 668 rdfs:label "well cement job with casing rotation"^^xsd:string ;
598 rdfs:subClassOf ep-activity:WellCementJob ; 669 rdfs:subClassOf ep-activity:WellCementJob ;
599 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . 670 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug .
600 671
601 ep-activity:WellCementJobWithFloatHolding 672 ep-activity:WellCementJobWithFloatHolding
602 rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; 673 rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ;
674 + rdfs:comment "well cement job that has float holding"^^xsd:string ;
603 rdfs:label "well cement job with float holding"^^xsd:string ; 675 rdfs:label "well cement job with float holding"^^xsd:string ;
604 rdfs:subClassOf ep-activity:WellCementJob ; 676 rdfs:subClassOf ep-activity:WellCementJob ;
605 owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . 677 owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding .
606 678
607 ep-activity:WellCementJobWithPlugBumping 679 ep-activity:WellCementJobWithPlugBumping
608 rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; 680 rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ;
681 + rdfs:comment "well cement job that has plug bumping"^^xsd:string ;
609 rdfs:label "well cement job with plug bumping"^^xsd:string ; 682 rdfs:label "well cement job with plug bumping"^^xsd:string ;
610 rdfs:subClassOf ep-activity:WellCementJob ; 683 rdfs:subClassOf ep-activity:WellCementJob ;
611 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . 684 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug .
612 685
613 ep-activity:WellCementJobWithTopPlug 686 ep-activity:WellCementJobWithTopPlug
614 rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; 687 rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ;
688 + rdfs:comment "well cement job that has a top plug"^^xsd:string ;
615 rdfs:label "well cement job with top plug"^^xsd:string ; 689 rdfs:label "well cement job with top plug"^^xsd:string ;
616 rdfs:subClassOf ep-activity:WellCementJob ; 690 rdfs:subClassOf ep-activity:WellCementJob ;
617 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . 691 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug .
618 692
619 ep-activity:WellCementJobWithoutBottomPlug 693 ep-activity:WellCementJobWithoutBottomPlug
620 rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; 694 rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ;
695 + rdfs:comment "well cement job that does not have a bottom plug"^^xsd:string ;
621 rdfs:label "well cement job without bottom plug"^^xsd:string ; 696 rdfs:label "well cement job without bottom plug"^^xsd:string ;
622 rdfs:subClassOf ep-activity:WellCementJob ; 697 rdfs:subClassOf ep-activity:WellCementJob ;
623 owl:disjointWith ep-activity:WellCementJobWithBottomPlug . 698 owl:disjointWith ep-activity:WellCementJobWithBottomPlug .
624 699
625 ep-activity:WellCementJobWithoutCasingReciprocation 700 ep-activity:WellCementJobWithoutCasingReciprocation
626 rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; 701 rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ;
702 + rdfs:comment "well cement job that does not have casing reciprocation"^^xsd:string ;
627 rdfs:label "well cement job without casing reciprocation"^^xsd:string ; 703 rdfs:label "well cement job without casing reciprocation"^^xsd:string ;
628 rdfs:subClassOf ep-activity:WellCementJob ; 704 rdfs:subClassOf ep-activity:WellCementJob ;
629 owl:disjointWith ep-activity:WellCementJobWithCasingRotation . 705 owl:disjointWith ep-activity:WellCementJobWithCasingRotation .
630 706
631 ep-activity:WellCementJobWithoutCasingRotation 707 ep-activity:WellCementJobWithoutCasingRotation
632 rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; 708 rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ;
709 + rdfs:comment "well cement job that does not have casing rotation"^^xsd:string ;
633 rdfs:label "well cement job without casing rotation"^^xsd:string ; 710 rdfs:label "well cement job without casing rotation"^^xsd:string ;
634 rdfs:subClassOf ep-activity:WellCementJob ; 711 rdfs:subClassOf ep-activity:WellCementJob ;
635 owl:disjointWith ep-activity:WellCementJobWithCasingRotation . 712 owl:disjointWith ep-activity:WellCementJobWithCasingRotation .
636 713
637 ep-activity:WellCementJobWithoutFloatHolding 714 ep-activity:WellCementJobWithoutFloatHolding
638 rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; 715 rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ;
716 + rdfs:comment "well cement job that does not have float holding"^^xsd:string ;
639 rdfs:label "well cement job without float holding"^^xsd:string ; 717 rdfs:label "well cement job without float holding"^^xsd:string ;
640 rdfs:subClassOf ep-activity:WellCementJob ; 718 rdfs:subClassOf ep-activity:WellCementJob ;
641 owl:disjointWith ep-activity:WellCementJobWithFloatHolding . 719 owl:disjointWith ep-activity:WellCementJobWithFloatHolding .
642 720
643 ep-activity:WellCementJobWithoutPlugBumping 721 ep-activity:WellCementJobWithoutPlugBumping
644 rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; 722 rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ;
723 + rdfs:comment "well cement job that does not have plug bumping"^^xsd:string ;
645 rdfs:label "well cement job without plug bumping"^^xsd:string ; 724 rdfs:label "well cement job without plug bumping"^^xsd:string ;
646 rdfs:subClassOf ep-activity:WellCementJob ; 725 rdfs:subClassOf ep-activity:WellCementJob ;
647 owl:disjointWith ep-activity:WellCementJobWithBottomPlug . 726 owl:disjointWith ep-activity:WellCementJobWithBottomPlug .
648 727
649 ep-activity:WellCementJobWithoutTopPlug 728 ep-activity:WellCementJobWithoutTopPlug
650 rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; 729 rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ;
730 + rdfs:comment "well cement job that does not have a top plug"^^xsd:string ;
651 rdfs:label "well cement job without top plug"^^xsd:string ; 731 rdfs:label "well cement job without top plug"^^xsd:string ;
652 rdfs:subClassOf ep-activity:WellCementJob ; 732 rdfs:subClassOf ep-activity:WellCementJob ;
653 owl:disjointWith ep-activity:WellCementJobWithTopPlug . 733 owl:disjointWith ep-activity:WellCementJobWithTopPlug .
654 734
655 ep-activity:WellCementPumping 735 ep-activity:WellCementPumping
656 rdf:type owl:Class ; 736 rdf:type owl:Class ;
737 + rdfs:comment "activity that is the pumping of well cement"^^xsd:string ;
657 rdfs:label "well cement pumping"^^xsd:string ; 738 rdfs:label "well cement pumping"^^xsd:string ;
658 rdfs:subClassOf ep-activity:WellOperation . 739 rdfs:subClassOf ep-activity:WellOperation .
659 740
660 ep-activity:WellCementPumpingFluidReturnType 741 ep-activity:WellCementPumpingFluidReturnType
661 rdf:type rdfs:Class ; 742 rdf:type rdfs:Class ;
743 + rdfs:comment "class of well cement pumping on the basis of whether or not it has fluid return"^^xsd:string ;
662 rdfs:label "well cement pumping fluid return type"^^xsd:string ; 744 rdfs:label "well cement pumping fluid return type"^^xsd:string ;
663 rdfs:subClassOf owl:Class . 745 rdfs:subClassOf owl:Class .
664 746
665 ep-activity:WellCementPumpingWithFluidReturn 747 ep-activity:WellCementPumpingWithFluidReturn
666 rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; 748 rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ;
749 + rdfs:comment "well cement pumping that has fluid return"^^xsd:string ;
667 rdfs:label "well cement pumping with fluid return"^^xsd:string ; 750 rdfs:label "well cement pumping with fluid return"^^xsd:string ;
668 rdfs:subClassOf ep-activity:WellCementPumping ; 751 rdfs:subClassOf ep-activity:WellCementPumping ;
669 owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . 752 owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn .
670 753
671 ep-activity:WellCementPumpingWithoutFluidReturn 754 ep-activity:WellCementPumpingWithoutFluidReturn
672 rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; 755 rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ;
756 + rdfs:comment "well cement pumping that does not have fluid return"^^xsd:string ;
673 rdfs:label "well cement pumping without fluid return"^^xsd:string ; 757 rdfs:label "well cement pumping without fluid return"^^xsd:string ;
674 rdfs:subClassOf ep-activity:WellCementPumping ; 758 rdfs:subClassOf ep-activity:WellCementPumping ;
675 owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn . 759 owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn .
...@@ -682,81 +766,95 @@ ep-activity:WellCompletion ...@@ -682,81 +766,95 @@ ep-activity:WellCompletion
682 766
683 ep-activity:WellControlIncident 767 ep-activity:WellControlIncident
684 rdf:type owl:Class ; 768 rdf:type owl:Class ;
769 + rdfs:comment "activity that is a well control incident"^^xsd:string ;
685 rdfs:label "well control incident"^^xsd:string ; 770 rdfs:label "well control incident"^^xsd:string ;
686 rdfs:subClassOf ep-activity:WellOperation . 771 rdfs:subClassOf ep-activity:WellOperation .
687 772
688 ep-activity:WellControlIncident-gas_kick 773 ep-activity:WellControlIncident-gas_kick
689 rdf:type ep-activity:WellControlIncidentType , owl:Class ; 774 rdf:type ep-activity:WellControlIncidentType , owl:Class ;
775 + rdfs:comment "well control incident that is a gas kick"^^xsd:string ;
690 rdfs:label "well control incident gas kick"^^xsd:string ; 776 rdfs:label "well control incident gas kick"^^xsd:string ;
691 rdfs:subClassOf ep-activity:WellControlIncident ; 777 rdfs:subClassOf ep-activity:WellControlIncident ;
692 owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick . 778 owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick .
693 779
694 ep-activity:WellControlIncident-oil_kick 780 ep-activity:WellControlIncident-oil_kick
695 rdf:type ep-activity:WellControlIncidentType , owl:Class ; 781 rdf:type ep-activity:WellControlIncidentType , owl:Class ;
782 + rdfs:comment "well control incident that is an oil kick"^^xsd:string ;
696 rdfs:label "well control incident oil kick"^^xsd:string ; 783 rdfs:label "well control incident oil kick"^^xsd:string ;
697 rdfs:subClassOf ep-activity:WellControlIncident ; 784 rdfs:subClassOf ep-activity:WellControlIncident ;
698 owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick . 785 owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick .
699 786
700 ep-activity:WellControlIncident-shallow_gas_kick 787 ep-activity:WellControlIncident-shallow_gas_kick
701 rdf:type ep-activity:WellControlIncidentType , owl:Class ; 788 rdf:type ep-activity:WellControlIncidentType , owl:Class ;
789 + rdfs:comment "well control incident that is a shallow gas kick"^^xsd:string ;
702 rdfs:label "well control incident shallow gas kick"^^xsd:string ; 790 rdfs:label "well control incident shallow gas kick"^^xsd:string ;
703 rdfs:subClassOf ep-activity:WellControlIncident ; 791 rdfs:subClassOf ep-activity:WellControlIncident ;
704 owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick . 792 owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick .
705 793
706 ep-activity:WellControlIncident-water_kick 794 ep-activity:WellControlIncident-water_kick
707 rdf:type ep-activity:WellControlIncidentType , owl:Class ; 795 rdf:type ep-activity:WellControlIncidentType , owl:Class ;
796 + rdfs:comment "well control incident that is a water kick"^^xsd:string ;
708 rdfs:label "well control incident water kick"^^xsd:string ; 797 rdfs:label "well control incident water kick"^^xsd:string ;
709 rdfs:subClassOf ep-activity:WellControlIncident ; 798 rdfs:subClassOf ep-activity:WellControlIncident ;
710 owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick . 799 owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick .
711 800
712 ep-activity:WellControlIncidentType 801 ep-activity:WellControlIncidentType
713 rdf:type rdfs:Class ; 802 rdf:type rdfs:Class ;
803 + rdfs:comment "class of well control incident on the basis of the cause of the incident"^^xsd:string ;
714 rdfs:label "well control incident type"^^xsd:string ; 804 rdfs:label "well control incident type"^^xsd:string ;
715 rdfs:subClassOf owl:Class . 805 rdfs:subClassOf owl:Class .
716 806
717 ep-activity:WellKilling 807 ep-activity:WellKilling
718 rdf:type owl:Class ; 808 rdf:type owl:Class ;
809 + rdfs:comment "activity that is intended to kill a well"^^xsd:string ;
719 rdfs:label "well killing"^^xsd:string ; 810 rdfs:label "well killing"^^xsd:string ;
720 rdfs:subClassOf ep-activity:WellOperation . 811 rdfs:subClassOf ep-activity:WellOperation .
721 812
722 ep-activity:WellKilling-bullheading 813 ep-activity:WellKilling-bullheading
723 rdf:type ep-activity:WellKillingType , owl:Class ; 814 rdf:type ep-activity:WellKillingType , owl:Class ;
815 + rdfs:comment "well killing that is by bull heading"^^xsd:string ;
724 rdfs:label "well killing bullheading"^^xsd:string ; 816 rdfs:label "well killing bullheading"^^xsd:string ;
725 rdfs:subClassOf ep-activity:WellKilling ; 817 rdfs:subClassOf ep-activity:WellKilling ;
726 owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight . 818 owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight .
727 819
728 ep-activity:WellKilling-drillers_method 820 ep-activity:WellKilling-drillers_method
729 rdf:type ep-activity:WellKillingType , owl:Class ; 821 rdf:type ep-activity:WellKillingType , owl:Class ;
822 + rdfs:comment "well killing that is by the drillers method"^^xsd:string ;
730 rdfs:label "well killing drillers method"^^xsd:string ; 823 rdfs:label "well killing drillers method"^^xsd:string ;
731 rdfs:subClassOf ep-activity:WellKilling ; 824 rdfs:subClassOf ep-activity:WellKilling ;
732 owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight . 825 owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight .
733 826
734 ep-activity:WellKilling-forward_circulation 827 ep-activity:WellKilling-forward_circulation
735 rdf:type ep-activity:WellKillingType , owl:Class ; 828 rdf:type ep-activity:WellKillingType , owl:Class ;
829 + rdfs:comment "well killing that is by forward circulation"^^xsd:string ;
736 rdfs:label "well killing forward circulation"^^xsd:string ; 830 rdfs:label "well killing forward circulation"^^xsd:string ;
737 rdfs:subClassOf ep-activity:WellKilling ; 831 rdfs:subClassOf ep-activity:WellKilling ;
738 owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight . 832 owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight .
739 833
740 ep-activity:WellKilling-lubricate_and_bleed 834 ep-activity:WellKilling-lubricate_and_bleed
741 rdf:type ep-activity:WellKillingType , owl:Class ; 835 rdf:type ep-activity:WellKillingType , owl:Class ;
836 + rdfs:comment "well killing that is by lubricate and bleed"^^xsd:string ;
742 rdfs:label "well killing lubricate and bleed"^^xsd:string ; 837 rdfs:label "well killing lubricate and bleed"^^xsd:string ;
743 rdfs:subClassOf ep-activity:WellKilling ; 838 rdfs:subClassOf ep-activity:WellKilling ;
744 owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight . 839 owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-wait_and_weight .
745 840
746 ep-activity:WellKilling-reverse_circulation 841 ep-activity:WellKilling-reverse_circulation
747 rdf:type ep-activity:WellKillingType , owl:Class ; 842 rdf:type ep-activity:WellKillingType , owl:Class ;
843 + rdfs:comment "well killing that is by reverse circulation"^^xsd:string ;
748 rdfs:label "well killing reverse circulation"^^xsd:string ; 844 rdfs:label "well killing reverse circulation"^^xsd:string ;
749 rdfs:subClassOf ep-activity:WellKilling ; 845 rdfs:subClassOf ep-activity:WellKilling ;
750 owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-wait_and_weight . 846 owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-wait_and_weight .
751 847
752 ep-activity:WellKilling-wait_and_weight 848 ep-activity:WellKilling-wait_and_weight
753 rdf:type ep-activity:WellKillingType , owl:Class ; 849 rdf:type ep-activity:WellKillingType , owl:Class ;
850 + rdfs:comment "well killing that is by wait and weight"^^xsd:string ;
754 rdfs:label "well killing wait and weight"^^xsd:string ; 851 rdfs:label "well killing wait and weight"^^xsd:string ;
755 rdfs:subClassOf ep-activity:WellKilling ; 852 rdfs:subClassOf ep-activity:WellKilling ;
756 owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation . 853 owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation .
757 854
758 ep-activity:WellKillingType 855 ep-activity:WellKillingType
759 rdf:type rdfs:Class ; 856 rdf:type rdfs:Class ;
857 + rdfs:comment "class of well killing on the basis of the method of killing"^^xsd:string ;
760 rdfs:label "well killing type"^^xsd:string ; 858 rdfs:label "well killing type"^^xsd:string ;
761 rdfs:subClassOf owl:Class . 859 rdfs:subClassOf owl:Class .
762 860
...@@ -768,6 +866,7 @@ ep-activity:WellOperation ...@@ -768,6 +866,7 @@ ep-activity:WellOperation
768 866
769 ep-activity:WellStimulation 867 ep-activity:WellStimulation
770 rdf:type owl:Class ; 868 rdf:type owl:Class ;
869 + rdfs:comment "activity that is intended to stimulate a well"^^xsd:string ;
771 rdfs:label "well stimulation"^^xsd:string ; 870 rdfs:label "well stimulation"^^xsd:string ;
772 rdfs:subClassOf ep-activity:WellOperation . 871 rdfs:subClassOf ep-activity:WellOperation .
773 872
...@@ -778,33 +877,39 @@ ep-activity:WellTest ...@@ -778,33 +877,39 @@ ep-activity:WellTest
778 877
779 ep-activity:WellTestType 878 ep-activity:WellTestType
780 rdf:type rdfs:Class ; 879 rdf:type rdfs:Class ;
880 + rdfs:comment "class of well test on the basis of what information is sought by the test"^^xsd:string ;
781 rdfs:label "well test type"^^xsd:string ; 881 rdfs:label "well test type"^^xsd:string ;
782 rdfs:subClassOf owl:Class . 882 rdfs:subClassOf owl:Class .
783 883
784 ep-activity:WirelineFormationTest 884 ep-activity:WirelineFormationTest
785 rdf:type owl:Class ; 885 rdf:type owl:Class ;
886 + rdfs:comment "activity that test surrounding rock formation by inserting a probe into a well on the end of a wire"^^xsd:string ;
786 rdfs:label "wireline formation test"^^xsd:string ; 887 rdfs:label "wireline formation test"^^xsd:string ;
787 rdfs:subClassOf ep-activity:Activity . 888 rdfs:subClassOf ep-activity:Activity .
788 889
789 ep-activity:WirelineFormationTestType 890 ep-activity:WirelineFormationTestType
790 rdf:type rdfs:Class ; 891 rdf:type rdfs:Class ;
892 + rdfs:comment "class of wireline formation test on the basis of whether or not it has a good seal"^^xsd:string ;
791 rdfs:label "wireline formation test type"^^xsd:string ; 893 rdfs:label "wireline formation test type"^^xsd:string ;
792 rdfs:subClassOf owl:Class . 894 rdfs:subClassOf owl:Class .
793 895
794 ep-activity:WirelineFormationTestWithGoodSeal 896 ep-activity:WirelineFormationTestWithGoodSeal
795 rdf:type ep-activity:WirelineFormationTestType , owl:Class ; 897 rdf:type ep-activity:WirelineFormationTestType , owl:Class ;
898 + rdfs:comment "wireline formation test that has a good seal"^^xsd:string ;
796 rdfs:label "wireline formation test with a good seal"^^xsd:string ; 899 rdfs:label "wireline formation test with a good seal"^^xsd:string ;
797 rdfs:subClassOf ep-activity:WirelineFormationTest ; 900 rdfs:subClassOf ep-activity:WirelineFormationTest ;
798 owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . 901 owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal .
799 902
800 ep-activity:WirelineFormationTestWithoutGoodSeal 903 ep-activity:WirelineFormationTestWithoutGoodSeal
801 rdf:type ep-activity:WirelineFormationTestType , owl:Class ; 904 rdf:type ep-activity:WirelineFormationTestType , owl:Class ;
905 + rdfs:comment "wireline formation test that does not have a good seal"^^xsd:string ;
802 rdfs:label "wireline formation test without a good seal"^^xsd:string ; 906 rdfs:label "wireline formation test without a good seal"^^xsd:string ;
803 rdfs:subClassOf ep-activity:WirelineFormationTest ; 907 rdfs:subClassOf ep-activity:WirelineFormationTest ;
804 owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . 908 owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal .
805 909
806 ep-activity:averageRateOfDrilling 910 ep-activity:averageRateOfDrilling
807 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 911 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
912 + rdfs:comment "class_of_indirect_property that is the average rate of drilling for a drilling activity"^^xsd:string ;
808 rdfs:domain ep-activity:DrillingActivity ; 913 rdfs:domain ep-activity:DrillingActivity ;
809 rdfs:label "average rate of drilling"^^xsd:string ; 914 rdfs:label "average rate of drilling"^^xsd:string ;
810 rdfs:range ep-core:Speed . 915 rdfs:range ep-core:Speed .
...@@ -817,40 +922,46 @@ ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod ...@@ -817,40 +922,46 @@ ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod
817 922
818 ep-activity:descriptionOfActivitiesForecastForTheNextDailyReportingPeriod 923 ep-activity:descriptionOfActivitiesForecastForTheNextDailyReportingPeriod
819 rdf:type owl:DatatypeProperty ; 924 rdf:type owl:DatatypeProperty ;
925 + rdfs:comment "description of the drilling activities that are forecast for the next daily reporting period"^^xsd:string ;
820 rdfs:domain ep-activity:DailyDrillingActivity ; 926 rdfs:domain ep-activity:DailyDrillingActivity ;
821 rdfs:label "description of activities forecast for the next daily reporting period"^^xsd:string . 927 rdfs:label "description of activities forecast for the next daily reporting period"^^xsd:string .
822 928
823 ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod 929 ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod
824 rdf:type owl:DatatypeProperty ; 930 rdf:type owl:DatatypeProperty ;
931 + rdfs:comment "description of the drilling activity that take place within a daily reporting period"^^xsd:string ;
825 rdfs:domain ep-activity:DailyDrillingActivity ; 932 rdfs:domain ep-activity:DailyDrillingActivity ;
826 rdfs:label "description of activities within the daily reporting period"^^xsd:string . 933 rdfs:label "description of activities within the daily reporting period"^^xsd:string .
827 934
828 ep-activity:distanceDrilled 935 ep-activity:distanceDrilled
829 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 936 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
937 + rdfs:comment "class_of_indirect_property that is the distance drilled by a drilling activity"^^xsd:string ;
830 rdfs:domain ep-activity:DrillingActivity ; 938 rdfs:domain ep-activity:DrillingActivity ;
831 rdfs:label "final rate of drilling"^^xsd:string ; 939 rdfs:label "final rate of drilling"^^xsd:string ;
832 rdfs:range ep-core:Length . 940 rdfs:range ep-core:Length .
833 941
834 ep-activity:drillingContractor 942 ep-activity:drillingContractor
835 rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 943 rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
944 + rdfs:comment "organization that is contracted to perform a drilling activity"^^xsd:string ;
836 rdfs:domain ep-activity:DrillingActivity ; 945 rdfs:domain ep-activity:DrillingActivity ;
837 rdfs:label "drilling contractor"^^xsd:string ; 946 rdfs:label "drilling contractor"^^xsd:string ;
838 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 947 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
839 948
840 ep-activity:drillingOperator 949 ep-activity:drillingOperator
841 rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 950 rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
951 + rdfs:comment "Corresponds to Drilling Operator field in WellBore tables"^^xsd:string , "organization that operates the facility that performs a drilling activity"^^xsd:string ;
842 rdfs:domain ep-activity:DrillingActivity ; 952 rdfs:domain ep-activity:DrillingActivity ;
843 rdfs:label "drilling operator"^^xsd:string ; 953 rdfs:label "drilling operator"^^xsd:string ;
844 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 954 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
845 955
846 ep-activity:durationOfDrilling 956 ep-activity:durationOfDrilling
847 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 957 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
958 + rdfs:comment "not used in the DDR"^^xsd:string ;
848 rdfs:domain ep-activity:DrillingActivity ; 959 rdfs:domain ep-activity:DrillingActivity ;
849 rdfs:label "duration of drilling"^^xsd:string ; 960 rdfs:label "duration of drilling"^^xsd:string ;
850 rdfs:range ep-core:TimeDuration . 961 rdfs:range ep-core:TimeDuration .
851 962
852 ep-activity:existsThroughout 963 ep-activity:existsThroughout
853 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 964 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
854 rdfs:domain ep-core:PhysicalThing ; 965 rdfs:domain ep-core:PhysicalThing ;
855 rdfs:label "exists throughout"^^xsd:string . 966 rdfs:label "exists throughout"^^xsd:string .
856 967
...@@ -861,35 +972,41 @@ ep-activity:existsWithin ...@@ -861,35 +972,41 @@ ep-activity:existsWithin
861 972
862 ep-activity:failedEquipment 973 ep-activity:failedEquipment
863 rdf:type owl:ObjectProperty ; 974 rdf:type owl:ObjectProperty ;
975 + rdfs:comment "equipment that fails and is repaired during an equipment failure and repair activity"^^xsd:string ;
864 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 976 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
865 rdfs:label "failed equipment"^^xsd:string ; 977 rdfs:label "failed equipment"^^xsd:string ;
866 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 978 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
867 979
868 ep-activity:finalRateOfDrilling 980 ep-activity:finalRateOfDrilling
869 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 981 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
982 + rdfs:comment "class_of_indirect_property that is the rate of drilling at the end of a drilling activity"^^xsd:string ;
870 rdfs:domain ep-activity:DrillingActivity ; 983 rdfs:domain ep-activity:DrillingActivity ;
871 rdfs:label "final rate of drilling"^^xsd:string ; 984 rdfs:label "final rate of drilling"^^xsd:string ;
872 rdfs:range ep-core:Speed . 985 rdfs:range ep-core:Speed .
873 986
874 ep-activity:finishedAt 987 ep-activity:finishedAt
875 rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 988 rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
989 + rdfs:comment "UTC representation of the finishing time for an activity"^^xsd:string ;
876 rdfs:domain ep-core:PhysicalThing ; 990 rdfs:domain ep-core:PhysicalThing ;
877 rdfs:label "finished at"^^xsd:string ; 991 rdfs:label "finished at"^^xsd:string ;
878 rdfs:range xsd:dateTime . 992 rdfs:range xsd:dateTime .
879 993
880 ep-activity:fluidProducedByWellTest 994 ep-activity:fluidProducedByWellTest
881 rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 995 rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
996 + rdfs:comment "quantity of material that is produced by a well test"^^xsd:string ;
882 rdfs:domain ep-activity:WellTest ; 997 rdfs:domain ep-activity:WellTest ;
883 rdfs:label "fluid produced by well test"^^xsd:string ; 998 rdfs:label "fluid produced by well test"^^xsd:string ;
884 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . 999 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> .
885 1000
886 ep-activity:hasCasingLinerTubing 1001 ep-activity:hasCasingLinerTubing
887 rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1002 rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1003 + rdfs:comment "not used in the DDR"^^xsd:string ;
888 rdfs:domain ep-activity:WellStimulation ; 1004 rdfs:domain ep-activity:WellStimulation ;
889 rdfs:label "has Casing/Liner/Tubing"^^xsd:string . 1005 rdfs:label "has Casing/Liner/Tubing"^^xsd:string .
890 1006
891 ep-activity:hasCasingString 1007 ep-activity:hasCasingString
892 rdf:type owl:ObjectProperty ; 1008 rdf:type owl:ObjectProperty ;
1009 + rdfs:comment "not used in the DDR"^^xsd:string ;
893 rdfs:label "has casing string"^^xsd:string . 1010 rdfs:label "has casing string"^^xsd:string .
894 1011
895 ep-activity:hasChokeValve 1012 ep-activity:hasChokeValve
...@@ -917,32 +1034,38 @@ ep-activity:hasInflowLocation ...@@ -917,32 +1034,38 @@ ep-activity:hasInflowLocation
917 1034
918 ep-activity:hasSubActivity 1035 ep-activity:hasSubActivity
919 rdf:type owl:ObjectProperty ; 1036 rdf:type owl:ObjectProperty ;
1037 + rdfs:comment "not used in the DDR"^^xsd:string ;
920 rdfs:label "has sub activity"^^xsd:string . 1038 rdfs:label "has sub activity"^^xsd:string .
921 1039
922 ep-activity:hasWellTestChoke 1040 ep-activity:hasWellTestChoke
923 rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1041 rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1042 + rdfs:comment "not used in the DDR"^^xsd:string ;
924 rdfs:domain ep-activity:WellTest ; 1043 rdfs:domain ep-activity:WellTest ;
925 rdfs:label "has well test choke"^^xsd:string ; 1044 rdfs:label "has well test choke"^^xsd:string ;
926 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . 1045 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> .
927 1046
928 ep-activity:identificationNumberOfCore 1047 ep-activity:identificationNumberOfCore
929 rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 1048 rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1049 + rdfs:comment "identification number of the core extracted by an extract a well core activity"^^xsd:string ;
930 rdfs:domain ep-activity:ExtractAWellCore ; 1050 rdfs:domain ep-activity:ExtractAWellCore ;
931 rdfs:label "identification number of core"^^xsd:string . 1051 rdfs:label "identification number of core"^^xsd:string .
932 1052
933 ep-activity:logRunNumber 1053 ep-activity:logRunNumber
934 rdf:type owl:DatatypeProperty ; 1054 rdf:type owl:DatatypeProperty ;
1055 + rdfs:comment "identification number of a well bore log run activity"^^xsd:string ;
935 rdfs:domain ep-activity:WellBoreLogRun ; 1056 rdfs:domain ep-activity:WellBoreLogRun ;
936 rdfs:label "log run number"^^xsd:string . 1057 rdfs:label "log run number"^^xsd:string .
937 1058
938 ep-activity:loggedWellBoreInterval 1059 ep-activity:loggedWellBoreInterval
939 rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1060 rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1061 + rdfs:comment "wellbore section that is logged by a wellbore log run activity"^^xsd:string ;
940 rdfs:domain ep-activity:WellBoreLogRun ; 1062 rdfs:domain ep-activity:WellBoreLogRun ;
941 rdfs:label "logged wellbore interval"^^xsd:string ; 1063 rdfs:label "logged wellbore interval"^^xsd:string ;
942 rdfs:range ep-core:PhysicalObject . 1064 rdfs:range ep-core:PhysicalObject .
943 1065
944 ep-activity:measuredDepthOfFluidSampling 1066 ep-activity:measuredDepthOfFluidSampling
945 rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1067 rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1068 + 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 ;
946 rdfs:domain ep-activity:WirelineFormationTest ; 1069 rdfs:domain ep-activity:WirelineFormationTest ;
947 rdfs:label "measured depth of fluid sampling"^^xsd:string ; 1070 rdfs:label "measured depth of fluid sampling"^^xsd:string ;
948 rdfs:range ep-core:Length . 1071 rdfs:range ep-core:Length .
...@@ -955,6 +1078,7 @@ ep-activity:missedProductionTime ...@@ -955,6 +1078,7 @@ ep-activity:missedProductionTime
955 1078
956 ep-activity:nominallyAt 1079 ep-activity:nominallyAt
957 rdf:type owl:DatatypeProperty ; 1080 rdf:type owl:DatatypeProperty ;
1081 + rdfs:comment "UTC representation of the nominal time of an activity"^^xsd:string ;
958 rdfs:domain ep-activity:Activity ; 1082 rdfs:domain ep-activity:Activity ;
959 rdfs:label "nominal time"^^xsd:string ; 1083 rdfs:label "nominal time"^^xsd:string ;
960 rdfs:range xsd:dateTime . 1084 rdfs:range xsd:dateTime .
...@@ -989,12 +1113,14 @@ ep-activity:onWellBore ...@@ -989,12 +1113,14 @@ ep-activity:onWellBore
989 1113
990 ep-activity:operatingTimeOfDrillBit 1114 ep-activity:operatingTimeOfDrillBit
991 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 1115 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1116 + rdfs:comment "class_of_indirect_property that is the operating time of the drill bit for a drilling activity"^^xsd:string ;
992 rdfs:domain ep-activity:DrillingActivity ; 1117 rdfs:domain ep-activity:DrillingActivity ;
993 rdfs:label "operating time of drill bit"^^xsd:string ; 1118 rdfs:label "operating time of drill bit"^^xsd:string ;
994 rdfs:range ep-core:TimeDuration . 1119 rdfs:range ep-core:TimeDuration .
995 1120
996 ep-activity:pressureAtWhichPlugBumped 1121 ep-activity:pressureAtWhichPlugBumped
997 rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1122 rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1123 + rdfs:comment "class_of_indirect_property that is the pressure at which the plub bumped for a well cement pumping activity"^^xsd:string ;
998 rdfs:domain ep-activity:WellCementPumping ; 1124 rdfs:domain ep-activity:WellCementPumping ;
999 rdfs:label "pressure at which plug bumped"^^xsd:string ; 1125 rdfs:label "pressure at which plug bumped"^^xsd:string ;
1000 rdfs:range ep-core:Pressure . 1126 rdfs:range ep-core:Pressure .
...@@ -1005,12 +1131,14 @@ ep-activity:pumpedFluid ...@@ -1005,12 +1131,14 @@ ep-activity:pumpedFluid
1005 1131
1006 ep-activity:recoveredCore 1132 ep-activity:recoveredCore
1007 rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1133 rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1134 + rdfs:comment "core that is recovered by an ExtractAWellCore activity"^^xsd:string ;
1008 rdfs:domain ep-activity:ExtractAWellCore ; 1135 rdfs:domain ep-activity:ExtractAWellCore ;
1009 rdfs:label "recovered core"^^xsd:string ; 1136 rdfs:label "recovered core"^^xsd:string ;
1010 rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . 1137 rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> .
1011 1138
1012 ep-activity:returnedCementingFluid 1139 ep-activity:returnedCementingFluid
1013 rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1140 rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1141 + rdfs:comment "cementing fluid that is returned during a well cement pumping activity"^^xsd:string ;
1014 rdfs:domain ep-activity:WellCementPumping ; 1142 rdfs:domain ep-activity:WellCementPumping ;
1015 rdfs:label "returned cementing fluid"^^xsd:string ; 1143 rdfs:label "returned cementing fluid"^^xsd:string ;
1016 rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . 1144 rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> .
......