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