David Leal

Merge branch 'MPR_2013-06-10'

...@@ -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/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> ; 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> ;
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:startedAt 31 + owl:onProperty ep-activity:finishedAt
32 ] ; 32 ] ;
33 rdfs:subClassOf 33 rdfs:subClassOf
34 [ rdf:type owl:Restriction ; 34 [ rdf:type owl:Restriction ;
35 owl:maxCardinality "1"^^xsd:nonNegativeInteger ; 35 owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
36 - owl:onProperty ep-activity:finishedAt 36 + owl:onProperty ep-activity:startedAt
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 ep-activity:Activity ; 55 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
56 - owl:onProperty ep-core:hasPart 56 + owl:onProperty ep-activity:onWellBore
57 ] ; 57 ] ;
58 rdfs:subClassOf 58 rdfs:subClassOf
59 [ rdf:type owl:Restriction ; 59 [ rdf:type owl:Restriction ;
60 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; 60 + owl:allValuesFrom ep-activity:Activity ;
61 - owl:onProperty ep-activity:onWellBore 61 + owl:onProperty ep-core:hasPart
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 ep-activity:Activity ; 71 + owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
72 - owl:onProperty ep-core:hasPart 72 + owl:onProperty ep-activity:onWellBore
73 ] ; 73 ] ;
74 rdfs:subClassOf 74 rdfs:subClassOf
75 [ rdf:type owl:Restriction ; 75 [ rdf:type owl:Restriction ;
76 - owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ; 76 + owl:allValuesFrom ep-activity:Activity ;
77 - owl:onProperty ep-activity:onWellBore 77 + owl:onProperty ep-core:hasPart
78 ] . 78 ] .
79 79
80 ep-activity:Drill-bypass 80 ep-activity:Drill-bypass
...@@ -108,8 +108,8 @@ ep-activity:Drill-sidetrack ...@@ -108,8 +108,8 @@ 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 owl:Class , ep-activity:WellTestType ; 111 + rdf:type ep-activity:WellTestType , owl:Class ;
112 - rdfs:comment "a well test that is intended to determine the productive capacity, pressure, permeability or extent (or a combination of these) of a hydrocarbon reservoir, with the drillstring still in the hole"^^xsd:string ; 112 + rdfs:comment "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 ;
115 owl:disjointWith ep-activity:ProductionTest . 115 owl:disjointWith ep-activity:ProductionTest .
...@@ -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 owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 124 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityOutcomeType ; 130 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 136 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityOutcomeType ; 142 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityOutcomeType ; 148 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 154 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityOutcomeType ; 160 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityOutcomeType ; 166 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityOutcomeType ; 172 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityOutcomeType ; 178 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 184 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityOutcomeType ; 190 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityOutcomeType ; 196 + rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
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 owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ; 202 + rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
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 owl:Class , ep-activity:ActivitySuccessType ; 232 + rdf:type ep-activity:ActivitySuccessType , owl:Class ;
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 owl:Class , ep-activity:PressureTestType ; 245 + rdf:type ep-activity:PressureTestType , owl:Class ;
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 owl:Class , ep-activity:PressureTestType ; 330 + rdf:type ep-activity:PressureTestType , owl:Class ;
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 owl:Class , ep-activity:PorePressureDeterminationType ; 370 + rdf:type ep-activity:PorePressureDeterminationType , owl:Class ;
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 owl:Class , ep-activity:PorePressureDeterminationType ; 377 + rdf:type ep-activity:PorePressureDeterminationType , owl:Class ;
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 owl:Class , ep-activity:WellTestType ; 402 + rdf:type ep-activity:WellTestType , owl:Class ;
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 owl:Class , ep-activity:ActivitySuccessType ; 412 + rdf:type ep-activity:ActivitySuccessType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobPurposeType ; 479 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
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-squeeze , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-plug . 483 + owl:disjointWith ep-activity:WellCementJob-plug , ep-activity:WellCementJob-primary , ep-activity:WellCementJob-squeeze .
484 484
485 ep-activity:WellCementJob-plug 485 ep-activity:WellCementJob-plug
486 - rdf:type owl:Class , ep-activity:WellCementJobPurposeType ; 486 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobPurposeType ; 492 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobPurposeType ; 498 + rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobBottomPlugType ; 552 + rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobCasingReciprocationType ; 559 + rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobCasingRotationType ; 566 + rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobFloatHoldingType ; 573 + rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobPlugBumpingType ; 580 + rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobTopPlugType ; 587 + rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobBottomPlugType ; 594 + rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobCasingReciprocationType ; 601 + rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobCasingRotationType ; 608 + rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobFloatHoldingType ; 615 + rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobPlugBumpingType ; 622 + rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobTopPlugType ; 629 + rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ;
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 owl:Class , ep-activity:WellCementPumpingFluidReturnType ; 648 + rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ;
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 owl:Class , ep-activity:WellCementPumpingFluidReturnType ; 655 + rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ;
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 owl:Class , ep-activity:WellControlIncidentType ; 674 + rdf:type ep-activity:WellControlIncidentType , owl:Class ;
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-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick . 678 + owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick .
679 679
680 ep-activity:WellControlIncident-oil_kick 680 ep-activity:WellControlIncident-oil_kick
681 - rdf:type owl:Class , ep-activity:WellControlIncidentType ; 681 + rdf:type ep-activity:WellControlIncidentType , owl:Class ;
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-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-gas_kick . 685 + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick .
686 686
687 ep-activity:WellControlIncident-shallow_gas_kick 687 ep-activity:WellControlIncident-shallow_gas_kick
688 - rdf:type owl:Class , ep-activity:WellControlIncidentType ; 688 + rdf:type ep-activity:WellControlIncidentType , owl:Class ;
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-water_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-gas_kick . 692 + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick .
693 693
694 ep-activity:WellControlIncident-water_kick 694 ep-activity:WellControlIncident-water_kick
695 - rdf:type owl:Class , ep-activity:WellControlIncidentType ; 695 + rdf:type ep-activity:WellControlIncidentType , owl:Class ;
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-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-gas_kick . 699 + owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick .
700 700
701 ep-activity:WellControlIncidentType 701 ep-activity:WellControlIncidentType
702 rdf:type rdfs:Class ; 702 rdf:type rdfs:Class ;
...@@ -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 owl:Class , ep-activity:WirelineFormationTestType ; 797 + rdf:type ep-activity:WirelineFormationTestType , owl:Class ;
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 owl:Class , ep-activity:WirelineFormationTestType ; 804 + rdf:type ep-activity:WirelineFormationTestType , owl:Class ;
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 owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 814 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
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:ObjectProperty , owl:FunctionalProperty ; 821 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
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,34 +837,34 @@ ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod ...@@ -837,34 +837,34 @@ 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 owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 840 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
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:ObjectProperty , owl:FunctionalProperty ; 847 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
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:ObjectProperty , owl:FunctionalProperty ; 854 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
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 ; 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 ;
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:durationOfDrilling 860 ep-activity:durationOfDrilling
861 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 861 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
862 rdfs:domain ep-activity:DrillingActivity ; 862 rdfs:domain ep-activity:DrillingActivity ;
863 rdfs:label "duration of drilling"^^xsd:string ; 863 rdfs:label "duration of drilling"^^xsd:string ;
864 rdfs:range ep-core:TimeDuration . 864 rdfs:range ep-core:TimeDuration .
865 865
866 ep-activity:existsThroughout 866 ep-activity:existsThroughout
867 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 867 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
868 rdfs:domain ep-core:PhysicalThing ; 868 rdfs:domain ep-core:PhysicalThing ;
869 rdfs:label "exists throughout"^^xsd:string . 869 rdfs:label "exists throughout"^^xsd:string .
870 870
...@@ -881,41 +881,41 @@ ep-activity:failedEquipment ...@@ -881,41 +881,41 @@ ep-activity:failedEquipment
881 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 881 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
882 882
883 ep-activity:finalRateOfDrilling 883 ep-activity:finalRateOfDrilling
884 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 884 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
885 rdfs:comment "class_of_indirect_property that is the rate of drilling at the end of a drilling activity"^^xsd:string ; 885 rdfs:comment "class_of_indirect_property that is the rate of drilling at the end of a drilling activity"^^xsd:string ;
886 rdfs:domain ep-activity:DrillingActivity ; 886 rdfs:domain ep-activity:DrillingActivity ;
887 rdfs:label "final rate of drilling"^^xsd:string ; 887 rdfs:label "final rate of drilling"^^xsd:string ;
888 rdfs:range ep-core:Speed . 888 rdfs:range ep-core:Speed .
889 889
890 ep-activity:finishedAt 890 ep-activity:finishedAt
891 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 891 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
892 rdfs:comment "UTC representation of the finishing time for an activity"^^xsd:string ; 892 rdfs:comment "UTC representation of the finishing time for an activity"^^xsd:string ;
893 rdfs:domain ep-core:PhysicalThing ; 893 rdfs:domain ep-core:PhysicalThing ;
894 rdfs:label "finished at"^^xsd:string ; 894 rdfs:label "finished at"^^xsd:string ;
895 rdfs:range xsd:dateTime . 895 rdfs:range xsd:dateTime .
896 896
897 ep-activity:fluidProducedByWellTest 897 ep-activity:fluidProducedByWellTest
898 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 898 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
899 rdfs:comment "quantity of material that is produced by a well test"^^xsd:string ; 899 rdfs:comment "quantity of material that is produced by a well test"^^xsd:string ;
900 rdfs:domain ep-activity:WellTest ; 900 rdfs:domain ep-activity:WellTest ;
901 rdfs:label "fluid produced by well test"^^xsd:string ; 901 rdfs:label "fluid produced by well test"^^xsd:string ;
902 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . 902 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> .
903 903
904 ep-activity:hasChokeValve 904 ep-activity:hasChokeValve
905 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 905 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
906 rdfs:comment "choke valve that is for a drilling activity"^^xsd:string ; 906 rdfs:comment "choke valve that is for a drilling activity"^^xsd:string ;
907 rdfs:domain ep-activity:DrillingActivity ; 907 rdfs:domain ep-activity:DrillingActivity ;
908 rdfs:label "has choke valve"^^xsd:string ; 908 rdfs:label "has choke valve"^^xsd:string ;
909 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> . 909 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> .
910 910
911 ep-activity:hasDrillBit 911 ep-activity:hasDrillBit
912 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 912 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
913 rdfs:domain ep-activity:DrillingActivity ; 913 rdfs:domain ep-activity:DrillingActivity ;
914 rdfs:label "has drill bit"^^xsd:string ; 914 rdfs:label "has drill bit"^^xsd:string ;
915 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . 915 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> .
916 916
917 ep-activity:hasDrillingFluid 917 ep-activity:hasDrillingFluid
918 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 918 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
919 rdfs:domain ep-activity:DrillingActivity ; 919 rdfs:domain ep-activity:DrillingActivity ;
920 rdfs:label "has drilling fluid"^^xsd:string ; 920 rdfs:label "has drilling fluid"^^xsd:string ;
921 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . 921 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> .
...@@ -927,13 +927,13 @@ ep-activity:hasInflowLocation ...@@ -927,13 +927,13 @@ ep-activity:hasInflowLocation
927 rdfs:range <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> . 927 rdfs:range <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> .
928 928
929 ep-activity:hasWellTestChoke 929 ep-activity:hasWellTestChoke
930 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 930 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
931 rdfs:domain ep-activity:WellTest ; 931 rdfs:domain ep-activity:WellTest ;
932 rdfs:label "has well test choke"^^xsd:string ; 932 rdfs:label "has well test choke"^^xsd:string ;
933 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . 933 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> .
934 934
935 ep-activity:identificationNumberOfCore 935 ep-activity:identificationNumberOfCore
936 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 936 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
937 rdfs:comment "identification number of the core extracted by an extract a well core activity"^^xsd:string ; 937 rdfs:comment "identification number of the core extracted by an extract a well core activity"^^xsd:string ;
938 rdfs:domain ep-activity:ExtractAWellCore ; 938 rdfs:domain ep-activity:ExtractAWellCore ;
939 rdfs:label "identification number of core"^^xsd:string . 939 rdfs:label "identification number of core"^^xsd:string .
...@@ -951,21 +951,21 @@ ep-activity:logRunNumber ...@@ -951,21 +951,21 @@ ep-activity:logRunNumber
951 rdfs:label "log run number"^^xsd:string . 951 rdfs:label "log run number"^^xsd:string .
952 952
953 ep-activity:loggedWellBoreInterval 953 ep-activity:loggedWellBoreInterval
954 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 954 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
955 rdfs:comment "wellbore section that is logged by a wellbore log run activity"^^xsd:string ; 955 rdfs:comment "wellbore section that is logged by a wellbore log run activity"^^xsd:string ;
956 rdfs:domain ep-activity:WellBoreLogRun ; 956 rdfs:domain ep-activity:WellBoreLogRun ;
957 rdfs:label "logged wellbore interval"^^xsd:string ; 957 rdfs:label "logged wellbore interval"^^xsd:string ;
958 rdfs:range ep-core:PhysicalObject . 958 rdfs:range ep-core:PhysicalObject .
959 959
960 ep-activity:measuredDepthOfFluidSampling 960 ep-activity:measuredDepthOfFluidSampling
961 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 961 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
962 rdfs:comment "class_of_indirect_property that is the measured depth with respect to the RKB of the location of fluid sampling by a wireline formation test activity"^^xsd:string ; 962 rdfs:comment "class_of_indirect_property that is the measured depth with respect to the RKB of the location of fluid sampling by a wireline formation test activity"^^xsd:string ;
963 rdfs:domain ep-activity:WirelineFormationTest ; 963 rdfs:domain ep-activity:WirelineFormationTest ;
964 rdfs:label "measured depth of fluid sampling"^^xsd:string ; 964 rdfs:label "measured depth of fluid sampling"^^xsd:string ;
965 rdfs:range ep-core:Length . 965 rdfs:range ep-core:Length .
966 966
967 ep-activity:missedProductionTime 967 ep-activity:missedProductionTime
968 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 968 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
969 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 969 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
970 rdfs:label "missed production time"^^xsd:string ; 970 rdfs:label "missed production time"^^xsd:string ;
971 rdfs:range ep-core:TimeDuration . 971 rdfs:range ep-core:TimeDuration .
...@@ -978,13 +978,13 @@ ep-activity:nominallyAt ...@@ -978,13 +978,13 @@ ep-activity:nominallyAt
978 rdfs:range xsd:dateTime . 978 rdfs:range xsd:dateTime .
979 979
980 ep-activity:onDrillBit 980 ep-activity:onDrillBit
981 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 981 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
982 rdfs:domain ep-activity:WellBoreBitRunDrilling ; 982 rdfs:domain ep-activity:WellBoreBitRunDrilling ;
983 rdfs:label "on drill bit"^^xsd:string ; 983 rdfs:label "on drill bit"^^xsd:string ;
984 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> . 984 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> .
985 985
986 ep-activity:onRig 986 ep-activity:onRig
987 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 987 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
988 rdfs:comment "rig that is the location for a drilling activity"^^xsd:string ; 988 rdfs:comment "rig that is the location for a drilling activity"^^xsd:string ;
989 rdfs:domain ep-activity:DrillingActivity ; 989 rdfs:domain ep-activity:DrillingActivity ;
990 rdfs:label "on rig"^^xsd:string ; 990 rdfs:label "on rig"^^xsd:string ;
...@@ -997,20 +997,20 @@ ep-activity:onWell ...@@ -997,20 +997,20 @@ ep-activity:onWell
997 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> . 997 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> .
998 998
999 ep-activity:onWellBore 999 ep-activity:onWellBore
1000 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1000 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1001 rdfs:domain ep-activity:DrillingActivity ; 1001 rdfs:domain ep-activity:DrillingActivity ;
1002 rdfs:label "on wellbore"^^xsd:string ; 1002 rdfs:label "on wellbore"^^xsd:string ;
1003 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> . 1003 rdfs:range <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> .
1004 1004
1005 ep-activity:operatingTimeOfDrillBit 1005 ep-activity:operatingTimeOfDrillBit
1006 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1006 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1007 rdfs:comment "class_of_indirect_property that is the operating time of the drill bit for a drilling activity"^^xsd:string ; 1007 rdfs:comment "class_of_indirect_property that is the operating time of the drill bit for a drilling activity"^^xsd:string ;
1008 rdfs:domain ep-activity:DrillingActivity ; 1008 rdfs:domain ep-activity:DrillingActivity ;
1009 rdfs:label "operating time of drill bit"^^xsd:string ; 1009 rdfs:label "operating time of drill bit"^^xsd:string ;
1010 rdfs:range ep-core:TimeDuration . 1010 rdfs:range ep-core:TimeDuration .
1011 1011
1012 ep-activity:pressureAtWhichPlugBumped 1012 ep-activity:pressureAtWhichPlugBumped
1013 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1013 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1014 rdfs:comment "class_of_indirect_property that is the pressure at which the plub bumped for a well cement pumping activity"^^xsd:string ; 1014 rdfs:comment "class_of_indirect_property that is the pressure at which the plub bumped for a well cement pumping activity"^^xsd:string ;
1015 rdfs:domain ep-activity:WellCementPumping ; 1015 rdfs:domain ep-activity:WellCementPumping ;
1016 rdfs:label "pressure at which plug bumped"^^xsd:string ; 1016 rdfs:label "pressure at which plug bumped"^^xsd:string ;
...@@ -1024,93 +1024,93 @@ ep-activity:pumpedFluid ...@@ -1024,93 +1024,93 @@ ep-activity:pumpedFluid
1024 rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . 1024 rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> .
1025 1025
1026 ep-activity:recoveredCore 1026 ep-activity:recoveredCore
1027 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1027 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1028 rdfs:comment "core that is recovered by an ExtractAWellCore activity"^^xsd:string ; 1028 rdfs:comment "core that is recovered by an ExtractAWellCore activity"^^xsd:string ;
1029 rdfs:domain ep-activity:ExtractAWellCore ; 1029 rdfs:domain ep-activity:ExtractAWellCore ;
1030 rdfs:label "recovered core"^^xsd:string ; 1030 rdfs:label "recovered core"^^xsd:string ;
1031 rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> . 1031 rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> .
1032 1032
1033 ep-activity:returnedCementingFluid 1033 ep-activity:returnedCementingFluid
1034 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1034 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1035 rdfs:comment "cementing fluid that is returned during a well cement pumping activity"^^xsd:string ; 1035 rdfs:comment "cementing fluid that is returned during a well cement pumping activity"^^xsd:string ;
1036 rdfs:domain ep-activity:WellCementPumping ; 1036 rdfs:domain ep-activity:WellCementPumping ;
1037 rdfs:label "returned cementing fluid"^^xsd:string ; 1037 rdfs:label "returned cementing fluid"^^xsd:string ;
1038 rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> . 1038 rdfs:range <http://www.reportinghub.no/ep/schema/well#CementingFluid> .
1039 1039
1040 ep-activity:sampledFluid 1040 ep-activity:sampledFluid
1041 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1041 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1042 rdfs:comment "fluid that is sampled in a wireline formation test"^^xsd:string ; 1042 rdfs:comment "fluid that is sampled in a wireline formation test"^^xsd:string ;
1043 rdfs:domain ep-activity:WirelineFormationTest ; 1043 rdfs:domain ep-activity:WirelineFormationTest ;
1044 rdfs:label "sampled fluid"^^xsd:string ; 1044 rdfs:label "sampled fluid"^^xsd:string ;
1045 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> . 1045 rdfs:range <http://www.reportinghub.no/ep/schema/material#Fluid> .
1046 1046
1047 ep-activity:serviceCompany 1047 ep-activity:serviceCompany
1048 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1048 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1049 rdfs:domain ep-activity:Activity ; 1049 rdfs:domain ep-activity:Activity ;
1050 rdfs:label "service company"^^xsd:string ; 1050 rdfs:label "service company"^^xsd:string ;
1051 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 1051 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
1052 1052
1053 ep-activity:startedAt 1053 ep-activity:startedAt
1054 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1054 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1055 rdfs:domain ep-core:PhysicalThing ; 1055 rdfs:domain ep-core:PhysicalThing ;
1056 rdfs:label "started at"^^xsd:string ; 1056 rdfs:label "started at"^^xsd:string ;
1057 rdfs:range xsd:dateTime . 1057 rdfs:range xsd:dateTime .
1058 1058
1059 ep-activity:timeLost 1059 ep-activity:timeLost
1060 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1060 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1061 rdfs:domain ep-activity:WellControlIncident ; 1061 rdfs:domain ep-activity:WellControlIncident ;
1062 rdfs:label "time lost"^^xsd:string ; 1062 rdfs:label "time lost"^^xsd:string ;
1063 rdfs:range ep-core:TimeDuration . 1063 rdfs:range ep-core:TimeDuration .
1064 1064
1065 ep-activity:timeOfFailure 1065 ep-activity:timeOfFailure
1066 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1066 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1067 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 1067 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
1068 rdfs:label "time of failure"^^xsd:string ; 1068 rdfs:label "time of failure"^^xsd:string ;
1069 rdfs:range xsd:dateTime . 1069 rdfs:range xsd:dateTime .
1070 1070
1071 ep-activity:timeOfRepair 1071 ep-activity:timeOfRepair
1072 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1072 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1073 rdfs:domain ep-activity:EquipmentFailureAndRepair ; 1073 rdfs:domain ep-activity:EquipmentFailureAndRepair ;
1074 rdfs:label "time of repair"^^xsd:string ; 1074 rdfs:label "time of repair"^^xsd:string ;
1075 rdfs:range xsd:dateTime . 1075 rdfs:range xsd:dateTime .
1076 1076
1077 ep-activity:volumeOfMudGained 1077 ep-activity:volumeOfMudGained
1078 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1078 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1079 rdfs:domain ep-activity:WellControlIncident ; 1079 rdfs:domain ep-activity:WellControlIncident ;
1080 rdfs:label "volume of mud gained"^^xsd:string ; 1080 rdfs:label "volume of mud gained"^^xsd:string ;
1081 rdfs:range ep-core:Volume . 1081 rdfs:range ep-core:Volume .
1082 1082
1083 ep-activity:wellBoreLoggingTool 1083 ep-activity:wellBoreLoggingTool
1084 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1084 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1085 rdfs:domain ep-activity:WellBoreLogRun ; 1085 rdfs:domain ep-activity:WellBoreLogRun ;
1086 rdfs:label "well bore logging tool"^^xsd:string ; 1086 rdfs:label "well bore logging tool"^^xsd:string ;
1087 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 1087 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
1088 1088
1089 ep-activity:wellTestBottomHolePressure 1089 ep-activity:wellTestBottomHolePressure
1090 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1090 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1091 rdfs:domain ep-activity:WellTest ; 1091 rdfs:domain ep-activity:WellTest ;
1092 rdfs:label "well test bottom hole pressure"^^xsd:string ; 1092 rdfs:label "well test bottom hole pressure"^^xsd:string ;
1093 rdfs:range ep-core:Pressure . 1093 rdfs:range ep-core:Pressure .
1094 1094
1095 ep-activity:wellTestFlowingPressure 1095 ep-activity:wellTestFlowingPressure
1096 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1096 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
1097 rdfs:domain ep-activity:WellTest ; 1097 rdfs:domain ep-activity:WellTest ;
1098 rdfs:label "well test flowing pressure"^^xsd:string ; 1098 rdfs:label "well test flowing pressure"^^xsd:string ;
1099 rdfs:range ep-core:Pressure . 1099 rdfs:range ep-core:Pressure .
1100 1100
1101 ep-activity:wellTestNumber 1101 ep-activity:wellTestNumber
1102 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 1102 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
1103 rdfs:domain ep-activity:WellTest ; 1103 rdfs:domain ep-activity:WellTest ;
1104 rdfs:label "well test number"^^xsd:string . 1104 rdfs:label "well test number"^^xsd:string .
1105 1105
1106 ep-activity:wellTestShutInPressure 1106 ep-activity:wellTestShutInPressure
1107 - 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 ;
1108 rdfs:domain ep-activity:WellTest ; 1108 rdfs:domain ep-activity:WellTest ;
1109 rdfs:label "well test shut-in pressure"^^xsd:string ; 1109 rdfs:label "well test shut-in pressure"^^xsd:string ;
1110 rdfs:range ep-core:Pressure . 1110 rdfs:range ep-core:Pressure .
1111 1111
1112 ep-activity:wellTestStoredOil 1112 ep-activity:wellTestStoredOil
1113 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1113 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1114 rdfs:domain ep-activity:WellTest ; 1114 rdfs:domain ep-activity:WellTest ;
1115 rdfs:label "well test stored oil"^^xsd:string ; 1115 rdfs:label "well test stored oil"^^xsd:string ;
1116 rdfs:range <http://www.reportinghub.no/ep/schema/material#Oil> . 1116 rdfs:range <http://www.reportinghub.no/ep/schema/material#Oil> .
......
...@@ -29,6 +29,54 @@ ...@@ -29,6 +29,54 @@
29 rdfs:label "approve a report"^^xsd:string ; 29 rdfs:label "approve a report"^^xsd:string ;
30 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 30 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
31 31
32 +<http://www.reportinghub.no/ep/schema/activity#Completion-DrillStemTest>
33 + rdf:type owl:Class ;
34 + rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ;
35 + rdfs:label "completion - drill stem test"^^xsd:string ;
36 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillStemTest> .
37 +
38 +<http://www.reportinghub.no/ep/schema/activity#Completion-ProductionTest>
39 + rdf:type owl:Class ;
40 + rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ;
41 + rdfs:label "completion - production test"^^xsd:string ;
42 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionTest> .
43 +
44 +<http://www.reportinghub.no/ep/schema/activity#DrawdownTest>
45 + rdf:type owl:Class ;
46 + rdfs:comment "well test that is a <no definition in MPR-XSD>"^^xsd:string ;
47 + rdfs:label "drawdown test"^^xsd:string ;
48 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
49 +
50 +<http://www.reportinghub.no/ep/schema/activity#Gas-FlowAfterFlowTest>
51 + rdf:type owl:Class ;
52 + 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:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
55 +
56 +<http://www.reportinghub.no/ep/schema/activity#Gas-IsochronalTest>
57 + rdf:type owl:Class ;
58 + rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ;
59 + rdfs:label "gas - isochronal test"^^xsd:string ;
60 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
61 +
62 +<http://www.reportinghub.no/ep/schema/activity#Gas-ModifiedIsochronalTest>
63 + rdf:type owl:Class ;
64 + rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ;
65 + rdfs:label "gas - modified isochronal test"^^xsd:string ;
66 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
67 +
68 +<http://www.reportinghub.no/ep/schema/activity#InjectionTest-FallOff>
69 + rdf:type owl:Class ;
70 + rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ;
71 + rdfs:label "injection test - fall-off"^^xsd:string ;
72 + rdfs:subClassOf ep-prodact:InjectionWellTest .
73 +
74 +<http://www.reportinghub.no/ep/schema/activity#InterferenceTest-PulseTest>
75 + rdf:type owl:Class ;
76 + rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ;
77 + rdfs:label "interference test - pulse test"^^xsd:string ;
78 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
79 +
32 <http://www.reportinghub.no/ep/schema/activity#IssueAReport> 80 <http://www.reportinghub.no/ep/schema/activity#IssueAReport>
33 rdf:type owl:Class ; 81 rdf:type owl:Class ;
34 rdfs:label "issue a report"^^xsd:string ; 82 rdfs:label "issue a report"^^xsd:string ;
...@@ -40,15 +88,57 @@ ...@@ -40,15 +88,57 @@
40 rdfs:label "make an observation"^^xsd:string ; 88 rdfs:label "make an observation"^^xsd:string ;
41 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 89 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
42 90
91 +<http://www.reportinghub.no/ep/schema/activity#MaximumSandFreeRateTest>
92 + rdf:type owl:Class ;
93 + 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:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
96 +
97 +<http://www.reportinghub.no/ep/schema/activity#MultiLayerTransientTest>
98 + rdf:type owl:Class ;
99 + rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ;
100 + rdfs:label "multi-layer transient test"^^xsd:string ;
101 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
102 +
103 +<http://www.reportinghub.no/ep/schema/activity#MultiRateTest>
104 + rdf:type owl:Class ;
105 + rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ;
106 + rdfs:label "multi-rate test"^^xsd:string ;
107 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
108 +
43 <http://www.reportinghub.no/ep/schema/activity#ObserveTheWeather> 109 <http://www.reportinghub.no/ep/schema/activity#ObserveTheWeather>
44 rdf:type owl:Class ; 110 rdf:type owl:Class ;
45 rdfs:label "observe the weather"^^xsd:string ; 111 rdfs:label "observe the weather"^^xsd:string ;
46 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MakeAnObservation> . 112 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MakeAnObservation> .
47 113
114 +<http://www.reportinghub.no/ep/schema/activity#Oil-FlowAfterFlowTest>
115 + rdf:type owl:Class ;
116 + 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:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
119 +
120 +<http://www.reportinghub.no/ep/schema/activity#PressureBuildUpTest>
121 + rdf:type owl:Class ;
122 + 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:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
125 +
48 <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> 126 <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest>
49 rdf:type owl:Class ; 127 rdf:type owl:Class ;
50 rdfs:label "production well test"^^xsd:string ; 128 rdfs:label "production well test"^^xsd:string ;
51 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . 129 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
130 +
131 +<http://www.reportinghub.no/ep/schema/activity#SingleRateTest>
132 + rdf:type owl:Class ;
133 + rdfs:comment "well test that is <no definition in MPR-XSD>"^^xsd:string ;
134 + rdfs:label "single rate test"^^xsd:string ;
135 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
136 +
137 +<http://www.reportinghub.no/ep/schema/activity#Water-FlowAfterFlowTest>
138 + rdf:type owl:Class ;
139 + 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:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
52 142
53 <http://www.reportinghub.no/ep/schema/activity#WellOperation> 143 <http://www.reportinghub.no/ep/schema/activity#WellOperation>
54 rdf:type ep-prodact:ProductionActivityType ; 144 rdf:type ep-prodact:ProductionActivityType ;
...@@ -97,13 +187,13 @@ ep-prodact:AccidentPreventionExercise ...@@ -97,13 +187,13 @@ ep-prodact:AccidentPreventionExercise
97 rdfs:subClassOf ep-prodact:DrillOrExcercise . 187 rdfs:subClassOf ep-prodact:DrillOrExcercise .
98 188
99 ep-prodact:AdministerFirstAid 189 ep-prodact:AdministerFirstAid
100 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 190 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
101 rdfs:comment "medical treatment that is first aid"^^xsd:string ; 191 rdfs:comment "medical treatment that is first aid"^^xsd:string ;
102 rdfs:label "administer first aid"^^xsd:string ; 192 rdfs:label "administer first aid"^^xsd:string ;
103 rdfs:subClassOf ep-prodact:MedicalTreatment . 193 rdfs:subClassOf ep-prodact:MedicalTreatment .
104 194
105 ep-prodact:AirTrafficOperation 195 ep-prodact:AirTrafficOperation
106 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 196 + rdf:type owl:Class , ep-prodact:ProductionActivityType ;
107 rdfs:comment "activity that is an air traffic operation"^^xsd:string ; 197 rdfs:comment "activity that is an air traffic operation"^^xsd:string ;
108 rdfs:label "air traffic operation"^^xsd:string ; 198 rdfs:label "air traffic operation"^^xsd:string ;
109 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 199 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
...@@ -130,22 +220,22 @@ ep-prodact:AlertType ...@@ -130,22 +220,22 @@ ep-prodact:AlertType
130 rdfs:subClassOf owl:Class . 220 rdfs:subClassOf owl:Class .
131 221
132 ep-prodact:AllocateSplitFactors 222 ep-prodact:AllocateSplitFactors
133 - rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ; 223 + rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ;
134 rdfs:comment "activity that is allocating the fraction of a source flow that is assumed to go into different product streams"^^xsd:string ; 224 rdfs:comment "activity that is allocating the fraction of a source flow that is assumed to go into different product streams"^^xsd:string ;
135 rdfs:label "allocate split factors"^^xsd:string ; 225 rdfs:label "allocate split factors"^^xsd:string ;
136 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 226 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
137 227
138 ep-prodact:AnnualProductionActivityToDate 228 ep-prodact:AnnualProductionActivityToDate
139 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 229 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
140 rdfs:comment "production activity that is during the year to date"^^xsd:string ; 230 rdfs:comment "production activity that is during the year to date"^^xsd:string ;
141 rdfs:label "annual production activity to date"^^xsd:string ; 231 rdfs:label "annual production activity to date"^^xsd:string ;
142 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 232 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
143 233
144 ep-prodact:AnnualProductionOperationToDate 234 ep-prodact:AnnualProductionOperationToDate
145 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 235 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
146 rdfs:comment "production operation from the beginning of an annual reporting period to a date within, or at the end of, the reporting period"^^xsd:string ; 236 rdfs:comment "production operation from the beginning of an annual reporting period to a date within, or at the end of, the reporting period"^^xsd:string ;
147 rdfs:label "annual production operation to date"^^xsd:string ; 237 rdfs:label "annual production operation to date"^^xsd:string ;
148 - rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionOperation . 238 + rdfs:subClassOf ep-prodact:ProductionOperation , ep-prodact:AnnualProductionActivityToDate .
149 239
150 ep-prodact:BasketMovement 240 ep-prodact:BasketMovement
151 rdf:type owl:Class ; 241 rdf:type owl:Class ;
...@@ -160,7 +250,7 @@ ep-prodact:CargoShipOperation ...@@ -160,7 +250,7 @@ ep-prodact:CargoShipOperation
160 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 250 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
161 251
162 ep-prodact:ConstructionOperation 252 ep-prodact:ConstructionOperation
163 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 253 + rdf:type owl:Class , ep-prodact:ProductionActivityType ;
164 rdfs:comment "activity that is construction"^^xsd:string ; 254 rdfs:comment "activity that is construction"^^xsd:string ;
165 rdfs:label "construction operation"^^xsd:string ; 255 rdfs:label "construction operation"^^xsd:string ;
166 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ; 256 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ;
...@@ -168,7 +258,7 @@ ep-prodact:ConstructionOperation ...@@ -168,7 +258,7 @@ ep-prodact:ConstructionOperation
168 "http://posccaesar.org/rdl/RDS9685637"^^xsd:string . 258 "http://posccaesar.org/rdl/RDS9685637"^^xsd:string .
169 259
170 ep-prodact:DailyProductionOperationProcessingLoss 260 ep-prodact:DailyProductionOperationProcessingLoss
171 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 261 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
172 rdfs:comment "activity that is all that happens to cause production operation processing loss in one day"^^xsd:string ; 262 rdfs:comment "activity that is all that happens to cause production operation processing loss in one day"^^xsd:string ;
173 rdfs:label "daily production operation processing loss"^^xsd:string ; 263 rdfs:label "daily production operation processing loss"^^xsd:string ;
174 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 264 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
...@@ -186,7 +276,7 @@ ep-prodact:DefinedHazardAndAccidentSituation ...@@ -186,7 +276,7 @@ ep-prodact:DefinedHazardAndAccidentSituation
186 rdfs:subClassOf ep-prodact:Incident . 276 rdfs:subClassOf ep-prodact:Incident .
187 277
188 ep-prodact:Deviation 278 ep-prodact:Deviation
189 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 279 + rdf:type owl:Class , ep-prodact:ProductionActivityType ;
190 rdfs:comment "activity that is a deviation from existing procedures and guidelines"^^xsd:string ; 280 rdfs:comment "activity that is a deviation from existing procedures and guidelines"^^xsd:string ;
191 rdfs:label "deviation"^^xsd:string ; 281 rdfs:label "deviation"^^xsd:string ;
192 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 282 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
...@@ -198,25 +288,25 @@ ep-prodact:DischargeWater ...@@ -198,25 +288,25 @@ ep-prodact:DischargeWater
198 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 288 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
199 289
200 ep-prodact:DrillOrExcercise 290 ep-prodact:DrillOrExcercise
201 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 291 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
202 rdfs:comment "activity that is a drill or exercise intended to prevent harm to health, safety or the environment"^^xsd:string ; 292 rdfs:comment "activity that is a drill or exercise intended to prevent harm to health, safety or the environment"^^xsd:string ;
203 rdfs:label "drill or exercise"^^xsd:string ; 293 rdfs:label "drill or exercise"^^xsd:string ;
204 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 294 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
205 295
206 ep-prodact:ExtendedMaintenanceTurnaround 296 ep-prodact:ExtendedMaintenanceTurnaround
207 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 297 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
208 rdfs:comment "activity that is an extended maintenance turnaround"^^xsd:string ; 298 rdfs:comment "activity that is an extended maintenance turnaround"^^xsd:string ;
209 rdfs:label "extended maintenance turnaround"^^xsd:string ; 299 rdfs:label "extended maintenance turnaround"^^xsd:string ;
210 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 300 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
211 301
212 ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal 302 ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal
213 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 303 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
214 rdfs:comment "extended maintenance turnaround that is for an export terminal"^^xsd:string ; 304 rdfs:comment "extended maintenance turnaround that is for an export terminal"^^xsd:string ;
215 rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ; 305 rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ;
216 rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround . 306 rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround .
217 307
218 ep-prodact:Fire 308 ep-prodact:Fire
219 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 309 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
220 rdfs:comment "incident that is an unintentional fire"^^xsd:string ; 310 rdfs:comment "incident that is an unintentional fire"^^xsd:string ;
221 rdfs:label "fire"^^xsd:string ; 311 rdfs:label "fire"^^xsd:string ;
222 rdfs:subClassOf ep-prodact:Incident . 312 rdfs:subClassOf ep-prodact:Incident .
...@@ -228,61 +318,61 @@ ep-prodact:FluidLevelTest ...@@ -228,61 +318,61 @@ ep-prodact:FluidLevelTest
228 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> . 318 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> .
229 319
230 ep-prodact:FluidSampling-DST 320 ep-prodact:FluidSampling-DST
231 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 321 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
232 rdfs:comment "fluid sampling and analysis that has a sample taken as part of a drill stem test"^^xsd:string ; 322 rdfs:comment "fluid sampling and analysis that has a sample taken as part of a drill stem test"^^xsd:string ;
233 rdfs:label "fluid sampling - DST"^^xsd:string ; 323 rdfs:label "fluid sampling - DST"^^xsd:string ;
234 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 324 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
235 325
236 ep-prodact:FluidSampling-RFTorMDT 326 ep-prodact:FluidSampling-RFTorMDT
237 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 327 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
238 rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; 328 rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ;
239 rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; 329 rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ;
240 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 330 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
241 331
242 ep-prodact:FluidSampling-bottomhole 332 ep-prodact:FluidSampling-bottomhole
243 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 333 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
244 rdfs:comment "fluid sampling and analysis that has a sample taken from the bottom of a wellbore"^^xsd:string ; 334 rdfs:comment "fluid sampling and analysis that has a sample taken from the bottom of a wellbore"^^xsd:string ;
245 rdfs:label "fluid sampling - bottomhole"^^xsd:string ; 335 rdfs:label "fluid sampling - bottomhole"^^xsd:string ;
246 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 336 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
247 337
248 ep-prodact:FluidSampling-formationTester 338 ep-prodact:FluidSampling-formationTester
249 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 339 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
250 rdfs:comment "fluid sampling and analysis that has the sample taken by a formation tester"^^xsd:string ; 340 rdfs:comment "fluid sampling and analysis that has the sample taken by a formation tester"^^xsd:string ;
251 rdfs:label "fluid sampling - formation tester"^^xsd:string ; 341 rdfs:label "fluid sampling - formation tester"^^xsd:string ;
252 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 342 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
253 343
254 ep-prodact:FluidSampling-recombined 344 ep-prodact:FluidSampling-recombined
255 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 345 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
256 rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; 346 rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ;
257 rdfs:label "fluid sampling - recombined"^^xsd:string ; 347 rdfs:label "fluid sampling - recombined"^^xsd:string ;
258 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 348 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
259 349
260 ep-prodact:FluidSampling-separatorGas 350 ep-prodact:FluidSampling-separatorGas
261 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 351 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
262 rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; 352 rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ;
263 rdfs:label "fluid sampling - separator gas"^^xsd:string ; 353 rdfs:label "fluid sampling - separator gas"^^xsd:string ;
264 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 354 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
265 355
266 ep-prodact:FluidSampling-separatorOil 356 ep-prodact:FluidSampling-separatorOil
267 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 357 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
268 rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; 358 rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ;
269 rdfs:label "fluid sampling - separator oil"^^xsd:string ; 359 rdfs:label "fluid sampling - separator oil"^^xsd:string ;
270 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 360 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
271 361
272 ep-prodact:FluidSampling-separatorWater 362 ep-prodact:FluidSampling-separatorWater
273 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 363 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
274 rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; 364 rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ;
275 rdfs:label "fluid sampling - separator water"^^xsd:string ; 365 rdfs:label "fluid sampling - separator water"^^xsd:string ;
276 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 366 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
277 367
278 ep-prodact:FluidSampling-synthetic 368 ep-prodact:FluidSampling-synthetic
279 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 369 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
280 rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ; 370 rdfs:comment "<no definition in MPR-XSD>"^^xsd:string ;
281 rdfs:label "fluid sampling - synthetic"^^xsd:string ; 371 rdfs:label "fluid sampling - synthetic"^^xsd:string ;
282 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 372 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
283 373
284 ep-prodact:FluidSampling-wellhead 374 ep-prodact:FluidSampling-wellhead
285 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 375 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
286 rdfs:comment "fluid sampling and analysis that has the sample taken at the well head"^^xsd:string ; 376 rdfs:comment "fluid sampling and analysis that has the sample taken at the well head"^^xsd:string ;
287 rdfs:label "fluid sampling - wellhead"^^xsd:string ; 377 rdfs:label "fluid sampling - wellhead"^^xsd:string ;
288 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 378 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
...@@ -300,7 +390,7 @@ ep-prodact:FluidSamplingType ...@@ -300,7 +390,7 @@ ep-prodact:FluidSamplingType
300 rdfs:subClassOf owl:Class . 390 rdfs:subClassOf owl:Class .
301 391
302 ep-prodact:HSEProblem 392 ep-prodact:HSEProblem
303 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 393 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
304 rdfs:comment "activity that is an HSE problem"^^xsd:string ; 394 rdfs:comment "activity that is an HSE problem"^^xsd:string ;
305 rdfs:label "HSE problem"^^xsd:string ; 395 rdfs:label "HSE problem"^^xsd:string ;
306 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 396 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
...@@ -318,7 +408,7 @@ ep-prodact:Incident ...@@ -318,7 +408,7 @@ ep-prodact:Incident
318 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 408 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
319 409
320 ep-prodact:InitialWellTest 410 ep-prodact:InitialWellTest
321 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 411 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
322 rdfs:comment "well test that is the first on a well"^^xsd:string ; 412 rdfs:comment "well test that is the first on a well"^^xsd:string ;
323 rdfs:label "initial well test"^^xsd:string ; 413 rdfs:label "initial well test"^^xsd:string ;
324 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 414 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
...@@ -336,25 +426,25 @@ ep-prodact:Injury ...@@ -336,25 +426,25 @@ ep-prodact:Injury
336 rdfs:subClassOf ep-prodact:AccidentOrInjury . 426 rdfs:subClassOf ep-prodact:AccidentOrInjury .
337 427
338 ep-prodact:IssueBillOfLading 428 ep-prodact:IssueBillOfLading
339 - rdf:type ep-prodact:SalesActivityType , owl:Class ; 429 + rdf:type owl:Class , ep-prodact:SalesActivityType ;
340 rdfs:comment "sales activity that is issuing a bill of lading"^^xsd:string ; 430 rdfs:comment "sales activity that is issuing a bill of lading"^^xsd:string ;
341 rdfs:label "issue bill of lading"^^xsd:string ; 431 rdfs:label "issue bill of lading"^^xsd:string ;
342 rdfs:subClassOf ep-prodact:SalesActivity . 432 rdfs:subClassOf ep-prodact:SalesActivity .
343 433
344 ep-prodact:IssueWorkPermit 434 ep-prodact:IssueWorkPermit
345 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 435 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
346 rdfs:comment "activity that is issuing a work permit"^^xsd:string ; 436 rdfs:comment "activity that is issuing a work permit"^^xsd:string ;
347 rdfs:label "issue work permit"^^xsd:string ; 437 rdfs:label "issue work permit"^^xsd:string ;
348 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 438 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
349 439
350 ep-prodact:IssueWorkPermitWithSJA 440 ep-prodact:IssueWorkPermitWithSJA
351 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 441 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
352 rdfs:comment "issue a work permit with Safe Job Analysis"^^xsd:string ; 442 rdfs:comment "issue a work permit with Safe Job Analysis"^^xsd:string ;
353 rdfs:label "issue work permit with SJA"^^xsd:string ; 443 rdfs:label "issue work permit with SJA"^^xsd:string ;
354 rdfs:subClassOf ep-prodact:IssueWorkPermit . 444 rdfs:subClassOf ep-prodact:IssueWorkPermit .
355 445
356 ep-prodact:JobObservation 446 ep-prodact:JobObservation
357 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 447 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
358 rdfs:comment "<not defined in MPR-XSD>"^^xsd:string ; 448 rdfs:comment "<not defined in MPR-XSD>"^^xsd:string ;
359 rdfs:label "job observation"^^xsd:string ; 449 rdfs:label "job observation"^^xsd:string ;
360 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 450 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
...@@ -372,13 +462,13 @@ ep-prodact:LostTimeAccident ...@@ -372,13 +462,13 @@ ep-prodact:LostTimeAccident
372 rdfs:subClassOf ep-prodact:Injury . 462 rdfs:subClassOf ep-prodact:Injury .
373 463
374 ep-prodact:LostTimeIncident 464 ep-prodact:LostTimeIncident
375 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 465 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
376 rdfs:comment "incident that results in an injured employee who requires medical treatment and cannot return to work the next day (source: MPR-XSD)"^^xsd:string ; 466 rdfs:comment "incident that results in an injured employee who requires medical treatment and cannot return to work the next day (source: MPR-XSD)"^^xsd:string ;
377 rdfs:label "lost time incident"^^xsd:string ; 467 rdfs:label "lost time incident"^^xsd:string ;
378 rdfs:subClassOf ep-prodact:Injury . 468 rdfs:subClassOf ep-prodact:Injury .
379 469
380 ep-prodact:MaintenanceActivity 470 ep-prodact:MaintenanceActivity
381 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 471 + rdf:type owl:Class , ep-prodact:ProductionActivityType ;
382 rdfs:comment "activity that is maintenance"^^xsd:string ; 472 rdfs:comment "activity that is maintenance"^^xsd:string ;
383 rdfs:label "maintenance activity"^^xsd:string ; 473 rdfs:label "maintenance activity"^^xsd:string ;
384 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 474 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
...@@ -392,7 +482,7 @@ ep-prodact:MakeAComment ...@@ -392,7 +482,7 @@ ep-prodact:MakeAComment
392 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 482 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
393 483
394 ep-prodact:MakeATransaction 484 ep-prodact:MakeATransaction
395 - rdf:type ep-prodact:SalesActivityType , owl:Class ; 485 + rdf:type owl:Class , ep-prodact:SalesActivityType ;
396 rdfs:comment "sales activity that is making a transaction"^^xsd:string ; 486 rdfs:comment "sales activity that is making a transaction"^^xsd:string ;
397 rdfs:label "make a transaction"^^xsd:string ; 487 rdfs:label "make a transaction"^^xsd:string ;
398 rdfs:subClassOf ep-prodact:SalesActivity . 488 rdfs:subClassOf ep-prodact:SalesActivity .
...@@ -404,13 +494,13 @@ ep-prodact:MarineOperation ...@@ -404,13 +494,13 @@ ep-prodact:MarineOperation
404 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 494 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
405 495
406 ep-prodact:MarkedGasLossOfExport 496 ep-prodact:MarkedGasLossOfExport
407 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 497 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
408 rdfs:comment "activity that is not exporting gas due to marked product"^^xsd:string ; 498 rdfs:comment "activity that is not exporting gas due to marked product"^^xsd:string ;
409 rdfs:label "marked gas loss of export"^^xsd:string ; 499 rdfs:label "marked gas loss of export"^^xsd:string ;
410 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 500 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
411 501
412 ep-prodact:MarkedOilLossOfExport 502 ep-prodact:MarkedOilLossOfExport
413 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 503 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
414 rdfs:comment "activity that is not exporting oil due to marked product"^^xsd:string ; 504 rdfs:comment "activity that is not exporting oil due to marked product"^^xsd:string ;
415 rdfs:label "marked oil loss of export"^^xsd:string ; 505 rdfs:label "marked oil loss of export"^^xsd:string ;
416 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 506 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
...@@ -422,7 +512,7 @@ ep-prodact:MeasurePropertiesOfAFlow ...@@ -422,7 +512,7 @@ ep-prodact:MeasurePropertiesOfAFlow
422 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 512 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
423 513
424 ep-prodact:MeasureSplitFactors 514 ep-prodact:MeasureSplitFactors
425 - rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ; 515 + rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ;
426 rdfs:comment "activity that is measuring the fraction of a source flow that goes into different product streams"^^xsd:string ; 516 rdfs:comment "activity that is measuring the fraction of a source flow that goes into different product streams"^^xsd:string ;
427 rdfs:label "measure split factors"^^xsd:string ; 517 rdfs:label "measure split factors"^^xsd:string ;
428 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 518 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
...@@ -434,19 +524,19 @@ ep-prodact:MedicalTreatment ...@@ -434,19 +524,19 @@ ep-prodact:MedicalTreatment
434 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 524 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
435 525
436 ep-prodact:MedicalTreatmentInjury 526 ep-prodact:MedicalTreatmentInjury
437 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 527 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
438 rdfs:comment "injury that requires medical treatment"^^xsd:string ; 528 rdfs:comment "injury that requires medical treatment"^^xsd:string ;
439 rdfs:label "medical treatment injury"^^xsd:string ; 529 rdfs:label "medical treatment injury"^^xsd:string ;
440 rdfs:subClassOf ep-prodact:Injury . 530 rdfs:subClassOf ep-prodact:Injury .
441 531
442 ep-prodact:ModificationProject 532 ep-prodact:ModificationProject
443 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 533 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
444 rdfs:comment "activity that is a modification project"^^xsd:string ; 534 rdfs:comment "activity that is a modification project"^^xsd:string ;
445 rdfs:label "modification project"^^xsd:string ; 535 rdfs:label "modification project"^^xsd:string ;
446 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 536 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
447 537
448 ep-prodact:MonthlyProductionOperationToDate 538 ep-prodact:MonthlyProductionOperationToDate
449 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 539 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
450 rdfs:comment "production operation from the beginning of a monthly reporting period to a date within, or at the end of, the reporting period"^^xsd:string ; 540 rdfs:comment "production operation from the beginning of a monthly reporting period to a date within, or at the end of, the reporting period"^^xsd:string ;
451 rdfs:label "monthly production operation to date"^^xsd:string ; 541 rdfs:label "monthly production operation to date"^^xsd:string ;
452 rdfs:subClassOf ep-prodact:ProductionOperation . 542 rdfs:subClassOf ep-prodact:ProductionOperation .
...@@ -464,25 +554,25 @@ ep-prodact:MovementOfProductType ...@@ -464,25 +554,25 @@ ep-prodact:MovementOfProductType
464 rdfs:subClassOf owl:Class . 554 rdfs:subClassOf owl:Class .
465 555
466 ep-prodact:NearMiss 556 ep-prodact:NearMiss
467 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 557 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
468 rdfs:comment "incident that under different circumstances could have caused injury, illness and/or major damage to/loss of assets, or harm to the environment or to a third party (source: MPR-XSD)"^^xsd:string ; 558 rdfs:comment "incident that under different circumstances could have caused injury, illness and/or major damage to/loss of assets, or harm to the environment or to a third party (source: MPR-XSD)"^^xsd:string ;
469 rdfs:label "near miss"^^xsd:string ; 559 rdfs:label "near miss"^^xsd:string ;
470 rdfs:subClassOf ep-prodact:Incident . 560 rdfs:subClassOf ep-prodact:Incident .
471 561
472 ep-prodact:OperationMistakes 562 ep-prodact:OperationMistakes
473 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 563 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
474 rdfs:comment "activity that is an operation mistake"^^xsd:string ; 564 rdfs:comment "activity that is an operation mistake"^^xsd:string ;
475 rdfs:label "operation mistakes"^^xsd:string ; 565 rdfs:label "operation mistakes"^^xsd:string ;
476 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 566 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
477 567
478 ep-prodact:OtherReasonWellTest 568 ep-prodact:OtherReasonWellTest
479 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 569 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
480 rdfs:comment "well test that is not initial, periodic, or a revision"^^xsd:string ; 570 rdfs:comment "well test that is not initial, periodic, or a revision"^^xsd:string ;
481 rdfs:label "other reason well text"^^xsd:string ; 571 rdfs:label "other reason well text"^^xsd:string ;
482 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 572 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
483 573
484 ep-prodact:PeriodicWellTest 574 ep-prodact:PeriodicWellTest
485 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 575 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
486 rdfs:comment "well test that is carried out as part of a periodic testing regime"^^xsd:string ; 576 rdfs:comment "well test that is carried out as part of a periodic testing regime"^^xsd:string ;
487 rdfs:label "periodic well test"^^xsd:string ; 577 rdfs:label "periodic well test"^^xsd:string ;
488 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 578 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
...@@ -494,115 +584,115 @@ ep-prodact:PersonnelSafetyIntroduction ...@@ -494,115 +584,115 @@ ep-prodact:PersonnelSafetyIntroduction
494 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 584 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
495 585
496 ep-prodact:PlannedMaintenanceTurnaround 586 ep-prodact:PlannedMaintenanceTurnaround
497 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 587 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
498 rdfs:comment "activity that is a planned maintenance turnaround"^^xsd:string ; 588 rdfs:comment "activity that is a planned maintenance turnaround"^^xsd:string ;
499 rdfs:label "planned maintenace turnaround"^^xsd:string ; 589 rdfs:label "planned maintenace turnaround"^^xsd:string ;
500 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 590 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
501 591
502 ep-prodact:PowerStationFailure 592 ep-prodact:PowerStationFailure
503 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 593 + rdf:type owl:Class , ep-prodact:ProductionActivityType ;
504 rdfs:comment "activity that is the failure of a power station"^^xsd:string ; 594 rdfs:comment "activity that is the failure of a power station"^^xsd:string ;
505 rdfs:label "power station failure"^^xsd:string ; 595 rdfs:label "power station failure"^^xsd:string ;
506 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 596 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
507 597
508 ep-prodact:PreventiveMaintenanceTopside 598 ep-prodact:PreventiveMaintenanceTopside
509 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 599 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
510 rdfs:comment "activity that is preventive maintenance topside"^^xsd:string ; 600 rdfs:comment "activity that is preventive maintenance topside"^^xsd:string ;
511 rdfs:label "preventive maintenace topside"^^xsd:string ; 601 rdfs:label "preventive maintenace topside"^^xsd:string ;
512 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 602 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
513 603
514 ep-prodact:ProcessAndOperationProblem 604 ep-prodact:ProcessAndOperationProblem
515 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 605 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
516 rdfs:comment "activity that is a process and operation problem"^^xsd:string ; 606 rdfs:comment "activity that is a process and operation problem"^^xsd:string ;
517 rdfs:label "process and operation problem"^^xsd:string ; 607 rdfs:label "process and operation problem"^^xsd:string ;
518 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 608 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
519 609
520 ep-prodact:ProductCompletedLifting 610 ep-prodact:ProductCompletedLifting
521 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 611 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
522 rdfs:comment "movement of product that is exported from a stock within a given time period (source: MPR-XSD)"^^xsd:string ; 612 rdfs:comment "movement of product that is exported from a stock within a given time period (source: MPR-XSD)"^^xsd:string ;
523 rdfs:label "product completed lifting"^^xsd:string ; 613 rdfs:label "product completed lifting"^^xsd:string ;
524 rdfs:subClassOf ep-prodact:MovementOfProduct . 614 rdfs:subClassOf ep-prodact:MovementOfProduct .
525 615
526 ep-prodact:ProductGain-Loss 616 ep-prodact:ProductGain-Loss
527 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 617 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
528 rdfs:comment "movement of product that is the lack of proper proportion or relation between the corresponding input and liftings transactions (source: MPR-XSD)"^^xsd:string ; 618 rdfs:comment "movement of product that is the lack of proper proportion or relation between the corresponding input and liftings transactions (source: MPR-XSD)"^^xsd:string ;
529 rdfs:label "product gain/loss"^^xsd:string ; 619 rdfs:label "product gain/loss"^^xsd:string ;
530 rdfs:subClassOf ep-prodact:MovementOfProduct . 620 rdfs:subClassOf ep-prodact:MovementOfProduct .
531 621
532 ep-prodact:ProductInputToStorage 622 ep-prodact:ProductInputToStorage
533 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 623 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
534 rdfs:comment "movement of product that is addition to a stock within a given time period (source: MPR-XSD)"^^xsd:string ; 624 rdfs:comment "movement of product that is addition to a stock within a given time period (source: MPR-XSD)"^^xsd:string ;
535 rdfs:label "product input to storage"^^xsd:string ; 625 rdfs:label "product input to storage"^^xsd:string ;
536 rdfs:subClassOf ep-prodact:MovementOfProduct . 626 rdfs:subClassOf ep-prodact:MovementOfProduct .
537 627
538 ep-prodact:ProductLifted 628 ep-prodact:ProductLifted
539 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 629 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
540 rdfs:comment "movement of product that is from storage"^^xsd:string ; 630 rdfs:comment "movement of product that is from storage"^^xsd:string ;
541 rdfs:label "product lifted"^^xsd:string ; 631 rdfs:label "product lifted"^^xsd:string ;
542 rdfs:subClassOf ep-prodact:MovementOfProduct . 632 rdfs:subClassOf ep-prodact:MovementOfProduct .
543 633
544 ep-prodact:ProductLiftingEntitlement 634 ep-prodact:ProductLiftingEntitlement
545 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 635 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
546 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; 636 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ;
547 rdfs:label "product lifting entitlement"^^xsd:string ; 637 rdfs:label "product lifting entitlement"^^xsd:string ;
548 rdfs:subClassOf ep-prodact:MovementOfProduct . 638 rdfs:subClassOf ep-prodact:MovementOfProduct .
549 639
550 ep-prodact:ProductLiftingEntitlementRemaining 640 ep-prodact:ProductLiftingEntitlementRemaining
551 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 641 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
552 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; 642 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ;
553 rdfs:label "product lifting entitlement remaining"^^xsd:string ; 643 rdfs:label "product lifting entitlement remaining"^^xsd:string ;
554 rdfs:subClassOf ep-prodact:MovementOfProduct . 644 rdfs:subClassOf ep-prodact:MovementOfProduct .
555 645
556 ep-prodact:ProductLinePack 646 ep-prodact:ProductLinePack
557 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 647 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
558 rdfs:comment "movement of product that provides the quantity of gas which the operator responsible for gas transportation decides must be provided by the gas producing fields in order to make deliveries as requested by gas shippers and provide operating tolerances (source: MPR-XSD)"^^xsd:string ; 648 rdfs:comment "movement of product that provides the quantity of gas which the operator responsible for gas transportation decides must be provided by the gas producing fields in order to make deliveries as requested by gas shippers and provide operating tolerances (source: MPR-XSD)"^^xsd:string ;
559 rdfs:label "product line pack"^^xsd:string ; 649 rdfs:label "product line pack"^^xsd:string ;
560 rdfs:subClassOf ep-prodact:MovementOfProduct . 650 rdfs:subClassOf ep-prodact:MovementOfProduct .
561 651
562 ep-prodact:ProductMassAdjustment 652 ep-prodact:ProductMassAdjustment
563 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 653 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
564 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; 654 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ;
565 rdfs:label "product mass adjustment"^^xsd:string ; 655 rdfs:label "product mass adjustment"^^xsd:string ;
566 rdfs:subClassOf ep-prodact:MovementOfProduct . 656 rdfs:subClassOf ep-prodact:MovementOfProduct .
567 657
568 ep-prodact:ProductPartialLifting 658 ep-prodact:ProductPartialLifting
569 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 659 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
570 rdfs:comment "movement of product that is a lifting up to a (not completed) determined point in time (source: MPR-XSD)"^^xsd:string ; 660 rdfs:comment "movement of product that is a lifting up to a (not completed) determined point in time (source: MPR-XSD)"^^xsd:string ;
571 rdfs:label "product partial lifting"^^xsd:string ; 661 rdfs:label "product partial lifting"^^xsd:string ;
572 rdfs:subClassOf ep-prodact:MovementOfProduct . 662 rdfs:subClassOf ep-prodact:MovementOfProduct .
573 663
574 ep-prodact:ProductPipelineLifting 664 ep-prodact:ProductPipelineLifting
575 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 665 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
576 rdfs:comment "movement of product that is exported from a stock by a pipeline"^^xsd:string ; 666 rdfs:comment "movement of product that is exported from a stock by a pipeline"^^xsd:string ;
577 rdfs:label "product pipeline lifting"^^xsd:string ; 667 rdfs:label "product pipeline lifting"^^xsd:string ;
578 rdfs:subClassOf ep-prodact:MovementOfProduct . 668 rdfs:subClassOf ep-prodact:MovementOfProduct .
579 669
580 ep-prodact:ProductProductionImbalance 670 ep-prodact:ProductProductionImbalance
581 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 671 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
582 rdfs:comment "movement of product that is the difference between the amount of gas entering and exiting a shipper's nomination portfolio. This will take into account all differences whatever the time or reason it occurs. (source: MPR-XSD)"^^xsd:string ; 672 rdfs:comment "movement of product that is the difference between the amount of gas entering and exiting a shipper's nomination portfolio. This will take into account all differences whatever the time or reason it occurs. (source: MPR-XSD)"^^xsd:string ;
583 rdfs:label "product production imbalance"^^xsd:string ; 673 rdfs:label "product production imbalance"^^xsd:string ;
584 rdfs:subClassOf ep-prodact:MovementOfProduct . 674 rdfs:subClassOf ep-prodact:MovementOfProduct .
585 675
586 ep-prodact:ProductSwap 676 ep-prodact:ProductSwap
587 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 677 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
588 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; 678 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ;
589 rdfs:label "product swap"^^xsd:string ; 679 rdfs:label "product swap"^^xsd:string ;
590 rdfs:subClassOf ep-prodact:MovementOfProduct . 680 rdfs:subClassOf ep-prodact:MovementOfProduct .
591 681
592 ep-prodact:ProductTankerLifting 682 ep-prodact:ProductTankerLifting
593 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 683 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
594 rdfs:comment "movement of product that is exported from a stock by a tanker"^^xsd:string ; 684 rdfs:comment "movement of product that is exported from a stock by a tanker"^^xsd:string ;
595 rdfs:label "product tanker lifting"^^xsd:string ; 685 rdfs:label "product tanker lifting"^^xsd:string ;
596 rdfs:subClassOf ep-prodact:MovementOfProduct . 686 rdfs:subClassOf ep-prodact:MovementOfProduct .
597 687
598 ep-prodact:ProductTransaction 688 ep-prodact:ProductTransaction
599 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 689 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
600 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; 690 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ;
601 rdfs:label "product transaction"^^xsd:string ; 691 rdfs:label "product transaction"^^xsd:string ;
602 rdfs:subClassOf ep-prodact:MovementOfProduct . 692 rdfs:subClassOf ep-prodact:MovementOfProduct .
603 693
604 ep-prodact:ProductTransfer 694 ep-prodact:ProductTransfer
605 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 695 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
606 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; 696 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ;
607 rdfs:label "product transfer"^^xsd:string ; 697 rdfs:label "product transfer"^^xsd:string ;
608 rdfs:subClassOf ep-prodact:MovementOfProduct . 698 rdfs:subClassOf ep-prodact:MovementOfProduct .
...@@ -614,7 +704,7 @@ ep-prodact:ProductionActivityType ...@@ -614,7 +704,7 @@ ep-prodact:ProductionActivityType
614 rdfs:subClassOf owl:Class . 704 rdfs:subClassOf owl:Class .
615 705
616 ep-prodact:ProductionOperation 706 ep-prodact:ProductionOperation
617 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 707 + rdf:type owl:Class , ep-prodact:ProductionActivityType ;
618 rdfs:comment "production activity that is all of what is done in the operation of a facility during a period"^^xsd:string ; 708 rdfs:comment "production activity that is all of what is done in the operation of a facility during a period"^^xsd:string ;
619 rdfs:label "production operation"^^xsd:string ; 709 rdfs:label "production operation"^^xsd:string ;
620 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 710 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
...@@ -643,13 +733,13 @@ ep-prodact:ProductionOperationProcessingLoss ...@@ -643,13 +733,13 @@ ep-prodact:ProductionOperationProcessingLoss
643 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 733 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
644 734
645 ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason 735 ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason
646 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 736 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
647 rdfs:comment "activity that is a production operation processing loss without a specified reason"^^xsd:string ; 737 rdfs:comment "activity that is a production operation processing loss without a specified reason"^^xsd:string ;
648 rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ; 738 rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ;
649 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 739 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
650 740
651 ep-prodact:ProductionOperationProcessingRegulatoryReference 741 ep-prodact:ProductionOperationProcessingRegulatoryReference
652 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 742 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
653 rdfs:comment "activity that is a production operation processing regulatory reference"^^xsd:string ; 743 rdfs:comment "activity that is a production operation processing regulatory reference"^^xsd:string ;
654 rdfs:label "production operation processing regulatory reference"^^xsd:string ; 744 rdfs:label "production operation processing regulatory reference"^^xsd:string ;
655 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 745 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
...@@ -673,25 +763,25 @@ ep-prodact:ReasonForLossOfProcessingType ...@@ -673,25 +763,25 @@ ep-prodact:ReasonForLossOfProcessingType
673 rdfs:subClassOf owl:Class . 763 rdfs:subClassOf owl:Class .
674 764
675 ep-prodact:ReleaseToAir 765 ep-prodact:ReleaseToAir
676 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 766 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
677 rdfs:comment "spill or leak that is to air"^^xsd:string ; 767 rdfs:comment "spill or leak that is to air"^^xsd:string ;
678 rdfs:label "release to air"^^xsd:string ; 768 rdfs:label "release to air"^^xsd:string ;
679 rdfs:subClassOf ep-prodact:SpillOrLeak . 769 rdfs:subClassOf ep-prodact:SpillOrLeak .
680 770
681 ep-prodact:ReleaseToWater 771 ep-prodact:ReleaseToWater
682 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 772 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
683 rdfs:comment "spill or leak that is to water"^^xsd:string ; 773 rdfs:comment "spill or leak that is to water"^^xsd:string ;
684 rdfs:label "release to water"^^xsd:string ; 774 rdfs:label "release to water"^^xsd:string ;
685 rdfs:subClassOf ep-prodact:SpillOrLeak . 775 rdfs:subClassOf ep-prodact:SpillOrLeak .
686 776
687 ep-prodact:ReportHazard 777 ep-prodact:ReportHazard
688 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 778 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
689 rdfs:comment "activity that is making a formal report of a hazard"^^xsd:string ; 779 rdfs:comment "activity that is making a formal report of a hazard"^^xsd:string ;
690 rdfs:label "report hazard"^^xsd:string ; 780 rdfs:label "report hazard"^^xsd:string ;
691 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 781 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
692 782
693 ep-prodact:ReservoirLoss 783 ep-prodact:ReservoirLoss
694 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 784 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
695 rdfs:comment "activity that is a reservoir loss"^^xsd:string ; 785 rdfs:comment "activity that is a reservoir loss"^^xsd:string ;
696 rdfs:label "reservoir loss"^^xsd:string ; 786 rdfs:label "reservoir loss"^^xsd:string ;
697 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 787 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
...@@ -703,13 +793,13 @@ ep-prodact:RestrictedWork ...@@ -703,13 +793,13 @@ ep-prodact:RestrictedWork
703 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 793 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
704 794
705 ep-prodact:RestrictedWorkInjury 795 ep-prodact:RestrictedWorkInjury
706 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 796 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
707 rdfs:comment "injury that results in a reduction in ability to work"^^xsd:string ; 797 rdfs:comment "injury that results in a reduction in ability to work"^^xsd:string ;
708 rdfs:label "restricted work injury"^^xsd:string ; 798 rdfs:label "restricted work injury"^^xsd:string ;
709 rdfs:subClassOf ep-prodact:Injury . 799 rdfs:subClassOf ep-prodact:Injury .
710 800
711 ep-prodact:RevisionWellTest 801 ep-prodact:RevisionWellTest
712 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 802 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
713 rdfs:comment "well test that is <not defined in MPR-XSD>"^^xsd:string ; 803 rdfs:comment "well test that is <not defined in MPR-XSD>"^^xsd:string ;
714 rdfs:label "revision well test"^^xsd:string ; 804 rdfs:label "revision well test"^^xsd:string ;
715 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 805 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
...@@ -727,7 +817,7 @@ ep-prodact:SafetyConsideration ...@@ -727,7 +817,7 @@ ep-prodact:SafetyConsideration
727 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 817 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
728 818
729 ep-prodact:SafetyMeeting 819 ep-prodact:SafetyMeeting
730 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 820 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
731 rdfs:comment "activity that is a safety meeting"^^xsd:string ; 821 rdfs:comment "activity that is a safety meeting"^^xsd:string ;
732 rdfs:label "safety meeting"^^xsd:string ; 822 rdfs:label "safety meeting"^^xsd:string ;
733 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 823 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
...@@ -745,13 +835,13 @@ ep-prodact:SalesActivityType ...@@ -745,13 +835,13 @@ ep-prodact:SalesActivityType
745 rdfs:subClassOf owl:Class . 835 rdfs:subClassOf owl:Class .
746 836
747 ep-prodact:SentAshore 837 ep-prodact:SentAshore
748 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 838 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
749 rdfs:comment "activity that is sending a person ashore"^^xsd:string ; 839 rdfs:comment "activity that is sending a person ashore"^^xsd:string ;
750 rdfs:label "sent ashore"^^xsd:string ; 840 rdfs:label "sent ashore"^^xsd:string ;
751 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 841 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
752 842
753 ep-prodact:SevereAccident 843 ep-prodact:SevereAccident
754 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 844 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
755 rdfs:comment "accident that challenges safety systems at a level much higher than expected (source: MPR-XSD)"^^xsd:string ; 845 rdfs:comment "accident that challenges safety systems at a level much higher than expected (source: MPR-XSD)"^^xsd:string ;
756 rdfs:label "severe accident"^^xsd:string ; 846 rdfs:label "severe accident"^^xsd:string ;
757 rdfs:subClassOf ep-prodact:AccidentOrInjury . 847 rdfs:subClassOf ep-prodact:AccidentOrInjury .
...@@ -763,13 +853,13 @@ ep-prodact:ShutdownProduction ...@@ -763,13 +853,13 @@ ep-prodact:ShutdownProduction
763 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 853 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
764 854
765 ep-prodact:SickOnBoard 855 ep-prodact:SickOnBoard
766 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 856 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
767 rdfs:comment "activity that is a person being ill on board"^^xsd:string ; 857 rdfs:comment "activity that is a person being ill on board"^^xsd:string ;
768 rdfs:label "sick on board"^^xsd:string ; 858 rdfs:label "sick on board"^^xsd:string ;
769 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 859 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
770 860
771 ep-prodact:SpillOrLeak 861 ep-prodact:SpillOrLeak
772 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 862 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
773 rdfs:comment "incident that is a spill or leak"^^xsd:string ; 863 rdfs:comment "incident that is a spill or leak"^^xsd:string ;
774 rdfs:label "spill or leak"^^xsd:string ; 864 rdfs:label "spill or leak"^^xsd:string ;
775 rdfs:subClassOf ep-prodact:Incident . 865 rdfs:subClassOf ep-prodact:Incident .
...@@ -787,7 +877,7 @@ ep-prodact:StandbyVesselOperation ...@@ -787,7 +877,7 @@ ep-prodact:StandbyVesselOperation
787 rdfs:subClassOf ep-prodact:MarineOperation . 877 rdfs:subClassOf ep-prodact:MarineOperation .
788 878
789 ep-prodact:StrikeOrLockout 879 ep-prodact:StrikeOrLockout
790 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 880 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
791 rdfs:comment "activity that is a strike or lock-out"^^xsd:string ; 881 rdfs:comment "activity that is a strike or lock-out"^^xsd:string ;
792 rdfs:label "strike or lock-out"^^xsd:string ; 882 rdfs:label "strike or lock-out"^^xsd:string ;
793 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 883 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
...@@ -799,67 +889,67 @@ ep-prodact:SupplyShipOperation ...@@ -799,67 +889,67 @@ ep-prodact:SupplyShipOperation
799 rdfs:subClassOf ep-prodact:MarineOperation . 889 rdfs:subClassOf ep-prodact:MarineOperation .
800 890
801 ep-prodact:TestingAndLogging 891 ep-prodact:TestingAndLogging
802 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 892 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
803 rdfs:comment "activity that is testing and logging"^^xsd:string ; 893 rdfs:comment "activity that is testing and logging"^^xsd:string ;
804 rdfs:label "testing and logging"^^xsd:string ; 894 rdfs:label "testing and logging"^^xsd:string ;
805 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 895 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
806 896
807 ep-prodact:ThirdPartyProcessingLoss 897 ep-prodact:ThirdPartyProcessingLoss
808 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 898 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
809 rdfs:comment "activity that is a third party processing loss"^^xsd:string ; 899 rdfs:comment "activity that is a third party processing loss"^^xsd:string ;
810 rdfs:label "third party processing loss"^^xsd:string ; 900 rdfs:label "third party processing loss"^^xsd:string ;
811 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 901 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
812 902
813 ep-prodact:TopsideEquipmentFailureMaintenance 903 ep-prodact:TopsideEquipmentFailureMaintenance
814 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 904 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
815 rdfs:comment "activity that is an topside equipment failure and maintenance"^^xsd:string ; 905 rdfs:comment "activity that is an topside equipment failure and maintenance"^^xsd:string ;
816 rdfs:label "topside equipment failure maintenance"^^xsd:string ; 906 rdfs:label "topside equipment failure maintenance"^^xsd:string ;
817 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 907 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
818 908
819 ep-prodact:TrafficAccident 909 ep-prodact:TrafficAccident
820 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 910 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
821 rdfs:comment "accident that involves one or more moving vehicles"^^xsd:string ; 911 rdfs:comment "accident that involves one or more moving vehicles"^^xsd:string ;
822 rdfs:label "traffic accident"^^xsd:string ; 912 rdfs:label "traffic accident"^^xsd:string ;
823 rdfs:subClassOf ep-prodact:AccidentOrInjury . 913 rdfs:subClassOf ep-prodact:AccidentOrInjury .
824 914
825 ep-prodact:UnavailableTankerStorage 915 ep-prodact:UnavailableTankerStorage
826 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 916 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
827 rdfs:comment "activity that is unavailable tanker storage"^^xsd:string ; 917 rdfs:comment "activity that is unavailable tanker storage"^^xsd:string ;
828 rdfs:label "unavailable tanker storage"^^xsd:string ; 918 rdfs:label "unavailable tanker storage"^^xsd:string ;
829 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 919 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
830 920
831 ep-prodact:UnknownReasonWellTest 921 ep-prodact:UnknownReasonWellTest
832 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 922 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
833 rdfs:comment "well test that is carried out for a reason that is not recorded"^^xsd:string ; 923 rdfs:comment "well test that is carried out for a reason that is not recorded"^^xsd:string ;
834 rdfs:label "unknown reason well test"^^xsd:string ; 924 rdfs:label "unknown reason well test"^^xsd:string ;
835 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 925 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
836 926
837 ep-prodact:WeatherProblem 927 ep-prodact:WeatherProblem
838 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 928 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
839 rdfs:comment "activity that is a weather problem"^^xsd:string ; 929 rdfs:comment "activity that is a weather problem"^^xsd:string ;
840 rdfs:label "weather problem"^^xsd:string ; 930 rdfs:label "weather problem"^^xsd:string ;
841 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 931 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
842 932
843 ep-prodact:WellEquipmentFailureMaintenance 933 ep-prodact:WellEquipmentFailureMaintenance
844 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 934 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
845 rdfs:comment "activity that is well equipment failure and maintenance"^^xsd:string ; 935 rdfs:comment "activity that is well equipment failure and maintenance"^^xsd:string ;
846 rdfs:label "well equipment failure maintenance"^^xsd:string ; 936 rdfs:label "well equipment failure maintenance"^^xsd:string ;
847 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 937 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
848 938
849 ep-prodact:WellPlannedOperations 939 ep-prodact:WellPlannedOperations
850 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 940 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
851 rdfs:comment "activity that is well planned operations"^^xsd:string ; 941 rdfs:comment "activity that is well planned operations"^^xsd:string ;
852 rdfs:label "well planned operations"^^xsd:string ; 942 rdfs:label "well planned operations"^^xsd:string ;
853 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 943 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
854 944
855 ep-prodact:WellPreventiveMaintenance 945 ep-prodact:WellPreventiveMaintenance
856 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 946 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
857 rdfs:comment "activity that is well preventive maintenance"^^xsd:string ; 947 rdfs:comment "activity that is well preventive maintenance"^^xsd:string ;
858 rdfs:label "well preventive maintenance"^^xsd:string ; 948 rdfs:label "well preventive maintenance"^^xsd:string ;
859 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 949 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
860 950
861 ep-prodact:WellProblems 951 ep-prodact:WellProblems
862 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 952 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
863 rdfs:comment "activity that is well problems"^^xsd:string ; 953 rdfs:comment "activity that is well problems"^^xsd:string ;
864 rdfs:label "well problems"^^xsd:string ; 954 rdfs:label "well problems"^^xsd:string ;
865 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 955 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
...@@ -898,13 +988,13 @@ ep-prodact:buyer ...@@ -898,13 +988,13 @@ ep-prodact:buyer
898 rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . 988 rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> .
899 989
900 ep-prodact:cargoBatchNumber 990 ep-prodact:cargoBatchNumber
901 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 991 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
902 rdfs:comment "identifier for a batch of cargo"^^xsd:string ; 992 rdfs:comment "identifier for a batch of cargo"^^xsd:string ;
903 rdfs:domain ep-material:BatchOfCargo ; 993 rdfs:domain ep-material:BatchOfCargo ;
904 rdfs:label "cargo batch number"^^xsd:string . 994 rdfs:label "cargo batch number"^^xsd:string .
905 995
906 ep-prodact:cargoNumber 996 ep-prodact:cargoNumber
907 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 997 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
908 rdfs:comment "identifier of a cargo"^^xsd:string ; 998 rdfs:comment "identifier of a cargo"^^xsd:string ;
909 rdfs:domain ep-material:QuantityOfMaterial ; 999 rdfs:domain ep-material:QuantityOfMaterial ;
910 rdfs:label "cargo number"^^xsd:string . 1000 rdfs:label "cargo number"^^xsd:string .
...@@ -961,7 +1051,7 @@ ep-prodact:hasDischargeFlow ...@@ -961,7 +1051,7 @@ ep-prodact:hasDischargeFlow
961 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . 1051 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> .
962 1052
963 ep-prodact:hasGasLiftChoke 1053 ep-prodact:hasGasLiftChoke
964 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1054 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
965 rdfs:comment "gas lift choke for a well test activity"^^xsd:string ; 1055 rdfs:comment "gas lift choke for a well test activity"^^xsd:string ;
966 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; 1056 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
967 rdfs:label "has gas lift choke"^^xsd:string ; 1057 rdfs:label "has gas lift choke"^^xsd:string ;
...@@ -981,7 +1071,7 @@ ep-prodact:hasPredecessor ...@@ -981,7 +1071,7 @@ ep-prodact:hasPredecessor
981 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 1071 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .
982 1072
983 ep-prodact:hasShutInPressure 1073 ep-prodact:hasShutInPressure
984 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 1074 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
985 rdfs:comment "pressure that is the shut-in pressure for a well test"^^xsd:string ; 1075 rdfs:comment "pressure that is the shut-in pressure for a well test"^^xsd:string ;
986 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; 1076 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ;
987 rdfs:label "has shut-in pressure"^^xsd:string ; 1077 rdfs:label "has shut-in pressure"^^xsd:string ;
...@@ -994,35 +1084,35 @@ ep-prodact:hasValidPredecessor ...@@ -994,35 +1084,35 @@ ep-prodact:hasValidPredecessor
994 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 1084 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .
995 1085
996 ep-prodact:injectionWellTestMaximumAnnularPressure 1086 ep-prodact:injectionWellTestMaximumAnnularPressure
997 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 1087 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
998 rdfs:comment "pressure that is the maximum annular pressure for an injection well test"^^xsd:string ; 1088 rdfs:comment "pressure that is the maximum annular pressure for an injection well test"^^xsd:string ;
999 rdfs:domain ep-prodact:InjectionWellTest ; 1089 rdfs:domain ep-prodact:InjectionWellTest ;
1000 rdfs:label "injection well test maximum annular pressure"^^xsd:string ; 1090 rdfs:label "injection well test maximum annular pressure"^^xsd:string ;
1001 rdfs:range ep-core:Pressure . 1091 rdfs:range ep-core:Pressure .
1002 1092
1003 ep-prodact:injectionWellTestMinimumAnnularPressure 1093 ep-prodact:injectionWellTestMinimumAnnularPressure
1004 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 1094 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
1005 rdfs:comment "pressure that is the minimum annular pressure for an injection well test"^^xsd:string ; 1095 rdfs:comment "pressure that is the minimum annular pressure for an injection well test"^^xsd:string ;
1006 rdfs:domain ep-prodact:InjectionWellTest ; 1096 rdfs:domain ep-prodact:InjectionWellTest ;
1007 rdfs:label "injection well test minimum annular pressure"^^xsd:string ; 1097 rdfs:label "injection well test minimum annular pressure"^^xsd:string ;
1008 rdfs:range ep-core:Pressure . 1098 rdfs:range ep-core:Pressure .
1009 1099
1010 ep-prodact:injectionWellTestWellheadFlowingPressure 1100 ep-prodact:injectionWellTestWellheadFlowingPressure
1011 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 1101 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
1012 rdfs:comment "pressure that is the flowing pressure at the wellhead for an injection well test"^^xsd:string ; 1102 rdfs:comment "pressure that is the flowing pressure at the wellhead for an injection well test"^^xsd:string ;
1013 rdfs:domain ep-prodact:InjectionWellTest ; 1103 rdfs:domain ep-prodact:InjectionWellTest ;
1014 rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; 1104 rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ;
1015 rdfs:range ep-core:Pressure . 1105 rdfs:range ep-core:Pressure .
1016 1106
1017 ep-prodact:injectionWellTestWellheadMaximumPressure 1107 ep-prodact:injectionWellTestWellheadMaximumPressure
1018 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 1108 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
1019 rdfs:comment "pressure that is the maximum pressure at the wellhead for an injection well test"^^xsd:string ; 1109 rdfs:comment "pressure that is the maximum pressure at the wellhead for an injection well test"^^xsd:string ;
1020 rdfs:domain ep-prodact:InjectionWellTest ; 1110 rdfs:domain ep-prodact:InjectionWellTest ;
1021 rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; 1111 rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ;
1022 rdfs:range ep-core:Pressure . 1112 rdfs:range ep-core:Pressure .
1023 1113
1024 ep-prodact:lastPartOfTypeDefiningType 1114 ep-prodact:lastPartOfTypeDefiningType
1025 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1115 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1026 rdfs:comment "class of activity that the last part of type is a member of"^^xsd:string ; 1116 rdfs:comment "class of activity that the last part of type is a member of"^^xsd:string ;
1027 rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; 1117 rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ;
1028 rdfs:label "last part of type defining type"^^xsd:string ; 1118 rdfs:label "last part of type defining type"^^xsd:string ;
...@@ -1036,14 +1126,14 @@ ep-prodact:measuredFlow ...@@ -1036,14 +1126,14 @@ ep-prodact:measuredFlow
1036 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . 1126 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> .
1037 1127
1038 ep-prodact:movedProduct 1128 ep-prodact:movedProduct
1039 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1129 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1040 rdfs:comment "quantity of material that is moved by a movement of product activity"^^xsd:string ; 1130 rdfs:comment "quantity of material that is moved by a movement of product activity"^^xsd:string ;
1041 rdfs:domain ep-prodact:MovementOfProduct ; 1131 rdfs:domain ep-prodact:MovementOfProduct ;
1042 rdfs:label "moved product"^^xsd:string ; 1132 rdfs:label "moved product"^^xsd:string ;
1043 rdfs:range ep-material:QuantityOfMaterial . 1133 rdfs:range ep-material:QuantityOfMaterial .
1044 1134
1045 ep-prodact:onProductionFacility 1135 ep-prodact:onProductionFacility
1046 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1136 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1047 rdfs:comment "production facility that a production activity is carried out upon"^^xsd:string ; 1137 rdfs:comment "production facility that a production activity is carried out upon"^^xsd:string ;
1048 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1138 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
1049 rdfs:label "on facility"^^xsd:string ; 1139 rdfs:label "on facility"^^xsd:string ;
...@@ -1064,7 +1154,7 @@ ep-prodact:performedByShip ...@@ -1064,7 +1154,7 @@ ep-prodact:performedByShip
1064 rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#Ship> . 1154 rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#Ship> .
1065 1155
1066 ep-prodact:processingLost 1156 ep-prodact:processingLost
1067 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1157 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1068 rdfs:comment "quantity of material that is not produced as a result of a production operation processing loss activity"^^xsd:string ; 1158 rdfs:comment "quantity of material that is not produced as a result of a production operation processing loss activity"^^xsd:string ;
1069 rdfs:domain ep-prodact:ProductionOperationProcessingLoss ; 1159 rdfs:domain ep-prodact:ProductionOperationProcessingLoss ;
1070 rdfs:range ep-material:QuantityOfMaterial . 1160 rdfs:range ep-material:QuantityOfMaterial .
...@@ -1075,7 +1165,7 @@ ep-prodact:productionActivityPeriodClassification ...@@ -1075,7 +1165,7 @@ ep-prodact:productionActivityPeriodClassification
1075 rdfs:range ep-prodact:ProductionOperationClassByDuration . 1165 rdfs:range ep-prodact:ProductionOperationClassByDuration .
1076 1166
1077 ep-prodact:remainingActivity 1167 ep-prodact:remainingActivity
1078 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1168 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1079 rdfs:comment "activity that is after the last part of type"^^xsd:string ; 1169 rdfs:comment "activity that is after the last part of type"^^xsd:string ;
1080 rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; 1170 rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ;
1081 rdfs:label "remaining activity"^^xsd:string ; 1171 rdfs:label "remaining activity"^^xsd:string ;
...@@ -1124,7 +1214,7 @@ ep-prodact:sourceOrganization ...@@ -1124,7 +1214,7 @@ ep-prodact:sourceOrganization
1124 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 1214 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
1125 1215
1126 ep-prodact:timeWorked 1216 ep-prodact:timeWorked
1127 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 1217 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
1128 rdfs:comment "time duration for the parts of a production operation activity that are working"^^xsd:string ; 1218 rdfs:comment "time duration for the parts of a production operation activity that are working"^^xsd:string ;
1129 rdfs:domain ep-prodact:ProductionOperation ; 1219 rdfs:domain ep-prodact:ProductionOperation ;
1130 rdfs:label "time worked"^^xsd:string ; 1220 rdfs:label "time worked"^^xsd:string ;
......