David Price

Merge branch 'master' into update-asgard-testfiles

...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
17 17
18 <http://www.reportinghub.no/ep/schema/1.0/activity> 18 <http://www.reportinghub.no/ep/schema/1.0/activity>
19 rdf:type owl:Ontology ; 19 rdf:type owl:Ontology ;
20 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/well> ; 20 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> ;
21 owl:versionInfo "0.1.0"^^xsd:string . 21 owl:versionInfo "0.1.0"^^xsd:string .
22 22
23 ep-activity:Activity 23 ep-activity:Activity
...@@ -28,12 +28,12 @@ ep-activity:Activity ...@@ -28,12 +28,12 @@ ep-activity:Activity
28 rdfs:subClassOf 28 rdfs:subClassOf
29 [ rdf:type owl:Restriction ; 29 [ rdf:type owl:Restriction ;
30 owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 30 owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
31 - owl:onProperty ep-activity:finishedAt 31 + owl:onProperty ep-activity:startedAt
32 ] ; 32 ] ;
33 rdfs:subClassOf 33 rdfs:subClassOf
34 [ rdf:type owl:Restriction ; 34 [ rdf:type owl:Restriction ;
35 owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 35 owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
36 - owl:onProperty ep-activity:startedAt 36 + owl:onProperty ep-activity:finishedAt
37 ] . 37 ] .
38 38
39 ep-activity:ActivitySuccessType 39 ep-activity:ActivitySuccessType
...@@ -52,13 +52,13 @@ ep-activity:DailyDrillingActivity ...@@ -52,13 +52,13 @@ ep-activity:DailyDrillingActivity
52 rdfs:subClassOf ep-activity:DrillingActivity ; 52 rdfs:subClassOf ep-activity:DrillingActivity ;
53 rdfs:subClassOf 53 rdfs:subClassOf
54 [ rdf:type owl:Restriction ; 54 [ rdf:type owl:Restriction ;
55 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; 55 + owl:allValuesFrom ep-activity:Activity ;
56 - owl:onProperty ep-activity:onWellBore 56 + owl:onProperty ep-core:hasPart
57 ] ; 57 ] ;
58 rdfs:subClassOf 58 rdfs:subClassOf
59 [ rdf:type owl:Restriction ; 59 [ rdf:type owl:Restriction ;
60 - owl:allValuesFrom ep-activity:Activity ; 60 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
61 - owl:onProperty ep-core:hasPart 61 + owl:onProperty ep-activity:onWellBore
62 ] . 62 ] .
63 63
64 ep-activity:DailyDrillingActivityToStatus 64 ep-activity:DailyDrillingActivityToStatus
...@@ -68,13 +68,13 @@ ep-activity:DailyDrillingActivityToStatus ...@@ -68,13 +68,13 @@ ep-activity:DailyDrillingActivityToStatus
68 rdfs:subClassOf ep-activity:DrillingActivity ; 68 rdfs:subClassOf ep-activity:DrillingActivity ;
69 rdfs:subClassOf 69 rdfs:subClassOf
70 [ rdf:type owl:Restriction ; 70 [ rdf:type owl:Restriction ;
71 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; 71 + owl:allValuesFrom ep-activity:Activity ;
72 - owl:onProperty ep-activity:onWellBore 72 + owl:onProperty ep-core:hasPart
73 ] ; 73 ] ;
74 rdfs:subClassOf 74 rdfs:subClassOf
75 [ rdf:type owl:Restriction ; 75 [ rdf:type owl:Restriction ;
76 - owl:allValuesFrom ep-activity:Activity ; 76 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
77 - owl:onProperty ep-core:hasPart 77 + owl:onProperty ep-activity:onWellBore
78 ] . 78 ] .
79 79
80 ep-activity:Drill-bypass 80 ep-activity:Drill-bypass
...@@ -108,7 +108,7 @@ ep-activity:Drill-sidetrack ...@@ -108,7 +108,7 @@ ep-activity:Drill-sidetrack
108 rdfs:subClassOf ep-activity:DrillingActivity . 108 rdfs:subClassOf ep-activity:DrillingActivity .
109 109
110 ep-activity:DrillStemTest 110 ep-activity:DrillStemTest
111 - rdf:type ep-activity:WellTestType , owl:Class ; 111 + rdf:type owl:Class , ep-activity:WellTestType ;
112 rdfs:comment "well test that is intended to determine the productive capacity, pressure, permeability or extent (or a combination of these) of a hydrocarbon reservoir, with the drillstring still in the hole"^^xsd:string ; 112 rdfs:comment "well test that is intended to determine the productive capacity, pressure, permeability or extent (or a combination of these) of a hydrocarbon reservoir, with the drillstring still in the hole"^^xsd:string ;
113 rdfs:label "drill stem test"^^xsd:string ; 113 rdfs:label "drill stem test"^^xsd:string ;
114 rdfs:subClassOf ep-activity:WellTest ; 114 rdfs:subClassOf ep-activity:WellTest ;
...@@ -121,85 +121,85 @@ ep-activity:DrillingActivity ...@@ -121,85 +121,85 @@ ep-activity:DrillingActivity
121 rdfs:subClassOf ep-activity:Activity . 121 rdfs:subClassOf ep-activity:Activity .
122 122
123 ep-activity:DrillingActivity-bop_test 123 ep-activity:DrillingActivity-bop_test
124 - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 124 + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
125 rdfs:comment "drilling activity that is a test of a BOP (Blow-Out Preventer) and related well control equipment and systems"^^xsd:string ; 125 rdfs:comment "drilling activity that is a test of a BOP (Blow-Out Preventer) and related well control equipment and systems"^^xsd:string ;
126 rdfs:label "drilling activity - BOP test"^^xsd:string ; 126 rdfs:label "drilling activity - BOP test"^^xsd:string ;
127 rdfs:subClassOf ep-activity:DrillingActivity . 127 rdfs:subClassOf ep-activity:DrillingActivity .
128 128
129 ep-activity:DrillingActivity-circulation_loss 129 ep-activity:DrillingActivity-circulation_loss
130 - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 130 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
131 rdfs:comment "drilling activity that fails because of the loss of circulation fluid to the surrounding rock formation"^^xsd:string ; 131 rdfs:comment "drilling activity that fails because of the loss of circulation fluid to the surrounding rock formation"^^xsd:string ;
132 rdfs:label "drilling activity - circulation loss"^^xsd:string ; 132 rdfs:label "drilling activity - circulation loss"^^xsd:string ;
133 rdfs:subClassOf ep-activity:DrillingActivity . 133 rdfs:subClassOf ep-activity:DrillingActivity .
134 134
135 ep-activity:DrillingActivity-coiled_tubing 135 ep-activity:DrillingActivity-coiled_tubing
136 - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 136 + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
137 rdfs:comment "drilling activity that is performed using a coiled tubing string and associated equipment. The drilling activity can be a well intervention, drilling or workover."^^xsd:string ; 137 rdfs:comment "drilling activity that is performed using a coiled tubing string and associated equipment. The drilling activity can be a well intervention, drilling or workover."^^xsd:string ;
138 rdfs:label "drilling activity - coiled tubing"^^xsd:string ; 138 rdfs:label "drilling activity - coiled tubing"^^xsd:string ;
139 rdfs:subClassOf ep-activity:DrillingActivity . 139 rdfs:subClassOf ep-activity:DrillingActivity .
140 140
141 ep-activity:DrillingActivity-equipment_failure 141 ep-activity:DrillingActivity-equipment_failure
142 - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 142 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
143 rdfs:comment "drilling activity that fails because of an equipment failure"^^xsd:string ; 143 rdfs:comment "drilling activity that fails because of an equipment failure"^^xsd:string ;
144 rdfs:label "drilling activity - equipment failure"^^xsd:string ; 144 rdfs:label "drilling activity - equipment failure"^^xsd:string ;
145 rdfs:subClassOf ep-activity:DrillingActivity . 145 rdfs:subClassOf ep-activity:DrillingActivity .
146 146
147 ep-activity:DrillingActivity-equipment_hang 147 ep-activity:DrillingActivity-equipment_hang
148 - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 148 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
149 rdfs:comment "drilling activity that fails because of an equipment hang"^^xsd:string ; 149 rdfs:comment "drilling activity that fails because of an equipment hang"^^xsd:string ;
150 rdfs:label "drilling activity - equipment hang"^^xsd:string ; 150 rdfs:label "drilling activity - equipment hang"^^xsd:string ;
151 rdfs:subClassOf ep-activity:DrillingActivity . 151 rdfs:subClassOf ep-activity:DrillingActivity .
152 152
153 ep-activity:DrillingActivity-fixed_equipment 153 ep-activity:DrillingActivity-fixed_equipment
154 - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 154 + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
155 rdfs:comment "drilling activity that is performed using traditional types of drilling equipment and techniques, such a permanently installed and fixed rig and equipment. The drilling activity can be drilling, completion, well-intervention or workover."^^xsd:string ; 155 rdfs:comment "drilling activity that is performed using traditional types of drilling equipment and techniques, such a permanently installed and fixed rig and equipment. The drilling activity can be drilling, completion, well-intervention or workover."^^xsd:string ;
156 rdfs:label "drilling activity - fixed equipment"^^xsd:string ; 156 rdfs:label "drilling activity - fixed equipment"^^xsd:string ;
157 rdfs:subClassOf ep-activity:DrillingActivity . 157 rdfs:subClassOf ep-activity:DrillingActivity .
158 158
159 ep-activity:DrillingActivity-injury 159 ep-activity:DrillingActivity-injury
160 - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 160 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
161 rdfs:comment "drilling activity that fails because of an injury"^^xsd:string ; 161 rdfs:comment "drilling activity that fails because of an injury"^^xsd:string ;
162 rdfs:label "drilling activity- injury"^^xsd:string ; 162 rdfs:label "drilling activity- injury"^^xsd:string ;
163 rdfs:subClassOf ep-activity:DrillingActivity . 163 rdfs:subClassOf ep-activity:DrillingActivity .
164 164
165 ep-activity:DrillingActivity-kick 165 ep-activity:DrillingActivity-kick
166 - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 166 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
167 rdfs:comment "drilling activity that fails because of fluid within the surrounding rock formation invading the wellbore"^^xsd:string ; 167 rdfs:comment "drilling activity that fails because of fluid within the surrounding rock formation invading the wellbore"^^xsd:string ;
168 rdfs:label "drilling activity - operation kick"^^xsd:string ; 168 rdfs:label "drilling activity - operation kick"^^xsd:string ;
169 rdfs:subClassOf ep-activity:DrillingActivity . 169 rdfs:subClassOf ep-activity:DrillingActivity .
170 170
171 ep-activity:DrillingActivity-mud_loss 171 ep-activity:DrillingActivity-mud_loss
172 - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 172 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
173 rdfs:comment "drilling activity that fails because circulation is prevented by plugging or a failure of equipment"^^xsd:string ; 173 rdfs:comment "drilling activity that fails because circulation is prevented by plugging or a failure of equipment"^^xsd:string ;
174 rdfs:label "drilling activity - mud loss"^^xsd:string ; 174 rdfs:label "drilling activity - mud loss"^^xsd:string ;
175 rdfs:subClassOf ep-activity:DrillingActivity . 175 rdfs:subClassOf ep-activity:DrillingActivity .
176 176
177 ep-activity:DrillingActivity-operation_failed 177 ep-activity:DrillingActivity-operation_failed
178 - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 178 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
179 rdfs:comment "drilling activity that fails"^^xsd:string ; 179 rdfs:comment "drilling activity that fails"^^xsd:string ;
180 rdfs:label "drilling activity - operation failed"^^xsd:string ; 180 rdfs:label "drilling activity - operation failed"^^xsd:string ;
181 rdfs:subClassOf ep-activity:DrillingActivity . 181 rdfs:subClassOf ep-activity:DrillingActivity .
182 182
183 ep-activity:DrillingActivity-snubbing 183 ep-activity:DrillingActivity-snubbing
184 - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 184 + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
185 rdfs:comment "drilling activity that is snubbing and that is performed by equipment not permanently installed on the platform"^^xsd:string ; 185 rdfs:comment "drilling activity that is snubbing and that is performed by equipment not permanently installed on the platform"^^xsd:string ;
186 rdfs:label "drilling activity - snubbing"^^xsd:string ; 186 rdfs:label "drilling activity - snubbing"^^xsd:string ;
187 rdfs:subClassOf ep-activity:DrillingActivity . 187 rdfs:subClassOf ep-activity:DrillingActivity .
188 188
189 ep-activity:DrillingActivity-stuck_equipment 189 ep-activity:DrillingActivity-stuck_equipment
190 - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 190 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
191 rdfs:comment "drilling activity that fails because of equipment stuck in a wellbore"^^xsd:string ; 191 rdfs:comment "drilling activity that fails because of equipment stuck in a wellbore"^^xsd:string ;
192 rdfs:label "drilling activity - stuck equipment"^^xsd:string ; 192 rdfs:label "drilling activity - stuck equipment"^^xsd:string ;
193 rdfs:subClassOf ep-activity:DrillingActivity . 193 rdfs:subClassOf ep-activity:DrillingActivity .
194 194
195 ep-activity:DrillingActivity-success 195 ep-activity:DrillingActivity-success
196 - rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ; 196 + rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
197 rdfs:comment "drilling activity that succeeds"^^xsd:string ; 197 rdfs:comment "drilling activity that succeeds"^^xsd:string ;
198 rdfs:label "drilling activity - success"^^xsd:string ; 198 rdfs:label "drilling activity - success"^^xsd:string ;
199 rdfs:subClassOf ep-activity:DrillingActivity . 199 rdfs:subClassOf ep-activity:DrillingActivity .
200 200
201 ep-activity:DrillingActivity-wire_line 201 ep-activity:DrillingActivity-wire_line
202 - rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ; 202 + rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
203 rdfs:comment "drilling activity that is carried out using a single- or mult-strand wire or cable. The activity can be logging or intervention."^^xsd:string ; 203 rdfs:comment "drilling activity that is carried out using a single- or mult-strand wire or cable. The activity can be logging or intervention."^^xsd:string ;
204 rdfs:label "drilling activity - wireline"^^xsd:string ; 204 rdfs:label "drilling activity - wireline"^^xsd:string ;
205 rdfs:subClassOf ep-activity:DrillingActivity . 205 rdfs:subClassOf ep-activity:DrillingActivity .
...@@ -229,7 +229,7 @@ ep-activity:ExtractAWellCore ...@@ -229,7 +229,7 @@ ep-activity:ExtractAWellCore
229 rdfs:subClassOf ep-activity:WellOperation . 229 rdfs:subClassOf ep-activity:WellOperation .
230 230
231 ep-activity:FailedActivity 231 ep-activity:FailedActivity
232 - rdf:type ep-activity:ActivitySuccessType , owl:Class ; 232 + rdf:type owl:Class , ep-activity:ActivitySuccessType ;
233 rdfs:comment "activity that fails"^^xsd:string ; 233 rdfs:comment "activity that fails"^^xsd:string ;
234 rdfs:label "failed activity"^^xsd:string ; 234 rdfs:label "failed activity"^^xsd:string ;
235 rdfs:subClassOf ep-activity:Activity ; 235 rdfs:subClassOf ep-activity:Activity ;
...@@ -242,7 +242,7 @@ ep-activity:FluidReading ...@@ -242,7 +242,7 @@ ep-activity:FluidReading
242 rdfs:subClassOf ep-activity:Activity . 242 rdfs:subClassOf ep-activity:Activity .
243 243
244 ep-activity:FormationIntegrityTest 244 ep-activity:FormationIntegrityTest
245 - rdf:type ep-activity:PressureTestType , owl:Class ; 245 + rdf:type owl:Class , ep-activity:PressureTestType ;
246 rdfs:comment "wellbore pressure test that is a formation integrity test. NOTE If the formation is not able to withstand the given pressure, the result of the test is the strength of the formation. (source DDR-XSD)"^^xsd:string ; 246 rdfs:comment "wellbore pressure test that is a formation integrity test. NOTE If the formation is not able to withstand the given pressure, the result of the test is the strength of the formation. (source DDR-XSD)"^^xsd:string ;
247 rdfs:label "formation integrity test"^^xsd:string ; 247 rdfs:label "formation integrity test"^^xsd:string ;
248 rdfs:subClassOf ep-activity:WellBorePressureTest ; 248 rdfs:subClassOf ep-activity:WellBorePressureTest ;
...@@ -327,7 +327,7 @@ ep-activity:IssueAReport ...@@ -327,7 +327,7 @@ ep-activity:IssueAReport
327 rdfs:comment "activity that is issuing a report"^^xsd:string . 327 rdfs:comment "activity that is issuing a report"^^xsd:string .
328 328
329 ep-activity:LeakOffTest 329 ep-activity:LeakOffTest
330 - rdf:type ep-activity:PressureTestType , owl:Class ; 330 + rdf:type owl:Class , ep-activity:PressureTestType ;
331 rdfs:comment "wellbore pressure test that is a leak-off test where the well is shut in and fluid is pumped into the wellbore gradually to increase the pressure that the formation experiences. NOTE A leakoff test is usually conducted immediately after drilling below a new casing shoe. (source DDR-XSD)"^^xsd:string ; 331 rdfs:comment "wellbore pressure test that is a leak-off test where the well is shut in and fluid is pumped into the wellbore gradually to increase the pressure that the formation experiences. NOTE A leakoff test is usually conducted immediately after drilling below a new casing shoe. (source DDR-XSD)"^^xsd:string ;
332 rdfs:label "leak-off test"^^xsd:string ; 332 rdfs:label "leak-off test"^^xsd:string ;
333 rdfs:subClassOf ep-activity:WellBorePressureTest ; 333 rdfs:subClassOf ep-activity:WellBorePressureTest ;
...@@ -367,14 +367,14 @@ ep-activity:PorePressureDeterminationType ...@@ -367,14 +367,14 @@ ep-activity:PorePressureDeterminationType
367 rdfs:subClassOf owl:Class . 367 rdfs:subClassOf owl:Class .
368 368
369 ep-activity:PorePressureEstimation 369 ep-activity:PorePressureEstimation
370 - rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; 370 + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ;
371 rdfs:comment "pore pressure determination that is an estimation"^^xsd:string ; 371 rdfs:comment "pore pressure determination that is an estimation"^^xsd:string ;
372 rdfs:label "pore pressure estimation"^^xsd:string ; 372 rdfs:label "pore pressure estimation"^^xsd:string ;
373 rdfs:subClassOf ep-activity:PorePressureDetermination ; 373 rdfs:subClassOf ep-activity:PorePressureDetermination ;
374 owl:disjointWith ep-activity:PorePressureMeasurement . 374 owl:disjointWith ep-activity:PorePressureMeasurement .
375 375
376 ep-activity:PorePressureMeasurement 376 ep-activity:PorePressureMeasurement
377 - rdf:type ep-activity:PorePressureDeterminationType , owl:Class ; 377 + rdf:type owl:Class , ep-activity:PorePressureDeterminationType ;
378 rdfs:comment "pore pressure determination that is a measurement"^^xsd:string ; 378 rdfs:comment "pore pressure determination that is a measurement"^^xsd:string ;
379 rdfs:label "pore pressure measurement"^^xsd:string ; 379 rdfs:label "pore pressure measurement"^^xsd:string ;
380 rdfs:subClassOf ep-activity:PorePressureDetermination ; 380 rdfs:subClassOf ep-activity:PorePressureDetermination ;
...@@ -399,7 +399,7 @@ ep-activity:ProductionActivity ...@@ -399,7 +399,7 @@ ep-activity:ProductionActivity
399 rdfs:subClassOf ep-activity:Activity . 399 rdfs:subClassOf ep-activity:Activity .
400 400
401 ep-activity:ProductionTest 401 ep-activity:ProductionTest
402 - rdf:type ep-activity:WellTestType , owl:Class ; 402 + rdf:type owl:Class , ep-activity:WellTestType ;
403 rdfs:comment "a well test that is intended to determine the daily rate of oil, gas, and water production from a (potential) reservoir"^^xsd:string ; 403 rdfs:comment "a well test that is intended to determine the daily rate of oil, gas, and water production from a (potential) reservoir"^^xsd:string ;
404 rdfs:label "production test"^^xsd:string ; 404 rdfs:label "production test"^^xsd:string ;
405 rdfs:subClassOf ep-activity:WellTest ; 405 rdfs:subClassOf ep-activity:WellTest ;
...@@ -409,7 +409,7 @@ ep-activity:ProductionWellTest ...@@ -409,7 +409,7 @@ ep-activity:ProductionWellTest
409 rdfs:comment "well test that is a production activity"^^xsd:string . 409 rdfs:comment "well test that is a production activity"^^xsd:string .
410 410
411 ep-activity:SuccessfulActivity 411 ep-activity:SuccessfulActivity
412 - rdf:type ep-activity:ActivitySuccessType , owl:Class ; 412 + rdf:type owl:Class , ep-activity:ActivitySuccessType ;
413 rdfs:comment "activity that succeeds"^^xsd:string ; 413 rdfs:comment "activity that succeeds"^^xsd:string ;
414 rdfs:label "successful activity"^^xsd:string ; 414 rdfs:label "successful activity"^^xsd:string ;
415 rdfs:subClassOf ep-activity:Activity ; 415 rdfs:subClassOf ep-activity:Activity ;
...@@ -476,26 +476,26 @@ ep-activity:WellCementJob ...@@ -476,26 +476,26 @@ ep-activity:WellCementJob
476 rdfs:subClassOf ep-activity:WellOperation . 476 rdfs:subClassOf ep-activity:WellOperation .
477 477
478 ep-activity:WellCementJob-other 478 ep-activity:WellCementJob-other
479 - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; 479 + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
480 rdfs:comment "well cement job that is of a type not enumerated within the DDR XML schema"^^xsd:string ; 480 rdfs:comment "well cement job that is of a type not enumerated within the DDR XML schema"^^xsd:string ;
481 rdfs:label "well cement job other"^^xsd:string ; 481 rdfs:label "well cement job other"^^xsd:string ;
482 rdfs:subClassOf ep-activity:WellCementJob ; 482 rdfs:subClassOf ep-activity:WellCementJob ;
483 - owl:disjointWith ep-activity:WellCementJob-plug , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-squeeze . 483 + owl:disjointWith ep-activity:WellCementJob-squeeze , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-plug .
484 484
485 ep-activity:WellCementJob-plug 485 ep-activity:WellCementJob-plug
486 - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; 486 + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
487 rdfs:comment "well cement job that is intended to plug"^^xsd:string ; 487 rdfs:comment "well cement job that is intended to plug"^^xsd:string ;
488 rdfs:label "well cement job plug"^^xsd:string ; 488 rdfs:label "well cement job plug"^^xsd:string ;
489 rdfs:subClassOf ep-activity:WellCementJob . 489 rdfs:subClassOf ep-activity:WellCementJob .
490 490
491 ep-activity:WellCementJob-primary 491 ep-activity:WellCementJob-primary
492 - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; 492 + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
493 rdfs:comment "well cement job that is primary"^^xsd:string ; 493 rdfs:comment "well cement job that is primary"^^xsd:string ;
494 rdfs:label "well cement job primary"^^xsd:string ; 494 rdfs:label "well cement job primary"^^xsd:string ;
495 rdfs:subClassOf ep-activity:WellCementJob . 495 rdfs:subClassOf ep-activity:WellCementJob .
496 496
497 ep-activity:WellCementJob-squeeze 497 ep-activity:WellCementJob-squeeze
498 - rdf:type ep-activity:WellCementJobPurposeType , owl:Class ; 498 + rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
499 rdfs:comment "well cement job that is intended to squeeze"^^xsd:string ; 499 rdfs:comment "well cement job that is intended to squeeze"^^xsd:string ;
500 rdfs:label "well cement job squeeze"^^xsd:string ; 500 rdfs:label "well cement job squeeze"^^xsd:string ;
501 rdfs:subClassOf ep-activity:WellCementJob . 501 rdfs:subClassOf ep-activity:WellCementJob .
...@@ -549,84 +549,84 @@ ep-activity:WellCementJobTopPlugType ...@@ -549,84 +549,84 @@ ep-activity:WellCementJobTopPlugType
549 rdfs:subClassOf owl:Class . 549 rdfs:subClassOf owl:Class .
550 550
551 ep-activity:WellCementJobWithBottomPlug 551 ep-activity:WellCementJobWithBottomPlug
552 - rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; 552 + rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ;
553 rdfs:comment "well cement job that has a bottom plug"^^xsd:string ; 553 rdfs:comment "well cement job that has a bottom plug"^^xsd:string ;
554 rdfs:label "well cement job with bottom plug"^^xsd:string ; 554 rdfs:label "well cement job with bottom plug"^^xsd:string ;
555 rdfs:subClassOf ep-activity:WellCementJob ; 555 rdfs:subClassOf ep-activity:WellCementJob ;
556 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . 556 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug .
557 557
558 ep-activity:WellCementJobWithCasingReciprocation 558 ep-activity:WellCementJobWithCasingReciprocation
559 - rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; 559 + rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ;
560 rdfs:comment "well cement job that has casing reciprocation"^^xsd:string ; 560 rdfs:comment "well cement job that has casing reciprocation"^^xsd:string ;
561 rdfs:label "well cement job with casing reciprocation"^^xsd:string ; 561 rdfs:label "well cement job with casing reciprocation"^^xsd:string ;
562 rdfs:subClassOf ep-activity:WellCementJob ; 562 rdfs:subClassOf ep-activity:WellCementJob ;
563 owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation . 563 owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation .
564 564
565 ep-activity:WellCementJobWithCasingRotation 565 ep-activity:WellCementJobWithCasingRotation
566 - rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; 566 + rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ;
567 rdfs:comment "well cement job that has casing rotation"^^xsd:string ; 567 rdfs:comment "well cement job that has casing rotation"^^xsd:string ;
568 rdfs:label "well cement job with casing rotation"^^xsd:string ; 568 rdfs:label "well cement job with casing rotation"^^xsd:string ;
569 rdfs:subClassOf ep-activity:WellCementJob ; 569 rdfs:subClassOf ep-activity:WellCementJob ;
570 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . 570 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug .
571 571
572 ep-activity:WellCementJobWithFloatHolding 572 ep-activity:WellCementJobWithFloatHolding
573 - rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; 573 + rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ;
574 rdfs:comment "well cement job that has float holding"^^xsd:string ; 574 rdfs:comment "well cement job that has float holding"^^xsd:string ;
575 rdfs:label "well cement job with float holding"^^xsd:string ; 575 rdfs:label "well cement job with float holding"^^xsd:string ;
576 rdfs:subClassOf ep-activity:WellCementJob ; 576 rdfs:subClassOf ep-activity:WellCementJob ;
577 owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding . 577 owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding .
578 578
579 ep-activity:WellCementJobWithPlugBumping 579 ep-activity:WellCementJobWithPlugBumping
580 - rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; 580 + rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ;
581 rdfs:comment "well cement job that has plug bumping"^^xsd:string ; 581 rdfs:comment "well cement job that has plug bumping"^^xsd:string ;
582 rdfs:label "well cement job with plug bumping"^^xsd:string ; 582 rdfs:label "well cement job with plug bumping"^^xsd:string ;
583 rdfs:subClassOf ep-activity:WellCementJob ; 583 rdfs:subClassOf ep-activity:WellCementJob ;
584 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug . 584 owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug .
585 585
586 ep-activity:WellCementJobWithTopPlug 586 ep-activity:WellCementJobWithTopPlug
587 - rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; 587 + rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ;
588 rdfs:comment "well cement job that has a top plug"^^xsd:string ; 588 rdfs:comment "well cement job that has a top plug"^^xsd:string ;
589 rdfs:label "well cement job with top plug"^^xsd:string ; 589 rdfs:label "well cement job with top plug"^^xsd:string ;
590 rdfs:subClassOf ep-activity:WellCementJob ; 590 rdfs:subClassOf ep-activity:WellCementJob ;
591 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug . 591 owl:disjointWith ep-activity:WellCementJobWithoutTopPlug .
592 592
593 ep-activity:WellCementJobWithoutBottomPlug 593 ep-activity:WellCementJobWithoutBottomPlug
594 - rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ; 594 + rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ;
595 rdfs:comment "well cement job that does not have a bottom plug"^^xsd:string ; 595 rdfs:comment "well cement job that does not have a bottom plug"^^xsd:string ;
596 rdfs:label "well cement job without bottom plug"^^xsd:string ; 596 rdfs:label "well cement job without bottom plug"^^xsd:string ;
597 rdfs:subClassOf ep-activity:WellCementJob ; 597 rdfs:subClassOf ep-activity:WellCementJob ;
598 owl:disjointWith ep-activity:WellCementJobWithBottomPlug . 598 owl:disjointWith ep-activity:WellCementJobWithBottomPlug .
599 599
600 ep-activity:WellCementJobWithoutCasingReciprocation 600 ep-activity:WellCementJobWithoutCasingReciprocation
601 - rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ; 601 + rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ;
602 rdfs:comment "well cement job that does not have casing reciprocation"^^xsd:string ; 602 rdfs:comment "well cement job that does not have casing reciprocation"^^xsd:string ;
603 rdfs:label "well cement job without casing reciprocation"^^xsd:string ; 603 rdfs:label "well cement job without casing reciprocation"^^xsd:string ;
604 rdfs:subClassOf ep-activity:WellCementJob ; 604 rdfs:subClassOf ep-activity:WellCementJob ;
605 owl:disjointWith ep-activity:WellCementJobWithCasingRotation . 605 owl:disjointWith ep-activity:WellCementJobWithCasingRotation .
606 606
607 ep-activity:WellCementJobWithoutCasingRotation 607 ep-activity:WellCementJobWithoutCasingRotation
608 - rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ; 608 + rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ;
609 rdfs:comment "well cement job that does not have casing rotation"^^xsd:string ; 609 rdfs:comment "well cement job that does not have casing rotation"^^xsd:string ;
610 rdfs:label "well cement job without casing rotation"^^xsd:string ; 610 rdfs:label "well cement job without casing rotation"^^xsd:string ;
611 rdfs:subClassOf ep-activity:WellCementJob ; 611 rdfs:subClassOf ep-activity:WellCementJob ;
612 owl:disjointWith ep-activity:WellCementJobWithCasingRotation . 612 owl:disjointWith ep-activity:WellCementJobWithCasingRotation .
613 613
614 ep-activity:WellCementJobWithoutFloatHolding 614 ep-activity:WellCementJobWithoutFloatHolding
615 - rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ; 615 + rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ;
616 rdfs:comment "well cement job that does not have float holding"^^xsd:string ; 616 rdfs:comment "well cement job that does not have float holding"^^xsd:string ;
617 rdfs:label "well cement job without float holding"^^xsd:string ; 617 rdfs:label "well cement job without float holding"^^xsd:string ;
618 rdfs:subClassOf ep-activity:WellCementJob ; 618 rdfs:subClassOf ep-activity:WellCementJob ;
619 owl:disjointWith ep-activity:WellCementJobWithFloatHolding . 619 owl:disjointWith ep-activity:WellCementJobWithFloatHolding .
620 620
621 ep-activity:WellCementJobWithoutPlugBumping 621 ep-activity:WellCementJobWithoutPlugBumping
622 - rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ; 622 + rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ;
623 rdfs:comment "well cement job that does not have plug bumping"^^xsd:string ; 623 rdfs:comment "well cement job that does not have plug bumping"^^xsd:string ;
624 rdfs:label "well cement job without plug bumping"^^xsd:string ; 624 rdfs:label "well cement job without plug bumping"^^xsd:string ;
625 rdfs:subClassOf ep-activity:WellCementJob ; 625 rdfs:subClassOf ep-activity:WellCementJob ;
626 owl:disjointWith ep-activity:WellCementJobWithBottomPlug . 626 owl:disjointWith ep-activity:WellCementJobWithBottomPlug .
627 627
628 ep-activity:WellCementJobWithoutTopPlug 628 ep-activity:WellCementJobWithoutTopPlug
629 - rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ; 629 + rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ;
630 rdfs:comment "well cement job that does not have a top plug"^^xsd:string ; 630 rdfs:comment "well cement job that does not have a top plug"^^xsd:string ;
631 rdfs:label "well cement job without top plug"^^xsd:string ; 631 rdfs:label "well cement job without top plug"^^xsd:string ;
632 rdfs:subClassOf ep-activity:WellCementJob ; 632 rdfs:subClassOf ep-activity:WellCementJob ;
...@@ -645,14 +645,14 @@ ep-activity:WellCementPumpingFluidReturnType ...@@ -645,14 +645,14 @@ ep-activity:WellCementPumpingFluidReturnType
645 rdfs:subClassOf owl:Class . 645 rdfs:subClassOf owl:Class .
646 646
647 ep-activity:WellCementPumpingWithFluidReturn 647 ep-activity:WellCementPumpingWithFluidReturn
648 - rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; 648 + rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ;
649 rdfs:comment "well cement pumping that has fluid return"^^xsd:string ; 649 rdfs:comment "well cement pumping that has fluid return"^^xsd:string ;
650 rdfs:label "well cement pumping with fluid return"^^xsd:string ; 650 rdfs:label "well cement pumping with fluid return"^^xsd:string ;
651 rdfs:subClassOf ep-activity:WellCementPumping ; 651 rdfs:subClassOf ep-activity:WellCementPumping ;
652 owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn . 652 owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn .
653 653
654 ep-activity:WellCementPumpingWithoutFluidReturn 654 ep-activity:WellCementPumpingWithoutFluidReturn
655 - rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ; 655 + rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ;
656 rdfs:comment "well cement pumping that does not have fluid return"^^xsd:string ; 656 rdfs:comment "well cement pumping that does not have fluid return"^^xsd:string ;
657 rdfs:label "well cement pumping without fluid return"^^xsd:string ; 657 rdfs:label "well cement pumping without fluid return"^^xsd:string ;
658 rdfs:subClassOf ep-activity:WellCementPumping ; 658 rdfs:subClassOf ep-activity:WellCementPumping ;
...@@ -671,32 +671,32 @@ ep-activity:WellControlIncident ...@@ -671,32 +671,32 @@ ep-activity:WellControlIncident
671 rdfs:subClassOf ep-activity:WellOperation . 671 rdfs:subClassOf ep-activity:WellOperation .
672 672
673 ep-activity:WellControlIncident-gas_kick 673 ep-activity:WellControlIncident-gas_kick
674 - rdf:type ep-activity:WellControlIncidentType , owl:Class ; 674 + rdf:type owl:Class , ep-activity:WellControlIncidentType ;
675 rdfs:comment "well control incident that is a gas kick"^^xsd:string ; 675 rdfs:comment "well control incident that is a gas kick"^^xsd:string ;
676 rdfs:label "well control incident gas kick"^^xsd:string ; 676 rdfs:label "well control incident gas kick"^^xsd:string ;
677 rdfs:subClassOf ep-activity:WellControlIncident ; 677 rdfs:subClassOf ep-activity:WellControlIncident ;
678 - owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick . 678 + owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick .
679 679
680 ep-activity:WellControlIncident-oil_kick 680 ep-activity:WellControlIncident-oil_kick
681 - rdf:type ep-activity:WellControlIncidentType , owl:Class ; 681 + rdf:type owl:Class , ep-activity:WellControlIncidentType ;
682 rdfs:comment "well control incident that is an oil kick"^^xsd:string ; 682 rdfs:comment "well control incident that is an oil kick"^^xsd:string ;
683 rdfs:label "well control incident oil kick"^^xsd:string ; 683 rdfs:label "well control incident oil kick"^^xsd:string ;
684 rdfs:subClassOf ep-activity:WellControlIncident ; 684 rdfs:subClassOf ep-activity:WellControlIncident ;
685 - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick . 685 + owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-gas_kick .
686 686
687 ep-activity:WellControlIncident-shallow_gas_kick 687 ep-activity:WellControlIncident-shallow_gas_kick
688 - rdf:type ep-activity:WellControlIncidentType , owl:Class ; 688 + rdf:type owl:Class , ep-activity:WellControlIncidentType ;
689 rdfs:comment "well control incident that is a shallow gas kick"^^xsd:string ; 689 rdfs:comment "well control incident that is a shallow gas kick"^^xsd:string ;
690 rdfs:label "well control incident shallow gas kick"^^xsd:string ; 690 rdfs:label "well control incident shallow gas kick"^^xsd:string ;
691 rdfs:subClassOf ep-activity:WellControlIncident ; 691 rdfs:subClassOf ep-activity:WellControlIncident ;
692 - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick . 692 + owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-gas_kick .
693 693
694 ep-activity:WellControlIncident-water_kick 694 ep-activity:WellControlIncident-water_kick
695 - rdf:type ep-activity:WellControlIncidentType , owl:Class ; 695 + rdf:type owl:Class , ep-activity:WellControlIncidentType ;
696 rdfs:comment "well control incident that is a water kick"^^xsd:string ; 696 rdfs:comment "well control incident that is a water kick"^^xsd:string ;
697 rdfs:label "well control incident water kick"^^xsd:string ; 697 rdfs:label "well control incident water kick"^^xsd:string ;
698 rdfs:subClassOf ep-activity:WellControlIncident ; 698 rdfs:subClassOf ep-activity:WellControlIncident ;
699 - owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick . 699 + owl:disjointWith ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-gas_kick .
700 700
701 ep-activity:WellControlIncidentType 701 ep-activity:WellControlIncidentType
702 rdf:type rdfs:Class ; 702 rdf:type rdfs:Class ;
...@@ -777,7 +777,7 @@ ep-activity:WellTest ...@@ -777,7 +777,7 @@ ep-activity:WellTest
777 777
778 ep-activity:WellTestType 778 ep-activity:WellTestType
779 rdf:type rdfs:Class ; 779 rdf:type rdfs:Class ;
780 - rdfs:comment "class of well test on the basis of what information is sought by the test"^^xsd:string ; 780 + rdfs:comment "class that consists of the subclasses of well test defined by the WellTestType enumeration in the MPR-XSD and two other subclasses of well test on the basis of what information is sought by the test - DrillStemTest and ProductionTest - left over from the DPR"^^xsd:string ;
781 rdfs:label "well test type"^^xsd:string ; 781 rdfs:label "well test type"^^xsd:string ;
782 rdfs:subClassOf owl:Class . 782 rdfs:subClassOf owl:Class .
783 783
...@@ -794,14 +794,14 @@ ep-activity:WirelineFormationTestType ...@@ -794,14 +794,14 @@ ep-activity:WirelineFormationTestType
794 rdfs:subClassOf owl:Class . 794 rdfs:subClassOf owl:Class .
795 795
796 ep-activity:WirelineFormationTestWithGoodSeal 796 ep-activity:WirelineFormationTestWithGoodSeal
797 - rdf:type ep-activity:WirelineFormationTestType , owl:Class ; 797 + rdf:type owl:Class , ep-activity:WirelineFormationTestType ;
798 rdfs:comment "wireline formation test that has a good seal"^^xsd:string ; 798 rdfs:comment "wireline formation test that has a good seal"^^xsd:string ;
799 rdfs:label "wireline formation test with a good seal"^^xsd:string ; 799 rdfs:label "wireline formation test with a good seal"^^xsd:string ;
800 rdfs:subClassOf ep-activity:WirelineFormationTest ; 800 rdfs:subClassOf ep-activity:WirelineFormationTest ;
801 owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal . 801 owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal .
802 802
803 ep-activity:WirelineFormationTestWithoutGoodSeal 803 ep-activity:WirelineFormationTestWithoutGoodSeal
804 - rdf:type ep-activity:WirelineFormationTestType , owl:Class ; 804 + rdf:type owl:Class , ep-activity:WirelineFormationTestType ;
805 rdfs:comment "wireline formation test that does not have a good seal"^^xsd:string ; 805 rdfs:comment "wireline formation test that does not have a good seal"^^xsd:string ;
806 rdfs:label "wireline formation test without a good seal"^^xsd:string ; 806 rdfs:label "wireline formation test without a good seal"^^xsd:string ;
807 rdfs:subClassOf ep-activity:WirelineFormationTest ; 807 rdfs:subClassOf ep-activity:WirelineFormationTest ;
...@@ -811,14 +811,14 @@ ep-activity:approver ...@@ -811,14 +811,14 @@ ep-activity:approver
811 rdfs:comment "person or organization that is the approver in an approve a report activity"^^xsd:string . 811 rdfs:comment "person or organization that is the approver in an approve a report activity"^^xsd:string .
812 812
813 ep-activity:averageRateOfDrilling 813 ep-activity:averageRateOfDrilling
814 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 814 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
815 rdfs:comment "class_of_indirect_property that is the average rate of drilling for a drilling activity"^^xsd:string ; 815 rdfs:comment "class_of_indirect_property that is the average rate of drilling for a drilling activity"^^xsd:string ;
816 rdfs:domain ep-activity:DrillingActivity ; 816 rdfs:domain ep-activity:DrillingActivity ;
817 rdfs:label "average rate of drilling"^^xsd:string ; 817 rdfs:label "average rate of drilling"^^xsd:string ;
818 rdfs:range ep-core:Speed . 818 rdfs:range ep-core:Speed .
819 819
820 ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod 820 ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod
821 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 821 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
822 rdfs:comment "report that is a description of activities following the daily drilling activity for the reporting period"^^xsd:string ; 822 rdfs:comment "report that is a description of activities following the daily drilling activity for the reporting period"^^xsd:string ;
823 rdfs:domain ep-activity:DailyDrillingActivity ; 823 rdfs:domain ep-activity:DailyDrillingActivity ;
824 rdfs:label "description of activities following the daily reporting period"^^xsd:string ; 824 rdfs:label "description of activities following the daily reporting period"^^xsd:string ;
...@@ -837,28 +837,28 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod ...@@ -837,28 +837,28 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod
837 rdfs:label "description of activities within the daily reporting period"^^xsd:string . 837 rdfs:label "description of activities within the daily reporting period"^^xsd:string .
838 838
839 ep-activity:distanceDrilled 839 ep-activity:distanceDrilled
840 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 840 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
841 rdfs:comment "class_of_indirect_property that is the distance drilled by a drilling activity"^^xsd:string ; 841 rdfs:comment "class_of_indirect_property that is the distance drilled by a drilling activity"^^xsd:string ;
842 rdfs:domain ep-activity:DrillingActivity ; 842 rdfs:domain ep-activity:DrillingActivity ;
843 rdfs:label "distance drilled"^^xsd:string ; 843 rdfs:label "distance drilled"^^xsd:string ;
844 rdfs:range ep-core:Length . 844 rdfs:range ep-core:Length .
845 845
846 ep-activity:drillingContractor 846 ep-activity:drillingContractor
847 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 847 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
848 rdfs:comment "organization that is contracted to perform a drilling activity"^^xsd:string ; 848 rdfs:comment "organization that is contracted to perform a drilling activity"^^xsd:string ;
849 rdfs:domain ep-activity:DrillingActivity ; 849 rdfs:domain ep-activity:DrillingActivity ;
850 rdfs:label "drilling contractor"^^xsd:string ; 850 rdfs:label "drilling contractor"^^xsd:string ;
851 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 851 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
852 852
853 ep-activity:drillingOperator 853 ep-activity:drillingOperator
854 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 854 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
855 - rdfs:comment "Corresponds to Drilling Operator field in WellBore tables"^^xsd:string , "organization that operates the facility that performs a drilling activity"^^xsd:string ; 855 + rdfs:comment "organization that operates the facility that performs a drilling activity"^^xsd:string , "Corresponds to Drilling Operator field in WellBore tables"^^xsd:string ;
856 rdfs:domain ep-activity:DrillingActivity ; 856 rdfs:domain ep-activity:DrillingActivity ;
857 rdfs:label "drilling operator"^^xsd:string ; 857 rdfs:label "drilling operator"^^xsd:string ;
858 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 858 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
859 859
860 ep-activity:existsThroughout 860 ep-activity:existsThroughout
861 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 861 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
862 rdfs:comment "identification of a period of time that a physical thing exists throughout (an ISO 15926 template)"^^xsd:string ; 862 rdfs:comment "identification of a period of time that a physical thing exists throughout (an ISO 15926 template)"^^xsd:string ;
863 rdfs:domain ep-core:PhysicalThing ; 863 rdfs:domain ep-core:PhysicalThing ;
864 rdfs:label "exists throughout"^^xsd:string . 864 rdfs:label "exists throughout"^^xsd:string .
...@@ -877,42 +877,42 @@ ep-activity:failedEquipment ...@@ -877,42 +877,42 @@ ep-activity:failedEquipment
877 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 877 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
878 878
879 ep-activity:finalRateOfDrilling 879 ep-activity:finalRateOfDrilling
880 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 880 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
881 rdfs:comment "class_of_indirect_property that is the rate of drilling at the end of a drilling activity"^^xsd:string ; 881 rdfs:comment "class_of_indirect_property that is the rate of drilling at the end of a drilling activity"^^xsd:string ;
882 rdfs:domain ep-activity:DrillingActivity ; 882 rdfs:domain ep-activity:DrillingActivity ;
883 rdfs:label "final rate of drilling"^^xsd:string ; 883 rdfs:label "final rate of drilling"^^xsd:string ;
884 rdfs:range ep-core:Speed . 884 rdfs:range ep-core:Speed .
885 885
886 ep-activity:finishedAt 886 ep-activity:finishedAt
887 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 887 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
888 rdfs:comment "UTC representation of the finishing time for an activity (an ISO 15926 template)"^^xsd:string ; 888 rdfs:comment "UTC representation of the finishing time for an activity (an ISO 15926 template)"^^xsd:string ;
889 rdfs:domain ep-core:PhysicalThing ; 889 rdfs:domain ep-core:PhysicalThing ;
890 rdfs:label "finished at"^^xsd:string ; 890 rdfs:label "finished at"^^xsd:string ;
891 rdfs:range xsd:dateTime . 891 rdfs:range xsd:dateTime .
892 892
893 ep-activity:fluidProducedByWellTest 893 ep-activity:fluidProducedByWellTest
894 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 894 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
895 rdfs:comment "quantity of material that is produced by a well test"^^xsd:string ; 895 rdfs:comment "quantity of material that is produced by a well test"^^xsd:string ;
896 rdfs:domain ep-activity:WellTest ; 896 rdfs:domain ep-activity:WellTest ;
897 rdfs:label "fluid produced by well test"^^xsd:string ; 897 rdfs:label "fluid produced by well test"^^xsd:string ;
898 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . 898 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> .
899 899
900 ep-activity:hasChokeValve 900 ep-activity:hasChokeValve
901 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 901 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
902 rdfs:comment "choke valve that is for a drilling activity"^^xsd:string ; 902 rdfs:comment "choke valve that is for a drilling activity"^^xsd:string ;
903 rdfs:domain ep-activity:DrillingActivity ; 903 rdfs:domain ep-activity:DrillingActivity ;
904 rdfs:label "has choke valve"^^xsd:string ; 904 rdfs:label "has choke valve"^^xsd:string ;
905 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . 905 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> .
906 906
907 ep-activity:hasDrillBit 907 ep-activity:hasDrillBit
908 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 908 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
909 rdfs:comment "drill bit that is used by a drilling activity"^^xsd:string ; 909 rdfs:comment "drill bit that is used by a drilling activity"^^xsd:string ;
910 rdfs:domain ep-activity:DrillingActivity ; 910 rdfs:domain ep-activity:DrillingActivity ;
911 rdfs:label "has drill bit"^^xsd:string ; 911 rdfs:label "has drill bit"^^xsd:string ;
912 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . 912 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> .
913 913
914 ep-activity:hasDrillingFluid 914 ep-activity:hasDrillingFluid
915 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 915 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
916 rdfs:comment "fluid that is the drilling fluid for a drilling activity"^^xsd:string ; 916 rdfs:comment "fluid that is the drilling fluid for a drilling activity"^^xsd:string ;
917 rdfs:domain ep-activity:DrillingActivity ; 917 rdfs:domain ep-activity:DrillingActivity ;
918 rdfs:label "has drilling fluid"^^xsd:string ; 918 rdfs:label "has drilling fluid"^^xsd:string ;
...@@ -929,14 +929,14 @@ ep-activity:hasInflowLocation ...@@ -929,14 +929,14 @@ ep-activity:hasInflowLocation
929 rdfs:range <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> . 929 rdfs:range <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> .
930 930
931 ep-activity:hasWellTestChoke 931 ep-activity:hasWellTestChoke
932 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 932 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
933 rdfs:comment "well test choke for a well test"^^xsd:string ; 933 rdfs:comment "well test choke for a well test"^^xsd:string ;
934 rdfs:domain ep-activity:WellTest ; 934 rdfs:domain ep-activity:WellTest ;
935 rdfs:label "has well test choke"^^xsd:string ; 935 rdfs:label "has well test choke"^^xsd:string ;
936 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . 936 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> .
937 937
938 ep-activity:identificationNumberOfCore 938 ep-activity:identificationNumberOfCore
939 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 939 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
940 rdfs:comment "identification number of the core extracted by an extract a well core activity"^^xsd:string ; 940 rdfs:comment "identification number of the core extracted by an extract a well core activity"^^xsd:string ;
941 rdfs:domain ep-activity:ExtractAWellCore ; 941 rdfs:domain ep-activity:ExtractAWellCore ;
942 rdfs:label "identification number of core"^^xsd:string . 942 rdfs:label "identification number of core"^^xsd:string .
...@@ -958,21 +958,21 @@ ep-activity:logRunNumber ...@@ -958,21 +958,21 @@ ep-activity:logRunNumber
958 rdfs:label "log run number"^^xsd:string . 958 rdfs:label "log run number"^^xsd:string .
959 959
960 ep-activity:loggedWellBoreInterval 960 ep-activity:loggedWellBoreInterval
961 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 961 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
962 rdfs:comment "wellbore section that is logged by a wellbore log run activity"^^xsd:string ; 962 rdfs:comment "wellbore section that is logged by a wellbore log run activity"^^xsd:string ;
963 rdfs:domain ep-activity:WellBoreLogRun ; 963 rdfs:domain ep-activity:WellBoreLogRun ;
964 rdfs:label "logged wellbore interval"^^xsd:string ; 964 rdfs:label "logged wellbore interval"^^xsd:string ;
965 rdfs:range ep-core:PhysicalObject . 965 rdfs:range ep-core:PhysicalObject .
966 966
967 ep-activity:measuredDepthOfFluidSampling 967 ep-activity:measuredDepthOfFluidSampling
968 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 968 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
969 rdfs:comment "class_of_indirect_property that is the measured depth with respect to the RKB of the location of fluid sampling by a wireline formation test activity"^^xsd:string ; 969 rdfs:comment "class_of_indirect_property that is the measured depth with respect to the RKB of the location of fluid sampling by a wireline formation test activity"^^xsd:string ;
970 rdfs:domain ep-activity:WirelineFormationTest ; 970 rdfs:domain ep-activity:WirelineFormationTest ;
971 rdfs:label "measured depth of fluid sampling"^^xsd:string ; 971 rdfs:label "measured depth of fluid sampling"^^xsd:string ;
972 rdfs:range ep-core:Length . 972 rdfs:range ep-core:Length .
973 973
974 ep-activity:missedProductionTime 974 ep-activity:missedProductionTime
975 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 975 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
976 rdfs:comment "duration of the production time lost because of an equipment failure and repair activity"^^xsd:string ; 976 rdfs:comment "duration of the production time lost because of an equipment failure and repair activity"^^xsd:string ;
977 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 977 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
978 rdfs:label "missed production time"^^xsd:string ; 978 rdfs:label "missed production time"^^xsd:string ;
...@@ -992,14 +992,14 @@ ep-activity:observedObject ...@@ -992,14 +992,14 @@ ep-activity:observedObject
992 rdfs:comment "physical thing that is observed by a make an observation activity"^^xsd:string . 992 rdfs:comment "physical thing that is observed by a make an observation activity"^^xsd:string .
993 993
994 ep-activity:onDrillBit 994 ep-activity:onDrillBit
995 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 995 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
996 rdfs:comment "drill bit that is used within a wellbore bit run drilling activity"^^xsd:string ; 996 rdfs:comment "drill bit that is used within a wellbore bit run drilling activity"^^xsd:string ;
997 rdfs:domain ep-activity:WellBoreBitRunDrilling ; 997 rdfs:domain ep-activity:WellBoreBitRunDrilling ;
998 rdfs:label "on drill bit"^^xsd:string ; 998 rdfs:label "on drill bit"^^xsd:string ;
999 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . 999 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> .
1000 1000
1001 ep-activity:onRig 1001 ep-activity:onRig
1002 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1002 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1003 rdfs:comment "rig that is the location for a drilling activity"^^xsd:string ; 1003 rdfs:comment "rig that is the location for a drilling activity"^^xsd:string ;
1004 rdfs:domain ep-activity:DrillingActivity ; 1004 rdfs:domain ep-activity:DrillingActivity ;
1005 rdfs:label "on rig"^^xsd:string ; 1005 rdfs:label "on rig"^^xsd:string ;
...@@ -1013,21 +1013,21 @@ ep-activity:onWell ...@@ -1013,21 +1013,21 @@ ep-activity:onWell
1013 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . 1013 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> .
1014 1014
1015 ep-activity:onWellBore 1015 ep-activity:onWellBore
1016 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1016 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1017 rdfs:comment "wellbore upon which a drilling activity is performed"^^xsd:string ; 1017 rdfs:comment "wellbore upon which a drilling activity is performed"^^xsd:string ;
1018 rdfs:domain ep-activity:DrillingActivity ; 1018 rdfs:domain ep-activity:DrillingActivity ;
1019 rdfs:label "on wellbore"^^xsd:string ; 1019 rdfs:label "on wellbore"^^xsd:string ;
1020 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . 1020 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> .
1021 1021
1022 ep-activity:operatingTimeOfDrillBit 1022 ep-activity:operatingTimeOfDrillBit
1023 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 1023 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
1024 rdfs:comment "class_of_indirect_property that is the operating time of the drill bit for a drilling activity"^^xsd:string ; 1024 rdfs:comment "class_of_indirect_property that is the operating time of the drill bit for a drilling activity"^^xsd:string ;
1025 rdfs:domain ep-activity:DrillingActivity ; 1025 rdfs:domain ep-activity:DrillingActivity ;
1026 rdfs:label "operating time of drill bit"^^xsd:string ; 1026 rdfs:label "operating time of drill bit"^^xsd:string ;
1027 rdfs:range ep-core:TimeDuration . 1027 rdfs:range ep-core:TimeDuration .
1028 1028
1029 ep-activity:pressureAtWhichPlugBumped 1029 ep-activity:pressureAtWhichPlugBumped
1030 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1030 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1031 rdfs:comment "class_of_indirect_property that is the pressure at which the plub bumped for a well cement pumping activity"^^xsd:string ; 1031 rdfs:comment "class_of_indirect_property that is the pressure at which the plub bumped for a well cement pumping activity"^^xsd:string ;
1032 rdfs:domain ep-activity:WellCementPumping ; 1032 rdfs:domain ep-activity:WellCementPumping ;
1033 rdfs:label "pressure at which plug bumped"^^xsd:string ; 1033 rdfs:label "pressure at which plug bumped"^^xsd:string ;
...@@ -1041,104 +1041,104 @@ ep-activity:pumpedFluid ...@@ -1041,104 +1041,104 @@ ep-activity:pumpedFluid
1041 rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . 1041 rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> .
1042 1042
1043 ep-activity:recoveredCore 1043 ep-activity:recoveredCore
1044 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1044 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1045 rdfs:comment "core that is recovered by an ExtractAWellCore activity"^^xsd:string ; 1045 rdfs:comment "core that is recovered by an ExtractAWellCore activity"^^xsd:string ;
1046 rdfs:domain ep-activity:ExtractAWellCore ; 1046 rdfs:domain ep-activity:ExtractAWellCore ;
1047 rdfs:label "recovered core"^^xsd:string ; 1047 rdfs:label "recovered core"^^xsd:string ;
1048 rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . 1048 rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> .
1049 1049
1050 ep-activity:returnedCementingFluid 1050 ep-activity:returnedCementingFluid
1051 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1051 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1052 rdfs:comment "cementing fluid that is returned during a well cement pumping activity"^^xsd:string ; 1052 rdfs:comment "cementing fluid that is returned during a well cement pumping activity"^^xsd:string ;
1053 rdfs:domain ep-activity:WellCementPumping ; 1053 rdfs:domain ep-activity:WellCementPumping ;
1054 rdfs:label "returned cementing fluid"^^xsd:string ; 1054 rdfs:label "returned cementing fluid"^^xsd:string ;
1055 rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . 1055 rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> .
1056 1056
1057 ep-activity:sampledFluid 1057 ep-activity:sampledFluid
1058 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1058 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1059 rdfs:comment "fluid that is sampled in a wireline formation test"^^xsd:string ; 1059 rdfs:comment "fluid that is sampled in a wireline formation test"^^xsd:string ;
1060 rdfs:domain ep-activity:WirelineFormationTest ; 1060 rdfs:domain ep-activity:WirelineFormationTest ;
1061 rdfs:label "sampled fluid"^^xsd:string ; 1061 rdfs:label "sampled fluid"^^xsd:string ;
1062 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . 1062 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> .
1063 1063
1064 ep-activity:serviceCompany 1064 ep-activity:serviceCompany
1065 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1065 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1066 rdfs:comment "organization that performs an activity as a service company"^^xsd:string ; 1066 rdfs:comment "organization that performs an activity as a service company"^^xsd:string ;
1067 rdfs:domain ep-activity:Activity ; 1067 rdfs:domain ep-activity:Activity ;
1068 rdfs:label "service company"^^xsd:string ; 1068 rdfs:label "service company"^^xsd:string ;
1069 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 1069 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
1070 1070
1071 ep-activity:startedAt 1071 ep-activity:startedAt
1072 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 1072 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
1073 rdfs:comment "UTC representation of the starting time for an activity (an ISO 15926 template)"^^xsd:string ; 1073 rdfs:comment "UTC representation of the starting time for an activity (an ISO 15926 template)"^^xsd:string ;
1074 rdfs:domain ep-core:PhysicalThing ; 1074 rdfs:domain ep-core:PhysicalThing ;
1075 rdfs:label "started at"^^xsd:string ; 1075 rdfs:label "started at"^^xsd:string ;
1076 rdfs:range xsd:dateTime . 1076 rdfs:range xsd:dateTime .
1077 1077
1078 ep-activity:timeLost 1078 ep-activity:timeLost
1079 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1079 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1080 rdfs:comment "duration of time that is lost as a result of a well control incident"^^xsd:string ; 1080 rdfs:comment "duration of time that is lost as a result of a well control incident"^^xsd:string ;
1081 rdfs:domain ep-activity:WellControlIncident ; 1081 rdfs:domain ep-activity:WellControlIncident ;
1082 rdfs:label "time lost"^^xsd:string ; 1082 rdfs:label "time lost"^^xsd:string ;
1083 rdfs:range ep-core:TimeDuration . 1083 rdfs:range ep-core:TimeDuration .
1084 1084
1085 ep-activity:timeOfFailure 1085 ep-activity:timeOfFailure
1086 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 1086 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
1087 rdfs:comment "UTC representation of the time of the failure that begins an equipment failure and repair activity. This is the same as the start of the activity. (an ISO 15926 template)"^^xsd:string ; 1087 rdfs:comment "UTC representation of the time of the failure that begins an equipment failure and repair activity. This is the same as the start of the activity. (an ISO 15926 template)"^^xsd:string ;
1088 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 1088 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
1089 rdfs:label "time of failure"^^xsd:string ; 1089 rdfs:label "time of failure"^^xsd:string ;
1090 rdfs:range xsd:dateTime . 1090 rdfs:range xsd:dateTime .
1091 1091
1092 ep-activity:timeOfRepair 1092 ep-activity:timeOfRepair
1093 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 1093 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
1094 rdfs:comment "UTC representation of the time of the repair in an equipment failure and repair activity (an ISO 15926 template)"^^xsd:string ; 1094 rdfs:comment "UTC representation of the time of the repair in an equipment failure and repair activity (an ISO 15926 template)"^^xsd:string ;
1095 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 1095 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
1096 rdfs:label "time of repair"^^xsd:string ; 1096 rdfs:label "time of repair"^^xsd:string ;
1097 rdfs:range xsd:dateTime . 1097 rdfs:range xsd:dateTime .
1098 1098
1099 ep-activity:volumeOfMudGained 1099 ep-activity:volumeOfMudGained
1100 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 1100 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
1101 rdfs:comment "volume of the mud that is gained in a well control incident"^^xsd:string ; 1101 rdfs:comment "volume of the mud that is gained in a well control incident"^^xsd:string ;
1102 rdfs:domain ep-activity:WellControlIncident ; 1102 rdfs:domain ep-activity:WellControlIncident ;
1103 rdfs:label "volume of mud gained"^^xsd:string ; 1103 rdfs:label "volume of mud gained"^^xsd:string ;
1104 rdfs:range ep-core:Volume . 1104 rdfs:range ep-core:Volume .
1105 1105
1106 ep-activity:wellBoreLoggingTool 1106 ep-activity:wellBoreLoggingTool
1107 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1107 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1108 rdfs:comment "equipment that is the logging tool for a wellbore log run"^^xsd:string ; 1108 rdfs:comment "equipment that is the logging tool for a wellbore log run"^^xsd:string ;
1109 rdfs:domain ep-activity:WellBoreLogRun ; 1109 rdfs:domain ep-activity:WellBoreLogRun ;
1110 rdfs:label "well bore logging tool"^^xsd:string ; 1110 rdfs:label "well bore logging tool"^^xsd:string ;
1111 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 1111 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
1112 1112
1113 ep-activity:wellTestBottomHolePressure 1113 ep-activity:wellTestBottomHolePressure
1114 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 1114 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
1115 rdfs:comment "pressure that is of the fluid at the bottom of a wellbore during a well test"^^xsd:string ; 1115 rdfs:comment "pressure that is of the fluid at the bottom of a wellbore during a well test"^^xsd:string ;
1116 rdfs:domain ep-activity:WellTest ; 1116 rdfs:domain ep-activity:WellTest ;
1117 rdfs:label "well test bottom hole pressure"^^xsd:string ; 1117 rdfs:label "well test bottom hole pressure"^^xsd:string ;
1118 rdfs:range ep-core:Pressure . 1118 rdfs:range ep-core:Pressure .
1119 1119
1120 ep-activity:wellTestFlowingPressure 1120 ep-activity:wellTestFlowingPressure
1121 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 1121 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
1122 rdfs:comment "pressure of the flowing fluid during a well test"^^xsd:string ; 1122 rdfs:comment "pressure of the flowing fluid during a well test"^^xsd:string ;
1123 rdfs:domain ep-activity:WellTest ; 1123 rdfs:domain ep-activity:WellTest ;
1124 rdfs:label "well test flowing pressure"^^xsd:string ; 1124 rdfs:label "well test flowing pressure"^^xsd:string ;
1125 rdfs:range ep-core:Pressure . 1125 rdfs:range ep-core:Pressure .
1126 1126
1127 ep-activity:wellTestNumber 1127 ep-activity:wellTestNumber
1128 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 1128 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
1129 rdfs:comment "identification number of a well test"^^xsd:string ; 1129 rdfs:comment "identification number of a well test"^^xsd:string ;
1130 rdfs:domain ep-activity:WellTest ; 1130 rdfs:domain ep-activity:WellTest ;
1131 rdfs:label "well test number"^^xsd:string . 1131 rdfs:label "well test number"^^xsd:string .
1132 1132
1133 ep-activity:wellTestShutInPressure 1133 ep-activity:wellTestShutInPressure
1134 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 1134 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
1135 rdfs:comment "pressure of the shut in fluid during a well test"^^xsd:string ; 1135 rdfs:comment "pressure of the shut in fluid during a well test"^^xsd:string ;
1136 rdfs:domain ep-activity:WellTest ; 1136 rdfs:domain ep-activity:WellTest ;
1137 rdfs:label "well test shut-in pressure"^^xsd:string ; 1137 rdfs:label "well test shut-in pressure"^^xsd:string ;
1138 rdfs:range ep-core:Pressure . 1138 rdfs:range ep-core:Pressure .
1139 1139
1140 ep-activity:wellTestStoredOil 1140 ep-activity:wellTestStoredOil
1141 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1141 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1142 rdfs:comment "oil produced by a well test that is stored"^^xsd:string ; 1142 rdfs:comment "oil produced by a well test that is stored"^^xsd:string ;
1143 rdfs:domain ep-activity:WellTest ; 1143 rdfs:domain ep-activity:WellTest ;
1144 rdfs:label "well test stored oil"^^xsd:string ; 1144 rdfs:label "well test stored oil"^^xsd:string ;
......
This diff could not be displayed because it is too large.
...@@ -15,179 +15,179 @@ ...@@ -15,179 +15,179 @@
15 15
16 <http://www.reportinghub.no/ep/schema/1.0/flow> 16 <http://www.reportinghub.no/ep/schema/1.0/flow>
17 rdf:type owl:Ontology ; 17 rdf:type owl:Ontology ;
18 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <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/core> ; 18 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <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/production-activity> ;
19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
20 20
21 ep-core:PhysicalThingAtInstant 21 ep-core:PhysicalThingAtInstant
22 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 22 + rdf:type ep-flow:TemporalPartDurationType , owl:Class ;
23 rdfs:comment "physical thing at an instant in time"^^xsd:string ; 23 rdfs:comment "physical thing at an instant in time"^^xsd:string ;
24 rdfs:label "physical thing at an instant"^^xsd:string ; 24 rdfs:label "physical thing at an instant"^^xsd:string ;
25 rdfs:subClassOf ep-core:PhysicalThing . 25 rdfs:subClassOf ep-core:PhysicalThing .
26 26
27 ep-core:PhysicalThingDuringGasYearToDate 27 ep-core:PhysicalThingDuringGasYearToDate
28 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 28 + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ;
29 rdfs:comment "physical thing starting at 06:00 AM October 1st and ending at same date and time the following year (source MPR-XSD)"^^xsd:string ; 29 rdfs:comment "physical thing starting at 06:00 AM October 1st and ending at same date and time the following year (source MPR-XSD)"^^xsd:string ;
30 rdfs:label "physical thing during gas year to date"^^xsd:string ; 30 rdfs:label "physical thing during gas year to date"^^xsd:string ;
31 rdfs:subClassOf ep-core:PhysicalThing . 31 rdfs:subClassOf ep-core:PhysicalThing .
32 32
33 ep-core:PhysicalThingDuringMonthToDate 33 ep-core:PhysicalThingDuringMonthToDate
34 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 34 + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ;
35 rdfs:comment "physical thing from the beginning of the calendar month to the end of the report period (source MPR-XSD)"^^xsd:string ; 35 rdfs:comment "physical thing from the beginning of the calendar month to the end of the report period (source MPR-XSD)"^^xsd:string ;
36 rdfs:label "physical thing during month to date"^^xsd:string ; 36 rdfs:label "physical thing during month to date"^^xsd:string ;
37 rdfs:subClassOf ep-core:PhysicalThing . 37 rdfs:subClassOf ep-core:PhysicalThing .
38 38
39 ep-core:PhysicalThingDuringOneDay 39 ep-core:PhysicalThingDuringOneDay
40 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 40 + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ;
41 rdfs:comment "physical thing during one day. NOTE If the report does not represent one day then this represents the 24 hour period ending at the end of the report period. (source MPR-XSD)"^^xsd:string ; 41 rdfs:comment "physical thing during one day. NOTE If the report does not represent one day then this represents the 24 hour period ending at the end of the report period. (source MPR-XSD)"^^xsd:string ;
42 rdfs:label "physical thing during one day"^^xsd:string ; 42 rdfs:label "physical thing during one day"^^xsd:string ;
43 rdfs:subClassOf ep-core:PhysicalThing . 43 rdfs:subClassOf ep-core:PhysicalThing .
44 44
45 ep-core:PhysicalThingDuringOneGasDay 45 ep-core:PhysicalThingDuringOneGasDay
46 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 46 + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ;
47 rdfs:comment "physical thing during a day (24 hour period) starting at 06:00 AM and ending 06:00 AM next day (source MPR-XSD)"^^xsd:string ; 47 rdfs:comment "physical thing during a day (24 hour period) starting at 06:00 AM and ending 06:00 AM next day (source MPR-XSD)"^^xsd:string ;
48 rdfs:label "physical thing during one gas day"^^xsd:string ; 48 rdfs:label "physical thing during one gas day"^^xsd:string ;
49 rdfs:subClassOf ep-core:PhysicalThing . 49 rdfs:subClassOf ep-core:PhysicalThing .
50 50
51 ep-core:PhysicalThingDuringOneGasMonth 51 ep-core:PhysicalThingDuringOneGasMonth
52 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 52 + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ;
53 rdfs:comment "physical thing during a month starting at 06:00 AM the first day and ending at 06:00 AM the first day of the next month (source MPR-XSD)"^^xsd:string ; 53 rdfs:comment "physical thing during a month starting at 06:00 AM the first day and ending at 06:00 AM the first day of the next month (source MPR-XSD)"^^xsd:string ;
54 rdfs:label "physical thing during one gas month"^^xsd:string ; 54 rdfs:label "physical thing during one gas month"^^xsd:string ;
55 rdfs:subClassOf ep-core:PhysicalThing . 55 rdfs:subClassOf ep-core:PhysicalThing .
56 56
57 ep-core:PhysicalThingDuringOneGasYear 57 ep-core:PhysicalThingDuringOneGasYear
58 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 58 + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ;
59 rdfs:comment "physical thing starting at 06:00 AM October 1st and ending at same date and time the following year (source MPR-XSD)"^^xsd:string ; 59 rdfs:comment "physical thing starting at 06:00 AM October 1st and ending at same date and time the following year (source MPR-XSD)"^^xsd:string ;
60 rdfs:label "physical thing during one gas year"^^xsd:string ; 60 rdfs:label "physical thing during one gas year"^^xsd:string ;
61 rdfs:subClassOf ep-core:PhysicalThing . 61 rdfs:subClassOf ep-core:PhysicalThing .
62 62
63 ep-core:PhysicalThingDuringOneMonth 63 ep-core:PhysicalThingDuringOneMonth
64 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 64 + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ;
65 rdfs:comment "physical thing during one calendar month (source MPR-XSD)"^^xsd:string ; 65 rdfs:comment "physical thing during one calendar month (source MPR-XSD)"^^xsd:string ;
66 rdfs:label "physical thing during one month"^^xsd:string ; 66 rdfs:label "physical thing during one month"^^xsd:string ;
67 rdfs:subClassOf ep-core:PhysicalThing . 67 rdfs:subClassOf ep-core:PhysicalThing .
68 68
69 ep-core:PhysicalThingDuringOneWeek 69 ep-core:PhysicalThingDuringOneWeek
70 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 70 + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ;
71 rdfs:comment "physical thing during one week. If the report does not represent one week then this represents the 7 times 24 hour period ending at the end of the report period. (source MPR-XSD)"^^xsd:string ; 71 rdfs:comment "physical thing during one week. If the report does not represent one week then this represents the 7 times 24 hour period ending at the end of the report period. (source MPR-XSD)"^^xsd:string ;
72 rdfs:label "physical thing during one week"^^xsd:string ; 72 rdfs:label "physical thing during one week"^^xsd:string ;
73 rdfs:subClassOf ep-core:PhysicalThing . 73 rdfs:subClassOf ep-core:PhysicalThing .
74 74
75 ep-core:PhysicalThingDuringOneYear 75 ep-core:PhysicalThingDuringOneYear
76 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 76 + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ;
77 rdfs:comment "physical thing during one Gregorian year (source MPR-XSD)"^^xsd:string ; 77 rdfs:comment "physical thing during one Gregorian year (source MPR-XSD)"^^xsd:string ;
78 rdfs:label "physical thing during one year"^^xsd:string ; 78 rdfs:label "physical thing during one year"^^xsd:string ;
79 rdfs:subClassOf ep-core:PhysicalThing . 79 rdfs:subClassOf ep-core:PhysicalThing .
80 80
81 ep-core:PhysicalThingDuringYearToDate 81 ep-core:PhysicalThingDuringYearToDate
82 - rdf:type owl:Class , ep-flow:TemporalPartDurationType ; 82 + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-flow:TemporalPartDurationType , owl:Class ;
83 rdfs:comment "physical thing from the beginning of the year to the end of the report period (source MPR-XSD)"^^xsd:string ; 83 rdfs:comment "physical thing from the beginning of the year to the end of the report period (source MPR-XSD)"^^xsd:string ;
84 rdfs:label "physical thing during year to date"^^xsd:string ; 84 rdfs:label "physical thing during year to date"^^xsd:string ;
85 rdfs:subClassOf ep-core:PhysicalThing . 85 rdfs:subClassOf ep-core:PhysicalThing .
86 86
87 ep-flow:AllocatedFlow 87 ep-flow:AllocatedFlow
88 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 88 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
89 rdfs:comment "flow that is allocated back to a well as opposed to being measured at a well (source: MPR-XSD)"^^xsd:string ; 89 rdfs:comment "flow that is allocated back to a well as opposed to being measured at a well (source: MPR-XSD)"^^xsd:string ;
90 rdfs:label "allocated flow"^^xsd:string ; 90 rdfs:label "allocated flow"^^xsd:string ;
91 rdfs:subClassOf ep-flow:Flow . 91 rdfs:subClassOf ep-flow:Flow .
92 92
93 ep-flow:AllocatedInventory 93 ep-flow:AllocatedInventory
94 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 94 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
95 rdfs:comment "inventory that is allocated (source: MPR-XSD)"^^xsd:string ; 95 rdfs:comment "inventory that is allocated (source: MPR-XSD)"^^xsd:string ;
96 rdfs:label "allocated inventory"^^xsd:string ; 96 rdfs:label "allocated inventory"^^xsd:string ;
97 rdfs:subClassOf ep-flow:Inventory . 97 rdfs:subClassOf ep-flow:Inventory .
98 98
99 ep-flow:BudgetFlow 99 ep-flow:BudgetFlow
100 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 100 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
101 rdfs:comment "flow that is a performance requirement as determined by a budget (source: MPR-XSD)"^^xsd:string ; 101 rdfs:comment "flow that is a performance requirement as determined by a budget (source: MPR-XSD)"^^xsd:string ;
102 rdfs:label "budget flow"^^xsd:string ; 102 rdfs:label "budget flow"^^xsd:string ;
103 rdfs:subClassOf ep-flow:Flow . 103 rdfs:subClassOf ep-flow:Flow .
104 104
105 ep-flow:ClassOfMaterialWithMassCriterion 105 ep-flow:ClassOfMaterialWithMassCriterion
106 rdf:type rdfs:Class ; 106 rdf:type rdfs:Class ;
107 - rdfs:comment "class that has amounts of material with a particular mass as members"^^xsd:string , "NOTE: This class is used for the average daily mass of material in a particular flow. In this case the criteria for being a member of the class is that it is material taken from a particular flow during a reporting period, and that the material has the average mass of a daily flow during the reporting period."^^xsd:string ; 107 + rdfs:comment "NOTE: This class is used for the average daily mass of material in a particular flow. In this case the criteria for being a member of the class is that it is material taken from a particular flow during a reporting period, and that the material has the average mass of a daily flow during the reporting period."^^xsd:string , "class that has amounts of material with a particular mass as members"^^xsd:string ;
108 rdfs:label "class of material with mass criterion"^^xsd:string ; 108 rdfs:label "class of material with mass criterion"^^xsd:string ;
109 rdfs:subClassOf owl:Class . 109 rdfs:subClassOf owl:Class .
110 110
111 ep-flow:ConstraintFlow 111 ep-flow:ConstraintFlow
112 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 112 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
113 rdfs:comment "flow that is determined by an allowable or other performance limit. This includes allowables which are usually established by a regulatory agency for a product. (source: MPR-XSD)"^^xsd:string ; 113 rdfs:comment "flow that is determined by an allowable or other performance limit. This includes allowables which are usually established by a regulatory agency for a product. (source: MPR-XSD)"^^xsd:string ;
114 rdfs:label "constraint flow"^^xsd:string ; 114 rdfs:label "constraint flow"^^xsd:string ;
115 rdfs:subClassOf ep-flow:Flow . 115 rdfs:subClassOf ep-flow:Flow .
116 116
117 ep-flow:ConstraintFlow-fixed 117 ep-flow:ConstraintFlow-fixed
118 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 118 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
119 rdfs:comment "constraint flow that is the only permitted flow (source: MPR-XSD)"^^xsd:string ; 119 rdfs:comment "constraint flow that is the only permitted flow (source: MPR-XSD)"^^xsd:string ;
120 rdfs:label "constraint flow - fixed"^^xsd:string ; 120 rdfs:label "constraint flow - fixed"^^xsd:string ;
121 rdfs:subClassOf ep-flow:ConstraintFlow . 121 rdfs:subClassOf ep-flow:ConstraintFlow .
122 122
123 ep-flow:ConstraintFlow-maximum 123 ep-flow:ConstraintFlow-maximum
124 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 124 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
125 rdfs:comment "constraint flow that is the maximum permitted flow (source: MPR-XSD)"^^xsd:string ; 125 rdfs:comment "constraint flow that is the maximum permitted flow (source: MPR-XSD)"^^xsd:string ;
126 rdfs:label "constraint flow - maximum"^^xsd:string ; 126 rdfs:label "constraint flow - maximum"^^xsd:string ;
127 rdfs:subClassOf ep-flow:ConstraintFlow . 127 rdfs:subClassOf ep-flow:ConstraintFlow .
128 128
129 ep-flow:ConstraintFlow-minimum 129 ep-flow:ConstraintFlow-minimum
130 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 130 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
131 rdfs:comment "constraint flow that is the minimum permitted flow (source: MPR-XSD)"^^xsd:string ; 131 rdfs:comment "constraint flow that is the minimum permitted flow (source: MPR-XSD)"^^xsd:string ;
132 rdfs:label "constraint flow - minimum"^^xsd:string ; 132 rdfs:label "constraint flow - minimum"^^xsd:string ;
133 rdfs:subClassOf ep-flow:ConstraintFlow . 133 rdfs:subClassOf ep-flow:ConstraintFlow .
134 134
135 ep-flow:ConsumptionFlow 135 ep-flow:ConsumptionFlow
136 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 136 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
137 rdfs:comment "flow that is consumed by a facility (source: MPR-XSD)"^^xsd:string ; 137 rdfs:comment "flow that is consumed by a facility (source: MPR-XSD)"^^xsd:string ;
138 rdfs:label "consumption flow"^^xsd:string ; 138 rdfs:label "consumption flow"^^xsd:string ;
139 rdfs:subClassOf ep-flow:Flow . 139 rdfs:subClassOf ep-flow:Flow .
140 140
141 ep-flow:ConsumptionFlow-HPflare 141 ep-flow:ConsumptionFlow-HPflare
142 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 142 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
143 rdfs:comment "consumption flow - flare that is burned in a high pressure flare (source: MPR-XSD)"^^xsd:string ; 143 rdfs:comment "consumption flow - flare that is burned in a high pressure flare (source: MPR-XSD)"^^xsd:string ;
144 rdfs:label "consumption flow - HP flare"^^xsd:string ; 144 rdfs:label "consumption flow - HP flare"^^xsd:string ;
145 rdfs:subClassOf ep-flow:ConsumptionFlow-flare . 145 rdfs:subClassOf ep-flow:ConsumptionFlow-flare .
146 146
147 ep-flow:ConsumptionFlow-LPflare 147 ep-flow:ConsumptionFlow-LPflare
148 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 148 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
149 rdfs:comment "consumption flow - flare that is burned in a low pressure flare (source: MPR-XSD)"^^xsd:string ; 149 rdfs:comment "consumption flow - flare that is burned in a low pressure flare (source: MPR-XSD)"^^xsd:string ;
150 rdfs:label "consumption flow - LP flare"^^xsd:string ; 150 rdfs:label "consumption flow - LP flare"^^xsd:string ;
151 rdfs:subClassOf ep-flow:ConsumptionFlow-flare . 151 rdfs:subClassOf ep-flow:ConsumptionFlow-flare .
152 152
153 ep-flow:ConsumptionFlow-blackstart 153 ep-flow:ConsumptionFlow-blackstart
154 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 154 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
155 rdfs:comment "consumption flow that is to restart power facilities as a result of an overall power outage (source: MPR-XSD)"^^xsd:string ; 155 rdfs:comment "consumption flow that is to restart power facilities as a result of an overall power outage (source: MPR-XSD)"^^xsd:string ;
156 rdfs:label "consumption flow - blackstart"^^xsd:string ; 156 rdfs:label "consumption flow - blackstart"^^xsd:string ;
157 rdfs:subClassOf ep-flow:ConsumptionFlow . 157 rdfs:subClassOf ep-flow:ConsumptionFlow .
158 158
159 ep-flow:ConsumptionFlow-compressor 159 ep-flow:ConsumptionFlow-compressor
160 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 160 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
161 rdfs:comment "consumption flow that is by a compressor (source: MPR-XSD)"^^xsd:string ; 161 rdfs:comment "consumption flow that is by a compressor (source: MPR-XSD)"^^xsd:string ;
162 rdfs:label "consumption flow - compressor"^^xsd:string ; 162 rdfs:label "consumption flow - compressor"^^xsd:string ;
163 rdfs:subClassOf ep-flow:ConsumptionFlow . 163 rdfs:subClassOf ep-flow:ConsumptionFlow .
164 164
165 ep-flow:ConsumptionFlow-emitted 165 ep-flow:ConsumptionFlow-emitted
166 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 166 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
167 rdfs:comment "consumption flow that is released into the atmosphere as a by-product of consumption (source: MPR-XSD)"^^xsd:string ; 167 rdfs:comment "consumption flow that is released into the atmosphere as a by-product of consumption (source: MPR-XSD)"^^xsd:string ;
168 rdfs:label "consumption flow - emitted"^^xsd:string ; 168 rdfs:label "consumption flow - emitted"^^xsd:string ;
169 rdfs:subClassOf ep-flow:ConsumptionFlow . 169 rdfs:subClassOf ep-flow:ConsumptionFlow .
170 170
171 ep-flow:ConsumptionFlow-flare 171 ep-flow:ConsumptionFlow-flare
172 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 172 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
173 rdfs:comment "consumption flow that is burned in a flare. A fluid stream that has one or more flares as the ultimate target. (source: MPR-XSD)"^^xsd:string ; 173 rdfs:comment "consumption flow that is burned in a flare. A fluid stream that has one or more flares as the ultimate target. (source: MPR-XSD)"^^xsd:string ;
174 rdfs:label "consumption flow - flare"^^xsd:string ; 174 rdfs:label "consumption flow - flare"^^xsd:string ;
175 rdfs:subClassOf ep-flow:ConsumptionFlow . 175 rdfs:subClassOf ep-flow:ConsumptionFlow .
176 176
177 ep-flow:ConsumptionFlow-fuel 177 ep-flow:ConsumptionFlow-fuel
178 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 178 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
179 rdfs:comment "consumption flow that is by processing equipment (source: MPR-XSD)"^^xsd:string ; 179 rdfs:comment "consumption flow that is by processing equipment (source: MPR-XSD)"^^xsd:string ;
180 rdfs:label "consumption flow - fuel"^^xsd:string ; 180 rdfs:label "consumption flow - fuel"^^xsd:string ;
181 rdfs:subClassOf ep-flow:ConsumptionFlow . 181 rdfs:subClassOf ep-flow:ConsumptionFlow .
182 182
183 ep-flow:ConsumptionFlow-noncompressor 183 ep-flow:ConsumptionFlow-noncompressor
184 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 184 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
185 rdfs:comment "consumption flow that is by a device other than a compressor (source: MPR-XSD)"^^xsd:string ; 185 rdfs:comment "consumption flow that is by a device other than a compressor (source: MPR-XSD)"^^xsd:string ;
186 rdfs:label "consumption flow - non-compressor"^^xsd:string ; 186 rdfs:label "consumption flow - non-compressor"^^xsd:string ;
187 rdfs:subClassOf ep-flow:ConsumptionFlow . 187 rdfs:subClassOf ep-flow:ConsumptionFlow .
188 188
189 ep-flow:ConsumptionFlow-venting 189 ep-flow:ConsumptionFlow-venting
190 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 190 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
191 rdfs:comment "consumption flow that is released into the atmosphere (source: MPR-XSD)"^^xsd:string ; 191 rdfs:comment "consumption flow that is released into the atmosphere (source: MPR-XSD)"^^xsd:string ;
192 rdfs:label "consumption flow - venting"^^xsd:string ; 192 rdfs:label "consumption flow - venting"^^xsd:string ;
193 rdfs:subClassOf ep-flow:ConsumptionFlow . 193 rdfs:subClassOf ep-flow:ConsumptionFlow .
...@@ -205,19 +205,19 @@ ep-flow:DailyProductionFlow ...@@ -205,19 +205,19 @@ ep-flow:DailyProductionFlow
205 rdfs:subClassOf ep-flow:ProductionFlow . 205 rdfs:subClassOf ep-flow:ProductionFlow .
206 206
207 ep-flow:DerivedFlow 207 ep-flow:DerivedFlow
208 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 208 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
209 rdfs:comment "flow that is derived directly from one or more other flows (source: MPR-XSD)"^^xsd:string ; 209 rdfs:comment "flow that is derived directly from one or more other flows (source: MPR-XSD)"^^xsd:string ;
210 rdfs:label "derived flow"^^xsd:string ; 210 rdfs:label "derived flow"^^xsd:string ;
211 rdfs:subClassOf ep-flow:Flow . 211 rdfs:subClassOf ep-flow:Flow .
212 212
213 ep-flow:DerivedFlow-difference 213 ep-flow:DerivedFlow-difference
214 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 214 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
215 rdfs:comment "derived flow that is the difference between two other flows (source: MPR-XSD)"^^xsd:string ; 215 rdfs:comment "derived flow that is the difference between two other flows (source: MPR-XSD)"^^xsd:string ;
216 rdfs:label "derived flow - difference"^^xsd:string ; 216 rdfs:label "derived flow - difference"^^xsd:string ;
217 rdfs:subClassOf ep-flow:DerivedFlow . 217 rdfs:subClassOf ep-flow:DerivedFlow .
218 218
219 ep-flow:DifferenceFlow 219 ep-flow:DifferenceFlow
220 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 220 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
221 rdfs:comment "flow that is the difference between two flows, e.g. a target flow and a metered flow (source: MPR-XSD)"^^xsd:string ; 221 rdfs:comment "flow that is the difference between two flows, e.g. a target flow and a metered flow (source: MPR-XSD)"^^xsd:string ;
222 rdfs:label "difference flow"^^xsd:string ; 222 rdfs:label "difference flow"^^xsd:string ;
223 rdfs:subClassOf ep-flow:Flow . 223 rdfs:subClassOf ep-flow:Flow .
...@@ -229,31 +229,31 @@ ep-flow:ElectricPowerFlow ...@@ -229,31 +229,31 @@ ep-flow:ElectricPowerFlow
229 rdfs:subClassOf ep-flow:Flow . 229 rdfs:subClassOf ep-flow:Flow .
230 230
231 ep-flow:EstimatedFlow 231 ep-flow:EstimatedFlow
232 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 232 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
233 rdfs:comment "flow that is estimated or calculated, possibly based on comparable product flow units, but not based on reservoir simulations for the particular product flow unit (source: MPR-XSD)"^^xsd:string ; 233 rdfs:comment "flow that is estimated or calculated, possibly based on comparable product flow units, but not based on reservoir simulations for the particular product flow unit (source: MPR-XSD)"^^xsd:string ;
234 rdfs:label "estimated flow"^^xsd:string ; 234 rdfs:label "estimated flow"^^xsd:string ;
235 rdfs:subClassOf ep-flow:Flow . 235 rdfs:subClassOf ep-flow:Flow .
236 236
237 ep-flow:ExportFlow 237 ep-flow:ExportFlow
238 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 238 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
239 rdfs:comment "flow that leaves a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ; 239 rdfs:comment "flow that leaves a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ;
240 rdfs:label "export"^^xsd:string ; 240 rdfs:label "export"^^xsd:string ;
241 rdfs:subClassOf ep-flow:Flow . 241 rdfs:subClassOf ep-flow:Flow .
242 242
243 ep-flow:ExportFlow-nominated 243 ep-flow:ExportFlow-nominated
244 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 244 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
245 rdfs:comment "export flow that is planned (source: MPR-XSD)"^^xsd:string ; 245 rdfs:comment "export flow that is planned (source: MPR-XSD)"^^xsd:string ;
246 rdfs:label "export flow nominated"^^xsd:string ; 246 rdfs:label "export flow nominated"^^xsd:string ;
247 rdfs:subClassOf ep-flow:ExportFlow . 247 rdfs:subClassOf ep-flow:ExportFlow .
248 248
249 ep-flow:ExportFlow-requested 249 ep-flow:ExportFlow-requested
250 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 250 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
251 rdfs:comment "export flow that is requested (source: MPR-XSD)"^^xsd:string ; 251 rdfs:comment "export flow that is requested (source: MPR-XSD)"^^xsd:string ;
252 rdfs:label "export flow requested"^^xsd:string ; 252 rdfs:label "export flow requested"^^xsd:string ;
253 rdfs:subClassOf ep-flow:ExportFlow . 253 rdfs:subClassOf ep-flow:ExportFlow .
254 254
255 ep-flow:ExportFlow-shortfall 255 ep-flow:ExportFlow-shortfall
256 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 256 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
257 rdfs:comment "export flow that is the difference between what was requested and what was delivered (source: MPR-XSD)"^^xsd:string ; 257 rdfs:comment "export flow that is the difference between what was requested and what was delivered (source: MPR-XSD)"^^xsd:string ;
258 rdfs:label "export flow shortfall"^^xsd:string ; 258 rdfs:label "export flow shortfall"^^xsd:string ;
259 rdfs:subClassOf ep-flow:ExportFlow . 259 rdfs:subClassOf ep-flow:ExportFlow .
...@@ -277,61 +277,61 @@ ep-flow:FlowOfLiquid ...@@ -277,61 +277,61 @@ ep-flow:FlowOfLiquid
277 rdfs:subClassOf ep-flow:Flow . 277 rdfs:subClassOf ep-flow:Flow .
278 278
279 ep-flow:FlowToSale 279 ep-flow:FlowToSale
280 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 280 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
281 rdfs:comment "flow that is sold and transported to a buyer by pipeline (source: MPR-XSD)"^^xsd:string ; 281 rdfs:comment "flow that is sold and transported to a buyer by pipeline (source: MPR-XSD)"^^xsd:string ;
282 rdfs:label "flow to sale"^^xsd:string ; 282 rdfs:label "flow to sale"^^xsd:string ;
283 rdfs:subClassOf ep-flow:Flow . 283 rdfs:subClassOf ep-flow:Flow .
284 284
285 ep-flow:FlowToStorage 285 ep-flow:FlowToStorage
286 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 286 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
287 rdfs:comment "flow that is directed to one or more storage locations (source: MPR-XSD)"^^xsd:string ; 287 rdfs:comment "flow that is directed to one or more storage locations (source: MPR-XSD)"^^xsd:string ;
288 rdfs:label "flow to storage"^^xsd:string ; 288 rdfs:label "flow to storage"^^xsd:string ;
289 rdfs:subClassOf ep-flow:Flow . 289 rdfs:subClassOf ep-flow:Flow .
290 290
291 ep-flow:ForecastFlow 291 ep-flow:ForecastFlow
292 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 292 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
293 rdfs:comment "flow that is a forecast (source: MPR-XSD)"^^xsd:string ; 293 rdfs:comment "flow that is a forecast (source: MPR-XSD)"^^xsd:string ;
294 rdfs:label "forecast flow"^^xsd:string ; 294 rdfs:label "forecast flow"^^xsd:string ;
295 rdfs:subClassOf ep-flow:Flow . 295 rdfs:subClassOf ep-flow:Flow .
296 296
297 ep-flow:ForecastFlow-declineCurve 297 ep-flow:ForecastFlow-declineCurve
298 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 298 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
299 rdfs:comment "forecast flow that is calculated using a pseudo decline-curve of flow rate over time. This presumes that the flow will not be interrupted over the time period. (source: MPR-XSD)"^^xsd:string ; 299 rdfs:comment "forecast flow that is calculated using a pseudo decline-curve of flow rate over time. This presumes that the flow will not be interrupted over the time period. (source: MPR-XSD)"^^xsd:string ;
300 rdfs:label "forecast flow - decline curve"^^xsd:string ; 300 rdfs:label "forecast flow - decline curve"^^xsd:string ;
301 rdfs:subClassOf ep-flow:ForecastFlow . 301 rdfs:subClassOf ep-flow:ForecastFlow .
302 302
303 ep-flow:ForecastFlow-standard 303 ep-flow:ForecastFlow-standard
304 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 304 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
305 rdfs:comment "forecast flow that is a standard forecast as opposed to calculated using a decline curve (source: MPR-XSD)"^^xsd:string ; 305 rdfs:comment "forecast flow that is a standard forecast as opposed to calculated using a decline curve (source: MPR-XSD)"^^xsd:string ;
306 rdfs:label "forecast flow - standard"^^xsd:string ; 306 rdfs:label "forecast flow - standard"^^xsd:string ;
307 rdfs:subClassOf ep-flow:ForecastFlow . 307 rdfs:subClassOf ep-flow:ForecastFlow .
308 308
309 ep-flow:GasLiftFlow 309 ep-flow:GasLiftFlow
310 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 310 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
311 rdfs:comment "injection flow into a producing well to reduce the hydrostataic pressure of the fluid column. The resulting reduction in bottom hole pressure allows the reservoir liquids to flow. (source: MPR-XSD)"^^xsd:string ; 311 rdfs:comment "injection flow into a producing well to reduce the hydrostataic pressure of the fluid column. The resulting reduction in bottom hole pressure allows the reservoir liquids to flow. (source: MPR-XSD)"^^xsd:string ;
312 rdfs:label "gas lift flow"^^xsd:string ; 312 rdfs:label "gas lift flow"^^xsd:string ;
313 rdfs:subClassOf ep-flow:InjectionFlow . 313 rdfs:subClassOf ep-flow:InjectionFlow .
314 314
315 ep-flow:GrossProductFlow 315 ep-flow:GrossProductFlow
316 - rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; 316 + rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ;
317 rdfs:comment "probably a mistake - should be rolled up as condensate-gross or oil-gross"^^xsd:string ; 317 rdfs:comment "probably a mistake - should be rolled up as condensate-gross or oil-gross"^^xsd:string ;
318 rdfs:label "gross product flow"^^xsd:string ; 318 rdfs:label "gross product flow"^^xsd:string ;
319 rdfs:subClassOf ep-flow:ProductFlow . 319 rdfs:subClassOf ep-flow:ProductFlow .
320 320
321 ep-flow:HydrocarbonAccountingFlow 321 ep-flow:HydrocarbonAccountingFlow
322 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 322 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
323 rdfs:comment "flow that is an accounting of all of the fluids into and out of Stock (i.e., Inventory) which includes all storage facilities at a site including fluid within a pipeline (source: MPR-XSD)"^^xsd:string ; 323 rdfs:comment "flow that is an accounting of all of the fluids into and out of Stock (i.e., Inventory) which includes all storage facilities at a site including fluid within a pipeline (source: MPR-XSD)"^^xsd:string ;
324 rdfs:label "hydrocarbon accounting"^^xsd:string ; 324 rdfs:label "hydrocarbon accounting"^^xsd:string ;
325 rdfs:subClassOf ep-flow:Flow . 325 rdfs:subClassOf ep-flow:Flow .
326 326
327 ep-flow:ImportFlow 327 ep-flow:ImportFlow
328 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 328 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
329 rdfs:comment "flow that enters a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ; 329 rdfs:comment "flow that enters a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ;
330 rdfs:label "import"^^xsd:string ; 330 rdfs:label "import"^^xsd:string ;
331 rdfs:subClassOf ep-flow:Flow . 331 rdfs:subClassOf ep-flow:Flow .
332 332
333 ep-flow:InjectionFlow 333 ep-flow:InjectionFlow
334 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 334 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
335 rdfs:comment "flow that is injected into a well (source: MPR-XSD)"^^xsd:string ; 335 rdfs:comment "flow that is injected into a well (source: MPR-XSD)"^^xsd:string ;
336 rdfs:label "injection flow"^^xsd:string ; 336 rdfs:label "injection flow"^^xsd:string ;
337 rdfs:subClassOf ep-flow:Flow . 337 rdfs:subClassOf ep-flow:Flow .
...@@ -343,67 +343,67 @@ ep-flow:Inventory ...@@ -343,67 +343,67 @@ ep-flow:Inventory
343 rdfs:subClassOf ep-core:PhysicalObject . 343 rdfs:subClassOf ep-core:PhysicalObject .
344 344
345 ep-flow:MassAdjustedFlow 345 ep-flow:MassAdjustedFlow
346 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 346 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
347 rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; 347 rdfs:comment "flow that <not documented in XSD>"^^xsd:string ;
348 rdfs:label "mass adjusted flow"^^xsd:string ; 348 rdfs:label "mass adjusted flow"^^xsd:string ;
349 rdfs:subClassOf ep-flow:Flow . 349 rdfs:subClassOf ep-flow:Flow .
350 350
351 ep-flow:MeasuredFlow 351 ep-flow:MeasuredFlow
352 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 352 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
353 rdfs:comment "flow that is actually measured at the port (source: MPR-XSD)"^^xsd:string ; 353 rdfs:comment "flow that is actually measured at the port (source: MPR-XSD)"^^xsd:string ;
354 rdfs:label "measured flow"^^xsd:string ; 354 rdfs:label "measured flow"^^xsd:string ;
355 rdfs:subClassOf ep-flow:Flow . 355 rdfs:subClassOf ep-flow:Flow .
356 356
357 ep-flow:MeasuredFlow-fiscal 357 ep-flow:MeasuredFlow-fiscal
358 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 358 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
359 rdfs:comment "measured flow that was measured for fiscal purposes"^^xsd:string ; 359 rdfs:comment "measured flow that was measured for fiscal purposes"^^xsd:string ;
360 rdfs:label "measured flow - fiscal"^^xsd:string ; 360 rdfs:label "measured flow - fiscal"^^xsd:string ;
361 rdfs:subClassOf ep-flow:MeasuredFlow . 361 rdfs:subClassOf ep-flow:MeasuredFlow .
362 362
363 ep-flow:MeasuredFlow-raw 363 ep-flow:MeasuredFlow-raw
364 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 364 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
365 rdfs:comment "measured flow that is a raw measurement (source: MPR-XSD)"^^xsd:string ; 365 rdfs:comment "measured flow that is a raw measurement (source: MPR-XSD)"^^xsd:string ;
366 rdfs:label "measured flow - raw"^^xsd:string ; 366 rdfs:label "measured flow - raw"^^xsd:string ;
367 rdfs:subClassOf ep-flow:MeasuredFlow . 367 rdfs:subClassOf ep-flow:MeasuredFlow .
368 368
369 ep-flow:MeasuredFlow-recalibrated 369 ep-flow:MeasuredFlow-recalibrated
370 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ; 370 + rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ;
371 rdfs:comment "measured flow that has been changed because of a recalibration of a sensor (source: MPR-XSD)"^^xsd:string ; 371 rdfs:comment "measured flow that has been changed because of a recalibration of a sensor (source: MPR-XSD)"^^xsd:string ;
372 rdfs:label "measured flow - recalibrated"^^xsd:string ; 372 rdfs:label "measured flow - recalibrated"^^xsd:string ;
373 rdfs:subClassOf ep-flow:MeasuredFlow . 373 rdfs:subClassOf ep-flow:MeasuredFlow .
374 374
375 ep-flow:MeasuredInventory 375 ep-flow:MeasuredInventory
376 - rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ; 376 + rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ;
377 rdfs:comment "inventory that is of actually measured product volumes (source: MPR-XSD)"^^xsd:string ; 377 rdfs:comment "inventory that is of actually measured product volumes (source: MPR-XSD)"^^xsd:string ;
378 rdfs:label "measured inventory"^^xsd:string ; 378 rdfs:label "measured inventory"^^xsd:string ;
379 rdfs:subClassOf ep-flow:Inventory . 379 rdfs:subClassOf ep-flow:Inventory .
380 380
381 ep-flow:MeteredFlowFiscal 381 ep-flow:MeteredFlowFiscal
382 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 382 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
383 rdfs:comment "flow that is generated by measurement and calculation and has an impact on company revenue and government taxation"^^xsd:string ; 383 rdfs:comment "flow that is generated by measurement and calculation and has an impact on company revenue and government taxation"^^xsd:string ;
384 rdfs:label "metered flow fiscal"^^xsd:string ; 384 rdfs:label "metered flow fiscal"^^xsd:string ;
385 rdfs:subClassOf ep-flow:Flow . 385 rdfs:subClassOf ep-flow:Flow .
386 386
387 ep-flow:NetProductFlow 387 ep-flow:NetProductFlow
388 - rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ; 388 + rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ;
389 rdfs:comment "probably a mistake - should be rolled up as condensate-net"^^xsd:string ; 389 rdfs:comment "probably a mistake - should be rolled up as condensate-net"^^xsd:string ;
390 rdfs:label "net product flow"^^xsd:string ; 390 rdfs:label "net product flow"^^xsd:string ;
391 rdfs:subClassOf ep-flow:ProductFlow . 391 rdfs:subClassOf ep-flow:ProductFlow .
392 392
393 ep-flow:NominatedFlow 393 ep-flow:NominatedFlow
394 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 394 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
395 rdfs:comment "flow that is a promise to a buyer. Normally a 1 day forcast. (source: MPR-XSD)"^^xsd:string ; 395 rdfs:comment "flow that is a promise to a buyer. Normally a 1 day forcast. (source: MPR-XSD)"^^xsd:string ;
396 rdfs:label "nominated flow"^^xsd:string ; 396 rdfs:label "nominated flow"^^xsd:string ;
397 rdfs:subClassOf ep-flow:Flow . 397 rdfs:subClassOf ep-flow:Flow .
398 398
399 ep-flow:OverboardFlow 399 ep-flow:OverboardFlow
400 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 400 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
401 rdfs:comment "flow that is overboard into the sea (source: MPR-XSD)"^^xsd:string ; 401 rdfs:comment "flow that is overboard into the sea (source: MPR-XSD)"^^xsd:string ;
402 rdfs:label "overboard"^^xsd:string ; 402 rdfs:label "overboard"^^xsd:string ;
403 rdfs:subClassOf ep-flow:Flow . 403 rdfs:subClassOf ep-flow:Flow .
404 404
405 ep-flow:PotentialFlow 405 ep-flow:PotentialFlow
406 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 406 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
407 rdfs:comment "flow that is the estimated maximum possible (source: MPR-XSD)"^^xsd:string ; 407 rdfs:comment "flow that is the estimated maximum possible (source: MPR-XSD)"^^xsd:string ;
408 rdfs:label "potential flow"^^xsd:string ; 408 rdfs:label "potential flow"^^xsd:string ;
409 rdfs:subClassOf ep-flow:Flow . 409 rdfs:subClassOf ep-flow:Flow .
...@@ -421,7 +421,7 @@ ep-flow:PrecipitationType ...@@ -421,7 +421,7 @@ ep-flow:PrecipitationType
421 rdfs:subClassOf owl:Class . 421 rdfs:subClassOf owl:Class .
422 422
423 ep-flow:ProcessedFlow 423 ep-flow:ProcessedFlow
424 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 424 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
425 rdfs:comment "flow that has been processed. This is different from derived flow because it is fundamentally a variation of the original flow. (source: MPR-XSD)"^^xsd:string ; 425 rdfs:comment "flow that has been processed. This is different from derived flow because it is fundamentally a variation of the original flow. (source: MPR-XSD)"^^xsd:string ;
426 rdfs:label "processed flow"^^xsd:string ; 426 rdfs:label "processed flow"^^xsd:string ;
427 rdfs:subClassOf ep-flow:Flow . 427 rdfs:subClassOf ep-flow:Flow .
...@@ -451,31 +451,31 @@ ep-flow:ProductInventory ...@@ -451,31 +451,31 @@ ep-flow:ProductInventory
451 rdfs:subClassOf ep-flow:Inventory . 451 rdfs:subClassOf ep-flow:Inventory .
452 452
453 ep-flow:ProductInventoryAdjustedClosingBalance 453 ep-flow:ProductInventoryAdjustedClosingBalance
454 - rdf:type owl:Class , ep-flow:ProductInventoryType ; 454 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
455 rdfs:comment "product inventory that <not documented in XSD>"^^xsd:string ; 455 rdfs:comment "product inventory that <not documented in XSD>"^^xsd:string ;
456 rdfs:label "product inventory adjusted closing balance"^^xsd:string ; 456 rdfs:label "product inventory adjusted closing balance"^^xsd:string ;
457 rdfs:subClassOf ep-flow:ProductInventory . 457 rdfs:subClassOf ep-flow:ProductInventory .
458 458
459 ep-flow:ProductInventoryClosingBalance 459 ep-flow:ProductInventoryClosingBalance
460 - rdf:type owl:Class , ep-flow:ProductInventoryType ; 460 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
461 rdfs:comment "product inventory that is at the end of a time period (source: MPR-XSD)"^^xsd:string ; 461 rdfs:comment "product inventory that is at the end of a time period (source: MPR-XSD)"^^xsd:string ;
462 rdfs:label "product inventory closing balance"^^xsd:string ; 462 rdfs:label "product inventory closing balance"^^xsd:string ;
463 rdfs:subClassOf ep-flow:ProductInventory . 463 rdfs:subClassOf ep-flow:ProductInventory .
464 464
465 ep-flow:ProductInventoryClosingStorageBalance 465 ep-flow:ProductInventoryClosingStorageBalance
466 - rdf:type owl:Class , ep-flow:ProductInventoryType ; 466 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
467 rdfs:comment "product inventory closing balance that has been adjusted"^^xsd:string ; 467 rdfs:comment "product inventory closing balance that has been adjusted"^^xsd:string ;
468 rdfs:label "product inventory closing storage balance"^^xsd:string ; 468 rdfs:label "product inventory closing storage balance"^^xsd:string ;
469 rdfs:subClassOf ep-flow:ProductInventory . 469 rdfs:subClassOf ep-flow:ProductInventory .
470 470
471 ep-flow:ProductInventoryOpFlex 471 ep-flow:ProductInventoryOpFlex
472 - rdf:type owl:Class , ep-flow:ProductInventoryType ; 472 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
473 rdfs:comment "product inventory that is the unused and availiable quantity of gas within a gas transportation system and/or at one or many gas producing fields that is accessible by the operator responsible for gas transportation for the purposes of alleviating field curtailment (source: MPR-XSD)"^^xsd:string ; 473 rdfs:comment "product inventory that is the unused and availiable quantity of gas within a gas transportation system and/or at one or many gas producing fields that is accessible by the operator responsible for gas transportation for the purposes of alleviating field curtailment (source: MPR-XSD)"^^xsd:string ;
474 rdfs:label "product inventory opFlex"^^xsd:string ; 474 rdfs:label "product inventory opFlex"^^xsd:string ;
475 rdfs:subClassOf ep-flow:ProductInventory . 475 rdfs:subClassOf ep-flow:ProductInventory .
476 476
477 ep-flow:ProductInventoryOpeningBalance 477 ep-flow:ProductInventoryOpeningBalance
478 - rdf:type owl:Class , ep-flow:ProductInventoryType ; 478 + rdf:type ep-flow:ProductInventoryType , owl:Class ;
479 rdfs:comment "product inventory that is at the beginning of a time period (source: MPR-XSD)"^^xsd:string ; 479 rdfs:comment "product inventory that is at the beginning of a time period (source: MPR-XSD)"^^xsd:string ;
480 rdfs:label "product inventory opening balance"^^xsd:string ; 480 rdfs:label "product inventory opening balance"^^xsd:string ;
481 rdfs:subClassOf ep-flow:ProductInventory . 481 rdfs:subClassOf ep-flow:ProductInventory .
...@@ -487,7 +487,7 @@ ep-flow:ProductInventoryType ...@@ -487,7 +487,7 @@ ep-flow:ProductInventoryType
487 rdfs:subClassOf owl:Class . 487 rdfs:subClassOf owl:Class .
488 488
489 ep-flow:ProductionExploitation 489 ep-flow:ProductionExploitation
490 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 490 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
491 rdfs:comment "flow that is exploited from a reservoir. This is independent of any disposition. (source: MPR-XSD)"^^xsd:string ; 491 rdfs:comment "flow that is exploited from a reservoir. This is independent of any disposition. (source: MPR-XSD)"^^xsd:string ;
492 rdfs:label "production exploitation"^^xsd:string ; 492 rdfs:label "production exploitation"^^xsd:string ;
493 rdfs:subClassOf ep-flow:Flow . 493 rdfs:subClassOf ep-flow:Flow .
...@@ -587,37 +587,37 @@ ep-flow:ProductionTestWellHeadFlow ...@@ -587,37 +587,37 @@ ep-flow:ProductionTestWellHeadFlow
587 rdfs:subClassOf ep-flow:Flow . 587 rdfs:subClassOf ep-flow:Flow .
588 588
589 ep-flow:QuotaFlow 589 ep-flow:QuotaFlow
590 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 590 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
591 rdfs:comment "flow that is set by some authority, and that may or may not be based on technical criteria (source: MPR-XSD)"^^xsd:string ; 591 rdfs:comment "flow that is set by some authority, and that may or may not be based on technical criteria (source: MPR-XSD)"^^xsd:string ;
592 rdfs:label "quota flow"^^xsd:string ; 592 rdfs:label "quota flow"^^xsd:string ;
593 rdfs:subClassOf ep-flow:Flow . 593 rdfs:subClassOf ep-flow:Flow .
594 594
595 ep-flow:RecommendedFlow 595 ep-flow:RecommendedFlow
596 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 596 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
597 rdfs:comment "flow that is believed to be very desirable if it can be achieved. This a recommendation that something be changed in order to achieve this flow. (source: MPR-XSD)"^^xsd:string ; 597 rdfs:comment "flow that is believed to be very desirable if it can be achieved. This a recommendation that something be changed in order to achieve this flow. (source: MPR-XSD)"^^xsd:string ;
598 rdfs:label "recommended flow"^^xsd:string ; 598 rdfs:label "recommended flow"^^xsd:string ;
599 rdfs:subClassOf ep-flow:Flow . 599 rdfs:subClassOf ep-flow:Flow .
600 600
601 ep-flow:SaleableFlow 601 ep-flow:SaleableFlow
602 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 602 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
603 rdfs:comment "flow that is of a product marked as being saleable. Hence the final destination would be sale. (source: MPR-XSD)"^^xsd:string ; 603 rdfs:comment "flow that is of a product marked as being saleable. Hence the final destination would be sale. (source: MPR-XSD)"^^xsd:string ;
604 rdfs:label "saleable flow"^^xsd:string ; 604 rdfs:label "saleable flow"^^xsd:string ;
605 rdfs:subClassOf ep-flow:Flow . 605 rdfs:subClassOf ep-flow:Flow .
606 606
607 ep-flow:SimulatedFlow 607 ep-flow:SimulatedFlow
608 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 608 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
609 rdfs:comment "flow that is estimated based on a simulation that includes the particular product flow unit (source: MPR-XSD)"^^xsd:string ; 609 rdfs:comment "flow that is estimated based on a simulation that includes the particular product flow unit (source: MPR-XSD)"^^xsd:string ;
610 rdfs:label "simulated flow"^^xsd:string ; 610 rdfs:label "simulated flow"^^xsd:string ;
611 rdfs:subClassOf ep-flow:Flow . 611 rdfs:subClassOf ep-flow:Flow .
612 612
613 ep-flow:TargetFlow 613 ep-flow:TargetFlow
614 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 614 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
615 rdfs:comment "flow that is desired (source: MPR-XSD)"^^xsd:string ; 615 rdfs:comment "flow that is desired (source: MPR-XSD)"^^xsd:string ;
616 rdfs:label "target flow"^^xsd:string ; 616 rdfs:label "target flow"^^xsd:string ;
617 rdfs:subClassOf ep-flow:Flow . 617 rdfs:subClassOf ep-flow:Flow .
618 618
619 ep-flow:TariffBasisFlow 619 ep-flow:TariffBasisFlow
620 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 620 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
621 rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; 621 rdfs:comment "flow that <not documented in XSD>"^^xsd:string ;
622 rdfs:label "tariff basis flow"^^xsd:string ; 622 rdfs:label "tariff basis flow"^^xsd:string ;
623 rdfs:subClassOf ep-flow:Flow . 623 rdfs:subClassOf ep-flow:Flow .
...@@ -629,13 +629,13 @@ ep-flow:TemporalPartDurationType ...@@ -629,13 +629,13 @@ ep-flow:TemporalPartDurationType
629 rdfs:subClassOf owl:Class . 629 rdfs:subClassOf owl:Class .
630 630
631 ep-flow:ValueAdjustedFlow 631 ep-flow:ValueAdjustedFlow
632 - rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ; 632 + rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
633 rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; 633 rdfs:comment "flow that <not documented in XSD>"^^xsd:string ;
634 rdfs:label "value adjusted flow"^^xsd:string ; 634 rdfs:label "value adjusted flow"^^xsd:string ;
635 rdfs:subClassOf ep-flow:Flow . 635 rdfs:subClassOf ep-flow:Flow .
636 636
637 ep-flow:WholeLifeFlow 637 ep-flow:WholeLifeFlow
638 - rdf:type owl:Class ; 638 + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , owl:Class ;
639 rdfs:comment "flow that is the whole life of a flow of energy or material"^^xsd:string ; 639 rdfs:comment "flow that is the whole life of a flow of energy or material"^^xsd:string ;
640 rdfs:label "whole life flow"^^xsd:string ; 640 rdfs:label "whole life flow"^^xsd:string ;
641 rdfs:subClassOf ep-flow:Flow . 641 rdfs:subClassOf ep-flow:Flow .
...@@ -647,22 +647,22 @@ ep-flow:WholeLifeInventory ...@@ -647,22 +647,22 @@ ep-flow:WholeLifeInventory
647 rdfs:subClassOf ep-flow:Inventory . 647 rdfs:subClassOf ep-flow:Inventory .
648 648
649 ep-flow:WholeLifeProductFlow 649 ep-flow:WholeLifeProductFlow
650 - rdf:type owl:Class ; 650 + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , owl:Class ;
651 rdfs:comment "product flow that is the whole life of a flow of product"^^xsd:string ; 651 rdfs:comment "product flow that is the whole life of a flow of product"^^xsd:string ;
652 rdfs:label "whole life product flow"^^xsd:string ; 652 rdfs:label "whole life product flow"^^xsd:string ;
653 - rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductFlow . 653 + rdfs:subClassOf ep-flow:ProductFlow , ep-flow:WholeLifeFlow .
654 654
655 ep-flow:WholeLifeProductInventory 655 ep-flow:WholeLifeProductInventory
656 rdf:type owl:Class ; 656 rdf:type owl:Class ;
657 rdfs:comment "product inventory that is the whole life of the managed store of product"^^xsd:string ; 657 rdfs:comment "product inventory that is the whole life of the managed store of product"^^xsd:string ;
658 rdfs:label "whole life product inventory"^^xsd:string ; 658 rdfs:label "whole life product inventory"^^xsd:string ;
659 - rdfs:subClassOf ep-flow:WholeLifeInventory , ep-flow:ProductInventory . 659 + rdfs:subClassOf ep-flow:ProductInventory , ep-flow:WholeLifeInventory .
660 660
661 ep-flow:WholeLifeProductionFlow 661 ep-flow:WholeLifeProductionFlow
662 - rdf:type owl:Class ; 662 + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , owl:Class ;
663 rdfs:comment "production flow that is the whole life of a flow of produced material"^^xsd:string ; 663 rdfs:comment "production flow that is the whole life of a flow of produced material"^^xsd:string ;
664 rdfs:label "whole life production flow"^^xsd:string ; 664 rdfs:label "whole life production flow"^^xsd:string ;
665 - rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductionFlow . 665 + rdfs:subClassOf ep-flow:ProductionFlow , ep-flow:WholeLifeFlow .
666 666
667 ep-flow:WholeLifeProductionFlowNetwork 667 ep-flow:WholeLifeProductionFlowNetwork
668 rdf:type owl:Class ; 668 rdf:type owl:Class ;
...@@ -674,7 +674,7 @@ ep-flow:WholeLifeProductionInventory ...@@ -674,7 +674,7 @@ ep-flow:WholeLifeProductionInventory
674 rdf:type owl:Class ; 674 rdf:type owl:Class ;
675 rdfs:comment "production inventory that is the whole life of a store of produced material"^^xsd:string ; 675 rdfs:comment "production inventory that is the whole life of a store of produced material"^^xsd:string ;
676 rdfs:label "whole life production inventory"^^xsd:string ; 676 rdfs:label "whole life production inventory"^^xsd:string ;
677 - rdfs:subClassOf ep-flow:WholeLifeInventory , ep-flow:ProductionInventory . 677 + rdfs:subClassOf ep-flow:ProductionInventory , ep-flow:WholeLifeInventory .
678 678
679 ep-flow:WholeLifeProductionInventoryCollection 679 ep-flow:WholeLifeProductionInventoryCollection
680 rdf:type owl:Class ; 680 rdf:type owl:Class ;
...@@ -689,28 +689,28 @@ ep-flow:Wind ...@@ -689,28 +689,28 @@ ep-flow:Wind
689 rdfs:subClassOf ep-flow:Flow . 689 rdfs:subClassOf ep-flow:Flow .
690 690
691 ep-flow:allocatedTo 691 ep-flow:allocatedTo
692 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 692 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
693 rdfs:comment "facility that a split of a flow or inventory is allocated to"^^xsd:string ; 693 rdfs:comment "facility that a split of a flow or inventory is allocated to"^^xsd:string ;
694 rdfs:domain ep-core:PhysicalObject ; 694 rdfs:domain ep-core:PhysicalObject ;
695 rdfs:label "allocatedTo"^^xsd:string ; 695 rdfs:label "allocatedTo"^^xsd:string ;
696 rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . 696 rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> .
697 697
698 ep-flow:amountOfPrecipitation 698 ep-flow:amountOfPrecipitation
699 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 699 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
700 rdfs:comment "volume per unit area of material that falls in a precipitation"^^xsd:string ; 700 rdfs:comment "volume per unit area of material that falls in a precipitation"^^xsd:string ;
701 rdfs:domain ep-flow:Precipitation ; 701 rdfs:domain ep-flow:Precipitation ;
702 rdfs:label "amount of precipitation"^^xsd:string ; 702 rdfs:label "amount of precipitation"^^xsd:string ;
703 rdfs:range ep-core:Length . 703 rdfs:range ep-core:Length .
704 704
705 ep-flow:dailyAverageAmountOfMaterial 705 ep-flow:dailyAverageAmountOfMaterial
706 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 706 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
707 rdfs:comment "mass that is the average of the masses of the materials that flows in different days"^^xsd:string ; 707 rdfs:comment "mass that is the average of the masses of the materials that flows in different days"^^xsd:string ;
708 rdfs:domain ep-flow:Flow ; 708 rdfs:domain ep-flow:Flow ;
709 rdfs:label "daily average amount of material"^^xsd:string ; 709 rdfs:label "daily average amount of material"^^xsd:string ;
710 rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . 710 rdfs:range ep-flow:ClassOfMaterialWithMassCriterion .
711 711
712 ep-flow:energyContent 712 ep-flow:energyContent
713 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 713 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
714 rdfs:comment "energy of combustion in a quantity of material"^^xsd:string ; 714 rdfs:comment "energy of combustion in a quantity of material"^^xsd:string ;
715 rdfs:domain ep-material:QuantityOfMaterial ; 715 rdfs:domain ep-material:QuantityOfMaterial ;
716 rdfs:label "energy content"^^xsd:string ; 716 rdfs:label "energy content"^^xsd:string ;
...@@ -761,7 +761,7 @@ ep-flow:flowOutOf ...@@ -761,7 +761,7 @@ ep-flow:flowOutOf
761 rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . 761 rdfs:subPropertyOf ep-flow:flowIntoOrOutOf .
762 762
763 ep-flow:grossCalorificValue 763 ep-flow:grossCalorificValue
764 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 764 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
765 rdfs:comment "energy per volume that is the gross calorific value for a quantity of material"^^xsd:string ; 765 rdfs:comment "energy per volume that is the gross calorific value for a quantity of material"^^xsd:string ;
766 rdfs:domain ep-material:QuantityOfMaterial ; 766 rdfs:domain ep-material:QuantityOfMaterial ;
767 rdfs:label "gross calorific value"^^xsd:string ; 767 rdfs:label "gross calorific value"^^xsd:string ;
...@@ -784,28 +784,28 @@ ep-flow:hasNetworkPart ...@@ -784,28 +784,28 @@ ep-flow:hasNetworkPart
784 rdfs:subPropertyOf ep-core:hasPart . 784 rdfs:subPropertyOf ep-core:hasPart .
785 785
786 ep-flow:horizontalDirectionAzimuth 786 ep-flow:horizontalDirectionAzimuth
787 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 787 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
788 rdfs:comment "plane angle that is the horizontal direction azimuth of a flow"^^xsd:string ; 788 rdfs:comment "plane angle that is the horizontal direction azimuth of a flow"^^xsd:string ;
789 rdfs:domain ep-flow:Flow ; 789 rdfs:domain ep-flow:Flow ;
790 rdfs:label "horizontal direction azimuth"^^xsd:string ; 790 rdfs:label "horizontal direction azimuth"^^xsd:string ;
791 rdfs:range ep-core:PlaneAngle . 791 rdfs:range ep-core:PlaneAngle .
792 792
793 ep-flow:massAtAccountingInstant 793 ep-flow:massAtAccountingInstant
794 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 794 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
795 rdfs:comment "mass that is at the accounting instant for an inventory during a period"^^xsd:string ; 795 rdfs:comment "mass that is at the accounting instant for an inventory during a period"^^xsd:string ;
796 rdfs:domain ep-flow:Inventory ; 796 rdfs:domain ep-flow:Inventory ;
797 rdfs:label "mass at accounting instant"^^xsd:string ; 797 rdfs:label "mass at accounting instant"^^xsd:string ;
798 rdfs:range ep-core:Mass . 798 rdfs:range ep-core:Mass .
799 799
800 ep-flow:materialThatFlows 800 ep-flow:materialThatFlows
801 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 801 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
802 rdfs:comment "quantity of material that moves during a flow"^^xsd:string ; 802 rdfs:comment "quantity of material that moves during a flow"^^xsd:string ;
803 rdfs:domain ep-flow:Flow ; 803 rdfs:domain ep-flow:Flow ;
804 rdfs:label "material that flows"^^xsd:string ; 804 rdfs:label "material that flows"^^xsd:string ;
805 rdfs:range ep-material:QuantityOfMaterial . 805 rdfs:range ep-material:QuantityOfMaterial .
806 806
807 ep-flow:yearlyAverageAmountOfMaterial 807 ep-flow:yearlyAverageAmountOfMaterial
808 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 808 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
809 rdfs:comment "mass that is the average of the masses of the materials that flows in different years"^^xsd:string ; 809 rdfs:comment "mass that is the average of the masses of the materials that flows in different years"^^xsd:string ;
810 rdfs:domain ep-flow:Flow ; 810 rdfs:domain ep-flow:Flow ;
811 rdfs:label "yearly average amount of material"^^xsd:string ; 811 rdfs:label "yearly average amount of material"^^xsd:string ;
......
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
11 # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility 11 # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility
12 # imports: http://www.reportinghub.no/ep/schema/1.0/well 12 # imports: http://www.reportinghub.no/ep/schema/1.0/well
13 13
14 +@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> .
14 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . 15 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
15 @prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> . 16 @prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> .
16 @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . 17 @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> .
...@@ -24,153 +25,153 @@ ...@@ -24,153 +25,153 @@
24 owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> ; 25 owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
25 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 26 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
26 27
27 -<http://www.reportinghub.no/ep/schema/activity#ApproveAReport> 28 +ep-activity:ApproveAReport
28 rdf:type owl:Class ; 29 rdf:type owl:Class ;
29 rdfs:label "approve a report"^^xsd:string ; 30 rdfs:label "approve a report"^^xsd:string ;
30 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 31 + rdfs:subClassOf ep-activity:Activity .
31 32
32 -<http://www.reportinghub.no/ep/schema/activity#Completion-DrillStemTest> 33 +ep-activity:Completion-DrillStemTest
33 - rdf:type owl:Class ; 34 + rdf:type ep-activity:WellTestType , owl:Class ;
34 rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; 35 rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ;
35 rdfs:label "completion - drill stem test"^^xsd:string ; 36 rdfs:label "completion - drill stem test"^^xsd:string ;
36 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillStemTest> . 37 + rdfs:subClassOf ep-activity:DrillStemTest .
37 38
38 -<http://www.reportinghub.no/ep/schema/activity#Completion-ProductionTest> 39 +ep-activity:Completion-ProductionTest
39 - rdf:type owl:Class ; 40 + rdf:type ep-activity:WellTestType , owl:Class ;
40 rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; 41 rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ;
41 rdfs:label "completion - production test"^^xsd:string ; 42 rdfs:label "completion - production test"^^xsd:string ;
42 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionTest> . 43 + rdfs:subClassOf ep-activity:ProductionTest .
43 44
44 -<http://www.reportinghub.no/ep/schema/activity#DrawdownTest> 45 +ep-activity:DrawdownTest
45 - rdf:type owl:Class ; 46 + rdf:type ep-activity:WellTestType , owl:Class ;
46 rdfs:comment "well test that is a <no definition in MPR-XSD>"^^xsd:string ; 47 rdfs:comment "well test that is a <no definition in MPR-XSD>"^^xsd:string ;
47 rdfs:label "drawdown test"^^xsd:string ; 48 rdfs:label "drawdown test"^^xsd:string ;
48 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 49 + rdfs:subClassOf ep-activity:WellTest .
49 50
50 -<http://www.reportinghub.no/ep/schema/activity#Gas-FlowAfterFlowTest> 51 +ep-activity:Gas-FlowAfterFlowTest
51 - rdf:type owl:Class ; 52 + rdf:type ep-activity:WellTestType , owl:Class ;
52 rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; 53 rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ;
53 rdfs:label "gas - flow after flow test"^^xsd:string ; 54 rdfs:label "gas - flow after flow test"^^xsd:string ;
54 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 55 + rdfs:subClassOf ep-activity:WellTest .
55 56
56 -<http://www.reportinghub.no/ep/schema/activity#Gas-IsochronalTest> 57 +ep-activity:Gas-IsochronalTest
57 - rdf:type owl:Class ; 58 + rdf:type ep-activity:WellTestType , owl:Class ;
58 rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; 59 rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ;
59 rdfs:label "gas - isochronal test"^^xsd:string ; 60 rdfs:label "gas - isochronal test"^^xsd:string ;
60 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 61 + rdfs:subClassOf ep-activity:WellTest .
61 62
62 -<http://www.reportinghub.no/ep/schema/activity#Gas-ModifiedIsochronalTest> 63 +ep-activity:Gas-ModifiedIsochronalTest
63 - rdf:type owl:Class ; 64 + rdf:type ep-activity:WellTestType , owl:Class ;
64 rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; 65 rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ;
65 rdfs:label "gas - modified isochronal test"^^xsd:string ; 66 rdfs:label "gas - modified isochronal test"^^xsd:string ;
66 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 67 + rdfs:subClassOf ep-activity:WellTest .
67 68
68 -<http://www.reportinghub.no/ep/schema/activity#InjectionTest-FallOff> 69 +ep-activity:InjectionTest-FallOff
69 - rdf:type owl:Class ; 70 + rdf:type ep-activity:WellTestType , owl:Class ;
70 rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; 71 rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ;
71 rdfs:label "injection test - fall-off"^^xsd:string ; 72 rdfs:label "injection test - fall-off"^^xsd:string ;
72 rdfs:subClassOf ep-prodact:InjectionWellTest . 73 rdfs:subClassOf ep-prodact:InjectionWellTest .
73 74
74 -<http://www.reportinghub.no/ep/schema/activity#InterferenceTest-PulseTest> 75 +ep-activity:InterferenceTest-PulseTest
75 - rdf:type owl:Class ; 76 + rdf:type ep-activity:WellTestType , owl:Class ;
76 rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; 77 rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ;
77 rdfs:label "interference test - pulse test"^^xsd:string ; 78 rdfs:label "interference test - pulse test"^^xsd:string ;
78 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 79 + rdfs:subClassOf ep-activity:WellTest .
79 80
80 -<http://www.reportinghub.no/ep/schema/activity#IssueAReport> 81 +ep-activity:IssueAReport
81 rdf:type owl:Class ; 82 rdf:type owl:Class ;
82 rdfs:label "issue a report"^^xsd:string ; 83 rdfs:label "issue a report"^^xsd:string ;
83 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 84 + rdfs:subClassOf ep-activity:Activity .
84 85
85 -<http://www.reportinghub.no/ep/schema/activity#MakeAnObservation> 86 +ep-activity:MakeAnObservation
86 rdf:type owl:Class ; 87 rdf:type owl:Class ;
87 rdfs:comment "activity that is making an observation"^^xsd:string ; 88 rdfs:comment "activity that is making an observation"^^xsd:string ;
88 rdfs:label "make an observation"^^xsd:string ; 89 rdfs:label "make an observation"^^xsd:string ;
89 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 90 + rdfs:subClassOf ep-activity:Activity .
90 91
91 -<http://www.reportinghub.no/ep/schema/activity#MaximumSandFreeRateTest> 92 +ep-activity:MaximumSandFreeRateTest
92 - rdf:type owl:Class ; 93 + rdf:type ep-activity:WellTestType , owl:Class ;
93 rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; 94 rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ;
94 rdfs:label "maximum sand-free rate test"^^xsd:string ; 95 rdfs:label "maximum sand-free rate test"^^xsd:string ;
95 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 96 + rdfs:subClassOf ep-activity:WellTest .
96 97
97 -<http://www.reportinghub.no/ep/schema/activity#MultiLayerTransientTest> 98 +ep-activity:MultiLayerTransientTest
98 - rdf:type owl:Class ; 99 + rdf:type ep-activity:WellTestType , owl:Class ;
99 rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; 100 rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ;
100 rdfs:label "multi-layer transient test"^^xsd:string ; 101 rdfs:label "multi-layer transient test"^^xsd:string ;
101 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 102 + rdfs:subClassOf ep-activity:WellTest .
102 103
103 -<http://www.reportinghub.no/ep/schema/activity#MultiRateTest> 104 +ep-activity:MultiRateTest
104 - rdf:type owl:Class ; 105 + rdf:type ep-activity:WellTestType , owl:Class ;
105 rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; 106 rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ;
106 rdfs:label "multi-rate test"^^xsd:string ; 107 rdfs:label "multi-rate test"^^xsd:string ;
107 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 108 + rdfs:subClassOf ep-activity:WellTest .
108 109
109 -<http://www.reportinghub.no/ep/schema/activity#ObserveTheWeather> 110 +ep-activity:ObserveTheWeather
110 rdf:type owl:Class ; 111 rdf:type owl:Class ;
111 rdfs:label "observe the weather"^^xsd:string ; 112 rdfs:label "observe the weather"^^xsd:string ;
112 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MakeAnObservation> . 113 + rdfs:subClassOf ep-activity:MakeAnObservation .
113 114
114 -<http://www.reportinghub.no/ep/schema/activity#Oil-FlowAfterFlowTest> 115 +ep-activity:Oil-FlowAfterFlowTest
115 - rdf:type owl:Class ; 116 + rdf:type ep-activity:WellTestType , owl:Class ;
116 rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; 117 rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ;
117 rdfs:label "oil - flow after flow test"^^xsd:string ; 118 rdfs:label "oil - flow after flow test"^^xsd:string ;
118 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 119 + rdfs:subClassOf ep-activity:WellTest .
119 120
120 -<http://www.reportinghub.no/ep/schema/activity#PressureBuildUpTest> 121 +ep-activity:PressureBuildUpTest
121 - rdf:type owl:Class ; 122 + rdf:type ep-activity:WellTestType , owl:Class ;
122 rdfs:comment "well test that is a <no definition in MPR-XSD>"^^xsd:string ; 123 rdfs:comment "well test that is a <no definition in MPR-XSD>"^^xsd:string ;
123 rdfs:label "pressure build-up test"^^xsd:string ; 124 rdfs:label "pressure build-up test"^^xsd:string ;
124 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 125 + rdfs:subClassOf ep-activity:WellTest .
125 126
126 -<http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> 127 +ep-activity:ProductionWellTest
127 rdf:type owl:Class ; 128 rdf:type owl:Class ;
128 rdfs:label "production well test"^^xsd:string ; 129 rdfs:label "production well test"^^xsd:string ;
129 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 130 + rdfs:subClassOf ep-activity:ProductionActivity , ep-activity:WellTest .
130 131
131 -<http://www.reportinghub.no/ep/schema/activity#SingleRateTest> 132 +ep-activity:SingleRateTest
132 - rdf:type owl:Class ; 133 + rdf:type ep-activity:WellTestType , owl:Class ;
133 rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; 134 rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ;
134 rdfs:label "single rate test"^^xsd:string ; 135 rdfs:label "single rate test"^^xsd:string ;
135 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 136 + rdfs:subClassOf ep-activity:WellTest .
136 137
137 -<http://www.reportinghub.no/ep/schema/activity#Water-FlowAfterFlowTest> 138 +ep-activity:Water-FlowAfterFlowTest
138 - rdf:type owl:Class ; 139 + rdf:type ep-activity:WellTestType , owl:Class ;
139 rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ; 140 rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ;
140 rdfs:label "water - flow after flow test"^^xsd:string ; 141 rdfs:label "water - flow after flow test"^^xsd:string ;
141 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 142 + rdfs:subClassOf ep-activity:WellTest .
142 143
143 -<http://www.reportinghub.no/ep/schema/activity#WellOperation> 144 +ep-activity:WellOperation
144 rdf:type ep-prodact:ProductionActivityType ; 145 rdf:type ep-prodact:ProductionActivityType ;
145 rdfs:comment "activity that is for operating a well"^^xsd:string . 146 rdfs:comment "activity that is for operating a well"^^xsd:string .
146 147
147 -<http://www.reportinghub.no/ep/schema/activity#approver> 148 +ep-activity:approver
148 rdf:type owl:ObjectProperty ; 149 rdf:type owl:ObjectProperty ;
149 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ApproveAReport> ; 150 + rdfs:domain ep-activity:ApproveAReport ;
150 rdfs:label "approver"^^xsd:string ; 151 rdfs:label "approver"^^xsd:string ;
151 rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . 152 rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> .
152 153
153 -<http://www.reportinghub.no/ep/schema/activity#hasFlow> 154 +ep-activity:hasFlow
154 rdf:type owl:ObjectProperty ; 155 rdf:type owl:ObjectProperty ;
155 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; 156 + rdfs:domain ep-activity:Activity ;
156 rdfs:label "has flow"^^xsd:string ; 157 rdfs:label "has flow"^^xsd:string ;
157 rdfs:range <http://www.reportinghub.no/ep/schema/flow#WholeLifeFlow> . 158 rdfs:range <http://www.reportinghub.no/ep/schema/flow#WholeLifeFlow> .
158 159
159 -<http://www.reportinghub.no/ep/schema/activity#issuer> 160 +ep-activity:issuer
160 rdf:type owl:ObjectProperty ; 161 rdf:type owl:ObjectProperty ;
161 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#IssueAReport> ; 162 + rdfs:domain ep-activity:IssueAReport ;
162 rdfs:label "issuer"^^xsd:string ; 163 rdfs:label "issuer"^^xsd:string ;
163 rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . 164 rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> .
164 165
165 -<http://www.reportinghub.no/ep/schema/activity#observationResultsSuppliedBy> 166 +ep-activity:observationResultsSuppliedBy
166 rdf:type owl:ObjectProperty ; 167 rdf:type owl:ObjectProperty ;
167 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#MakeAnObservation> ; 168 + rdfs:domain ep-activity:MakeAnObservation ;
168 rdfs:label "observation results supplied by"^^xsd:string ; 169 rdfs:label "observation results supplied by"^^xsd:string ;
169 rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . 170 rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> .
170 171
171 -<http://www.reportinghub.no/ep/schema/activity#observedObject> 172 +ep-activity:observedObject
172 rdf:type owl:ObjectProperty ; 173 rdf:type owl:ObjectProperty ;
173 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#MakeAnObservation> ; 174 + rdfs:domain ep-activity:MakeAnObservation ;
174 rdfs:label "observed object"^^xsd:string ; 175 rdfs:label "observed object"^^xsd:string ;
175 rdfs:range ep-core:PhysicalThing . 176 rdfs:range ep-core:PhysicalThing .
176 177
...@@ -187,22 +188,22 @@ ep-prodact:AccidentPreventionExercise ...@@ -187,22 +188,22 @@ ep-prodact:AccidentPreventionExercise
187 rdfs:subClassOf ep-prodact:DrillOrExcercise . 188 rdfs:subClassOf ep-prodact:DrillOrExcercise .
188 189
189 ep-prodact:AdministerFirstAid 190 ep-prodact:AdministerFirstAid
190 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 191 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
191 rdfs:comment "medical treatment that is first aid"^^xsd:string ; 192 rdfs:comment "medical treatment that is first aid"^^xsd:string ;
192 rdfs:label "administer first aid"^^xsd:string ; 193 rdfs:label "administer first aid"^^xsd:string ;
193 rdfs:subClassOf ep-prodact:MedicalTreatment . 194 rdfs:subClassOf ep-prodact:MedicalTreatment .
194 195
195 ep-prodact:AirTrafficOperation 196 ep-prodact:AirTrafficOperation
196 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 197 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
197 rdfs:comment "activity that is an air traffic operation"^^xsd:string ; 198 rdfs:comment "activity that is an air traffic operation"^^xsd:string ;
198 rdfs:label "air traffic operation"^^xsd:string ; 199 rdfs:label "air traffic operation"^^xsd:string ;
199 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 200 + rdfs:subClassOf ep-activity:ProductionActivity .
200 201
201 ep-prodact:Alarm 202 ep-prodact:Alarm
202 rdf:type owl:Class ; 203 rdf:type owl:Class ;
203 rdfs:comment "activity that is raising an alarm"^^xsd:string ; 204 rdfs:comment "activity that is raising an alarm"^^xsd:string ;
204 rdfs:label "alarm"^^xsd:string ; 205 rdfs:label "alarm"^^xsd:string ;
205 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 206 + rdfs:subClassOf ep-activity:Activity .
206 207
207 ep-prodact:AlarmType 208 ep-prodact:AlarmType
208 rdf:type rdfs:Class ; 209 rdf:type rdfs:Class ;
...@@ -223,22 +224,22 @@ ep-prodact:AlertType ...@@ -223,22 +224,22 @@ ep-prodact:AlertType
223 rdfs:subClassOf owl:Class . 224 rdfs:subClassOf owl:Class .
224 225
225 ep-prodact:AllocateSplitFactors 226 ep-prodact:AllocateSplitFactors
226 - rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ; 227 + rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ;
227 rdfs:comment "activity that is allocating the fraction of a source flow that is assumed to go into different product streams"^^xsd:string ; 228 rdfs:comment "activity that is allocating the fraction of a source flow that is assumed to go into different product streams"^^xsd:string ;
228 rdfs:label "allocate split factors"^^xsd:string ; 229 rdfs:label "allocate split factors"^^xsd:string ;
229 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 230 + rdfs:subClassOf ep-activity:Activity .
230 231
231 ep-prodact:AnnualProductionActivityToDate 232 ep-prodact:AnnualProductionActivityToDate
232 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 233 + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
233 rdfs:comment "production activity that is during the year to date"^^xsd:string ; 234 rdfs:comment "production activity that is during the year to date"^^xsd:string ;
234 rdfs:label "annual production activity to date"^^xsd:string ; 235 rdfs:label "annual production activity to date"^^xsd:string ;
235 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 236 + rdfs:subClassOf ep-activity:ProductionActivity .
236 237
237 ep-prodact:AnnualProductionOperationToDate 238 ep-prodact:AnnualProductionOperationToDate
238 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 239 + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
239 rdfs:comment "production operation from the beginning of an annual reporting period to a date within, or at the end of, the reporting period"^^xsd:string ; 240 rdfs:comment "production operation from the beginning of an annual reporting period to a date within, or at the end of, the reporting period"^^xsd:string ;
240 rdfs:label "annual production operation to date"^^xsd:string ; 241 rdfs:label "annual production operation to date"^^xsd:string ;
241 - rdfs:subClassOf ep-prodact:ProductionOperation , ep-prodact:AnnualProductionActivityToDate . 242 + rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionOperation .
242 243
243 ep-prodact:BasketMovement 244 ep-prodact:BasketMovement
244 rdf:type owl:Class ; 245 rdf:type owl:Class ;
...@@ -250,18 +251,18 @@ ep-prodact:CargoShipOperation ...@@ -250,18 +251,18 @@ ep-prodact:CargoShipOperation
250 rdf:type owl:Class ; 251 rdf:type owl:Class ;
251 rdfs:comment "production activity that is the operation of a cargo ship"^^xsd:string ; 252 rdfs:comment "production activity that is the operation of a cargo ship"^^xsd:string ;
252 rdfs:label "cargo ship operation"^^xsd:string ; 253 rdfs:label "cargo ship operation"^^xsd:string ;
253 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 254 + rdfs:subClassOf ep-activity:ProductionActivity .
254 255
255 ep-prodact:ConstructionOperation 256 ep-prodact:ConstructionOperation
256 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 257 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
257 rdfs:comment "activity that is construction"^^xsd:string ; 258 rdfs:comment "activity that is construction"^^xsd:string ;
258 rdfs:label "construction operation"^^xsd:string ; 259 rdfs:label "construction operation"^^xsd:string ;
259 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ; 260 + rdfs:subClassOf ep-activity:Activity ;
260 ep-core:seeReferenceData 261 ep-core:seeReferenceData
261 "http://posccaesar.org/rdl/RDS9685637"^^xsd:string . 262 "http://posccaesar.org/rdl/RDS9685637"^^xsd:string .
262 263
263 ep-prodact:DailyProductionOperationProcessingLoss 264 ep-prodact:DailyProductionOperationProcessingLoss
264 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 265 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
265 rdfs:comment "activity that is all that happens to cause production operation processing loss in one day"^^xsd:string ; 266 rdfs:comment "activity that is all that happens to cause production operation processing loss in one day"^^xsd:string ;
266 rdfs:label "daily production operation processing loss"^^xsd:string ; 267 rdfs:label "daily production operation processing loss"^^xsd:string ;
267 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 268 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
...@@ -270,7 +271,7 @@ ep-prodact:DataAcquisitionActivity ...@@ -270,7 +271,7 @@ ep-prodact:DataAcquisitionActivity
270 rdf:type owl:Class ; 271 rdf:type owl:Class ;
271 rdfs:comment "activity that is data acquisition"^^xsd:string ; 272 rdfs:comment "activity that is data acquisition"^^xsd:string ;
272 rdfs:label "data acquisition activity"^^xsd:string ; 273 rdfs:label "data acquisition activity"^^xsd:string ;
273 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 274 + rdfs:subClassOf ep-activity:Activity .
274 275
275 ep-prodact:DefinedHazardAndAccidentSituation 276 ep-prodact:DefinedHazardAndAccidentSituation
276 rdf:type owl:Class ; 277 rdf:type owl:Class ;
...@@ -279,37 +280,37 @@ ep-prodact:DefinedHazardAndAccidentSituation ...@@ -279,37 +280,37 @@ ep-prodact:DefinedHazardAndAccidentSituation
279 rdfs:subClassOf ep-prodact:Incident . 280 rdfs:subClassOf ep-prodact:Incident .
280 281
281 ep-prodact:Deviation 282 ep-prodact:Deviation
282 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 283 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
283 rdfs:comment "activity that is a deviation from existing procedures and guidelines"^^xsd:string ; 284 rdfs:comment "activity that is a deviation from existing procedures and guidelines"^^xsd:string ;
284 rdfs:label "deviation"^^xsd:string ; 285 rdfs:label "deviation"^^xsd:string ;
285 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 286 + rdfs:subClassOf ep-activity:ProductionActivity .
286 287
287 ep-prodact:DischargeWater 288 ep-prodact:DischargeWater
288 rdf:type owl:Class ; 289 rdf:type owl:Class ;
289 rdfs:comment "production activity that is the discharge of water"^^xsd:string ; 290 rdfs:comment "production activity that is the discharge of water"^^xsd:string ;
290 rdfs:label "discharge water"^^xsd:string ; 291 rdfs:label "discharge water"^^xsd:string ;
291 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 292 + rdfs:subClassOf ep-activity:ProductionActivity .
292 293
293 ep-prodact:DrillOrExcercise 294 ep-prodact:DrillOrExcercise
294 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 295 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
295 rdfs:comment "activity that is a drill or exercise intended to prevent harm to health, safety or the environment"^^xsd:string ; 296 rdfs:comment "activity that is a drill or exercise intended to prevent harm to health, safety or the environment"^^xsd:string ;
296 rdfs:label "drill or exercise"^^xsd:string ; 297 rdfs:label "drill or exercise"^^xsd:string ;
297 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 298 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
298 299
299 ep-prodact:ExtendedMaintenanceTurnaround 300 ep-prodact:ExtendedMaintenanceTurnaround
300 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 301 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
301 rdfs:comment "activity that is an extended maintenance turnaround"^^xsd:string ; 302 rdfs:comment "activity that is an extended maintenance turnaround"^^xsd:string ;
302 rdfs:label "extended maintenance turnaround"^^xsd:string ; 303 rdfs:label "extended maintenance turnaround"^^xsd:string ;
303 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 304 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
304 305
305 ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal 306 ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal
306 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 307 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
307 rdfs:comment "extended maintenance turnaround that is for an export terminal"^^xsd:string ; 308 rdfs:comment "extended maintenance turnaround that is for an export terminal"^^xsd:string ;
308 rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ; 309 rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ;
309 rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround . 310 rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround .
310 311
311 ep-prodact:Fire 312 ep-prodact:Fire
312 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 313 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
313 rdfs:comment "incident that is an unintentional fire"^^xsd:string ; 314 rdfs:comment "incident that is an unintentional fire"^^xsd:string ;
314 rdfs:label "fire"^^xsd:string ; 315 rdfs:label "fire"^^xsd:string ;
315 rdfs:subClassOf ep-prodact:Incident . 316 rdfs:subClassOf ep-prodact:Incident .
...@@ -318,64 +319,64 @@ ep-prodact:FluidLevelTest ...@@ -318,64 +319,64 @@ ep-prodact:FluidLevelTest
318 rdf:type owl:Class ; 319 rdf:type owl:Class ;
319 rdfs:comment "production well test that is a fluid level test"^^xsd:string ; 320 rdfs:comment "production well test that is a fluid level test"^^xsd:string ;
320 rdfs:label "fluid level test"^^xsd:string ; 321 rdfs:label "fluid level test"^^xsd:string ;
321 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> . 322 + rdfs:subClassOf ep-activity:ProductionWellTest .
322 323
323 ep-prodact:FluidSampling-DST 324 ep-prodact:FluidSampling-DST
324 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 325 + rdf:type ep-prodact:FluidSamplingType , owl:Class ;
325 rdfs:comment "fluid sampling and analysis that has a sample taken as part of a drill stem test"^^xsd:string ; 326 rdfs:comment "fluid sampling and analysis that has a sample taken as part of a drill stem test"^^xsd:string ;
326 rdfs:label "fluid sampling - DST"^^xsd:string ; 327 rdfs:label "fluid sampling - DST"^^xsd:string ;
327 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 328 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
328 329
329 ep-prodact:FluidSampling-RFTorMDT 330 ep-prodact:FluidSampling-RFTorMDT
330 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 331 + rdf:type ep-prodact:FluidSamplingType , owl:Class ;
331 rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; 332 rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ;
332 rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; 333 rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ;
333 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 334 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
334 335
335 ep-prodact:FluidSampling-bottomhole 336 ep-prodact:FluidSampling-bottomhole
336 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 337 + rdf:type ep-prodact:FluidSamplingType , owl:Class ;
337 rdfs:comment "fluid sampling and analysis that has a sample taken from the bottom of a wellbore"^^xsd:string ; 338 rdfs:comment "fluid sampling and analysis that has a sample taken from the bottom of a wellbore"^^xsd:string ;
338 rdfs:label "fluid sampling - bottomhole"^^xsd:string ; 339 rdfs:label "fluid sampling - bottomhole"^^xsd:string ;
339 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 340 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
340 341
341 ep-prodact:FluidSampling-formationTester 342 ep-prodact:FluidSampling-formationTester
342 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 343 + rdf:type ep-prodact:FluidSamplingType , owl:Class ;
343 rdfs:comment "fluid sampling and analysis that has the sample taken by a formation tester"^^xsd:string ; 344 rdfs:comment "fluid sampling and analysis that has the sample taken by a formation tester"^^xsd:string ;
344 rdfs:label "fluid sampling - formation tester"^^xsd:string ; 345 rdfs:label "fluid sampling - formation tester"^^xsd:string ;
345 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 346 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
346 347
347 ep-prodact:FluidSampling-recombined 348 ep-prodact:FluidSampling-recombined
348 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 349 + rdf:type ep-prodact:FluidSamplingType , owl:Class ;
349 rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; 350 rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ;
350 rdfs:label "fluid sampling - recombined"^^xsd:string ; 351 rdfs:label "fluid sampling - recombined"^^xsd:string ;
351 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 352 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
352 353
353 ep-prodact:FluidSampling-separatorGas 354 ep-prodact:FluidSampling-separatorGas
354 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 355 + rdf:type ep-prodact:FluidSamplingType , owl:Class ;
355 rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; 356 rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ;
356 rdfs:label "fluid sampling - separator gas"^^xsd:string ; 357 rdfs:label "fluid sampling - separator gas"^^xsd:string ;
357 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 358 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
358 359
359 ep-prodact:FluidSampling-separatorOil 360 ep-prodact:FluidSampling-separatorOil
360 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 361 + rdf:type ep-prodact:FluidSamplingType , owl:Class ;
361 rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; 362 rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ;
362 rdfs:label "fluid sampling - separator oil"^^xsd:string ; 363 rdfs:label "fluid sampling - separator oil"^^xsd:string ;
363 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 364 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
364 365
365 ep-prodact:FluidSampling-separatorWater 366 ep-prodact:FluidSampling-separatorWater
366 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 367 + rdf:type ep-prodact:FluidSamplingType , owl:Class ;
367 rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; 368 rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ;
368 rdfs:label "fluid sampling - separator water"^^xsd:string ; 369 rdfs:label "fluid sampling - separator water"^^xsd:string ;
369 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 370 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
370 371
371 ep-prodact:FluidSampling-synthetic 372 ep-prodact:FluidSampling-synthetic
372 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 373 + rdf:type ep-prodact:FluidSamplingType , owl:Class ;
373 rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; 374 rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ;
374 rdfs:label "fluid sampling - synthetic"^^xsd:string ; 375 rdfs:label "fluid sampling - synthetic"^^xsd:string ;
375 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 376 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
376 377
377 ep-prodact:FluidSampling-wellhead 378 ep-prodact:FluidSampling-wellhead
378 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 379 + rdf:type ep-prodact:FluidSamplingType , owl:Class ;
379 rdfs:comment "fluid sampling and analysis that has the sample taken at the well head"^^xsd:string ; 380 rdfs:comment "fluid sampling and analysis that has the sample taken at the well head"^^xsd:string ;
380 rdfs:label "fluid sampling - wellhead"^^xsd:string ; 381 rdfs:label "fluid sampling - wellhead"^^xsd:string ;
381 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 382 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
...@@ -384,7 +385,7 @@ ep-prodact:FluidSamplingAndAnalysis ...@@ -384,7 +385,7 @@ ep-prodact:FluidSamplingAndAnalysis
384 rdf:type owl:Class ; 385 rdf:type owl:Class ;
385 rdfs:comment "activity that is fluid sampling and analysis"^^xsd:string ; 386 rdfs:comment "activity that is fluid sampling and analysis"^^xsd:string ;
386 rdfs:label "fluid sampling and analysis"^^xsd:string ; 387 rdfs:label "fluid sampling and analysis"^^xsd:string ;
387 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 388 + rdfs:subClassOf ep-activity:Activity .
388 389
389 ep-prodact:FluidSamplingType 390 ep-prodact:FluidSamplingType
390 rdf:type rdfs:Class ; 391 rdf:type rdfs:Class ;
...@@ -393,7 +394,7 @@ ep-prodact:FluidSamplingType ...@@ -393,7 +394,7 @@ ep-prodact:FluidSamplingType
393 rdfs:subClassOf owl:Class . 394 rdfs:subClassOf owl:Class .
394 395
395 ep-prodact:HSEProblem 396 ep-prodact:HSEProblem
396 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 397 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
397 rdfs:comment "activity that is an HSE problem"^^xsd:string ; 398 rdfs:comment "activity that is an HSE problem"^^xsd:string ;
398 rdfs:label "HSE problem"^^xsd:string ; 399 rdfs:label "HSE problem"^^xsd:string ;
399 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 400 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
...@@ -402,7 +403,7 @@ ep-prodact:HealthSafetyAndEnvironmentActivity ...@@ -402,7 +403,7 @@ ep-prodact:HealthSafetyAndEnvironmentActivity
402 rdf:type owl:Class ; 403 rdf:type owl:Class ;
403 rdfs:comment "activity that affects, or might in different circumstances have affected, health, safety and the environment"^^xsd:string ; 404 rdfs:comment "activity that affects, or might in different circumstances have affected, health, safety and the environment"^^xsd:string ;
404 rdfs:label "health safety and environment activity"^^xsd:string ; 405 rdfs:label "health safety and environment activity"^^xsd:string ;
405 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 406 + rdfs:subClassOf ep-activity:Activity .
406 407
407 ep-prodact:Incident 408 ep-prodact:Incident
408 rdf:type owl:Class ; 409 rdf:type owl:Class ;
...@@ -411,16 +412,16 @@ ep-prodact:Incident ...@@ -411,16 +412,16 @@ ep-prodact:Incident
411 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 412 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
412 413
413 ep-prodact:InitialWellTest 414 ep-prodact:InitialWellTest
414 - rdf:type owl:Class , ep-prodact:WellTestReasonType ; 415 + rdf:type ep-prodact:WellTestReasonType , owl:Class ;
415 rdfs:comment "well test that is the first on a well"^^xsd:string ; 416 rdfs:comment "well test that is the first on a well"^^xsd:string ;
416 rdfs:label "initial well test"^^xsd:string ; 417 rdfs:label "initial well test"^^xsd:string ;
417 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 418 + rdfs:subClassOf ep-activity:WellTest .
418 419
419 ep-prodact:InjectionWellTest 420 ep-prodact:InjectionWellTest
420 rdf:type owl:Class ; 421 rdf:type owl:Class ;
421 rdfs:comment "production well test that is an injection well test"^^xsd:string ; 422 rdfs:comment "production well test that is an injection well test"^^xsd:string ;
422 rdfs:label "injection well test"^^xsd:string ; 423 rdfs:label "injection well test"^^xsd:string ;
423 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> . 424 + rdfs:subClassOf ep-activity:ProductionWellTest .
424 425
425 ep-prodact:Injury 426 ep-prodact:Injury
426 rdf:type owl:Class ; 427 rdf:type owl:Class ;
...@@ -429,25 +430,25 @@ ep-prodact:Injury ...@@ -429,25 +430,25 @@ ep-prodact:Injury
429 rdfs:subClassOf ep-prodact:AccidentOrInjury . 430 rdfs:subClassOf ep-prodact:AccidentOrInjury .
430 431
431 ep-prodact:IssueBillOfLading 432 ep-prodact:IssueBillOfLading
432 - rdf:type owl:Class , ep-prodact:SalesActivityType ; 433 + rdf:type ep-prodact:SalesActivityType , owl:Class ;
433 rdfs:comment "sales activity that is issuing a bill of lading"^^xsd:string ; 434 rdfs:comment "sales activity that is issuing a bill of lading"^^xsd:string ;
434 rdfs:label "issue bill of lading"^^xsd:string ; 435 rdfs:label "issue bill of lading"^^xsd:string ;
435 rdfs:subClassOf ep-prodact:SalesActivity . 436 rdfs:subClassOf ep-prodact:SalesActivity .
436 437
437 ep-prodact:IssueWorkPermit 438 ep-prodact:IssueWorkPermit
438 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 439 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
439 rdfs:comment "activity that is issuing a work permit"^^xsd:string ; 440 rdfs:comment "activity that is issuing a work permit"^^xsd:string ;
440 rdfs:label "issue work permit"^^xsd:string ; 441 rdfs:label "issue work permit"^^xsd:string ;
441 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 442 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
442 443
443 ep-prodact:IssueWorkPermitWithSJA 444 ep-prodact:IssueWorkPermitWithSJA
444 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 445 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
445 rdfs:comment "issue a work permit with Safe Job Analysis"^^xsd:string ; 446 rdfs:comment "issue a work permit with Safe Job Analysis"^^xsd:string ;
446 rdfs:label "issue work permit with SJA"^^xsd:string ; 447 rdfs:label "issue work permit with SJA"^^xsd:string ;
447 rdfs:subClassOf ep-prodact:IssueWorkPermit . 448 rdfs:subClassOf ep-prodact:IssueWorkPermit .
448 449
449 ep-prodact:JobObservation 450 ep-prodact:JobObservation
450 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 451 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
451 rdfs:comment "<not defined in MPR-XSD>"^^xsd:string ; 452 rdfs:comment "<not defined in MPR-XSD>"^^xsd:string ;
452 rdfs:label "job observation"^^xsd:string ; 453 rdfs:label "job observation"^^xsd:string ;
453 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 454 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
...@@ -465,16 +466,16 @@ ep-prodact:LostTimeAccident ...@@ -465,16 +466,16 @@ ep-prodact:LostTimeAccident
465 rdfs:subClassOf ep-prodact:Injury . 466 rdfs:subClassOf ep-prodact:Injury .
466 467
467 ep-prodact:LostTimeIncident 468 ep-prodact:LostTimeIncident
468 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 469 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
469 rdfs:comment "incident that results in an injured employee who requires medical treatment and cannot return to work the next day (source: MPR-XSD)"^^xsd:string ; 470 rdfs:comment "incident that results in an injured employee who requires medical treatment and cannot return to work the next day (source: MPR-XSD)"^^xsd:string ;
470 rdfs:label "lost time incident"^^xsd:string ; 471 rdfs:label "lost time incident"^^xsd:string ;
471 rdfs:subClassOf ep-prodact:Injury . 472 rdfs:subClassOf ep-prodact:Injury .
472 473
473 ep-prodact:MaintenanceActivity 474 ep-prodact:MaintenanceActivity
474 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 475 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
475 rdfs:comment "activity that is maintenance"^^xsd:string ; 476 rdfs:comment "activity that is maintenance"^^xsd:string ;
476 rdfs:label "maintenance activity"^^xsd:string ; 477 rdfs:label "maintenance activity"^^xsd:string ;
477 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 478 + rdfs:subClassOf ep-activity:ProductionActivity ;
478 ep-core:seeReferenceData 479 ep-core:seeReferenceData
479 "http://posccaesar.org/rdl/RDS9661742"^^xsd:string . 480 "http://posccaesar.org/rdl/RDS9661742"^^xsd:string .
480 481
...@@ -482,10 +483,10 @@ ep-prodact:MakeAComment ...@@ -482,10 +483,10 @@ ep-prodact:MakeAComment
482 rdf:type owl:Class ; 483 rdf:type owl:Class ;
483 rdfs:comment "activity that is making a comment"^^xsd:string ; 484 rdfs:comment "activity that is making a comment"^^xsd:string ;
484 rdfs:label "make a comment"^^xsd:string ; 485 rdfs:label "make a comment"^^xsd:string ;
485 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 486 + rdfs:subClassOf ep-activity:Activity .
486 487
487 ep-prodact:MakeATransaction 488 ep-prodact:MakeATransaction
488 - rdf:type owl:Class , ep-prodact:SalesActivityType ; 489 + rdf:type ep-prodact:SalesActivityType , owl:Class ;
489 rdfs:comment "sales activity that is making a transaction"^^xsd:string ; 490 rdfs:comment "sales activity that is making a transaction"^^xsd:string ;
490 rdfs:label "make a transaction"^^xsd:string ; 491 rdfs:label "make a transaction"^^xsd:string ;
491 rdfs:subClassOf ep-prodact:SalesActivity . 492 rdfs:subClassOf ep-prodact:SalesActivity .
...@@ -494,16 +495,16 @@ ep-prodact:MarineOperation ...@@ -494,16 +495,16 @@ ep-prodact:MarineOperation
494 rdf:type owl:Class ; 495 rdf:type owl:Class ;
495 rdfs:comment "production activity that is a marine operation"^^xsd:string ; 496 rdfs:comment "production activity that is a marine operation"^^xsd:string ;
496 rdfs:label "marine operation"^^xsd:string ; 497 rdfs:label "marine operation"^^xsd:string ;
497 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 498 + rdfs:subClassOf ep-activity:ProductionActivity .
498 499
499 ep-prodact:MarkedGasLossOfExport 500 ep-prodact:MarkedGasLossOfExport
500 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 501 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
501 rdfs:comment "activity that is not exporting gas due to marked product"^^xsd:string ; 502 rdfs:comment "activity that is not exporting gas due to marked product"^^xsd:string ;
502 rdfs:label "marked gas loss of export"^^xsd:string ; 503 rdfs:label "marked gas loss of export"^^xsd:string ;
503 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 504 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
504 505
505 ep-prodact:MarkedOilLossOfExport 506 ep-prodact:MarkedOilLossOfExport
506 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 507 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
507 rdfs:comment "activity that is not exporting oil due to marked product"^^xsd:string ; 508 rdfs:comment "activity that is not exporting oil due to marked product"^^xsd:string ;
508 rdfs:label "marked oil loss of export"^^xsd:string ; 509 rdfs:label "marked oil loss of export"^^xsd:string ;
509 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 510 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
...@@ -512,13 +513,13 @@ ep-prodact:MeasurePropertiesOfAFlow ...@@ -512,13 +513,13 @@ ep-prodact:MeasurePropertiesOfAFlow
512 rdf:type owl:Class ; 513 rdf:type owl:Class ;
513 rdfs:comment "activity that is measuring the properties of a flow"^^xsd:string ; 514 rdfs:comment "activity that is measuring the properties of a flow"^^xsd:string ;
514 rdfs:label "measure properties of a flow"^^xsd:string ; 515 rdfs:label "measure properties of a flow"^^xsd:string ;
515 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 516 + rdfs:subClassOf ep-activity:Activity .
516 517
517 ep-prodact:MeasureSplitFactors 518 ep-prodact:MeasureSplitFactors
518 - rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ; 519 + rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ;
519 rdfs:comment "activity that is measuring the fraction of a source flow that goes into different product streams"^^xsd:string ; 520 rdfs:comment "activity that is measuring the fraction of a source flow that goes into different product streams"^^xsd:string ;
520 rdfs:label "measure split factors"^^xsd:string ; 521 rdfs:label "measure split factors"^^xsd:string ;
521 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 522 + rdfs:subClassOf ep-activity:Activity .
522 523
523 ep-prodact:MedicalTreatment 524 ep-prodact:MedicalTreatment
524 rdf:type owl:Class ; 525 rdf:type owl:Class ;
...@@ -527,19 +528,19 @@ ep-prodact:MedicalTreatment ...@@ -527,19 +528,19 @@ ep-prodact:MedicalTreatment
527 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 528 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
528 529
529 ep-prodact:MedicalTreatmentInjury 530 ep-prodact:MedicalTreatmentInjury
530 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 531 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
531 rdfs:comment "injury that requires medical treatment"^^xsd:string ; 532 rdfs:comment "injury that requires medical treatment"^^xsd:string ;
532 rdfs:label "medical treatment injury"^^xsd:string ; 533 rdfs:label "medical treatment injury"^^xsd:string ;
533 rdfs:subClassOf ep-prodact:Injury . 534 rdfs:subClassOf ep-prodact:Injury .
534 535
535 ep-prodact:ModificationProject 536 ep-prodact:ModificationProject
536 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 537 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
537 rdfs:comment "activity that is a modification project"^^xsd:string ; 538 rdfs:comment "activity that is a modification project"^^xsd:string ;
538 rdfs:label "modification project"^^xsd:string ; 539 rdfs:label "modification project"^^xsd:string ;
539 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 540 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
540 541
541 ep-prodact:MonthlyProductionOperationToDate 542 ep-prodact:MonthlyProductionOperationToDate
542 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 543 + rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
543 rdfs:comment "production operation from the beginning of a monthly reporting period to a date within, or at the end of, the reporting period"^^xsd:string ; 544 rdfs:comment "production operation from the beginning of a monthly reporting period to a date within, or at the end of, the reporting period"^^xsd:string ;
544 rdfs:label "monthly production operation to date"^^xsd:string ; 545 rdfs:label "monthly production operation to date"^^xsd:string ;
545 rdfs:subClassOf ep-prodact:ProductionOperation . 546 rdfs:subClassOf ep-prodact:ProductionOperation .
...@@ -548,7 +549,7 @@ ep-prodact:MovementOfProduct ...@@ -548,7 +549,7 @@ ep-prodact:MovementOfProduct
548 rdf:type owl:Class ; 549 rdf:type owl:Class ;
549 rdfs:comment "activity that is the movement of a product"^^xsd:string ; 550 rdfs:comment "activity that is the movement of a product"^^xsd:string ;
550 rdfs:label "movement of product"^^xsd:string ; 551 rdfs:label "movement of product"^^xsd:string ;
551 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 552 + rdfs:subClassOf ep-activity:Activity .
552 553
553 ep-prodact:MovementOfProductType 554 ep-prodact:MovementOfProductType
554 rdf:type rdfs:Class ; 555 rdf:type rdfs:Class ;
...@@ -557,28 +558,28 @@ ep-prodact:MovementOfProductType ...@@ -557,28 +558,28 @@ ep-prodact:MovementOfProductType
557 rdfs:subClassOf owl:Class . 558 rdfs:subClassOf owl:Class .
558 559
559 ep-prodact:NearMiss 560 ep-prodact:NearMiss
560 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 561 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
561 rdfs:comment "incident that under different circumstances could have caused injury, illness and/or major damage to/loss of assets, or harm to the environment or to a third party (source: MPR-XSD)"^^xsd:string ; 562 rdfs:comment "incident that under different circumstances could have caused injury, illness and/or major damage to/loss of assets, or harm to the environment or to a third party (source: MPR-XSD)"^^xsd:string ;
562 rdfs:label "near miss"^^xsd:string ; 563 rdfs:label "near miss"^^xsd:string ;
563 rdfs:subClassOf ep-prodact:Incident . 564 rdfs:subClassOf ep-prodact:Incident .
564 565
565 ep-prodact:OperationMistakes 566 ep-prodact:OperationMistakes
566 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 567 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
567 rdfs:comment "activity that is an operation mistake"^^xsd:string ; 568 rdfs:comment "activity that is an operation mistake"^^xsd:string ;
568 rdfs:label "operation mistakes"^^xsd:string ; 569 rdfs:label "operation mistakes"^^xsd:string ;
569 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 570 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
570 571
571 ep-prodact:OtherReasonWellTest 572 ep-prodact:OtherReasonWellTest
572 - rdf:type owl:Class , ep-prodact:WellTestReasonType ; 573 + rdf:type ep-prodact:WellTestReasonType , owl:Class ;
573 rdfs:comment "well test that is not initial, periodic, or a revision"^^xsd:string ; 574 rdfs:comment "well test that is not initial, periodic, or a revision"^^xsd:string ;
574 rdfs:label "other reason well text"^^xsd:string ; 575 rdfs:label "other reason well text"^^xsd:string ;
575 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 576 + rdfs:subClassOf ep-activity:WellTest .
576 577
577 ep-prodact:PeriodicWellTest 578 ep-prodact:PeriodicWellTest
578 - rdf:type owl:Class , ep-prodact:WellTestReasonType ; 579 + rdf:type ep-prodact:WellTestReasonType , owl:Class ;
579 rdfs:comment "well test that is carried out as part of a periodic testing regime"^^xsd:string ; 580 rdfs:comment "well test that is carried out as part of a periodic testing regime"^^xsd:string ;
580 rdfs:label "periodic well test"^^xsd:string ; 581 rdfs:label "periodic well test"^^xsd:string ;
581 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 582 + rdfs:subClassOf ep-activity:WellTest .
582 583
583 ep-prodact:PersonnelSafetyIntroduction 584 ep-prodact:PersonnelSafetyIntroduction
584 rdf:type owl:Class ; 585 rdf:type owl:Class ;
...@@ -587,115 +588,115 @@ ep-prodact:PersonnelSafetyIntroduction ...@@ -587,115 +588,115 @@ ep-prodact:PersonnelSafetyIntroduction
587 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 588 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
588 589
589 ep-prodact:PlannedMaintenanceTurnaround 590 ep-prodact:PlannedMaintenanceTurnaround
590 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 591 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
591 rdfs:comment "activity that is a planned maintenance turnaround"^^xsd:string ; 592 rdfs:comment "activity that is a planned maintenance turnaround"^^xsd:string ;
592 rdfs:label "planned maintenace turnaround"^^xsd:string ; 593 rdfs:label "planned maintenace turnaround"^^xsd:string ;
593 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 594 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
594 595
595 ep-prodact:PowerStationFailure 596 ep-prodact:PowerStationFailure
596 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 597 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
597 rdfs:comment "activity that is the failure of a power station"^^xsd:string ; 598 rdfs:comment "activity that is the failure of a power station"^^xsd:string ;
598 rdfs:label "power station failure"^^xsd:string ; 599 rdfs:label "power station failure"^^xsd:string ;
599 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 600 + rdfs:subClassOf ep-activity:Activity .
600 601
601 ep-prodact:PreventiveMaintenanceTopside 602 ep-prodact:PreventiveMaintenanceTopside
602 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 603 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
603 rdfs:comment "activity that is preventive maintenance topside"^^xsd:string ; 604 rdfs:comment "activity that is preventive maintenance topside"^^xsd:string ;
604 rdfs:label "preventive maintenace topside"^^xsd:string ; 605 rdfs:label "preventive maintenace topside"^^xsd:string ;
605 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 606 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
606 607
607 ep-prodact:ProcessAndOperationProblem 608 ep-prodact:ProcessAndOperationProblem
608 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 609 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
609 rdfs:comment "activity that is a process and operation problem"^^xsd:string ; 610 rdfs:comment "activity that is a process and operation problem"^^xsd:string ;
610 rdfs:label "process and operation problem"^^xsd:string ; 611 rdfs:label "process and operation problem"^^xsd:string ;
611 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 612 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
612 613
613 ep-prodact:ProductCompletedLifting 614 ep-prodact:ProductCompletedLifting
614 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 615 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
615 rdfs:comment "movement of product that is exported from a stock within a given time period (source: MPR-XSD)"^^xsd:string ; 616 rdfs:comment "movement of product that is exported from a stock within a given time period (source: MPR-XSD)"^^xsd:string ;
616 rdfs:label "product completed lifting"^^xsd:string ; 617 rdfs:label "product completed lifting"^^xsd:string ;
617 rdfs:subClassOf ep-prodact:MovementOfProduct . 618 rdfs:subClassOf ep-prodact:MovementOfProduct .
618 619
619 ep-prodact:ProductGain-Loss 620 ep-prodact:ProductGain-Loss
620 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 621 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
621 rdfs:comment "movement of product that is the lack of proper proportion or relation between the corresponding input and liftings transactions (source: MPR-XSD)"^^xsd:string ; 622 rdfs:comment "movement of product that is the lack of proper proportion or relation between the corresponding input and liftings transactions (source: MPR-XSD)"^^xsd:string ;
622 rdfs:label "product gain/loss"^^xsd:string ; 623 rdfs:label "product gain/loss"^^xsd:string ;
623 rdfs:subClassOf ep-prodact:MovementOfProduct . 624 rdfs:subClassOf ep-prodact:MovementOfProduct .
624 625
625 ep-prodact:ProductInputToStorage 626 ep-prodact:ProductInputToStorage
626 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 627 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
627 rdfs:comment "movement of product that is addition to a stock within a given time period (source: MPR-XSD)"^^xsd:string ; 628 rdfs:comment "movement of product that is addition to a stock within a given time period (source: MPR-XSD)"^^xsd:string ;
628 rdfs:label "product input to storage"^^xsd:string ; 629 rdfs:label "product input to storage"^^xsd:string ;
629 rdfs:subClassOf ep-prodact:MovementOfProduct . 630 rdfs:subClassOf ep-prodact:MovementOfProduct .
630 631
631 ep-prodact:ProductLifted 632 ep-prodact:ProductLifted
632 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 633 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
633 rdfs:comment "movement of product that is from storage"^^xsd:string ; 634 rdfs:comment "movement of product that is from storage"^^xsd:string ;
634 rdfs:label "product lifted"^^xsd:string ; 635 rdfs:label "product lifted"^^xsd:string ;
635 rdfs:subClassOf ep-prodact:MovementOfProduct . 636 rdfs:subClassOf ep-prodact:MovementOfProduct .
636 637
637 ep-prodact:ProductLiftingEntitlement 638 ep-prodact:ProductLiftingEntitlement
638 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 639 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
639 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; 640 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ;
640 rdfs:label "product lifting entitlement"^^xsd:string ; 641 rdfs:label "product lifting entitlement"^^xsd:string ;
641 rdfs:subClassOf ep-prodact:MovementOfProduct . 642 rdfs:subClassOf ep-prodact:MovementOfProduct .
642 643
643 ep-prodact:ProductLiftingEntitlementRemaining 644 ep-prodact:ProductLiftingEntitlementRemaining
644 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 645 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
645 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; 646 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ;
646 rdfs:label "product lifting entitlement remaining"^^xsd:string ; 647 rdfs:label "product lifting entitlement remaining"^^xsd:string ;
647 rdfs:subClassOf ep-prodact:MovementOfProduct . 648 rdfs:subClassOf ep-prodact:MovementOfProduct .
648 649
649 ep-prodact:ProductLinePack 650 ep-prodact:ProductLinePack
650 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 651 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
651 rdfs:comment "movement of product that provides the quantity of gas which the operator responsible for gas transportation decides must be provided by the gas producing fields in order to make deliveries as requested by gas shippers and provide operating tolerances (source: MPR-XSD)"^^xsd:string ; 652 rdfs:comment "movement of product that provides the quantity of gas which the operator responsible for gas transportation decides must be provided by the gas producing fields in order to make deliveries as requested by gas shippers and provide operating tolerances (source: MPR-XSD)"^^xsd:string ;
652 rdfs:label "product line pack"^^xsd:string ; 653 rdfs:label "product line pack"^^xsd:string ;
653 rdfs:subClassOf ep-prodact:MovementOfProduct . 654 rdfs:subClassOf ep-prodact:MovementOfProduct .
654 655
655 ep-prodact:ProductMassAdjustment 656 ep-prodact:ProductMassAdjustment
656 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 657 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
657 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; 658 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ;
658 rdfs:label "product mass adjustment"^^xsd:string ; 659 rdfs:label "product mass adjustment"^^xsd:string ;
659 rdfs:subClassOf ep-prodact:MovementOfProduct . 660 rdfs:subClassOf ep-prodact:MovementOfProduct .
660 661
661 ep-prodact:ProductPartialLifting 662 ep-prodact:ProductPartialLifting
662 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 663 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
663 rdfs:comment "movement of product that is a lifting up to a (not completed) determined point in time (source: MPR-XSD)"^^xsd:string ; 664 rdfs:comment "movement of product that is a lifting up to a (not completed) determined point in time (source: MPR-XSD)"^^xsd:string ;
664 rdfs:label "product partial lifting"^^xsd:string ; 665 rdfs:label "product partial lifting"^^xsd:string ;
665 rdfs:subClassOf ep-prodact:MovementOfProduct . 666 rdfs:subClassOf ep-prodact:MovementOfProduct .
666 667
667 ep-prodact:ProductPipelineLifting 668 ep-prodact:ProductPipelineLifting
668 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 669 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
669 rdfs:comment "movement of product that is exported from a stock by a pipeline"^^xsd:string ; 670 rdfs:comment "movement of product that is exported from a stock by a pipeline"^^xsd:string ;
670 rdfs:label "product pipeline lifting"^^xsd:string ; 671 rdfs:label "product pipeline lifting"^^xsd:string ;
671 rdfs:subClassOf ep-prodact:MovementOfProduct . 672 rdfs:subClassOf ep-prodact:MovementOfProduct .
672 673
673 ep-prodact:ProductProductionImbalance 674 ep-prodact:ProductProductionImbalance
674 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 675 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
675 rdfs:comment "movement of product that is the difference between the amount of gas entering and exiting a shipper's nomination portfolio. This will take into account all differences whatever the time or reason it occurs. (source: MPR-XSD)"^^xsd:string ; 676 rdfs:comment "movement of product that is the difference between the amount of gas entering and exiting a shipper's nomination portfolio. This will take into account all differences whatever the time or reason it occurs. (source: MPR-XSD)"^^xsd:string ;
676 rdfs:label "product production imbalance"^^xsd:string ; 677 rdfs:label "product production imbalance"^^xsd:string ;
677 rdfs:subClassOf ep-prodact:MovementOfProduct . 678 rdfs:subClassOf ep-prodact:MovementOfProduct .
678 679
679 ep-prodact:ProductSwap 680 ep-prodact:ProductSwap
680 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 681 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
681 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; 682 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ;
682 rdfs:label "product swap"^^xsd:string ; 683 rdfs:label "product swap"^^xsd:string ;
683 rdfs:subClassOf ep-prodact:MovementOfProduct . 684 rdfs:subClassOf ep-prodact:MovementOfProduct .
684 685
685 ep-prodact:ProductTankerLifting 686 ep-prodact:ProductTankerLifting
686 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 687 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
687 rdfs:comment "movement of product that is exported from a stock by a tanker"^^xsd:string ; 688 rdfs:comment "movement of product that is exported from a stock by a tanker"^^xsd:string ;
688 rdfs:label "product tanker lifting"^^xsd:string ; 689 rdfs:label "product tanker lifting"^^xsd:string ;
689 rdfs:subClassOf ep-prodact:MovementOfProduct . 690 rdfs:subClassOf ep-prodact:MovementOfProduct .
690 691
691 ep-prodact:ProductTransaction 692 ep-prodact:ProductTransaction
692 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 693 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
693 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; 694 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ;
694 rdfs:label "product transaction"^^xsd:string ; 695 rdfs:label "product transaction"^^xsd:string ;
695 rdfs:subClassOf ep-prodact:MovementOfProduct . 696 rdfs:subClassOf ep-prodact:MovementOfProduct .
696 697
697 ep-prodact:ProductTransfer 698 ep-prodact:ProductTransfer
698 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 699 + rdf:type ep-prodact:MovementOfProductType , owl:Class ;
699 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; 700 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ;
700 rdfs:label "product transfer"^^xsd:string ; 701 rdfs:label "product transfer"^^xsd:string ;
701 rdfs:subClassOf ep-prodact:MovementOfProduct . 702 rdfs:subClassOf ep-prodact:MovementOfProduct .
...@@ -707,10 +708,10 @@ ep-prodact:ProductionActivityType ...@@ -707,10 +708,10 @@ ep-prodact:ProductionActivityType
707 rdfs:subClassOf owl:Class . 708 rdfs:subClassOf owl:Class .
708 709
709 ep-prodact:ProductionOperation 710 ep-prodact:ProductionOperation
710 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 711 + rdf:type ep-prodact:ProductionActivityType , owl:Class ;
711 rdfs:comment "production activity that is all of what is done in the operation of a facility during a period"^^xsd:string ; 712 rdfs:comment "production activity that is all of what is done in the operation of a facility during a period"^^xsd:string ;
712 rdfs:label "production operation"^^xsd:string ; 713 rdfs:label "production operation"^^xsd:string ;
713 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 714 + rdfs:subClassOf ep-activity:ProductionActivity .
714 715
715 ep-prodact:ProductionOperationClassByDuration 716 ep-prodact:ProductionOperationClassByDuration
716 rdf:type rdfs:Class ; 717 rdf:type rdfs:Class ;
...@@ -721,7 +722,7 @@ ep-prodact:ProductionOperationInjection ...@@ -721,7 +722,7 @@ ep-prodact:ProductionOperationInjection
721 rdf:type owl:Class ; 722 rdf:type owl:Class ;
722 rdfs:comment "production activity that is all of what is done that is directly concerned with injection into a well, such that interuption of the activity interupts injection"^^xsd:string ; 723 rdfs:comment "production activity that is all of what is done that is directly concerned with injection into a well, such that interuption of the activity interupts injection"^^xsd:string ;
723 rdfs:label "production operation injection"^^xsd:string ; 724 rdfs:label "production operation injection"^^xsd:string ;
724 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 725 + rdfs:subClassOf ep-activity:ProductionActivity .
725 726
726 ep-prodact:ProductionOperationMethodType 727 ep-prodact:ProductionOperationMethodType
727 rdf:type rdfs:Class ; 728 rdf:type rdfs:Class ;
...@@ -733,16 +734,16 @@ ep-prodact:ProductionOperationProcessingLoss ...@@ -733,16 +734,16 @@ ep-prodact:ProductionOperationProcessingLoss
733 rdf:type owl:Class ; 734 rdf:type owl:Class ;
734 rdfs:comment "activity that results in a Production Operation Processing loss"^^xsd:string ; 735 rdfs:comment "activity that results in a Production Operation Processing loss"^^xsd:string ;
735 rdfs:label "production operation processing loss"^^xsd:string ; 736 rdfs:label "production operation processing loss"^^xsd:string ;
736 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 737 + rdfs:subClassOf ep-activity:ProductionActivity .
737 738
738 ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason 739 ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason
739 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 740 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
740 rdfs:comment "activity that is a production operation processing loss without a specified reason"^^xsd:string ; 741 rdfs:comment "activity that is a production operation processing loss without a specified reason"^^xsd:string ;
741 rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ; 742 rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ;
742 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 743 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
743 744
744 ep-prodact:ProductionOperationProcessingRegulatoryReference 745 ep-prodact:ProductionOperationProcessingRegulatoryReference
745 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 746 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
746 rdfs:comment "activity that is a production operation processing regulatory reference"^^xsd:string ; 747 rdfs:comment "activity that is a production operation processing regulatory reference"^^xsd:string ;
747 rdfs:label "production operation processing regulatory reference"^^xsd:string ; 748 rdfs:label "production operation processing regulatory reference"^^xsd:string ;
748 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 749 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
...@@ -751,13 +752,13 @@ ep-prodact:ProductionOperationProduction ...@@ -751,13 +752,13 @@ ep-prodact:ProductionOperationProduction
751 rdf:type owl:Class ; 752 rdf:type owl:Class ;
752 rdfs:comment "production activity that is all of what is done that is directly concerned with production from a well, such that interuption of the activity interupts production"^^xsd:string ; 753 rdfs:comment "production activity that is all of what is done that is directly concerned with production from a well, such that interuption of the activity interupts production"^^xsd:string ;
753 rdfs:label "production operation production"^^xsd:string ; 754 rdfs:label "production operation production"^^xsd:string ;
754 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 755 + rdfs:subClassOf ep-activity:ProductionActivity .
755 756
756 ep-prodact:RaiseAnAlert 757 ep-prodact:RaiseAnAlert
757 rdf:type owl:Class ; 758 rdf:type owl:Class ;
758 rdfs:comment "activity that draws attention to an unexpected value in a set of data"^^xsd:string ; 759 rdfs:comment "activity that draws attention to an unexpected value in a set of data"^^xsd:string ;
759 rdfs:label "raise an alert"^^xsd:string ; 760 rdfs:label "raise an alert"^^xsd:string ;
760 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 761 + rdfs:subClassOf ep-activity:Activity .
761 762
762 ep-prodact:ReasonForLossOfProcessingType 763 ep-prodact:ReasonForLossOfProcessingType
763 rdf:type rdfs:Class ; 764 rdf:type rdfs:Class ;
...@@ -766,25 +767,25 @@ ep-prodact:ReasonForLossOfProcessingType ...@@ -766,25 +767,25 @@ ep-prodact:ReasonForLossOfProcessingType
766 rdfs:subClassOf owl:Class . 767 rdfs:subClassOf owl:Class .
767 768
768 ep-prodact:ReleaseToAir 769 ep-prodact:ReleaseToAir
769 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 770 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
770 rdfs:comment "spill or leak that is to air"^^xsd:string ; 771 rdfs:comment "spill or leak that is to air"^^xsd:string ;
771 rdfs:label "release to air"^^xsd:string ; 772 rdfs:label "release to air"^^xsd:string ;
772 rdfs:subClassOf ep-prodact:SpillOrLeak . 773 rdfs:subClassOf ep-prodact:SpillOrLeak .
773 774
774 ep-prodact:ReleaseToWater 775 ep-prodact:ReleaseToWater
775 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 776 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
776 rdfs:comment "spill or leak that is to water"^^xsd:string ; 777 rdfs:comment "spill or leak that is to water"^^xsd:string ;
777 rdfs:label "release to water"^^xsd:string ; 778 rdfs:label "release to water"^^xsd:string ;
778 rdfs:subClassOf ep-prodact:SpillOrLeak . 779 rdfs:subClassOf ep-prodact:SpillOrLeak .
779 780
780 ep-prodact:ReportHazard 781 ep-prodact:ReportHazard
781 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 782 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
782 rdfs:comment "activity that is making a formal report of a hazard"^^xsd:string ; 783 rdfs:comment "activity that is making a formal report of a hazard"^^xsd:string ;
783 rdfs:label "report hazard"^^xsd:string ; 784 rdfs:label "report hazard"^^xsd:string ;
784 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 785 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
785 786
786 ep-prodact:ReservoirLoss 787 ep-prodact:ReservoirLoss
787 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 788 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
788 rdfs:comment "activity that is a reservoir loss"^^xsd:string ; 789 rdfs:comment "activity that is a reservoir loss"^^xsd:string ;
789 rdfs:label "reservoir loss"^^xsd:string ; 790 rdfs:label "reservoir loss"^^xsd:string ;
790 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 791 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
...@@ -796,16 +797,16 @@ ep-prodact:RestrictedWork ...@@ -796,16 +797,16 @@ ep-prodact:RestrictedWork
796 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 797 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
797 798
798 ep-prodact:RestrictedWorkInjury 799 ep-prodact:RestrictedWorkInjury
799 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 800 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
800 rdfs:comment "injury that results in a reduction in ability to work"^^xsd:string ; 801 rdfs:comment "injury that results in a reduction in ability to work"^^xsd:string ;
801 rdfs:label "restricted work injury"^^xsd:string ; 802 rdfs:label "restricted work injury"^^xsd:string ;
802 rdfs:subClassOf ep-prodact:Injury . 803 rdfs:subClassOf ep-prodact:Injury .
803 804
804 ep-prodact:RevisionWellTest 805 ep-prodact:RevisionWellTest
805 - rdf:type owl:Class , ep-prodact:WellTestReasonType ; 806 + rdf:type ep-prodact:WellTestReasonType , owl:Class ;
806 rdfs:comment "well test that is <not defined in MPR-XSD>"^^xsd:string ; 807 rdfs:comment "well test that is <not defined in MPR-XSD>"^^xsd:string ;
807 rdfs:label "revision well test"^^xsd:string ; 808 rdfs:label "revision well test"^^xsd:string ;
808 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 809 + rdfs:subClassOf ep-activity:WellTest .
809 810
810 ep-prodact:SafetyActivityType 811 ep-prodact:SafetyActivityType
811 rdf:type rdfs:Class ; 812 rdf:type rdfs:Class ;
...@@ -820,7 +821,7 @@ ep-prodact:SafetyConsideration ...@@ -820,7 +821,7 @@ ep-prodact:SafetyConsideration
820 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 821 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
821 822
822 ep-prodact:SafetyMeeting 823 ep-prodact:SafetyMeeting
823 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 824 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
824 rdfs:comment "activity that is a safety meeting"^^xsd:string ; 825 rdfs:comment "activity that is a safety meeting"^^xsd:string ;
825 rdfs:label "safety meeting"^^xsd:string ; 826 rdfs:label "safety meeting"^^xsd:string ;
826 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 827 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
...@@ -829,7 +830,7 @@ ep-prodact:SalesActivity ...@@ -829,7 +830,7 @@ ep-prodact:SalesActivity
829 rdf:type owl:Class ; 830 rdf:type owl:Class ;
830 rdfs:comment "activity that is all or part of a sale"^^xsd:string ; 831 rdfs:comment "activity that is all or part of a sale"^^xsd:string ;
831 rdfs:label "sales activity"^^xsd:string ; 832 rdfs:label "sales activity"^^xsd:string ;
832 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 833 + rdfs:subClassOf ep-activity:Activity .
833 834
834 ep-prodact:SalesActivityType 835 ep-prodact:SalesActivityType
835 rdf:type rdfs:Class ; 836 rdf:type rdfs:Class ;
...@@ -838,13 +839,13 @@ ep-prodact:SalesActivityType ...@@ -838,13 +839,13 @@ ep-prodact:SalesActivityType
838 rdfs:subClassOf owl:Class . 839 rdfs:subClassOf owl:Class .
839 840
840 ep-prodact:SentAshore 841 ep-prodact:SentAshore
841 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 842 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
842 rdfs:comment "activity that is sending a person ashore"^^xsd:string ; 843 rdfs:comment "activity that is sending a person ashore"^^xsd:string ;
843 rdfs:label "sent ashore"^^xsd:string ; 844 rdfs:label "sent ashore"^^xsd:string ;
844 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 845 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
845 846
846 ep-prodact:SevereAccident 847 ep-prodact:SevereAccident
847 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 848 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
848 rdfs:comment "accident that challenges safety systems at a level much higher than expected (source: MPR-XSD)"^^xsd:string ; 849 rdfs:comment "accident that challenges safety systems at a level much higher than expected (source: MPR-XSD)"^^xsd:string ;
849 rdfs:label "severe accident"^^xsd:string ; 850 rdfs:label "severe accident"^^xsd:string ;
850 rdfs:subClassOf ep-prodact:AccidentOrInjury . 851 rdfs:subClassOf ep-prodact:AccidentOrInjury .
...@@ -853,16 +854,16 @@ ep-prodact:ShutdownProduction ...@@ -853,16 +854,16 @@ ep-prodact:ShutdownProduction
853 rdf:type owl:Class ; 854 rdf:type owl:Class ;
854 rdfs:comment "production activity that is shutting down production"^^xsd:string ; 855 rdfs:comment "production activity that is shutting down production"^^xsd:string ;
855 rdfs:label "shutdown production"^^xsd:string ; 856 rdfs:label "shutdown production"^^xsd:string ;
856 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 857 + rdfs:subClassOf ep-activity:ProductionActivity .
857 858
858 ep-prodact:SickOnBoard 859 ep-prodact:SickOnBoard
859 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 860 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
860 rdfs:comment "activity that is a person being ill on board"^^xsd:string ; 861 rdfs:comment "activity that is a person being ill on board"^^xsd:string ;
861 rdfs:label "sick on board"^^xsd:string ; 862 rdfs:label "sick on board"^^xsd:string ;
862 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 863 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
863 864
864 ep-prodact:SpillOrLeak 865 ep-prodact:SpillOrLeak
865 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 866 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
866 rdfs:comment "incident that is a spill or leak"^^xsd:string ; 867 rdfs:comment "incident that is a spill or leak"^^xsd:string ;
867 rdfs:label "spill or leak"^^xsd:string ; 868 rdfs:label "spill or leak"^^xsd:string ;
868 rdfs:subClassOf ep-prodact:Incident . 869 rdfs:subClassOf ep-prodact:Incident .
...@@ -880,7 +881,7 @@ ep-prodact:StandbyVesselOperation ...@@ -880,7 +881,7 @@ ep-prodact:StandbyVesselOperation
880 rdfs:subClassOf ep-prodact:MarineOperation . 881 rdfs:subClassOf ep-prodact:MarineOperation .
881 882
882 ep-prodact:StrikeOrLockout 883 ep-prodact:StrikeOrLockout
883 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 884 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
884 rdfs:comment "activity that is a strike or lock-out"^^xsd:string ; 885 rdfs:comment "activity that is a strike or lock-out"^^xsd:string ;
885 rdfs:label "strike or lock-out"^^xsd:string ; 886 rdfs:label "strike or lock-out"^^xsd:string ;
886 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 887 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
...@@ -892,67 +893,67 @@ ep-prodact:SupplyShipOperation ...@@ -892,67 +893,67 @@ ep-prodact:SupplyShipOperation
892 rdfs:subClassOf ep-prodact:MarineOperation . 893 rdfs:subClassOf ep-prodact:MarineOperation .
893 894
894 ep-prodact:TestingAndLogging 895 ep-prodact:TestingAndLogging
895 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 896 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
896 rdfs:comment "activity that is testing and logging"^^xsd:string ; 897 rdfs:comment "activity that is testing and logging"^^xsd:string ;
897 rdfs:label "testing and logging"^^xsd:string ; 898 rdfs:label "testing and logging"^^xsd:string ;
898 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 899 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
899 900
900 ep-prodact:ThirdPartyProcessingLoss 901 ep-prodact:ThirdPartyProcessingLoss
901 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 902 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
902 rdfs:comment "activity that is a third party processing loss"^^xsd:string ; 903 rdfs:comment "activity that is a third party processing loss"^^xsd:string ;
903 rdfs:label "third party processing loss"^^xsd:string ; 904 rdfs:label "third party processing loss"^^xsd:string ;
904 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 905 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
905 906
906 ep-prodact:TopsideEquipmentFailureMaintenance 907 ep-prodact:TopsideEquipmentFailureMaintenance
907 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 908 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
908 rdfs:comment "activity that is an topside equipment failure and maintenance"^^xsd:string ; 909 rdfs:comment "activity that is an topside equipment failure and maintenance"^^xsd:string ;
909 rdfs:label "topside equipment failure maintenance"^^xsd:string ; 910 rdfs:label "topside equipment failure maintenance"^^xsd:string ;
910 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 911 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
911 912
912 ep-prodact:TrafficAccident 913 ep-prodact:TrafficAccident
913 - rdf:type owl:Class , ep-prodact:SafetyActivityType ; 914 + rdf:type ep-prodact:SafetyActivityType , owl:Class ;
914 rdfs:comment "accident that involves one or more moving vehicles"^^xsd:string ; 915 rdfs:comment "accident that involves one or more moving vehicles"^^xsd:string ;
915 rdfs:label "traffic accident"^^xsd:string ; 916 rdfs:label "traffic accident"^^xsd:string ;
916 rdfs:subClassOf ep-prodact:AccidentOrInjury . 917 rdfs:subClassOf ep-prodact:AccidentOrInjury .
917 918
918 ep-prodact:UnavailableTankerStorage 919 ep-prodact:UnavailableTankerStorage
919 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 920 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
920 rdfs:comment "activity that is unavailable tanker storage"^^xsd:string ; 921 rdfs:comment "activity that is unavailable tanker storage"^^xsd:string ;
921 rdfs:label "unavailable tanker storage"^^xsd:string ; 922 rdfs:label "unavailable tanker storage"^^xsd:string ;
922 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 923 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
923 924
924 ep-prodact:UnknownReasonWellTest 925 ep-prodact:UnknownReasonWellTest
925 - rdf:type owl:Class , ep-prodact:WellTestReasonType ; 926 + rdf:type ep-prodact:WellTestReasonType , owl:Class ;
926 rdfs:comment "well test that is carried out for a reason that is not recorded"^^xsd:string ; 927 rdfs:comment "well test that is carried out for a reason that is not recorded"^^xsd:string ;
927 rdfs:label "unknown reason well test"^^xsd:string ; 928 rdfs:label "unknown reason well test"^^xsd:string ;
928 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 929 + rdfs:subClassOf ep-activity:WellTest .
929 930
930 ep-prodact:WeatherProblem 931 ep-prodact:WeatherProblem
931 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 932 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
932 rdfs:comment "activity that is a weather problem"^^xsd:string ; 933 rdfs:comment "activity that is a weather problem"^^xsd:string ;
933 rdfs:label "weather problem"^^xsd:string ; 934 rdfs:label "weather problem"^^xsd:string ;
934 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 935 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
935 936
936 ep-prodact:WellEquipmentFailureMaintenance 937 ep-prodact:WellEquipmentFailureMaintenance
937 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 938 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
938 rdfs:comment "activity that is well equipment failure and maintenance"^^xsd:string ; 939 rdfs:comment "activity that is well equipment failure and maintenance"^^xsd:string ;
939 rdfs:label "well equipment failure maintenance"^^xsd:string ; 940 rdfs:label "well equipment failure maintenance"^^xsd:string ;
940 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 941 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
941 942
942 ep-prodact:WellPlannedOperations 943 ep-prodact:WellPlannedOperations
943 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 944 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
944 rdfs:comment "activity that is well planned operations"^^xsd:string ; 945 rdfs:comment "activity that is well planned operations"^^xsd:string ;
945 rdfs:label "well planned operations"^^xsd:string ; 946 rdfs:label "well planned operations"^^xsd:string ;
946 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 947 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
947 948
948 ep-prodact:WellPreventiveMaintenance 949 ep-prodact:WellPreventiveMaintenance
949 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 950 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
950 rdfs:comment "activity that is well preventive maintenance"^^xsd:string ; 951 rdfs:comment "activity that is well preventive maintenance"^^xsd:string ;
951 rdfs:label "well preventive maintenance"^^xsd:string ; 952 rdfs:label "well preventive maintenance"^^xsd:string ;
952 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 953 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
953 954
954 ep-prodact:WellProblems 955 ep-prodact:WellProblems
955 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 956 + rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
956 rdfs:comment "activity that is well problems"^^xsd:string ; 957 rdfs:comment "activity that is well problems"^^xsd:string ;
957 rdfs:label "well problems"^^xsd:string ; 958 rdfs:label "well problems"^^xsd:string ;
958 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 959 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
...@@ -991,13 +992,13 @@ ep-prodact:buyer ...@@ -991,13 +992,13 @@ ep-prodact:buyer
991 rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . 992 rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> .
992 993
993 ep-prodact:cargoBatchNumber 994 ep-prodact:cargoBatchNumber
994 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 995 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
995 rdfs:comment "identifier for a batch of cargo"^^xsd:string ; 996 rdfs:comment "identifier for a batch of cargo"^^xsd:string ;
996 rdfs:domain ep-material:BatchOfCargo ; 997 rdfs:domain ep-material:BatchOfCargo ;
997 rdfs:label "cargo batch number"^^xsd:string . 998 rdfs:label "cargo batch number"^^xsd:string .
998 999
999 ep-prodact:cargoNumber 1000 ep-prodact:cargoNumber
1000 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1001 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1001 rdfs:comment "identifier of a cargo"^^xsd:string ; 1002 rdfs:comment "identifier of a cargo"^^xsd:string ;
1002 rdfs:domain ep-material:QuantityOfMaterial ; 1003 rdfs:domain ep-material:QuantityOfMaterial ;
1003 rdfs:label "cargo number"^^xsd:string . 1004 rdfs:label "cargo number"^^xsd:string .
...@@ -1005,9 +1006,9 @@ ep-prodact:cargoNumber ...@@ -1005,9 +1006,9 @@ ep-prodact:cargoNumber
1005 ep-prodact:causedBy 1006 ep-prodact:causedBy
1006 rdf:type owl:ObjectProperty ; 1007 rdf:type owl:ObjectProperty ;
1007 rdfs:comment "activity that causes another"^^xsd:string ; 1008 rdfs:comment "activity that causes another"^^xsd:string ;
1008 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; 1009 + rdfs:domain ep-activity:Activity ;
1009 rdfs:label "caused by"^^xsd:string ; 1010 rdfs:label "caused by"^^xsd:string ;
1010 - rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 1011 + rdfs:range ep-activity:Activity .
1011 1012
1012 ep-prodact:commentMade 1013 ep-prodact:commentMade
1013 rdf:type owl:DatatypeProperty ; 1014 rdf:type owl:DatatypeProperty ;
...@@ -1056,68 +1057,68 @@ ep-prodact:hasDischargeFlow ...@@ -1056,68 +1057,68 @@ ep-prodact:hasDischargeFlow
1056 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . 1057 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> .
1057 1058
1058 ep-prodact:hasGasLiftChoke 1059 ep-prodact:hasGasLiftChoke
1059 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1060 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1060 rdfs:comment "gas lift choke for a well test activity"^^xsd:string ; 1061 rdfs:comment "gas lift choke for a well test activity"^^xsd:string ;
1061 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; 1062 + rdfs:domain ep-activity:WellTest ;
1062 rdfs:label "has gas lift choke"^^xsd:string ; 1063 rdfs:label "has gas lift choke"^^xsd:string ;
1063 rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> . 1064 rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> .
1064 1065
1065 ep-prodact:hasLastPartOfTypeRemainingActivityPair 1066 ep-prodact:hasLastPartOfTypeRemainingActivityPair
1066 rdf:type owl:ObjectProperty ; 1067 rdf:type owl:ObjectProperty ;
1067 rdfs:comment "last part of type - remaining activity pair for an activity"^^xsd:string ; 1068 rdfs:comment "last part of type - remaining activity pair for an activity"^^xsd:string ;
1068 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; 1069 + rdfs:domain ep-activity:Activity ;
1069 rdfs:label "has last part of type - remaining activity pair"^^xsd:string ; 1070 rdfs:label "has last part of type - remaining activity pair"^^xsd:string ;
1070 rdfs:range ep-prodact:LastPartOfTypeRemainingActivityPair . 1071 rdfs:range ep-prodact:LastPartOfTypeRemainingActivityPair .
1071 1072
1072 ep-prodact:hasPredecessor 1073 ep-prodact:hasPredecessor
1073 rdf:type owl:TransitiveProperty ; 1074 rdf:type owl:TransitiveProperty ;
1074 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; 1075 + rdfs:domain ep-activity:Activity ;
1075 rdfs:label "has predecessor"^^xsd:string ; 1076 rdfs:label "has predecessor"^^xsd:string ;
1076 - rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 1077 + rdfs:range ep-activity:Activity .
1077 1078
1078 ep-prodact:hasShutInPressure 1079 ep-prodact:hasShutInPressure
1079 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1080 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1080 rdfs:comment "pressure that is the shut-in pressure for a well test"^^xsd:string ; 1081 rdfs:comment "pressure that is the shut-in pressure for a well test"^^xsd:string ;
1081 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; 1082 + rdfs:domain ep-activity:ProductionWellTest ;
1082 rdfs:label "has shut-in pressure"^^xsd:string ; 1083 rdfs:label "has shut-in pressure"^^xsd:string ;
1083 rdfs:range ep-core:Pressure . 1084 rdfs:range ep-core:Pressure .
1084 1085
1085 ep-prodact:hasValidPredecessor 1086 ep-prodact:hasValidPredecessor
1086 rdf:type owl:TransitiveProperty ; 1087 rdf:type owl:TransitiveProperty ;
1087 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; 1088 + rdfs:domain ep-activity:Activity ;
1088 rdfs:label "has valid predecessor"^^xsd:string ; 1089 rdfs:label "has valid predecessor"^^xsd:string ;
1089 - rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 1090 + rdfs:range ep-activity:Activity .
1090 1091
1091 ep-prodact:injectionWellTestMaximumAnnularPressure 1092 ep-prodact:injectionWellTestMaximumAnnularPressure
1092 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1093 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1093 rdfs:comment "pressure that is the maximum annular pressure for an injection well test"^^xsd:string ; 1094 rdfs:comment "pressure that is the maximum annular pressure for an injection well test"^^xsd:string ;
1094 rdfs:domain ep-prodact:InjectionWellTest ; 1095 rdfs:domain ep-prodact:InjectionWellTest ;
1095 rdfs:label "injection well test maximum annular pressure"^^xsd:string ; 1096 rdfs:label "injection well test maximum annular pressure"^^xsd:string ;
1096 rdfs:range ep-core:Pressure . 1097 rdfs:range ep-core:Pressure .
1097 1098
1098 ep-prodact:injectionWellTestMinimumAnnularPressure 1099 ep-prodact:injectionWellTestMinimumAnnularPressure
1099 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1100 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1100 rdfs:comment "pressure that is the minimum annular pressure for an injection well test"^^xsd:string ; 1101 rdfs:comment "pressure that is the minimum annular pressure for an injection well test"^^xsd:string ;
1101 rdfs:domain ep-prodact:InjectionWellTest ; 1102 rdfs:domain ep-prodact:InjectionWellTest ;
1102 rdfs:label "injection well test minimum annular pressure"^^xsd:string ; 1103 rdfs:label "injection well test minimum annular pressure"^^xsd:string ;
1103 rdfs:range ep-core:Pressure . 1104 rdfs:range ep-core:Pressure .
1104 1105
1105 ep-prodact:injectionWellTestWellheadFlowingPressure 1106 ep-prodact:injectionWellTestWellheadFlowingPressure
1106 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1107 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1107 rdfs:comment "pressure that is the flowing pressure at the wellhead for an injection well test"^^xsd:string ; 1108 rdfs:comment "pressure that is the flowing pressure at the wellhead for an injection well test"^^xsd:string ;
1108 rdfs:domain ep-prodact:InjectionWellTest ; 1109 rdfs:domain ep-prodact:InjectionWellTest ;
1109 rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; 1110 rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ;
1110 rdfs:range ep-core:Pressure . 1111 rdfs:range ep-core:Pressure .
1111 1112
1112 ep-prodact:injectionWellTestWellheadMaximumPressure 1113 ep-prodact:injectionWellTestWellheadMaximumPressure
1113 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1114 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1114 rdfs:comment "pressure that is the maximum pressure at the wellhead for an injection well test"^^xsd:string ; 1115 rdfs:comment "pressure that is the maximum pressure at the wellhead for an injection well test"^^xsd:string ;
1115 rdfs:domain ep-prodact:InjectionWellTest ; 1116 rdfs:domain ep-prodact:InjectionWellTest ;
1116 rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; 1117 rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ;
1117 rdfs:range ep-core:Pressure . 1118 rdfs:range ep-core:Pressure .
1118 1119
1119 ep-prodact:lastPartOfTypeDefiningType 1120 ep-prodact:lastPartOfTypeDefiningType
1120 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1121 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1121 rdfs:comment "class of activity that the last part of type is a member of"^^xsd:string ; 1122 rdfs:comment "class of activity that the last part of type is a member of"^^xsd:string ;
1122 rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; 1123 rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ;
1123 rdfs:label "last part of type defining type"^^xsd:string ; 1124 rdfs:label "last part of type defining type"^^xsd:string ;
...@@ -1131,23 +1132,23 @@ ep-prodact:measuredFlow ...@@ -1131,23 +1132,23 @@ ep-prodact:measuredFlow
1131 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . 1132 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> .
1132 1133
1133 ep-prodact:movedProduct 1134 ep-prodact:movedProduct
1134 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1135 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1135 rdfs:comment "quantity of material that is moved by a movement of product activity"^^xsd:string ; 1136 rdfs:comment "quantity of material that is moved by a movement of product activity"^^xsd:string ;
1136 rdfs:domain ep-prodact:MovementOfProduct ; 1137 rdfs:domain ep-prodact:MovementOfProduct ;
1137 rdfs:label "moved product"^^xsd:string ; 1138 rdfs:label "moved product"^^xsd:string ;
1138 rdfs:range ep-material:QuantityOfMaterial . 1139 rdfs:range ep-material:QuantityOfMaterial .
1139 1140
1140 ep-prodact:onProductionFacility 1141 ep-prodact:onProductionFacility
1141 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1142 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1142 rdfs:comment "production facility that a production activity is carried out upon"^^xsd:string ; 1143 rdfs:comment "production facility that a production activity is carried out upon"^^xsd:string ;
1143 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1144 + rdfs:domain ep-activity:ProductionActivity ;
1144 rdfs:label "on facility"^^xsd:string ; 1145 rdfs:label "on facility"^^xsd:string ;
1145 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . 1146 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> .
1146 1147
1147 ep-prodact:performedByPersonOrOrganization 1148 ep-prodact:performedByPersonOrOrganization
1148 rdf:type owl:ObjectProperty ; 1149 rdf:type owl:ObjectProperty ;
1149 rdfs:comment "person or organization that performs an activity"^^xsd:string ; 1150 rdfs:comment "person or organization that performs an activity"^^xsd:string ;
1150 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; 1151 + rdfs:domain ep-activity:Activity ;
1151 rdfs:label "performed by person or organization"^^xsd:string ; 1152 rdfs:label "performed by person or organization"^^xsd:string ;
1152 rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . 1153 rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> .
1153 1154
...@@ -1159,7 +1160,7 @@ ep-prodact:performedByShip ...@@ -1159,7 +1160,7 @@ ep-prodact:performedByShip
1159 rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#Ship> . 1160 rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#Ship> .
1160 1161
1161 ep-prodact:processingLost 1162 ep-prodact:processingLost
1162 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1163 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1163 rdfs:comment "quantity of material that is not produced as a result of a production operation processing loss activity"^^xsd:string ; 1164 rdfs:comment "quantity of material that is not produced as a result of a production operation processing loss activity"^^xsd:string ;
1164 rdfs:domain ep-prodact:ProductionOperationProcessingLoss ; 1165 rdfs:domain ep-prodact:ProductionOperationProcessingLoss ;
1165 rdfs:range ep-material:QuantityOfMaterial . 1166 rdfs:range ep-material:QuantityOfMaterial .
...@@ -1170,11 +1171,11 @@ ep-prodact:productionActivityPeriodClassification ...@@ -1170,11 +1171,11 @@ ep-prodact:productionActivityPeriodClassification
1170 rdfs:range ep-prodact:ProductionOperationClassByDuration . 1171 rdfs:range ep-prodact:ProductionOperationClassByDuration .
1171 1172
1172 ep-prodact:remainingActivity 1173 ep-prodact:remainingActivity
1173 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1174 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1174 rdfs:comment "activity that is after the last part of type"^^xsd:string ; 1175 rdfs:comment "activity that is after the last part of type"^^xsd:string ;
1175 rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; 1176 rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ;
1176 rdfs:label "remaining activity"^^xsd:string ; 1177 rdfs:label "remaining activity"^^xsd:string ;
1177 - rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 1178 + rdfs:range ep-activity:Activity .
1178 1179
1179 ep-prodact:salesAdministrator 1180 ep-prodact:salesAdministrator
1180 rdf:type owl:ObjectProperty ; 1181 rdf:type owl:ObjectProperty ;
...@@ -1219,7 +1220,7 @@ ep-prodact:sourceOrganization ...@@ -1219,7 +1220,7 @@ ep-prodact:sourceOrganization
1219 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 1220 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
1220 1221
1221 ep-prodact:timeWorked 1222 ep-prodact:timeWorked
1222 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1223 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1223 rdfs:comment "time duration for the parts of a production operation activity that are working"^^xsd:string ; 1224 rdfs:comment "time duration for the parts of a production operation activity that are working"^^xsd:string ;
1224 rdfs:domain ep-prodact:ProductionOperation ; 1225 rdfs:domain ep-prodact:ProductionOperation ;
1225 rdfs:label "time worked"^^xsd:string ; 1226 rdfs:label "time worked"^^xsd:string ;
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
12 12
13 <http://www.reportinghub.no/ep/schema/1.0/production-equipment> 13 <http://www.reportinghub.no/ep/schema/1.0/production-equipment>
14 rdf:type owl:Ontology ; 14 rdf:type owl:Ontology ;
15 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> ; 15 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ;
16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
17 17
18 <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> 18 <http://www.reportinghub.no/ep/schema/equipment#ChokeValve>
...@@ -24,6 +24,13 @@ ep-prodeqt:BlockValve ...@@ -24,6 +24,13 @@ ep-prodeqt:BlockValve
24 rdfs:label "block valve"^^xsd:string ; 24 rdfs:label "block valve"^^xsd:string ;
25 rdfs:subClassOf ep-prodeqt:Valve . 25 rdfs:subClassOf ep-prodeqt:Valve .
26 26
27 +ep-prodeqt:ClosedValve
28 + rdf:type ep-prodeqt:ValveOpenClosedType , owl:Class ;
29 + rdfs:comment "valve that is closed"^^xsd:string ;
30 + rdfs:label "closed valve"^^xsd:string ;
31 + rdfs:subClassOf ep-prodeqt:Valve ;
32 + owl:disjointWith ep-prodeqt:OpenValve .
33 +
27 ep-prodeqt:DownHoleControlValve 34 ep-prodeqt:DownHoleControlValve
28 rdf:type owl:Class ; 35 rdf:type owl:Class ;
29 rdfs:comment "valve that is a down hole control valve"^^xsd:string ; 36 rdfs:comment "valve that is a down hole control valve"^^xsd:string ;
...@@ -41,6 +48,13 @@ ep-prodeqt:GasLiftChoke ...@@ -41,6 +48,13 @@ ep-prodeqt:GasLiftChoke
41 rdfs:label "gas lift choke"^^xsd:string ; 48 rdfs:label "gas lift choke"^^xsd:string ;
42 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 49 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
43 50
51 +ep-prodeqt:OpenValve
52 + rdf:type ep-prodeqt:ValveOpenClosedType , owl:Class ;
53 + rdfs:comment "valve that is open"^^xsd:string ;
54 + rdfs:label "open valve"^^xsd:string ;
55 + rdfs:subClassOf ep-prodeqt:Valve ;
56 + owl:disjointWith ep-prodeqt:ClosedValve .
57 +
44 ep-prodeqt:PressureMeter 58 ep-prodeqt:PressureMeter
45 rdf:type owl:Class ; 59 rdf:type owl:Class ;
46 rdfs:comment "equipment item that is a pressure meter, consisting of the whole device and not just the sensor (source: MPR-XSD)"^^xsd:string ; 60 rdfs:comment "equipment item that is a pressure meter, consisting of the whole device and not just the sensor (source: MPR-XSD)"^^xsd:string ;
...@@ -71,14 +85,32 @@ ep-prodeqt:Valve ...@@ -71,14 +85,32 @@ ep-prodeqt:Valve
71 rdfs:label "valve"^^xsd:string ; 85 rdfs:label "valve"^^xsd:string ;
72 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 86 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
73 87
88 +ep-prodeqt:ValveOpenClosedType
89 + rdf:type rdfs:Class ;
90 + rdfs:label "valve open closed type"^^xsd:string ;
91 + rdfs:subClassOf owl:Class .
92 +
93 +ep-prodeqt:WingValve
94 + rdf:type owl:Class ;
95 + rdfs:comment "valve that is a wing valve"^^xsd:string ;
96 + rdfs:label "wing valve"^^xsd:string ;
97 + rdfs:subClassOf ep-prodeqt:Valve .
98 +
99 +ep-prodeqt:areaOpen
100 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
101 + rdfs:comment "open area for a valve"^^xsd:string ;
102 + rdfs:domain ep-prodeqt:Valve ;
103 + rdfs:label "area open"^^xsd:string ;
104 + rdfs:range ep-core:Area .
105 +
74 ep-prodeqt:areaOpenFraction 106 ep-prodeqt:areaOpenFraction
75 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 107 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
76 rdfs:domain ep-prodeqt:Valve ; 108 rdfs:domain ep-prodeqt:Valve ;
77 rdfs:label "area open fraction"^^xsd:string ; 109 rdfs:label "area open fraction"^^xsd:string ;
78 rdfs:range ep-core:AreaPerArea . 110 rdfs:range ep-core:AreaPerArea .
79 111
80 ep-prodeqt:hasCaptain 112 ep-prodeqt:hasCaptain
81 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 113 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
82 rdfs:label "has captain"^^xsd:string ; 114 rdfs:label "has captain"^^xsd:string ;
83 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Person> . 115 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Person> .
84 116
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
12 12
13 <http://www.reportinghub.no/ep/schema/1.0/production-facility> 13 <http://www.reportinghub.no/ep/schema/1.0/production-facility>
14 rdf:type owl:Ontology ; 14 rdf:type owl:Ontology ;
15 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; 15 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ;
16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
17 17
18 <http://www.reportinghub.no/ep/schema/equipment#Compressor> 18 <http://www.reportinghub.no/ep/schema/equipment#Compressor>
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
37 rdfs:subClassOf ep-core:PhysicalObject . 37 rdfs:subClassOf ep-core:PhysicalObject .
38 38
39 <http://www.reportinghub.no/ep/schema/facility#Field> 39 <http://www.reportinghub.no/ep/schema/facility#Field>
40 - rdf:type ep-prodfac:ReportingFacilityType . 40 + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-prodfac:ReportingFacilityType .
41 41
42 <http://www.reportinghub.no/ep/schema/facility#Flowline> 42 <http://www.reportinghub.no/ep/schema/facility#Flowline>
43 rdf:type ep-prodfac:ReportingFacilityType . 43 rdf:type ep-prodfac:ReportingFacilityType .
...@@ -51,8 +51,11 @@ ...@@ -51,8 +51,11 @@
51 <http://www.reportinghub.no/ep/schema/facility#Platform> 51 <http://www.reportinghub.no/ep/schema/facility#Platform>
52 rdf:type ep-prodfac:ReportingFacilityType . 52 rdf:type ep-prodfac:ReportingFacilityType .
53 53
54 +<http://www.reportinghub.no/ep/schema/facility#ProductionFacility>
55 + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart .
56 +
54 <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> 57 <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate>
55 - rdf:type owl:Class ; 58 + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , owl:Class ;
56 rdfs:comment "production facility that is for all of its life up to a point in time"^^xsd:string ; 59 rdfs:comment "production facility that is for all of its life up to a point in time"^^xsd:string ;
57 rdfs:label "production facility to date"^^xsd:string ; 60 rdfs:label "production facility to date"^^xsd:string ;
58 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . 61 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> .
...@@ -73,56 +76,56 @@ ...@@ -73,56 +76,56 @@
73 rdf:type ep-prodfac:ReportingFacilityType . 76 rdf:type ep-prodfac:ReportingFacilityType .
74 77
75 <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight> 78 <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight>
76 - rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; 79 + rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ;
77 rdfs:comment "length that is the average of the higher 1/3 of the wave heights passing during a sample period (typically 20 to 30 minutes) (source: MPR-XSD)"^^xsd:string ; 80 rdfs:comment "length that is the average of the higher 1/3 of the wave heights passing during a sample period (typically 20 to 30 minutes) (source: MPR-XSD)"^^xsd:string ;
78 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; 81 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
79 rdfs:label "average highest third wave height"^^xsd:string ; 82 rdfs:label "average highest third wave height"^^xsd:string ;
80 rdfs:range ep-core:Length . 83 rdfs:range ep-core:Length .
81 84
82 <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight> 85 <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight>
83 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 86 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
84 rdfs:comment "length that is the average height of surface waves"^^xsd:string ; 87 rdfs:comment "length that is the average height of surface waves"^^xsd:string ;
85 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; 88 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
86 rdfs:label "average wave height"^^xsd:string ; 89 rdfs:label "average wave height"^^xsd:string ;
87 rdfs:range ep-core:Length . 90 rdfs:range ep-core:Length .
88 91
89 <http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight> 92 <http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight>
90 - rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; 93 + rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ;
91 rdfs:comment "length that is the height of the cloud ceiling"^^xsd:string ; 94 rdfs:comment "length that is the height of the cloud ceiling"^^xsd:string ;
92 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#CloudCover> ; 95 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#CloudCover> ;
93 rdfs:label "cloud ceiling height"^^xsd:string ; 96 rdfs:label "cloud ceiling height"^^xsd:string ;
94 rdfs:range ep-core:Length . 97 rdfs:range ep-core:Length .
95 98
96 <http://www.reportinghub.no/ep/schema/facility#facilityOperator> 99 <http://www.reportinghub.no/ep/schema/facility#facilityOperator>
97 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 100 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
98 rdfs:comment "organization that operates a facility"^^xsd:string ; 101 rdfs:comment "organization that operates a facility"^^xsd:string ;
99 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 102 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
100 rdfs:label "facility operator"^^xsd:string ; 103 rdfs:label "facility operator"^^xsd:string ;
101 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 104 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
102 105
103 <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight> 106 <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight>
104 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 107 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
105 rdfs:comment "length that is the maximum height of surface waves"^^xsd:string ; 108 rdfs:comment "length that is the maximum height of surface waves"^^xsd:string ;
106 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; 109 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
107 rdfs:label "maximum wave height"^^xsd:string ; 110 rdfs:label "maximum wave height"^^xsd:string ;
108 rdfs:range ep-core:Length . 111 rdfs:range ep-core:Length .
109 112
110 <http://www.reportinghub.no/ep/schema/facility#surfaceWavePeriod> 113 <http://www.reportinghub.no/ep/schema/facility#surfaceWavePeriod>
111 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 114 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
112 rdfs:comment "time duration that is the period of surface waves"^^xsd:string ; 115 rdfs:comment "time duration that is the period of surface waves"^^xsd:string ;
113 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; 116 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
114 rdfs:label "period"^^xsd:string ; 117 rdfs:label "period"^^xsd:string ;
115 rdfs:range ep-core:TimeDuration . 118 rdfs:range ep-core:TimeDuration .
116 119
117 <http://www.reportinghub.no/ep/schema/facility#visibility> 120 <http://www.reportinghub.no/ep/schema/facility#visibility>
118 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 121 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
119 rdfs:comment "length that is the maximum distance at which things can be seen through surrounding air"^^xsd:string ; 122 rdfs:comment "length that is the maximum distance at which things can be seen through surrounding air"^^xsd:string ;
120 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; 123 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ;
121 rdfs:label "visibility"^^xsd:string ; 124 rdfs:label "visibility"^^xsd:string ;
122 rdfs:range ep-core:Length . 125 rdfs:range ep-core:Length .
123 126
124 <http://www.reportinghub.no/ep/schema/facility#windChillTemperature> 127 <http://www.reportinghub.no/ep/schema/facility#windChillTemperature>
125 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 128 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
126 rdfs:comment "temperature that is the wind chill temperature of surrounding air"^^xsd:string ; 129 rdfs:comment "temperature that is the wind chill temperature of surrounding air"^^xsd:string ;
127 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; 130 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ;
128 rdfs:label "wind chill temperature"^^xsd:string ; 131 rdfs:label "wind chill temperature"^^xsd:string ;
...@@ -144,7 +147,7 @@ ...@@ -144,7 +147,7 @@
144 rdfs:label "flow meter"^^xsd:string . 147 rdfs:label "flow meter"^^xsd:string .
145 148
146 ep-prodfac:AvailableFacility 149 ep-prodfac:AvailableFacility
147 - rdf:type ep-prodfac:FacilityAvailabilityType , owl:Class ; 150 + rdf:type owl:Class , ep-prodfac:FacilityAvailabilityType ;
148 rdfs:label "available facility"^^xsd:string ; 151 rdfs:label "available facility"^^xsd:string ;
149 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> ; 152 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> ;
150 owl:disjointWith ep-prodfac:UnavailableFacility . 153 owl:disjointWith ep-prodfac:UnavailableFacility .
...@@ -248,7 +251,7 @@ ep-prodfac:TrunkLine ...@@ -248,7 +251,7 @@ ep-prodfac:TrunkLine
248 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . 251 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
249 252
250 ep-prodfac:UnavailableFacility 253 ep-prodfac:UnavailableFacility
251 - rdf:type ep-prodfac:FacilityAvailabilityType , owl:Class ; 254 + rdf:type owl:Class , ep-prodfac:FacilityAvailabilityType ;
252 rdfs:label "unavailable facility"^^xsd:string ; 255 rdfs:label "unavailable facility"^^xsd:string ;
253 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> ; 256 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> ;
254 owl:disjointWith ep-prodfac:AvailableFacility . 257 owl:disjointWith ep-prodfac:AvailableFacility .
...@@ -260,14 +263,14 @@ ep-prodfac:numberOfBedsAvailable ...@@ -260,14 +263,14 @@ ep-prodfac:numberOfBedsAvailable
260 rdfs:range xsd:integer . 263 rdfs:range xsd:integer .
261 264
262 ep-prodfac:operatingTime 265 ep-prodfac:operatingTime
263 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 266 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
264 rdfs:comment "time duration that is the operating time of a temporal part of a facility"^^xsd:string ; 267 rdfs:comment "time duration that is the operating time of a temporal part of a facility"^^xsd:string ;
265 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 268 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
266 rdfs:label "operating time"^^xsd:string ; 269 rdfs:label "operating time"^^xsd:string ;
267 rdfs:range ep-core:TimeDuration . 270 rdfs:range ep-core:TimeDuration .
268 271
269 ep-prodfac:scheduledTimeUnavailable 272 ep-prodfac:scheduledTimeUnavailable
270 - rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; 273 + rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ;
271 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 274 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
272 rdfs:label "scheduled time unavailable"^^xsd:string ; 275 rdfs:label "scheduled time unavailable"^^xsd:string ;
273 rdfs:range ep-core:TimeDuration . 276 rdfs:range ep-core:TimeDuration .
...@@ -279,7 +282,7 @@ ep-prodfac:shutDownSequenceNumber ...@@ -279,7 +282,7 @@ ep-prodfac:shutDownSequenceNumber
279 rdfs:range xsd:integer . 282 rdfs:range xsd:integer .
280 283
281 ep-prodfac:timeAvailable 284 ep-prodfac:timeAvailable
282 - rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ; 285 + rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ;
283 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 286 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
284 rdfs:label "time available"^^xsd:string ; 287 rdfs:label "time available"^^xsd:string ;
285 rdfs:range ep-core:TimeDuration . 288 rdfs:range ep-core:TimeDuration .
......
...@@ -14,9 +14,15 @@ ...@@ -14,9 +14,15 @@
14 14
15 <http://www.reportinghub.no/ep/schema/1.0/production-well> 15 <http://www.reportinghub.no/ep/schema/1.0/production-well>
16 rdf:type owl:Ontology ; 16 rdf:type owl:Ontology ;
17 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/flow> ; 17 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
18 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 18 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
19 19
20 +ep-core:PointInSpace
21 + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart .
22 +
23 +ep-core:RegionOfSpace
24 + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart .
25 +
20 <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing> 26 <http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing>
21 rdfs:subClassOf ep-well:TemporalPartOfASpatialPartOfAWellBore . 27 rdfs:subClassOf ep-well:TemporalPartOfASpatialPartOfAWellBore .
22 28
...@@ -342,7 +348,7 @@ ep-material:substance-T13dmcyPentane ...@@ -342,7 +348,7 @@ ep-material:substance-T13dmcyPentane
342 rdf:type ep-prodwell:ComponentMaterialType . 348 rdf:type ep-prodwell:ComponentMaterialType .
343 349
344 ep-prodwell:AbandonedWell 350 ep-prodwell:AbandonedWell
345 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 351 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
346 rdfs:comment "well or wellbore that has been abandoned"^^xsd:string ; 352 rdfs:comment "well or wellbore that has been abandoned"^^xsd:string ;
347 rdfs:label "abandoned well"^^xsd:string ; 353 rdfs:label "abandoned well"^^xsd:string ;
348 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 354 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
...@@ -353,7 +359,7 @@ ep-prodwell:Annulus ...@@ -353,7 +359,7 @@ ep-prodwell:Annulus
353 rdfs:subClassOf ep-well:TemporalPartOfASpatialPartOfAWellBore . 359 rdfs:subClassOf ep-well:TemporalPartOfASpatialPartOfAWellBore .
354 360
355 ep-prodwell:ClosedWell 361 ep-prodwell:ClosedWell
356 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 362 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
357 rdfs:comment "well or wellbore that has been closed"^^xsd:string ; 363 rdfs:comment "well or wellbore that has been closed"^^xsd:string ;
358 rdfs:label "closed well"^^xsd:string ; 364 rdfs:label "closed well"^^xsd:string ;
359 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 365 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
...@@ -371,7 +377,7 @@ ep-prodwell:FluidComponentKindType ...@@ -371,7 +377,7 @@ ep-prodwell:FluidComponentKindType
371 rdfs:subClassOf owl:Class . 377 rdfs:subClassOf owl:Class .
372 378
373 ep-prodwell:InjectingWell 379 ep-prodwell:InjectingWell
374 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 380 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
375 rdfs:comment "well or wellbore that is used for injecting"^^xsd:string ; 381 rdfs:comment "well or wellbore that is used for injecting"^^xsd:string ;
376 rdfs:label "injecting well"^^xsd:string ; 382 rdfs:label "injecting well"^^xsd:string ;
377 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 383 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
...@@ -383,37 +389,37 @@ ep-prodwell:InjectionFluidType ...@@ -383,37 +389,37 @@ ep-prodwell:InjectionFluidType
383 rdfs:subClassOf owl:Class . 389 rdfs:subClassOf owl:Class .
384 390
385 ep-prodwell:JunkedWell 391 ep-prodwell:JunkedWell
386 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 392 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
387 rdfs:comment "well or wellbore that has been junked"^^xsd:string ; 393 rdfs:comment "well or wellbore that has been junked"^^xsd:string ;
388 rdfs:label "junked well"^^xsd:string ; 394 rdfs:label "junked well"^^xsd:string ;
389 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 395 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
390 396
391 ep-prodwell:OperatingWell 397 ep-prodwell:OperatingWell
392 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 398 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
393 rdfs:comment "well or wellbore that is operating"^^xsd:string ; 399 rdfs:comment "well or wellbore that is operating"^^xsd:string ;
394 rdfs:label "operating well"^^xsd:string ; 400 rdfs:label "operating well"^^xsd:string ;
395 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 401 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
396 402
397 ep-prodwell:PluggedAndAbandonedWell 403 ep-prodwell:PluggedAndAbandonedWell
398 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 404 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
399 rdfs:comment "well or wellbore that has been plugged and abandoned"^^xsd:string ; 405 rdfs:comment "well or wellbore that has been plugged and abandoned"^^xsd:string ;
400 rdfs:label "plugged and abandoned well"^^xsd:string ; 406 rdfs:label "plugged and abandoned well"^^xsd:string ;
401 - rdfs:subClassOf ep-prodwell:PluggedWell , ep-prodwell:AbandonedWell . 407 + rdfs:subClassOf ep-prodwell:AbandonedWell , ep-prodwell:PluggedWell .
402 408
403 ep-prodwell:PluggedWell 409 ep-prodwell:PluggedWell
404 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 410 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
405 rdfs:comment "well or wellbore that has been plugged"^^xsd:string ; 411 rdfs:comment "well or wellbore that has been plugged"^^xsd:string ;
406 rdfs:label "plugged well"^^xsd:string ; 412 rdfs:label "plugged well"^^xsd:string ;
407 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 413 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
408 414
409 ep-prodwell:ProducingInjectingWell 415 ep-prodwell:ProducingInjectingWell
410 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 416 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
411 rdfs:comment "well or wellbore that <advice needed>"^^xsd:string ; 417 rdfs:comment "well or wellbore that <advice needed>"^^xsd:string ;
412 rdfs:label "producing injecting well"^^xsd:string ; 418 rdfs:label "producing injecting well"^^xsd:string ;
413 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 419 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
414 420
415 ep-prodwell:ProducingWell 421 ep-prodwell:ProducingWell
416 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 422 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
417 rdfs:comment "well or wellbore that is producing"^^xsd:string ; 423 rdfs:comment "well or wellbore that is producing"^^xsd:string ;
418 rdfs:label "producing well"^^xsd:string ; 424 rdfs:label "producing well"^^xsd:string ;
419 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 425 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
...@@ -425,13 +431,13 @@ ep-prodwell:RockFormation ...@@ -425,13 +431,13 @@ ep-prodwell:RockFormation
425 rdfs:subClassOf ep-core:PhysicalObject . 431 rdfs:subClassOf ep-core:PhysicalObject .
426 432
427 ep-prodwell:SuspendedAtTdWell 433 ep-prodwell:SuspendedAtTdWell
428 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 434 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
429 rdfs:comment "well or wellbore that <advice needed>"^^xsd:string ; 435 rdfs:comment "well or wellbore that <advice needed>"^^xsd:string ;
430 rdfs:label "suspended at td well"^^xsd:string ; 436 rdfs:label "suspended at td well"^^xsd:string ;
431 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 437 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
432 438
433 ep-prodwell:SuspendedWell 439 ep-prodwell:SuspendedWell
434 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 440 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
435 rdfs:comment "well or wellbore that has been suspended"^^xsd:string ; 441 rdfs:comment "well or wellbore that has been suspended"^^xsd:string ;
436 rdfs:label "suspended well"^^xsd:string ; 442 rdfs:label "suspended well"^^xsd:string ;
437 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 443 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
...@@ -457,13 +463,13 @@ ep-prodwell:WellCompletionAssembly ...@@ -457,13 +463,13 @@ ep-prodwell:WellCompletionAssembly
457 "http://posccaesar.org/rdl/RDS8015624975"^^xsd:string . 463 "http://posccaesar.org/rdl/RDS8015624975"^^xsd:string .
458 464
459 ep-prodwell:WellHead-flowingConditions 465 ep-prodwell:WellHead-flowingConditions
460 - rdf:type owl:Class , ep-prodwell:WellHeadFlowingConditionsType ; 466 + rdf:type ep-prodwell:WellHeadFlowingConditionsType , owl:Class ;
461 rdfs:comment "wellhead that is in flowing conditions"^^xsd:string ; 467 rdfs:comment "wellhead that is in flowing conditions"^^xsd:string ;
462 rdfs:label "well head - flowing conditions"^^xsd:string ; 468 rdfs:label "well head - flowing conditions"^^xsd:string ;
463 rdfs:subClassOf ep-well:WellHead . 469 rdfs:subClassOf ep-well:WellHead .
464 470
465 ep-prodwell:WellHead-nonflowingConditions 471 ep-prodwell:WellHead-nonflowingConditions
466 - rdf:type owl:Class , ep-prodwell:WellHeadFlowingConditionsType ; 472 + rdf:type ep-prodwell:WellHeadFlowingConditionsType , owl:Class ;
467 rdfs:comment "wellhead that is in nonflowing conditions"^^xsd:string ; 473 rdfs:comment "wellhead that is in nonflowing conditions"^^xsd:string ;
468 rdfs:label "well head - nonflowing conditions"^^xsd:string ; 474 rdfs:label "well head - nonflowing conditions"^^xsd:string ;
469 rdfs:subClassOf ep-well:WellHead . 475 rdfs:subClassOf ep-well:WellHead .
...@@ -481,7 +487,7 @@ ep-prodwell:WellHeadFlowingConditionsType ...@@ -481,7 +487,7 @@ ep-prodwell:WellHeadFlowingConditionsType
481 rdfs:subClassOf owl:Class . 487 rdfs:subClassOf owl:Class .
482 488
483 ep-prodwell:WellReclassedToDevelopment 489 ep-prodwell:WellReclassedToDevelopment
484 - rdf:type owl:Class , ep-prodwell:WellStatusType ; 490 + rdf:type ep-prodwell:WellStatusType , owl:Class ;
485 rdfs:comment "well or wellbore that has been reclassified as a development well"^^xsd:string ; 491 rdfs:comment "well or wellbore that has been reclassified as a development well"^^xsd:string ;
486 rdfs:label "well reclassed to development"^^xsd:string ; 492 rdfs:label "well reclassed to development"^^xsd:string ;
487 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 493 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
...@@ -493,42 +499,42 @@ ep-prodwell:WellStatusType ...@@ -493,42 +499,42 @@ ep-prodwell:WellStatusType
493 rdfs:subClassOf owl:Class . 499 rdfs:subClassOf owl:Class .
494 500
495 ep-prodwell:completeLiquidPartOf 501 ep-prodwell:completeLiquidPartOf
496 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 502 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
497 rdfs:comment "all of a quantity of material that is liquid"^^xsd:string ; 503 rdfs:comment "all of a quantity of material that is liquid"^^xsd:string ;
498 rdfs:domain ep-material:QuantityOfMaterial ; 504 rdfs:domain ep-material:QuantityOfMaterial ;
499 rdfs:label "complete liquid part of"^^xsd:string ; 505 rdfs:label "complete liquid part of"^^xsd:string ;
500 rdfs:range ep-material:Liquid . 506 rdfs:range ep-material:Liquid .
501 507
502 ep-prodwell:depthOfBaseUsableWaterFromSurface 508 ep-prodwell:depthOfBaseUsableWaterFromSurface
503 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 509 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
504 rdfs:comment "length that is the lowest usable water depth as measured from the surface. (source: MPR-XSD)"^^xsd:string ; 510 rdfs:comment "length that is the lowest usable water depth as measured from the surface. (source: MPR-XSD)"^^xsd:string ;
505 rdfs:domain ep-material:Fluid ; 511 rdfs:domain ep-material:Fluid ;
506 rdfs:label "depth of base of usable water from surface"^^xsd:string ; 512 rdfs:label "depth of base of usable water from surface"^^xsd:string ;
507 rdfs:range ep-core:Length . 513 rdfs:range ep-core:Length .
508 514
509 ep-prodwell:depthOfFluidSurfaceFromTopOfWell 515 ep-prodwell:depthOfFluidSurfaceFromTopOfWell
510 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 516 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
511 rdfs:comment "length that is the fluid level achieved in the well. The value is given as length units from the top of the well. (source MPR-XSD)"^^xsd:string ; 517 rdfs:comment "length that is the fluid level achieved in the well. The value is given as length units from the top of the well. (source MPR-XSD)"^^xsd:string ;
512 rdfs:domain ep-material:Fluid ; 518 rdfs:domain ep-material:Fluid ;
513 rdfs:label "depth of fluid surface from top of well"^^xsd:string ; 519 rdfs:label "depth of fluid surface from top of well"^^xsd:string ;
514 rdfs:range ep-core:Length . 520 rdfs:range ep-core:Length .
515 521
516 ep-prodwell:pOverZ 522 ep-prodwell:pOverZ
517 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 523 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
518 rdfs:comment "The P/Z value at the point. This is P/Z, pressure over gas compressibility factor (z). Note that the uom is units of pressure, since Z is dimensionless. (source: MPR-XSD)"^^xsd:string ; 524 rdfs:comment "The P/Z value at the point. This is P/Z, pressure over gas compressibility factor (z). Note that the uom is units of pressure, since Z is dimensionless. (source: MPR-XSD)"^^xsd:string ;
519 rdfs:domain ep-material:Gas ; 525 rdfs:domain ep-material:Gas ;
520 rdfs:label "pressure over gas compressibility factor"^^xsd:string ; 526 rdfs:label "pressure over gas compressibility factor"^^xsd:string ;
521 rdfs:range ep-core:Pressure . 527 rdfs:range ep-core:Pressure .
522 528
523 ep-prodwell:potentialGasProduction 529 ep-prodwell:potentialGasProduction
524 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 530 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
525 rdfs:comment "volumetric flow rate that is the potential of the well to produce natural gas. This represents the flow rate that could be achieved under maximum drawdown. (source: MPR-XSD)"^^xsd:string ; 531 rdfs:comment "volumetric flow rate that is the potential of the well to produce natural gas. This represents the flow rate that could be achieved under maximum drawdown. (source: MPR-XSD)"^^xsd:string ;
526 rdfs:domain ep-prodwell:TemporalPartOfAWellOrWellBore ; 532 rdfs:domain ep-prodwell:TemporalPartOfAWellOrWellBore ;
527 rdfs:label "potential gas production"^^xsd:string ; 533 rdfs:label "potential gas production"^^xsd:string ;
528 rdfs:range ep-core:VolumetricFlowRate . 534 rdfs:range ep-core:VolumetricFlowRate .
529 535
530 ep-prodwell:potentialOilProduction 536 ep-prodwell:potentialOilProduction
531 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 537 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
532 rdfs:comment "volumetric flow rate is the the potential of a well or wellbore to produce crude oil. This represents the flow rate that could be achieved under maximum drawdown. (source: MPR-XSD)"^^xsd:string ; 538 rdfs:comment "volumetric flow rate is the the potential of a well or wellbore to produce crude oil. This represents the flow rate that could be achieved under maximum drawdown. (source: MPR-XSD)"^^xsd:string ;
533 rdfs:domain ep-prodwell:TemporalPartOfAWellOrWellBore ; 539 rdfs:domain ep-prodwell:TemporalPartOfAWellOrWellBore ;
534 rdfs:label "potential oil production"^^xsd:string ; 540 rdfs:label "potential oil production"^^xsd:string ;
...@@ -540,5 +546,8 @@ ep-well:TemporalPartOfAWell ...@@ -540,5 +546,8 @@ ep-well:TemporalPartOfAWell
540 ep-well:TemporalPartOfAWellBore 546 ep-well:TemporalPartOfAWellBore
541 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore . 547 rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
542 548
549 +ep-well:WellBore
550 + rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart .
551 +
543 ep-well:WellGroup 552 ep-well:WellGroup
544 rdf:type owl:Class . 553 rdf:type owl:Class .
......
...@@ -15,16 +15,20 @@ ...@@ -15,16 +15,20 @@
15 15
16 <http://www.reportinghub.no/ep/schema/1.0/property-maps-to-mpr-enumeration> 16 <http://www.reportinghub.no/ep/schema/1.0/property-maps-to-mpr-enumeration>
17 rdf:type owl:Ontology ; 17 rdf:type owl:Ontology ;
18 - owl:imports <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://spinrdf.org/spin> ; 18 + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.epim.no/schemas/mprml/1> ;
19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
20 20
21 +<http://www.reportinghub.no/ep/schema/core#Area>
22 + transhelp:rangeOfPropertyMapsToMPREnumeration
23 + <http://www.epim.no/schemas/mprml/1#FP_valveopening> .
24 +
21 <http://www.reportinghub.no/ep/schema/core#AreaPerArea> 25 <http://www.reportinghub.no/ep/schema/core#AreaPerArea>
22 transhelp:rangeOfPropertyMapsToMPREnumeration 26 transhelp:rangeOfPropertyMapsToMPREnumeration
23 - <http://www.epim.no/schemas/mprml/1#FP_relativevalveopening> , <http://www.epim.no/schemas/mprml/1#FP_chokesize> . 27 + <http://www.epim.no/schemas/mprml/1#FP_chokesize> , <http://www.epim.no/schemas/mprml/1#FP_relativevalveopening> .
24 28
25 <http://www.reportinghub.no/ep/schema/core#Density> 29 <http://www.reportinghub.no/ep/schema/core#Density>
26 transhelp:rangeOfPropertyMapsToMPREnumeration 30 transhelp:rangeOfPropertyMapsToMPREnumeration
27 - <http://www.epim.no/schemas/mprml/1#FP_density> , <http://www.epim.no/schemas/mprml/1#FP_linedensity> . 31 + <http://www.epim.no/schemas/mprml/1#FP_linedensity> , <http://www.epim.no/schemas/mprml/1#FP_density> .
28 32
29 <http://www.reportinghub.no/ep/schema/core#Frequency> 33 <http://www.reportinghub.no/ep/schema/core#Frequency>
30 transhelp:rangeOfPropertyMapsToMPREnumeration 34 transhelp:rangeOfPropertyMapsToMPREnumeration
...@@ -32,19 +36,19 @@ ...@@ -32,19 +36,19 @@
32 36
33 <http://www.reportinghub.no/ep/schema/core#Pressure> 37 <http://www.reportinghub.no/ep/schema/core#Pressure>
34 transhelp:rangeOfPropertyMapsToMPREnumeration 38 transhelp:rangeOfPropertyMapsToMPREnumeration
35 - <http://www.epim.no/schemas/mprml/1#FP_wellheadpressure> , <http://www.epim.no/schemas/mprml/1#FP_annuluspressure> , <http://www.epim.no/schemas/mprml/1#FP_bottomholepressure> , <http://www.epim.no/schemas/mprml/1#FP_casingpressure> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_pressure> , <http://www.epim.no/schemas/mprml/1#FP_tubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_wellheadpressureDSCP> . 39 + <http://www.epim.no/schemas/mprml/1#FP_wellheadpressureDSCP> , <http://www.epim.no/schemas/mprml/1#FP_tubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_pressure> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_casingpressure> , <http://www.epim.no/schemas/mprml/1#FP_bottomholepressure> , <http://www.epim.no/schemas/mprml/1#FP_annuluspressure> , <http://www.epim.no/schemas/mprml/1#FP_wellheadpressure> .
36 40
37 <http://www.reportinghub.no/ep/schema/core#Temperature> 41 <http://www.reportinghub.no/ep/schema/core#Temperature>
38 transhelp:rangeOfPropertyMapsToMPREnumeration 42 transhelp:rangeOfPropertyMapsToMPREnumeration
39 - <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperature> , <http://www.epim.no/schemas/mprml/1#FP_bottomholetemperature> , <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_temperature> , <http://www.epim.no/schemas/mprml/1#FP_tubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperatureDSCT> . 43 + <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperatureDSCT> , <http://www.epim.no/schemas/mprml/1#FP_tubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_temperature> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_bottomholetemperature> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperature> .
40 44
41 <http://www.reportinghub.no/ep/schema/core#TimeDuration> 45 <http://www.reportinghub.no/ep/schema/core#TimeDuration>
42 transhelp:rangeOfPropertyMapsToMPREnumeration 46 transhelp:rangeOfPropertyMapsToMPREnumeration
43 - <http://www.epim.no/schemas/mprml/1#FP_facilityuptime> , <http://www.epim.no/schemas/mprml/1#FP_scheduleddowntime> . 47 + <http://www.epim.no/schemas/mprml/1#FP_scheduleddowntime> , <http://www.epim.no/schemas/mprml/1#FP_facilityuptime> .
44 48
45 <http://www.reportinghub.no/ep/schema/equipment#Casing> 49 <http://www.reportinghub.no/ep/schema/equipment#Casing>
46 transhelp:domainOfPropertyMapsToMPREnumeration 50 transhelp:domainOfPropertyMapsToMPREnumeration
47 - <http://www.epim.no/schemas/mprml/1#FP_casingpressure> , <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> . 51 + <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_casingpressure> .
48 52
49 <http://www.reportinghub.no/ep/schema/equipment#Compressor> 53 <http://www.reportinghub.no/ep/schema/equipment#Compressor>
50 transhelp:domainOfPropertyMapsToMPREnumeration 54 transhelp:domainOfPropertyMapsToMPREnumeration
...@@ -52,19 +56,47 @@ ...@@ -52,19 +56,47 @@
52 56
53 <http://www.reportinghub.no/ep/schema/equipment#Tubing> 57 <http://www.reportinghub.no/ep/schema/equipment#Tubing>
54 transhelp:domainOfPropertyMapsToMPREnumeration 58 transhelp:domainOfPropertyMapsToMPREnumeration
55 - <http://www.epim.no/schemas/mprml/1#FP_tubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_tubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingtemperature> . 59 + <http://www.epim.no/schemas/mprml/1#FP_flowingtubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_tubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_tubingtemperature> .
56 60
57 <http://www.reportinghub.no/ep/schema/facility#Facility> 61 <http://www.reportinghub.no/ep/schema/facility#Facility>
58 transhelp:domainOfPropertyMapsToMPREnumeration 62 transhelp:domainOfPropertyMapsToMPREnumeration
59 - <http://www.epim.no/schemas/mprml/1#FP_available> , <http://www.epim.no/schemas/mprml/1#FP_facilityuptime> , <http://www.epim.no/schemas/mprml/1#FP_scheduleddowntime> , <http://www.epim.no/schemas/mprml/1#FP_shutdownorder> . 63 + <http://www.epim.no/schemas/mprml/1#FP_shutdownorder> , <http://www.epim.no/schemas/mprml/1#FP_scheduleddowntime> , <http://www.epim.no/schemas/mprml/1#FP_facilityuptime> , <http://www.epim.no/schemas/mprml/1#FP_available> .
60 64
61 <http://www.reportinghub.no/ep/schema/flow#Flow> 65 <http://www.reportinghub.no/ep/schema/flow#Flow>
62 transhelp:domainOfPropertyMapsToMPREnumeration 66 transhelp:domainOfPropertyMapsToMPREnumeration
63 - <http://www.epim.no/schemas/mprml/1#FP_density> , <http://www.epim.no/schemas/mprml/1#FP_linedensity> , <http://www.epim.no/schemas/mprml/1#FP_pressure> , <http://www.epim.no/schemas/mprml/1#FP_temperature> . 67 + <http://www.epim.no/schemas/mprml/1#FP_temperature> , <http://www.epim.no/schemas/mprml/1#FP_pressure> , <http://www.epim.no/schemas/mprml/1#FP_linedensity> , <http://www.epim.no/schemas/mprml/1#FP_density> .
68 +
69 +<http://www.reportinghub.no/ep/schema/production-equipment#BlockValve>
70 + transhelp:domainOfPropertyMapsToMPREnumeration
71 + <http://www.epim.no/schemas/mprml/1#FP_blockvalvestatus> .
72 +
73 +<http://www.reportinghub.no/ep/schema/production-equipment#ClosedValve>
74 + transhelp:valueOfPropertyMapsToMPRString
75 + "closed"^^xsd:string .
76 +
77 +<http://www.reportinghub.no/ep/schema/production-equipment#OpenValve>
78 + transhelp:valueOfPropertyMapsToMPRString
79 + "open"^^xsd:string .
80 +
81 +<http://www.reportinghub.no/ep/schema/production-equipment#Valve>
82 + transhelp:domainOfPropertyMapsToMPREnumeration
83 + <http://www.epim.no/schemas/mprml/1#FP_valveopening> , <http://www.epim.no/schemas/mprml/1#FP_relativevalveopening> .
84 +
85 +<http://www.reportinghub.no/ep/schema/production-equipment#ValveOpenClosedType>
86 + transhelp:rangeOfPropertyMapsToMPREnumeration
87 + <http://www.epim.no/schemas/mprml/1#FP_blockvalvestatus> , <http://www.epim.no/schemas/mprml/1#FP_wingvalvestatus> .
88 +
89 +<http://www.reportinghub.no/ep/schema/production-equipment#WingValve>
90 + transhelp:domainOfPropertyMapsToMPREnumeration
91 + <http://www.epim.no/schemas/mprml/1#FP_wingvalvestatus> .
92 +
93 +<http://www.reportinghub.no/ep/schema/production-equipment#areaOpen>
94 + transhelp:propertyMapsToMPREnumeration
95 + <http://www.epim.no/schemas/mprml/1#FP_valveopening> .
64 96
65 <http://www.reportinghub.no/ep/schema/production-equipment#areaOpenFraction> 97 <http://www.reportinghub.no/ep/schema/production-equipment#areaOpenFraction>
66 transhelp:propertyMapsToMPREnumeration 98 transhelp:propertyMapsToMPREnumeration
67 - <http://www.epim.no/schemas/mprml/1#FP_relativevalveopening> , <http://www.epim.no/schemas/mprml/1#FP_chokesize> . 99 + <http://www.epim.no/schemas/mprml/1#FP_chokesize> , <http://www.epim.no/schemas/mprml/1#FP_relativevalveopening> .
68 100
69 <http://www.reportinghub.no/ep/schema/production-facility#AvailableFacility> 101 <http://www.reportinghub.no/ep/schema/production-facility#AvailableFacility>
70 transhelp:valueOfPropertyMapsToMPRString 102 transhelp:valueOfPropertyMapsToMPRString
...@@ -96,24 +128,24 @@ ...@@ -96,24 +128,24 @@
96 128
97 <http://www.reportinghub.no/ep/schema/production-well#WellHead-flowingConditions> 129 <http://www.reportinghub.no/ep/schema/production-well#WellHead-flowingConditions>
98 transhelp:flowingStateMapsToMPREnumeration 130 transhelp:flowingStateMapsToMPREnumeration
99 - <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_casingpressure> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_wellheadpressure> . 131 + <http://www.epim.no/schemas/mprml/1#FP_wellheadpressure> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_casingpressure> , <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> .
100 132
101 <http://www.reportinghub.no/ep/schema/production-well#WellHead-nonflowingConditions> 133 <http://www.reportinghub.no/ep/schema/production-well#WellHead-nonflowingConditions>
102 transhelp:flowingStateMapsToMPREnumeration 134 transhelp:flowingStateMapsToMPREnumeration
103 - <http://www.epim.no/schemas/mprml/1#FP_tubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_tubingtemperature> . 135 + <http://www.epim.no/schemas/mprml/1#FP_tubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_tubingpressure> .
104 136
105 <http://www.reportinghub.no/ep/schema/production-well#WellHeadDownStreamChokeValve> 137 <http://www.reportinghub.no/ep/schema/production-well#WellHeadDownStreamChokeValve>
106 transhelp:domainOfPropertyMapsToMPREnumeration 138 transhelp:domainOfPropertyMapsToMPREnumeration
107 - <http://www.epim.no/schemas/mprml/1#FP_chokesize> , <http://www.epim.no/schemas/mprml/1#FP_wellheadpressureDSCP> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperatureDSCT> . 139 + <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperatureDSCT> , <http://www.epim.no/schemas/mprml/1#FP_wellheadpressureDSCP> , <http://www.epim.no/schemas/mprml/1#FP_chokesize> .
108 140
109 <http://www.reportinghub.no/ep/schema/well#WellBoreBottom> 141 <http://www.reportinghub.no/ep/schema/well#WellBoreBottom>
110 transhelp:domainOfPropertyMapsToMPREnumeration 142 transhelp:domainOfPropertyMapsToMPREnumeration
111 - <http://www.epim.no/schemas/mprml/1#FP_bottomholetemperature> , <http://www.epim.no/schemas/mprml/1#FP_bottomholepressure> . 143 + <http://www.epim.no/schemas/mprml/1#FP_bottomholepressure> , <http://www.epim.no/schemas/mprml/1#FP_bottomholetemperature> .
112 144
113 <http://www.reportinghub.no/ep/schema/well#WellHead> 145 <http://www.reportinghub.no/ep/schema/well#WellHead>
114 transhelp:domainOfPropertyMapsToMPREnumeration 146 transhelp:domainOfPropertyMapsToMPREnumeration
115 - <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperature> , <http://www.epim.no/schemas/mprml/1#FP_wellheadpressure> . 147 + <http://www.epim.no/schemas/mprml/1#FP_wellheadpressure> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperature> .
116 148
117 rdf:type 149 rdf:type
118 transhelp:propertyMapsToMPREnumeration 150 transhelp:propertyMapsToMPREnumeration
119 - <http://www.epim.no/schemas/mprml/1#FP_wellheadpressure> , <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_tubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_bottomholetemperature> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperatureDSCT> , <http://www.epim.no/schemas/mprml/1#FP_available> , <http://www.epim.no/schemas/mprml/1#FP_annuluspressure> , <http://www.epim.no/schemas/mprml/1#FP_temperature> , <http://www.epim.no/schemas/mprml/1#FP_pressure> , <http://www.epim.no/schemas/mprml/1#FP_tubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_bottomholepressure> , <http://www.epim.no/schemas/mprml/1#FP_reciprocatingspeed> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_casingpressure> , <http://www.epim.no/schemas/mprml/1#FP_density> , <http://www.epim.no/schemas/mprml/1#FP_linedensity> , <http://www.epim.no/schemas/mprml/1#FP_wellheadpressureDSCP> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperature> . 151 + <http://www.epim.no/schemas/mprml/1#FP_wellheadpressure> , <http://www.epim.no/schemas/mprml/1#FP_casingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_tubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_wingvalvestatus> , <http://www.epim.no/schemas/mprml/1#FP_bottomholetemperature> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperatureDSCT> , <http://www.epim.no/schemas/mprml/1#FP_available> , <http://www.epim.no/schemas/mprml/1#FP_annuluspressure> , <http://www.epim.no/schemas/mprml/1#FP_temperature> , <http://www.epim.no/schemas/mprml/1#FP_pressure> , <http://www.epim.no/schemas/mprml/1#FP_tubingtemperature> , <http://www.epim.no/schemas/mprml/1#FP_bottomholepressure> , <http://www.epim.no/schemas/mprml/1#FP_reciprocatingspeed> , <http://www.epim.no/schemas/mprml/1#FP_flowingtubingpressure> , <http://www.epim.no/schemas/mprml/1#FP_casingpressure> , <http://www.epim.no/schemas/mprml/1#FP_blockvalvestatus> , <http://www.epim.no/schemas/mprml/1#FP_linedensity> , <http://www.epim.no/schemas/mprml/1#FP_density> , <http://www.epim.no/schemas/mprml/1#FP_wellheadtemperature> , <http://www.epim.no/schemas/mprml/1#FP_wellheadpressureDSCP> .
......