Showing
9 changed files
with
462 additions
and
532 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 "a well test that is intended to determine the productive capacity, pressure, permeability or extent (or a combination of these) of a hydrocarbon reservoir, with the drillstring still in the hole"^^xsd:string ; | 112 | rdfs:comment "a well test that is intended to determine the productive capacity, pressure, permeability or extent (or a combination of these) of a hydrocarbon reservoir, with the drillstring still in the hole"^^xsd:string ; |
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 ; |
... | @@ -343,12 +343,7 @@ ep-activity:MonthlyDrillingActivity | ... | @@ -343,12 +343,7 @@ ep-activity:MonthlyDrillingActivity |
343 | rdf:type owl:Class ; | 343 | rdf:type owl:Class ; |
344 | rdfs:comment "drilling activity that consists of all that is done in order to drill a well during one month"^^xsd:string ; | 344 | rdfs:comment "drilling activity that consists of all that is done in order to drill a well during one month"^^xsd:string ; |
345 | rdfs:label "monthly drilling activity"^^xsd:string ; | 345 | rdfs:label "monthly drilling activity"^^xsd:string ; |
346 | - rdfs:subClassOf ep-activity:DrillingActivity ; | 346 | + rdfs:subClassOf ep-activity:DrillingActivity . |
347 | - rdfs:subClassOf | ||
348 | - [ rdf:type owl:Restriction ; | ||
349 | - owl:allValuesFrom ep-activity:WeeklyDrillingActivity ; | ||
350 | - owl:onProperty ep-activity:hasSubActivity | ||
351 | - ] . | ||
352 | 347 | ||
353 | ep-activity:ObserveTheWeather | 348 | ep-activity:ObserveTheWeather |
354 | rdfs:comment "make an observation that is of the weather"^^xsd:string . | 349 | rdfs:comment "make an observation that is of the weather"^^xsd:string . |
... | @@ -372,14 +367,14 @@ ep-activity:PorePressureDeterminationType | ... | @@ -372,14 +367,14 @@ ep-activity:PorePressureDeterminationType |
372 | rdfs:subClassOf owl:Class . | 367 | rdfs:subClassOf owl:Class . |
373 | 368 | ||
374 | ep-activity:PorePressureEstimation | 369 | ep-activity:PorePressureEstimation |
375 | - rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; | 370 | + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; |
376 | rdfs:comment "pore pressure determination that is an estimation"^^xsd:string ; | 371 | rdfs:comment "pore pressure determination that is an estimation"^^xsd:string ; |
377 | rdfs:label "pore pressure estimation"^^xsd:string ; | 372 | rdfs:label "pore pressure estimation"^^xsd:string ; |
378 | rdfs:subClassOf ep-activity:PorePressureDetermination ; | 373 | rdfs:subClassOf ep-activity:PorePressureDetermination ; |
379 | owl:disjointWith ep-activity:PorePressureMeasurement . | 374 | owl:disjointWith ep-activity:PorePressureMeasurement . |
380 | 375 | ||
381 | ep-activity:PorePressureMeasurement | 376 | ep-activity:PorePressureMeasurement |
382 | - rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; | 377 | + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ; |
383 | rdfs:comment "pore pressure determination that is a measurement"^^xsd:string ; | 378 | rdfs:comment "pore pressure determination that is a measurement"^^xsd:string ; |
384 | rdfs:label "pore pressure measurement"^^xsd:string ; | 379 | rdfs:label "pore pressure measurement"^^xsd:string ; |
385 | rdfs:subClassOf ep-activity:PorePressureDetermination ; | 380 | rdfs:subClassOf ep-activity:PorePressureDetermination ; |
... | @@ -404,7 +399,7 @@ ep-activity:ProductionActivity | ... | @@ -404,7 +399,7 @@ ep-activity:ProductionActivity |
404 | rdfs:subClassOf ep-activity:Activity . | 399 | rdfs:subClassOf ep-activity:Activity . |
405 | 400 | ||
406 | ep-activity:ProductionTest | 401 | ep-activity:ProductionTest |
407 | - rdf:type ep-activity:WellTestType , owl:Class ; | 402 | + rdf:type owl:Class , ep-activity:WellTestType ; |
408 | 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 ; |
409 | rdfs:label "production test"^^xsd:string ; | 404 | rdfs:label "production test"^^xsd:string ; |
410 | rdfs:subClassOf ep-activity:WellTest ; | 405 | rdfs:subClassOf ep-activity:WellTest ; |
... | @@ -414,7 +409,7 @@ ep-activity:ProductionWellTest | ... | @@ -414,7 +409,7 @@ ep-activity:ProductionWellTest |
414 | rdfs:comment "well test that is a production activity"^^xsd:string . | 409 | rdfs:comment "well test that is a production activity"^^xsd:string . |
415 | 410 | ||
416 | ep-activity:SuccessfulActivity | 411 | ep-activity:SuccessfulActivity |
417 | - rdf:type ep-activity:ActivitySuccessType , owl:Class ; | 412 | + rdf:type owl:Class , ep-activity:ActivitySuccessType ; |
418 | rdfs:comment "activity that succeeds"^^xsd:string ; | 413 | rdfs:comment "activity that succeeds"^^xsd:string ; |
419 | rdfs:label "successful activity"^^xsd:string ; | 414 | rdfs:label "successful activity"^^xsd:string ; |
420 | rdfs:subClassOf ep-activity:Activity ; | 415 | rdfs:subClassOf ep-activity:Activity ; |
... | @@ -424,12 +419,7 @@ ep-activity:WeeklyDrillingActivity | ... | @@ -424,12 +419,7 @@ ep-activity:WeeklyDrillingActivity |
424 | rdf:type owl:Class ; | 419 | rdf:type owl:Class ; |
425 | rdfs:comment "drilling activity that consists of all that is done in order to drill a well during one week"^^xsd:string ; | 420 | rdfs:comment "drilling activity that consists of all that is done in order to drill a well during one week"^^xsd:string ; |
426 | rdfs:label "weekly drilling activity"^^xsd:string ; | 421 | rdfs:label "weekly drilling activity"^^xsd:string ; |
427 | - rdfs:subClassOf ep-activity:DrillingActivity ; | 422 | + rdfs:subClassOf ep-activity:DrillingActivity . |
428 | - rdfs:subClassOf | ||
429 | - [ rdf:type owl:Restriction ; | ||
430 | - owl:allValuesFrom ep-activity:DailyDrillingActivity ; | ||
431 | - owl:onProperty ep-activity:hasSubActivity | ||
432 | - ] . | ||
433 | 423 | ||
434 | ep-activity:WellBoreBitOperation-withinReportingPeriod | 424 | ep-activity:WellBoreBitOperation-withinReportingPeriod |
435 | rdf:type owl:Class ; | 425 | rdf:type owl:Class ; |
... | @@ -486,26 +476,26 @@ ep-activity:WellCementJob | ... | @@ -486,26 +476,26 @@ ep-activity:WellCementJob |
486 | rdfs:subClassOf ep-activity:WellOperation . | 476 | rdfs:subClassOf ep-activity:WellOperation . |
487 | 477 | ||
488 | ep-activity:WellCementJob-other | 478 | ep-activity:WellCementJob-other |
489 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 479 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
490 | 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 ; |
491 | rdfs:label "well cement job other"^^xsd:string ; | 481 | rdfs:label "well cement job other"^^xsd:string ; |
492 | rdfs:subClassOf ep-activity:WellCementJob ; | 482 | rdfs:subClassOf ep-activity:WellCementJob ; |
493 | - 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 . |
494 | 484 | ||
495 | ep-activity:WellCementJob-plug | 485 | ep-activity:WellCementJob-plug |
496 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 486 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
497 | 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 ; |
498 | rdfs:label "well cement job plug"^^xsd:string ; | 488 | rdfs:label "well cement job plug"^^xsd:string ; |
499 | rdfs:subClassOf ep-activity:WellCementJob . | 489 | rdfs:subClassOf ep-activity:WellCementJob . |
500 | 490 | ||
501 | ep-activity:WellCementJob-primary | 491 | ep-activity:WellCementJob-primary |
502 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 492 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
503 | rdfs:comment "well cement job that is primary"^^xsd:string ; | 493 | rdfs:comment "well cement job that is primary"^^xsd:string ; |
504 | rdfs:label "well cement job primary"^^xsd:string ; | 494 | rdfs:label "well cement job primary"^^xsd:string ; |
505 | rdfs:subClassOf ep-activity:WellCementJob . | 495 | rdfs:subClassOf ep-activity:WellCementJob . |
506 | 496 | ||
507 | ep-activity:WellCementJob-squeeze | 497 | ep-activity:WellCementJob-squeeze |
508 | - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; | 498 | + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; |
509 | 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 ; |
510 | rdfs:label "well cement job squeeze"^^xsd:string ; | 500 | rdfs:label "well cement job squeeze"^^xsd:string ; |
511 | rdfs:subClassOf ep-activity:WellCementJob . | 501 | rdfs:subClassOf ep-activity:WellCementJob . |
... | @@ -559,84 +549,84 @@ ep-activity:WellCementJobTopPlugType | ... | @@ -559,84 +549,84 @@ ep-activity:WellCementJobTopPlugType |
559 | rdfs:subClassOf owl:Class . | 549 | rdfs:subClassOf owl:Class . |
560 | 550 | ||
561 | ep-activity:WellCementJobWithBottomPlug | 551 | ep-activity:WellCementJobWithBottomPlug |
562 | - rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; | 552 | + rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; |
563 | 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 ; |
564 | rdfs:label "well cement job with bottom plug"^^xsd:string ; | 554 | rdfs:label "well cement job with bottom plug"^^xsd:string ; |
565 | rdfs:subClassOf ep-activity:WellCementJob ; | 555 | rdfs:subClassOf ep-activity:WellCementJob ; |
566 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . | 556 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . |
567 | 557 | ||
568 | ep-activity:WellCementJobWithCasingReciprocation | 558 | ep-activity:WellCementJobWithCasingReciprocation |
569 | - rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; | 559 | + rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; |
570 | rdfs:comment "well cement job that has casing reciprocation"^^xsd:string ; | 560 | rdfs:comment "well cement job that has casing reciprocation"^^xsd:string ; |
571 | rdfs:label "well cement job with casing reciprocation"^^xsd:string ; | 561 | rdfs:label "well cement job with casing reciprocation"^^xsd:string ; |
572 | rdfs:subClassOf ep-activity:WellCementJob ; | 562 | rdfs:subClassOf ep-activity:WellCementJob ; |
573 | owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . | 563 | owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . |
574 | 564 | ||
575 | ep-activity:WellCementJobWithCasingRotation | 565 | ep-activity:WellCementJobWithCasingRotation |
576 | - rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; | 566 | + rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; |
577 | rdfs:comment "well cement job that has casing rotation"^^xsd:string ; | 567 | rdfs:comment "well cement job that has casing rotation"^^xsd:string ; |
578 | rdfs:label "well cement job with casing rotation"^^xsd:string ; | 568 | rdfs:label "well cement job with casing rotation"^^xsd:string ; |
579 | rdfs:subClassOf ep-activity:WellCementJob ; | 569 | rdfs:subClassOf ep-activity:WellCementJob ; |
580 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . | 570 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . |
581 | 571 | ||
582 | ep-activity:WellCementJobWithFloatHolding | 572 | ep-activity:WellCementJobWithFloatHolding |
583 | - rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; | 573 | + rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; |
584 | rdfs:comment "well cement job that has float holding"^^xsd:string ; | 574 | rdfs:comment "well cement job that has float holding"^^xsd:string ; |
585 | rdfs:label "well cement job with float holding"^^xsd:string ; | 575 | rdfs:label "well cement job with float holding"^^xsd:string ; |
586 | rdfs:subClassOf ep-activity:WellCementJob ; | 576 | rdfs:subClassOf ep-activity:WellCementJob ; |
587 | owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . | 577 | owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . |
588 | 578 | ||
589 | ep-activity:WellCementJobWithPlugBumping | 579 | ep-activity:WellCementJobWithPlugBumping |
590 | - rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; | 580 | + rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; |
591 | rdfs:comment "well cement job that has plug bumping"^^xsd:string ; | 581 | rdfs:comment "well cement job that has plug bumping"^^xsd:string ; |
592 | rdfs:label "well cement job with plug bumping"^^xsd:string ; | 582 | rdfs:label "well cement job with plug bumping"^^xsd:string ; |
593 | rdfs:subClassOf ep-activity:WellCementJob ; | 583 | rdfs:subClassOf ep-activity:WellCementJob ; |
594 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . | 584 | owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . |
595 | 585 | ||
596 | ep-activity:WellCementJobWithTopPlug | 586 | ep-activity:WellCementJobWithTopPlug |
597 | - rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; | 587 | + rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; |
598 | 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 ; |
599 | rdfs:label "well cement job with top plug"^^xsd:string ; | 589 | rdfs:label "well cement job with top plug"^^xsd:string ; |
600 | rdfs:subClassOf ep-activity:WellCementJob ; | 590 | rdfs:subClassOf ep-activity:WellCementJob ; |
601 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . | 591 | owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . |
602 | 592 | ||
603 | ep-activity:WellCementJobWithoutBottomPlug | 593 | ep-activity:WellCementJobWithoutBottomPlug |
604 | - rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; | 594 | + rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ; |
605 | 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 ; |
606 | rdfs:label "well cement job without bottom plug"^^xsd:string ; | 596 | rdfs:label "well cement job without bottom plug"^^xsd:string ; |
607 | rdfs:subClassOf ep-activity:WellCementJob ; | 597 | rdfs:subClassOf ep-activity:WellCementJob ; |
608 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . | 598 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . |
609 | 599 | ||
610 | ep-activity:WellCementJobWithoutCasingReciprocation | 600 | ep-activity:WellCementJobWithoutCasingReciprocation |
611 | - rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; | 601 | + rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ; |
612 | 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 ; |
613 | rdfs:label "well cement job without casing reciprocation"^^xsd:string ; | 603 | rdfs:label "well cement job without casing reciprocation"^^xsd:string ; |
614 | rdfs:subClassOf ep-activity:WellCementJob ; | 604 | rdfs:subClassOf ep-activity:WellCementJob ; |
615 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . | 605 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . |
616 | 606 | ||
617 | ep-activity:WellCementJobWithoutCasingRotation | 607 | ep-activity:WellCementJobWithoutCasingRotation |
618 | - rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; | 608 | + rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ; |
619 | 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 ; |
620 | rdfs:label "well cement job without casing rotation"^^xsd:string ; | 610 | rdfs:label "well cement job without casing rotation"^^xsd:string ; |
621 | rdfs:subClassOf ep-activity:WellCementJob ; | 611 | rdfs:subClassOf ep-activity:WellCementJob ; |
622 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . | 612 | owl:disjointWith ep-activity:WellCementJobWithCasingRotation . |
623 | 613 | ||
624 | ep-activity:WellCementJobWithoutFloatHolding | 614 | ep-activity:WellCementJobWithoutFloatHolding |
625 | - rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; | 615 | + rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ; |
626 | 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 ; |
627 | rdfs:label "well cement job without float holding"^^xsd:string ; | 617 | rdfs:label "well cement job without float holding"^^xsd:string ; |
628 | rdfs:subClassOf ep-activity:WellCementJob ; | 618 | rdfs:subClassOf ep-activity:WellCementJob ; |
629 | owl:disjointWith ep-activity:WellCementJobWithFloatHolding . | 619 | owl:disjointWith ep-activity:WellCementJobWithFloatHolding . |
630 | 620 | ||
631 | ep-activity:WellCementJobWithoutPlugBumping | 621 | ep-activity:WellCementJobWithoutPlugBumping |
632 | - rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; | 622 | + rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ; |
633 | 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 ; |
634 | rdfs:label "well cement job without plug bumping"^^xsd:string ; | 624 | rdfs:label "well cement job without plug bumping"^^xsd:string ; |
635 | rdfs:subClassOf ep-activity:WellCementJob ; | 625 | rdfs:subClassOf ep-activity:WellCementJob ; |
636 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . | 626 | owl:disjointWith ep-activity:WellCementJobWithBottomPlug . |
637 | 627 | ||
638 | ep-activity:WellCementJobWithoutTopPlug | 628 | ep-activity:WellCementJobWithoutTopPlug |
639 | - rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; | 629 | + rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ; |
640 | 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 ; |
641 | rdfs:label "well cement job without top plug"^^xsd:string ; | 631 | rdfs:label "well cement job without top plug"^^xsd:string ; |
642 | rdfs:subClassOf ep-activity:WellCementJob ; | 632 | rdfs:subClassOf ep-activity:WellCementJob ; |
... | @@ -655,14 +645,14 @@ ep-activity:WellCementPumpingFluidReturnType | ... | @@ -655,14 +645,14 @@ ep-activity:WellCementPumpingFluidReturnType |
655 | rdfs:subClassOf owl:Class . | 645 | rdfs:subClassOf owl:Class . |
656 | 646 | ||
657 | ep-activity:WellCementPumpingWithFluidReturn | 647 | ep-activity:WellCementPumpingWithFluidReturn |
658 | - rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; | 648 | + rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; |
659 | rdfs:comment "well cement pumping that has fluid return"^^xsd:string ; | 649 | rdfs:comment "well cement pumping that has fluid return"^^xsd:string ; |
660 | rdfs:label "well cement pumping with fluid return"^^xsd:string ; | 650 | rdfs:label "well cement pumping with fluid return"^^xsd:string ; |
661 | rdfs:subClassOf ep-activity:WellCementPumping ; | 651 | rdfs:subClassOf ep-activity:WellCementPumping ; |
662 | owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . | 652 | owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . |
663 | 653 | ||
664 | ep-activity:WellCementPumpingWithoutFluidReturn | 654 | ep-activity:WellCementPumpingWithoutFluidReturn |
665 | - rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; | 655 | + rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ; |
666 | 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 ; |
667 | rdfs:label "well cement pumping without fluid return"^^xsd:string ; | 657 | rdfs:label "well cement pumping without fluid return"^^xsd:string ; |
668 | rdfs:subClassOf ep-activity:WellCementPumping ; | 658 | rdfs:subClassOf ep-activity:WellCementPumping ; |
... | @@ -681,32 +671,32 @@ ep-activity:WellControlIncident | ... | @@ -681,32 +671,32 @@ ep-activity:WellControlIncident |
681 | rdfs:subClassOf ep-activity:WellOperation . | 671 | rdfs:subClassOf ep-activity:WellOperation . |
682 | 672 | ||
683 | ep-activity:WellControlIncident-gas_kick | 673 | ep-activity:WellControlIncident-gas_kick |
684 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 674 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
685 | 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 ; |
686 | rdfs:label "well control incident gas kick"^^xsd:string ; | 676 | rdfs:label "well control incident gas kick"^^xsd:string ; |
687 | rdfs:subClassOf ep-activity:WellControlIncident ; | 677 | rdfs:subClassOf ep-activity:WellControlIncident ; |
688 | - 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 . |
689 | 679 | ||
690 | ep-activity:WellControlIncident-oil_kick | 680 | ep-activity:WellControlIncident-oil_kick |
691 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 681 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
692 | 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 ; |
693 | rdfs:label "well control incident oil kick"^^xsd:string ; | 683 | rdfs:label "well control incident oil kick"^^xsd:string ; |
694 | rdfs:subClassOf ep-activity:WellControlIncident ; | 684 | rdfs:subClassOf ep-activity:WellControlIncident ; |
695 | - 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 . |
696 | 686 | ||
697 | ep-activity:WellControlIncident-shallow_gas_kick | 687 | ep-activity:WellControlIncident-shallow_gas_kick |
698 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 688 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
699 | 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 ; |
700 | rdfs:label "well control incident shallow gas kick"^^xsd:string ; | 690 | rdfs:label "well control incident shallow gas kick"^^xsd:string ; |
701 | rdfs:subClassOf ep-activity:WellControlIncident ; | 691 | rdfs:subClassOf ep-activity:WellControlIncident ; |
702 | - 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 . |
703 | 693 | ||
704 | ep-activity:WellControlIncident-water_kick | 694 | ep-activity:WellControlIncident-water_kick |
705 | - rdf:type ep-activity:WellControlIncidentType , owl:Class ; | 695 | + rdf:type owl:Class , ep-activity:WellControlIncidentType ; |
706 | 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 ; |
707 | rdfs:label "well control incident water kick"^^xsd:string ; | 697 | rdfs:label "well control incident water kick"^^xsd:string ; |
708 | rdfs:subClassOf ep-activity:WellControlIncident ; | 698 | rdfs:subClassOf ep-activity:WellControlIncident ; |
709 | - 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 . |
710 | 700 | ||
711 | ep-activity:WellControlIncidentType | 701 | ep-activity:WellControlIncidentType |
712 | rdf:type rdfs:Class ; | 702 | rdf:type rdfs:Class ; |
... | @@ -804,28 +794,32 @@ ep-activity:WirelineFormationTestType | ... | @@ -804,28 +794,32 @@ ep-activity:WirelineFormationTestType |
804 | rdfs:subClassOf owl:Class . | 794 | rdfs:subClassOf owl:Class . |
805 | 795 | ||
806 | ep-activity:WirelineFormationTestWithGoodSeal | 796 | ep-activity:WirelineFormationTestWithGoodSeal |
807 | - rdf:type ep-activity:WirelineFormationTestType , owl:Class ; | 797 | + rdf:type owl:Class , ep-activity:WirelineFormationTestType ; |
808 | 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 ; |
809 | rdfs:label "wireline formation test with a good seal"^^xsd:string ; | 799 | rdfs:label "wireline formation test with a good seal"^^xsd:string ; |
810 | rdfs:subClassOf ep-activity:WirelineFormationTest ; | 800 | rdfs:subClassOf ep-activity:WirelineFormationTest ; |
811 | owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . | 801 | owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . |
812 | 802 | ||
813 | ep-activity:WirelineFormationTestWithoutGoodSeal | 803 | ep-activity:WirelineFormationTestWithoutGoodSeal |
814 | - rdf:type ep-activity:WirelineFormationTestType , owl:Class ; | 804 | + rdf:type owl:Class , ep-activity:WirelineFormationTestType ; |
815 | 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 ; |
816 | rdfs:label "wireline formation test without a good seal"^^xsd:string ; | 806 | rdfs:label "wireline formation test without a good seal"^^xsd:string ; |
817 | rdfs:subClassOf ep-activity:WirelineFormationTest ; | 807 | rdfs:subClassOf ep-activity:WirelineFormationTest ; |
818 | owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . | 808 | owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal . |
819 | 809 | ||
810 | +ep-activity:approver | ||
811 | + rdfs:comment "person or organization that is the approver in an approve a report activity"^^xsd:string . | ||
812 | + | ||
820 | ep-activity:averageRateOfDrilling | 813 | ep-activity:averageRateOfDrilling |
821 | - 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 ; |
822 | 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 ; |
823 | rdfs:domain ep-activity:DrillingActivity ; | 816 | rdfs:domain ep-activity:DrillingActivity ; |
824 | rdfs:label "average rate of drilling"^^xsd:string ; | 817 | rdfs:label "average rate of drilling"^^xsd:string ; |
825 | rdfs:range ep-core:Speed . | 818 | rdfs:range ep-core:Speed . |
826 | 819 | ||
827 | ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod | 820 | ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod |
828 | - 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 ; | ||
829 | rdfs:domain ep-activity:DailyDrillingActivity ; | 823 | rdfs:domain ep-activity:DailyDrillingActivity ; |
830 | 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 ; |
831 | rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> . | 825 | rdfs:range <http://www.reportinghub.no/ep/schema/report#Report> . |
... | @@ -843,34 +837,34 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod | ... | @@ -843,34 +837,34 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod |
843 | 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 . |
844 | 838 | ||
845 | ep-activity:distanceDrilled | 839 | ep-activity:distanceDrilled |
846 | - 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 ; |
847 | 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 ; |
848 | rdfs:domain ep-activity:DrillingActivity ; | 842 | rdfs:domain ep-activity:DrillingActivity ; |
849 | rdfs:label "distance drilled"^^xsd:string ; | 843 | rdfs:label "distance drilled"^^xsd:string ; |
850 | rdfs:range ep-core:Length . | 844 | rdfs:range ep-core:Length . |
851 | 845 | ||
852 | ep-activity:drillingContractor | 846 | ep-activity:drillingContractor |
853 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 847 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
854 | 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 ; |
855 | rdfs:domain ep-activity:DrillingActivity ; | 849 | rdfs:domain ep-activity:DrillingActivity ; |
856 | rdfs:label "drilling contractor"^^xsd:string ; | 850 | rdfs:label "drilling contractor"^^xsd:string ; |
857 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 851 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
858 | 852 | ||
859 | ep-activity:drillingOperator | 853 | ep-activity:drillingOperator |
860 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 854 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
861 | - 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 ; |
862 | rdfs:domain ep-activity:DrillingActivity ; | 856 | rdfs:domain ep-activity:DrillingActivity ; |
863 | rdfs:label "drilling operator"^^xsd:string ; | 857 | rdfs:label "drilling operator"^^xsd:string ; |
864 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 858 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
865 | 859 | ||
866 | ep-activity:durationOfDrilling | 860 | ep-activity:durationOfDrilling |
867 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 861 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
868 | rdfs:domain ep-activity:DrillingActivity ; | 862 | rdfs:domain ep-activity:DrillingActivity ; |
869 | rdfs:label "duration of drilling"^^xsd:string ; | 863 | rdfs:label "duration of drilling"^^xsd:string ; |
870 | rdfs:range ep-core:TimeDuration . | 864 | rdfs:range ep-core:TimeDuration . |
871 | 865 | ||
872 | ep-activity:existsThroughout | 866 | ep-activity:existsThroughout |
873 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 867 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
874 | rdfs:domain ep-core:PhysicalThing ; | 868 | rdfs:domain ep-core:PhysicalThing ; |
875 | rdfs:label "exists throughout"^^xsd:string . | 869 | rdfs:label "exists throughout"^^xsd:string . |
876 | 870 | ||
... | @@ -887,48 +881,41 @@ ep-activity:failedEquipment | ... | @@ -887,48 +881,41 @@ ep-activity:failedEquipment |
887 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 881 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
888 | 882 | ||
889 | ep-activity:finalRateOfDrilling | 883 | ep-activity:finalRateOfDrilling |
890 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 884 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
891 | rdfs:comment "class_of_indirect_property that is the rate of drilling at the end of a drilling activity"^^xsd:string ; | 885 | rdfs:comment "class_of_indirect_property that is the rate of drilling at the end of a drilling activity"^^xsd:string ; |
892 | rdfs:domain ep-activity:DrillingActivity ; | 886 | rdfs:domain ep-activity:DrillingActivity ; |
893 | rdfs:label "final rate of drilling"^^xsd:string ; | 887 | rdfs:label "final rate of drilling"^^xsd:string ; |
894 | rdfs:range ep-core:Speed . | 888 | rdfs:range ep-core:Speed . |
895 | 889 | ||
896 | ep-activity:finishedAt | 890 | ep-activity:finishedAt |
897 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 891 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
898 | rdfs:comment "UTC representation of the finishing time for an activity"^^xsd:string ; | 892 | rdfs:comment "UTC representation of the finishing time for an activity"^^xsd:string ; |
899 | rdfs:domain ep-core:PhysicalThing ; | 893 | rdfs:domain ep-core:PhysicalThing ; |
900 | rdfs:label "finished at"^^xsd:string ; | 894 | rdfs:label "finished at"^^xsd:string ; |
901 | rdfs:range xsd:dateTime . | 895 | rdfs:range xsd:dateTime . |
902 | 896 | ||
903 | ep-activity:fluidProducedByWellTest | 897 | ep-activity:fluidProducedByWellTest |
904 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 898 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
905 | rdfs:comment "quantity of material that is produced by a well test"^^xsd:string ; | 899 | rdfs:comment "quantity of material that is produced by a well test"^^xsd:string ; |
906 | rdfs:domain ep-activity:WellTest ; | 900 | rdfs:domain ep-activity:WellTest ; |
907 | rdfs:label "fluid produced by well test"^^xsd:string ; | 901 | rdfs:label "fluid produced by well test"^^xsd:string ; |
908 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . | 902 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . |
909 | 903 | ||
910 | -ep-activity:hasCasingLinerTubing | ||
911 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
912 | - rdfs:domain ep-activity:WellStimulation ; | ||
913 | - rdfs:label "has Casing/Liner/Tubing"^^xsd:string . | ||
914 | - | ||
915 | -ep-activity:hasCasingString | ||
916 | - rdf:type owl:ObjectProperty ; | ||
917 | - rdfs:label "has casing string"^^xsd:string . | ||
918 | - | ||
919 | ep-activity:hasChokeValve | 904 | ep-activity:hasChokeValve |
920 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 905 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
906 | + rdfs:comment "choke valve that is for a drilling activity"^^xsd:string ; | ||
907 | + rdfs:domain ep-activity:DrillingActivity ; | ||
921 | rdfs:label "has choke valve"^^xsd:string ; | 908 | rdfs:label "has choke valve"^^xsd:string ; |
922 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . | 909 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . |
923 | 910 | ||
924 | ep-activity:hasDrillBit | 911 | ep-activity:hasDrillBit |
925 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 912 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
926 | rdfs:domain ep-activity:DrillingActivity ; | 913 | rdfs:domain ep-activity:DrillingActivity ; |
927 | rdfs:label "has drill bit"^^xsd:string ; | 914 | rdfs:label "has drill bit"^^xsd:string ; |
928 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . | 915 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . |
929 | 916 | ||
930 | ep-activity:hasDrillingFluid | 917 | ep-activity:hasDrillingFluid |
931 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 918 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
932 | rdfs:domain ep-activity:DrillingActivity ; | 919 | rdfs:domain ep-activity:DrillingActivity ; |
933 | rdfs:label "has drilling fluid"^^xsd:string ; | 920 | rdfs:label "has drilling fluid"^^xsd:string ; |
934 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . | 921 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . |
... | @@ -939,18 +926,14 @@ ep-activity:hasInflowLocation | ... | @@ -939,18 +926,14 @@ ep-activity:hasInflowLocation |
939 | rdfs:label "has inflow location"^^xsd:string ; | 926 | rdfs:label "has inflow location"^^xsd:string ; |
940 | rdfs:range <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> . | 927 | rdfs:range <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> . |
941 | 928 | ||
942 | -ep-activity:hasSubActivity | ||
943 | - rdf:type owl:ObjectProperty ; | ||
944 | - rdfs:label "has sub activity"^^xsd:string . | ||
945 | - | ||
946 | ep-activity:hasWellTestChoke | 929 | ep-activity:hasWellTestChoke |
947 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 930 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
948 | rdfs:domain ep-activity:WellTest ; | 931 | rdfs:domain ep-activity:WellTest ; |
949 | rdfs:label "has well test choke"^^xsd:string ; | 932 | rdfs:label "has well test choke"^^xsd:string ; |
950 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . | 933 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . |
951 | 934 | ||
952 | ep-activity:identificationNumberOfCore | 935 | ep-activity:identificationNumberOfCore |
953 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 936 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
954 | rdfs:comment "identification number of the core extracted by an extract a well core activity"^^xsd:string ; | 937 | rdfs:comment "identification number of the core extracted by an extract a well core activity"^^xsd:string ; |
955 | rdfs:domain ep-activity:ExtractAWellCore ; | 938 | rdfs:domain ep-activity:ExtractAWellCore ; |
956 | rdfs:label "identification number of core"^^xsd:string . | 939 | rdfs:label "identification number of core"^^xsd:string . |
... | @@ -968,21 +951,21 @@ ep-activity:logRunNumber | ... | @@ -968,21 +951,21 @@ ep-activity:logRunNumber |
968 | rdfs:label "log run number"^^xsd:string . | 951 | rdfs:label "log run number"^^xsd:string . |
969 | 952 | ||
970 | ep-activity:loggedWellBoreInterval | 953 | ep-activity:loggedWellBoreInterval |
971 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 954 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
972 | rdfs:comment "wellbore section that is logged by a wellbore log run activity"^^xsd:string ; | 955 | rdfs:comment "wellbore section that is logged by a wellbore log run activity"^^xsd:string ; |
973 | rdfs:domain ep-activity:WellBoreLogRun ; | 956 | rdfs:domain ep-activity:WellBoreLogRun ; |
974 | rdfs:label "logged wellbore interval"^^xsd:string ; | 957 | rdfs:label "logged wellbore interval"^^xsd:string ; |
975 | rdfs:range ep-core:PhysicalObject . | 958 | rdfs:range ep-core:PhysicalObject . |
976 | 959 | ||
977 | ep-activity:measuredDepthOfFluidSampling | 960 | ep-activity:measuredDepthOfFluidSampling |
978 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 961 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
979 | 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 ; | 962 | 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 ; |
980 | rdfs:domain ep-activity:WirelineFormationTest ; | 963 | rdfs:domain ep-activity:WirelineFormationTest ; |
981 | rdfs:label "measured depth of fluid sampling"^^xsd:string ; | 964 | rdfs:label "measured depth of fluid sampling"^^xsd:string ; |
982 | rdfs:range ep-core:Length . | 965 | rdfs:range ep-core:Length . |
983 | 966 | ||
984 | ep-activity:missedProductionTime | 967 | ep-activity:missedProductionTime |
985 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 968 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
986 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 969 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
987 | rdfs:label "missed production time"^^xsd:string ; | 970 | rdfs:label "missed production time"^^xsd:string ; |
988 | rdfs:range ep-core:TimeDuration . | 971 | rdfs:range ep-core:TimeDuration . |
... | @@ -995,17 +978,14 @@ ep-activity:nominallyAt | ... | @@ -995,17 +978,14 @@ ep-activity:nominallyAt |
995 | rdfs:range xsd:dateTime . | 978 | rdfs:range xsd:dateTime . |
996 | 979 | ||
997 | ep-activity:onDrillBit | 980 | ep-activity:onDrillBit |
998 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 981 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
999 | rdfs:domain ep-activity:WellBoreBitRunDrilling ; | 982 | rdfs:domain ep-activity:WellBoreBitRunDrilling ; |
1000 | rdfs:label "on drill bit"^^xsd:string ; | 983 | rdfs:label "on drill bit"^^xsd:string ; |
1001 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . | 984 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . |
1002 | 985 | ||
1003 | -ep-activity:onFluid | ||
1004 | - rdf:type owl:ObjectProperty ; | ||
1005 | - rdfs:label "on WellBore"^^xsd:string . | ||
1006 | - | ||
1007 | ep-activity:onRig | 986 | ep-activity:onRig |
1008 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 987 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
988 | + rdfs:comment "rig that is the location for a drilling activity"^^xsd:string ; | ||
1009 | rdfs:domain ep-activity:DrillingActivity ; | 989 | rdfs:domain ep-activity:DrillingActivity ; |
1010 | rdfs:label "on rig"^^xsd:string ; | 990 | rdfs:label "on rig"^^xsd:string ; |
1011 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . | 991 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> . |
... | @@ -1017,20 +997,20 @@ ep-activity:onWell | ... | @@ -1017,20 +997,20 @@ ep-activity:onWell |
1017 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . | 997 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . |
1018 | 998 | ||
1019 | ep-activity:onWellBore | 999 | ep-activity:onWellBore |
1020 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1000 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1021 | rdfs:domain ep-activity:DrillingActivity ; | 1001 | rdfs:domain ep-activity:DrillingActivity ; |
1022 | rdfs:label "on wellbore"^^xsd:string ; | 1002 | rdfs:label "on wellbore"^^xsd:string ; |
1023 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . | 1003 | rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . |
1024 | 1004 | ||
1025 | ep-activity:operatingTimeOfDrillBit | 1005 | ep-activity:operatingTimeOfDrillBit |
1026 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 1006 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
1027 | rdfs:comment "class_of_indirect_property that is the operating time of the drill bit for a drilling activity"^^xsd:string ; | 1007 | rdfs:comment "class_of_indirect_property that is the operating time of the drill bit for a drilling activity"^^xsd:string ; |
1028 | rdfs:domain ep-activity:DrillingActivity ; | 1008 | rdfs:domain ep-activity:DrillingActivity ; |
1029 | rdfs:label "operating time of drill bit"^^xsd:string ; | 1009 | rdfs:label "operating time of drill bit"^^xsd:string ; |
1030 | rdfs:range ep-core:TimeDuration . | 1010 | rdfs:range ep-core:TimeDuration . |
1031 | 1011 | ||
1032 | ep-activity:pressureAtWhichPlugBumped | 1012 | ep-activity:pressureAtWhichPlugBumped |
1033 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1013 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1034 | rdfs:comment "class_of_indirect_property that is the pressure at which the plub bumped for a well cement pumping activity"^^xsd:string ; | 1014 | rdfs:comment "class_of_indirect_property that is the pressure at which the plub bumped for a well cement pumping activity"^^xsd:string ; |
1035 | rdfs:domain ep-activity:WellCementPumping ; | 1015 | rdfs:domain ep-activity:WellCementPumping ; |
1036 | rdfs:label "pressure at which plug bumped"^^xsd:string ; | 1016 | rdfs:label "pressure at which plug bumped"^^xsd:string ; |
... | @@ -1038,95 +1018,99 @@ ep-activity:pressureAtWhichPlugBumped | ... | @@ -1038,95 +1018,99 @@ ep-activity:pressureAtWhichPlugBumped |
1038 | 1018 | ||
1039 | ep-activity:pumpedFluid | 1019 | ep-activity:pumpedFluid |
1040 | rdf:type owl:ObjectProperty ; | 1020 | rdf:type owl:ObjectProperty ; |
1041 | - rdfs:label "pumped fluid"^^xsd:string . | 1021 | + rdfs:comment "cementing fluid that is pumped by a well cement pumping activity"^^xsd:string ; |
1022 | + rdfs:domain ep-activity:WellCementPumping ; | ||
1023 | + rdfs:label "pumped fluid"^^xsd:string ; | ||
1024 | + rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . | ||
1042 | 1025 | ||
1043 | ep-activity:recoveredCore | 1026 | ep-activity:recoveredCore |
1044 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1027 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1045 | rdfs:comment "core that is recovered by an ExtractAWellCore activity"^^xsd:string ; | 1028 | rdfs:comment "core that is recovered by an ExtractAWellCore activity"^^xsd:string ; |
1046 | rdfs:domain ep-activity:ExtractAWellCore ; | 1029 | rdfs:domain ep-activity:ExtractAWellCore ; |
1047 | rdfs:label "recovered core"^^xsd:string ; | 1030 | rdfs:label "recovered core"^^xsd:string ; |
1048 | rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . | 1031 | rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . |
1049 | 1032 | ||
1050 | ep-activity:returnedCementingFluid | 1033 | ep-activity:returnedCementingFluid |
1051 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1034 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1052 | rdfs:comment "cementing fluid that is returned during a well cement pumping activity"^^xsd:string ; | 1035 | rdfs:comment "cementing fluid that is returned during a well cement pumping activity"^^xsd:string ; |
1053 | rdfs:domain ep-activity:WellCementPumping ; | 1036 | rdfs:domain ep-activity:WellCementPumping ; |
1054 | rdfs:label "returned cementing fluid"^^xsd:string ; | 1037 | rdfs:label "returned cementing fluid"^^xsd:string ; |
1055 | rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . | 1038 | rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . |
1056 | 1039 | ||
1057 | ep-activity:sampledFluid | 1040 | ep-activity:sampledFluid |
1058 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1041 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1042 | + rdfs:comment "fluid that is sampled in a wireline formation test"^^xsd:string ; | ||
1059 | rdfs:domain ep-activity:WirelineFormationTest ; | 1043 | rdfs:domain ep-activity:WirelineFormationTest ; |
1060 | rdfs:label "sampled fluid"^^xsd:string ; | 1044 | rdfs:label "sampled fluid"^^xsd:string ; |
1061 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . | 1045 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . |
1062 | 1046 | ||
1063 | ep-activity:serviceCompany | 1047 | ep-activity:serviceCompany |
1064 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1048 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1065 | rdfs:domain ep-activity:Activity ; | 1049 | rdfs:domain ep-activity:Activity ; |
1066 | rdfs:label "service company"^^xsd:string ; | 1050 | rdfs:label "service company"^^xsd:string ; |
1067 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 1051 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
1068 | 1052 | ||
1069 | ep-activity:startedAt | 1053 | ep-activity:startedAt |
1070 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 1054 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
1071 | rdfs:domain ep-core:PhysicalThing ; | 1055 | rdfs:domain ep-core:PhysicalThing ; |
1072 | rdfs:label "started at"^^xsd:string ; | 1056 | rdfs:label "started at"^^xsd:string ; |
1073 | rdfs:range xsd:dateTime . | 1057 | rdfs:range xsd:dateTime . |
1074 | 1058 | ||
1075 | ep-activity:timeLost | 1059 | ep-activity:timeLost |
1076 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1060 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1077 | rdfs:domain ep-activity:WellControlIncident ; | 1061 | rdfs:domain ep-activity:WellControlIncident ; |
1078 | rdfs:label "time lost"^^xsd:string ; | 1062 | rdfs:label "time lost"^^xsd:string ; |
1079 | rdfs:range ep-core:TimeDuration . | 1063 | rdfs:range ep-core:TimeDuration . |
1080 | 1064 | ||
1081 | ep-activity:timeOfFailure | 1065 | ep-activity:timeOfFailure |
1082 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 1066 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
1083 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 1067 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
1084 | rdfs:label "time of failure"^^xsd:string ; | 1068 | rdfs:label "time of failure"^^xsd:string ; |
1085 | rdfs:range xsd:dateTime . | 1069 | rdfs:range xsd:dateTime . |
1086 | 1070 | ||
1087 | ep-activity:timeOfRepair | 1071 | ep-activity:timeOfRepair |
1088 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 1072 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
1089 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; | 1073 | rdfs:domain ep-activity:EquipmentFailureAndRepair ; |
1090 | rdfs:label "time of repair"^^xsd:string ; | 1074 | rdfs:label "time of repair"^^xsd:string ; |
1091 | rdfs:range xsd:dateTime . | 1075 | rdfs:range xsd:dateTime . |
1092 | 1076 | ||
1093 | ep-activity:volumeOfMudGained | 1077 | ep-activity:volumeOfMudGained |
1094 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 1078 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
1095 | rdfs:domain ep-activity:WellControlIncident ; | 1079 | rdfs:domain ep-activity:WellControlIncident ; |
1096 | rdfs:label "volume of mud gained"^^xsd:string ; | 1080 | rdfs:label "volume of mud gained"^^xsd:string ; |
1097 | rdfs:range ep-core:Volume . | 1081 | rdfs:range ep-core:Volume . |
1098 | 1082 | ||
1099 | ep-activity:wellBoreLoggingTool | 1083 | ep-activity:wellBoreLoggingTool |
1100 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1084 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1101 | rdfs:domain ep-activity:WellBoreLogRun ; | 1085 | rdfs:domain ep-activity:WellBoreLogRun ; |
1102 | rdfs:label "well bore logging tool"^^xsd:string ; | 1086 | rdfs:label "well bore logging tool"^^xsd:string ; |
1103 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 1087 | rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
1104 | 1088 | ||
1105 | ep-activity:wellTestBottomHolePressure | 1089 | ep-activity:wellTestBottomHolePressure |
1106 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 1090 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
1107 | rdfs:domain ep-activity:WellTest ; | 1091 | rdfs:domain ep-activity:WellTest ; |
1108 | rdfs:label "well test bottom hole pressure"^^xsd:string ; | 1092 | rdfs:label "well test bottom hole pressure"^^xsd:string ; |
1109 | rdfs:range ep-core:Pressure . | 1093 | rdfs:range ep-core:Pressure . |
1110 | 1094 | ||
1111 | ep-activity:wellTestFlowingPressure | 1095 | ep-activity:wellTestFlowingPressure |
1112 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 1096 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
1113 | rdfs:domain ep-activity:WellTest ; | 1097 | rdfs:domain ep-activity:WellTest ; |
1114 | rdfs:label "well test flowing pressure"^^xsd:string ; | 1098 | rdfs:label "well test flowing pressure"^^xsd:string ; |
1115 | rdfs:range ep-core:Pressure . | 1099 | rdfs:range ep-core:Pressure . |
1116 | 1100 | ||
1117 | ep-activity:wellTestNumber | 1101 | ep-activity:wellTestNumber |
1118 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 1102 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
1119 | rdfs:domain ep-activity:WellTest ; | 1103 | rdfs:domain ep-activity:WellTest ; |
1120 | rdfs:label "well test number"^^xsd:string . | 1104 | rdfs:label "well test number"^^xsd:string . |
1121 | 1105 | ||
1122 | ep-activity:wellTestShutInPressure | 1106 | ep-activity:wellTestShutInPressure |
1123 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 1107 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
1124 | rdfs:domain ep-activity:WellTest ; | 1108 | rdfs:domain ep-activity:WellTest ; |
1125 | rdfs:label "well test shut-in pressure"^^xsd:string ; | 1109 | rdfs:label "well test shut-in pressure"^^xsd:string ; |
1126 | rdfs:range ep-core:Pressure . | 1110 | rdfs:range ep-core:Pressure . |
1127 | 1111 | ||
1128 | ep-activity:wellTestStoredOil | 1112 | ep-activity:wellTestStoredOil |
1129 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 1113 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
1130 | rdfs:domain ep-activity:WellTest ; | 1114 | rdfs:domain ep-activity:WellTest ; |
1131 | rdfs:label "well test stored oil"^^xsd:string ; | 1115 | rdfs:label "well test stored oil"^^xsd:string ; |
1132 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Oil> . | 1116 | rdfs:range <http://www.reportinghub.no/ep/schema/material#Oil> . | ... | ... |
This diff could not be displayed because it is too large.
... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
13 | 13 | ||
14 | <http://www.reportinghub.no/ep/schema/1.0/equipment> | 14 | <http://www.reportinghub.no/ep/schema/1.0/equipment> |
15 | rdf:type owl:Ontology ; | 15 | rdf:type owl:Ontology ; |
16 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/core> ; | 16 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/well> ; |
17 | owl:versionInfo "0.1.0"^^xsd:string . | 17 | owl:versionInfo "0.1.0"^^xsd:string . |
18 | 18 | ||
19 | ep-eqt:BlowOutPreventer | 19 | ep-eqt:BlowOutPreventer |
... | @@ -23,11 +23,11 @@ ep-eqt:BlowOutPreventer | ... | @@ -23,11 +23,11 @@ ep-eqt:BlowOutPreventer |
23 | rdfs:subClassOf ep-eqt:Equipment . | 23 | rdfs:subClassOf ep-eqt:Equipment . |
24 | 24 | ||
25 | ep-eqt:Casing | 25 | ep-eqt:Casing |
26 | - rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; | 26 | + rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; |
27 | rdfs:comment "equipment that is a casing"^^xsd:string ; | 27 | rdfs:comment "equipment that is a casing"^^xsd:string ; |
28 | rdfs:label "Casing"^^xsd:string ; | 28 | rdfs:label "Casing"^^xsd:string ; |
29 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; | 29 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; |
30 | - owl:disjointWith ep-eqt:Tubing , ep-eqt:Liner . | 30 | + owl:disjointWith ep-eqt:Liner , ep-eqt:Tubing . |
31 | 31 | ||
32 | ep-eqt:CasingLinerTubing | 32 | ep-eqt:CasingLinerTubing |
33 | rdf:type owl:Class ; | 33 | rdf:type owl:Class ; |
... | @@ -117,25 +117,25 @@ ep-eqt:InnerBarrel | ... | @@ -117,25 +117,25 @@ ep-eqt:InnerBarrel |
117 | rdfs:subClassOf ep-eqt:Equipment . | 117 | rdfs:subClassOf ep-eqt:Equipment . |
118 | 118 | ||
119 | ep-eqt:InnerBarrel-aluminum | 119 | ep-eqt:InnerBarrel-aluminum |
120 | - rdf:type owl:Class , ep-eqt:InnerBarrelType ; | 120 | + rdf:type ep-eqt:InnerBarrelType , owl:Class ; |
121 | rdfs:comment "inner barrel that is aluminium"^^xsd:string ; | 121 | rdfs:comment "inner barrel that is aluminium"^^xsd:string ; |
122 | rdfs:label "inner barrel - aluminum"^^xsd:string ; | 122 | rdfs:label "inner barrel - aluminum"^^xsd:string ; |
123 | rdfs:subClassOf ep-eqt:InnerBarrel ; | 123 | rdfs:subClassOf ep-eqt:InnerBarrel ; |
124 | - owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-fiberglass . | 124 | + owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-gel . |
125 | 125 | ||
126 | ep-eqt:InnerBarrel-fiberglass | 126 | ep-eqt:InnerBarrel-fiberglass |
127 | - rdf:type owl:Class , ep-eqt:InnerBarrelType ; | 127 | + rdf:type ep-eqt:InnerBarrelType , owl:Class ; |
128 | rdfs:comment "inner barrel that is fibreglass"^^xsd:string ; | 128 | rdfs:comment "inner barrel that is fibreglass"^^xsd:string ; |
129 | rdfs:label "inner barrel - fiberglass"^^xsd:string ; | 129 | rdfs:label "inner barrel - fiberglass"^^xsd:string ; |
130 | rdfs:subClassOf ep-eqt:InnerBarrel ; | 130 | rdfs:subClassOf ep-eqt:InnerBarrel ; |
131 | - owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-aluminum . | 131 | + owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-gel . |
132 | 132 | ||
133 | ep-eqt:InnerBarrel-gel | 133 | ep-eqt:InnerBarrel-gel |
134 | - rdf:type owl:Class , ep-eqt:InnerBarrelType ; | 134 | + rdf:type ep-eqt:InnerBarrelType , owl:Class ; |
135 | rdfs:comment "inner barrel that is gel"^^xsd:string ; | 135 | rdfs:comment "inner barrel that is gel"^^xsd:string ; |
136 | rdfs:label "inner barrel - gel"^^xsd:string ; | 136 | rdfs:label "inner barrel - gel"^^xsd:string ; |
137 | rdfs:subClassOf ep-eqt:InnerBarrel ; | 137 | rdfs:subClassOf ep-eqt:InnerBarrel ; |
138 | - owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-aluminum . | 138 | + owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-fiberglass . |
139 | 139 | ||
140 | ep-eqt:InnerBarrelType | 140 | ep-eqt:InnerBarrelType |
141 | rdf:type rdfs:Class ; | 141 | rdf:type rdfs:Class ; |
... | @@ -144,11 +144,11 @@ ep-eqt:InnerBarrelType | ... | @@ -144,11 +144,11 @@ ep-eqt:InnerBarrelType |
144 | rdfs:subClassOf owl:Class . | 144 | rdfs:subClassOf owl:Class . |
145 | 145 | ||
146 | ep-eqt:IntermediateCasing | 146 | ep-eqt:IntermediateCasing |
147 | - rdf:type owl:Class , ep-eqt:CasingRoleType ; | 147 | + rdf:type ep-eqt:CasingRoleType , owl:Class ; |
148 | rdfs:comment "casing that is intermediate"^^xsd:string ; | 148 | rdfs:comment "casing that is intermediate"^^xsd:string ; |
149 | rdfs:label "intermediate casing"^^xsd:string ; | 149 | rdfs:label "intermediate casing"^^xsd:string ; |
150 | rdfs:subClassOf ep-eqt:Casing ; | 150 | rdfs:subClassOf ep-eqt:Casing ; |
151 | - owl:disjointWith ep-eqt:TopCasing , ep-eqt:ProductionCasing . | 151 | + owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:TopCasing . |
152 | 152 | ||
153 | ep-eqt:KellyBushing | 153 | ep-eqt:KellyBushing |
154 | rdf:type owl:Class ; | 154 | rdf:type owl:Class ; |
... | @@ -163,11 +163,11 @@ ep-eqt:LastCasingOfAWellBore | ... | @@ -163,11 +163,11 @@ ep-eqt:LastCasingOfAWellBore |
163 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore> . | 163 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore> . |
164 | 164 | ||
165 | ep-eqt:Liner | 165 | ep-eqt:Liner |
166 | - rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; | 166 | + rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; |
167 | rdfs:comment "equipment that is a liner"^^xsd:string ; | 167 | rdfs:comment "equipment that is a liner"^^xsd:string ; |
168 | rdfs:label "Liner"^^xsd:string ; | 168 | rdfs:label "Liner"^^xsd:string ; |
169 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; | 169 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; |
170 | - owl:disjointWith ep-eqt:Tubing , ep-eqt:Casing . | 170 | + owl:disjointWith ep-eqt:Casing , ep-eqt:Tubing . |
171 | 171 | ||
172 | ep-eqt:Manifold | 172 | ep-eqt:Manifold |
173 | rdf:type owl:Class ; | 173 | rdf:type owl:Class ; |
... | @@ -189,22 +189,22 @@ ep-eqt:Manifold-production | ... | @@ -189,22 +189,22 @@ ep-eqt:Manifold-production |
189 | 189 | ||
190 | ep-eqt:PipeOutsideDiameterAPI_5CTClass | 190 | ep-eqt:PipeOutsideDiameterAPI_5CTClass |
191 | rdf:type rdfs:Class ; | 191 | rdf:type rdfs:Class ; |
192 | - rdfs:comment "class of casing, liner or tubing on the basis of outside diameter"^^xsd:string , "Why is API_5CT included in the name? Does the specification standardise diameters?"^^xsd:string ; | 192 | + rdfs:comment "Why is API_5CT included in the name? Does the specification standardise diameters?"^^xsd:string , "class of casing, liner or tubing on the basis of outside diameter"^^xsd:string ; |
193 | rdfs:label "pipe outside diameter API 5CT class"^^xsd:string ; | 193 | rdfs:label "pipe outside diameter API 5CT class"^^xsd:string ; |
194 | rdfs:subClassOf owl:Class . | 194 | rdfs:subClassOf owl:Class . |
195 | 195 | ||
196 | ep-eqt:PipeWeightAPI_5CTClass | 196 | ep-eqt:PipeWeightAPI_5CTClass |
197 | rdf:type rdfs:Class ; | 197 | rdf:type rdfs:Class ; |
198 | - rdfs:comment "class of casing, liner or tubing on the basis of mass per unit length"^^xsd:string , "Why is API_5CT included in the name? Does the specification standardise weights?"^^xsd:string ; | 198 | + rdfs:comment "Why is API_5CT included in the name? Does the specification standardise weights?"^^xsd:string , "class of casing, liner or tubing on the basis of mass per unit length"^^xsd:string ; |
199 | rdfs:label "Pipe weight API 5CT class"^^xsd:string ; | 199 | rdfs:label "Pipe weight API 5CT class"^^xsd:string ; |
200 | rdfs:subClassOf owl:Class . | 200 | rdfs:subClassOf owl:Class . |
201 | 201 | ||
202 | ep-eqt:ProductionCasing | 202 | ep-eqt:ProductionCasing |
203 | - rdf:type owl:Class , ep-eqt:CasingRoleType ; | 203 | + rdf:type ep-eqt:CasingRoleType , owl:Class ; |
204 | rdfs:comment "casing that is for production"^^xsd:string ; | 204 | rdfs:comment "casing that is for production"^^xsd:string ; |
205 | rdfs:label "production casing"^^xsd:string ; | 205 | rdfs:label "production casing"^^xsd:string ; |
206 | rdfs:subClassOf ep-eqt:Casing ; | 206 | rdfs:subClassOf ep-eqt:Casing ; |
207 | - owl:disjointWith ep-eqt:TopCasing , ep-eqt:IntermediateCasing . | 207 | + owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:TopCasing . |
208 | 208 | ||
209 | ep-eqt:Separator | 209 | ep-eqt:Separator |
210 | rdf:type owl:Class ; | 210 | rdf:type owl:Class ; |
... | @@ -225,18 +225,18 @@ ep-eqt:Tank | ... | @@ -225,18 +225,18 @@ ep-eqt:Tank |
225 | rdfs:subClassOf ep-eqt:Equipment . | 225 | rdfs:subClassOf ep-eqt:Equipment . |
226 | 226 | ||
227 | ep-eqt:TopCasing | 227 | ep-eqt:TopCasing |
228 | - rdf:type owl:Class , ep-eqt:CasingRoleType ; | 228 | + rdf:type ep-eqt:CasingRoleType , owl:Class ; |
229 | rdfs:comment "casing that is at the top"^^xsd:string ; | 229 | rdfs:comment "casing that is at the top"^^xsd:string ; |
230 | rdfs:label "top casing"^^xsd:string ; | 230 | rdfs:label "top casing"^^xsd:string ; |
231 | rdfs:subClassOf ep-eqt:Casing ; | 231 | rdfs:subClassOf ep-eqt:Casing ; |
232 | - owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:IntermediateCasing . | 232 | + owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:ProductionCasing . |
233 | 233 | ||
234 | ep-eqt:Tubing | 234 | ep-eqt:Tubing |
235 | - rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; | 235 | + rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; |
236 | rdfs:comment "equipment that is tubing"^^xsd:string ; | 236 | rdfs:comment "equipment that is tubing"^^xsd:string ; |
237 | rdfs:label "Tubing"^^xsd:string ; | 237 | rdfs:label "Tubing"^^xsd:string ; |
238 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; | 238 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; |
239 | - owl:disjointWith ep-eqt:Liner , ep-eqt:Casing . | 239 | + owl:disjointWith ep-eqt:Casing , ep-eqt:Liner . |
240 | 240 | ||
241 | ep-eqt:TubularConnectionClass | 241 | ep-eqt:TubularConnectionClass |
242 | rdf:type rdfs:Class ; | 242 | rdf:type rdfs:Class ; |
... | @@ -257,8 +257,8 @@ ep-eqt:WellTestChoke | ... | @@ -257,8 +257,8 @@ ep-eqt:WellTestChoke |
257 | rdfs:subClassOf ep-eqt:Equipment . | 257 | rdfs:subClassOf ep-eqt:Equipment . |
258 | 258 | ||
259 | ep-eqt:chokeOrificeSize | 259 | ep-eqt:chokeOrificeSize |
260 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 260 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
261 | - rdfs:comment "diameterof the choke orifice within a well test choke manifold"^^xsd:string ; | 261 | + rdfs:comment "diameter of the choke orifice within a well test choke manifold"^^xsd:string ; |
262 | rdfs:domain ep-eqt:WellTestChoke ; | 262 | rdfs:domain ep-eqt:WellTestChoke ; |
263 | rdfs:label "choke orifice size"^^xsd:string ; | 263 | rdfs:label "choke orifice size"^^xsd:string ; |
264 | rdfs:range ep-core:Length . | 264 | rdfs:range ep-core:Length . |
... | @@ -269,74 +269,57 @@ ep-eqt:codeAssignedByAManufacturer | ... | @@ -269,74 +269,57 @@ ep-eqt:codeAssignedByAManufacturer |
269 | rdfs:domain ep-eqt:ClassOfSupplyDefinedByAManufacturer ; | 269 | rdfs:domain ep-eqt:ClassOfSupplyDefinedByAManufacturer ; |
270 | rdfs:label "code assigned by manufacturer"^^xsd:string . | 270 | rdfs:label "code assigned by manufacturer"^^xsd:string . |
271 | 271 | ||
272 | -ep-eqt:diameterOfACasing | ||
273 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | ||
274 | - rdfs:domain ep-eqt:Casing ; | ||
275 | - rdfs:label "diameter of a casing"^^xsd:string ; | ||
276 | - rdfs:range ep-core:Length . | ||
277 | - | ||
278 | -ep-eqt:diameterOfDrillBit | ||
279 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | ||
280 | - rdfs:domain ep-eqt:DrillBit ; | ||
281 | - rdfs:label "diameter of drill bit"^^xsd:string ; | ||
282 | - rdfs:range ep-core:Length . | ||
283 | - | ||
284 | ep-eqt:elevationOfKellyBushing | 272 | ep-eqt:elevationOfKellyBushing |
285 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 273 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
286 | rdfs:comment "class_of_indirect_property that is the elevation of a Kelly bushing above mean sea level"^^xsd:string ; | 274 | rdfs:comment "class_of_indirect_property that is the elevation of a Kelly bushing above mean sea level"^^xsd:string ; |
287 | rdfs:domain ep-eqt:KellyBushing ; | 275 | rdfs:domain ep-eqt:KellyBushing ; |
288 | rdfs:label "elevation of kelly bushing"^^xsd:string ; | 276 | rdfs:label "elevation of kelly bushing"^^xsd:string ; |
289 | rdfs:range ep-core:Length . | 277 | rdfs:range ep-core:Length . |
290 | 278 | ||
291 | ep-eqt:hasTubularConnectionClass | 279 | ep-eqt:hasTubularConnectionClass |
292 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 280 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
281 | + rdfs:comment "tubular connection class for a casing, liner or tubing"^^xsd:string ; | ||
293 | rdfs:domain ep-eqt:CasingLinerTubing ; | 282 | rdfs:domain ep-eqt:CasingLinerTubing ; |
294 | rdfs:label "has tubular connection class"^^xsd:string ; | 283 | rdfs:label "has tubular connection class"^^xsd:string ; |
295 | rdfs:range ep-eqt:TubularConnectionClass . | 284 | rdfs:range ep-eqt:TubularConnectionClass . |
296 | 285 | ||
297 | ep-eqt:insideDiameterOfATubular | 286 | ep-eqt:insideDiameterOfATubular |
298 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 287 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
299 | rdfs:comment "class_of_indirect_property that is the inside diameter of a tubular"^^xsd:string ; | 288 | rdfs:comment "class_of_indirect_property that is the inside diameter of a tubular"^^xsd:string ; |
300 | rdfs:domain ep-eqt:CasingLinerTubing ; | 289 | rdfs:domain ep-eqt:CasingLinerTubing ; |
301 | rdfs:label "inside diameter of a tubular"^^xsd:string ; | 290 | rdfs:label "inside diameter of a tubular"^^xsd:string ; |
302 | rdfs:range ep-core:Length . | 291 | rdfs:range ep-core:Length . |
303 | 292 | ||
304 | ep-eqt:lengthOfInnerBarrel | 293 | ep-eqt:lengthOfInnerBarrel |
305 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 294 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
306 | rdfs:comment "class_of_indirect_property that is the length of an inner barrel"^^xsd:string ; | 295 | rdfs:comment "class_of_indirect_property that is the length of an inner barrel"^^xsd:string ; |
307 | rdfs:domain ep-eqt:InnerBarrel ; | 296 | rdfs:domain ep-eqt:InnerBarrel ; |
308 | rdfs:label "length of inner barrel"^^xsd:string ; | 297 | rdfs:label "length of inner barrel"^^xsd:string ; |
309 | rdfs:range ep-core:Length . | 298 | rdfs:range ep-core:Length . |
310 | 299 | ||
311 | ep-eqt:manufacturedBy | 300 | ep-eqt:manufacturedBy |
312 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 301 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
313 | rdfs:comment "manufacturer of an equipment item"^^xsd:string ; | 302 | rdfs:comment "manufacturer of an equipment item"^^xsd:string ; |
314 | rdfs:domain ep-eqt:Equipment ; | 303 | rdfs:domain ep-eqt:Equipment ; |
315 | rdfs:label "manaufactured by"^^xsd:string ; | 304 | rdfs:label "manaufactured by"^^xsd:string ; |
316 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 305 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
317 | 306 | ||
318 | ep-eqt:maximumPressureForBlowOutPreventer | 307 | ep-eqt:maximumPressureForBlowOutPreventer |
319 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 308 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
320 | rdfs:comment "class_of_indirect_property that is the maximum pressure for a blow-out preventer"^^xsd:string ; | 309 | rdfs:comment "class_of_indirect_property that is the maximum pressure for a blow-out preventer"^^xsd:string ; |
321 | rdfs:domain ep-eqt:BlowOutPreventer ; | 310 | rdfs:domain ep-eqt:BlowOutPreventer ; |
322 | rdfs:label "maximum pressure for blow out preventer"^^xsd:string ; | 311 | rdfs:label "maximum pressure for blow out preventer"^^xsd:string ; |
323 | rdfs:range ep-core:Pressure . | 312 | rdfs:range ep-core:Pressure . |
324 | 313 | ||
325 | ep-eqt:maximumPressureForChokeValve | 314 | ep-eqt:maximumPressureForChokeValve |
326 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 315 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
327 | rdfs:comment "class_of_indirect_property that is the maximum pressure for a choke valve"^^xsd:string ; | 316 | rdfs:comment "class_of_indirect_property that is the maximum pressure for a choke valve"^^xsd:string ; |
328 | rdfs:domain ep-eqt:ChokeValve ; | 317 | rdfs:domain ep-eqt:ChokeValve ; |
329 | rdfs:label "maximum pressure for choke valve"^^xsd:string ; | 318 | rdfs:label "maximum pressure for choke valve"^^xsd:string ; |
330 | rdfs:range ep-core:Pressure . | 319 | rdfs:range ep-core:Pressure . |
331 | 320 | ||
332 | -ep-eqt:outsideDiameterOfATubular | ||
333 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | ||
334 | - rdfs:domain ep-eqt:CasingLinerTubing ; | ||
335 | - rdfs:label "outside diameter of a tubular"^^xsd:string ; | ||
336 | - rdfs:range ep-core:Length . | ||
337 | - | ||
338 | ep-eqt:stringLengthOfATubular | 321 | ep-eqt:stringLengthOfATubular |
339 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 322 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
340 | rdfs:comment "class_of_indirect_property that is the string length of a tubular"^^xsd:string ; | 323 | rdfs:comment "class_of_indirect_property that is the string length of a tubular"^^xsd:string ; |
341 | rdfs:domain ep-eqt:CasingLinerTubing ; | 324 | rdfs:domain ep-eqt:CasingLinerTubing ; |
342 | rdfs:label "string length of a tubular"^^xsd:string ; | 325 | rdfs:label "string length of a tubular"^^xsd:string ; | ... | ... |
... | @@ -13,11 +13,11 @@ | ... | @@ -13,11 +13,11 @@ |
13 | 13 | ||
14 | <http://www.reportinghub.no/ep/schema/1.0/geography> | 14 | <http://www.reportinghub.no/ep/schema/1.0/geography> |
15 | rdf:type owl:Ontology ; | 15 | rdf:type owl:Ontology ; |
16 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/np/schema/1.0/npd> ; | 16 | + owl:imports <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
17 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 17 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
18 | 18 | ||
19 | ep-core:Area | 19 | ep-core:Area |
20 | - rdf:type ep-core:PropertySpace , rdfs:Class ; | 20 | + rdf:type rdfs:Class , ep-core:PropertySpace ; |
21 | rdfs:label "Area"^^xsd:string ; | 21 | rdfs:label "Area"^^xsd:string ; |
22 | rdfs:subClassOf owl:Class ; | 22 | rdfs:subClassOf owl:Class ; |
23 | ep-core:seeReferenceData | 23 | ep-core:seeReferenceData |
... | @@ -43,21 +43,21 @@ ep-geo:AreaCoveredByBusinessArrangement | ... | @@ -43,21 +43,21 @@ ep-geo:AreaCoveredByBusinessArrangement |
43 | rdfs:comment "A part of the earth recognised in a Business Arrangement"^^xsd:string ; | 43 | rdfs:comment "A part of the earth recognised in a Business Arrangement"^^xsd:string ; |
44 | rdfs:label "area covered by business arrangement"^^xsd:string ; | 44 | rdfs:label "area covered by business arrangement"^^xsd:string ; |
45 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 45 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
46 | - owl:disjointWith ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . | 46 | + owl:disjointWith ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:LicenceBlock , ep-geo:County , ep-geo:Country . |
47 | 47 | ||
48 | ep-geo:Country | 48 | ep-geo:Country |
49 | rdf:type owl:Class ; | 49 | rdf:type owl:Class ; |
50 | rdfs:comment "part of the surface of the earth that is a country"^^xsd:string ; | 50 | rdfs:comment "part of the surface of the earth that is a country"^^xsd:string ; |
51 | rdfs:label "country"^^xsd:string ; | 51 | rdfs:label "country"^^xsd:string ; |
52 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 52 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
53 | - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . | 53 | + owl:disjointWith ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:LicenceBlock , ep-geo:County , ep-geo:AreaCoveredByBusinessArrangement . |
54 | 54 | ||
55 | ep-geo:County | 55 | ep-geo:County |
56 | rdf:type owl:Class ; | 56 | rdf:type owl:Class ; |
57 | rdfs:comment "part of the surface of the earth that is a county"^^xsd:string ; | 57 | rdfs:comment "part of the surface of the earth that is a county"^^xsd:string ; |
58 | rdfs:label "county"^^xsd:string ; | 58 | rdfs:label "county"^^xsd:string ; |
59 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 59 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
60 | - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . | 60 | + owl:disjointWith ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:LicenceBlock , ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement . |
61 | 61 | ||
62 | ep-geo:DestinationType | 62 | ep-geo:DestinationType |
63 | rdf:type rdfs:Class ; | 63 | rdf:type rdfs:Class ; |
... | @@ -65,7 +65,7 @@ ep-geo:DestinationType | ... | @@ -65,7 +65,7 @@ ep-geo:DestinationType |
65 | rdfs:subClassOf owl:Class . | 65 | rdfs:subClassOf owl:Class . |
66 | 66 | ||
67 | ep-geo:Harbour | 67 | ep-geo:Harbour |
68 | - rdf:type ep-geo:DestinationType , owl:Class ; | 68 | + rdf:type owl:Class , ep-geo:DestinationType ; |
69 | rdfs:comment "part of the surface of the earth that is a harbour"^^xsd:string ; | 69 | rdfs:comment "part of the surface of the earth that is a harbour"^^xsd:string ; |
70 | rdfs:label "harbour"^^xsd:string ; | 70 | rdfs:label "harbour"^^xsd:string ; |
71 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth . | 71 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth . |
... | @@ -75,7 +75,7 @@ ep-geo:LicenceBlock | ... | @@ -75,7 +75,7 @@ ep-geo:LicenceBlock |
75 | rdfs:comment "See RDL RDS13025226"^^xsd:string ; | 75 | rdfs:comment "See RDL RDS13025226"^^xsd:string ; |
76 | rdfs:label "Licence Block"^^xsd:string ; | 76 | rdfs:label "Licence Block"^^xsd:string ; |
77 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 77 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
78 | - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . | 78 | + owl:disjointWith ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement . |
79 | 79 | ||
80 | ep-geo:OffshoreLocation | 80 | ep-geo:OffshoreLocation |
81 | rdf:type owl:Class ; | 81 | rdf:type owl:Class ; |
... | @@ -88,7 +88,7 @@ ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon | ... | @@ -88,7 +88,7 @@ ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon |
88 | rdfs:comment "part of the surface of the earth that is specified as a polygon"^^xsd:string ; | 88 | rdfs:comment "part of the surface of the earth that is specified as a polygon"^^xsd:string ; |
89 | rdfs:label "part of the surface of the earth specified as a polygon"^^xsd:string ; | 89 | rdfs:label "part of the surface of the earth specified as a polygon"^^xsd:string ; |
90 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 90 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
91 | - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:State . | 91 | + owl:disjointWith ep-geo:State , ep-geo:LicenceBlock , ep-geo:County , ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement . |
92 | 92 | ||
93 | ep-geo:PartOfTheSurfaceOfTheEarth | 93 | ep-geo:PartOfTheSurfaceOfTheEarth |
94 | rdf:type owl:Class ; | 94 | rdf:type owl:Class ; |
... | @@ -101,25 +101,13 @@ ep-geo:State | ... | @@ -101,25 +101,13 @@ ep-geo:State |
101 | rdfs:comment "part of the surface of the earth that is a state or province (source: MPR-XSD)"^^xsd:string ; | 101 | rdfs:comment "part of the surface of the earth that is a state or province (source: MPR-XSD)"^^xsd:string ; |
102 | rdfs:label "state"^^xsd:string ; | 102 | rdfs:label "state"^^xsd:string ; |
103 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; | 103 | rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; |
104 | - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon . | 104 | + owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:LicenceBlock , ep-geo:County , ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement . |
105 | 105 | ||
106 | ep-geo:Terminal | 106 | ep-geo:Terminal |
107 | - rdf:type ep-geo:DestinationType , owl:Class ; | 107 | + rdf:type owl:Class , ep-geo:DestinationType ; |
108 | rdfs:comment "facility that is for the storage of oil and/or petrochemical products and from which these products are usually transported to end users or further storage facilities (source: MPR-XSD)"^^xsd:string ; | 108 | rdfs:comment "facility that is for the storage of oil and/or petrochemical products and from which these products are usually transported to end users or further storage facilities (source: MPR-XSD)"^^xsd:string ; |
109 | rdfs:label "terminal"^^xsd:string ; | 109 | rdfs:label "terminal"^^xsd:string ; |
110 | - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth , ep-fac:Facility . | 110 | + rdfs:subClassOf ep-fac:Facility , ep-geo:PartOfTheSurfaceOfTheEarth . |
111 | - | ||
112 | -ep-geo:areaOnSurfaceOfEarth | ||
113 | - rdf:type owl:ObjectProperty ; | ||
114 | - rdfs:domain ep-geo:PartOfTheSurfaceOfTheEarth ; | ||
115 | - rdfs:label "area on surface of Earth"^^xsd:string ; | ||
116 | - rdfs:range ep-core:Area . | ||
117 | - | ||
118 | -ep-geo:businessArrangementGoverningArea | ||
119 | - rdf:type owl:ObjectProperty ; | ||
120 | - rdfs:domain ep-geo:AreaCoveredByBusinessArrangement ; | ||
121 | - rdfs:label "business arrangement governing area"^^xsd:string ; | ||
122 | - rdfs:range <http://www.reportinghub.no/np/schema/npd#BusinessArrangementArea> . | ||
123 | 111 | ||
124 | ep-geo:hasAreaName | 112 | ep-geo:hasAreaName |
125 | rdf:type owl:DatatypeProperty ; | 113 | rdf:type owl:DatatypeProperty ; |
... | @@ -132,12 +120,12 @@ ep-geo:hasNorthSeaAreaName | ... | @@ -132,12 +120,12 @@ ep-geo:hasNorthSeaAreaName |
132 | rdfs:label "has North Sea area name"^^xsd:string . | 120 | rdfs:label "has North Sea area name"^^xsd:string . |
133 | 121 | ||
134 | ep-geo:hasNorthSeaBlockSuffixId | 122 | ep-geo:hasNorthSeaBlockSuffixId |
135 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 123 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
136 | rdfs:domain ep-geo:OffshoreLocation ; | 124 | rdfs:domain ep-geo:OffshoreLocation ; |
137 | rdfs:label "has North Sea block suffix ID"^^xsd:string . | 125 | rdfs:label "has North Sea block suffix ID"^^xsd:string . |
138 | 126 | ||
139 | ep-geo:hasNorthSeaQuadrantId | 127 | ep-geo:hasNorthSeaQuadrantId |
140 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 128 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
141 | rdfs:domain ep-geo:OffshoreLocation ; | 129 | rdfs:domain ep-geo:OffshoreLocation ; |
142 | rdfs:label "has North Sea quadrant ID"^^xsd:string . | 130 | rdfs:label "has North Sea quadrant ID"^^xsd:string . |
143 | 131 | ||
... | @@ -148,12 +136,14 @@ ep-geo:hasOffshoreLocationComment | ... | @@ -148,12 +136,14 @@ ep-geo:hasOffshoreLocationComment |
148 | 136 | ||
149 | ep-geo:locatedWithin | 137 | ep-geo:locatedWithin |
150 | rdf:type owl:ObjectProperty ; | 138 | rdf:type owl:ObjectProperty ; |
139 | + rdfs:comment "physical object that is or defines the volume within which a physical thing is located"^^xsd:string ; | ||
151 | rdfs:domain ep-core:PhysicalThing ; | 140 | rdfs:domain ep-core:PhysicalThing ; |
152 | rdfs:label "located within"^^xsd:string ; | 141 | rdfs:label "located within"^^xsd:string ; |
153 | rdfs:range ep-core:PhysicalObject . | 142 | rdfs:range ep-core:PhysicalObject . |
154 | 143 | ||
155 | ep-geo:nominallyLocatedAt | 144 | ep-geo:nominallyLocatedAt |
156 | rdf:type owl:ObjectProperty ; | 145 | rdf:type owl:ObjectProperty ; |
146 | + rdfs:comment "physical thing that is or defines the point in space at which a physical thing is nominally located"^^xsd:string ; | ||
157 | rdfs:domain ep-core:PhysicalThing ; | 147 | rdfs:domain ep-core:PhysicalThing ; |
158 | rdfs:label "nominally located at"^^xsd:string ; | 148 | rdfs:label "nominally located at"^^xsd:string ; |
159 | rdfs:range ep-core:PhysicalObject . | 149 | rdfs:range ep-core:PhysicalObject . | ... | ... |
... | @@ -30,7 +30,7 @@ ep-material:AqueousMaterial | ... | @@ -30,7 +30,7 @@ ep-material:AqueousMaterial |
30 | rdfs:subClassOf ep-material:Material . | 30 | rdfs:subClassOf ep-material:Material . |
31 | 31 | ||
32 | ep-material:BasicSedimentAndWater | 32 | ep-material:BasicSedimentAndWater |
33 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 33 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
34 | rdfs:label "basic sediment and water"^^xsd:string ; | 34 | rdfs:label "basic sediment and water"^^xsd:string ; |
35 | rdfs:subClassOf ep-material:Fluid ; | 35 | rdfs:subClassOf ep-material:Fluid ; |
36 | ep-core:seeReferenceData | 36 | ep-core:seeReferenceData |
... | @@ -48,117 +48,117 @@ ep-material:Brine | ... | @@ -48,117 +48,117 @@ ep-material:Brine |
48 | rdfs:subClassOf ep-material:Water . | 48 | rdfs:subClassOf ep-material:Water . |
49 | 49 | ||
50 | ep-material:C10 | 50 | ep-material:C10 |
51 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 51 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
52 | rdfs:label "C10"^^xsd:string ; | 52 | rdfs:label "C10"^^xsd:string ; |
53 | rdfs:subClassOf ep-material:Material . | 53 | rdfs:subClassOf ep-material:Material . |
54 | 54 | ||
55 | ep-material:C10AndHeavier | 55 | ep-material:C10AndHeavier |
56 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 56 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
57 | rdfs:label "C10+"^^xsd:string ; | 57 | rdfs:label "C10+"^^xsd:string ; |
58 | rdfs:subClassOf ep-material:Material . | 58 | rdfs:subClassOf ep-material:Material . |
59 | 59 | ||
60 | ep-material:C10AndLighter | 60 | ep-material:C10AndLighter |
61 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 61 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
62 | rdfs:label "C10-"^^xsd:string ; | 62 | rdfs:label "C10-"^^xsd:string ; |
63 | rdfs:subClassOf ep-material:Material . | 63 | rdfs:subClassOf ep-material:Material . |
64 | 64 | ||
65 | ep-material:C2AndHeavier | 65 | ep-material:C2AndHeavier |
66 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 66 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
67 | rdfs:label "C2+"^^xsd:string ; | 67 | rdfs:label "C2+"^^xsd:string ; |
68 | rdfs:subClassOf ep-material:Material . | 68 | rdfs:subClassOf ep-material:Material . |
69 | 69 | ||
70 | ep-material:C2AndLighter | 70 | ep-material:C2AndLighter |
71 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 71 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
72 | rdfs:label "C2-"^^xsd:string ; | 72 | rdfs:label "C2-"^^xsd:string ; |
73 | rdfs:subClassOf ep-material:Material . | 73 | rdfs:subClassOf ep-material:Material . |
74 | 74 | ||
75 | ep-material:C3AndHeavier | 75 | ep-material:C3AndHeavier |
76 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 76 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
77 | rdfs:label "C3+"^^xsd:string ; | 77 | rdfs:label "C3+"^^xsd:string ; |
78 | rdfs:subClassOf ep-material:Material . | 78 | rdfs:subClassOf ep-material:Material . |
79 | 79 | ||
80 | ep-material:C3AndLighter | 80 | ep-material:C3AndLighter |
81 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 81 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
82 | rdfs:label "C3-"^^xsd:string ; | 82 | rdfs:label "C3-"^^xsd:string ; |
83 | rdfs:subClassOf ep-material:Material . | 83 | rdfs:subClassOf ep-material:Material . |
84 | 84 | ||
85 | ep-material:C4AndHeavier | 85 | ep-material:C4AndHeavier |
86 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 86 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
87 | rdfs:label "C4+"^^xsd:string ; | 87 | rdfs:label "C4+"^^xsd:string ; |
88 | rdfs:subClassOf ep-material:Material . | 88 | rdfs:subClassOf ep-material:Material . |
89 | 89 | ||
90 | ep-material:C4AndLighter | 90 | ep-material:C4AndLighter |
91 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 91 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
92 | rdfs:label "C4-"^^xsd:string ; | 92 | rdfs:label "C4-"^^xsd:string ; |
93 | rdfs:subClassOf ep-material:Material . | 93 | rdfs:subClassOf ep-material:Material . |
94 | 94 | ||
95 | ep-material:C5AndHeavier | 95 | ep-material:C5AndHeavier |
96 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 96 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
97 | rdfs:label "C5+"^^xsd:string ; | 97 | rdfs:label "C5+"^^xsd:string ; |
98 | rdfs:subClassOf ep-material:Material . | 98 | rdfs:subClassOf ep-material:Material . |
99 | 99 | ||
100 | ep-material:C5AndLighter | 100 | ep-material:C5AndLighter |
101 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 101 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
102 | rdfs:label "C5-"^^xsd:string ; | 102 | rdfs:label "C5-"^^xsd:string ; |
103 | rdfs:subClassOf ep-material:Material . | 103 | rdfs:subClassOf ep-material:Material . |
104 | 104 | ||
105 | ep-material:C6 | 105 | ep-material:C6 |
106 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 106 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
107 | rdfs:label "C6"^^xsd:string ; | 107 | rdfs:label "C6"^^xsd:string ; |
108 | rdfs:subClassOf ep-material:Material . | 108 | rdfs:subClassOf ep-material:Material . |
109 | 109 | ||
110 | ep-material:C6AndHeavier | 110 | ep-material:C6AndHeavier |
111 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 111 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
112 | rdfs:label "C6+"^^xsd:string ; | 112 | rdfs:label "C6+"^^xsd:string ; |
113 | rdfs:subClassOf ep-material:Material . | 113 | rdfs:subClassOf ep-material:Material . |
114 | 114 | ||
115 | ep-material:C6AndLighter | 115 | ep-material:C6AndLighter |
116 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 116 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
117 | rdfs:label "C6-"^^xsd:string ; | 117 | rdfs:label "C6-"^^xsd:string ; |
118 | rdfs:subClassOf ep-material:Material . | 118 | rdfs:subClassOf ep-material:Material . |
119 | 119 | ||
120 | ep-material:C7 | 120 | ep-material:C7 |
121 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 121 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
122 | rdfs:label "C7"^^xsd:string ; | 122 | rdfs:label "C7"^^xsd:string ; |
123 | rdfs:subClassOf ep-material:Material . | 123 | rdfs:subClassOf ep-material:Material . |
124 | 124 | ||
125 | ep-material:C7AndHeavier | 125 | ep-material:C7AndHeavier |
126 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 126 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
127 | rdfs:label "C7+"^^xsd:string ; | 127 | rdfs:label "C7+"^^xsd:string ; |
128 | rdfs:subClassOf ep-material:Material . | 128 | rdfs:subClassOf ep-material:Material . |
129 | 129 | ||
130 | ep-material:C7AndLighter | 130 | ep-material:C7AndLighter |
131 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 131 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
132 | rdfs:label "C7-"^^xsd:string ; | 132 | rdfs:label "C7-"^^xsd:string ; |
133 | rdfs:subClassOf ep-material:Material . | 133 | rdfs:subClassOf ep-material:Material . |
134 | 134 | ||
135 | ep-material:C8 | 135 | ep-material:C8 |
136 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 136 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
137 | rdfs:label "C8"^^xsd:string ; | 137 | rdfs:label "C8"^^xsd:string ; |
138 | rdfs:subClassOf ep-material:Material . | 138 | rdfs:subClassOf ep-material:Material . |
139 | 139 | ||
140 | ep-material:C8AndHeavier | 140 | ep-material:C8AndHeavier |
141 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 141 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
142 | rdfs:label "C8+"^^xsd:string ; | 142 | rdfs:label "C8+"^^xsd:string ; |
143 | rdfs:subClassOf ep-material:Material . | 143 | rdfs:subClassOf ep-material:Material . |
144 | 144 | ||
145 | ep-material:C8AndLighter | 145 | ep-material:C8AndLighter |
146 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 146 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
147 | rdfs:label "C8-"^^xsd:string ; | 147 | rdfs:label "C8-"^^xsd:string ; |
148 | rdfs:subClassOf ep-material:Material . | 148 | rdfs:subClassOf ep-material:Material . |
149 | 149 | ||
150 | ep-material:C9 | 150 | ep-material:C9 |
151 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 151 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
152 | rdfs:label "C9"^^xsd:string ; | 152 | rdfs:label "C9"^^xsd:string ; |
153 | rdfs:subClassOf ep-material:Material . | 153 | rdfs:subClassOf ep-material:Material . |
154 | 154 | ||
155 | ep-material:C9AndHeavier | 155 | ep-material:C9AndHeavier |
156 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 156 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
157 | rdfs:label "C9+"^^xsd:string ; | 157 | rdfs:label "C9+"^^xsd:string ; |
158 | rdfs:subClassOf ep-material:Material . | 158 | rdfs:subClassOf ep-material:Material . |
159 | 159 | ||
160 | ep-material:C9AndLighter | 160 | ep-material:C9AndLighter |
161 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 161 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
162 | rdfs:label "C9-"^^xsd:string ; | 162 | rdfs:label "C9-"^^xsd:string ; |
163 | rdfs:subClassOf ep-material:Material . | 163 | rdfs:subClassOf ep-material:Material . |
164 | 164 | ||
... | @@ -346,7 +346,7 @@ ep-material:HydrogenSulfide | ... | @@ -346,7 +346,7 @@ ep-material:HydrogenSulfide |
346 | rdfs:subClassOf ep-material:Material . | 346 | rdfs:subClassOf ep-material:Material . |
347 | 347 | ||
348 | ep-material:Isobutane | 348 | ep-material:Isobutane |
349 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 349 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
350 | rdfs:label "IC4"^^xsd:string ; | 350 | rdfs:label "IC4"^^xsd:string ; |
351 | rdfs:subClassOf ep-material:Material ; | 351 | rdfs:subClassOf ep-material:Material ; |
352 | ep-core:name "isobutane"^^xsd:string ; | 352 | ep-core:name "isobutane"^^xsd:string ; |
... | @@ -359,7 +359,7 @@ ep-material:Isobutane-component | ... | @@ -359,7 +359,7 @@ ep-material:Isobutane-component |
359 | rdfs:subClassOf ep-material:Material . | 359 | rdfs:subClassOf ep-material:Material . |
360 | 360 | ||
361 | ep-material:Isopentane | 361 | ep-material:Isopentane |
362 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 362 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
363 | rdfs:label "IC5"^^xsd:string ; | 363 | rdfs:label "IC5"^^xsd:string ; |
364 | rdfs:subClassOf ep-material:Material ; | 364 | rdfs:subClassOf ep-material:Material ; |
365 | ep-core:name "isopentane"^^xsd:string ; | 365 | ep-core:name "isopentane"^^xsd:string ; |
... | @@ -472,7 +472,7 @@ ep-material:NonHcGas | ... | @@ -472,7 +472,7 @@ ep-material:NonHcGas |
472 | rdfs:subClassOf ep-material:Gas . | 472 | rdfs:subClassOf ep-material:Gas . |
473 | 473 | ||
474 | ep-material:NormalButane | 474 | ep-material:NormalButane |
475 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 475 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
476 | rdfs:label "NC4"^^xsd:string ; | 476 | rdfs:label "NC4"^^xsd:string ; |
477 | rdfs:subClassOf ep-material:Material ; | 477 | rdfs:subClassOf ep-material:Material ; |
478 | ep-core:name "normal butane"^^xsd:string . | 478 | ep-core:name "normal butane"^^xsd:string . |
... | @@ -483,7 +483,7 @@ ep-material:NormalButane-component | ... | @@ -483,7 +483,7 @@ ep-material:NormalButane-component |
483 | rdfs:subClassOf ep-material:Material . | 483 | rdfs:subClassOf ep-material:Material . |
484 | 484 | ||
485 | ep-material:NormalPentane | 485 | ep-material:NormalPentane |
486 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 486 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
487 | rdfs:label "NC5"^^xsd:string ; | 487 | rdfs:label "NC5"^^xsd:string ; |
488 | rdfs:subClassOf ep-material:Material ; | 488 | rdfs:subClassOf ep-material:Material ; |
489 | ep-core:name "normal pentane"^^xsd:string . | 489 | ep-core:name "normal pentane"^^xsd:string . |
... | @@ -530,7 +530,7 @@ ep-material:OtherInjectionFluid | ... | @@ -530,7 +530,7 @@ ep-material:OtherInjectionFluid |
530 | rdfs:subClassOf ep-material:Fluid . | 530 | rdfs:subClassOf ep-material:Fluid . |
531 | 531 | ||
532 | ep-material:Pentane | 532 | ep-material:Pentane |
533 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 533 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
534 | rdfs:label "pentane"^^xsd:string ; | 534 | rdfs:label "pentane"^^xsd:string ; |
535 | rdfs:subClassOf ep-material:Material ; | 535 | rdfs:subClassOf ep-material:Material ; |
536 | ep-core:seeReferenceData | 536 | ep-core:seeReferenceData |
... | @@ -552,7 +552,7 @@ ep-material:PlusFraction | ... | @@ -552,7 +552,7 @@ ep-material:PlusFraction |
552 | rdfs:subClassOf ep-material:Fluid . | 552 | rdfs:subClassOf ep-material:Fluid . |
553 | 553 | ||
554 | ep-material:Propane | 554 | ep-material:Propane |
555 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 555 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
556 | rdfs:label "C3"^^xsd:string ; | 556 | rdfs:label "C3"^^xsd:string ; |
557 | rdfs:subClassOf ep-material:Material ; | 557 | rdfs:subClassOf ep-material:Material ; |
558 | ep-core:name "propane"^^xsd:string ; | 558 | ep-core:name "propane"^^xsd:string ; |
... | @@ -592,7 +592,7 @@ ep-material:ReportingProductType | ... | @@ -592,7 +592,7 @@ ep-material:ReportingProductType |
592 | rdfs:subClassOf owl:Class . | 592 | rdfs:subClassOf owl:Class . |
593 | 593 | ||
594 | ep-material:Salt | 594 | ep-material:Salt |
595 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 595 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
596 | rdfs:label "salt"^^xsd:string ; | 596 | rdfs:label "salt"^^xsd:string ; |
597 | rdfs:subClassOf ep-material:Material ; | 597 | rdfs:subClassOf ep-material:Material ; |
598 | ep-core:seeReferenceData | 598 | ep-core:seeReferenceData |
... | @@ -650,14 +650,15 @@ ep-material:Water-processed | ... | @@ -650,14 +650,15 @@ ep-material:Water-processed |
650 | rdfs:subClassOf ep-material:Material . | 650 | rdfs:subClassOf ep-material:Material . |
651 | 651 | ||
652 | ep-material:firstMaterialOfPair | 652 | ep-material:firstMaterialOfPair |
653 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 653 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
654 | + rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; | ||
654 | rdfs:domain ep-material:MaterialPair ; | 655 | rdfs:domain ep-material:MaterialPair ; |
655 | rdfs:label "first material of pair"^^xsd:string ; | 656 | rdfs:label "first material of pair"^^xsd:string ; |
656 | rdfs:range ep-material:Material . | 657 | rdfs:range ep-material:Material . |
657 | 658 | ||
658 | ep-material:hasComponent | 659 | ep-material:hasComponent |
659 | rdf:type owl:TransitiveProperty ; | 660 | rdf:type owl:TransitiveProperty ; |
660 | - rdfs:comment "A component is all part material of the class."^^xsd:string ; | 661 | + rdfs:comment "material that is a part consisting of all material of a class used to discriminate between components"^^xsd:string ; |
661 | rdfs:domain ep-material:Material ; | 662 | rdfs:domain ep-material:Material ; |
662 | rdfs:label "hasComponent"^^xsd:string ; | 663 | rdfs:label "hasComponent"^^xsd:string ; |
663 | rdfs:range ep-material:Material ; | 664 | rdfs:range ep-material:Material ; |
... | @@ -665,431 +666,425 @@ ep-material:hasComponent | ... | @@ -665,431 +666,425 @@ ep-material:hasComponent |
665 | 666 | ||
666 | ep-material:hasNonPrimaryComponent | 667 | ep-material:hasNonPrimaryComponent |
667 | rdf:type owl:ObjectProperty ; | 668 | rdf:type owl:ObjectProperty ; |
669 | + rdfs:comment "material that is a non-primary component of the whole"^^xsd:string ; | ||
668 | rdfs:domain ep-material:Material ; | 670 | rdfs:domain ep-material:Material ; |
669 | rdfs:label "has non-primary component"^^xsd:string ; | 671 | rdfs:label "has non-primary component"^^xsd:string ; |
670 | rdfs:range ep-material:Material ; | 672 | rdfs:range ep-material:Material ; |
671 | rdfs:subPropertyOf ep-material:hasComponent . | 673 | rdfs:subPropertyOf ep-material:hasComponent . |
672 | 674 | ||
673 | ep-material:hasPrimaryComponent | 675 | ep-material:hasPrimaryComponent |
674 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 676 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
677 | + rdfs:comment "material that is a primary component of the whole"^^xsd:string ; | ||
675 | rdfs:domain ep-material:Material ; | 678 | rdfs:domain ep-material:Material ; |
676 | rdfs:label "has primary component"^^xsd:string ; | 679 | rdfs:label "has primary component"^^xsd:string ; |
677 | rdfs:range ep-material:Material ; | 680 | rdfs:range ep-material:Material ; |
678 | rdfs:subPropertyOf ep-material:hasComponent . | 681 | rdfs:subPropertyOf ep-material:hasComponent . |
679 | 682 | ||
680 | ep-material:massRatio | 683 | ep-material:massRatio |
681 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 684 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
685 | + rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; | ||
682 | rdfs:domain ep-material:MaterialPair ; | 686 | rdfs:domain ep-material:MaterialPair ; |
683 | rdfs:label "mass ratio"^^xsd:string ; | 687 | rdfs:label "mass ratio"^^xsd:string ; |
684 | rdfs:range ep-core:Ratio . | 688 | rdfs:range ep-core:Ratio . |
685 | 689 | ||
686 | -ep-material:moleRatio | ||
687 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | ||
688 | - rdfs:domain ep-material:MaterialPair ; | ||
689 | - rdfs:label "mole ratio"^^xsd:string ; | ||
690 | - rdfs:range ep-core:Ratio . | ||
691 | - | ||
692 | ep-material:partMaterialOfPair | 690 | ep-material:partMaterialOfPair |
693 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 691 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
692 | + rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; | ||
694 | rdfs:domain ep-material:MaterialPartWholePair ; | 693 | rdfs:domain ep-material:MaterialPartWholePair ; |
695 | rdfs:label "part material of pair"^^xsd:string ; | 694 | rdfs:label "part material of pair"^^xsd:string ; |
696 | rdfs:range ep-material:Material ; | 695 | rdfs:range ep-material:Material ; |
697 | rdfs:subPropertyOf ep-material:firstMaterialOfPair . | 696 | rdfs:subPropertyOf ep-material:firstMaterialOfPair . |
698 | 697 | ||
699 | -ep-material:ratioOfMassOfFirstMaterialToVolumeOfSecondMaterial | ||
700 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | ||
701 | - rdfs:domain ep-material:MaterialPair ; | ||
702 | - rdfs:label "ratio of mass of first material to volume of second material"^^xsd:string ; | ||
703 | - rdfs:range ep-core:Density . | ||
704 | - | ||
705 | ep-material:reidVaporPressure | 698 | ep-material:reidVaporPressure |
706 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 699 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
700 | + rdfs:comment "pressure that is the Reid vapour pressure for a petroleum liquid as defined by ASTM-D-323"^^xsd:string ; | ||
707 | rdfs:domain ep-core:PhysicalThing ; | 701 | rdfs:domain ep-core:PhysicalThing ; |
708 | rdfs:label "Reid vapor pressure"^^xsd:string ; | 702 | rdfs:label "Reid vapor pressure"^^xsd:string ; |
709 | rdfs:range ep-core:Pressure . | 703 | rdfs:range ep-core:Pressure . |
710 | 704 | ||
711 | ep-material:secondMaterialOfPair | 705 | ep-material:secondMaterialOfPair |
712 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 706 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
707 | + rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; | ||
713 | rdfs:domain ep-material:MaterialPair ; | 708 | rdfs:domain ep-material:MaterialPair ; |
714 | rdfs:label "second material of pair"^^xsd:string ; | 709 | rdfs:label "second material of pair"^^xsd:string ; |
715 | rdfs:range ep-material:Material . | 710 | rdfs:range ep-material:Material . |
716 | 711 | ||
717 | ep-material:substance-11dmcyPentane | 712 | ep-material:substance-11dmcyPentane |
718 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 713 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
719 | rdfs:label "11dmcy pentane"^^xsd:string ; | 714 | rdfs:label "11dmcy pentane"^^xsd:string ; |
720 | rdfs:subClassOf ep-material:Material . | 715 | rdfs:subClassOf ep-material:Material . |
721 | 716 | ||
722 | ep-material:substance-124tmBenzene | 717 | ep-material:substance-124tmBenzene |
723 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 718 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
724 | rdfs:label "124tm benzene"^^xsd:string ; | 719 | rdfs:label "124tm benzene"^^xsd:string ; |
725 | rdfs:subClassOf ep-material:Material . | 720 | rdfs:subClassOf ep-material:Material . |
726 | 721 | ||
727 | ep-material:substance-12dmBenzene | 722 | ep-material:substance-12dmBenzene |
728 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 723 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
729 | rdfs:label "12dm benzene"^^xsd:string ; | 724 | rdfs:label "12dm benzene"^^xsd:string ; |
730 | rdfs:subClassOf ep-material:Material . | 725 | rdfs:subClassOf ep-material:Material . |
731 | 726 | ||
732 | ep-material:substance-13dmBenzene | 727 | ep-material:substance-13dmBenzene |
733 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 728 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
734 | rdfs:label "13dm benzene"^^xsd:string ; | 729 | rdfs:label "13dm benzene"^^xsd:string ; |
735 | rdfs:subClassOf ep-material:Material . | 730 | rdfs:subClassOf ep-material:Material . |
736 | 731 | ||
737 | ep-material:substance-14dmBenzene | 732 | ep-material:substance-14dmBenzene |
738 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 733 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
739 | rdfs:label "14dm benzene"^^xsd:string ; | 734 | rdfs:label "14dm benzene"^^xsd:string ; |
740 | rdfs:subClassOf ep-material:Material . | 735 | rdfs:subClassOf ep-material:Material . |
741 | 736 | ||
742 | ep-material:substance-223tmButane | 737 | ep-material:substance-223tmButane |
743 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 738 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
744 | rdfs:label "223tm butane"^^xsd:string ; | 739 | rdfs:label "223tm butane"^^xsd:string ; |
745 | rdfs:subClassOf ep-material:Material . | 740 | rdfs:subClassOf ep-material:Material . |
746 | 741 | ||
747 | ep-material:substance-223tmPentane | 742 | ep-material:substance-223tmPentane |
748 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 743 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
749 | rdfs:label "223tm pentane"^^xsd:string ; | 744 | rdfs:label "223tm pentane"^^xsd:string ; |
750 | rdfs:subClassOf ep-material:Material . | 745 | rdfs:subClassOf ep-material:Material . |
751 | 746 | ||
752 | ep-material:substance-22dmButane | 747 | ep-material:substance-22dmButane |
753 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 748 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
754 | rdfs:label "22dm butane"^^xsd:string ; | 749 | rdfs:label "22dm butane"^^xsd:string ; |
755 | rdfs:subClassOf ep-material:Material . | 750 | rdfs:subClassOf ep-material:Material . |
756 | 751 | ||
757 | ep-material:substance-22dmHexane | 752 | ep-material:substance-22dmHexane |
758 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 753 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
759 | rdfs:label "22dm hexane"^^xsd:string ; | 754 | rdfs:label "22dm hexane"^^xsd:string ; |
760 | rdfs:subClassOf ep-material:Material . | 755 | rdfs:subClassOf ep-material:Material . |
761 | 756 | ||
762 | ep-material:substance-22dmPentane | 757 | ep-material:substance-22dmPentane |
763 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 758 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
764 | rdfs:label "22dm pentane"^^xsd:string ; | 759 | rdfs:label "22dm pentane"^^xsd:string ; |
765 | rdfs:subClassOf ep-material:Material . | 760 | rdfs:subClassOf ep-material:Material . |
766 | 761 | ||
767 | ep-material:substance-22dmPropane | 762 | ep-material:substance-22dmPropane |
768 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 763 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
769 | rdfs:label "22dm propane"^^xsd:string ; | 764 | rdfs:label "22dm propane"^^xsd:string ; |
770 | rdfs:subClassOf ep-material:Material . | 765 | rdfs:subClassOf ep-material:Material . |
771 | 766 | ||
772 | ep-material:substance-23dmButane | 767 | ep-material:substance-23dmButane |
773 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 768 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
774 | rdfs:label "23dm butane"^^xsd:string ; | 769 | rdfs:label "23dm butane"^^xsd:string ; |
775 | rdfs:subClassOf ep-material:Material . | 770 | rdfs:subClassOf ep-material:Material . |
776 | 771 | ||
777 | ep-material:substance-23dmPentane | 772 | ep-material:substance-23dmPentane |
778 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 773 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
779 | rdfs:label "23dm pentane"^^xsd:string ; | 774 | rdfs:label "23dm pentane"^^xsd:string ; |
780 | rdfs:subClassOf ep-material:Material . | 775 | rdfs:subClassOf ep-material:Material . |
781 | 776 | ||
782 | ep-material:substance-24dmHexane | 777 | ep-material:substance-24dmHexane |
783 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 778 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
784 | rdfs:label "24dm hexane"^^xsd:string ; | 779 | rdfs:label "24dm hexane"^^xsd:string ; |
785 | rdfs:subClassOf ep-material:Material . | 780 | rdfs:subClassOf ep-material:Material . |
786 | 781 | ||
787 | ep-material:substance-24dmPentane | 782 | ep-material:substance-24dmPentane |
788 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 783 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
789 | rdfs:label "24dm pentane"^^xsd:string ; | 784 | rdfs:label "24dm pentane"^^xsd:string ; |
790 | rdfs:subClassOf ep-material:Material . | 785 | rdfs:subClassOf ep-material:Material . |
791 | 786 | ||
792 | ep-material:substance-25dmHexane | 787 | ep-material:substance-25dmHexane |
793 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 788 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
794 | rdfs:label "25dm hexane"^^xsd:string ; | 789 | rdfs:label "25dm hexane"^^xsd:string ; |
795 | rdfs:subClassOf ep-material:Material . | 790 | rdfs:subClassOf ep-material:Material . |
796 | 791 | ||
797 | ep-material:substance-2mButane | 792 | ep-material:substance-2mButane |
798 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 793 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
799 | rdfs:label "2m butane"^^xsd:string ; | 794 | rdfs:label "2m butane"^^xsd:string ; |
800 | rdfs:subClassOf ep-material:Material . | 795 | rdfs:subClassOf ep-material:Material . |
801 | 796 | ||
802 | ep-material:substance-2mHexane | 797 | ep-material:substance-2mHexane |
803 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 798 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
804 | rdfs:label "2m hexane"^^xsd:string ; | 799 | rdfs:label "2m hexane"^^xsd:string ; |
805 | rdfs:subClassOf ep-material:Material . | 800 | rdfs:subClassOf ep-material:Material . |
806 | 801 | ||
807 | ep-material:substance-2mPentane | 802 | ep-material:substance-2mPentane |
808 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 803 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
809 | rdfs:label "2m pentane"^^xsd:string ; | 804 | rdfs:label "2m pentane"^^xsd:string ; |
810 | rdfs:subClassOf ep-material:Material . | 805 | rdfs:subClassOf ep-material:Material . |
811 | 806 | ||
812 | ep-material:substance-2mPropane | 807 | ep-material:substance-2mPropane |
813 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 808 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
814 | rdfs:label "2m propane"^^xsd:string ; | 809 | rdfs:label "2m propane"^^xsd:string ; |
815 | rdfs:subClassOf ep-material:Material . | 810 | rdfs:subClassOf ep-material:Material . |
816 | 811 | ||
817 | ep-material:substance-33dmPentane | 812 | ep-material:substance-33dmPentane |
818 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 813 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
819 | rdfs:label "33dm pentane"^^xsd:string ; | 814 | rdfs:label "33dm pentane"^^xsd:string ; |
820 | rdfs:subClassOf ep-material:Material . | 815 | rdfs:subClassOf ep-material:Material . |
821 | 816 | ||
822 | ep-material:substance-3etPentane | 817 | ep-material:substance-3etPentane |
823 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 818 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
824 | rdfs:label "3et pentane"^^xsd:string ; | 819 | rdfs:label "3et pentane"^^xsd:string ; |
825 | rdfs:subClassOf ep-material:Material . | 820 | rdfs:subClassOf ep-material:Material . |
826 | 821 | ||
827 | ep-material:substance-3mHexane | 822 | ep-material:substance-3mHexane |
828 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 823 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
829 | rdfs:label "3m hexane"^^xsd:string ; | 824 | rdfs:label "3m hexane"^^xsd:string ; |
830 | rdfs:subClassOf ep-material:Material . | 825 | rdfs:subClassOf ep-material:Material . |
831 | 826 | ||
832 | ep-material:substance-3mPentane | 827 | ep-material:substance-3mPentane |
833 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 828 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
834 | rdfs:label "3m pentane"^^xsd:string ; | 829 | rdfs:label "3m pentane"^^xsd:string ; |
835 | rdfs:subClassOf ep-material:Material . | 830 | rdfs:subClassOf ep-material:Material . |
836 | 831 | ||
837 | ep-material:substance-Ar | 832 | ep-material:substance-Ar |
838 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 833 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
839 | rdfs:label "Argon"^^xsd:string ; | 834 | rdfs:label "Argon"^^xsd:string ; |
840 | rdfs:subClassOf ep-material:Material ; | 835 | rdfs:subClassOf ep-material:Material ; |
841 | ep-core:shortName "Ar"^^xsd:string . | 836 | ep-core:shortName "Ar"^^xsd:string . |
842 | 837 | ||
843 | ep-material:substance-Benzene | 838 | ep-material:substance-Benzene |
844 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 839 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
845 | rdfs:label "benzene"^^xsd:string ; | 840 | rdfs:label "benzene"^^xsd:string ; |
846 | rdfs:subClassOf ep-material:Material ; | 841 | rdfs:subClassOf ep-material:Material ; |
847 | ep-core:seeReferenceData | 842 | ep-core:seeReferenceData |
848 | "http://posccaesar.org/rdl/RDS423899"^^xsd:string . | 843 | "http://posccaesar.org/rdl/RDS423899"^^xsd:string . |
849 | 844 | ||
850 | ep-material:substance-Butane | 845 | ep-material:substance-Butane |
851 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 846 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
852 | rdfs:label "butane"^^xsd:string ; | 847 | rdfs:label "butane"^^xsd:string ; |
853 | rdfs:subClassOf ep-material:Material ; | 848 | rdfs:subClassOf ep-material:Material ; |
854 | ep-core:seeReferenceData | 849 | ep-core:seeReferenceData |
855 | "http://posccaesar.org/rdl/RDS419354"^^xsd:string . | 850 | "http://posccaesar.org/rdl/RDS419354"^^xsd:string . |
856 | 851 | ||
857 | ep-material:substance-C11F | 852 | ep-material:substance-C11F |
858 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 853 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
859 | rdfs:label "C11F"^^xsd:string ; | 854 | rdfs:label "C11F"^^xsd:string ; |
860 | rdfs:subClassOf ep-material:Material . | 855 | rdfs:subClassOf ep-material:Material . |
861 | 856 | ||
862 | ep-material:substance-C12F | 857 | ep-material:substance-C12F |
863 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 858 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
864 | rdfs:label "C12F"^^xsd:string ; | 859 | rdfs:label "C12F"^^xsd:string ; |
865 | rdfs:subClassOf ep-material:Material . | 860 | rdfs:subClassOf ep-material:Material . |
866 | 861 | ||
867 | ep-material:substance-C13F | 862 | ep-material:substance-C13F |
868 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 863 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
869 | rdfs:label "C13F"^^xsd:string ; | 864 | rdfs:label "C13F"^^xsd:string ; |
870 | rdfs:subClassOf ep-material:Material . | 865 | rdfs:subClassOf ep-material:Material . |
871 | 866 | ||
872 | ep-material:substance-C13dmcyPentane | 867 | ep-material:substance-C13dmcyPentane |
873 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 868 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
874 | rdfs:label "c13dmcy pentane"^^xsd:string ; | 869 | rdfs:label "c13dmcy pentane"^^xsd:string ; |
875 | rdfs:subClassOf ep-material:Material . | 870 | rdfs:subClassOf ep-material:Material . |
876 | 871 | ||
877 | ep-material:substance-C14F | 872 | ep-material:substance-C14F |
878 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 873 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
879 | rdfs:label "C14F"^^xsd:string ; | 874 | rdfs:label "C14F"^^xsd:string ; |
880 | rdfs:subClassOf ep-material:Material . | 875 | rdfs:subClassOf ep-material:Material . |
881 | 876 | ||
882 | ep-material:substance-C15F | 877 | ep-material:substance-C15F |
883 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 878 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
884 | rdfs:label "C15F"^^xsd:string ; | 879 | rdfs:label "C15F"^^xsd:string ; |
885 | rdfs:subClassOf ep-material:Material . | 880 | rdfs:subClassOf ep-material:Material . |
886 | 881 | ||
887 | ep-material:substance-C16F | 882 | ep-material:substance-C16F |
888 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 883 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
889 | rdfs:label "C16F"^^xsd:string ; | 884 | rdfs:label "C16F"^^xsd:string ; |
890 | rdfs:subClassOf ep-material:Material . | 885 | rdfs:subClassOf ep-material:Material . |
891 | 886 | ||
892 | ep-material:substance-C17F | 887 | ep-material:substance-C17F |
893 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 888 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
894 | rdfs:label "C17F"^^xsd:string ; | 889 | rdfs:label "C17F"^^xsd:string ; |
895 | rdfs:subClassOf ep-material:Material . | 890 | rdfs:subClassOf ep-material:Material . |
896 | 891 | ||
897 | ep-material:substance-C18F | 892 | ep-material:substance-C18F |
898 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 893 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
899 | rdfs:label "C18F"^^xsd:string ; | 894 | rdfs:label "C18F"^^xsd:string ; |
900 | rdfs:subClassOf ep-material:Material . | 895 | rdfs:subClassOf ep-material:Material . |
901 | 896 | ||
902 | ep-material:substance-C19F | 897 | ep-material:substance-C19F |
903 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 898 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
904 | rdfs:label "C19F"^^xsd:string ; | 899 | rdfs:label "C19F"^^xsd:string ; |
905 | rdfs:subClassOf ep-material:Material . | 900 | rdfs:subClassOf ep-material:Material . |
906 | 901 | ||
907 | ep-material:substance-C20F | 902 | ep-material:substance-C20F |
908 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 903 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
909 | rdfs:label "C20F"^^xsd:string ; | 904 | rdfs:label "C20F"^^xsd:string ; |
910 | rdfs:subClassOf ep-material:Material . | 905 | rdfs:subClassOf ep-material:Material . |
911 | 906 | ||
912 | ep-material:substance-C21F | 907 | ep-material:substance-C21F |
913 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 908 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
914 | rdfs:label "C21F"^^xsd:string ; | 909 | rdfs:label "C21F"^^xsd:string ; |
915 | rdfs:subClassOf ep-material:Material . | 910 | rdfs:subClassOf ep-material:Material . |
916 | 911 | ||
917 | ep-material:substance-C22F | 912 | ep-material:substance-C22F |
918 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 913 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
919 | rdfs:label "C22F"^^xsd:string ; | 914 | rdfs:label "C22F"^^xsd:string ; |
920 | rdfs:subClassOf ep-material:Material . | 915 | rdfs:subClassOf ep-material:Material . |
921 | 916 | ||
922 | ep-material:substance-C23F | 917 | ep-material:substance-C23F |
923 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 918 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
924 | rdfs:label "C23F"^^xsd:string ; | 919 | rdfs:label "C23F"^^xsd:string ; |
925 | rdfs:subClassOf ep-material:Material . | 920 | rdfs:subClassOf ep-material:Material . |
926 | 921 | ||
927 | ep-material:substance-C24F | 922 | ep-material:substance-C24F |
928 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 923 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
929 | rdfs:label "C24F"^^xsd:string ; | 924 | rdfs:label "C24F"^^xsd:string ; |
930 | rdfs:subClassOf ep-material:Material . | 925 | rdfs:subClassOf ep-material:Material . |
931 | 926 | ||
932 | ep-material:substance-C25F | 927 | ep-material:substance-C25F |
933 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 928 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
934 | rdfs:label "C25F"^^xsd:string ; | 929 | rdfs:label "C25F"^^xsd:string ; |
935 | rdfs:subClassOf ep-material:Material . | 930 | rdfs:subClassOf ep-material:Material . |
936 | 931 | ||
937 | ep-material:substance-C26F | 932 | ep-material:substance-C26F |
938 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 933 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
939 | rdfs:label "C26F"^^xsd:string ; | 934 | rdfs:label "C26F"^^xsd:string ; |
940 | rdfs:subClassOf ep-material:Material . | 935 | rdfs:subClassOf ep-material:Material . |
941 | 936 | ||
942 | ep-material:substance-C27F | 937 | ep-material:substance-C27F |
943 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 938 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
944 | rdfs:label "C27F"^^xsd:string ; | 939 | rdfs:label "C27F"^^xsd:string ; |
945 | rdfs:subClassOf ep-material:Material . | 940 | rdfs:subClassOf ep-material:Material . |
946 | 941 | ||
947 | ep-material:substance-C28F | 942 | ep-material:substance-C28F |
948 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 943 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
949 | rdfs:label "C28F"^^xsd:string ; | 944 | rdfs:label "C28F"^^xsd:string ; |
950 | rdfs:subClassOf ep-material:Material . | 945 | rdfs:subClassOf ep-material:Material . |
951 | 946 | ||
952 | ep-material:substance-C29F | 947 | ep-material:substance-C29F |
953 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 948 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
954 | rdfs:label "C29F"^^xsd:string ; | 949 | rdfs:label "C29F"^^xsd:string ; |
955 | rdfs:subClassOf ep-material:Material . | 950 | rdfs:subClassOf ep-material:Material . |
956 | 951 | ||
957 | ep-material:substance-C30F | 952 | ep-material:substance-C30F |
958 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 953 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
959 | rdfs:label "C30F"^^xsd:string ; | 954 | rdfs:label "C30F"^^xsd:string ; |
960 | rdfs:subClassOf ep-material:Material . | 955 | rdfs:subClassOf ep-material:Material . |
961 | 956 | ||
962 | ep-material:substance-C31F | 957 | ep-material:substance-C31F |
963 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 958 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
964 | rdfs:label "C31F"^^xsd:string ; | 959 | rdfs:label "C31F"^^xsd:string ; |
965 | rdfs:subClassOf ep-material:Material . | 960 | rdfs:subClassOf ep-material:Material . |
966 | 961 | ||
967 | ep-material:substance-C32F | 962 | ep-material:substance-C32F |
968 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 963 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
969 | rdfs:label "C32F"^^xsd:string ; | 964 | rdfs:label "C32F"^^xsd:string ; |
970 | rdfs:subClassOf ep-material:Material . | 965 | rdfs:subClassOf ep-material:Material . |
971 | 966 | ||
972 | ep-material:substance-C33F | 967 | ep-material:substance-C33F |
973 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 968 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
974 | rdfs:label "C33F"^^xsd:string ; | 969 | rdfs:label "C33F"^^xsd:string ; |
975 | rdfs:subClassOf ep-material:Material . | 970 | rdfs:subClassOf ep-material:Material . |
976 | 971 | ||
977 | ep-material:substance-C34F | 972 | ep-material:substance-C34F |
978 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 973 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
979 | rdfs:label "C34F"^^xsd:string ; | 974 | rdfs:label "C34F"^^xsd:string ; |
980 | rdfs:subClassOf ep-material:Material . | 975 | rdfs:subClassOf ep-material:Material . |
981 | 976 | ||
982 | ep-material:substance-C35F | 977 | ep-material:substance-C35F |
983 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 978 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
984 | rdfs:label "C35F"^^xsd:string ; | 979 | rdfs:label "C35F"^^xsd:string ; |
985 | rdfs:subClassOf ep-material:Material . | 980 | rdfs:subClassOf ep-material:Material . |
986 | 981 | ||
987 | ep-material:substance-C36F | 982 | ep-material:substance-C36F |
988 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 983 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
989 | rdfs:label "C36F"^^xsd:string ; | 984 | rdfs:label "C36F"^^xsd:string ; |
990 | rdfs:subClassOf ep-material:Material . | 985 | rdfs:subClassOf ep-material:Material . |
991 | 986 | ||
992 | ep-material:substance-C37F | 987 | ep-material:substance-C37F |
993 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 988 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
994 | rdfs:label "C37F"^^xsd:string ; | 989 | rdfs:label "C37F"^^xsd:string ; |
995 | rdfs:subClassOf ep-material:Material . | 990 | rdfs:subClassOf ep-material:Material . |
996 | 991 | ||
997 | ep-material:substance-C38F | 992 | ep-material:substance-C38F |
998 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 993 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
999 | rdfs:label "C38F"^^xsd:string ; | 994 | rdfs:label "C38F"^^xsd:string ; |
1000 | rdfs:subClassOf ep-material:Material . | 995 | rdfs:subClassOf ep-material:Material . |
1001 | 996 | ||
1002 | ep-material:substance-C39F | 997 | ep-material:substance-C39F |
1003 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 998 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1004 | rdfs:label "C39F"^^xsd:string ; | 999 | rdfs:label "C39F"^^xsd:string ; |
1005 | rdfs:subClassOf ep-material:Material . | 1000 | rdfs:subClassOf ep-material:Material . |
1006 | 1001 | ||
1007 | ep-material:substance-C40F | 1002 | ep-material:substance-C40F |
1008 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1003 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1009 | rdfs:label "C40F"^^xsd:string ; | 1004 | rdfs:label "C40F"^^xsd:string ; |
1010 | rdfs:subClassOf ep-material:Material . | 1005 | rdfs:subClassOf ep-material:Material . |
1011 | 1006 | ||
1012 | ep-material:substance-C41F | 1007 | ep-material:substance-C41F |
1013 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1008 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1014 | rdfs:label "C41F"^^xsd:string ; | 1009 | rdfs:label "C41F"^^xsd:string ; |
1015 | rdfs:subClassOf ep-material:Material . | 1010 | rdfs:subClassOf ep-material:Material . |
1016 | 1011 | ||
1017 | ep-material:substance-C42F | 1012 | ep-material:substance-C42F |
1018 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1013 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1019 | rdfs:label "C42F"^^xsd:string ; | 1014 | rdfs:label "C42F"^^xsd:string ; |
1020 | rdfs:subClassOf ep-material:Material . | 1015 | rdfs:subClassOf ep-material:Material . |
1021 | 1016 | ||
1022 | ep-material:substance-C43F | 1017 | ep-material:substance-C43F |
1023 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1018 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1024 | rdfs:label "C43F"^^xsd:string ; | 1019 | rdfs:label "C43F"^^xsd:string ; |
1025 | rdfs:subClassOf ep-material:Material . | 1020 | rdfs:subClassOf ep-material:Material . |
1026 | 1021 | ||
1027 | ep-material:substance-C44F | 1022 | ep-material:substance-C44F |
1028 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1023 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1029 | rdfs:label "C44F"^^xsd:string ; | 1024 | rdfs:label "C44F"^^xsd:string ; |
1030 | rdfs:subClassOf ep-material:Material . | 1025 | rdfs:subClassOf ep-material:Material . |
1031 | 1026 | ||
1032 | ep-material:substance-C45F | 1027 | ep-material:substance-C45F |
1033 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1028 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1034 | rdfs:label "C45F"^^xsd:string ; | 1029 | rdfs:label "C45F"^^xsd:string ; |
1035 | rdfs:subClassOf ep-material:Material . | 1030 | rdfs:subClassOf ep-material:Material . |
1036 | 1031 | ||
1037 | ep-material:substance-C46F | 1032 | ep-material:substance-C46F |
1038 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1033 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1039 | rdfs:label "C46F"^^xsd:string ; | 1034 | rdfs:label "C46F"^^xsd:string ; |
1040 | rdfs:subClassOf ep-material:Material . | 1035 | rdfs:subClassOf ep-material:Material . |
1041 | 1036 | ||
1042 | ep-material:substance-C47F | 1037 | ep-material:substance-C47F |
1043 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1038 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1044 | rdfs:label "C47F"^^xsd:string ; | 1039 | rdfs:label "C47F"^^xsd:string ; |
1045 | rdfs:subClassOf ep-material:Material . | 1040 | rdfs:subClassOf ep-material:Material . |
1046 | 1041 | ||
1047 | ep-material:substance-C48F | 1042 | ep-material:substance-C48F |
1048 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1043 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1049 | rdfs:label "C48F"^^xsd:string ; | 1044 | rdfs:label "C48F"^^xsd:string ; |
1050 | rdfs:subClassOf ep-material:Material . | 1045 | rdfs:subClassOf ep-material:Material . |
1051 | 1046 | ||
1052 | ep-material:substance-C49F | 1047 | ep-material:substance-C49F |
1053 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1048 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1054 | rdfs:label "C49F"^^xsd:string ; | 1049 | rdfs:label "C49F"^^xsd:string ; |
1055 | rdfs:subClassOf ep-material:Material . | 1050 | rdfs:subClassOf ep-material:Material . |
1056 | 1051 | ||
1057 | ep-material:substance-CO2 | 1052 | ep-material:substance-CO2 |
1058 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1053 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1059 | rdfs:label "CO2"^^xsd:string ; | 1054 | rdfs:label "CO2"^^xsd:string ; |
1060 | rdfs:subClassOf ep-material:Material . | 1055 | rdfs:subClassOf ep-material:Material . |
1061 | 1056 | ||
1062 | ep-material:substance-Cyclohexane | 1057 | ep-material:substance-Cyclohexane |
1063 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1058 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1064 | rdfs:label "cyclohexane"^^xsd:string ; | 1059 | rdfs:label "cyclohexane"^^xsd:string ; |
1065 | rdfs:subClassOf ep-material:Material ; | 1060 | rdfs:subClassOf ep-material:Material ; |
1066 | ep-core:seeReferenceData | 1061 | ep-core:seeReferenceData |
1067 | "http://posccaesar.org/rdl/RDS424439"^^xsd:string . | 1062 | "http://posccaesar.org/rdl/RDS424439"^^xsd:string . |
1068 | 1063 | ||
1069 | ep-material:substance-Cyclopentane | 1064 | ep-material:substance-Cyclopentane |
1070 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1065 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1071 | rdfs:label "cyclopentane"^^xsd:string ; | 1066 | rdfs:label "cyclopentane"^^xsd:string ; |
1072 | rdfs:subClassOf ep-material:Material ; | 1067 | rdfs:subClassOf ep-material:Material ; |
1073 | ep-core:seeReferenceData | 1068 | ep-core:seeReferenceData |
1074 | "http://posccaesar.org/rdl/RDS424619"^^xsd:string . | 1069 | "http://posccaesar.org/rdl/RDS424619"^^xsd:string . |
1075 | 1070 | ||
1076 | ep-material:substance-Decanes | 1071 | ep-material:substance-Decanes |
1077 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1072 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1078 | rdfs:label "decanes"^^xsd:string ; | 1073 | rdfs:label "decanes"^^xsd:string ; |
1079 | rdfs:subClassOf ep-material:Material . | 1074 | rdfs:subClassOf ep-material:Material . |
1080 | 1075 | ||
1081 | ep-material:substance-EtBenzene | 1076 | ep-material:substance-EtBenzene |
1082 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1077 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1083 | rdfs:label "et benzene"^^xsd:string ; | 1078 | rdfs:label "et benzene"^^xsd:string ; |
1084 | rdfs:subClassOf ep-material:Material . | 1079 | rdfs:subClassOf ep-material:Material . |
1085 | 1080 | ||
1086 | ep-material:substance-EtcyPentane | 1081 | ep-material:substance-EtcyPentane |
1087 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1082 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1088 | rdfs:label "etcy pentane"^^xsd:string ; | 1083 | rdfs:label "etcy pentane"^^xsd:string ; |
1089 | rdfs:subClassOf ep-material:Material . | 1084 | rdfs:subClassOf ep-material:Material . |
1090 | 1085 | ||
1091 | ep-material:substance-Ethane | 1086 | ep-material:substance-Ethane |
1092 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1087 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1093 | rdfs:label "C2"^^xsd:string ; | 1088 | rdfs:label "C2"^^xsd:string ; |
1094 | rdfs:subClassOf ep-material:Material ; | 1089 | rdfs:subClassOf ep-material:Material ; |
1095 | ep-core:name "ethane"^^xsd:string ; | 1090 | ep-core:name "ethane"^^xsd:string ; |
... | @@ -1097,96 +1092,98 @@ ep-material:substance-Ethane | ... | @@ -1097,96 +1092,98 @@ ep-material:substance-Ethane |
1097 | "http://posccaesar.org/rdl/RDS419219"^^xsd:string . | 1092 | "http://posccaesar.org/rdl/RDS419219"^^xsd:string . |
1098 | 1093 | ||
1099 | ep-material:substance-H2 | 1094 | ep-material:substance-H2 |
1100 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1095 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1101 | rdfs:label "H2"^^xsd:string ; | 1096 | rdfs:label "H2"^^xsd:string ; |
1102 | rdfs:subClassOf ep-material:Material . | 1097 | rdfs:subClassOf ep-material:Material . |
1103 | 1098 | ||
1104 | ep-material:substance-H2O | 1099 | ep-material:substance-H2O |
1105 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1100 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1106 | rdfs:label "H2O"^^xsd:string ; | 1101 | rdfs:label "H2O"^^xsd:string ; |
1107 | rdfs:subClassOf ep-material:Material . | 1102 | rdfs:subClassOf ep-material:Material . |
1108 | 1103 | ||
1109 | ep-material:substance-H2S | 1104 | ep-material:substance-H2S |
1110 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1105 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1111 | rdfs:label "H2S"^^xsd:string ; | 1106 | rdfs:label "H2S"^^xsd:string ; |
1112 | rdfs:subClassOf ep-material:Material . | 1107 | rdfs:subClassOf ep-material:Material . |
1113 | 1108 | ||
1114 | ep-material:substance-Heptanes | 1109 | ep-material:substance-Heptanes |
1115 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1110 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1116 | rdfs:label "heptanes"^^xsd:string ; | 1111 | rdfs:label "heptanes"^^xsd:string ; |
1117 | rdfs:subClassOf ep-material:Material . | 1112 | rdfs:subClassOf ep-material:Material . |
1118 | 1113 | ||
1119 | ep-material:substance-Hexane | 1114 | ep-material:substance-Hexane |
1120 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1115 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1121 | rdfs:label "hexane"^^xsd:string ; | 1116 | rdfs:label "hexane"^^xsd:string ; |
1122 | rdfs:subClassOf ep-material:Material ; | 1117 | rdfs:subClassOf ep-material:Material ; |
1123 | ep-core:seeReferenceData | 1118 | ep-core:seeReferenceData |
1124 | "http://posccaesar.org/rdl/RDS419489"^^xsd:string . | 1119 | "http://posccaesar.org/rdl/RDS419489"^^xsd:string . |
1125 | 1120 | ||
1126 | ep-material:substance-Hexanes | 1121 | ep-material:substance-Hexanes |
1127 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1122 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1128 | rdfs:label "hexanes"^^xsd:string ; | 1123 | rdfs:label "hexanes"^^xsd:string ; |
1129 | rdfs:subClassOf ep-material:Material . | 1124 | rdfs:subClassOf ep-material:Material . |
1130 | 1125 | ||
1131 | ep-material:substance-MBenzene | 1126 | ep-material:substance-MBenzene |
1132 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1127 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1133 | rdfs:label "m benzene"^^xsd:string ; | 1128 | rdfs:label "m benzene"^^xsd:string ; |
1134 | rdfs:subClassOf ep-material:Material . | 1129 | rdfs:subClassOf ep-material:Material . |
1135 | 1130 | ||
1136 | ep-material:substance-McyHexane | 1131 | ep-material:substance-McyHexane |
1137 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1132 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1138 | rdfs:label "mcy hexane"^^xsd:string ; | 1133 | rdfs:label "mcy hexane"^^xsd:string ; |
1139 | rdfs:subClassOf ep-material:Material . | 1134 | rdfs:subClassOf ep-material:Material . |
1140 | 1135 | ||
1141 | ep-material:substance-McyPentane | 1136 | ep-material:substance-McyPentane |
1142 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1137 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1143 | rdfs:label "mcy pentane"^^xsd:string ; | 1138 | rdfs:label "mcy pentane"^^xsd:string ; |
1144 | rdfs:subClassOf ep-material:Material . | 1139 | rdfs:subClassOf ep-material:Material . |
1145 | 1140 | ||
1146 | ep-material:substance-Methane | 1141 | ep-material:substance-Methane |
1147 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1142 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1148 | rdfs:label "C1"^^xsd:string ; | 1143 | rdfs:label "C1"^^xsd:string ; |
1149 | rdfs:subClassOf ep-material:Material ; | 1144 | rdfs:subClassOf ep-material:Material ; |
1150 | ep-core:name "methane"^^xsd:string . | 1145 | ep-core:name "methane"^^xsd:string . |
1151 | 1146 | ||
1152 | ep-material:substance-N2 | 1147 | ep-material:substance-N2 |
1153 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1148 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1154 | rdfs:label "N2"^^xsd:string ; | 1149 | rdfs:label "N2"^^xsd:string ; |
1155 | rdfs:subClassOf ep-material:Material . | 1150 | rdfs:subClassOf ep-material:Material . |
1156 | 1151 | ||
1157 | ep-material:substance-Nonanes | 1152 | ep-material:substance-Nonanes |
1158 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1153 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1159 | rdfs:label "nonanes"^^xsd:string ; | 1154 | rdfs:label "nonanes"^^xsd:string ; |
1160 | rdfs:subClassOf ep-material:Material . | 1155 | rdfs:subClassOf ep-material:Material . |
1161 | 1156 | ||
1162 | ep-material:substance-O2 | 1157 | ep-material:substance-O2 |
1163 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1158 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1164 | rdfs:label "O2"^^xsd:string ; | 1159 | rdfs:label "O2"^^xsd:string ; |
1165 | rdfs:subClassOf ep-material:Material . | 1160 | rdfs:subClassOf ep-material:Material . |
1166 | 1161 | ||
1167 | ep-material:substance-Octanes | 1162 | ep-material:substance-Octanes |
1168 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1163 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1169 | rdfs:label "octanes"^^xsd:string ; | 1164 | rdfs:label "octanes"^^xsd:string ; |
1170 | rdfs:subClassOf ep-material:Material . | 1165 | rdfs:subClassOf ep-material:Material . |
1171 | 1166 | ||
1172 | ep-material:substance-T12dmcyPentane | 1167 | ep-material:substance-T12dmcyPentane |
1173 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1168 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1174 | rdfs:label "t12dmcy pentane"^^xsd:string ; | 1169 | rdfs:label "t12dmcy pentane"^^xsd:string ; |
1175 | rdfs:subClassOf ep-material:Material . | 1170 | rdfs:subClassOf ep-material:Material . |
1176 | 1171 | ||
1177 | ep-material:substance-T13dmcyPentane | 1172 | ep-material:substance-T13dmcyPentane |
1178 | - rdf:type owl:Class , ep-material:ReportingProductType ; | 1173 | + rdf:type ep-material:ReportingProductType , owl:Class ; |
1179 | rdfs:label "t13dmcy pentane"^^xsd:string ; | 1174 | rdfs:label "t13dmcy pentane"^^xsd:string ; |
1180 | rdfs:subClassOf ep-material:Material . | 1175 | rdfs:subClassOf ep-material:Material . |
1181 | 1176 | ||
1182 | ep-material:volumeRatio | 1177 | ep-material:volumeRatio |
1183 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1178 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1179 | + rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; | ||
1184 | rdfs:domain ep-material:MaterialPair ; | 1180 | rdfs:domain ep-material:MaterialPair ; |
1185 | rdfs:label "volume ratio"^^xsd:string ; | 1181 | rdfs:label "volume ratio"^^xsd:string ; |
1186 | rdfs:range ep-core:Ratio . | 1182 | rdfs:range ep-core:Ratio . |
1187 | 1183 | ||
1188 | ep-material:wholeMaterialOfPair | 1184 | ep-material:wholeMaterialOfPair |
1189 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1185 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1186 | + rdfs:comment "<This entity is deprecated. It is used for composition in the DDR, but not in the MPR.>"^^xsd:string ; | ||
1190 | rdfs:domain ep-material:MaterialPartWholePair ; | 1187 | rdfs:domain ep-material:MaterialPartWholePair ; |
1191 | rdfs:label "whole material of pair"^^xsd:string ; | 1188 | rdfs:label "whole material of pair"^^xsd:string ; |
1192 | rdfs:range ep-material:Material ; | 1189 | rdfs:range ep-material:Material ; | ... | ... |
... | @@ -11,11 +11,11 @@ | ... | @@ -11,11 +11,11 @@ |
11 | 11 | ||
12 | <http://www.reportinghub.no/ep/schema/1.0/organization> | 12 | <http://www.reportinghub.no/ep/schema/1.0/organization> |
13 | rdf:type owl:Ontology ; | 13 | rdf:type owl:Ontology ; |
14 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; | 14 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
15 | owl:versionInfo "0.1.0"^^xsd:string . | 15 | owl:versionInfo "0.1.0"^^xsd:string . |
16 | 16 | ||
17 | ep-org:CateringCrew | 17 | ep-org:CateringCrew |
18 | - rdf:type ep-org:CrewType , owl:Class ; | 18 | + rdf:type owl:Class , ep-org:CrewType ; |
19 | rdfs:comment "the persons from the catering contractor spending the night at the installation"^^xsd:string ; | 19 | rdfs:comment "the persons from the catering contractor spending the night at the installation"^^xsd:string ; |
20 | rdfs:label "catering crew"^^xsd:string ; | 20 | rdfs:label "catering crew"^^xsd:string ; |
21 | rdfs:subClassOf ep-org:Crew . | 21 | rdfs:subClassOf ep-org:Crew . |
... | @@ -35,7 +35,7 @@ ep-org:Company | ... | @@ -35,7 +35,7 @@ ep-org:Company |
35 | rdfs:subClassOf ep-org:Organization-WholeLife . | 35 | rdfs:subClassOf ep-org:Organization-WholeLife . |
36 | 36 | ||
37 | ep-org:ContractorCrew | 37 | ep-org:ContractorCrew |
38 | - rdf:type ep-org:CrewType , owl:Class ; | 38 | + rdf:type owl:Class , ep-org:CrewType ; |
39 | rdfs:label "contractor crew"^^xsd:string ; | 39 | rdfs:label "contractor crew"^^xsd:string ; |
40 | rdfs:subClassOf ep-org:Crew ; | 40 | rdfs:subClassOf ep-org:Crew ; |
41 | ep-core:seeReferenceData | 41 | ep-core:seeReferenceData |
... | @@ -55,32 +55,32 @@ ep-org:CrewType | ... | @@ -55,32 +55,32 @@ ep-org:CrewType |
55 | rdfs:subClassOf owl:Class . | 55 | rdfs:subClassOf owl:Class . |
56 | 56 | ||
57 | ep-org:DayVisitorCrew | 57 | ep-org:DayVisitorCrew |
58 | - rdf:type ep-org:CrewType , owl:Class ; | 58 | + rdf:type owl:Class , ep-org:CrewType ; |
59 | rdfs:comment "the persons visiting the installation but not spending the night at the installation"^^xsd:string ; | 59 | rdfs:comment "the persons visiting the installation but not spending the night at the installation"^^xsd:string ; |
60 | rdfs:label "day visitor crew"^^xsd:string ; | 60 | rdfs:label "day visitor crew"^^xsd:string ; |
61 | rdfs:subClassOf ep-org:Crew . | 61 | rdfs:subClassOf ep-org:Crew . |
62 | 62 | ||
63 | ep-org:DrillingContractCrew | 63 | ep-org:DrillingContractCrew |
64 | - rdf:type ep-org:CrewType , owl:Class ; | 64 | + rdf:type owl:Class , ep-org:CrewType ; |
65 | rdfs:label "drilling contract crew"^^xsd:string ; | 65 | rdfs:label "drilling contract crew"^^xsd:string ; |
66 | rdfs:subClassOf ep-org:Crew ; | 66 | rdfs:subClassOf ep-org:Crew ; |
67 | ep-core:seeReferenceData | 67 | ep-core:seeReferenceData |
68 | "http://posccaesar.org/rdl/RDS16701510"^^xsd:string . | 68 | "http://posccaesar.org/rdl/RDS16701510"^^xsd:string . |
69 | 69 | ||
70 | ep-org:NonOperatorOvernightVisitorCrew | 70 | ep-org:NonOperatorOvernightVisitorCrew |
71 | - rdf:type ep-org:CrewType , owl:Class ; | 71 | + rdf:type owl:Class , ep-org:CrewType ; |
72 | rdfs:comment "the persons from an unknown source normally not working on the installation, but spending the night there"^^xsd:string ; | 72 | rdfs:comment "the persons from an unknown source normally not working on the installation, but spending the night there"^^xsd:string ; |
73 | rdfs:label "non-operator overnight visitor crew"^^xsd:string ; | 73 | rdfs:label "non-operator overnight visitor crew"^^xsd:string ; |
74 | rdfs:subClassOf ep-org:Crew . | 74 | rdfs:subClassOf ep-org:Crew . |
75 | 75 | ||
76 | ep-org:OperatorNormalCrew | 76 | ep-org:OperatorNormalCrew |
77 | - rdf:type ep-org:CrewType , owl:Class ; | 77 | + rdf:type owl:Class , ep-org:CrewType ; |
78 | rdfs:comment "the persons from the operator normally working on the installation and spending the night there"^^xsd:string ; | 78 | rdfs:comment "the persons from the operator normally working on the installation and spending the night there"^^xsd:string ; |
79 | rdfs:label "operator normal crew"^^xsd:string ; | 79 | rdfs:label "operator normal crew"^^xsd:string ; |
80 | rdfs:subClassOf ep-org:Crew . | 80 | rdfs:subClassOf ep-org:Crew . |
81 | 81 | ||
82 | ep-org:OperatorOvernightVisitorCrew | 82 | ep-org:OperatorOvernightVisitorCrew |
83 | - rdf:type ep-org:CrewType , owl:Class ; | 83 | + rdf:type owl:Class , ep-org:CrewType ; |
84 | rdfs:comment "the persons from the operator normally not working on the installation, but spending the night there"^^xsd:string ; | 84 | rdfs:comment "the persons from the operator normally not working on the installation, but spending the night there"^^xsd:string ; |
85 | rdfs:label "operator overnight visitor crew"^^xsd:string ; | 85 | rdfs:label "operator overnight visitor crew"^^xsd:string ; |
86 | rdfs:subClassOf ep-org:Crew . | 86 | rdfs:subClassOf ep-org:Crew . |
... | @@ -88,7 +88,7 @@ ep-org:OperatorOvernightVisitorCrew | ... | @@ -88,7 +88,7 @@ ep-org:OperatorOvernightVisitorCrew |
88 | ep-org:Organization | 88 | ep-org:Organization |
89 | rdf:type owl:Class ; | 89 | rdf:type owl:Class ; |
90 | rdfs:label "organization"^^xsd:string ; | 90 | rdfs:label "organization"^^xsd:string ; |
91 | - rdfs:subClassOf ep-core:PhysicalObject , ep-org:PersonOrOrganization ; | 91 | + rdfs:subClassOf ep-org:PersonOrOrganization , ep-core:PhysicalObject ; |
92 | ep-core:seeReferenceData | 92 | ep-core:seeReferenceData |
93 | "http://posccaesar.org/rdl/RDS282149"^^xsd:string . | 93 | "http://posccaesar.org/rdl/RDS282149"^^xsd:string . |
94 | 94 | ||
... | @@ -96,7 +96,7 @@ ep-org:Organization-WholeLife | ... | @@ -96,7 +96,7 @@ ep-org:Organization-WholeLife |
96 | rdf:type owl:Class ; | 96 | rdf:type owl:Class ; |
97 | rdfs:comment "organization that is for all of its life"^^xsd:string ; | 97 | rdfs:comment "organization that is for all of its life"^^xsd:string ; |
98 | rdfs:label "organization - whole life"^^xsd:string ; | 98 | rdfs:label "organization - whole life"^^xsd:string ; |
99 | - rdfs:subClassOf ep-org:Organization , ep-org:PersonOrOrganization-WholeLife . | 99 | + rdfs:subClassOf ep-org:PersonOrOrganization-WholeLife , ep-org:Organization . |
100 | 100 | ||
101 | ep-org:Person | 101 | ep-org:Person |
102 | rdf:type owl:Class ; | 102 | rdf:type owl:Class ; |
... | @@ -129,7 +129,7 @@ ep-org:PersonRoleType | ... | @@ -129,7 +129,7 @@ ep-org:PersonRoleType |
129 | rdfs:subClassOf owl:Class . | 129 | rdfs:subClassOf owl:Class . |
130 | 130 | ||
131 | ep-org:TotalCrew | 131 | ep-org:TotalCrew |
132 | - rdf:type ep-org:CrewType , owl:Class ; | 132 | + rdf:type owl:Class , ep-org:CrewType ; |
133 | rdfs:comment "all personnel on board"^^xsd:string ; | 133 | rdfs:comment "all personnel on board"^^xsd:string ; |
134 | rdfs:label "total crew"^^xsd:string ; | 134 | rdfs:label "total crew"^^xsd:string ; |
135 | rdfs:subClassOf ep-org:Crew . | 135 | rdfs:subClassOf ep-org:Crew . |
... | @@ -138,16 +138,17 @@ ep-org:WholeLifePerson | ... | @@ -138,16 +138,17 @@ ep-org:WholeLifePerson |
138 | rdf:type owl:Class ; | 138 | rdf:type owl:Class ; |
139 | rdfs:comment "person that is for all of its life"^^xsd:string ; | 139 | rdfs:comment "person that is for all of its life"^^xsd:string ; |
140 | rdfs:label "whole life person"^^xsd:string ; | 140 | rdfs:label "whole life person"^^xsd:string ; |
141 | - rdfs:subClassOf ep-org:Person , ep-org:PersonOrOrganization-WholeLife . | 141 | + rdfs:subClassOf ep-org:PersonOrOrganization-WholeLife , ep-org:Person . |
142 | 142 | ||
143 | ep-org:hasCrew | 143 | ep-org:hasCrew |
144 | rdf:type owl:ObjectProperty ; | 144 | rdf:type owl:ObjectProperty ; |
145 | + rdfs:comment "crew of a facility"^^xsd:string ; | ||
145 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 146 | rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
146 | rdfs:label "has crew"^^xsd:string ; | 147 | rdfs:label "has crew"^^xsd:string ; |
147 | rdfs:range ep-org:Crew . | 148 | rdfs:range ep-org:Crew . |
148 | 149 | ||
149 | ep-org:numberInCrew | 150 | ep-org:numberInCrew |
150 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 151 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
151 | rdfs:comment "The count of personnel on a type of crew. One of the types is all personnel on board."^^xsd:string ; | 152 | rdfs:comment "The count of personnel on a type of crew. One of the types is all personnel on board."^^xsd:string ; |
152 | rdfs:domain ep-org:Crew ; | 153 | rdfs:domain ep-org:Crew ; |
153 | rdfs:label "number in crew"^^xsd:string . | 154 | rdfs:label "number in crew"^^xsd:string . | ... | ... |
... | @@ -48,7 +48,7 @@ | ... | @@ -48,7 +48,7 @@ |
48 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> | 48 | <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> |
49 | rdf:type owl:Class ; | 49 | rdf:type owl:Class ; |
50 | rdfs:label "production well test"^^xsd:string ; | 50 | rdfs:label "production well test"^^xsd:string ; |
51 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 51 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
52 | 52 | ||
53 | <http://www.reportinghub.no/ep/schema/activity#WellOperation> | 53 | <http://www.reportinghub.no/ep/schema/activity#WellOperation> |
54 | rdf:type ep-prodact:ProductionActivityType ; | 54 | rdf:type ep-prodact:ProductionActivityType ; |
... | @@ -97,13 +97,13 @@ ep-prodact:AccidentPreventionExercise | ... | @@ -97,13 +97,13 @@ ep-prodact:AccidentPreventionExercise |
97 | rdfs:subClassOf ep-prodact:DrillOrExcercise . | 97 | rdfs:subClassOf ep-prodact:DrillOrExcercise . |
98 | 98 | ||
99 | ep-prodact:AdministerFirstAid | 99 | ep-prodact:AdministerFirstAid |
100 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 100 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
101 | rdfs:comment "medical treatment that is first aid"^^xsd:string ; | 101 | rdfs:comment "medical treatment that is first aid"^^xsd:string ; |
102 | rdfs:label "administer first aid"^^xsd:string ; | 102 | rdfs:label "administer first aid"^^xsd:string ; |
103 | rdfs:subClassOf ep-prodact:MedicalTreatment . | 103 | rdfs:subClassOf ep-prodact:MedicalTreatment . |
104 | 104 | ||
105 | ep-prodact:AirTrafficOperation | 105 | ep-prodact:AirTrafficOperation |
106 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 106 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
107 | rdfs:comment "activity that is an air traffic operation"^^xsd:string ; | 107 | rdfs:comment "activity that is an air traffic operation"^^xsd:string ; |
108 | rdfs:label "air traffic operation"^^xsd:string ; | 108 | rdfs:label "air traffic operation"^^xsd:string ; |
109 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 109 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
... | @@ -130,22 +130,22 @@ ep-prodact:AlertType | ... | @@ -130,22 +130,22 @@ ep-prodact:AlertType |
130 | rdfs:subClassOf owl:Class . | 130 | rdfs:subClassOf owl:Class . |
131 | 131 | ||
132 | ep-prodact:AllocateSplitFactors | 132 | ep-prodact:AllocateSplitFactors |
133 | - rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ; | 133 | + rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ; |
134 | rdfs:comment "activity that is allocating the fraction of a source flow that is assumed to go into different product streams"^^xsd:string ; | 134 | rdfs:comment "activity that is allocating the fraction of a source flow that is assumed to go into different product streams"^^xsd:string ; |
135 | rdfs:label "allocate split factors"^^xsd:string ; | 135 | rdfs:label "allocate split factors"^^xsd:string ; |
136 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 136 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
137 | 137 | ||
138 | ep-prodact:AnnualProductionActivityToDate | 138 | ep-prodact:AnnualProductionActivityToDate |
139 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 139 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
140 | rdfs:comment "production activity that is during the year to date"^^xsd:string ; | 140 | rdfs:comment "production activity that is during the year to date"^^xsd:string ; |
141 | rdfs:label "annual production activity to date"^^xsd:string ; | 141 | rdfs:label "annual production activity to date"^^xsd:string ; |
142 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 142 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
143 | 143 | ||
144 | ep-prodact:AnnualProductionOperationToDate | 144 | ep-prodact:AnnualProductionOperationToDate |
145 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 145 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
146 | rdfs:comment "production operation from the beginning of an annual reporting period to a date within, or at the end of, the reporting period"^^xsd:string ; | 146 | rdfs:comment "production operation from the beginning of an annual reporting period to a date within, or at the end of, the reporting period"^^xsd:string ; |
147 | rdfs:label "annual production operation to date"^^xsd:string ; | 147 | rdfs:label "annual production operation to date"^^xsd:string ; |
148 | - rdfs:subClassOf ep-prodact:ProductionOperation , ep-prodact:AnnualProductionActivityToDate . | 148 | + rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionOperation . |
149 | 149 | ||
150 | ep-prodact:BasketMovement | 150 | ep-prodact:BasketMovement |
151 | rdf:type owl:Class ; | 151 | rdf:type owl:Class ; |
... | @@ -160,7 +160,7 @@ ep-prodact:CargoShipOperation | ... | @@ -160,7 +160,7 @@ ep-prodact:CargoShipOperation |
160 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 160 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
161 | 161 | ||
162 | ep-prodact:ConstructionOperation | 162 | ep-prodact:ConstructionOperation |
163 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 163 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
164 | rdfs:comment "activity that is construction"^^xsd:string ; | 164 | rdfs:comment "activity that is construction"^^xsd:string ; |
165 | rdfs:label "construction operation"^^xsd:string ; | 165 | rdfs:label "construction operation"^^xsd:string ; |
166 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ; | 166 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ; |
... | @@ -168,7 +168,7 @@ ep-prodact:ConstructionOperation | ... | @@ -168,7 +168,7 @@ ep-prodact:ConstructionOperation |
168 | "http://posccaesar.org/rdl/RDS9685637"^^xsd:string . | 168 | "http://posccaesar.org/rdl/RDS9685637"^^xsd:string . |
169 | 169 | ||
170 | ep-prodact:DailyProductionOperationProcessingLoss | 170 | ep-prodact:DailyProductionOperationProcessingLoss |
171 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 171 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
172 | rdfs:comment "activity that is all that happens to cause production operation processing loss in one day"^^xsd:string ; | 172 | rdfs:comment "activity that is all that happens to cause production operation processing loss in one day"^^xsd:string ; |
173 | rdfs:label "daily production operation processing loss"^^xsd:string ; | 173 | rdfs:label "daily production operation processing loss"^^xsd:string ; |
174 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 174 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
... | @@ -186,7 +186,7 @@ ep-prodact:DefinedHazardAndAccidentSituation | ... | @@ -186,7 +186,7 @@ ep-prodact:DefinedHazardAndAccidentSituation |
186 | rdfs:subClassOf ep-prodact:Incident . | 186 | rdfs:subClassOf ep-prodact:Incident . |
187 | 187 | ||
188 | ep-prodact:Deviation | 188 | ep-prodact:Deviation |
189 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 189 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
190 | rdfs:comment "activity that is a deviation from existing procedures and guidelines"^^xsd:string ; | 190 | rdfs:comment "activity that is a deviation from existing procedures and guidelines"^^xsd:string ; |
191 | rdfs:label "deviation"^^xsd:string ; | 191 | rdfs:label "deviation"^^xsd:string ; |
192 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 192 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
... | @@ -198,25 +198,25 @@ ep-prodact:DischargeWater | ... | @@ -198,25 +198,25 @@ ep-prodact:DischargeWater |
198 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 198 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
199 | 199 | ||
200 | ep-prodact:DrillOrExcercise | 200 | ep-prodact:DrillOrExcercise |
201 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 201 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
202 | rdfs:comment "activity that is a drill or exercise intended to prevent harm to health, safety or the environment"^^xsd:string ; | 202 | rdfs:comment "activity that is a drill or exercise intended to prevent harm to health, safety or the environment"^^xsd:string ; |
203 | rdfs:label "drill or exercise"^^xsd:string ; | 203 | rdfs:label "drill or exercise"^^xsd:string ; |
204 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 204 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
205 | 205 | ||
206 | ep-prodact:ExtendedMaintenanceTurnaround | 206 | ep-prodact:ExtendedMaintenanceTurnaround |
207 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 207 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
208 | rdfs:comment "activity that is an extended maintenance turnaround"^^xsd:string ; | 208 | rdfs:comment "activity that is an extended maintenance turnaround"^^xsd:string ; |
209 | rdfs:label "extended maintenance turnaround"^^xsd:string ; | 209 | rdfs:label "extended maintenance turnaround"^^xsd:string ; |
210 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 210 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
211 | 211 | ||
212 | ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal | 212 | ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal |
213 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 213 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
214 | rdfs:comment "extended maintenance turnaround that is for an export terminal"^^xsd:string ; | 214 | rdfs:comment "extended maintenance turnaround that is for an export terminal"^^xsd:string ; |
215 | rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ; | 215 | rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ; |
216 | rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround . | 216 | rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround . |
217 | 217 | ||
218 | ep-prodact:Fire | 218 | ep-prodact:Fire |
219 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 219 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
220 | rdfs:comment "incident that is an unintentional fire"^^xsd:string ; | 220 | rdfs:comment "incident that is an unintentional fire"^^xsd:string ; |
221 | rdfs:label "fire"^^xsd:string ; | 221 | rdfs:label "fire"^^xsd:string ; |
222 | rdfs:subClassOf ep-prodact:Incident . | 222 | rdfs:subClassOf ep-prodact:Incident . |
... | @@ -228,61 +228,61 @@ ep-prodact:FluidLevelTest | ... | @@ -228,61 +228,61 @@ ep-prodact:FluidLevelTest |
228 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> . | 228 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> . |
229 | 229 | ||
230 | ep-prodact:FluidSampling-DST | 230 | ep-prodact:FluidSampling-DST |
231 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 231 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
232 | rdfs:comment "fluid sampling and analysis that has a sample taken as part of a drill stem test"^^xsd:string ; | 232 | rdfs:comment "fluid sampling and analysis that has a sample taken as part of a drill stem test"^^xsd:string ; |
233 | rdfs:label "fluid sampling - DST"^^xsd:string ; | 233 | rdfs:label "fluid sampling - DST"^^xsd:string ; |
234 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 234 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
235 | 235 | ||
236 | ep-prodact:FluidSampling-RFTorMDT | 236 | ep-prodact:FluidSampling-RFTorMDT |
237 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 237 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
238 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; | 238 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; |
239 | rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; | 239 | rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; |
240 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 240 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
241 | 241 | ||
242 | ep-prodact:FluidSampling-bottomhole | 242 | ep-prodact:FluidSampling-bottomhole |
243 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 243 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
244 | rdfs:comment "fluid sampling and analysis that has a sample taken from the bottom of a wellbore"^^xsd:string ; | 244 | rdfs:comment "fluid sampling and analysis that has a sample taken from the bottom of a wellbore"^^xsd:string ; |
245 | rdfs:label "fluid sampling - bottomhole"^^xsd:string ; | 245 | rdfs:label "fluid sampling - bottomhole"^^xsd:string ; |
246 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 246 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
247 | 247 | ||
248 | ep-prodact:FluidSampling-formationTester | 248 | ep-prodact:FluidSampling-formationTester |
249 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 249 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
250 | rdfs:comment "fluid sampling and analysis that has the sample taken by a formation tester"^^xsd:string ; | 250 | rdfs:comment "fluid sampling and analysis that has the sample taken by a formation tester"^^xsd:string ; |
251 | rdfs:label "fluid sampling - formation tester"^^xsd:string ; | 251 | rdfs:label "fluid sampling - formation tester"^^xsd:string ; |
252 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 252 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
253 | 253 | ||
254 | ep-prodact:FluidSampling-recombined | 254 | ep-prodact:FluidSampling-recombined |
255 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 255 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
256 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; | 256 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; |
257 | rdfs:label "fluid sampling - recombined"^^xsd:string ; | 257 | rdfs:label "fluid sampling - recombined"^^xsd:string ; |
258 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 258 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
259 | 259 | ||
260 | ep-prodact:FluidSampling-separatorGas | 260 | ep-prodact:FluidSampling-separatorGas |
261 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 261 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
262 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; | 262 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; |
263 | rdfs:label "fluid sampling - separator gas"^^xsd:string ; | 263 | rdfs:label "fluid sampling - separator gas"^^xsd:string ; |
264 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 264 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
265 | 265 | ||
266 | ep-prodact:FluidSampling-separatorOil | 266 | ep-prodact:FluidSampling-separatorOil |
267 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 267 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
268 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; | 268 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; |
269 | rdfs:label "fluid sampling - separator oil"^^xsd:string ; | 269 | rdfs:label "fluid sampling - separator oil"^^xsd:string ; |
270 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 270 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
271 | 271 | ||
272 | ep-prodact:FluidSampling-separatorWater | 272 | ep-prodact:FluidSampling-separatorWater |
273 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 273 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
274 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; | 274 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; |
275 | rdfs:label "fluid sampling - separator water"^^xsd:string ; | 275 | rdfs:label "fluid sampling - separator water"^^xsd:string ; |
276 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 276 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
277 | 277 | ||
278 | ep-prodact:FluidSampling-synthetic | 278 | ep-prodact:FluidSampling-synthetic |
279 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 279 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
280 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; | 280 | rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; |
281 | rdfs:label "fluid sampling - synthetic"^^xsd:string ; | 281 | rdfs:label "fluid sampling - synthetic"^^xsd:string ; |
282 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 282 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
283 | 283 | ||
284 | ep-prodact:FluidSampling-wellhead | 284 | ep-prodact:FluidSampling-wellhead |
285 | - rdf:type owl:Class , ep-prodact:FluidSamplingType ; | 285 | + rdf:type ep-prodact:FluidSamplingType , owl:Class ; |
286 | rdfs:comment "fluid sampling and analysis that has the sample taken at the well head"^^xsd:string ; | 286 | rdfs:comment "fluid sampling and analysis that has the sample taken at the well head"^^xsd:string ; |
287 | rdfs:label "fluid sampling - wellhead"^^xsd:string ; | 287 | rdfs:label "fluid sampling - wellhead"^^xsd:string ; |
288 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . | 288 | rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . |
... | @@ -300,7 +300,7 @@ ep-prodact:FluidSamplingType | ... | @@ -300,7 +300,7 @@ ep-prodact:FluidSamplingType |
300 | rdfs:subClassOf owl:Class . | 300 | rdfs:subClassOf owl:Class . |
301 | 301 | ||
302 | ep-prodact:HSEProblem | 302 | ep-prodact:HSEProblem |
303 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 303 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
304 | rdfs:comment "activity that is an HSE problem"^^xsd:string ; | 304 | rdfs:comment "activity that is an HSE problem"^^xsd:string ; |
305 | rdfs:label "HSE problem"^^xsd:string ; | 305 | rdfs:label "HSE problem"^^xsd:string ; |
306 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 306 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
... | @@ -318,7 +318,7 @@ ep-prodact:Incident | ... | @@ -318,7 +318,7 @@ ep-prodact:Incident |
318 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 318 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
319 | 319 | ||
320 | ep-prodact:InitialWellTest | 320 | ep-prodact:InitialWellTest |
321 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 321 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
322 | rdfs:comment "well test that is the first on a well"^^xsd:string ; | 322 | rdfs:comment "well test that is the first on a well"^^xsd:string ; |
323 | rdfs:label "initial well test"^^xsd:string ; | 323 | rdfs:label "initial well test"^^xsd:string ; |
324 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 324 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
... | @@ -336,25 +336,25 @@ ep-prodact:Injury | ... | @@ -336,25 +336,25 @@ ep-prodact:Injury |
336 | rdfs:subClassOf ep-prodact:AccidentOrInjury . | 336 | rdfs:subClassOf ep-prodact:AccidentOrInjury . |
337 | 337 | ||
338 | ep-prodact:IssueBillOfLading | 338 | ep-prodact:IssueBillOfLading |
339 | - rdf:type owl:Class , ep-prodact:SalesActivityType ; | 339 | + rdf:type ep-prodact:SalesActivityType , owl:Class ; |
340 | rdfs:comment "sales activity that is issuing a bill of lading"^^xsd:string ; | 340 | rdfs:comment "sales activity that is issuing a bill of lading"^^xsd:string ; |
341 | rdfs:label "issue bill of lading"^^xsd:string ; | 341 | rdfs:label "issue bill of lading"^^xsd:string ; |
342 | rdfs:subClassOf ep-prodact:SalesActivity . | 342 | rdfs:subClassOf ep-prodact:SalesActivity . |
343 | 343 | ||
344 | ep-prodact:IssueWorkPermit | 344 | ep-prodact:IssueWorkPermit |
345 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 345 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
346 | rdfs:comment "activity that is issuing a work permit"^^xsd:string ; | 346 | rdfs:comment "activity that is issuing a work permit"^^xsd:string ; |
347 | rdfs:label "issue work permit"^^xsd:string ; | 347 | rdfs:label "issue work permit"^^xsd:string ; |
348 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 348 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
349 | 349 | ||
350 | ep-prodact:IssueWorkPermitWithSJA | 350 | ep-prodact:IssueWorkPermitWithSJA |
351 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 351 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
352 | rdfs:comment "issue a work permit with Safe Job Analysis"^^xsd:string ; | 352 | rdfs:comment "issue a work permit with Safe Job Analysis"^^xsd:string ; |
353 | rdfs:label "issue work permit with SJA"^^xsd:string ; | 353 | rdfs:label "issue work permit with SJA"^^xsd:string ; |
354 | rdfs:subClassOf ep-prodact:IssueWorkPermit . | 354 | rdfs:subClassOf ep-prodact:IssueWorkPermit . |
355 | 355 | ||
356 | ep-prodact:JobObservation | 356 | ep-prodact:JobObservation |
357 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 357 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
358 | rdfs:comment "<not defined in MPR-XSD>"^^xsd:string ; | 358 | rdfs:comment "<not defined in MPR-XSD>"^^xsd:string ; |
359 | rdfs:label "job observation"^^xsd:string ; | 359 | rdfs:label "job observation"^^xsd:string ; |
360 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 360 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
... | @@ -372,13 +372,13 @@ ep-prodact:LostTimeAccident | ... | @@ -372,13 +372,13 @@ ep-prodact:LostTimeAccident |
372 | rdfs:subClassOf ep-prodact:Injury . | 372 | rdfs:subClassOf ep-prodact:Injury . |
373 | 373 | ||
374 | ep-prodact:LostTimeIncident | 374 | ep-prodact:LostTimeIncident |
375 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 375 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
376 | 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 ; | 376 | 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 ; |
377 | rdfs:label "lost time incident"^^xsd:string ; | 377 | rdfs:label "lost time incident"^^xsd:string ; |
378 | rdfs:subClassOf ep-prodact:Injury . | 378 | rdfs:subClassOf ep-prodact:Injury . |
379 | 379 | ||
380 | ep-prodact:MaintenanceActivity | 380 | ep-prodact:MaintenanceActivity |
381 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 381 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
382 | rdfs:comment "activity that is maintenance"^^xsd:string ; | 382 | rdfs:comment "activity that is maintenance"^^xsd:string ; |
383 | rdfs:label "maintenance activity"^^xsd:string ; | 383 | rdfs:label "maintenance activity"^^xsd:string ; |
384 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 384 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
... | @@ -392,7 +392,7 @@ ep-prodact:MakeAComment | ... | @@ -392,7 +392,7 @@ ep-prodact:MakeAComment |
392 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 392 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
393 | 393 | ||
394 | ep-prodact:MakeATransaction | 394 | ep-prodact:MakeATransaction |
395 | - rdf:type owl:Class , ep-prodact:SalesActivityType ; | 395 | + rdf:type ep-prodact:SalesActivityType , owl:Class ; |
396 | rdfs:comment "sales activity that is making a transaction"^^xsd:string ; | 396 | rdfs:comment "sales activity that is making a transaction"^^xsd:string ; |
397 | rdfs:label "make a transaction"^^xsd:string ; | 397 | rdfs:label "make a transaction"^^xsd:string ; |
398 | rdfs:subClassOf ep-prodact:SalesActivity . | 398 | rdfs:subClassOf ep-prodact:SalesActivity . |
... | @@ -404,13 +404,13 @@ ep-prodact:MarineOperation | ... | @@ -404,13 +404,13 @@ ep-prodact:MarineOperation |
404 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 404 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
405 | 405 | ||
406 | ep-prodact:MarkedGasLossOfExport | 406 | ep-prodact:MarkedGasLossOfExport |
407 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 407 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
408 | rdfs:comment "activity that is not exporting gas due to marked product"^^xsd:string ; | 408 | rdfs:comment "activity that is not exporting gas due to marked product"^^xsd:string ; |
409 | rdfs:label "marked gas loss of export"^^xsd:string ; | 409 | rdfs:label "marked gas loss of export"^^xsd:string ; |
410 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 410 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
411 | 411 | ||
412 | ep-prodact:MarkedOilLossOfExport | 412 | ep-prodact:MarkedOilLossOfExport |
413 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 413 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
414 | rdfs:comment "activity that is not exporting oil due to marked product"^^xsd:string ; | 414 | rdfs:comment "activity that is not exporting oil due to marked product"^^xsd:string ; |
415 | rdfs:label "marked oil loss of export"^^xsd:string ; | 415 | rdfs:label "marked oil loss of export"^^xsd:string ; |
416 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 416 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
... | @@ -422,7 +422,7 @@ ep-prodact:MeasurePropertiesOfAFlow | ... | @@ -422,7 +422,7 @@ ep-prodact:MeasurePropertiesOfAFlow |
422 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 422 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
423 | 423 | ||
424 | ep-prodact:MeasureSplitFactors | 424 | ep-prodact:MeasureSplitFactors |
425 | - rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ; | 425 | + rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ; |
426 | rdfs:comment "activity that is measuring the fraction of a source flow that goes into different product streams"^^xsd:string ; | 426 | rdfs:comment "activity that is measuring the fraction of a source flow that goes into different product streams"^^xsd:string ; |
427 | rdfs:label "measure split factors"^^xsd:string ; | 427 | rdfs:label "measure split factors"^^xsd:string ; |
428 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 428 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
... | @@ -434,19 +434,19 @@ ep-prodact:MedicalTreatment | ... | @@ -434,19 +434,19 @@ ep-prodact:MedicalTreatment |
434 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 434 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
435 | 435 | ||
436 | ep-prodact:MedicalTreatmentInjury | 436 | ep-prodact:MedicalTreatmentInjury |
437 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 437 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
438 | rdfs:comment "injury that requires medical treatment"^^xsd:string ; | 438 | rdfs:comment "injury that requires medical treatment"^^xsd:string ; |
439 | rdfs:label "medical treatment injury"^^xsd:string ; | 439 | rdfs:label "medical treatment injury"^^xsd:string ; |
440 | rdfs:subClassOf ep-prodact:Injury . | 440 | rdfs:subClassOf ep-prodact:Injury . |
441 | 441 | ||
442 | ep-prodact:ModificationProject | 442 | ep-prodact:ModificationProject |
443 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 443 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
444 | rdfs:comment "activity that is a modification project"^^xsd:string ; | 444 | rdfs:comment "activity that is a modification project"^^xsd:string ; |
445 | rdfs:label "modification project"^^xsd:string ; | 445 | rdfs:label "modification project"^^xsd:string ; |
446 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 446 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
447 | 447 | ||
448 | ep-prodact:MonthlyProductionOperationToDate | 448 | ep-prodact:MonthlyProductionOperationToDate |
449 | - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 449 | + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
450 | 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 ; | 450 | 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 ; |
451 | rdfs:label "monthly production operation to date"^^xsd:string ; | 451 | rdfs:label "monthly production operation to date"^^xsd:string ; |
452 | rdfs:subClassOf ep-prodact:ProductionOperation . | 452 | rdfs:subClassOf ep-prodact:ProductionOperation . |
... | @@ -464,25 +464,25 @@ ep-prodact:MovementOfProductType | ... | @@ -464,25 +464,25 @@ ep-prodact:MovementOfProductType |
464 | rdfs:subClassOf owl:Class . | 464 | rdfs:subClassOf owl:Class . |
465 | 465 | ||
466 | ep-prodact:NearMiss | 466 | ep-prodact:NearMiss |
467 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 467 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
468 | 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 ; | 468 | 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 ; |
469 | rdfs:label "near miss"^^xsd:string ; | 469 | rdfs:label "near miss"^^xsd:string ; |
470 | rdfs:subClassOf ep-prodact:Incident . | 470 | rdfs:subClassOf ep-prodact:Incident . |
471 | 471 | ||
472 | ep-prodact:OperationMistakes | 472 | ep-prodact:OperationMistakes |
473 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 473 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
474 | rdfs:comment "activity that is an operation mistake"^^xsd:string ; | 474 | rdfs:comment "activity that is an operation mistake"^^xsd:string ; |
475 | rdfs:label "operation mistakes"^^xsd:string ; | 475 | rdfs:label "operation mistakes"^^xsd:string ; |
476 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 476 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
477 | 477 | ||
478 | ep-prodact:OtherReasonWellTest | 478 | ep-prodact:OtherReasonWellTest |
479 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 479 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
480 | rdfs:comment "well test that is not initial, periodic, or a revision"^^xsd:string ; | 480 | rdfs:comment "well test that is not initial, periodic, or a revision"^^xsd:string ; |
481 | rdfs:label "other reason well text"^^xsd:string ; | 481 | rdfs:label "other reason well text"^^xsd:string ; |
482 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 482 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
483 | 483 | ||
484 | ep-prodact:PeriodicWellTest | 484 | ep-prodact:PeriodicWellTest |
485 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 485 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
486 | rdfs:comment "well test that is carried out as part of a periodic testing regime"^^xsd:string ; | 486 | rdfs:comment "well test that is carried out as part of a periodic testing regime"^^xsd:string ; |
487 | rdfs:label "periodic well test"^^xsd:string ; | 487 | rdfs:label "periodic well test"^^xsd:string ; |
488 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 488 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
... | @@ -494,115 +494,115 @@ ep-prodact:PersonnelSafetyIntroduction | ... | @@ -494,115 +494,115 @@ ep-prodact:PersonnelSafetyIntroduction |
494 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 494 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
495 | 495 | ||
496 | ep-prodact:PlannedMaintenanceTurnaround | 496 | ep-prodact:PlannedMaintenanceTurnaround |
497 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 497 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
498 | rdfs:comment "activity that is a planned maintenance turnaround"^^xsd:string ; | 498 | rdfs:comment "activity that is a planned maintenance turnaround"^^xsd:string ; |
499 | rdfs:label "planned maintenace turnaround"^^xsd:string ; | 499 | rdfs:label "planned maintenace turnaround"^^xsd:string ; |
500 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 500 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
501 | 501 | ||
502 | ep-prodact:PowerStationFailure | 502 | ep-prodact:PowerStationFailure |
503 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 503 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
504 | rdfs:comment "activity that is the failure of a power station"^^xsd:string ; | 504 | rdfs:comment "activity that is the failure of a power station"^^xsd:string ; |
505 | rdfs:label "power station failure"^^xsd:string ; | 505 | rdfs:label "power station failure"^^xsd:string ; |
506 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . | 506 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . |
507 | 507 | ||
508 | ep-prodact:PreventiveMaintenanceTopside | 508 | ep-prodact:PreventiveMaintenanceTopside |
509 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 509 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
510 | rdfs:comment "activity that is preventive maintenance topside"^^xsd:string ; | 510 | rdfs:comment "activity that is preventive maintenance topside"^^xsd:string ; |
511 | rdfs:label "preventive maintenace topside"^^xsd:string ; | 511 | rdfs:label "preventive maintenace topside"^^xsd:string ; |
512 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 512 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
513 | 513 | ||
514 | ep-prodact:ProcessAndOperationProblem | 514 | ep-prodact:ProcessAndOperationProblem |
515 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 515 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
516 | rdfs:comment "activity that is a process and operation problem"^^xsd:string ; | 516 | rdfs:comment "activity that is a process and operation problem"^^xsd:string ; |
517 | rdfs:label "process and operation problem"^^xsd:string ; | 517 | rdfs:label "process and operation problem"^^xsd:string ; |
518 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 518 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
519 | 519 | ||
520 | ep-prodact:ProductCompletedLifting | 520 | ep-prodact:ProductCompletedLifting |
521 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 521 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
522 | rdfs:comment "movement of product that is exported from a stock within a given time period (source: MPR-XSD)"^^xsd:string ; | 522 | rdfs:comment "movement of product that is exported from a stock within a given time period (source: MPR-XSD)"^^xsd:string ; |
523 | rdfs:label "product completed lifting"^^xsd:string ; | 523 | rdfs:label "product completed lifting"^^xsd:string ; |
524 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 524 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
525 | 525 | ||
526 | ep-prodact:ProductGain-Loss | 526 | ep-prodact:ProductGain-Loss |
527 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 527 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
528 | 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 ; | 528 | 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 ; |
529 | rdfs:label "product gain/loss"^^xsd:string ; | 529 | rdfs:label "product gain/loss"^^xsd:string ; |
530 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 530 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
531 | 531 | ||
532 | ep-prodact:ProductInputToStorage | 532 | ep-prodact:ProductInputToStorage |
533 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 533 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
534 | rdfs:comment "movement of product that is addition to a stock within a given time period (source: MPR-XSD)"^^xsd:string ; | 534 | rdfs:comment "movement of product that is addition to a stock within a given time period (source: MPR-XSD)"^^xsd:string ; |
535 | rdfs:label "product input to storage"^^xsd:string ; | 535 | rdfs:label "product input to storage"^^xsd:string ; |
536 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 536 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
537 | 537 | ||
538 | ep-prodact:ProductLifted | 538 | ep-prodact:ProductLifted |
539 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 539 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
540 | rdfs:comment "movement of product that is from storage"^^xsd:string ; | 540 | rdfs:comment "movement of product that is from storage"^^xsd:string ; |
541 | rdfs:label "product lifted"^^xsd:string ; | 541 | rdfs:label "product lifted"^^xsd:string ; |
542 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 542 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
543 | 543 | ||
544 | ep-prodact:ProductLiftingEntitlement | 544 | ep-prodact:ProductLiftingEntitlement |
545 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 545 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
546 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 546 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
547 | rdfs:label "product lifting entitlement"^^xsd:string ; | 547 | rdfs:label "product lifting entitlement"^^xsd:string ; |
548 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 548 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
549 | 549 | ||
550 | ep-prodact:ProductLiftingEntitlementRemaining | 550 | ep-prodact:ProductLiftingEntitlementRemaining |
551 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 551 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
552 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 552 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
553 | rdfs:label "product lifting entitlement remaining"^^xsd:string ; | 553 | rdfs:label "product lifting entitlement remaining"^^xsd:string ; |
554 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 554 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
555 | 555 | ||
556 | ep-prodact:ProductLinePack | 556 | ep-prodact:ProductLinePack |
557 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 557 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
558 | 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 ; | 558 | 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 ; |
559 | rdfs:label "product line pack"^^xsd:string ; | 559 | rdfs:label "product line pack"^^xsd:string ; |
560 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 560 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
561 | 561 | ||
562 | ep-prodact:ProductMassAdjustment | 562 | ep-prodact:ProductMassAdjustment |
563 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 563 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
564 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 564 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
565 | rdfs:label "product mass adjustment"^^xsd:string ; | 565 | rdfs:label "product mass adjustment"^^xsd:string ; |
566 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 566 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
567 | 567 | ||
568 | ep-prodact:ProductPartialLifting | 568 | ep-prodact:ProductPartialLifting |
569 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 569 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
570 | rdfs:comment "movement of product that is a lifting up to a (not completed) determined point in time (source: MPR-XSD)"^^xsd:string ; | 570 | rdfs:comment "movement of product that is a lifting up to a (not completed) determined point in time (source: MPR-XSD)"^^xsd:string ; |
571 | rdfs:label "product partial lifting"^^xsd:string ; | 571 | rdfs:label "product partial lifting"^^xsd:string ; |
572 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 572 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
573 | 573 | ||
574 | ep-prodact:ProductPipelineLifting | 574 | ep-prodact:ProductPipelineLifting |
575 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 575 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
576 | rdfs:comment "movement of product that is exported from a stock by a pipeline"^^xsd:string ; | 576 | rdfs:comment "movement of product that is exported from a stock by a pipeline"^^xsd:string ; |
577 | rdfs:label "product pipeline lifting"^^xsd:string ; | 577 | rdfs:label "product pipeline lifting"^^xsd:string ; |
578 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 578 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
579 | 579 | ||
580 | ep-prodact:ProductProductionImbalance | 580 | ep-prodact:ProductProductionImbalance |
581 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 581 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
582 | 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 ; | 582 | 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 ; |
583 | rdfs:label "product production imbalance"^^xsd:string ; | 583 | rdfs:label "product production imbalance"^^xsd:string ; |
584 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 584 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
585 | 585 | ||
586 | ep-prodact:ProductSwap | 586 | ep-prodact:ProductSwap |
587 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 587 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
588 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 588 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
589 | rdfs:label "product swap"^^xsd:string ; | 589 | rdfs:label "product swap"^^xsd:string ; |
590 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 590 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
591 | 591 | ||
592 | ep-prodact:ProductTankerLifting | 592 | ep-prodact:ProductTankerLifting |
593 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 593 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
594 | rdfs:comment "movement of product that is exported from a stock by a tanker"^^xsd:string ; | 594 | rdfs:comment "movement of product that is exported from a stock by a tanker"^^xsd:string ; |
595 | rdfs:label "product tanker lifting"^^xsd:string ; | 595 | rdfs:label "product tanker lifting"^^xsd:string ; |
596 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 596 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
597 | 597 | ||
598 | ep-prodact:ProductTransaction | 598 | ep-prodact:ProductTransaction |
599 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 599 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
600 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 600 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
601 | rdfs:label "product transaction"^^xsd:string ; | 601 | rdfs:label "product transaction"^^xsd:string ; |
602 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 602 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
603 | 603 | ||
604 | ep-prodact:ProductTransfer | 604 | ep-prodact:ProductTransfer |
605 | - rdf:type owl:Class , ep-prodact:MovementOfProductType ; | 605 | + rdf:type ep-prodact:MovementOfProductType , owl:Class ; |
606 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; | 606 | rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; |
607 | rdfs:label "product transfer"^^xsd:string ; | 607 | rdfs:label "product transfer"^^xsd:string ; |
608 | rdfs:subClassOf ep-prodact:MovementOfProduct . | 608 | rdfs:subClassOf ep-prodact:MovementOfProduct . |
... | @@ -614,7 +614,7 @@ ep-prodact:ProductionActivityType | ... | @@ -614,7 +614,7 @@ ep-prodact:ProductionActivityType |
614 | rdfs:subClassOf owl:Class . | 614 | rdfs:subClassOf owl:Class . |
615 | 615 | ||
616 | ep-prodact:ProductionOperation | 616 | ep-prodact:ProductionOperation |
617 | - rdf:type owl:Class , ep-prodact:ProductionActivityType ; | 617 | + rdf:type ep-prodact:ProductionActivityType , owl:Class ; |
618 | rdfs:comment "production activity that is all of what is done in the operation of a facility during a period"^^xsd:string ; | 618 | rdfs:comment "production activity that is all of what is done in the operation of a facility during a period"^^xsd:string ; |
619 | rdfs:label "production operation"^^xsd:string ; | 619 | rdfs:label "production operation"^^xsd:string ; |
620 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 620 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
... | @@ -643,13 +643,13 @@ ep-prodact:ProductionOperationProcessingLoss | ... | @@ -643,13 +643,13 @@ ep-prodact:ProductionOperationProcessingLoss |
643 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 643 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
644 | 644 | ||
645 | ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason | 645 | ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason |
646 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 646 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
647 | rdfs:comment "activity that is a production operation processing loss without a specified reason"^^xsd:string ; | 647 | rdfs:comment "activity that is a production operation processing loss without a specified reason"^^xsd:string ; |
648 | rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ; | 648 | rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ; |
649 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 649 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
650 | 650 | ||
651 | ep-prodact:ProductionOperationProcessingRegulatoryReference | 651 | ep-prodact:ProductionOperationProcessingRegulatoryReference |
652 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 652 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
653 | rdfs:comment "activity that is a production operation processing regulatory reference"^^xsd:string ; | 653 | rdfs:comment "activity that is a production operation processing regulatory reference"^^xsd:string ; |
654 | rdfs:label "production operation processing regulatory reference"^^xsd:string ; | 654 | rdfs:label "production operation processing regulatory reference"^^xsd:string ; |
655 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 655 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
... | @@ -673,25 +673,25 @@ ep-prodact:ReasonForLossOfProcessingType | ... | @@ -673,25 +673,25 @@ ep-prodact:ReasonForLossOfProcessingType |
673 | rdfs:subClassOf owl:Class . | 673 | rdfs:subClassOf owl:Class . |
674 | 674 | ||
675 | ep-prodact:ReleaseToAir | 675 | ep-prodact:ReleaseToAir |
676 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 676 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
677 | rdfs:comment "spill or leak that is to air"^^xsd:string ; | 677 | rdfs:comment "spill or leak that is to air"^^xsd:string ; |
678 | rdfs:label "release to air"^^xsd:string ; | 678 | rdfs:label "release to air"^^xsd:string ; |
679 | rdfs:subClassOf ep-prodact:SpillOrLeak . | 679 | rdfs:subClassOf ep-prodact:SpillOrLeak . |
680 | 680 | ||
681 | ep-prodact:ReleaseToWater | 681 | ep-prodact:ReleaseToWater |
682 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 682 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
683 | rdfs:comment "spill or leak that is to water"^^xsd:string ; | 683 | rdfs:comment "spill or leak that is to water"^^xsd:string ; |
684 | rdfs:label "release to water"^^xsd:string ; | 684 | rdfs:label "release to water"^^xsd:string ; |
685 | rdfs:subClassOf ep-prodact:SpillOrLeak . | 685 | rdfs:subClassOf ep-prodact:SpillOrLeak . |
686 | 686 | ||
687 | ep-prodact:ReportHazard | 687 | ep-prodact:ReportHazard |
688 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 688 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
689 | rdfs:comment "activity that is making a formal report of a hazard"^^xsd:string ; | 689 | rdfs:comment "activity that is making a formal report of a hazard"^^xsd:string ; |
690 | rdfs:label "report hazard"^^xsd:string ; | 690 | rdfs:label "report hazard"^^xsd:string ; |
691 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 691 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
692 | 692 | ||
693 | ep-prodact:ReservoirLoss | 693 | ep-prodact:ReservoirLoss |
694 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 694 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
695 | rdfs:comment "activity that is a reservoir loss"^^xsd:string ; | 695 | rdfs:comment "activity that is a reservoir loss"^^xsd:string ; |
696 | rdfs:label "reservoir loss"^^xsd:string ; | 696 | rdfs:label "reservoir loss"^^xsd:string ; |
697 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 697 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
... | @@ -703,13 +703,13 @@ ep-prodact:RestrictedWork | ... | @@ -703,13 +703,13 @@ ep-prodact:RestrictedWork |
703 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 703 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
704 | 704 | ||
705 | ep-prodact:RestrictedWorkInjury | 705 | ep-prodact:RestrictedWorkInjury |
706 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 706 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
707 | rdfs:comment "injury that results in a reduction in ability to work"^^xsd:string ; | 707 | rdfs:comment "injury that results in a reduction in ability to work"^^xsd:string ; |
708 | rdfs:label "restricted work injury"^^xsd:string ; | 708 | rdfs:label "restricted work injury"^^xsd:string ; |
709 | rdfs:subClassOf ep-prodact:Injury . | 709 | rdfs:subClassOf ep-prodact:Injury . |
710 | 710 | ||
711 | ep-prodact:RevisionWellTest | 711 | ep-prodact:RevisionWellTest |
712 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 712 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
713 | rdfs:comment "well test that is <not defined in MPR-XSD>"^^xsd:string ; | 713 | rdfs:comment "well test that is <not defined in MPR-XSD>"^^xsd:string ; |
714 | rdfs:label "revision well test"^^xsd:string ; | 714 | rdfs:label "revision well test"^^xsd:string ; |
715 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 715 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
... | @@ -727,7 +727,7 @@ ep-prodact:SafetyConsideration | ... | @@ -727,7 +727,7 @@ ep-prodact:SafetyConsideration |
727 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 727 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
728 | 728 | ||
729 | ep-prodact:SafetyMeeting | 729 | ep-prodact:SafetyMeeting |
730 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 730 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
731 | rdfs:comment "activity that is a safety meeting"^^xsd:string ; | 731 | rdfs:comment "activity that is a safety meeting"^^xsd:string ; |
732 | rdfs:label "safety meeting"^^xsd:string ; | 732 | rdfs:label "safety meeting"^^xsd:string ; |
733 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 733 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
... | @@ -745,13 +745,13 @@ ep-prodact:SalesActivityType | ... | @@ -745,13 +745,13 @@ ep-prodact:SalesActivityType |
745 | rdfs:subClassOf owl:Class . | 745 | rdfs:subClassOf owl:Class . |
746 | 746 | ||
747 | ep-prodact:SentAshore | 747 | ep-prodact:SentAshore |
748 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 748 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
749 | rdfs:comment "activity that is sending a person ashore"^^xsd:string ; | 749 | rdfs:comment "activity that is sending a person ashore"^^xsd:string ; |
750 | rdfs:label "sent ashore"^^xsd:string ; | 750 | rdfs:label "sent ashore"^^xsd:string ; |
751 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 751 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
752 | 752 | ||
753 | ep-prodact:SevereAccident | 753 | ep-prodact:SevereAccident |
754 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 754 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
755 | rdfs:comment "accident that challenges safety systems at a level much higher than expected (source: MPR-XSD)"^^xsd:string ; | 755 | rdfs:comment "accident that challenges safety systems at a level much higher than expected (source: MPR-XSD)"^^xsd:string ; |
756 | rdfs:label "severe accident"^^xsd:string ; | 756 | rdfs:label "severe accident"^^xsd:string ; |
757 | rdfs:subClassOf ep-prodact:AccidentOrInjury . | 757 | rdfs:subClassOf ep-prodact:AccidentOrInjury . |
... | @@ -763,13 +763,13 @@ ep-prodact:ShutdownProduction | ... | @@ -763,13 +763,13 @@ ep-prodact:ShutdownProduction |
763 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 763 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
764 | 764 | ||
765 | ep-prodact:SickOnBoard | 765 | ep-prodact:SickOnBoard |
766 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 766 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
767 | rdfs:comment "activity that is a person being ill on board"^^xsd:string ; | 767 | rdfs:comment "activity that is a person being ill on board"^^xsd:string ; |
768 | rdfs:label "sick on board"^^xsd:string ; | 768 | rdfs:label "sick on board"^^xsd:string ; |
769 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 769 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
770 | 770 | ||
771 | ep-prodact:SpillOrLeak | 771 | ep-prodact:SpillOrLeak |
772 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 772 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
773 | rdfs:comment "incident that is a spill or leak"^^xsd:string ; | 773 | rdfs:comment "incident that is a spill or leak"^^xsd:string ; |
774 | rdfs:label "spill or leak"^^xsd:string ; | 774 | rdfs:label "spill or leak"^^xsd:string ; |
775 | rdfs:subClassOf ep-prodact:Incident . | 775 | rdfs:subClassOf ep-prodact:Incident . |
... | @@ -787,7 +787,7 @@ ep-prodact:StandbyVesselOperation | ... | @@ -787,7 +787,7 @@ ep-prodact:StandbyVesselOperation |
787 | rdfs:subClassOf ep-prodact:MarineOperation . | 787 | rdfs:subClassOf ep-prodact:MarineOperation . |
788 | 788 | ||
789 | ep-prodact:StrikeOrLockout | 789 | ep-prodact:StrikeOrLockout |
790 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 790 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
791 | rdfs:comment "activity that is a strike or lock-out"^^xsd:string ; | 791 | rdfs:comment "activity that is a strike or lock-out"^^xsd:string ; |
792 | rdfs:label "strike or lock-out"^^xsd:string ; | 792 | rdfs:label "strike or lock-out"^^xsd:string ; |
793 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 793 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
... | @@ -799,67 +799,67 @@ ep-prodact:SupplyShipOperation | ... | @@ -799,67 +799,67 @@ ep-prodact:SupplyShipOperation |
799 | rdfs:subClassOf ep-prodact:MarineOperation . | 799 | rdfs:subClassOf ep-prodact:MarineOperation . |
800 | 800 | ||
801 | ep-prodact:TestingAndLogging | 801 | ep-prodact:TestingAndLogging |
802 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 802 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
803 | rdfs:comment "activity that is testing and logging"^^xsd:string ; | 803 | rdfs:comment "activity that is testing and logging"^^xsd:string ; |
804 | rdfs:label "testing and logging"^^xsd:string ; | 804 | rdfs:label "testing and logging"^^xsd:string ; |
805 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 805 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
806 | 806 | ||
807 | ep-prodact:ThirdPartyProcessingLoss | 807 | ep-prodact:ThirdPartyProcessingLoss |
808 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 808 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
809 | rdfs:comment "activity that is a third party processing loss"^^xsd:string ; | 809 | rdfs:comment "activity that is a third party processing loss"^^xsd:string ; |
810 | rdfs:label "third party processing loss"^^xsd:string ; | 810 | rdfs:label "third party processing loss"^^xsd:string ; |
811 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 811 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
812 | 812 | ||
813 | ep-prodact:TopsideEquipmentFailureMaintenance | 813 | ep-prodact:TopsideEquipmentFailureMaintenance |
814 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 814 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
815 | rdfs:comment "activity that is an topside equipment failure and maintenance"^^xsd:string ; | 815 | rdfs:comment "activity that is an topside equipment failure and maintenance"^^xsd:string ; |
816 | rdfs:label "topside equipment failure maintenance"^^xsd:string ; | 816 | rdfs:label "topside equipment failure maintenance"^^xsd:string ; |
817 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 817 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
818 | 818 | ||
819 | ep-prodact:TrafficAccident | 819 | ep-prodact:TrafficAccident |
820 | - rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 820 | + rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
821 | rdfs:comment "accident that involves one or more moving vehicles"^^xsd:string ; | 821 | rdfs:comment "accident that involves one or more moving vehicles"^^xsd:string ; |
822 | rdfs:label "traffic accident"^^xsd:string ; | 822 | rdfs:label "traffic accident"^^xsd:string ; |
823 | rdfs:subClassOf ep-prodact:AccidentOrInjury . | 823 | rdfs:subClassOf ep-prodact:AccidentOrInjury . |
824 | 824 | ||
825 | ep-prodact:UnavailableTankerStorage | 825 | ep-prodact:UnavailableTankerStorage |
826 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 826 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
827 | rdfs:comment "activity that is unavailable tanker storage"^^xsd:string ; | 827 | rdfs:comment "activity that is unavailable tanker storage"^^xsd:string ; |
828 | rdfs:label "unavailable tanker storage"^^xsd:string ; | 828 | rdfs:label "unavailable tanker storage"^^xsd:string ; |
829 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 829 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
830 | 830 | ||
831 | ep-prodact:UnknownReasonWellTest | 831 | ep-prodact:UnknownReasonWellTest |
832 | - rdf:type owl:Class , ep-prodact:WellTestReasonType ; | 832 | + rdf:type ep-prodact:WellTestReasonType , owl:Class ; |
833 | rdfs:comment "well test that is carried out for a reason that is not recorded"^^xsd:string ; | 833 | rdfs:comment "well test that is carried out for a reason that is not recorded"^^xsd:string ; |
834 | rdfs:label "unknown reason well test"^^xsd:string ; | 834 | rdfs:label "unknown reason well test"^^xsd:string ; |
835 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . | 835 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . |
836 | 836 | ||
837 | ep-prodact:WeatherProblem | 837 | ep-prodact:WeatherProblem |
838 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 838 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
839 | rdfs:comment "activity that is a weather problem"^^xsd:string ; | 839 | rdfs:comment "activity that is a weather problem"^^xsd:string ; |
840 | rdfs:label "weather problem"^^xsd:string ; | 840 | rdfs:label "weather problem"^^xsd:string ; |
841 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 841 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
842 | 842 | ||
843 | ep-prodact:WellEquipmentFailureMaintenance | 843 | ep-prodact:WellEquipmentFailureMaintenance |
844 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 844 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
845 | rdfs:comment "activity that is well equipment failure and maintenance"^^xsd:string ; | 845 | rdfs:comment "activity that is well equipment failure and maintenance"^^xsd:string ; |
846 | rdfs:label "well equipment failure maintenance"^^xsd:string ; | 846 | rdfs:label "well equipment failure maintenance"^^xsd:string ; |
847 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 847 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
848 | 848 | ||
849 | ep-prodact:WellPlannedOperations | 849 | ep-prodact:WellPlannedOperations |
850 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 850 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
851 | rdfs:comment "activity that is well planned operations"^^xsd:string ; | 851 | rdfs:comment "activity that is well planned operations"^^xsd:string ; |
852 | rdfs:label "well planned operations"^^xsd:string ; | 852 | rdfs:label "well planned operations"^^xsd:string ; |
853 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 853 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
854 | 854 | ||
855 | ep-prodact:WellPreventiveMaintenance | 855 | ep-prodact:WellPreventiveMaintenance |
856 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 856 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
857 | rdfs:comment "activity that is well preventive maintenance"^^xsd:string ; | 857 | rdfs:comment "activity that is well preventive maintenance"^^xsd:string ; |
858 | rdfs:label "well preventive maintenance"^^xsd:string ; | 858 | rdfs:label "well preventive maintenance"^^xsd:string ; |
859 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 859 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
860 | 860 | ||
861 | ep-prodact:WellProblems | 861 | ep-prodact:WellProblems |
862 | - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; | 862 | + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; |
863 | rdfs:comment "activity that is well problems"^^xsd:string ; | 863 | rdfs:comment "activity that is well problems"^^xsd:string ; |
864 | rdfs:label "well problems"^^xsd:string ; | 864 | rdfs:label "well problems"^^xsd:string ; |
865 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . | 865 | rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . |
... | @@ -876,54 +876,46 @@ ep-prodact:accountNumber | ... | @@ -876,54 +876,46 @@ ep-prodact:accountNumber |
876 | rdfs:domain ep-prodact:SalesActivity ; | 876 | rdfs:domain ep-prodact:SalesActivity ; |
877 | rdfs:label "account number"^^xsd:string . | 877 | rdfs:label "account number"^^xsd:string . |
878 | 878 | ||
879 | +ep-prodact:acquiresDataAbout | ||
880 | + rdf:type owl:ObjectProperty ; | ||
881 | + rdfs:comment "physical thing about which a data acquisition activity acquires data"^^xsd:string ; | ||
882 | + rdfs:domain ep-prodact:DataAcquisitionActivity ; | ||
883 | + rdfs:label "acquires data about"^^xsd:string ; | ||
884 | + rdfs:range ep-core:PhysicalThing . | ||
885 | + | ||
879 | ep-prodact:alertUpon | 886 | ep-prodact:alertUpon |
880 | rdf:type owl:ObjectProperty ; | 887 | rdf:type owl:ObjectProperty ; |
888 | + rdfs:comment "thing that an alert is raised upon"^^xsd:string ; | ||
881 | rdfs:domain ep-prodact:RaiseAnAlert ; | 889 | rdfs:domain ep-prodact:RaiseAnAlert ; |
882 | rdfs:label "alert upon"^^xsd:string ; | 890 | rdfs:label "alert upon"^^xsd:string ; |
883 | rdfs:range owl:Thing . | 891 | rdfs:range owl:Thing . |
884 | 892 | ||
885 | -ep-prodact:ammoniumDensity | ||
886 | - rdf:type owl:ObjectProperty ; | ||
887 | - rdfs:range ep-core:Density . | ||
888 | - | ||
889 | -ep-prodact:amountOfOil | ||
890 | - rdf:type owl:ObjectProperty ; | ||
891 | - rdfs:range ep-core:Mass . | ||
892 | - | ||
893 | ep-prodact:buyer | 893 | ep-prodact:buyer |
894 | rdf:type owl:ObjectProperty ; | 894 | rdf:type owl:ObjectProperty ; |
895 | + rdfs:comment "person or organization that is the buyer in a sales activity"^^xsd:string ; | ||
895 | rdfs:domain ep-prodact:SalesActivity ; | 896 | rdfs:domain ep-prodact:SalesActivity ; |
896 | rdfs:label "buyer"^^xsd:string ; | 897 | rdfs:label "buyer"^^xsd:string ; |
897 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . | 898 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . |
898 | 899 | ||
899 | ep-prodact:cargoBatchNumber | 900 | ep-prodact:cargoBatchNumber |
900 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 901 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
901 | rdfs:comment "identifier for a batch of cargo"^^xsd:string ; | 902 | rdfs:comment "identifier for a batch of cargo"^^xsd:string ; |
902 | rdfs:domain ep-material:BatchOfCargo ; | 903 | rdfs:domain ep-material:BatchOfCargo ; |
903 | rdfs:label "cargo batch number"^^xsd:string . | 904 | rdfs:label "cargo batch number"^^xsd:string . |
904 | 905 | ||
905 | -ep-prodact:cargoLoaded | ||
906 | - rdf:type owl:ObjectProperty ; | ||
907 | - rdfs:domain ep-prodact:CargoShipOperation ; | ||
908 | - rdfs:label "cargo loaded"^^xsd:string ; | ||
909 | - rdfs:range ep-core:PhysicalObject . | ||
910 | - | ||
911 | ep-prodact:cargoNumber | 906 | ep-prodact:cargoNumber |
912 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 907 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
913 | rdfs:comment "identifier of a cargo"^^xsd:string ; | 908 | rdfs:comment "identifier of a cargo"^^xsd:string ; |
914 | rdfs:domain ep-material:QuantityOfMaterial ; | 909 | rdfs:domain ep-material:QuantityOfMaterial ; |
915 | rdfs:label "cargo number"^^xsd:string . | 910 | rdfs:label "cargo number"^^xsd:string . |
916 | 911 | ||
917 | ep-prodact:causedBy | 912 | ep-prodact:causedBy |
918 | rdf:type owl:ObjectProperty ; | 913 | rdf:type owl:ObjectProperty ; |
914 | + rdfs:comment "activity that causes another"^^xsd:string ; | ||
919 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | 915 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; |
920 | rdfs:label "caused by"^^xsd:string ; | 916 | rdfs:label "caused by"^^xsd:string ; |
921 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . | 917 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . |
922 | 918 | ||
923 | -ep-prodact:classificationBySafetyActivityType | ||
924 | - rdf:type owl:ObjectProperty ; | ||
925 | - rdfs:range ep-prodact:SafetyActivityType . | ||
926 | - | ||
927 | ep-prodact:commentMade | 919 | ep-prodact:commentMade |
928 | rdf:type owl:DatatypeProperty ; | 920 | rdf:type owl:DatatypeProperty ; |
929 | rdfs:domain ep-prodact:MakeAComment ; | 921 | rdfs:domain ep-prodact:MakeAComment ; |
... | @@ -931,25 +923,18 @@ ep-prodact:commentMade | ... | @@ -931,25 +923,18 @@ ep-prodact:commentMade |
931 | 923 | ||
932 | ep-prodact:commentUpon | 924 | ep-prodact:commentUpon |
933 | rdf:type owl:ObjectProperty ; | 925 | rdf:type owl:ObjectProperty ; |
926 | + rdfs:comment "thing that a comment is made upon"^^xsd:string ; | ||
934 | rdfs:domain ep-prodact:MakeAComment ; | 927 | rdfs:domain ep-prodact:MakeAComment ; |
935 | rdfs:label "comment upon"^^xsd:string ; | 928 | rdfs:label "comment upon"^^xsd:string ; |
936 | rdfs:range owl:Thing . | 929 | rdfs:range owl:Thing . |
937 | 930 | ||
938 | ep-prodact:commentator | 931 | ep-prodact:commentator |
939 | rdf:type owl:ObjectProperty ; | 932 | rdf:type owl:ObjectProperty ; |
933 | + rdfs:comment "person that makes a comment"^^xsd:string ; | ||
940 | rdfs:domain ep-prodact:MakeAComment ; | 934 | rdfs:domain ep-prodact:MakeAComment ; |
941 | rdfs:label "commentator"^^xsd:string ; | 935 | rdfs:label "commentator"^^xsd:string ; |
942 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Person> . | 936 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Person> . |
943 | 937 | ||
944 | -ep-prodact:coulterCounter | ||
945 | - rdf:type owl:ObjectProperty ; | ||
946 | - rdfs:range ep-core:MassPerMass . | ||
947 | - | ||
948 | -ep-prodact:describes | ||
949 | - rdf:type owl:ObjectProperty ; | ||
950 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | ||
951 | - rdfs:range ep-core:PhysicalThing . | ||
952 | - | ||
953 | ep-prodact:descriptionOfSource | 938 | ep-prodact:descriptionOfSource |
954 | rdf:type owl:DatatypeProperty ; | 939 | rdf:type owl:DatatypeProperty ; |
955 | rdfs:domain ep-prodact:DataAcquisitionActivity ; | 940 | rdfs:domain ep-prodact:DataAcquisitionActivity ; |
... | @@ -963,28 +948,28 @@ ep-prodact:destination | ... | @@ -963,28 +948,28 @@ ep-prodact:destination |
963 | 948 | ||
964 | ep-prodact:facilityShutdown | 949 | ep-prodact:facilityShutdown |
965 | rdf:type owl:ObjectProperty ; | 950 | rdf:type owl:ObjectProperty ; |
951 | + rdfs:comment "facility that is shut down by a shut down production activity"^^xsd:string ; | ||
966 | rdfs:domain ep-prodact:ShutdownProduction ; | 952 | rdfs:domain ep-prodact:ShutdownProduction ; |
967 | rdfs:label "facility shutdown"^^xsd:string ; | 953 | rdfs:label "facility shutdown"^^xsd:string ; |
968 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . | 954 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . |
969 | 955 | ||
970 | -ep-prodact:glycolDensity | ||
971 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | ||
972 | - rdfs:range ep-core:Density . | ||
973 | - | ||
974 | ep-prodact:hasDischargeFlow | 956 | ep-prodact:hasDischargeFlow |
975 | rdf:type owl:ObjectProperty ; | 957 | rdf:type owl:ObjectProperty ; |
958 | + rdfs:comment "flow that is discharged by a discharge water activity"^^xsd:string ; | ||
976 | rdfs:domain ep-prodact:DischargeWater ; | 959 | rdfs:domain ep-prodact:DischargeWater ; |
977 | rdfs:label "has discharge flow"^^xsd:string ; | 960 | rdfs:label "has discharge flow"^^xsd:string ; |
978 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . | 961 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . |
979 | 962 | ||
980 | ep-prodact:hasGasLiftChoke | 963 | ep-prodact:hasGasLiftChoke |
981 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 964 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
965 | + rdfs:comment "gas lift choke for a well test activity"^^xsd:string ; | ||
982 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; | 966 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; |
983 | rdfs:label "has gas lift choke"^^xsd:string ; | 967 | rdfs:label "has gas lift choke"^^xsd:string ; |
984 | rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> . | 968 | rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> . |
985 | 969 | ||
986 | ep-prodact:hasLastPartOfTypeRemainingActivityPair | 970 | ep-prodact:hasLastPartOfTypeRemainingActivityPair |
987 | rdf:type owl:ObjectProperty ; | 971 | rdf:type owl:ObjectProperty ; |
972 | + rdfs:comment "last part of type - remaining activity pair for an activity"^^xsd:string ; | ||
988 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | 973 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; |
989 | rdfs:label "has last part of type - remaining activity pair"^^xsd:string ; | 974 | rdfs:label "has last part of type - remaining activity pair"^^xsd:string ; |
990 | rdfs:range ep-prodact:LastPartOfTypeRemainingActivityPair . | 975 | rdfs:range ep-prodact:LastPartOfTypeRemainingActivityPair . |
... | @@ -996,7 +981,8 @@ ep-prodact:hasPredecessor | ... | @@ -996,7 +981,8 @@ ep-prodact:hasPredecessor |
996 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . | 981 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . |
997 | 982 | ||
998 | ep-prodact:hasShutInPressure | 983 | ep-prodact:hasShutInPressure |
999 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 984 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
985 | + rdfs:comment "pressure that is the shut-in pressure for a well test"^^xsd:string ; | ||
1000 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; | 986 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; |
1001 | rdfs:label "has shut-in pressure"^^xsd:string ; | 987 | rdfs:label "has shut-in pressure"^^xsd:string ; |
1002 | rdfs:range ep-core:Pressure . | 988 | rdfs:range ep-core:Pressure . |
... | @@ -1008,31 +994,35 @@ ep-prodact:hasValidPredecessor | ... | @@ -1008,31 +994,35 @@ ep-prodact:hasValidPredecessor |
1008 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . | 994 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . |
1009 | 995 | ||
1010 | ep-prodact:injectionWellTestMaximumAnnularPressure | 996 | ep-prodact:injectionWellTestMaximumAnnularPressure |
1011 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 997 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
998 | + rdfs:comment "pressure that is the maximum annular pressure for an injection well test"^^xsd:string ; | ||
1012 | rdfs:domain ep-prodact:InjectionWellTest ; | 999 | rdfs:domain ep-prodact:InjectionWellTest ; |
1013 | rdfs:label "injection well test maximum annular pressure"^^xsd:string ; | 1000 | rdfs:label "injection well test maximum annular pressure"^^xsd:string ; |
1014 | rdfs:range ep-core:Pressure . | 1001 | rdfs:range ep-core:Pressure . |
1015 | 1002 | ||
1016 | ep-prodact:injectionWellTestMinimumAnnularPressure | 1003 | ep-prodact:injectionWellTestMinimumAnnularPressure |
1017 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1004 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
1005 | + rdfs:comment "pressure that is the minimum annular pressure for an injection well test"^^xsd:string ; | ||
1018 | rdfs:domain ep-prodact:InjectionWellTest ; | 1006 | rdfs:domain ep-prodact:InjectionWellTest ; |
1019 | rdfs:label "injection well test minimum annular pressure"^^xsd:string ; | 1007 | rdfs:label "injection well test minimum annular pressure"^^xsd:string ; |
1020 | rdfs:range ep-core:Pressure . | 1008 | rdfs:range ep-core:Pressure . |
1021 | 1009 | ||
1022 | ep-prodact:injectionWellTestWellheadFlowingPressure | 1010 | ep-prodact:injectionWellTestWellheadFlowingPressure |
1023 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1011 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
1012 | + rdfs:comment "pressure that is the flowing pressure at the wellhead for an injection well test"^^xsd:string ; | ||
1024 | rdfs:domain ep-prodact:InjectionWellTest ; | 1013 | rdfs:domain ep-prodact:InjectionWellTest ; |
1025 | rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; | 1014 | rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; |
1026 | rdfs:range ep-core:Pressure . | 1015 | rdfs:range ep-core:Pressure . |
1027 | 1016 | ||
1028 | ep-prodact:injectionWellTestWellheadMaximumPressure | 1017 | ep-prodact:injectionWellTestWellheadMaximumPressure |
1029 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1018 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
1019 | + rdfs:comment "pressure that is the maximum pressure at the wellhead for an injection well test"^^xsd:string ; | ||
1030 | rdfs:domain ep-prodact:InjectionWellTest ; | 1020 | rdfs:domain ep-prodact:InjectionWellTest ; |
1031 | rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; | 1021 | rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; |
1032 | rdfs:range ep-core:Pressure . | 1022 | rdfs:range ep-core:Pressure . |
1033 | 1023 | ||
1034 | ep-prodact:lastPartOfTypeDefiningType | 1024 | ep-prodact:lastPartOfTypeDefiningType |
1035 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1025 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1036 | rdfs:comment "class of activity that the last part of type is a member of"^^xsd:string ; | 1026 | rdfs:comment "class of activity that the last part of type is a member of"^^xsd:string ; |
1037 | rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; | 1027 | rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; |
1038 | rdfs:label "last part of type defining type"^^xsd:string ; | 1028 | rdfs:label "last part of type defining type"^^xsd:string ; |
... | @@ -1040,46 +1030,42 @@ ep-prodact:lastPartOfTypeDefiningType | ... | @@ -1040,46 +1030,42 @@ ep-prodact:lastPartOfTypeDefiningType |
1040 | 1030 | ||
1041 | ep-prodact:measuredFlow | 1031 | ep-prodact:measuredFlow |
1042 | rdf:type owl:ObjectProperty ; | 1032 | rdf:type owl:ObjectProperty ; |
1033 | + rdfs:comment "flow that is measured by a measure properties of a flow activity"^^xsd:string ; | ||
1043 | rdfs:domain ep-prodact:MeasurePropertiesOfAFlow ; | 1034 | rdfs:domain ep-prodact:MeasurePropertiesOfAFlow ; |
1044 | rdfs:label "measured flow"^^xsd:string ; | 1035 | rdfs:label "measured flow"^^xsd:string ; |
1045 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . | 1036 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . |
1046 | 1037 | ||
1047 | ep-prodact:movedProduct | 1038 | ep-prodact:movedProduct |
1048 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1039 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1040 | + rdfs:comment "quantity of material that is moved by a movement of product activity"^^xsd:string ; | ||
1049 | rdfs:domain ep-prodact:MovementOfProduct ; | 1041 | rdfs:domain ep-prodact:MovementOfProduct ; |
1050 | - rdfs:label "moved product"^^xsd:string . | 1042 | + rdfs:label "moved product"^^xsd:string ; |
1051 | - | 1043 | + rdfs:range ep-material:QuantityOfMaterial . |
1052 | -ep-prodact:oilInWater | ||
1053 | - rdf:type owl:ObjectProperty ; | ||
1054 | - rdfs:range ep-core:MassPerMass . | ||
1055 | 1044 | ||
1056 | ep-prodact:onProductionFacility | 1045 | ep-prodact:onProductionFacility |
1057 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1046 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1047 | + rdfs:comment "production facility that a production activity is carried out upon"^^xsd:string ; | ||
1058 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 1048 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
1059 | rdfs:label "on facility"^^xsd:string ; | 1049 | rdfs:label "on facility"^^xsd:string ; |
1060 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . | 1050 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . |
1061 | 1051 | ||
1062 | -ep-prodact:oxygenInWater | ||
1063 | - rdf:type owl:ObjectProperty ; | ||
1064 | - rdfs:range ep-core:MassPerMass . | ||
1065 | - | ||
1066 | ep-prodact:performedByPersonOrOrganization | 1052 | ep-prodact:performedByPersonOrOrganization |
1067 | rdf:type owl:ObjectProperty ; | 1053 | rdf:type owl:ObjectProperty ; |
1054 | + rdfs:comment "person or organization that performs an activity"^^xsd:string ; | ||
1068 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | 1055 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; |
1056 | + rdfs:label "performed by person or organization"^^xsd:string ; | ||
1069 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . | 1057 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . |
1070 | 1058 | ||
1071 | ep-prodact:performedByShip | 1059 | ep-prodact:performedByShip |
1072 | rdf:type owl:ObjectProperty ; | 1060 | rdf:type owl:ObjectProperty ; |
1061 | + rdfs:comment "ship that performs a marine operation"^^xsd:string ; | ||
1073 | rdfs:domain ep-prodact:MarineOperation ; | 1062 | rdfs:domain ep-prodact:MarineOperation ; |
1074 | rdfs:label "performed by ship"^^xsd:string ; | 1063 | rdfs:label "performed by ship"^^xsd:string ; |
1075 | rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#Ship> . | 1064 | rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#Ship> . |
1076 | 1065 | ||
1077 | -ep-prodact:phenolDensity | ||
1078 | - rdf:type owl:ObjectProperty ; | ||
1079 | - rdfs:range ep-core:Density . | ||
1080 | - | ||
1081 | ep-prodact:processingLost | 1066 | ep-prodact:processingLost |
1082 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1067 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1068 | + rdfs:comment "quantity of material that is not produced as a result of a production operation processing loss activity"^^xsd:string ; | ||
1083 | rdfs:domain ep-prodact:ProductionOperationProcessingLoss ; | 1069 | rdfs:domain ep-prodact:ProductionOperationProcessingLoss ; |
1084 | rdfs:range ep-material:QuantityOfMaterial . | 1070 | rdfs:range ep-material:QuantityOfMaterial . |
1085 | 1071 | ||
... | @@ -1088,81 +1074,70 @@ ep-prodact:productionActivityPeriodClassification | ... | @@ -1088,81 +1074,70 @@ ep-prodact:productionActivityPeriodClassification |
1088 | rdfs:comment "not used in the MPR"^^xsd:string ; | 1074 | rdfs:comment "not used in the MPR"^^xsd:string ; |
1089 | rdfs:range ep-prodact:ProductionOperationClassByDuration . | 1075 | rdfs:range ep-prodact:ProductionOperationClassByDuration . |
1090 | 1076 | ||
1091 | -ep-prodact:productionOperator | ||
1092 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | ||
1093 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | ||
1094 | - rdfs:label "production operator"^^xsd:string ; | ||
1095 | - rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | ||
1096 | - | ||
1097 | ep-prodact:remainingActivity | 1077 | ep-prodact:remainingActivity |
1098 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1078 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
1099 | rdfs:comment "activity that is after the last part of type"^^xsd:string ; | 1079 | rdfs:comment "activity that is after the last part of type"^^xsd:string ; |
1100 | rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; | 1080 | rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; |
1101 | rdfs:label "remaining activity"^^xsd:string ; | 1081 | rdfs:label "remaining activity"^^xsd:string ; |
1102 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . | 1082 | rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . |
1103 | 1083 | ||
1104 | -ep-prodact:residualChlorideInWater | ||
1105 | - rdf:type owl:ObjectProperty ; | ||
1106 | - rdfs:range ep-core:MassPerMass . | ||
1107 | - | ||
1108 | ep-prodact:salesAdministrator | 1084 | ep-prodact:salesAdministrator |
1109 | rdf:type owl:ObjectProperty ; | 1085 | rdf:type owl:ObjectProperty ; |
1086 | + rdfs:comment "person or organization that administrates a sales activity"^^xsd:string ; | ||
1110 | rdfs:domain ep-prodact:SalesActivity ; | 1087 | rdfs:domain ep-prodact:SalesActivity ; |
1111 | rdfs:label "sales administrator"^^xsd:string ; | 1088 | rdfs:label "sales administrator"^^xsd:string ; |
1112 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . | 1089 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . |
1113 | 1090 | ||
1114 | ep-prodact:sampledMaterial | 1091 | ep-prodact:sampledMaterial |
1115 | rdf:type owl:ObjectProperty ; | 1092 | rdf:type owl:ObjectProperty ; |
1093 | + rdfs:comment "quantity of material that is sampled by a fluid sampling and analysis activity"^^xsd:string ; | ||
1116 | rdfs:domain ep-prodact:FluidSamplingAndAnalysis ; | 1094 | rdfs:domain ep-prodact:FluidSamplingAndAnalysis ; |
1117 | rdfs:label "sampled material"^^xsd:string ; | 1095 | rdfs:label "sampled material"^^xsd:string ; |
1118 | rdfs:range ep-material:QuantityOfMaterial . | 1096 | rdfs:range ep-material:QuantityOfMaterial . |
1119 | 1097 | ||
1120 | ep-prodact:samplingPerformedAt | 1098 | ep-prodact:samplingPerformedAt |
1121 | rdf:type owl:ObjectProperty ; | 1099 | rdf:type owl:ObjectProperty ; |
1100 | + rdfs:comment "facility that is the location of the sampling carried out within a fluid sampling and analysis activity"^^xsd:string ; | ||
1122 | rdfs:domain ep-prodact:FluidSamplingAndAnalysis ; | 1101 | rdfs:domain ep-prodact:FluidSamplingAndAnalysis ; |
1102 | + rdfs:label "sampling performed at"^^xsd:string ; | ||
1123 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . | 1103 | rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . |
1124 | 1104 | ||
1125 | -ep-prodact:samplingPerformedAtPointInSpace | ||
1126 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | ||
1127 | - rdfs:domain ep-prodact:FluidSamplingAndAnalysis ; | ||
1128 | - rdfs:label "sampling performed at point in space"^^xsd:string ; | ||
1129 | - rdfs:range ep-core:TemporalPartOfAPointInSpace . | ||
1130 | - | ||
1131 | ep-prodact:seller | 1105 | ep-prodact:seller |
1132 | rdf:type owl:ObjectProperty ; | 1106 | rdf:type owl:ObjectProperty ; |
1107 | + rdfs:comment "person or organization that is the seller in a sales activity"^^xsd:string ; | ||
1133 | rdfs:domain ep-prodact:SalesActivity ; | 1108 | rdfs:domain ep-prodact:SalesActivity ; |
1134 | rdfs:label "seller"^^xsd:string ; | 1109 | rdfs:label "seller"^^xsd:string ; |
1135 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . | 1110 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . |
1136 | 1111 | ||
1137 | ep-prodact:shipper | 1112 | ep-prodact:shipper |
1138 | rdf:type owl:ObjectProperty ; | 1113 | rdf:type owl:ObjectProperty ; |
1114 | + rdfs:comment "organization that is the shipper in a movement of product activity"^^xsd:string ; | ||
1139 | rdfs:domain ep-prodact:MovementOfProduct ; | 1115 | rdfs:domain ep-prodact:MovementOfProduct ; |
1140 | rdfs:label "shipper"^^xsd:string ; | 1116 | rdfs:label "shipper"^^xsd:string ; |
1141 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 1117 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
1142 | 1118 | ||
1143 | ep-prodact:sourceOrganization | 1119 | ep-prodact:sourceOrganization |
1144 | rdf:type owl:ObjectProperty ; | 1120 | rdf:type owl:ObjectProperty ; |
1121 | + rdfs:comment "organization that is the business unit from which the product originated (source MPR-XSD)"^^xsd:string ; | ||
1145 | rdfs:domain ep-prodact:MovementOfProduct ; | 1122 | rdfs:domain ep-prodact:MovementOfProduct ; |
1146 | rdfs:label "source organization"^^xsd:string ; | 1123 | rdfs:label "source organization"^^xsd:string ; |
1147 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 1124 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
1148 | 1125 | ||
1149 | -ep-prodact:testedWellBoreInterval | ||
1150 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | ||
1151 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; | ||
1152 | - rdfs:label "tested wellbore interval"^^xsd:string ; | ||
1153 | - rdfs:range ep-core:PhysicalObject . | ||
1154 | - | ||
1155 | ep-prodact:timeWorked | 1126 | ep-prodact:timeWorked |
1156 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 1127 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
1128 | + rdfs:comment "time duration for the parts of a production operation activity that are working"^^xsd:string ; | ||
1157 | rdfs:domain ep-prodact:ProductionOperation ; | 1129 | rdfs:domain ep-prodact:ProductionOperation ; |
1158 | rdfs:label "time worked"^^xsd:string ; | 1130 | rdfs:label "time worked"^^xsd:string ; |
1159 | rdfs:range ep-core:TimeDuration . | 1131 | rdfs:range ep-core:TimeDuration . |
1160 | 1132 | ||
1161 | -ep-prodact:totalOrganicCarbonInWater | ||
1162 | - rdf:type owl:ObjectProperty ; | ||
1163 | - rdfs:range ep-core:MassPerMass . | ||
1164 | - | ||
1165 | ep-prodact:xpathToDataInSourceXmlFile | 1133 | ep-prodact:xpathToDataInSourceXmlFile |
1166 | rdf:type owl:DatatypeProperty ; | 1134 | rdf:type owl:DatatypeProperty ; |
1167 | rdfs:domain ep-prodact:RaiseAnAlert ; | 1135 | rdfs:domain ep-prodact:RaiseAnAlert ; |
1168 | rdfs:label "XPATH to data source in XML file"^^xsd:string . | 1136 | rdfs:label "XPATH to data source in XML file"^^xsd:string . |
1137 | + | ||
1138 | +<http://www.reportinghub.no/ep/schema/production-equipment#hasCaptain> | ||
1139 | + rdfs:comment "person that is the captain of a ship"^^xsd:string ; | ||
1140 | + rdfs:domain <http://www.reportinghub.no/ep/schema/production-facility#Ship> . | ||
1141 | + | ||
1142 | +<http://www.reportinghub.no/ep/schema/production-equipment#hasValvePosition> | ||
1143 | + rdfs:comment "ratio that is the fraction of valve opening"^^xsd:string . | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment