Showing
2 changed files
with
312 additions
and
311 deletions
... | @@ -17,7 +17,7 @@ | ... | @@ -17,7 +17,7 @@ |
17 | 17 | ||
18 | <http://www.reportinghub.no/ep/schema/1.0/activity> | 18 | <http://www.reportinghub.no/ep/schema/1.0/activity> |
19 | rdf:type owl:Ontology ; | 19 | rdf:type owl:Ontology ; |
20 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/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> ; | 20 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
21 | owl:versionInfo "0.1.0"^^xsd:string . | 21 | owl:versionInfo "0.1.0"^^xsd:string . |
22 | 22 | ||
23 | ep-activity:Activity | 23 | ep-activity:Activity |
... | @@ -28,12 +28,12 @@ ep-activity:Activity | ... | @@ -28,12 +28,12 @@ ep-activity:Activity |
28 | rdfs:subClassOf | 28 | rdfs:subClassOf |
29 | [ rdf:type owl:Restriction ; | 29 | [ rdf:type owl:Restriction ; |
30 | owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 30 | owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
31 | - owl:onProperty ep-activity:finishedAt | 31 | + owl:onProperty ep-activity:startedAt |
32 | ] ; | 32 | ] ; |
33 | rdfs:subClassOf | 33 | rdfs:subClassOf |
34 | [ rdf:type owl:Restriction ; | 34 | [ rdf:type owl:Restriction ; |
35 | owl:maxCardinality "1"^^xsd:nonNegativeInteger ; | 35 | owl:maxCardinality "1"^^xsd:nonNegativeInteger ; |
36 | - owl:onProperty ep-activity:startedAt | 36 | + owl:onProperty ep-activity:finishedAt |
37 | ] . | 37 | ] . |
38 | 38 | ||
39 | ep-activity:ActivitySuccessType | 39 | ep-activity:ActivitySuccessType |
... | @@ -52,13 +52,13 @@ ep-activity:DailyDrillingActivity | ... | @@ -52,13 +52,13 @@ ep-activity:DailyDrillingActivity |
52 | rdfs:subClassOf ep-activity:DrillingActivity ; | 52 | rdfs:subClassOf ep-activity:DrillingActivity ; |
53 | rdfs:subClassOf | 53 | rdfs:subClassOf |
54 | [ rdf:type owl:Restriction ; | 54 | [ rdf:type owl:Restriction ; |
55 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; | 55 | + owl:allValuesFrom ep-activity:Activity ; |
56 | - owl:onProperty ep-activity:onWellBore | 56 | + owl:onProperty ep-core:hasPart |
57 | ] ; | 57 | ] ; |
58 | rdfs:subClassOf | 58 | rdfs:subClassOf |
59 | [ rdf:type owl:Restriction ; | 59 | [ rdf:type owl:Restriction ; |
60 | - owl:allValuesFrom ep-activity:Activity ; | 60 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; |
61 | - owl:onProperty ep-core:hasPart | 61 | + owl:onProperty ep-activity:onWellBore |
62 | ] . | 62 | ] . |
63 | 63 | ||
64 | ep-activity:DailyDrillingActivityToStatus | 64 | ep-activity:DailyDrillingActivityToStatus |
... | @@ -68,13 +68,13 @@ ep-activity:DailyDrillingActivityToStatus | ... | @@ -68,13 +68,13 @@ ep-activity:DailyDrillingActivityToStatus |
68 | rdfs:subClassOf ep-activity:DrillingActivity ; | 68 | rdfs:subClassOf ep-activity:DrillingActivity ; |
69 | rdfs:subClassOf | 69 | rdfs:subClassOf |
70 | [ rdf:type owl:Restriction ; | 70 | [ rdf:type owl:Restriction ; |
71 | - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; | 71 | + owl:allValuesFrom ep-activity:Activity ; |
72 | - owl:onProperty ep-activity:onWellBore | 72 | + owl:onProperty ep-core:hasPart |
73 | ] ; | 73 | ] ; |
74 | rdfs:subClassOf | 74 | rdfs:subClassOf |
75 | [ rdf:type owl:Restriction ; | 75 | [ rdf:type owl:Restriction ; |
76 | - owl:allValuesFrom ep-activity:Activity ; | 76 | + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; |
77 | - owl:onProperty ep-core:hasPart | 77 | + owl:onProperty ep-activity:onWellBore |
78 | ] . | 78 | ] . |
79 | 79 | ||
80 | ep-activity:Drill-bypass | 80 | ep-activity:Drill-bypass |
... | @@ -108,7 +108,7 @@ ep-activity:Drill-sidetrack | ... | @@ -108,7 +108,7 @@ ep-activity:Drill-sidetrack |
108 | rdfs:subClassOf ep-activity:DrillingActivity . | 108 | rdfs:subClassOf ep-activity:DrillingActivity . |
109 | 109 | ||
110 | ep-activity:DrillStemTest | 110 | ep-activity:DrillStemTest |
111 | - rdf:type ep-activity:WellTestType , owl:Class ; | 111 | + rdf:type owl:Class , ep-activity:WellTestType ; |
112 | 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 ; | 112 | 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 ; |
113 | rdfs:label "drill stem test"^^xsd:string ; | 113 | rdfs:label "drill stem test"^^xsd:string ; |
114 | rdfs:subClassOf ep-activity:WellTest ; | 114 | rdfs:subClassOf ep-activity:WellTest ; |
... | @@ -121,85 +121,85 @@ ep-activity:DrillingActivity | ... | @@ -121,85 +121,85 @@ ep-activity:DrillingActivity |
121 | rdfs:subClassOf ep-activity:Activity . | 121 | rdfs:subClassOf ep-activity:Activity . |
122 | 122 | ||
123 | ep-activity:DrillingActivity-bop_test | 123 | ep-activity:DrillingActivity-bop_test |
124 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 124 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
125 | rdfs:comment "drilling activity that is a test of a BOP (Blow-Out Preventer) and related well control equipment and systems"^^xsd:string ; | 125 | rdfs:comment "drilling activity that is a test of a BOP (Blow-Out Preventer) and related well control equipment and systems"^^xsd:string ; |
126 | rdfs:label "drilling activity - BOP test"^^xsd:string ; | 126 | rdfs:label "drilling activity - BOP test"^^xsd:string ; |
127 | rdfs:subClassOf ep-activity:DrillingActivity . | 127 | rdfs:subClassOf ep-activity:DrillingActivity . |
128 | 128 | ||
129 | ep-activity:DrillingActivity-circulation_loss | 129 | ep-activity:DrillingActivity-circulation_loss |
130 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 130 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
131 | rdfs:comment "drilling activity that fails because of the loss of circulation fluid to the surrounding rock formation"^^xsd:string ; | 131 | rdfs:comment "drilling activity that fails because of the loss of circulation fluid to the surrounding rock formation"^^xsd:string ; |
132 | rdfs:label "drilling activity - circulation loss"^^xsd:string ; | 132 | rdfs:label "drilling activity - circulation loss"^^xsd:string ; |
133 | rdfs:subClassOf ep-activity:DrillingActivity . | 133 | rdfs:subClassOf ep-activity:DrillingActivity . |
134 | 134 | ||
135 | ep-activity:DrillingActivity-coiled_tubing | 135 | ep-activity:DrillingActivity-coiled_tubing |
136 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 136 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
137 | 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 ; | 137 | 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 ; |
138 | rdfs:label "drilling activity - coiled tubing"^^xsd:string ; | 138 | rdfs:label "drilling activity - coiled tubing"^^xsd:string ; |
139 | rdfs:subClassOf ep-activity:DrillingActivity . | 139 | rdfs:subClassOf ep-activity:DrillingActivity . |
140 | 140 | ||
141 | ep-activity:DrillingActivity-equipment_failure | 141 | ep-activity:DrillingActivity-equipment_failure |
142 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 142 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
143 | rdfs:comment "drilling activity that fails because of an equipment failure"^^xsd:string ; | 143 | rdfs:comment "drilling activity that fails because of an equipment failure"^^xsd:string ; |
144 | rdfs:label "drilling activity - equipment failure"^^xsd:string ; | 144 | rdfs:label "drilling activity - equipment failure"^^xsd:string ; |
145 | rdfs:subClassOf ep-activity:DrillingActivity . | 145 | rdfs:subClassOf ep-activity:DrillingActivity . |
146 | 146 | ||
147 | ep-activity:DrillingActivity-equipment_hang | 147 | ep-activity:DrillingActivity-equipment_hang |
148 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 148 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
149 | rdfs:comment "drilling activity that fails because of an equipment hang"^^xsd:string ; | 149 | rdfs:comment "drilling activity that fails because of an equipment hang"^^xsd:string ; |
150 | rdfs:label "drilling activity - equipment hang"^^xsd:string ; | 150 | rdfs:label "drilling activity - equipment hang"^^xsd:string ; |
151 | rdfs:subClassOf ep-activity:DrillingActivity . | 151 | rdfs:subClassOf ep-activity:DrillingActivity . |
152 | 152 | ||
153 | ep-activity:DrillingActivity-fixed_equipment | 153 | ep-activity:DrillingActivity-fixed_equipment |
154 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 154 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
155 | 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 ; | 155 | 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 ; |
156 | rdfs:label "drilling activity - fixed equipment"^^xsd:string ; | 156 | rdfs:label "drilling activity - fixed equipment"^^xsd:string ; |
157 | rdfs:subClassOf ep-activity:DrillingActivity . | 157 | rdfs:subClassOf ep-activity:DrillingActivity . |
158 | 158 | ||
159 | ep-activity:DrillingActivity-injury | 159 | ep-activity:DrillingActivity-injury |
160 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 160 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
161 | rdfs:comment "drilling activity that fails because of an injury"^^xsd:string ; | 161 | rdfs:comment "drilling activity that fails because of an injury"^^xsd:string ; |
162 | rdfs:label "drilling activity- injury"^^xsd:string ; | 162 | rdfs:label "drilling activity- injury"^^xsd:string ; |
163 | rdfs:subClassOf ep-activity:DrillingActivity . | 163 | rdfs:subClassOf ep-activity:DrillingActivity . |
164 | 164 | ||
165 | ep-activity:DrillingActivity-kick | 165 | ep-activity:DrillingActivity-kick |
166 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 166 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
167 | rdfs:comment "drilling activity that fails because of fluid within the surrounding rock formation invading the wellbore"^^xsd:string ; | 167 | rdfs:comment "drilling activity that fails because of fluid within the surrounding rock formation invading the wellbore"^^xsd:string ; |
168 | rdfs:label "drilling activity - operation kick"^^xsd:string ; | 168 | rdfs:label "drilling activity - operation kick"^^xsd:string ; |
169 | rdfs:subClassOf ep-activity:DrillingActivity . | 169 | rdfs:subClassOf ep-activity:DrillingActivity . |
170 | 170 | ||
171 | ep-activity:DrillingActivity-mud_loss | 171 | ep-activity:DrillingActivity-mud_loss |
172 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 172 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
173 | rdfs:comment "drilling activity that fails because circulation is prevented by plugging or a failure of equipment"^^xsd:string ; | 173 | rdfs:comment "drilling activity that fails because circulation is prevented by plugging or a failure of equipment"^^xsd:string ; |
174 | rdfs:label "drilling activity - mud loss"^^xsd:string ; | 174 | rdfs:label "drilling activity - mud loss"^^xsd:string ; |
175 | rdfs:subClassOf ep-activity:DrillingActivity . | 175 | rdfs:subClassOf ep-activity:DrillingActivity . |
176 | 176 | ||
177 | ep-activity:DrillingActivity-operation_failed | 177 | ep-activity:DrillingActivity-operation_failed |
178 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 178 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
179 | rdfs:comment "drilling activity that fails"^^xsd:string ; | 179 | rdfs:comment "drilling activity that fails"^^xsd:string ; |
180 | rdfs:label "drilling activity - operation failed"^^xsd:string ; | 180 | rdfs:label "drilling activity - operation failed"^^xsd:string ; |
181 | rdfs:subClassOf ep-activity:DrillingActivity . | 181 | rdfs:subClassOf ep-activity:DrillingActivity . |
182 | 182 | ||
183 | ep-activity:DrillingActivity-snubbing | 183 | ep-activity:DrillingActivity-snubbing |
184 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 184 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
185 | rdfs:comment "drilling activity that is snubbing and that is performed by equipment not permanently installed on the platform"^^xsd:string ; | 185 | rdfs:comment "drilling activity that is snubbing and that is performed by equipment not permanently installed on the platform"^^xsd:string ; |
186 | rdfs:label "drilling activity - snubbing"^^xsd:string ; | 186 | rdfs:label "drilling activity - snubbing"^^xsd:string ; |
187 | rdfs:subClassOf ep-activity:DrillingActivity . | 187 | rdfs:subClassOf ep-activity:DrillingActivity . |
188 | 188 | ||
189 | ep-activity:DrillingActivity-stuck_equipment | 189 | ep-activity:DrillingActivity-stuck_equipment |
190 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 190 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
191 | rdfs:comment "drilling activity that fails because of equipment stuck in a wellbore"^^xsd:string ; | 191 | rdfs:comment "drilling activity that fails because of equipment stuck in a wellbore"^^xsd:string ; |
192 | rdfs:label "drilling activity - stuck equipment"^^xsd:string ; | 192 | rdfs:label "drilling activity - stuck equipment"^^xsd:string ; |
193 | rdfs:subClassOf ep-activity:DrillingActivity . | 193 | rdfs:subClassOf ep-activity:DrillingActivity . |
194 | 194 | ||
195 | ep-activity:DrillingActivity-success | 195 | ep-activity:DrillingActivity-success |
196 | - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; | 196 | + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ; |
197 | rdfs:comment "drilling activity that succeeds"^^xsd:string ; | 197 | rdfs:comment "drilling activity that succeeds"^^xsd:string ; |
198 | rdfs:label "drilling activity - success"^^xsd:string ; | 198 | rdfs:label "drilling activity - success"^^xsd:string ; |
199 | rdfs:subClassOf ep-activity:DrillingActivity . | 199 | rdfs:subClassOf ep-activity:DrillingActivity . |
200 | 200 | ||
201 | ep-activity:DrillingActivity-wire_line | 201 | ep-activity:DrillingActivity-wire_line |
202 | - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; | 202 | + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; |
203 | 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 ; | 203 | 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 ; |
204 | rdfs:label "drilling activity - wireline"^^xsd:string ; | 204 | rdfs:label "drilling activity - wireline"^^xsd:string ; |
205 | rdfs:subClassOf ep-activity:DrillingActivity . | 205 | rdfs:subClassOf ep-activity:DrillingActivity . |
... | @@ -229,7 +229,7 @@ ep-activity:ExtractAWellCore | ... | @@ -229,7 +229,7 @@ ep-activity:ExtractAWellCore |
229 | rdfs:subClassOf ep-activity:WellOperation . | 229 | rdfs:subClassOf ep-activity:WellOperation . |
230 | 230 | ||
231 | ep-activity:FailedActivity | 231 | ep-activity:FailedActivity |
232 | - rdf:type ep-activity:ActivitySuccessType , owl:Class ; | 232 | + rdf:type owl:Class , ep-activity:ActivitySuccessType ; |
233 | rdfs:comment "activity that fails"^^xsd:string ; | 233 | rdfs:comment "activity that fails"^^xsd:string ; |
234 | rdfs:label "failed activity"^^xsd:string ; | 234 | rdfs:label "failed activity"^^xsd:string ; |
235 | rdfs:subClassOf ep-activity:Activity ; | 235 | rdfs:subClassOf ep-activity:Activity ; |
... | @@ -242,7 +242,7 @@ ep-activity:FluidReading | ... | @@ -242,7 +242,7 @@ ep-activity:FluidReading |
242 | rdfs:subClassOf ep-activity:Activity . | 242 | rdfs:subClassOf ep-activity:Activity . |
243 | 243 | ||
244 | ep-activity:FormationIntegrityTest | 244 | ep-activity:FormationIntegrityTest |
245 | - rdf:type ep-activity:PressureTestType , owl:Class ; | 245 | + rdf:type owl:Class , ep-activity:PressureTestType ; |
246 | rdfs:comment "wellbore pressure test that is a formation integrity test. NOTE If the formation is not able to withstand the given pressure, the result of the test is the strength of the formation. (source DDR-XSD)"^^xsd:string ; | 246 | rdfs:comment "wellbore pressure test that is a formation integrity test. NOTE If the formation is not able to withstand the given pressure, the result of the test is the strength of the formation. (source DDR-XSD)"^^xsd:string ; |
247 | rdfs:label "formation integrity test"^^xsd:string ; | 247 | rdfs:label "formation integrity test"^^xsd:string ; |
248 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 248 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
... | @@ -327,7 +327,7 @@ ep-activity:IssueAReport | ... | @@ -327,7 +327,7 @@ ep-activity:IssueAReport |
327 | rdfs:comment "activity that is issuing a report"^^xsd:string . | 327 | rdfs:comment "activity that is issuing a report"^^xsd:string . |
328 | 328 | ||
329 | ep-activity:LeakOffTest | 329 | ep-activity:LeakOffTest |
330 | - rdf:type ep-activity:PressureTestType , owl:Class ; | 330 | + rdf:type owl:Class , ep-activity:PressureTestType ; |
331 | rdfs:comment "wellbore pressure test that is a leak-off test where the well is shut in and fluid is pumped into the wellbore gradually to increase the pressure that the formation experiences. NOTE A leakoff test is usually conducted immediately after drilling below a new casing shoe. (source DDR-XSD)"^^xsd:string ; | 331 | rdfs:comment "wellbore pressure test that is a leak-off test where the well is shut in and fluid is pumped into the wellbore gradually to increase the pressure that the formation experiences. NOTE A leakoff test is usually conducted immediately after drilling below a new casing shoe. (source DDR-XSD)"^^xsd:string ; |
332 | rdfs:label "leak-off test"^^xsd:string ; | 332 | rdfs:label "leak-off test"^^xsd:string ; |
333 | rdfs:subClassOf ep-activity:WellBorePressureTest ; | 333 | rdfs:subClassOf ep-activity:WellBorePressureTest ; |
... | @@ -367,14 +367,14 @@ ep-activity:PorePressureDeterminationType | ... | @@ -367,14 +367,14 @@ ep-activity:PorePressureDeterminationType |
367 | rdfs:subClassOf owl:Class . | 367 | rdfs:subClassOf owl:Class . |
368 | 368 | ||
369 | ep-activity:PorePressureEstimation | 369 | ep-activity:PorePressureEstimation |
370 | - rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; | 370 | + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; |
371 | rdfs:comment "pore pressure determination that is an estimation"^^xsd:string ; | 371 | rdfs:comment "pore pressure determination that is an estimation"^^xsd:string ; |
372 | rdfs:label "pore pressure estimation"^^xsd:string ; | 372 | rdfs:label "pore pressure estimation"^^xsd:string ; |
373 | rdfs:subClassOf ep-activity:PorePressureDetermination ; | 373 | rdfs:subClassOf ep-activity:PorePressureDetermination ; |
374 | owl:disjointWith ep-activity:PorePressureMeasurement . | 374 | owl:disjointWith ep-activity:PorePressureMeasurement . |
375 | 375 | ||
376 | ep-activity:PorePressureMeasurement | 376 | ep-activity:PorePressureMeasurement |
377 | - rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; | 377 | + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; |
378 | rdfs:comment "pore pressure determination that is a measurement"^^xsd:string ; | 378 | rdfs:comment "pore pressure determination that is a measurement"^^xsd:string ; |
379 | rdfs:label "pore pressure measurement"^^xsd:string ; | 379 | rdfs:label "pore pressure measurement"^^xsd:string ; |
380 | rdfs:subClassOf ep-activity:PorePressureDetermination ; | 380 | rdfs:subClassOf ep-activity:PorePressureDetermination ; |
... | @@ -399,7 +399,7 @@ ep-activity:ProductionActivity | ... | @@ -399,7 +399,7 @@ ep-activity:ProductionActivity |
399 | rdfs:subClassOf ep-activity:Activity . | 399 | rdfs:subClassOf ep-activity:Activity . |
400 | 400 | ||
401 | ep-activity:ProductionTest | 401 | ep-activity:ProductionTest |
402 | - rdf:type ep-activity:WellTestType , owl:Class ; | 402 | + rdf:type owl:Class , ep-activity:WellTestType ; |
403 | rdfs:comment "a well test that is intended to determine the daily rate of oil, gas, and water production from a (potential) reservoir"^^xsd:string ; | 403 | rdfs:comment "a well test that is intended to determine the daily rate of oil, gas, and water production from a (potential) reservoir"^^xsd:string ; |
404 | rdfs:label "production test"^^xsd:string ; | 404 | rdfs:label "production test"^^xsd:string ; |
405 | rdfs:subClassOf ep-activity:WellTest ; | 405 | rdfs:subClassOf ep-activity:WellTest ; |
... | @@ -409,7 +409,7 @@ ep-activity:ProductionWellTest | ... | @@ -409,7 +409,7 @@ ep-activity:ProductionWellTest |
409 | rdfs:comment "well test that is a production activity"^^xsd:string . | 409 | rdfs:comment "well test that is a production activity"^^xsd:string . |
410 | 410 | ||
411 | ep-activity:SuccessfulActivity | 411 | ep-activity:SuccessfulActivity |
412 | - rdf:type ep-activity:ActivitySuccessType , owl:Class ; | 412 | + rdf:type owl:Class , ep-activity:ActivitySuccessType ; |
413 | rdfs:comment "activity that succeeds"^^xsd:string ; | 413 | rdfs:comment "activity that succeeds"^^xsd:string ; |
414 | rdfs:label "successful activity"^^xsd:string ; | 414 | rdfs:label "successful activity"^^xsd:string ; |
415 | rdfs:subClassOf ep-activity:Activity ; | 415 | rdfs:subClassOf ep-activity:Activity ; |
... | @@ -476,26 +476,26 @@ ep-activity:WellCementJob | ... | @@ -476,26 +476,26 @@ ep-activity:WellCementJob |
476 | rdfs:subClassOf ep-activity:WellOperation . | 476 | rdfs:subClassOf ep-activity:WellOperation . |
477 | 477 | ||
478 | ep-activity:WellCementJob-other | 478 | ep-activity:WellCementJob-other |
479 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 479 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
480 | rdfs:comment "well cement job that is of a type not enumerated within the DDR XML schema"^^xsd:string ; | 480 | rdfs:comment "well cement job that is of a type not enumerated within the DDR XML schema"^^xsd:string ; |
481 | rdfs:label "well cement job other"^^xsd:string ; | 481 | rdfs:label "well cement job other"^^xsd:string ; |
482 | rdfs:subClassOf ep-activity:WellCementJob ; | 482 | rdfs:subClassOf ep-activity:WellCementJob ; |
483 | - owl:disjointWith ep-activity:WellCementJob-plug , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-squeeze . | 483 | + owl:disjointWith ep-activity:WellCementJob-squeeze , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-plug . |
484 | 484 | ||
485 | ep-activity:WellCementJob-plug | 485 | ep-activity:WellCementJob-plug |
486 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 486 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
487 | rdfs:comment "well cement job that is intended to plug"^^xsd:string ; | 487 | rdfs:comment "well cement job that is intended to plug"^^xsd:string ; |
488 | rdfs:label "well cement job plug"^^xsd:string ; | 488 | rdfs:label "well cement job plug"^^xsd:string ; |
489 | rdfs:subClassOf ep-activity:WellCementJob . | 489 | rdfs:subClassOf ep-activity:WellCementJob . |
490 | 490 | ||
491 | ep-activity:WellCementJob-primary | 491 | ep-activity:WellCementJob-primary |
492 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 492 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
493 | rdfs:comment "well cement job that is primary"^^xsd:string ; | 493 | rdfs:comment "well cement job that is primary"^^xsd:string ; |
494 | rdfs:label "well cement job primary"^^xsd:string ; | 494 | rdfs:label "well cement job primary"^^xsd:string ; |
495 | rdfs:subClassOf ep-activity:WellCementJob . | 495 | rdfs:subClassOf ep-activity:WellCementJob . |
496 | 496 | ||
497 | ep-activity:WellCementJob-squeeze | 497 | ep-activity:WellCementJob-squeeze |
498 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 498 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
499 | rdfs:comment "well cement job that is intended to squeeze"^^xsd:string ; | 499 | rdfs:comment "well cement job that is intended to squeeze"^^xsd:string ; |
500 | rdfs:label "well cement job squeeze"^^xsd:string ; | 500 | rdfs:label "well cement job squeeze"^^xsd:string ; |
501 | rdfs:subClassOf ep-activity:WellCementJob . | 501 | rdfs:subClassOf ep-activity:WellCementJob . |
... | @@ -549,84 +549,84 @@ ep-activity:WellCementJobTopPlugType | ... | @@ -549,84 +549,84 @@ ep-activity:WellCementJobTopPlugType |
549 | rdfs:subClassOf owl:Class . | 549 | rdfs:subClassOf owl:Class . |
550 | 550 | ||
551 | ep-activity:WellCementJobWithBottomPlug | 551 | ep-activity:WellCementJobWithBottomPlug |
552 | - rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; | 552 | + rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; |
553 | rdfs:comment "well cement job that has a bottom plug"^^xsd:string ; | 553 | rdfs:comment "well cement job that has a bottom plug"^^xsd:string ; |
554 | rdfs:label "well cement job with bottom plug"^^xsd:string ; | 554 | rdfs:label "well cement job with bottom plug"^^xsd:string ; |
555 | rdfs:subClassOf ep-activity:WellCementJob ; | 555 | rdfs:subClassOf ep-activity:WellCementJob ; |
556 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . | 556 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . |
557 | 557 | ||
558 | ep-activity:WellCementJobWithCasingReciprocation | 558 | ep-activity:WellCementJobWithCasingReciprocation |
559 | - rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; | 559 | + rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; |
560 | rdfs:comment "well cement job that has casing reciprocation"^^xsd:string ; | 560 | rdfs:comment "well cement job that has casing reciprocation"^^xsd:string ; |
561 | rdfs:label "well cement job with casing reciprocation"^^xsd:string ; | 561 | rdfs:label "well cement job with casing reciprocation"^^xsd:string ; |
562 | rdfs:subClassOf ep-activity:WellCementJob ; | 562 | rdfs:subClassOf ep-activity:WellCementJob ; |
563 | owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . | 563 | owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . |
564 | 564 | ||
565 | ep-activity:WellCementJobWithCasingRotation | 565 | ep-activity:WellCementJobWithCasingRotation |
566 | - rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; | 566 | + rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; |
567 | rdfs:comment "well cement job that has casing rotation"^^xsd:string ; | 567 | rdfs:comment "well cement job that has casing rotation"^^xsd:string ; |
568 | rdfs:label "well cement job with casing rotation"^^xsd:string ; | 568 | rdfs:label "well cement job with casing rotation"^^xsd:string ; |
569 | rdfs:subClassOf ep-activity:WellCementJob ; | 569 | rdfs:subClassOf ep-activity:WellCementJob ; |
570 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . | 570 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . |
571 | 571 | ||
572 | ep-activity:WellCementJobWithFloatHolding | 572 | ep-activity:WellCementJobWithFloatHolding |
573 | - rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; | 573 | + rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; |
574 | rdfs:comment "well cement job that has float holding"^^xsd:string ; | 574 | rdfs:comment "well cement job that has float holding"^^xsd:string ; |
575 | rdfs:label "well cement job with float holding"^^xsd:string ; | 575 | rdfs:label "well cement job with float holding"^^xsd:string ; |
576 | rdfs:subClassOf ep-activity:WellCementJob ; | 576 | rdfs:subClassOf ep-activity:WellCementJob ; |
577 | owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . | 577 | owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . |
578 | 578 | ||
579 | ep-activity:WellCementJobWithPlugBumping | 579 | ep-activity:WellCementJobWithPlugBumping |
580 | - rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; | 580 | + rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; |
581 | rdfs:comment "well cement job that has plug bumping"^^xsd:string ; | 581 | rdfs:comment "well cement job that has plug bumping"^^xsd:string ; |
582 | rdfs:label "well cement job with plug bumping"^^xsd:string ; | 582 | rdfs:label "well cement job with plug bumping"^^xsd:string ; |
583 | rdfs:subClassOf ep-activity:WellCementJob ; | 583 | rdfs:subClassOf ep-activity:WellCementJob ; |
584 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . | 584 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . |
585 | 585 | ||
586 | ep-activity:WellCementJobWithTopPlug | 586 | ep-activity:WellCementJobWithTopPlug |
587 | - rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; | 587 | + rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; |
588 | rdfs:comment "well cement job that has a top plug"^^xsd:string ; | 588 | rdfs:comment "well cement job that has a top plug"^^xsd:string ; |
589 | rdfs:label "well cement job with top plug"^^xsd:string ; | 589 | rdfs:label "well cement job with top plug"^^xsd:string ; |
590 | rdfs:subClassOf ep-activity:WellCementJob ; | 590 | rdfs:subClassOf ep-activity:WellCementJob ; |
591 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . | 591 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . |
592 | 592 | ||
593 | ep-activity:WellCementJobWithoutBottomPlug | 593 | ep-activity:WellCementJobWithoutBottomPlug |
594 | - rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; | 594 | + rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; |
595 | rdfs:comment "well cement job that does not have a bottom plug"^^xsd:string ; | 595 | rdfs:comment "well cement job that does not have a bottom plug"^^xsd:string ; |
596 | rdfs:label "well cement job without bottom plug"^^xsd:string ; | 596 | rdfs:label "well cement job without bottom plug"^^xsd:string ; |
597 | rdfs:subClassOf ep-activity:WellCementJob ; | 597 | rdfs:subClassOf ep-activity:WellCementJob ; |
598 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . | 598 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . |
599 | 599 | ||
600 | ep-activity:WellCementJobWithoutCasingReciprocation | 600 | ep-activity:WellCementJobWithoutCasingReciprocation |
601 | - rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; | 601 | + rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; |
602 | rdfs:comment "well cement job that does not have casing reciprocation"^^xsd:string ; | 602 | rdfs:comment "well cement job that does not have casing reciprocation"^^xsd:string ; |
603 | rdfs:label "well cement job without casing reciprocation"^^xsd:string ; | 603 | rdfs:label "well cement job without casing reciprocation"^^xsd:string ; |
604 | rdfs:subClassOf ep-activity:WellCementJob ; | 604 | rdfs:subClassOf ep-activity:WellCementJob ; |
605 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . | 605 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . |
606 | 606 | ||
607 | ep-activity:WellCementJobWithoutCasingRotation | 607 | ep-activity:WellCementJobWithoutCasingRotation |
608 | - rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; | 608 | + rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; |
609 | rdfs:comment "well cement job that does not have casing rotation"^^xsd:string ; | 609 | rdfs:comment "well cement job that does not have casing rotation"^^xsd:string ; |
610 | rdfs:label "well cement job without casing rotation"^^xsd:string ; | 610 | rdfs:label "well cement job without casing rotation"^^xsd:string ; |
611 | rdfs:subClassOf ep-activity:WellCementJob ; | 611 | rdfs:subClassOf ep-activity:WellCementJob ; |
612 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . | 612 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . |
613 | 613 | ||
614 | ep-activity:WellCementJobWithoutFloatHolding | 614 | ep-activity:WellCementJobWithoutFloatHolding |
615 | - rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; | 615 | + rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; |
616 | rdfs:comment "well cement job that does not have float holding"^^xsd:string ; | 616 | rdfs:comment "well cement job that does not have float holding"^^xsd:string ; |
617 | rdfs:label "well cement job without float holding"^^xsd:string ; | 617 | rdfs:label "well cement job without float holding"^^xsd:string ; |
618 | rdfs:subClassOf ep-activity:WellCementJob ; | 618 | rdfs:subClassOf ep-activity:WellCementJob ; |
619 | owl:disjointWith ep-activity:WellCementJobWithFloatHolding . | 619 | owl:disjointWith ep-activity:WellCementJobWithFloatHolding . |
620 | 620 | ||
621 | ep-activity:WellCementJobWithoutPlugBumping | 621 | ep-activity:WellCementJobWithoutPlugBumping |
622 | - rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; | 622 | + rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; |
623 | rdfs:comment "well cement job that does not have plug bumping"^^xsd:string ; | 623 | rdfs:comment "well cement job that does not have plug bumping"^^xsd:string ; |
624 | rdfs:label "well cement job without plug bumping"^^xsd:string ; | 624 | rdfs:label "well cement job without plug bumping"^^xsd:string ; |
625 | rdfs:subClassOf ep-activity:WellCementJob ; | 625 | rdfs:subClassOf ep-activity:WellCementJob ; |
626 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . | 626 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . |
627 | 627 | ||
628 | ep-activity:WellCementJobWithoutTopPlug | 628 | ep-activity:WellCementJobWithoutTopPlug |
629 | - rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; | 629 | + rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; |
630 | rdfs:comment "well cement job that does not have a top plug"^^xsd:string ; | 630 | rdfs:comment "well cement job that does not have a top plug"^^xsd:string ; |
631 | rdfs:label "well cement job without top plug"^^xsd:string ; | 631 | rdfs:label "well cement job without top plug"^^xsd:string ; |
632 | rdfs:subClassOf ep-activity:WellCementJob ; | 632 | rdfs:subClassOf ep-activity:WellCementJob ; |
... | @@ -645,14 +645,14 @@ ep-activity:WellCementPumpingFluidReturnType | ... | @@ -645,14 +645,14 @@ ep-activity:WellCementPumpingFluidReturnType |
645 | rdfs:subClassOf owl:Class . | 645 | rdfs:subClassOf owl:Class . |
646 | 646 | ||
647 | ep-activity:WellCementPumpingWithFluidReturn | 647 | ep-activity:WellCementPumpingWithFluidReturn |
648 | - rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; | 648 | + rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; |
649 | rdfs:comment "well cement pumping that has fluid return"^^xsd:string ; | 649 | rdfs:comment "well cement pumping that has fluid return"^^xsd:string ; |
650 | rdfs:label "well cement pumping with fluid return"^^xsd:string ; | 650 | rdfs:label "well cement pumping with fluid return"^^xsd:string ; |
651 | rdfs:subClassOf ep-activity:WellCementPumping ; | 651 | rdfs:subClassOf ep-activity:WellCementPumping ; |
652 | owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . | 652 | owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . |
653 | 653 | ||
654 | ep-activity:WellCementPumpingWithoutFluidReturn | 654 | ep-activity:WellCementPumpingWithoutFluidReturn |
655 | - rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; | 655 | + rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; |
656 | rdfs:comment "well cement pumping that does not have fluid return"^^xsd:string ; | 656 | rdfs:comment "well cement pumping that does not have fluid return"^^xsd:string ; |
657 | rdfs:label "well cement pumping without fluid return"^^xsd:string ; | 657 | rdfs:label "well cement pumping without fluid return"^^xsd:string ; |
658 | rdfs:subClassOf ep-activity:WellCementPumping ; | 658 | rdfs:subClassOf ep-activity:WellCementPumping ; |
... | @@ -671,32 +671,32 @@ ep-activity:WellControlIncident | ... | @@ -671,32 +671,32 @@ ep-activity:WellControlIncident |
671 | rdfs:subClassOf ep-activity:WellOperation . | 671 | rdfs:subClassOf ep-activity:WellOperation . |
672 | 672 | ||
673 | ep-activity:WellControlIncident-gas_kick | 673 | ep-activity:WellControlIncident-gas_kick |
674 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 674 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
675 | rdfs:comment "well control incident that is a gas kick"^^xsd:string ; | 675 | rdfs:comment "well control incident that is a gas kick"^^xsd:string ; |
676 | rdfs:label "well control incident gas kick"^^xsd:string ; | 676 | rdfs:label "well control incident gas kick"^^xsd:string ; |
677 | rdfs:subClassOf ep-activity:WellControlIncident ; | 677 | rdfs:subClassOf ep-activity:WellControlIncident ; |
678 | - owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick . | 678 | + owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick . |
679 | 679 | ||
680 | ep-activity:WellControlIncident-oil_kick | 680 | ep-activity:WellControlIncident-oil_kick |
681 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 681 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
682 | rdfs:comment "well control incident that is an oil kick"^^xsd:string ; | 682 | rdfs:comment "well control incident that is an oil kick"^^xsd:string ; |
683 | rdfs:label "well control incident oil kick"^^xsd:string ; | 683 | rdfs:label "well control incident oil kick"^^xsd:string ; |
684 | rdfs:subClassOf ep-activity:WellControlIncident ; | 684 | rdfs:subClassOf ep-activity:WellControlIncident ; |
685 | - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick . | 685 | + owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-gas_kick . |
686 | 686 | ||
687 | ep-activity:WellControlIncident-shallow_gas_kick | 687 | ep-activity:WellControlIncident-shallow_gas_kick |
688 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 688 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
689 | rdfs:comment "well control incident that is a shallow gas kick"^^xsd:string ; | 689 | rdfs:comment "well control incident that is a shallow gas kick"^^xsd:string ; |
690 | rdfs:label "well control incident shallow gas kick"^^xsd:string ; | 690 | rdfs:label "well control incident shallow gas kick"^^xsd:string ; |
691 | rdfs:subClassOf ep-activity:WellControlIncident ; | 691 | rdfs:subClassOf ep-activity:WellControlIncident ; |
692 | - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick . | 692 | + owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-gas_kick . |
693 | 693 | ||
694 | ep-activity:WellControlIncident-water_kick | 694 | ep-activity:WellControlIncident-water_kick |
695 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 695 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
696 | rdfs:comment "well control incident that is a water kick"^^xsd:string ; | 696 | rdfs:comment "well control incident that is a water kick"^^xsd:string ; |
697 | rdfs:label "well control incident water kick"^^xsd:string ; | 697 | rdfs:label "well control incident water kick"^^xsd:string ; |
698 | rdfs:subClassOf ep-activity:WellControlIncident ; | 698 | rdfs:subClassOf ep-activity:WellControlIncident ; |
699 | - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick . | 699 | + owl:disjointWith ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-gas_kick . |
700 | 700 | ||
701 | ep-activity:WellControlIncidentType | 701 | ep-activity:WellControlIncidentType |
702 | rdf:type rdfs:Class ; | 702 | rdf:type rdfs:Class ; |
... | @@ -777,7 +777,7 @@ ep-activity:WellTest | ... | @@ -777,7 +777,7 @@ ep-activity:WellTest |
777 | 777 | ||
778 | ep-activity:WellTestType | 778 | ep-activity:WellTestType |
779 | rdf:type rdfs:Class ; | 779 | rdf:type rdfs:Class ; |
780 | - rdfs:comment "class of well test on the basis of what information is sought by the test"^^xsd:string ; | 780 | + rdfs:comment "class that consists of the subclasses of well test defined by the WellTestType enumeration in the MPR-XSD and two other subclasses of well test on the basis of what information is sought by the test - DrillStemTest and ProductionTest - left over from the DPR"^^xsd:string ; |
781 | rdfs:label "well test type"^^xsd:string ; | 781 | rdfs:label "well test type"^^xsd:string ; |
782 | rdfs:subClassOf owl:Class . | 782 | rdfs:subClassOf owl:Class . |
783 | 783 | ||
... | @@ -794,14 +794,14 @@ ep-activity:WirelineFormationTestType | ... | @@ -794,14 +794,14 @@ ep-activity:WirelineFormationTestType |
794 | rdfs:subClassOf owl:Class . | 794 | rdfs:subClassOf owl:Class . |
795 | 795 | ||
796 | ep-activity:WirelineFormationTestWithGoodSeal | 796 | ep-activity:WirelineFormationTestWithGoodSeal |
797 | - rdf:type ep-activity:WirelineFormationTestType , owl:Class ; | 797 | + rdf:type owl:Class , ep-activity:WirelineFormationTestType ; |
798 | rdfs:comment "wireline formation test that has a good seal"^^xsd:string ; | 798 | rdfs:comment "wireline formation test that has a good seal"^^xsd:string ; |
799 | rdfs:label "wireline formation test with a good seal"^^xsd:string ; | 799 | rdfs:label "wireline formation test with a good seal"^^xsd:string ; |
800 | rdfs:subClassOf ep-activity:WirelineFormationTest ; | 800 | rdfs:subClassOf ep-activity:WirelineFormationTest ; |
801 | owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . | 801 | owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . |
802 | 802 | ||
803 | ep-activity:WirelineFormationTestWithoutGoodSeal | 803 | ep-activity:WirelineFormationTestWithoutGoodSeal |
804 | - rdf:type ep-activity:WirelineFormationTestType , owl:Class ; | 804 | + rdf:type owl:Class , ep-activity:WirelineFormationTestType ; |
805 | rdfs:comment "wireline formation test that does not have a good seal"^^xsd:string ; | 805 | rdfs:comment "wireline formation test that does not have a good seal"^^xsd:string ; |
806 | rdfs:label "wireline formation test without a good seal"^^xsd:string ; | 806 | rdfs:label "wireline formation test without a good seal"^^xsd:string ; |
807 | rdfs:subClassOf ep-activity:WirelineFormationTest ; | 807 | rdfs:subClassOf ep-activity:WirelineFormationTest ; |
... | @@ -811,14 +811,14 @@ ep-activity:approver | ... | @@ -811,14 +811,14 @@ ep-activity:approver |
811 | rdfs:comment "person or organization that is the approver in an approve a report activity"^^xsd:string . | 811 | rdfs:comment "person or organization that is the approver in an approve a report activity"^^xsd:string . |
812 | 812 | ||
813 | ep-activity:averageRateOfDrilling | 813 | ep-activity:averageRateOfDrilling |
814 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 814 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
815 | rdfs:comment "class_of_indirect_property that is the average rate of drilling for a drilling activity"^^xsd:string ; | 815 | rdfs:comment "class_of_indirect_property that is the average rate of drilling for a drilling activity"^^xsd:string ; |
816 | rdfs:domain ep-activity:DrillingActivity ; | 816 | rdfs:domain ep-activity:DrillingActivity ; |
817 | rdfs:label "average rate of drilling"^^xsd:string ; | 817 | rdfs:label "average rate of drilling"^^xsd:string ; |
818 | rdfs:range ep-core:Speed . | 818 | rdfs:range ep-core:Speed . |
819 | 819 | ||
820 | ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod | 820 | ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod |
821 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 821 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
822 | rdfs:comment "report that is a description of activities following the daily drilling activity for the reporting period"^^xsd:string ; | 822 | rdfs:comment "report that is a description of activities following the daily drilling activity for the reporting period"^^xsd:string ; |
823 | rdfs:domain ep-activity:DailyDrillingActivity ; | 823 | rdfs:domain ep-activity:DailyDrillingActivity ; |
824 | rdfs:label "description of activities following the daily reporting period"^^xsd:string ; | 824 | rdfs:label "description of activities following the daily reporting period"^^xsd:string ; |
... | @@ -837,28 +837,28 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod | ... | @@ -837,28 +837,28 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod |
837 | rdfs:label "description of activities within the daily reporting period"^^xsd:string . | 837 | rdfs:label "description of activities within the daily reporting period"^^xsd:string . |
838 | 838 | ||
839 | ep-activity:distanceDrilled | 839 | ep-activity:distanceDrilled |
840 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 840 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
841 | rdfs:comment "class_of_indirect_property that is the distance drilled by a drilling activity"^^xsd:string ; | 841 | rdfs:comment "class_of_indirect_property that is the distance drilled by a drilling activity"^^xsd:string ; |
842 | rdfs:domain ep-activity:DrillingActivity ; | 842 | rdfs:domain ep-activity:DrillingActivity ; |
843 | rdfs:label "distance drilled"^^xsd:string ; | 843 | rdfs:label "distance drilled"^^xsd:string ; |
844 | rdfs:range ep-core:Length . | 844 | rdfs:range ep-core:Length . |
845 | 845 | ||
846 | ep-activity:drillingContractor | 846 | ep-activity:drillingContractor |
847 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 847 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
848 | rdfs:comment "organization that is contracted to perform a drilling activity"^^xsd:string ; | 848 | rdfs:comment "organization that is contracted to perform a drilling activity"^^xsd:string ; |
849 | rdfs:domain ep-activity:DrillingActivity ; | 849 | rdfs:domain ep-activity:DrillingActivity ; |
850 | rdfs:label "drilling contractor"^^xsd:string ; | 850 | rdfs:label "drilling contractor"^^xsd:string ; |
851 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 851 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
852 | 852 | ||
853 | ep-activity:drillingOperator | 853 | ep-activity:drillingOperator |
854 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 854 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
855 | - rdfs:comment "Corresponds to Drilling Operator field in WellBore tables"^^xsd:string , "organization that operates the facility that performs a drilling activity"^^xsd:string ; | 855 | + rdfs:comment "organization that operates the facility that performs a drilling activity"^^xsd:string , "Corresponds to Drilling Operator field in WellBore tables"^^xsd:string ; |
856 | rdfs:domain ep-activity:DrillingActivity ; | 856 | rdfs:domain ep-activity:DrillingActivity ; |
857 | rdfs:label "drilling operator"^^xsd:string ; | 857 | rdfs:label "drilling operator"^^xsd:string ; |
858 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 858 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
859 | 859 | ||
860 | ep-activity:existsThroughout | 860 | ep-activity:existsThroughout |
861 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 861 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
862 | rdfs:comment "identification of a period of time that a physical thing exists throughout (an ISO 15926 template)"^^xsd:string ; | 862 | rdfs:comment "identification of a period of time that a physical thing exists throughout (an ISO 15926 template)"^^xsd:string ; |
863 | rdfs:domain ep-core:PhysicalThing ; | 863 | rdfs:domain ep-core:PhysicalThing ; |
864 | rdfs:label "exists throughout"^^xsd:string . | 864 | rdfs:label "exists throughout"^^xsd:string . |
... | @@ -877,42 +877,42 @@ ep-activity:failedEquipment | ... | @@ -877,42 +877,42 @@ ep-activity:failedEquipment |
877 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 877 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
878 | 878 | ||
879 | ep-activity:finalRateOfDrilling | 879 | ep-activity:finalRateOfDrilling |
880 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 880 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
881 | rdfs:comment "class_of_indirect_property that is the rate of drilling at the end of a drilling activity"^^xsd:string ; | 881 | rdfs:comment "class_of_indirect_property that is the rate of drilling at the end of a drilling activity"^^xsd:string ; |
882 | rdfs:domain ep-activity:DrillingActivity ; | 882 | rdfs:domain ep-activity:DrillingActivity ; |
883 | rdfs:label "final rate of drilling"^^xsd:string ; | 883 | rdfs:label "final rate of drilling"^^xsd:string ; |
884 | rdfs:range ep-core:Speed . | 884 | rdfs:range ep-core:Speed . |
885 | 885 | ||
886 | ep-activity:finishedAt | 886 | ep-activity:finishedAt |
887 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 887 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
888 | rdfs:comment "UTC representation of the finishing time for an activity (an ISO 15926 template)"^^xsd:string ; | 888 | rdfs:comment "UTC representation of the finishing time for an activity (an ISO 15926 template)"^^xsd:string ; |
889 | rdfs:domain ep-core:PhysicalThing ; | 889 | rdfs:domain ep-core:PhysicalThing ; |
890 | rdfs:label "finished at"^^xsd:string ; | 890 | rdfs:label "finished at"^^xsd:string ; |
891 | rdfs:range xsd:dateTime . | 891 | rdfs:range xsd:dateTime . |
892 | 892 | ||
893 | ep-activity:fluidProducedByWellTest | 893 | ep-activity:fluidProducedByWellTest |
894 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 894 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
895 | rdfs:comment "quantity of material that is produced by a well test"^^xsd:string ; | 895 | rdfs:comment "quantity of material that is produced by a well test"^^xsd:string ; |
896 | rdfs:domain ep-activity:WellTest ; | 896 | rdfs:domain ep-activity:WellTest ; |
897 | rdfs:label "fluid produced by well test"^^xsd:string ; | 897 | rdfs:label "fluid produced by well test"^^xsd:string ; |
898 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . | 898 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . |
899 | 899 | ||
900 | ep-activity:hasChokeValve | 900 | ep-activity:hasChokeValve |
901 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 901 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
902 | rdfs:comment "choke valve that is for a drilling activity"^^xsd:string ; | 902 | rdfs:comment "choke valve that is for a drilling activity"^^xsd:string ; |
903 | rdfs:domain ep-activity:DrillingActivity ; | 903 | rdfs:domain ep-activity:DrillingActivity ; |
904 | rdfs:label "has choke valve"^^xsd:string ; | 904 | rdfs:label "has choke valve"^^xsd:string ; |
905 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . | 905 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . |
906 | 906 | ||
907 | ep-activity:hasDrillBit | 907 | ep-activity:hasDrillBit |
908 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 908 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
909 | rdfs:comment "drill bit that is used by a drilling activity"^^xsd:string ; | 909 | rdfs:comment "drill bit that is used by a drilling activity"^^xsd:string ; |
910 | rdfs:domain ep-activity:DrillingActivity ; | 910 | rdfs:domain ep-activity:DrillingActivity ; |
911 | rdfs:label "has drill bit"^^xsd:string ; | 911 | rdfs:label "has drill bit"^^xsd:string ; |
912 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . | 912 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . |
913 | 913 | ||
914 | ep-activity:hasDrillingFluid | 914 | ep-activity:hasDrillingFluid |
915 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 915 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
916 | rdfs:comment "fluid that is the drilling fluid for a drilling activity"^^xsd:string ; | 916 | rdfs:comment "fluid that is the drilling fluid for a drilling activity"^^xsd:string ; |
917 | rdfs:domain ep-activity:DrillingActivity ; | 917 | rdfs:domain ep-activity:DrillingActivity ; |
918 | rdfs:label "has drilling fluid"^^xsd:string ; | 918 | rdfs:label "has drilling fluid"^^xsd:string ; |
... | @@ -929,14 +929,14 @@ ep-activity:hasInflowLocation | ... | @@ -929,14 +929,14 @@ ep-activity:hasInflowLocation |
929 | rdfs:range <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> . | 929 | rdfs:range <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> . |
930 | 930 | ||
931 | ep-activity:hasWellTestChoke | 931 | ep-activity:hasWellTestChoke |
932 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 932 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
933 | rdfs:comment "well test choke for a well test"^^xsd:string ; | 933 | rdfs:comment "well test choke for a well test"^^xsd:string ; |
934 | rdfs:domain ep-activity:WellTest ; | 934 | rdfs:domain ep-activity:WellTest ; |
935 | rdfs:label "has well test choke"^^xsd:string ; | 935 | rdfs:label "has well test choke"^^xsd:string ; |
936 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . | 936 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . |
937 | 937 | ||
938 | ep-activity:identificationNumberOfCore | 938 | ep-activity:identificationNumberOfCore |
939 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 939 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
940 | rdfs:comment "identification number of the core extracted by an extract a well core activity"^^xsd:string ; | 940 | rdfs:comment "identification number of the core extracted by an extract a well core activity"^^xsd:string ; |
941 | rdfs:domain ep-activity:ExtractAWellCore ; | 941 | rdfs:domain ep-activity:ExtractAWellCore ; |
942 | rdfs:label "identification number of core"^^xsd:string . | 942 | rdfs:label "identification number of core"^^xsd:string . |
... | @@ -958,21 +958,21 @@ ep-activity:logRunNumber | ... | @@ -958,21 +958,21 @@ ep-activity:logRunNumber |
958 | rdfs:label "log run number"^^xsd:string . | 958 | rdfs:label "log run number"^^xsd:string . |
959 | 959 | ||
960 | ep-activity:loggedWellBoreInterval | 960 | ep-activity:loggedWellBoreInterval |
961 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 961 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
962 | rdfs:comment "wellbore section that is logged by a wellbore log run activity"^^xsd:string ; | 962 | rdfs:comment "wellbore section that is logged by a wellbore log run activity"^^xsd:string ; |
963 | rdfs:domain ep-activity:WellBoreLogRun ; | 963 | rdfs:domain ep-activity:WellBoreLogRun ; |
964 | rdfs:label "logged wellbore interval"^^xsd:string ; | 964 | rdfs:label "logged wellbore interval"^^xsd:string ; |
965 | rdfs:range ep-core:PhysicalObject . | 965 | rdfs:range ep-core:PhysicalObject . |
966 | 966 | ||
967 | ep-activity:measuredDepthOfFluidSampling | 967 | ep-activity:measuredDepthOfFluidSampling |
968 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 968 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
969 | 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 ; | 969 | 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 ; |
970 | rdfs:domain ep-activity:WirelineFormationTest ; | 970 | rdfs:domain ep-activity:WirelineFormationTest ; |
971 | rdfs:label "measured depth of fluid sampling"^^xsd:string ; | 971 | rdfs:label "measured depth of fluid sampling"^^xsd:string ; |
972 | rdfs:range ep-core:Length . | 972 | rdfs:range ep-core:Length . |
973 | 973 | ||
974 | ep-activity:missedProductionTime | 974 | ep-activity:missedProductionTime |
975 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 975 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
976 | rdfs:comment "duration of the production time lost because of an equipment failure and repair activity"^^xsd:string ; | 976 | rdfs:comment "duration of the production time lost because of an equipment failure and repair activity"^^xsd:string ; |
977 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 977 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
978 | rdfs:label "missed production time"^^xsd:string ; | 978 | rdfs:label "missed production time"^^xsd:string ; |
... | @@ -992,14 +992,14 @@ ep-activity:observedObject | ... | @@ -992,14 +992,14 @@ ep-activity:observedObject |
992 | rdfs:comment "physical thing that is observed by a make an observation activity"^^xsd:string . | 992 | rdfs:comment "physical thing that is observed by a make an observation activity"^^xsd:string . |
993 | 993 | ||
994 | ep-activity:onDrillBit | 994 | ep-activity:onDrillBit |
995 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 995 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
996 | rdfs:comment "drill bit that is used within a wellbore bit run drilling activity"^^xsd:string ; | 996 | rdfs:comment "drill bit that is used within a wellbore bit run drilling activity"^^xsd:string ; |
997 | rdfs:domain ep-activity:WellBoreBitRunDrilling ; | 997 | rdfs:domain ep-activity:WellBoreBitRunDrilling ; |
998 | rdfs:label "on drill bit"^^xsd:string ; | 998 | rdfs:label "on drill bit"^^xsd:string ; |
999 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . | 999 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . |
1000 | 1000 | ||
1001 | ep-activity:onRig | 1001 | ep-activity:onRig |
1002 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1002 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1003 | rdfs:comment "rig that is the location for a drilling activity"^^xsd:string ; | 1003 | rdfs:comment "rig that is the location for a drilling activity"^^xsd:string ; |
1004 | rdfs:domain ep-activity:DrillingActivity ; | 1004 | rdfs:domain ep-activity:DrillingActivity ; |
1005 | rdfs:label "on rig"^^xsd:string ; | 1005 | rdfs:label "on rig"^^xsd:string ; |
... | @@ -1013,21 +1013,21 @@ ep-activity:onWell | ... | @@ -1013,21 +1013,21 @@ ep-activity:onWell |
1013 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . | 1013 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . |
1014 | 1014 | ||
1015 | ep-activity:onWellBore | 1015 | ep-activity:onWellBore |
1016 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1016 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1017 | rdfs:comment "wellbore upon which a drilling activity is performed"^^xsd:string ; | 1017 | rdfs:comment "wellbore upon which a drilling activity is performed"^^xsd:string ; |
1018 | rdfs:domain ep-activity:DrillingActivity ; | 1018 | rdfs:domain ep-activity:DrillingActivity ; |
1019 | rdfs:label "on wellbore"^^xsd:string ; | 1019 | rdfs:label "on wellbore"^^xsd:string ; |
1020 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . | 1020 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . |
1021 | 1021 | ||
1022 | ep-activity:operatingTimeOfDrillBit | 1022 | ep-activity:operatingTimeOfDrillBit |
1023 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 1023 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
1024 | rdfs:comment "class_of_indirect_property that is the operating time of the drill bit for a drilling activity"^^xsd:string ; | 1024 | rdfs:comment "class_of_indirect_property that is the operating time of the drill bit for a drilling activity"^^xsd:string ; |
1025 | rdfs:domain ep-activity:DrillingActivity ; | 1025 | rdfs:domain ep-activity:DrillingActivity ; |
1026 | rdfs:label "operating time of drill bit"^^xsd:string ; | 1026 | rdfs:label "operating time of drill bit"^^xsd:string ; |
1027 | rdfs:range ep-core:TimeDuration . | 1027 | rdfs:range ep-core:TimeDuration . |
1028 | 1028 | ||
1029 | ep-activity:pressureAtWhichPlugBumped | 1029 | ep-activity:pressureAtWhichPlugBumped |
1030 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1030 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1031 | rdfs:comment "class_of_indirect_property that is the pressure at which the plub bumped for a well cement pumping activity"^^xsd:string ; | 1031 | rdfs:comment "class_of_indirect_property that is the pressure at which the plub bumped for a well cement pumping activity"^^xsd:string ; |
1032 | rdfs:domain ep-activity:WellCementPumping ; | 1032 | rdfs:domain ep-activity:WellCementPumping ; |
1033 | rdfs:label "pressure at which plug bumped"^^xsd:string ; | 1033 | rdfs:label "pressure at which plug bumped"^^xsd:string ; |
... | @@ -1041,104 +1041,104 @@ ep-activity:pumpedFluid | ... | @@ -1041,104 +1041,104 @@ ep-activity:pumpedFluid |
1041 | rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . | 1041 | rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . |
1042 | 1042 | ||
1043 | ep-activity:recoveredCore | 1043 | ep-activity:recoveredCore |
1044 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1044 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1045 | rdfs:comment "core that is recovered by an ExtractAWellCore activity"^^xsd:string ; | 1045 | rdfs:comment "core that is recovered by an ExtractAWellCore activity"^^xsd:string ; |
1046 | rdfs:domain ep-activity:ExtractAWellCore ; | 1046 | rdfs:domain ep-activity:ExtractAWellCore ; |
1047 | rdfs:label "recovered core"^^xsd:string ; | 1047 | rdfs:label "recovered core"^^xsd:string ; |
1048 | rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . | 1048 | rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . |
1049 | 1049 | ||
1050 | ep-activity:returnedCementingFluid | 1050 | ep-activity:returnedCementingFluid |
1051 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1051 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1052 | rdfs:comment "cementing fluid that is returned during a well cement pumping activity"^^xsd:string ; | 1052 | rdfs:comment "cementing fluid that is returned during a well cement pumping activity"^^xsd:string ; |
1053 | rdfs:domain ep-activity:WellCementPumping ; | 1053 | rdfs:domain ep-activity:WellCementPumping ; |
1054 | rdfs:label "returned cementing fluid"^^xsd:string ; | 1054 | rdfs:label "returned cementing fluid"^^xsd:string ; |
1055 | rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . | 1055 | rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . |
1056 | 1056 | ||
1057 | ep-activity:sampledFluid | 1057 | ep-activity:sampledFluid |
1058 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1058 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1059 | rdfs:comment "fluid that is sampled in a wireline formation test"^^xsd:string ; | 1059 | rdfs:comment "fluid that is sampled in a wireline formation test"^^xsd:string ; |
1060 | rdfs:domain ep-activity:WirelineFormationTest ; | 1060 | rdfs:domain ep-activity:WirelineFormationTest ; |
1061 | rdfs:label "sampled fluid"^^xsd:string ; | 1061 | rdfs:label "sampled fluid"^^xsd:string ; |
1062 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . | 1062 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . |
1063 | 1063 | ||
1064 | ep-activity:serviceCompany | 1064 | ep-activity:serviceCompany |
1065 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1065 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1066 | rdfs:comment "organization that performs an activity as a service company"^^xsd:string ; | 1066 | rdfs:comment "organization that performs an activity as a service company"^^xsd:string ; |
1067 | rdfs:domain ep-activity:Activity ; | 1067 | rdfs:domain ep-activity:Activity ; |
1068 | rdfs:label "service company"^^xsd:string ; | 1068 | rdfs:label "service company"^^xsd:string ; |
1069 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 1069 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
1070 | 1070 | ||
1071 | ep-activity:startedAt | 1071 | ep-activity:startedAt |
1072 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 1072 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
1073 | rdfs:comment "UTC representation of the starting time for an activity (an ISO 15926 template)"^^xsd:string ; | 1073 | rdfs:comment "UTC representation of the starting time for an activity (an ISO 15926 template)"^^xsd:string ; |
1074 | rdfs:domain ep-core:PhysicalThing ; | 1074 | rdfs:domain ep-core:PhysicalThing ; |
1075 | rdfs:label "started at"^^xsd:string ; | 1075 | rdfs:label "started at"^^xsd:string ; |
1076 | rdfs:range xsd:dateTime . | 1076 | rdfs:range xsd:dateTime . |
1077 | 1077 | ||
1078 | ep-activity:timeLost | 1078 | ep-activity:timeLost |
1079 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1079 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1080 | rdfs:comment "duration of time that is lost as a result of a well control incident"^^xsd:string ; | 1080 | rdfs:comment "duration of time that is lost as a result of a well control incident"^^xsd:string ; |
1081 | rdfs:domain ep-activity:WellControlIncident ; | 1081 | rdfs:domain ep-activity:WellControlIncident ; |
1082 | rdfs:label "time lost"^^xsd:string ; | 1082 | rdfs:label "time lost"^^xsd:string ; |
1083 | rdfs:range ep-core:TimeDuration . | 1083 | rdfs:range ep-core:TimeDuration . |
1084 | 1084 | ||
1085 | ep-activity:timeOfFailure | 1085 | ep-activity:timeOfFailure |
1086 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 1086 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
1087 | rdfs:comment "UTC representation of the time of the failure that begins an equipment failure and repair activity. This is the same as the start of the activity. (an ISO 15926 template)"^^xsd:string ; | 1087 | rdfs:comment "UTC representation of the time of the failure that begins an equipment failure and repair activity. This is the same as the start of the activity. (an ISO 15926 template)"^^xsd:string ; |
1088 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 1088 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
1089 | rdfs:label "time of failure"^^xsd:string ; | 1089 | rdfs:label "time of failure"^^xsd:string ; |
1090 | rdfs:range xsd:dateTime . | 1090 | rdfs:range xsd:dateTime . |
1091 | 1091 | ||
1092 | ep-activity:timeOfRepair | 1092 | ep-activity:timeOfRepair |
1093 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 1093 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
1094 | rdfs:comment "UTC representation of the time of the repair in an equipment failure and repair activity (an ISO 15926 template)"^^xsd:string ; | 1094 | rdfs:comment "UTC representation of the time of the repair in an equipment failure and repair activity (an ISO 15926 template)"^^xsd:string ; |
1095 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 1095 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
1096 | rdfs:label "time of repair"^^xsd:string ; | 1096 | rdfs:label "time of repair"^^xsd:string ; |
1097 | rdfs:range xsd:dateTime . | 1097 | rdfs:range xsd:dateTime . |
1098 | 1098 | ||
1099 | ep-activity:volumeOfMudGained | 1099 | ep-activity:volumeOfMudGained |
1100 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 1100 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
1101 | rdfs:comment "volume of the mud that is gained in a well control incident"^^xsd:string ; | 1101 | rdfs:comment "volume of the mud that is gained in a well control incident"^^xsd:string ; |
1102 | rdfs:domain ep-activity:WellControlIncident ; | 1102 | rdfs:domain ep-activity:WellControlIncident ; |
1103 | rdfs:label "volume of mud gained"^^xsd:string ; | 1103 | rdfs:label "volume of mud gained"^^xsd:string ; |
1104 | rdfs:range ep-core:Volume . | 1104 | rdfs:range ep-core:Volume . |
1105 | 1105 | ||
1106 | ep-activity:wellBoreLoggingTool | 1106 | ep-activity:wellBoreLoggingTool |
1107 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1107 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1108 | rdfs:comment "equipment that is the logging tool for a wellbore log run"^^xsd:string ; | 1108 | rdfs:comment "equipment that is the logging tool for a wellbore log run"^^xsd:string ; |
1109 | rdfs:domain ep-activity:WellBoreLogRun ; | 1109 | rdfs:domain ep-activity:WellBoreLogRun ; |
1110 | rdfs:label "well bore logging tool"^^xsd:string ; | 1110 | rdfs:label "well bore logging tool"^^xsd:string ; |
1111 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 1111 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
1112 | 1112 | ||
1113 | ep-activity:wellTestBottomHolePressure | 1113 | ep-activity:wellTestBottomHolePressure |
1114 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 1114 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
1115 | rdfs:comment "pressure that is of the fluid at the bottom of a wellbore during a well test"^^xsd:string ; | 1115 | rdfs:comment "pressure that is of the fluid at the bottom of a wellbore during a well test"^^xsd:string ; |
1116 | rdfs:domain ep-activity:WellTest ; | 1116 | rdfs:domain ep-activity:WellTest ; |
1117 | rdfs:label "well test bottom hole pressure"^^xsd:string ; | 1117 | rdfs:label "well test bottom hole pressure"^^xsd:string ; |
1118 | rdfs:range ep-core:Pressure . | 1118 | rdfs:range ep-core:Pressure . |
1119 | 1119 | ||
1120 | ep-activity:wellTestFlowingPressure | 1120 | ep-activity:wellTestFlowingPressure |
1121 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 1121 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
1122 | rdfs:comment "pressure of the flowing fluid during a well test"^^xsd:string ; | 1122 | rdfs:comment "pressure of the flowing fluid during a well test"^^xsd:string ; |
1123 | rdfs:domain ep-activity:WellTest ; | 1123 | rdfs:domain ep-activity:WellTest ; |
1124 | rdfs:label "well test flowing pressure"^^xsd:string ; | 1124 | rdfs:label "well test flowing pressure"^^xsd:string ; |
1125 | rdfs:range ep-core:Pressure . | 1125 | rdfs:range ep-core:Pressure . |
1126 | 1126 | ||
1127 | ep-activity:wellTestNumber | 1127 | ep-activity:wellTestNumber |
1128 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 1128 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
1129 | rdfs:comment "identification number of a well test"^^xsd:string ; | 1129 | rdfs:comment "identification number of a well test"^^xsd:string ; |
1130 | rdfs:domain ep-activity:WellTest ; | 1130 | rdfs:domain ep-activity:WellTest ; |
1131 | rdfs:label "well test number"^^xsd:string . | 1131 | rdfs:label "well test number"^^xsd:string . |
1132 | 1132 | ||
1133 | ep-activity:wellTestShutInPressure | 1133 | ep-activity:wellTestShutInPressure |
1134 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 1134 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
1135 | rdfs:comment "pressure of the shut in fluid during a well test"^^xsd:string ; | 1135 | rdfs:comment "pressure of the shut in fluid during a well test"^^xsd:string ; |
1136 | rdfs:domain ep-activity:WellTest ; | 1136 | rdfs:domain ep-activity:WellTest ; |
1137 | rdfs:label "well test shut-in pressure"^^xsd:string ; | 1137 | rdfs:label "well test shut-in pressure"^^xsd:string ; |
1138 | rdfs:range ep-core:Pressure . | 1138 | rdfs:range ep-core:Pressure . |
1139 | 1139 | ||
1140 | ep-activity:wellTestStoredOil | 1140 | ep-activity:wellTestStoredOil |
1141 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1141 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1142 | rdfs:comment "oil produced by a well test that is stored"^^xsd:string ; | 1142 | rdfs:comment "oil produced by a well test that is stored"^^xsd:string ; |
1143 | rdfs:domain ep-activity:WellTest ; | 1143 | rdfs:domain ep-activity:WellTest ; |
1144 | rdfs:label "well test stored oil"^^xsd:string ; | 1144 | rdfs:label "well test stored oil"^^xsd:string ; | ... | ... |
... | @@ -11,6 +11,7 @@ | ... | @@ -11,6 +11,7 @@ |
11 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility | 11 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility |
12 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 12 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
13 | 13 | ||
14 | +@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> . | ||
14 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 15 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
15 | @prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> . | 16 | @prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> . |
16 | @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . | 17 | @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . |
... | @@ -24,153 +25,153 @@ | ... | @@ -24,153 +25,153 @@ |
24 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-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/equipment> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> ; | 25 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-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/equipment> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> ; |
25 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
26 | 27 | ||
27 | -<http://www.reportinghub.no/ep/schema/activity#ApproveAReport> | 28 | +ep-activity:ApproveAReport |
28 | rdf:type owl:Class ; | 29 | rdf:type owl:Class ; |
29 | rdfs:label "approve a report"^^xsd:string ; | 30 | rdfs:label "approve a report"^^xsd:string ; |
30 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 31 | + rdfs:subClassOf ep-activity:Activity . |
31 | 32 | ||
32 | -<http://www.reportinghub.no/ep/schema/activity#Completion-DrillStemTest> | 33 | +ep-activity:Completion-DrillStemTest |
33 | - rdf:type owl:Class ; | 34 | + rdf:type ep-activity:WellTestType , owl:Class ; |
34 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; | 35 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; |
35 | rdfs:label "completion - drill stem test"^^xsd:string ; | 36 | rdfs:label "completion - drill stem test"^^xsd:string ; |
36 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillStemTest> . | 37 | + rdfs:subClassOf ep-activity:DrillStemTest . |
37 | 38 | ||
38 | -<http://www.reportinghub.no/ep/schema/activity#Completion-ProductionTest> | 39 | +ep-activity:Completion-ProductionTest |
39 | - rdf:type owl:Class ; | 40 | + rdf:type ep-activity:WellTestType , owl:Class ; |
40 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; | 41 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; |
41 | rdfs:label "completion - production test"^^xsd:string ; | 42 | rdfs:label "completion - production test"^^xsd:string ; |
42 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionTest> . | 43 | + rdfs:subClassOf ep-activity:ProductionTest . |
43 | 44 | ||
44 | -<http://www.reportinghub.no/ep/schema/activity#DrawdownTest> | 45 | +ep-activity:DrawdownTest |
45 | - rdf:type owl:Class ; | 46 | + rdf:type ep-activity:WellTestType , owl:Class ; |
46 | rdfs:comment "well test that is a <no definition in MPR-XSD>"^^xsd:string ; | 47 | rdfs:comment "well test that is a <no definition in MPR-XSD>"^^xsd:string ; |
47 | rdfs:label "drawdown test"^^xsd:string ; | 48 | rdfs:label "drawdown test"^^xsd:string ; |
48 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 49 | + rdfs:subClassOf ep-activity:WellTest . |
49 | 50 | ||
50 | -<http://www.reportinghub.no/ep/schema/activity#Gas-FlowAfterFlowTest> | 51 | +ep-activity:Gas-FlowAfterFlowTest |
51 | - rdf:type owl:Class ; | 52 | + rdf:type ep-activity:WellTestType , owl:Class ; |
52 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; | 53 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; |
53 | rdfs:label "gas - flow after flow test"^^xsd:string ; | 54 | rdfs:label "gas - flow after flow test"^^xsd:string ; |
54 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 55 | + rdfs:subClassOf ep-activity:WellTest . |
55 | 56 | ||
56 | -<http://www.reportinghub.no/ep/schema/activity#Gas-IsochronalTest> | 57 | +ep-activity:Gas-IsochronalTest |
57 | - rdf:type owl:Class ; | 58 | + rdf:type ep-activity:WellTestType , owl:Class ; |
58 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; | 59 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; |
59 | rdfs:label "gas - isochronal test"^^xsd:string ; | 60 | rdfs:label "gas - isochronal test"^^xsd:string ; |
60 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 61 | + rdfs:subClassOf ep-activity:WellTest . |
61 | 62 | ||
62 | -<http://www.reportinghub.no/ep/schema/activity#Gas-ModifiedIsochronalTest> | 63 | +ep-activity:Gas-ModifiedIsochronalTest |
63 | - rdf:type owl:Class ; | 64 | + rdf:type ep-activity:WellTestType , owl:Class ; |
64 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; | 65 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; |
65 | rdfs:label "gas - modified isochronal test"^^xsd:string ; | 66 | rdfs:label "gas - modified isochronal test"^^xsd:string ; |
66 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 67 | + rdfs:subClassOf ep-activity:WellTest . |
67 | 68 | ||
68 | -<http://www.reportinghub.no/ep/schema/activity#InjectionTest-FallOff> | 69 | +ep-activity:InjectionTest-FallOff |
69 | - rdf:type owl:Class ; | 70 | + rdf:type ep-activity:WellTestType , owl:Class ; |
70 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; | 71 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; |
71 | rdfs:label "injection test - fall-off"^^xsd:string ; | 72 | rdfs:label "injection test - fall-off"^^xsd:string ; |
72 | rdfs:subClassOf ep-prodact:InjectionWellTest . | 73 | rdfs:subClassOf ep-prodact:InjectionWellTest . |
73 | 74 | ||
74 | -<http://www.reportinghub.no/ep/schema/activity#InterferenceTest-PulseTest> | 75 | +ep-activity:InterferenceTest-PulseTest |
75 | - rdf:type owl:Class ; | 76 | + rdf:type ep-activity:WellTestType , owl:Class ; |
76 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; | 77 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; |
77 | rdfs:label "interference test - pulse test"^^xsd:string ; | 78 | rdfs:label "interference test - pulse test"^^xsd:string ; |
78 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 79 | + rdfs:subClassOf ep-activity:WellTest . |
79 | 80 | ||
80 | -<http://www.reportinghub.no/ep/schema/activity#IssueAReport> | 81 | +ep-activity:IssueAReport |
81 | rdf:type owl:Class ; | 82 | rdf:type owl:Class ; |
82 | rdfs:label "issue a report"^^xsd:string ; | 83 | rdfs:label "issue a report"^^xsd:string ; |
83 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 84 | + rdfs:subClassOf ep-activity:Activity . |
84 | 85 | ||
85 | -<http://www.reportinghub.no/ep/schema/activity#MakeAnObservation> | 86 | +ep-activity:MakeAnObservation |
86 | rdf:type owl:Class ; | 87 | rdf:type owl:Class ; |
87 | rdfs:comment "activity that is making an observation"^^xsd:string ; | 88 | rdfs:comment "activity that is making an observation"^^xsd:string ; |
88 | rdfs:label "make an observation"^^xsd:string ; | 89 | rdfs:label "make an observation"^^xsd:string ; |
89 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 90 | + rdfs:subClassOf ep-activity:Activity . |
90 | 91 | ||
91 | -<http://www.reportinghub.no/ep/schema/activity#MaximumSandFreeRateTest> | 92 | +ep-activity:MaximumSandFreeRateTest |
92 | - rdf:type owl:Class ; | 93 | + rdf:type ep-activity:WellTestType , owl:Class ; |
93 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; | 94 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; |
94 | rdfs:label "maximum sand-free rate test"^^xsd:string ; | 95 | rdfs:label "maximum sand-free rate test"^^xsd:string ; |
95 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 96 | + rdfs:subClassOf ep-activity:WellTest . |
96 | 97 | ||
97 | -<http://www.reportinghub.no/ep/schema/activity#MultiLayerTransientTest> | 98 | +ep-activity:MultiLayerTransientTest |
98 | - rdf:type owl:Class ; | 99 | + rdf:type ep-activity:WellTestType , owl:Class ; |
99 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; | 100 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; |
100 | rdfs:label "multi-layer transient test"^^xsd:string ; | 101 | rdfs:label "multi-layer transient test"^^xsd:string ; |
101 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 102 | + rdfs:subClassOf ep-activity:WellTest . |
102 | 103 | ||
103 | -<http://www.reportinghub.no/ep/schema/activity#MultiRateTest> | 104 | +ep-activity:MultiRateTest |
104 | - rdf:type owl:Class ; | 105 | + rdf:type ep-activity:WellTestType , owl:Class ; |
105 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; | 106 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; |
106 | rdfs:label "multi-rate test"^^xsd:string ; | 107 | rdfs:label "multi-rate test"^^xsd:string ; |
107 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 108 | + rdfs:subClassOf ep-activity:WellTest . |
108 | 109 | ||
109 | -<http://www.reportinghub.no/ep/schema/activity#ObserveTheWeather> | 110 | +ep-activity:ObserveTheWeather |
110 | rdf:type owl:Class ; | 111 | rdf:type owl:Class ; |
111 | rdfs:label "observe the weather"^^xsd:string ; | 112 | rdfs:label "observe the weather"^^xsd:string ; |
112 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MakeAnObservation> . | 113 | + rdfs:subClassOf ep-activity:MakeAnObservation . |
113 | 114 | ||
114 | -<http://www.reportinghub.no/ep/schema/activity#Oil-FlowAfterFlowTest> | 115 | +ep-activity:Oil-FlowAfterFlowTest |
115 | - rdf:type owl:Class ; | 116 | + rdf:type ep-activity:WellTestType , owl:Class ; |
116 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; | 117 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; |
117 | rdfs:label "oil - flow after flow test"^^xsd:string ; | 118 | rdfs:label "oil - flow after flow test"^^xsd:string ; |
118 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 119 | + rdfs:subClassOf ep-activity:WellTest . |
119 | 120 | ||
120 | -<http://www.reportinghub.no/ep/schema/activity#PressureBuildUpTest> | 121 | +ep-activity:PressureBuildUpTest |
121 | - rdf:type owl:Class ; | 122 | + rdf:type ep-activity:WellTestType , owl:Class ; |
122 | rdfs:comment "well test that is a <no definition in MPR-XSD>"^^xsd:string ; | 123 | rdfs:comment "well test that is a <no definition in MPR-XSD>"^^xsd:string ; |
123 | rdfs:label "pressure build-up test"^^xsd:string ; | 124 | rdfs:label "pressure build-up test"^^xsd:string ; |
124 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 125 | + rdfs:subClassOf ep-activity:WellTest . |
125 | 126 | ||
126 | -<http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> | 127 | +ep-activity:ProductionWellTest |
127 | rdf:type owl:Class ; | 128 | rdf:type owl:Class ; |
128 | rdfs:label "production well test"^^xsd:string ; | 129 | rdfs:label "production well test"^^xsd:string ; |
129 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 130 | + rdfs:subClassOf ep-activity:ProductionActivity , ep-activity:WellTest . |
130 | 131 | ||
131 | -<http://www.reportinghub.no/ep/schema/activity#SingleRateTest> | 132 | +ep-activity:SingleRateTest |
132 | - rdf:type owl:Class ; | 133 | + rdf:type ep-activity:WellTestType , owl:Class ; |
133 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; | 134 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; |
134 | rdfs:label "single rate test"^^xsd:string ; | 135 | rdfs:label "single rate test"^^xsd:string ; |
135 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 136 | + rdfs:subClassOf ep-activity:WellTest . |
136 | 137 | ||
137 | -<http://www.reportinghub.no/ep/schema/activity#Water-FlowAfterFlowTest> | 138 | +ep-activity:Water-FlowAfterFlowTest |
138 | - rdf:type owl:Class ; | 139 | + rdf:type ep-activity:WellTestType , owl:Class ; |
139 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; | 140 | rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; |
140 | rdfs:label "water - flow after flow test"^^xsd:string ; | 141 | rdfs:label "water - flow after flow test"^^xsd:string ; |
141 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 142 | + rdfs:subClassOf ep-activity:WellTest . |
142 | 143 | ||
143 | -<http://www.reportinghub.no/ep/schema/activity#WellOperation> | 144 | +ep-activity:WellOperation |
144 | rdf:type ep-prodact:ProductionActivityType ; | 145 | rdf:type ep-prodact:ProductionActivityType ; |
145 | rdfs:comment "activity that is for operating a well"^^xsd:string . | 146 | rdfs:comment "activity that is for operating a well"^^xsd:string . |
146 | 147 | ||
147 | -<http://www.reportinghub.no/ep/schema/activity#approver> | 148 | +ep-activity:approver |
148 | rdf:type owl:ObjectProperty ; | 149 | rdf:type owl:ObjectProperty ; |
149 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ApproveAReport> ; | 150 | + rdfs:domain ep-activity:ApproveAReport ; |
150 | rdfs:label "approver"^^xsd:string ; | 151 | rdfs:label "approver"^^xsd:string ; |
151 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . | 152 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . |
152 | 153 | ||
153 | -<http://www.reportinghub.no/ep/schema/activity#hasFlow> | 154 | +ep-activity:hasFlow |
154 | rdf:type owl:ObjectProperty ; | 155 | rdf:type owl:ObjectProperty ; |
155 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | 156 | + rdfs:domain ep-activity:Activity ; |
156 | rdfs:label "has flow"^^xsd:string ; | 157 | rdfs:label "has flow"^^xsd:string ; |
157 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#WholeLifeFlow> . | 158 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#WholeLifeFlow> . |
158 | 159 | ||
159 | -<http://www.reportinghub.no/ep/schema/activity#issuer> | 160 | +ep-activity:issuer |
160 | rdf:type owl:ObjectProperty ; | 161 | rdf:type owl:ObjectProperty ; |
161 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#IssueAReport> ; | 162 | + rdfs:domain ep-activity:IssueAReport ; |
162 | rdfs:label "issuer"^^xsd:string ; | 163 | rdfs:label "issuer"^^xsd:string ; |
163 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . | 164 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . |
164 | 165 | ||
165 | -<http://www.reportinghub.no/ep/schema/activity#observationResultsSuppliedBy> | 166 | +ep-activity:observationResultsSuppliedBy |
166 | rdf:type owl:ObjectProperty ; | 167 | rdf:type owl:ObjectProperty ; |
167 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#MakeAnObservation> ; | 168 | + rdfs:domain ep-activity:MakeAnObservation ; |
168 | rdfs:label "observation results supplied by"^^xsd:string ; | 169 | rdfs:label "observation results supplied by"^^xsd:string ; |
169 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . | 170 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . |
170 | 171 | ||
171 | -<http://www.reportinghub.no/ep/schema/activity#observedObject> | 172 | +ep-activity:observedObject |
172 | rdf:type owl:ObjectProperty ; | 173 | rdf:type owl:ObjectProperty ; |
173 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#MakeAnObservation> ; | 174 | + rdfs:domain ep-activity:MakeAnObservation ; |
174 | rdfs:label "observed object"^^xsd:string ; | 175 | rdfs:label "observed object"^^xsd:string ; |
175 | rdfs:range ep-core:PhysicalThing . | 176 | rdfs:range ep-core:PhysicalThing . |
176 | 177 | ||
... | @@ -187,22 +188,22 @@ ep-prodact:AccidentPreventionExercise | ... | @@ -187,22 +188,22 @@ ep-prodact:AccidentPreventionExercise |
187 | rdfs:subClassOf ep-prodact:DrillOrExcercise . | 188 | rdfs:subClassOf ep-prodact:DrillOrExcercise . |
188 | 189 | ||
189 | ep-prodact:AdministerFirstAid | 190 | ep-prodact:AdministerFirstAid |
190 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 191 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
191 | rdfs:comment "medical treatment that is first aid"^^xsd:string ; | 192 | rdfs:comment "medical treatment that is first aid"^^xsd:string ; |
192 | rdfs:label "administer first aid"^^xsd:string ; | 193 | rdfs:label "administer first aid"^^xsd:string ; |
193 | rdfs:subClassOf ep-prodact:MedicalTreatment . | 194 | rdfs:subClassOf ep-prodact:MedicalTreatment . |
194 | 195 | ||
195 | ep-prodact:AirTrafficOperation | 196 | ep-prodact:AirTrafficOperation |
196 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 197 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
197 | rdfs:comment "activity that is an air traffic operation"^^xsd:string ; | 198 | rdfs:comment "activity that is an air traffic operation"^^xsd:string ; |
198 | rdfs:label "air traffic operation"^^xsd:string ; | 199 | rdfs:label "air traffic operation"^^xsd:string ; |
199 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 200 | + rdfs:subClassOf ep-activity:ProductionActivity . |
200 | 201 | ||
201 | ep-prodact:Alarm | 202 | ep-prodact:Alarm |
202 | rdf:type owl:Class ; | 203 | rdf:type owl:Class ; |
203 | rdfs:comment "activity that is raising an alarm"^^xsd:string ; | 204 | rdfs:comment "activity that is raising an alarm"^^xsd:string ; |
204 | rdfs:label "alarm"^^xsd:string ; | 205 | rdfs:label "alarm"^^xsd:string ; |
205 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 206 | + rdfs:subClassOf ep-activity:Activity . |
206 | 207 | ||
207 | ep-prodact:AlarmType | 208 | ep-prodact:AlarmType |
208 | rdf:type rdfs:Class ; | 209 | rdf:type rdfs:Class ; |
... | @@ -223,22 +224,22 @@ ep-prodact:AlertType | ... | @@ -223,22 +224,22 @@ ep-prodact:AlertType |
223 | rdfs:subClassOf owl:Class . | 224 | rdfs:subClassOf owl:Class . |
224 | 225 | ||
225 | ep-prodact:AllocateSplitFactors | 226 | ep-prodact:AllocateSplitFactors |
226 | - rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ; | 227 | + rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ; |
227 | rdfs:comment "activity that is allocating the fraction of a source flow that is assumed to go into different product streams"^^xsd:string ; | 228 | rdfs:comment "activity that is allocating the fraction of a source flow that is assumed to go into different product streams"^^xsd:string ; |
228 | rdfs:label "allocate split factors"^^xsd:string ; | 229 | rdfs:label "allocate split factors"^^xsd:string ; |
229 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 230 | + rdfs:subClassOf ep-activity:Activity . |
230 | 231 | ||
231 | ep-prodact:AnnualProductionActivityToDate | 232 | ep-prodact:AnnualProductionActivityToDate |
232 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 233 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
233 | rdfs:comment "production activity that is during the year to date"^^xsd:string ; | 234 | rdfs:comment "production activity that is during the year to date"^^xsd:string ; |
234 | rdfs:label "annual production activity to date"^^xsd:string ; | 235 | rdfs:label "annual production activity to date"^^xsd:string ; |
235 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 236 | + rdfs:subClassOf ep-activity:ProductionActivity . |
236 | 237 | ||
237 | ep-prodact:AnnualProductionOperationToDate | 238 | ep-prodact:AnnualProductionOperationToDate |
238 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 239 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
239 | rdfs:comment "production operation from the beginning of an annual reporting period to a date within, or at the end of, the reporting period"^^xsd:string ; | 240 | rdfs:comment "production operation from the beginning of an annual reporting period to a date within, or at the end of, the reporting period"^^xsd:string ; |
240 | rdfs:label "annual production operation to date"^^xsd:string ; | 241 | rdfs:label "annual production operation to date"^^xsd:string ; |
241 | - rdfs:subClassOf ep-prodact:ProductionOperation , ep-prodact:AnnualProductionActivityToDate . | 242 | + rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionOperation . |
242 | 243 | ||
243 | ep-prodact:BasketMovement | 244 | ep-prodact:BasketMovement |
244 | rdf:type owl:Class ; | 245 | rdf:type owl:Class ; |
... | @@ -250,18 +251,18 @@ ep-prodact:CargoShipOperation | ... | @@ -250,18 +251,18 @@ ep-prodact:CargoShipOperation |
250 | rdf:type owl:Class ; | 251 | rdf:type owl:Class ; |
251 | rdfs:comment "production activity that is the operation of a cargo ship"^^xsd:string ; | 252 | rdfs:comment "production activity that is the operation of a cargo ship"^^xsd:string ; |
252 | rdfs:label "cargo ship operation"^^xsd:string ; | 253 | rdfs:label "cargo ship operation"^^xsd:string ; |
253 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 254 | + rdfs:subClassOf ep-activity:ProductionActivity . |
254 | 255 | ||
255 | ep-prodact:ConstructionOperation | 256 | ep-prodact:ConstructionOperation |
256 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 257 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
257 | rdfs:comment "activity that is construction"^^xsd:string ; | 258 | rdfs:comment "activity that is construction"^^xsd:string ; |
258 | rdfs:label "construction operation"^^xsd:string ; | 259 | rdfs:label "construction operation"^^xsd:string ; |
259 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ; | 260 | + rdfs:subClassOf ep-activity:Activity ; |
260 | ep-core:seeReferenceData | 261 | ep-core:seeReferenceData |
261 | "http://posccaesar.org/rdl/RDS9685637"^^xsd:string . | 262 | "http://posccaesar.org/rdl/RDS9685637"^^xsd:string . |
262 | 263 | ||
263 | ep-prodact:DailyProductionOperationProcessingLoss | 264 | ep-prodact:DailyProductionOperationProcessingLoss |
264 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 265 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
265 | rdfs:comment "activity that is all that happens to cause production operation processing loss in one day"^^xsd:string ; | 266 | rdfs:comment "activity that is all that happens to cause production operation processing loss in one day"^^xsd:string ; |
266 | rdfs:label "daily production operation processing loss"^^xsd:string ; | 267 | rdfs:label "daily production operation processing loss"^^xsd:string ; |
267 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 268 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
... | @@ -270,7 +271,7 @@ ep-prodact:DataAcquisitionActivity | ... | @@ -270,7 +271,7 @@ ep-prodact:DataAcquisitionActivity |
270 | rdf:type owl:Class ; | 271 | rdf:type owl:Class ; |
271 | rdfs:comment "activity that is data acquisition"^^xsd:string ; | 272 | rdfs:comment "activity that is data acquisition"^^xsd:string ; |
272 | rdfs:label "data acquisition activity"^^xsd:string ; | 273 | rdfs:label "data acquisition activity"^^xsd:string ; |
273 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 274 | + rdfs:subClassOf ep-activity:Activity . |
274 | 275 | ||
275 | ep-prodact:DefinedHazardAndAccidentSituation | 276 | ep-prodact:DefinedHazardAndAccidentSituation |
276 | rdf:type owl:Class ; | 277 | rdf:type owl:Class ; |
... | @@ -279,37 +280,37 @@ ep-prodact:DefinedHazardAndAccidentSituation | ... | @@ -279,37 +280,37 @@ ep-prodact:DefinedHazardAndAccidentSituation |
279 | rdfs:subClassOf ep-prodact:Incident . | 280 | rdfs:subClassOf ep-prodact:Incident . |
280 | 281 | ||
281 | ep-prodact:Deviation | 282 | ep-prodact:Deviation |
282 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 283 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
283 | rdfs:comment "activity that is a deviation from existing procedures and guidelines"^^xsd:string ; | 284 | rdfs:comment "activity that is a deviation from existing procedures and guidelines"^^xsd:string ; |
284 | rdfs:label "deviation"^^xsd:string ; | 285 | rdfs:label "deviation"^^xsd:string ; |
285 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 286 | + rdfs:subClassOf ep-activity:ProductionActivity . |
286 | 287 | ||
287 | ep-prodact:DischargeWater | 288 | ep-prodact:DischargeWater |
288 | rdf:type owl:Class ; | 289 | rdf:type owl:Class ; |
289 | rdfs:comment "production activity that is the discharge of water"^^xsd:string ; | 290 | rdfs:comment "production activity that is the discharge of water"^^xsd:string ; |
290 | rdfs:label "discharge water"^^xsd:string ; | 291 | rdfs:label "discharge water"^^xsd:string ; |
291 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 292 | + rdfs:subClassOf ep-activity:ProductionActivity . |
292 | 293 | ||
293 | ep-prodact:DrillOrExcercise | 294 | ep-prodact:DrillOrExcercise |
294 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 295 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
295 | rdfs:comment "activity that is a drill or exercise intended to prevent harm to health, safety or the environment"^^xsd:string ; | 296 | rdfs:comment "activity that is a drill or exercise intended to prevent harm to health, safety or the environment"^^xsd:string ; |
296 | rdfs:label "drill or exercise"^^xsd:string ; | 297 | rdfs:label "drill or exercise"^^xsd:string ; |
297 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 298 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
298 | 299 | ||
299 | ep-prodact:ExtendedMaintenanceTurnaround | 300 | ep-prodact:ExtendedMaintenanceTurnaround |
300 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 301 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
301 | rdfs:comment "activity that is an extended maintenance turnaround"^^xsd:string ; | 302 | rdfs:comment "activity that is an extended maintenance turnaround"^^xsd:string ; |
302 | rdfs:label "extended maintenance turnaround"^^xsd:string ; | 303 | rdfs:label "extended maintenance turnaround"^^xsd:string ; |
303 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 304 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
304 | 305 | ||
305 | ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal | 306 | ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal |
306 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 307 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
307 | rdfs:comment "extended maintenance turnaround that is for an export terminal"^^xsd:string ; | 308 | rdfs:comment "extended maintenance turnaround that is for an export terminal"^^xsd:string ; |
308 | rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ; | 309 | rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ; |
309 | rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround . | 310 | rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround . |
310 | 311 | ||
311 | ep-prodact:Fire | 312 | ep-prodact:Fire |
312 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 313 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
313 | rdfs:comment "incident that is an unintentional fire"^^xsd:string ; | 314 | rdfs:comment "incident that is an unintentional fire"^^xsd:string ; |
314 | rdfs:label "fire"^^xsd:string ; | 315 | rdfs:label "fire"^^xsd:string ; |
315 | rdfs:subClassOf ep-prodact:Incident . | 316 | rdfs:subClassOf ep-prodact:Incident . |
... | @@ -318,64 +319,64 @@ ep-prodact:FluidLevelTest | ... | @@ -318,64 +319,64 @@ ep-prodact:FluidLevelTest |
318 | rdf:type owl:Class ; | 319 | rdf:type owl:Class ; |
319 | rdfs:comment "production well test that is a fluid level test"^^xsd:string ; | 320 | rdfs:comment "production well test that is a fluid level test"^^xsd:string ; |
320 | rdfs:label "fluid level test"^^xsd:string ; | 321 | rdfs:label "fluid level test"^^xsd:string ; |
321 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> . | 322 | + rdfs:subClassOf ep-activity:ProductionWellTest . |
322 | 323 | ||
323 | ep-prodact:FluidSampling-DST | 324 | ep-prodact:FluidSampling-DST |
324 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 325 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
325 | rdfs:comment "fluid sampling and analysis that has a sample taken as part of a drill stem test"^^xsd:string ; | 326 | rdfs:comment "fluid sampling and analysis that has a sample taken as part of a drill stem test"^^xsd:string ; |
326 | rdfs:label "fluid sampling - DST"^^xsd:string ; | 327 | rdfs:label "fluid sampling - DST"^^xsd:string ; |
327 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 328 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
328 | 329 | ||
329 | ep-prodact:FluidSampling-RFTorMDT | 330 | ep-prodact:FluidSampling-RFTorMDT |
330 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 331 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
331 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; | 332 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; |
332 | rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; | 333 | rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; |
333 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 334 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
334 | 335 | ||
335 | ep-prodact:FluidSampling-bottomhole | 336 | ep-prodact:FluidSampling-bottomhole |
336 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 337 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
337 | rdfs:comment "fluid sampling and analysis that has a sample taken from the bottom of a wellbore"^^xsd:string ; | 338 | rdfs:comment "fluid sampling and analysis that has a sample taken from the bottom of a wellbore"^^xsd:string ; |
338 | rdfs:label "fluid sampling - bottomhole"^^xsd:string ; | 339 | rdfs:label "fluid sampling - bottomhole"^^xsd:string ; |
339 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 340 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
340 | 341 | ||
341 | ep-prodact:FluidSampling-formationTester | 342 | ep-prodact:FluidSampling-formationTester |
342 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 343 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
343 | rdfs:comment "fluid sampling and analysis that has the sample taken by a formation tester"^^xsd:string ; | 344 | rdfs:comment "fluid sampling and analysis that has the sample taken by a formation tester"^^xsd:string ; |
344 | rdfs:label "fluid sampling - formation tester"^^xsd:string ; | 345 | rdfs:label "fluid sampling - formation tester"^^xsd:string ; |
345 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 346 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
346 | 347 | ||
347 | ep-prodact:FluidSampling-recombined | 348 | ep-prodact:FluidSampling-recombined |
348 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 349 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
349 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; | 350 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; |
350 | rdfs:label "fluid sampling - recombined"^^xsd:string ; | 351 | rdfs:label "fluid sampling - recombined"^^xsd:string ; |
351 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 352 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
352 | 353 | ||
353 | ep-prodact:FluidSampling-separatorGas | 354 | ep-prodact:FluidSampling-separatorGas |
354 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 355 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
355 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; | 356 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; |
356 | rdfs:label "fluid sampling - separator gas"^^xsd:string ; | 357 | rdfs:label "fluid sampling - separator gas"^^xsd:string ; |
357 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 358 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
358 | 359 | ||
359 | ep-prodact:FluidSampling-separatorOil | 360 | ep-prodact:FluidSampling-separatorOil |
360 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 361 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
361 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; | 362 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; |
362 | rdfs:label "fluid sampling - separator oil"^^xsd:string ; | 363 | rdfs:label "fluid sampling - separator oil"^^xsd:string ; |
363 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 364 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
364 | 365 | ||
365 | ep-prodact:FluidSampling-separatorWater | 366 | ep-prodact:FluidSampling-separatorWater |
366 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 367 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
367 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; | 368 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; |
368 | rdfs:label "fluid sampling - separator water"^^xsd:string ; | 369 | rdfs:label "fluid sampling - separator water"^^xsd:string ; |
369 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 370 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
370 | 371 | ||
371 | ep-prodact:FluidSampling-synthetic | 372 | ep-prodact:FluidSampling-synthetic |
372 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 373 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
373 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; | 374 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; |
374 | rdfs:label "fluid sampling - synthetic"^^xsd:string ; | 375 | rdfs:label "fluid sampling - synthetic"^^xsd:string ; |
375 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 376 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
376 | 377 | ||
377 | ep-prodact:FluidSampling-wellhead | 378 | ep-prodact:FluidSampling-wellhead |
378 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 379 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
379 | rdfs:comment "fluid sampling and analysis that has the sample taken at the well head"^^xsd:string ; | 380 | rdfs:comment "fluid sampling and analysis that has the sample taken at the well head"^^xsd:string ; |
380 | rdfs:label "fluid sampling - wellhead"^^xsd:string ; | 381 | rdfs:label "fluid sampling - wellhead"^^xsd:string ; |
381 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 382 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
... | @@ -384,7 +385,7 @@ ep-prodact:FluidSamplingAndAnalysis | ... | @@ -384,7 +385,7 @@ ep-prodact:FluidSamplingAndAnalysis |
384 | rdf:type owl:Class ; | 385 | rdf:type owl:Class ; |
385 | rdfs:comment "activity that is fluid sampling and analysis"^^xsd:string ; | 386 | rdfs:comment "activity that is fluid sampling and analysis"^^xsd:string ; |
386 | rdfs:label "fluid sampling and analysis"^^xsd:string ; | 387 | rdfs:label "fluid sampling and analysis"^^xsd:string ; |
387 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 388 | + rdfs:subClassOf ep-activity:Activity . |
388 | 389 | ||
389 | ep-prodact:FluidSamplingType | 390 | ep-prodact:FluidSamplingType |
390 | rdf:type rdfs:Class ; | 391 | rdf:type rdfs:Class ; |
... | @@ -393,7 +394,7 @@ ep-prodact:FluidSamplingType | ... | @@ -393,7 +394,7 @@ ep-prodact:FluidSamplingType |
393 | rdfs:subClassOf owl:Class . | 394 | rdfs:subClassOf owl:Class . |
394 | 395 | ||
395 | ep-prodact:HSEProblem | 396 | ep-prodact:HSEProblem |
396 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 397 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
397 | rdfs:comment "activity that is an HSE problem"^^xsd:string ; | 398 | rdfs:comment "activity that is an HSE problem"^^xsd:string ; |
398 | rdfs:label "HSE problem"^^xsd:string ; | 399 | rdfs:label "HSE problem"^^xsd:string ; |
399 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 400 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
... | @@ -402,7 +403,7 @@ ep-prodact:HealthSafetyAndEnvironmentActivity | ... | @@ -402,7 +403,7 @@ ep-prodact:HealthSafetyAndEnvironmentActivity |
402 | rdf:type owl:Class ; | 403 | rdf:type owl:Class ; |
403 | rdfs:comment "activity that affects, or might in different circumstances have affected, health, safety and the environment"^^xsd:string ; | 404 | rdfs:comment "activity that affects, or might in different circumstances have affected, health, safety and the environment"^^xsd:string ; |
404 | rdfs:label "health safety and environment activity"^^xsd:string ; | 405 | rdfs:label "health safety and environment activity"^^xsd:string ; |
405 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 406 | + rdfs:subClassOf ep-activity:Activity . |
406 | 407 | ||
407 | ep-prodact:Incident | 408 | ep-prodact:Incident |
408 | rdf:type owl:Class ; | 409 | rdf:type owl:Class ; |
... | @@ -411,16 +412,16 @@ ep-prodact:Incident | ... | @@ -411,16 +412,16 @@ ep-prodact:Incident |
411 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 412 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
412 | 413 | ||
413 | ep-prodact:InitialWellTest | 414 | ep-prodact:InitialWellTest |
414 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 415 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
415 | rdfs:comment "well test that is the first on a well"^^xsd:string ; | 416 | rdfs:comment "well test that is the first on a well"^^xsd:string ; |
416 | rdfs:label "initial well test"^^xsd:string ; | 417 | rdfs:label "initial well test"^^xsd:string ; |
417 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 418 | + rdfs:subClassOf ep-activity:WellTest . |
418 | 419 | ||
419 | ep-prodact:InjectionWellTest | 420 | ep-prodact:InjectionWellTest |
420 | rdf:type owl:Class ; | 421 | rdf:type owl:Class ; |
421 | rdfs:comment "production well test that is an injection well test"^^xsd:string ; | 422 | rdfs:comment "production well test that is an injection well test"^^xsd:string ; |
422 | rdfs:label "injection well test"^^xsd:string ; | 423 | rdfs:label "injection well test"^^xsd:string ; |
423 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> . | 424 | + rdfs:subClassOf ep-activity:ProductionWellTest . |
424 | 425 | ||
425 | ep-prodact:Injury | 426 | ep-prodact:Injury |
426 | rdf:type owl:Class ; | 427 | rdf:type owl:Class ; |
... | @@ -429,25 +430,25 @@ ep-prodact:Injury | ... | @@ -429,25 +430,25 @@ ep-prodact:Injury |
429 | rdfs:subClassOf ep-prodact:AccidentOrInjury . | 430 | rdfs:subClassOf ep-prodact:AccidentOrInjury . |
430 | 431 | ||
431 | ep-prodact:IssueBillOfLading | 432 | ep-prodact:IssueBillOfLading |
432 | - rdf:type owl:Class , ep-prodact:SalesActivityType ; | 433 | + rdf:type ep-prodact:SalesActivityType , owl:Class ; |
433 | rdfs:comment "sales activity that is issuing a bill of lading"^^xsd:string ; | 434 | rdfs:comment "sales activity that is issuing a bill of lading"^^xsd:string ; |
434 | rdfs:label "issue bill of lading"^^xsd:string ; | 435 | rdfs:label "issue bill of lading"^^xsd:string ; |
435 | rdfs:subClassOf ep-prodact:SalesActivity . | 436 | rdfs:subClassOf ep-prodact:SalesActivity . |
436 | 437 | ||
437 | ep-prodact:IssueWorkPermit | 438 | ep-prodact:IssueWorkPermit |
438 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 439 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
439 | rdfs:comment "activity that is issuing a work permit"^^xsd:string ; | 440 | rdfs:comment "activity that is issuing a work permit"^^xsd:string ; |
440 | rdfs:label "issue work permit"^^xsd:string ; | 441 | rdfs:label "issue work permit"^^xsd:string ; |
441 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 442 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
442 | 443 | ||
443 | ep-prodact:IssueWorkPermitWithSJA | 444 | ep-prodact:IssueWorkPermitWithSJA |
444 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 445 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
445 | rdfs:comment "issue a work permit with Safe Job Analysis"^^xsd:string ; | 446 | rdfs:comment "issue a work permit with Safe Job Analysis"^^xsd:string ; |
446 | rdfs:label "issue work permit with SJA"^^xsd:string ; | 447 | rdfs:label "issue work permit with SJA"^^xsd:string ; |
447 | rdfs:subClassOf ep-prodact:IssueWorkPermit . | 448 | rdfs:subClassOf ep-prodact:IssueWorkPermit . |
448 | 449 | ||
449 | ep-prodact:JobObservation | 450 | ep-prodact:JobObservation |
450 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 451 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
451 | rdfs:comment "<not defined in MPR-XSD>"^^xsd:string ; | 452 | rdfs:comment "<not defined in MPR-XSD>"^^xsd:string ; |
452 | rdfs:label "job observation"^^xsd:string ; | 453 | rdfs:label "job observation"^^xsd:string ; |
453 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 454 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
... | @@ -465,16 +466,16 @@ ep-prodact:LostTimeAccident | ... | @@ -465,16 +466,16 @@ ep-prodact:LostTimeAccident |
465 | rdfs:subClassOf ep-prodact:Injury . | 466 | rdfs:subClassOf ep-prodact:Injury . |
466 | 467 | ||
467 | ep-prodact:LostTimeIncident | 468 | ep-prodact:LostTimeIncident |
468 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 469 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
469 | rdfs:comment "incident that results in an injured employee who requires medical treatment and cannot return to work the next day (source: MPR-XSD)"^^xsd:string ; | 470 | rdfs:comment "incident that results in an injured employee who requires medical treatment and cannot return to work the next day (source: MPR-XSD)"^^xsd:string ; |
470 | rdfs:label "lost time incident"^^xsd:string ; | 471 | rdfs:label "lost time incident"^^xsd:string ; |
471 | rdfs:subClassOf ep-prodact:Injury . | 472 | rdfs:subClassOf ep-prodact:Injury . |
472 | 473 | ||
473 | ep-prodact:MaintenanceActivity | 474 | ep-prodact:MaintenanceActivity |
474 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 475 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
475 | rdfs:comment "activity that is maintenance"^^xsd:string ; | 476 | rdfs:comment "activity that is maintenance"^^xsd:string ; |
476 | rdfs:label "maintenance activity"^^xsd:string ; | 477 | rdfs:label "maintenance activity"^^xsd:string ; |
477 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 478 | + rdfs:subClassOf ep-activity:ProductionActivity ; |
478 | ep-core:seeReferenceData | 479 | ep-core:seeReferenceData |
479 | "http://posccaesar.org/rdl/RDS9661742"^^xsd:string . | 480 | "http://posccaesar.org/rdl/RDS9661742"^^xsd:string . |
480 | 481 | ||
... | @@ -482,10 +483,10 @@ ep-prodact:MakeAComment | ... | @@ -482,10 +483,10 @@ ep-prodact:MakeAComment |
482 | rdf:type owl:Class ; | 483 | rdf:type owl:Class ; |
483 | rdfs:comment "activity that is making a comment"^^xsd:string ; | 484 | rdfs:comment "activity that is making a comment"^^xsd:string ; |
484 | rdfs:label "make a comment"^^xsd:string ; | 485 | rdfs:label "make a comment"^^xsd:string ; |
485 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 486 | + rdfs:subClassOf ep-activity:Activity . |
486 | 487 | ||
487 | ep-prodact:MakeATransaction | 488 | ep-prodact:MakeATransaction |
488 | - rdf:type owl:Class , ep-prodact:SalesActivityType ; | 489 | + rdf:type ep-prodact:SalesActivityType , owl:Class ; |
489 | rdfs:comment "sales activity that is making a transaction"^^xsd:string ; | 490 | rdfs:comment "sales activity that is making a transaction"^^xsd:string ; |
490 | rdfs:label "make a transaction"^^xsd:string ; | 491 | rdfs:label "make a transaction"^^xsd:string ; |
491 | rdfs:subClassOf ep-prodact:SalesActivity . | 492 | rdfs:subClassOf ep-prodact:SalesActivity . |
... | @@ -494,16 +495,16 @@ ep-prodact:MarineOperation | ... | @@ -494,16 +495,16 @@ ep-prodact:MarineOperation |
494 | rdf:type owl:Class ; | 495 | rdf:type owl:Class ; |
495 | rdfs:comment "production activity that is a marine operation"^^xsd:string ; | 496 | rdfs:comment "production activity that is a marine operation"^^xsd:string ; |
496 | rdfs:label "marine operation"^^xsd:string ; | 497 | rdfs:label "marine operation"^^xsd:string ; |
497 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 498 | + rdfs:subClassOf ep-activity:ProductionActivity . |
498 | 499 | ||
499 | ep-prodact:MarkedGasLossOfExport | 500 | ep-prodact:MarkedGasLossOfExport |
500 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 501 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
501 | rdfs:comment "activity that is not exporting gas due to marked product"^^xsd:string ; | 502 | rdfs:comment "activity that is not exporting gas due to marked product"^^xsd:string ; |
502 | rdfs:label "marked gas loss of export"^^xsd:string ; | 503 | rdfs:label "marked gas loss of export"^^xsd:string ; |
503 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 504 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
504 | 505 | ||
505 | ep-prodact:MarkedOilLossOfExport | 506 | ep-prodact:MarkedOilLossOfExport |
506 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 507 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
507 | rdfs:comment "activity that is not exporting oil due to marked product"^^xsd:string ; | 508 | rdfs:comment "activity that is not exporting oil due to marked product"^^xsd:string ; |
508 | rdfs:label "marked oil loss of export"^^xsd:string ; | 509 | rdfs:label "marked oil loss of export"^^xsd:string ; |
509 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 510 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
... | @@ -512,13 +513,13 @@ ep-prodact:MeasurePropertiesOfAFlow | ... | @@ -512,13 +513,13 @@ ep-prodact:MeasurePropertiesOfAFlow |
512 | rdf:type owl:Class ; | 513 | rdf:type owl:Class ; |
513 | rdfs:comment "activity that is measuring the properties of a flow"^^xsd:string ; | 514 | rdfs:comment "activity that is measuring the properties of a flow"^^xsd:string ; |
514 | rdfs:label "measure properties of a flow"^^xsd:string ; | 515 | rdfs:label "measure properties of a flow"^^xsd:string ; |
515 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 516 | + rdfs:subClassOf ep-activity:Activity . |
516 | 517 | ||
517 | ep-prodact:MeasureSplitFactors | 518 | ep-prodact:MeasureSplitFactors |
518 | - rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ; | 519 | + rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ; |
519 | rdfs:comment "activity that is measuring the fraction of a source flow that goes into different product streams"^^xsd:string ; | 520 | rdfs:comment "activity that is measuring the fraction of a source flow that goes into different product streams"^^xsd:string ; |
520 | rdfs:label "measure split factors"^^xsd:string ; | 521 | rdfs:label "measure split factors"^^xsd:string ; |
521 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 522 | + rdfs:subClassOf ep-activity:Activity . |
522 | 523 | ||
523 | ep-prodact:MedicalTreatment | 524 | ep-prodact:MedicalTreatment |
524 | rdf:type owl:Class ; | 525 | rdf:type owl:Class ; |
... | @@ -527,19 +528,19 @@ ep-prodact:MedicalTreatment | ... | @@ -527,19 +528,19 @@ ep-prodact:MedicalTreatment |
527 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 528 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
528 | 529 | ||
529 | ep-prodact:MedicalTreatmentInjury | 530 | ep-prodact:MedicalTreatmentInjury |
530 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 531 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
531 | rdfs:comment "injury that requires medical treatment"^^xsd:string ; | 532 | rdfs:comment "injury that requires medical treatment"^^xsd:string ; |
532 | rdfs:label "medical treatment injury"^^xsd:string ; | 533 | rdfs:label "medical treatment injury"^^xsd:string ; |
533 | rdfs:subClassOf ep-prodact:Injury . | 534 | rdfs:subClassOf ep-prodact:Injury . |
534 | 535 | ||
535 | ep-prodact:ModificationProject | 536 | ep-prodact:ModificationProject |
536 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 537 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
537 | rdfs:comment "activity that is a modification project"^^xsd:string ; | 538 | rdfs:comment "activity that is a modification project"^^xsd:string ; |
538 | rdfs:label "modification project"^^xsd:string ; | 539 | rdfs:label "modification project"^^xsd:string ; |
539 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 540 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
540 | 541 | ||
541 | ep-prodact:MonthlyProductionOperationToDate | 542 | ep-prodact:MonthlyProductionOperationToDate |
542 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 543 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
543 | rdfs:comment "production operation from the beginning of a monthly reporting period to a date within, or at the end of, the reporting period"^^xsd:string ; | 544 | rdfs:comment "production operation from the beginning of a monthly reporting period to a date within, or at the end of, the reporting period"^^xsd:string ; |
544 | rdfs:label "monthly production operation to date"^^xsd:string ; | 545 | rdfs:label "monthly production operation to date"^^xsd:string ; |
545 | rdfs:subClassOf ep-prodact:ProductionOperation . | 546 | rdfs:subClassOf ep-prodact:ProductionOperation . |
... | @@ -548,7 +549,7 @@ ep-prodact:MovementOfProduct | ... | @@ -548,7 +549,7 @@ ep-prodact:MovementOfProduct |
548 | rdf:type owl:Class ; | 549 | rdf:type owl:Class ; |
549 | rdfs:comment "activity that is the movement of a product"^^xsd:string ; | 550 | rdfs:comment "activity that is the movement of a product"^^xsd:string ; |
550 | rdfs:label "movement of product"^^xsd:string ; | 551 | rdfs:label "movement of product"^^xsd:string ; |
551 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 552 | + rdfs:subClassOf ep-activity:Activity . |
552 | 553 | ||
553 | ep-prodact:MovementOfProductType | 554 | ep-prodact:MovementOfProductType |
554 | rdf:type rdfs:Class ; | 555 | rdf:type rdfs:Class ; |
... | @@ -557,28 +558,28 @@ ep-prodact:MovementOfProductType | ... | @@ -557,28 +558,28 @@ ep-prodact:MovementOfProductType |
557 | rdfs:subClassOf owl:Class . | 558 | rdfs:subClassOf owl:Class . |
558 | 559 | ||
559 | ep-prodact:NearMiss | 560 | ep-prodact:NearMiss |
560 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 561 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
561 | rdfs:comment "incident that under different circumstances could have caused injury, illness and/or major damage to/loss of assets, or harm to the environment or to a third party (source: MPR-XSD)"^^xsd:string ; | 562 | rdfs:comment "incident that under different circumstances could have caused injury, illness and/or major damage to/loss of assets, or harm to the environment or to a third party (source: MPR-XSD)"^^xsd:string ; |
562 | rdfs:label "near miss"^^xsd:string ; | 563 | rdfs:label "near miss"^^xsd:string ; |
563 | rdfs:subClassOf ep-prodact:Incident . | 564 | rdfs:subClassOf ep-prodact:Incident . |
564 | 565 | ||
565 | ep-prodact:OperationMistakes | 566 | ep-prodact:OperationMistakes |
566 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 567 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
567 | rdfs:comment "activity that is an operation mistake"^^xsd:string ; | 568 | rdfs:comment "activity that is an operation mistake"^^xsd:string ; |
568 | rdfs:label "operation mistakes"^^xsd:string ; | 569 | rdfs:label "operation mistakes"^^xsd:string ; |
569 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 570 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
570 | 571 | ||
571 | ep-prodact:OtherReasonWellTest | 572 | ep-prodact:OtherReasonWellTest |
572 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 573 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
573 | rdfs:comment "well test that is not initial, periodic, or a revision"^^xsd:string ; | 574 | rdfs:comment "well test that is not initial, periodic, or a revision"^^xsd:string ; |
574 | rdfs:label "other reason well text"^^xsd:string ; | 575 | rdfs:label "other reason well text"^^xsd:string ; |
575 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 576 | + rdfs:subClassOf ep-activity:WellTest . |
576 | 577 | ||
577 | ep-prodact:PeriodicWellTest | 578 | ep-prodact:PeriodicWellTest |
578 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 579 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
579 | rdfs:comment "well test that is carried out as part of a periodic testing regime"^^xsd:string ; | 580 | rdfs:comment "well test that is carried out as part of a periodic testing regime"^^xsd:string ; |
580 | rdfs:label "periodic well test"^^xsd:string ; | 581 | rdfs:label "periodic well test"^^xsd:string ; |
581 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 582 | + rdfs:subClassOf ep-activity:WellTest . |
582 | 583 | ||
583 | ep-prodact:PersonnelSafetyIntroduction | 584 | ep-prodact:PersonnelSafetyIntroduction |
584 | rdf:type owl:Class ; | 585 | rdf:type owl:Class ; |
... | @@ -587,115 +588,115 @@ ep-prodact:PersonnelSafetyIntroduction | ... | @@ -587,115 +588,115 @@ ep-prodact:PersonnelSafetyIntroduction |
587 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 588 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
588 | 589 | ||
589 | ep-prodact:PlannedMaintenanceTurnaround | 590 | ep-prodact:PlannedMaintenanceTurnaround |
590 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 591 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
591 | rdfs:comment "activity that is a planned maintenance turnaround"^^xsd:string ; | 592 | rdfs:comment "activity that is a planned maintenance turnaround"^^xsd:string ; |
592 | rdfs:label "planned maintenace turnaround"^^xsd:string ; | 593 | rdfs:label "planned maintenace turnaround"^^xsd:string ; |
593 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 594 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
594 | 595 | ||
595 | ep-prodact:PowerStationFailure | 596 | ep-prodact:PowerStationFailure |
596 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 597 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
597 | rdfs:comment "activity that is the failure of a power station"^^xsd:string ; | 598 | rdfs:comment "activity that is the failure of a power station"^^xsd:string ; |
598 | rdfs:label "power station failure"^^xsd:string ; | 599 | rdfs:label "power station failure"^^xsd:string ; |
599 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 600 | + rdfs:subClassOf ep-activity:Activity . |
600 | 601 | ||
601 | ep-prodact:PreventiveMaintenanceTopside | 602 | ep-prodact:PreventiveMaintenanceTopside |
602 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 603 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
603 | rdfs:comment "activity that is preventive maintenance topside"^^xsd:string ; | 604 | rdfs:comment "activity that is preventive maintenance topside"^^xsd:string ; |
604 | rdfs:label "preventive maintenace topside"^^xsd:string ; | 605 | rdfs:label "preventive maintenace topside"^^xsd:string ; |
605 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 606 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
606 | 607 | ||
607 | ep-prodact:ProcessAndOperationProblem | 608 | ep-prodact:ProcessAndOperationProblem |
608 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 609 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
609 | rdfs:comment "activity that is a process and operation problem"^^xsd:string ; | 610 | rdfs:comment "activity that is a process and operation problem"^^xsd:string ; |
610 | rdfs:label "process and operation problem"^^xsd:string ; | 611 | rdfs:label "process and operation problem"^^xsd:string ; |
611 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 612 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
612 | 613 | ||
613 | ep-prodact:ProductCompletedLifting | 614 | ep-prodact:ProductCompletedLifting |
614 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 615 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
615 | rdfs:comment "movement of product that is exported from a stock within a given time period (source: MPR-XSD)"^^xsd:string ; | 616 | rdfs:comment "movement of product that is exported from a stock within a given time period (source: MPR-XSD)"^^xsd:string ; |
616 | rdfs:label "product completed lifting"^^xsd:string ; | 617 | rdfs:label "product completed lifting"^^xsd:string ; |
617 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 618 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
618 | 619 | ||
619 | ep-prodact:ProductGain-Loss | 620 | ep-prodact:ProductGain-Loss |
620 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 621 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
621 | rdfs:comment "movement of product that is the lack of proper proportion or relation between the corresponding input and liftings transactions (source: MPR-XSD)"^^xsd:string ; | 622 | rdfs:comment "movement of product that is the lack of proper proportion or relation between the corresponding input and liftings transactions (source: MPR-XSD)"^^xsd:string ; |
622 | rdfs:label "product gain/loss"^^xsd:string ; | 623 | rdfs:label "product gain/loss"^^xsd:string ; |
623 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 624 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
624 | 625 | ||
625 | ep-prodact:ProductInputToStorage | 626 | ep-prodact:ProductInputToStorage |
626 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 627 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
627 | rdfs:comment "movement of product that is addition to a stock within a given time period (source: MPR-XSD)"^^xsd:string ; | 628 | rdfs:comment "movement of product that is addition to a stock within a given time period (source: MPR-XSD)"^^xsd:string ; |
628 | rdfs:label "product input to storage"^^xsd:string ; | 629 | rdfs:label "product input to storage"^^xsd:string ; |
629 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 630 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
630 | 631 | ||
631 | ep-prodact:ProductLifted | 632 | ep-prodact:ProductLifted |
632 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 633 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
633 | rdfs:comment "movement of product that is from storage"^^xsd:string ; | 634 | rdfs:comment "movement of product that is from storage"^^xsd:string ; |
634 | rdfs:label "product lifted"^^xsd:string ; | 635 | rdfs:label "product lifted"^^xsd:string ; |
635 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 636 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
636 | 637 | ||
637 | ep-prodact:ProductLiftingEntitlement | 638 | ep-prodact:ProductLiftingEntitlement |
638 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 639 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
639 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 640 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
640 | rdfs:label "product lifting entitlement"^^xsd:string ; | 641 | rdfs:label "product lifting entitlement"^^xsd:string ; |
641 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 642 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
642 | 643 | ||
643 | ep-prodact:ProductLiftingEntitlementRemaining | 644 | ep-prodact:ProductLiftingEntitlementRemaining |
644 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 645 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
645 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 646 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
646 | rdfs:label "product lifting entitlement remaining"^^xsd:string ; | 647 | rdfs:label "product lifting entitlement remaining"^^xsd:string ; |
647 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 648 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
648 | 649 | ||
649 | ep-prodact:ProductLinePack | 650 | ep-prodact:ProductLinePack |
650 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 651 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
651 | rdfs:comment "movement of product that provides the quantity of gas which the operator responsible for gas transportation decides must be provided by the gas producing fields in order to make deliveries as requested by gas shippers and provide operating tolerances (source: MPR-XSD)"^^xsd:string ; | 652 | rdfs:comment "movement of product that provides the quantity of gas which the operator responsible for gas transportation decides must be provided by the gas producing fields in order to make deliveries as requested by gas shippers and provide operating tolerances (source: MPR-XSD)"^^xsd:string ; |
652 | rdfs:label "product line pack"^^xsd:string ; | 653 | rdfs:label "product line pack"^^xsd:string ; |
653 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 654 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
654 | 655 | ||
655 | ep-prodact:ProductMassAdjustment | 656 | ep-prodact:ProductMassAdjustment |
656 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 657 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
657 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 658 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
658 | rdfs:label "product mass adjustment"^^xsd:string ; | 659 | rdfs:label "product mass adjustment"^^xsd:string ; |
659 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 660 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
660 | 661 | ||
661 | ep-prodact:ProductPartialLifting | 662 | ep-prodact:ProductPartialLifting |
662 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 663 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
663 | rdfs:comment "movement of product that is a lifting up to a (not completed) determined point in time (source: MPR-XSD)"^^xsd:string ; | 664 | rdfs:comment "movement of product that is a lifting up to a (not completed) determined point in time (source: MPR-XSD)"^^xsd:string ; |
664 | rdfs:label "product partial lifting"^^xsd:string ; | 665 | rdfs:label "product partial lifting"^^xsd:string ; |
665 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 666 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
666 | 667 | ||
667 | ep-prodact:ProductPipelineLifting | 668 | ep-prodact:ProductPipelineLifting |
668 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 669 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
669 | rdfs:comment "movement of product that is exported from a stock by a pipeline"^^xsd:string ; | 670 | rdfs:comment "movement of product that is exported from a stock by a pipeline"^^xsd:string ; |
670 | rdfs:label "product pipeline lifting"^^xsd:string ; | 671 | rdfs:label "product pipeline lifting"^^xsd:string ; |
671 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 672 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
672 | 673 | ||
673 | ep-prodact:ProductProductionImbalance | 674 | ep-prodact:ProductProductionImbalance |
674 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 675 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
675 | rdfs:comment "movement of product that is the difference between the amount of gas entering and exiting a shipper's nomination portfolio. This will take into account all differences whatever the time or reason it occurs. (source: MPR-XSD)"^^xsd:string ; | 676 | rdfs:comment "movement of product that is the difference between the amount of gas entering and exiting a shipper's nomination portfolio. This will take into account all differences whatever the time or reason it occurs. (source: MPR-XSD)"^^xsd:string ; |
676 | rdfs:label "product production imbalance"^^xsd:string ; | 677 | rdfs:label "product production imbalance"^^xsd:string ; |
677 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 678 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
678 | 679 | ||
679 | ep-prodact:ProductSwap | 680 | ep-prodact:ProductSwap |
680 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 681 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
681 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 682 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
682 | rdfs:label "product swap"^^xsd:string ; | 683 | rdfs:label "product swap"^^xsd:string ; |
683 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 684 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
684 | 685 | ||
685 | ep-prodact:ProductTankerLifting | 686 | ep-prodact:ProductTankerLifting |
686 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 687 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
687 | rdfs:comment "movement of product that is exported from a stock by a tanker"^^xsd:string ; | 688 | rdfs:comment "movement of product that is exported from a stock by a tanker"^^xsd:string ; |
688 | rdfs:label "product tanker lifting"^^xsd:string ; | 689 | rdfs:label "product tanker lifting"^^xsd:string ; |
689 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 690 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
690 | 691 | ||
691 | ep-prodact:ProductTransaction | 692 | ep-prodact:ProductTransaction |
692 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 693 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
693 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 694 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
694 | rdfs:label "product transaction"^^xsd:string ; | 695 | rdfs:label "product transaction"^^xsd:string ; |
695 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 696 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
696 | 697 | ||
697 | ep-prodact:ProductTransfer | 698 | ep-prodact:ProductTransfer |
698 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 699 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
699 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 700 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
700 | rdfs:label "product transfer"^^xsd:string ; | 701 | rdfs:label "product transfer"^^xsd:string ; |
701 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 702 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
... | @@ -707,10 +708,10 @@ ep-prodact:ProductionActivityType | ... | @@ -707,10 +708,10 @@ ep-prodact:ProductionActivityType |
707 | rdfs:subClassOf owl:Class . | 708 | rdfs:subClassOf owl:Class . |
708 | 709 | ||
709 | ep-prodact:ProductionOperation | 710 | ep-prodact:ProductionOperation |
710 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 711 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
711 | rdfs:comment "production activity that is all of what is done in the operation of a facility during a period"^^xsd:string ; | 712 | rdfs:comment "production activity that is all of what is done in the operation of a facility during a period"^^xsd:string ; |
712 | rdfs:label "production operation"^^xsd:string ; | 713 | rdfs:label "production operation"^^xsd:string ; |
713 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 714 | + rdfs:subClassOf ep-activity:ProductionActivity . |
714 | 715 | ||
715 | ep-prodact:ProductionOperationClassByDuration | 716 | ep-prodact:ProductionOperationClassByDuration |
716 | rdf:type rdfs:Class ; | 717 | rdf:type rdfs:Class ; |
... | @@ -721,7 +722,7 @@ ep-prodact:ProductionOperationInjection | ... | @@ -721,7 +722,7 @@ ep-prodact:ProductionOperationInjection |
721 | rdf:type owl:Class ; | 722 | rdf:type owl:Class ; |
722 | rdfs:comment "production activity that is all of what is done that is directly concerned with injection into a well, such that interuption of the activity interupts injection"^^xsd:string ; | 723 | rdfs:comment "production activity that is all of what is done that is directly concerned with injection into a well, such that interuption of the activity interupts injection"^^xsd:string ; |
723 | rdfs:label "production operation injection"^^xsd:string ; | 724 | rdfs:label "production operation injection"^^xsd:string ; |
724 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 725 | + rdfs:subClassOf ep-activity:ProductionActivity . |
725 | 726 | ||
726 | ep-prodact:ProductionOperationMethodType | 727 | ep-prodact:ProductionOperationMethodType |
727 | rdf:type rdfs:Class ; | 728 | rdf:type rdfs:Class ; |
... | @@ -733,16 +734,16 @@ ep-prodact:ProductionOperationProcessingLoss | ... | @@ -733,16 +734,16 @@ ep-prodact:ProductionOperationProcessingLoss |
733 | rdf:type owl:Class ; | 734 | rdf:type owl:Class ; |
734 | rdfs:comment "activity that results in a Production Operation Processing loss"^^xsd:string ; | 735 | rdfs:comment "activity that results in a Production Operation Processing loss"^^xsd:string ; |
735 | rdfs:label "production operation processing loss"^^xsd:string ; | 736 | rdfs:label "production operation processing loss"^^xsd:string ; |
736 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 737 | + rdfs:subClassOf ep-activity:ProductionActivity . |
737 | 738 | ||
738 | ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason | 739 | ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason |
739 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 740 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
740 | rdfs:comment "activity that is a production operation processing loss without a specified reason"^^xsd:string ; | 741 | rdfs:comment "activity that is a production operation processing loss without a specified reason"^^xsd:string ; |
741 | rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ; | 742 | rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ; |
742 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 743 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
743 | 744 | ||
744 | ep-prodact:ProductionOperationProcessingRegulatoryReference | 745 | ep-prodact:ProductionOperationProcessingRegulatoryReference |
745 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 746 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
746 | rdfs:comment "activity that is a production operation processing regulatory reference"^^xsd:string ; | 747 | rdfs:comment "activity that is a production operation processing regulatory reference"^^xsd:string ; |
747 | rdfs:label "production operation processing regulatory reference"^^xsd:string ; | 748 | rdfs:label "production operation processing regulatory reference"^^xsd:string ; |
748 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 749 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
... | @@ -751,13 +752,13 @@ ep-prodact:ProductionOperationProduction | ... | @@ -751,13 +752,13 @@ ep-prodact:ProductionOperationProduction |
751 | rdf:type owl:Class ; | 752 | rdf:type owl:Class ; |
752 | rdfs:comment "production activity that is all of what is done that is directly concerned with production from a well, such that interuption of the activity interupts production"^^xsd:string ; | 753 | rdfs:comment "production activity that is all of what is done that is directly concerned with production from a well, such that interuption of the activity interupts production"^^xsd:string ; |
753 | rdfs:label "production operation production"^^xsd:string ; | 754 | rdfs:label "production operation production"^^xsd:string ; |
754 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 755 | + rdfs:subClassOf ep-activity:ProductionActivity . |
755 | 756 | ||
756 | ep-prodact:RaiseAnAlert | 757 | ep-prodact:RaiseAnAlert |
757 | rdf:type owl:Class ; | 758 | rdf:type owl:Class ; |
758 | rdfs:comment "activity that draws attention to an unexpected value in a set of data"^^xsd:string ; | 759 | rdfs:comment "activity that draws attention to an unexpected value in a set of data"^^xsd:string ; |
759 | rdfs:label "raise an alert"^^xsd:string ; | 760 | rdfs:label "raise an alert"^^xsd:string ; |
760 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 761 | + rdfs:subClassOf ep-activity:Activity . |
761 | 762 | ||
762 | ep-prodact:ReasonForLossOfProcessingType | 763 | ep-prodact:ReasonForLossOfProcessingType |
763 | rdf:type rdfs:Class ; | 764 | rdf:type rdfs:Class ; |
... | @@ -766,25 +767,25 @@ ep-prodact:ReasonForLossOfProcessingType | ... | @@ -766,25 +767,25 @@ ep-prodact:ReasonForLossOfProcessingType |
766 | rdfs:subClassOf owl:Class . | 767 | rdfs:subClassOf owl:Class . |
767 | 768 | ||
768 | ep-prodact:ReleaseToAir | 769 | ep-prodact:ReleaseToAir |
769 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 770 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
770 | rdfs:comment "spill or leak that is to air"^^xsd:string ; | 771 | rdfs:comment "spill or leak that is to air"^^xsd:string ; |
771 | rdfs:label "release to air"^^xsd:string ; | 772 | rdfs:label "release to air"^^xsd:string ; |
772 | rdfs:subClassOf ep-prodact:SpillOrLeak . | 773 | rdfs:subClassOf ep-prodact:SpillOrLeak . |
773 | 774 | ||
774 | ep-prodact:ReleaseToWater | 775 | ep-prodact:ReleaseToWater |
775 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 776 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
776 | rdfs:comment "spill or leak that is to water"^^xsd:string ; | 777 | rdfs:comment "spill or leak that is to water"^^xsd:string ; |
777 | rdfs:label "release to water"^^xsd:string ; | 778 | rdfs:label "release to water"^^xsd:string ; |
778 | rdfs:subClassOf ep-prodact:SpillOrLeak . | 779 | rdfs:subClassOf ep-prodact:SpillOrLeak . |
779 | 780 | ||
780 | ep-prodact:ReportHazard | 781 | ep-prodact:ReportHazard |
781 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 782 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
782 | rdfs:comment "activity that is making a formal report of a hazard"^^xsd:string ; | 783 | rdfs:comment "activity that is making a formal report of a hazard"^^xsd:string ; |
783 | rdfs:label "report hazard"^^xsd:string ; | 784 | rdfs:label "report hazard"^^xsd:string ; |
784 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 785 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
785 | 786 | ||
786 | ep-prodact:ReservoirLoss | 787 | ep-prodact:ReservoirLoss |
787 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 788 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
788 | rdfs:comment "activity that is a reservoir loss"^^xsd:string ; | 789 | rdfs:comment "activity that is a reservoir loss"^^xsd:string ; |
789 | rdfs:label "reservoir loss"^^xsd:string ; | 790 | rdfs:label "reservoir loss"^^xsd:string ; |
790 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 791 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
... | @@ -796,16 +797,16 @@ ep-prodact:RestrictedWork | ... | @@ -796,16 +797,16 @@ ep-prodact:RestrictedWork |
796 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 797 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
797 | 798 | ||
798 | ep-prodact:RestrictedWorkInjury | 799 | ep-prodact:RestrictedWorkInjury |
799 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 800 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
800 | rdfs:comment "injury that results in a reduction in ability to work"^^xsd:string ; | 801 | rdfs:comment "injury that results in a reduction in ability to work"^^xsd:string ; |
801 | rdfs:label "restricted work injury"^^xsd:string ; | 802 | rdfs:label "restricted work injury"^^xsd:string ; |
802 | rdfs:subClassOf ep-prodact:Injury . | 803 | rdfs:subClassOf ep-prodact:Injury . |
803 | 804 | ||
804 | ep-prodact:RevisionWellTest | 805 | ep-prodact:RevisionWellTest |
805 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 806 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
806 | rdfs:comment "well test that is <not defined in MPR-XSD>"^^xsd:string ; | 807 | rdfs:comment "well test that is <not defined in MPR-XSD>"^^xsd:string ; |
807 | rdfs:label "revision well test"^^xsd:string ; | 808 | rdfs:label "revision well test"^^xsd:string ; |
808 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 809 | + rdfs:subClassOf ep-activity:WellTest . |
809 | 810 | ||
810 | ep-prodact:SafetyActivityType | 811 | ep-prodact:SafetyActivityType |
811 | rdf:type rdfs:Class ; | 812 | rdf:type rdfs:Class ; |
... | @@ -820,7 +821,7 @@ ep-prodact:SafetyConsideration | ... | @@ -820,7 +821,7 @@ ep-prodact:SafetyConsideration |
820 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 821 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
821 | 822 | ||
822 | ep-prodact:SafetyMeeting | 823 | ep-prodact:SafetyMeeting |
823 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 824 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
824 | rdfs:comment "activity that is a safety meeting"^^xsd:string ; | 825 | rdfs:comment "activity that is a safety meeting"^^xsd:string ; |
825 | rdfs:label "safety meeting"^^xsd:string ; | 826 | rdfs:label "safety meeting"^^xsd:string ; |
826 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 827 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
... | @@ -829,7 +830,7 @@ ep-prodact:SalesActivity | ... | @@ -829,7 +830,7 @@ ep-prodact:SalesActivity |
829 | rdf:type owl:Class ; | 830 | rdf:type owl:Class ; |
830 | rdfs:comment "activity that is all or part of a sale"^^xsd:string ; | 831 | rdfs:comment "activity that is all or part of a sale"^^xsd:string ; |
831 | rdfs:label "sales activity"^^xsd:string ; | 832 | rdfs:label "sales activity"^^xsd:string ; |
832 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 833 | + rdfs:subClassOf ep-activity:Activity . |
833 | 834 | ||
834 | ep-prodact:SalesActivityType | 835 | ep-prodact:SalesActivityType |
835 | rdf:type rdfs:Class ; | 836 | rdf:type rdfs:Class ; |
... | @@ -838,13 +839,13 @@ ep-prodact:SalesActivityType | ... | @@ -838,13 +839,13 @@ ep-prodact:SalesActivityType |
838 | rdfs:subClassOf owl:Class . | 839 | rdfs:subClassOf owl:Class . |
839 | 840 | ||
840 | ep-prodact:SentAshore | 841 | ep-prodact:SentAshore |
841 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 842 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
842 | rdfs:comment "activity that is sending a person ashore"^^xsd:string ; | 843 | rdfs:comment "activity that is sending a person ashore"^^xsd:string ; |
843 | rdfs:label "sent ashore"^^xsd:string ; | 844 | rdfs:label "sent ashore"^^xsd:string ; |
844 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 845 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
845 | 846 | ||
846 | ep-prodact:SevereAccident | 847 | ep-prodact:SevereAccident |
847 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 848 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
848 | rdfs:comment "accident that challenges safety systems at a level much higher than expected (source: MPR-XSD)"^^xsd:string ; | 849 | rdfs:comment "accident that challenges safety systems at a level much higher than expected (source: MPR-XSD)"^^xsd:string ; |
849 | rdfs:label "severe accident"^^xsd:string ; | 850 | rdfs:label "severe accident"^^xsd:string ; |
850 | rdfs:subClassOf ep-prodact:AccidentOrInjury . | 851 | rdfs:subClassOf ep-prodact:AccidentOrInjury . |
... | @@ -853,16 +854,16 @@ ep-prodact:ShutdownProduction | ... | @@ -853,16 +854,16 @@ ep-prodact:ShutdownProduction |
853 | rdf:type owl:Class ; | 854 | rdf:type owl:Class ; |
854 | rdfs:comment "production activity that is shutting down production"^^xsd:string ; | 855 | rdfs:comment "production activity that is shutting down production"^^xsd:string ; |
855 | rdfs:label "shutdown production"^^xsd:string ; | 856 | rdfs:label "shutdown production"^^xsd:string ; |
856 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 857 | + rdfs:subClassOf ep-activity:ProductionActivity . |
857 | 858 | ||
858 | ep-prodact:SickOnBoard | 859 | ep-prodact:SickOnBoard |
859 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 860 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
860 | rdfs:comment "activity that is a person being ill on board"^^xsd:string ; | 861 | rdfs:comment "activity that is a person being ill on board"^^xsd:string ; |
861 | rdfs:label "sick on board"^^xsd:string ; | 862 | rdfs:label "sick on board"^^xsd:string ; |
862 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 863 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
863 | 864 | ||
864 | ep-prodact:SpillOrLeak | 865 | ep-prodact:SpillOrLeak |
865 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 866 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
866 | rdfs:comment "incident that is a spill or leak"^^xsd:string ; | 867 | rdfs:comment "incident that is a spill or leak"^^xsd:string ; |
867 | rdfs:label "spill or leak"^^xsd:string ; | 868 | rdfs:label "spill or leak"^^xsd:string ; |
868 | rdfs:subClassOf ep-prodact:Incident . | 869 | rdfs:subClassOf ep-prodact:Incident . |
... | @@ -880,7 +881,7 @@ ep-prodact:StandbyVesselOperation | ... | @@ -880,7 +881,7 @@ ep-prodact:StandbyVesselOperation |
880 | rdfs:subClassOf ep-prodact:MarineOperation . | 881 | rdfs:subClassOf ep-prodact:MarineOperation . |
881 | 882 | ||
882 | ep-prodact:StrikeOrLockout | 883 | ep-prodact:StrikeOrLockout |
883 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 884 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
884 | rdfs:comment "activity that is a strike or lock-out"^^xsd:string ; | 885 | rdfs:comment "activity that is a strike or lock-out"^^xsd:string ; |
885 | rdfs:label "strike or lock-out"^^xsd:string ; | 886 | rdfs:label "strike or lock-out"^^xsd:string ; |
886 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 887 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
... | @@ -892,67 +893,67 @@ ep-prodact:SupplyShipOperation | ... | @@ -892,67 +893,67 @@ ep-prodact:SupplyShipOperation |
892 | rdfs:subClassOf ep-prodact:MarineOperation . | 893 | rdfs:subClassOf ep-prodact:MarineOperation . |
893 | 894 | ||
894 | ep-prodact:TestingAndLogging | 895 | ep-prodact:TestingAndLogging |
895 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 896 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
896 | rdfs:comment "activity that is testing and logging"^^xsd:string ; | 897 | rdfs:comment "activity that is testing and logging"^^xsd:string ; |
897 | rdfs:label "testing and logging"^^xsd:string ; | 898 | rdfs:label "testing and logging"^^xsd:string ; |
898 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 899 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
899 | 900 | ||
900 | ep-prodact:ThirdPartyProcessingLoss | 901 | ep-prodact:ThirdPartyProcessingLoss |
901 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 902 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
902 | rdfs:comment "activity that is a third party processing loss"^^xsd:string ; | 903 | rdfs:comment "activity that is a third party processing loss"^^xsd:string ; |
903 | rdfs:label "third party processing loss"^^xsd:string ; | 904 | rdfs:label "third party processing loss"^^xsd:string ; |
904 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 905 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
905 | 906 | ||
906 | ep-prodact:TopsideEquipmentFailureMaintenance | 907 | ep-prodact:TopsideEquipmentFailureMaintenance |
907 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 908 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
908 | rdfs:comment "activity that is an topside equipment failure and maintenance"^^xsd:string ; | 909 | rdfs:comment "activity that is an topside equipment failure and maintenance"^^xsd:string ; |
909 | rdfs:label "topside equipment failure maintenance"^^xsd:string ; | 910 | rdfs:label "topside equipment failure maintenance"^^xsd:string ; |
910 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 911 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
911 | 912 | ||
912 | ep-prodact:TrafficAccident | 913 | ep-prodact:TrafficAccident |
913 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 914 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
914 | rdfs:comment "accident that involves one or more moving vehicles"^^xsd:string ; | 915 | rdfs:comment "accident that involves one or more moving vehicles"^^xsd:string ; |
915 | rdfs:label "traffic accident"^^xsd:string ; | 916 | rdfs:label "traffic accident"^^xsd:string ; |
916 | rdfs:subClassOf ep-prodact:AccidentOrInjury . | 917 | rdfs:subClassOf ep-prodact:AccidentOrInjury . |
917 | 918 | ||
918 | ep-prodact:UnavailableTankerStorage | 919 | ep-prodact:UnavailableTankerStorage |
919 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 920 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
920 | rdfs:comment "activity that is unavailable tanker storage"^^xsd:string ; | 921 | rdfs:comment "activity that is unavailable tanker storage"^^xsd:string ; |
921 | rdfs:label "unavailable tanker storage"^^xsd:string ; | 922 | rdfs:label "unavailable tanker storage"^^xsd:string ; |
922 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 923 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
923 | 924 | ||
924 | ep-prodact:UnknownReasonWellTest | 925 | ep-prodact:UnknownReasonWellTest |
925 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 926 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
926 | rdfs:comment "well test that is carried out for a reason that is not recorded"^^xsd:string ; | 927 | rdfs:comment "well test that is carried out for a reason that is not recorded"^^xsd:string ; |
927 | rdfs:label "unknown reason well test"^^xsd:string ; | 928 | rdfs:label "unknown reason well test"^^xsd:string ; |
928 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 929 | + rdfs:subClassOf ep-activity:WellTest . |
929 | 930 | ||
930 | ep-prodact:WeatherProblem | 931 | ep-prodact:WeatherProblem |
931 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 932 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
932 | rdfs:comment "activity that is a weather problem"^^xsd:string ; | 933 | rdfs:comment "activity that is a weather problem"^^xsd:string ; |
933 | rdfs:label "weather problem"^^xsd:string ; | 934 | rdfs:label "weather problem"^^xsd:string ; |
934 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 935 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
935 | 936 | ||
936 | ep-prodact:WellEquipmentFailureMaintenance | 937 | ep-prodact:WellEquipmentFailureMaintenance |
937 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 938 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
938 | rdfs:comment "activity that is well equipment failure and maintenance"^^xsd:string ; | 939 | rdfs:comment "activity that is well equipment failure and maintenance"^^xsd:string ; |
939 | rdfs:label "well equipment failure maintenance"^^xsd:string ; | 940 | rdfs:label "well equipment failure maintenance"^^xsd:string ; |
940 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 941 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
941 | 942 | ||
942 | ep-prodact:WellPlannedOperations | 943 | ep-prodact:WellPlannedOperations |
943 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 944 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
944 | rdfs:comment "activity that is well planned operations"^^xsd:string ; | 945 | rdfs:comment "activity that is well planned operations"^^xsd:string ; |
945 | rdfs:label "well planned operations"^^xsd:string ; | 946 | rdfs:label "well planned operations"^^xsd:string ; |
946 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 947 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
947 | 948 | ||
948 | ep-prodact:WellPreventiveMaintenance | 949 | ep-prodact:WellPreventiveMaintenance |
949 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 950 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
950 | rdfs:comment "activity that is well preventive maintenance"^^xsd:string ; | 951 | rdfs:comment "activity that is well preventive maintenance"^^xsd:string ; |
951 | rdfs:label "well preventive maintenance"^^xsd:string ; | 952 | rdfs:label "well preventive maintenance"^^xsd:string ; |
952 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 953 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
953 | 954 | ||
954 | ep-prodact:WellProblems | 955 | ep-prodact:WellProblems |
955 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 956 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
956 | rdfs:comment "activity that is well problems"^^xsd:string ; | 957 | rdfs:comment "activity that is well problems"^^xsd:string ; |
957 | rdfs:label "well problems"^^xsd:string ; | 958 | rdfs:label "well problems"^^xsd:string ; |
958 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 959 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
... | @@ -991,13 +992,13 @@ ep-prodact:buyer | ... | @@ -991,13 +992,13 @@ ep-prodact:buyer |
991 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . | 992 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . |
992 | 993 | ||
993 | ep-prodact:cargoBatchNumber | 994 | ep-prodact:cargoBatchNumber |
994 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 995 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
995 | rdfs:comment "identifier for a batch of cargo"^^xsd:string ; | 996 | rdfs:comment "identifier for a batch of cargo"^^xsd:string ; |
996 | rdfs:domain ep-material:BatchOfCargo ; | 997 | rdfs:domain ep-material:BatchOfCargo ; |
997 | rdfs:label "cargo batch number"^^xsd:string . | 998 | rdfs:label "cargo batch number"^^xsd:string . |
998 | 999 | ||
999 | ep-prodact:cargoNumber | 1000 | ep-prodact:cargoNumber |
1000 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 1001 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
1001 | rdfs:comment "identifier of a cargo"^^xsd:string ; | 1002 | rdfs:comment "identifier of a cargo"^^xsd:string ; |
1002 | rdfs:domain ep-material:QuantityOfMaterial ; | 1003 | rdfs:domain ep-material:QuantityOfMaterial ; |
1003 | rdfs:label "cargo number"^^xsd:string . | 1004 | rdfs:label "cargo number"^^xsd:string . |
... | @@ -1005,9 +1006,9 @@ ep-prodact:cargoNumber | ... | @@ -1005,9 +1006,9 @@ ep-prodact:cargoNumber |
1005 | ep-prodact:causedBy | 1006 | ep-prodact:causedBy |
1006 | rdf:type owl:ObjectProperty ; | 1007 | rdf:type owl:ObjectProperty ; |
1007 | rdfs:comment "activity that causes another"^^xsd:string ; | 1008 | rdfs:comment "activity that causes another"^^xsd:string ; |
1008 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | 1009 | + rdfs:domain ep-activity:Activity ; |
1009 | rdfs:label "caused by"^^xsd:string ; | 1010 | rdfs:label "caused by"^^xsd:string ; |
1010 | - rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . | 1011 | + rdfs:range ep-activity:Activity . |
1011 | 1012 | ||
1012 | ep-prodact:commentMade | 1013 | ep-prodact:commentMade |
1013 | rdf:type owl:DatatypeProperty ; | 1014 | rdf:type owl:DatatypeProperty ; |
... | @@ -1056,68 +1057,68 @@ ep-prodact:hasDischargeFlow | ... | @@ -1056,68 +1057,68 @@ ep-prodact:hasDischargeFlow |
1056 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . | 1057 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . |
1057 | 1058 | ||
1058 | ep-prodact:hasGasLiftChoke | 1059 | ep-prodact:hasGasLiftChoke |
1059 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1060 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1060 | rdfs:comment "gas lift choke for a well test activity"^^xsd:string ; | 1061 | rdfs:comment "gas lift choke for a well test activity"^^xsd:string ; |
1061 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; | 1062 | + rdfs:domain ep-activity:WellTest ; |
1062 | rdfs:label "has gas lift choke"^^xsd:string ; | 1063 | rdfs:label "has gas lift choke"^^xsd:string ; |
1063 | rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> . | 1064 | rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> . |
1064 | 1065 | ||
1065 | ep-prodact:hasLastPartOfTypeRemainingActivityPair | 1066 | ep-prodact:hasLastPartOfTypeRemainingActivityPair |
1066 | rdf:type owl:ObjectProperty ; | 1067 | rdf:type owl:ObjectProperty ; |
1067 | rdfs:comment "last part of type - remaining activity pair for an activity"^^xsd:string ; | 1068 | rdfs:comment "last part of type - remaining activity pair for an activity"^^xsd:string ; |
1068 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | 1069 | + rdfs:domain ep-activity:Activity ; |
1069 | rdfs:label "has last part of type - remaining activity pair"^^xsd:string ; | 1070 | rdfs:label "has last part of type - remaining activity pair"^^xsd:string ; |
1070 | rdfs:range ep-prodact:LastPartOfTypeRemainingActivityPair . | 1071 | rdfs:range ep-prodact:LastPartOfTypeRemainingActivityPair . |
1071 | 1072 | ||
1072 | ep-prodact:hasPredecessor | 1073 | ep-prodact:hasPredecessor |
1073 | rdf:type owl:TransitiveProperty ; | 1074 | rdf:type owl:TransitiveProperty ; |
1074 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | 1075 | + rdfs:domain ep-activity:Activity ; |
1075 | rdfs:label "has predecessor"^^xsd:string ; | 1076 | rdfs:label "has predecessor"^^xsd:string ; |
1076 | - rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . | 1077 | + rdfs:range ep-activity:Activity . |
1077 | 1078 | ||
1078 | ep-prodact:hasShutInPressure | 1079 | ep-prodact:hasShutInPressure |
1079 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1080 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
1080 | rdfs:comment "pressure that is the shut-in pressure for a well test"^^xsd:string ; | 1081 | rdfs:comment "pressure that is the shut-in pressure for a well test"^^xsd:string ; |
1081 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; | 1082 | + rdfs:domain ep-activity:ProductionWellTest ; |
1082 | rdfs:label "has shut-in pressure"^^xsd:string ; | 1083 | rdfs:label "has shut-in pressure"^^xsd:string ; |
1083 | rdfs:range ep-core:Pressure . | 1084 | rdfs:range ep-core:Pressure . |
1084 | 1085 | ||
1085 | ep-prodact:hasValidPredecessor | 1086 | ep-prodact:hasValidPredecessor |
1086 | rdf:type owl:TransitiveProperty ; | 1087 | rdf:type owl:TransitiveProperty ; |
1087 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | 1088 | + rdfs:domain ep-activity:Activity ; |
1088 | rdfs:label "has valid predecessor"^^xsd:string ; | 1089 | rdfs:label "has valid predecessor"^^xsd:string ; |
1089 | - rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . | 1090 | + rdfs:range ep-activity:Activity . |
1090 | 1091 | ||
1091 | ep-prodact:injectionWellTestMaximumAnnularPressure | 1092 | ep-prodact:injectionWellTestMaximumAnnularPressure |
1092 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1093 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
1093 | rdfs:comment "pressure that is the maximum annular pressure for an injection well test"^^xsd:string ; | 1094 | rdfs:comment "pressure that is the maximum annular pressure for an injection well test"^^xsd:string ; |
1094 | rdfs:domain ep-prodact:InjectionWellTest ; | 1095 | rdfs:domain ep-prodact:InjectionWellTest ; |
1095 | rdfs:label "injection well test maximum annular pressure"^^xsd:string ; | 1096 | rdfs:label "injection well test maximum annular pressure"^^xsd:string ; |
1096 | rdfs:range ep-core:Pressure . | 1097 | rdfs:range ep-core:Pressure . |
1097 | 1098 | ||
1098 | ep-prodact:injectionWellTestMinimumAnnularPressure | 1099 | ep-prodact:injectionWellTestMinimumAnnularPressure |
1099 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1100 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
1100 | rdfs:comment "pressure that is the minimum annular pressure for an injection well test"^^xsd:string ; | 1101 | rdfs:comment "pressure that is the minimum annular pressure for an injection well test"^^xsd:string ; |
1101 | rdfs:domain ep-prodact:InjectionWellTest ; | 1102 | rdfs:domain ep-prodact:InjectionWellTest ; |
1102 | rdfs:label "injection well test minimum annular pressure"^^xsd:string ; | 1103 | rdfs:label "injection well test minimum annular pressure"^^xsd:string ; |
1103 | rdfs:range ep-core:Pressure . | 1104 | rdfs:range ep-core:Pressure . |
1104 | 1105 | ||
1105 | ep-prodact:injectionWellTestWellheadFlowingPressure | 1106 | ep-prodact:injectionWellTestWellheadFlowingPressure |
1106 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1107 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
1107 | rdfs:comment "pressure that is the flowing pressure at the wellhead for an injection well test"^^xsd:string ; | 1108 | rdfs:comment "pressure that is the flowing pressure at the wellhead for an injection well test"^^xsd:string ; |
1108 | rdfs:domain ep-prodact:InjectionWellTest ; | 1109 | rdfs:domain ep-prodact:InjectionWellTest ; |
1109 | rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; | 1110 | rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; |
1110 | rdfs:range ep-core:Pressure . | 1111 | rdfs:range ep-core:Pressure . |
1111 | 1112 | ||
1112 | ep-prodact:injectionWellTestWellheadMaximumPressure | 1113 | ep-prodact:injectionWellTestWellheadMaximumPressure |
1113 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1114 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
1114 | rdfs:comment "pressure that is the maximum pressure at the wellhead for an injection well test"^^xsd:string ; | 1115 | rdfs:comment "pressure that is the maximum pressure at the wellhead for an injection well test"^^xsd:string ; |
1115 | rdfs:domain ep-prodact:InjectionWellTest ; | 1116 | rdfs:domain ep-prodact:InjectionWellTest ; |
1116 | rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; | 1117 | rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; |
1117 | rdfs:range ep-core:Pressure . | 1118 | rdfs:range ep-core:Pressure . |
1118 | 1119 | ||
1119 | ep-prodact:lastPartOfTypeDefiningType | 1120 | ep-prodact:lastPartOfTypeDefiningType |
1120 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1121 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1121 | rdfs:comment "class of activity that the last part of type is a member of"^^xsd:string ; | 1122 | rdfs:comment "class of activity that the last part of type is a member of"^^xsd:string ; |
1122 | rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; | 1123 | rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; |
1123 | rdfs:label "last part of type defining type"^^xsd:string ; | 1124 | rdfs:label "last part of type defining type"^^xsd:string ; |
... | @@ -1131,23 +1132,23 @@ ep-prodact:measuredFlow | ... | @@ -1131,23 +1132,23 @@ ep-prodact:measuredFlow |
1131 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . | 1132 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . |
1132 | 1133 | ||
1133 | ep-prodact:movedProduct | 1134 | ep-prodact:movedProduct |
1134 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1135 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1135 | rdfs:comment "quantity of material that is moved by a movement of product activity"^^xsd:string ; | 1136 | rdfs:comment "quantity of material that is moved by a movement of product activity"^^xsd:string ; |
1136 | rdfs:domain ep-prodact:MovementOfProduct ; | 1137 | rdfs:domain ep-prodact:MovementOfProduct ; |
1137 | rdfs:label "moved product"^^xsd:string ; | 1138 | rdfs:label "moved product"^^xsd:string ; |
1138 | rdfs:range ep-material:QuantityOfMaterial . | 1139 | rdfs:range ep-material:QuantityOfMaterial . |
1139 | 1140 | ||
1140 | ep-prodact:onProductionFacility | 1141 | ep-prodact:onProductionFacility |
1141 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1142 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1142 | rdfs:comment "production facility that a production activity is carried out upon"^^xsd:string ; | 1143 | rdfs:comment "production facility that a production activity is carried out upon"^^xsd:string ; |
1143 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 1144 | + rdfs:domain ep-activity:ProductionActivity ; |
1144 | rdfs:label "on facility"^^xsd:string ; | 1145 | rdfs:label "on facility"^^xsd:string ; |
1145 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . | 1146 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . |
1146 | 1147 | ||
1147 | ep-prodact:performedByPersonOrOrganization | 1148 | ep-prodact:performedByPersonOrOrganization |
1148 | rdf:type owl:ObjectProperty ; | 1149 | rdf:type owl:ObjectProperty ; |
1149 | rdfs:comment "person or organization that performs an activity"^^xsd:string ; | 1150 | rdfs:comment "person or organization that performs an activity"^^xsd:string ; |
1150 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | 1151 | + rdfs:domain ep-activity:Activity ; |
1151 | rdfs:label "performed by person or organization"^^xsd:string ; | 1152 | rdfs:label "performed by person or organization"^^xsd:string ; |
1152 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . | 1153 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . |
1153 | 1154 | ||
... | @@ -1159,7 +1160,7 @@ ep-prodact:performedByShip | ... | @@ -1159,7 +1160,7 @@ ep-prodact:performedByShip |
1159 | rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#Ship> . | 1160 | rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#Ship> . |
1160 | 1161 | ||
1161 | ep-prodact:processingLost | 1162 | ep-prodact:processingLost |
1162 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1163 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1163 | rdfs:comment "quantity of material that is not produced as a result of a production operation processing loss activity"^^xsd:string ; | 1164 | rdfs:comment "quantity of material that is not produced as a result of a production operation processing loss activity"^^xsd:string ; |
1164 | rdfs:domain ep-prodact:ProductionOperationProcessingLoss ; | 1165 | rdfs:domain ep-prodact:ProductionOperationProcessingLoss ; |
1165 | rdfs:range ep-material:QuantityOfMaterial . | 1166 | rdfs:range ep-material:QuantityOfMaterial . |
... | @@ -1170,11 +1171,11 @@ ep-prodact:productionActivityPeriodClassification | ... | @@ -1170,11 +1171,11 @@ ep-prodact:productionActivityPeriodClassification |
1170 | rdfs:range ep-prodact:ProductionOperationClassByDuration . | 1171 | rdfs:range ep-prodact:ProductionOperationClassByDuration . |
1171 | 1172 | ||
1172 | ep-prodact:remainingActivity | 1173 | ep-prodact:remainingActivity |
1173 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1174 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1174 | rdfs:comment "activity that is after the last part of type"^^xsd:string ; | 1175 | rdfs:comment "activity that is after the last part of type"^^xsd:string ; |
1175 | rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; | 1176 | rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; |
1176 | rdfs:label "remaining activity"^^xsd:string ; | 1177 | rdfs:label "remaining activity"^^xsd:string ; |
1177 | - rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . | 1178 | + rdfs:range ep-activity:Activity . |
1178 | 1179 | ||
1179 | ep-prodact:salesAdministrator | 1180 | ep-prodact:salesAdministrator |
1180 | rdf:type owl:ObjectProperty ; | 1181 | rdf:type owl:ObjectProperty ; |
... | @@ -1219,7 +1220,7 @@ ep-prodact:sourceOrganization | ... | @@ -1219,7 +1220,7 @@ ep-prodact:sourceOrganization |
1219 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 1220 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
1220 | 1221 | ||
1221 | ep-prodact:timeWorked | 1222 | ep-prodact:timeWorked |
1222 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1223 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
1223 | rdfs:comment "time duration for the parts of a production operation activity that are working"^^xsd:string ; | 1224 | rdfs:comment "time duration for the parts of a production operation activity that are working"^^xsd:string ; |
1224 | rdfs:domain ep-prodact:ProductionOperation ; | 1225 | rdfs:domain ep-prodact:ProductionOperation ; |
1225 | rdfs:label "time worked"^^xsd:string ; | 1226 | rdfs:label "time worked"^^xsd:string ; | ... | ... |
-
Please register or login to post a comment