David Leal

Unused classes deleted and comments added

This diff could not be displayed because it is too large.
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
13 13
14 <http://www.reportinghub.no/ep/schema/1.0/equipment> 14 <http://www.reportinghub.no/ep/schema/1.0/equipment>
15 rdf:type owl:Ontology ; 15 rdf:type owl:Ontology ;
16 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/core> ; 16 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
17 owl:versionInfo "0.1.0"^^xsd:string . 17 owl:versionInfo "0.1.0"^^xsd:string .
18 18
19 ep-eqt:BlowOutPreventer 19 ep-eqt:BlowOutPreventer
...@@ -23,11 +23,11 @@ ep-eqt:BlowOutPreventer ...@@ -23,11 +23,11 @@ ep-eqt:BlowOutPreventer
23 rdfs:subClassOf ep-eqt:Equipment . 23 rdfs:subClassOf ep-eqt:Equipment .
24 24
25 ep-eqt:Casing 25 ep-eqt:Casing
26 - rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; 26 + rdf:type ep-eqt:CasingLinerTubingType , owl:Class ;
27 rdfs:comment "equipment that is a casing"^^xsd:string ; 27 rdfs:comment "equipment that is a casing"^^xsd:string ;
28 rdfs:label "Casing"^^xsd:string ; 28 rdfs:label "Casing"^^xsd:string ;
29 rdfs:subClassOf ep-eqt:CasingLinerTubing ; 29 rdfs:subClassOf ep-eqt:CasingLinerTubing ;
30 - owl:disjointWith ep-eqt:Tubing , ep-eqt:Liner . 30 + owl:disjointWith ep-eqt:Liner , ep-eqt:Tubing .
31 31
32 ep-eqt:CasingLinerTubing 32 ep-eqt:CasingLinerTubing
33 rdf:type owl:Class ; 33 rdf:type owl:Class ;
...@@ -80,12 +80,6 @@ ep-eqt:Compressor ...@@ -80,12 +80,6 @@ ep-eqt:Compressor
80 rdfs:label "compressor"^^xsd:string ; 80 rdfs:label "compressor"^^xsd:string ;
81 rdfs:subClassOf ep-eqt:Equipment . 81 rdfs:subClassOf ep-eqt:Equipment .
82 82
83 -ep-eqt:Controller-lift
84 - rdf:type owl:Class ;
85 - rdfs:comment "deprecated - same as ep-prodeqt:Controller"^^xsd:string ;
86 - rdfs:label "controller - lift"^^xsd:string ;
87 - rdfs:subClassOf ep-eqt:Equipment .
88 -
89 ep-eqt:DrillBit 83 ep-eqt:DrillBit
90 rdf:type owl:Class ; 84 rdf:type owl:Class ;
91 rdfs:comment "equipment that is a drill bit"^^xsd:string ; 85 rdfs:comment "equipment that is a drill bit"^^xsd:string ;
...@@ -110,6 +104,12 @@ ep-eqt:Equipment ...@@ -110,6 +104,12 @@ ep-eqt:Equipment
110 rdfs:label "Equipment"^^xsd:string ; 104 rdfs:label "Equipment"^^xsd:string ;
111 rdfs:subClassOf ep-core:PhysicalObject . 105 rdfs:subClassOf ep-core:PhysicalObject .
112 106
107 +ep-eqt:GasLiftController
108 + rdf:type owl:Class ;
109 + rdfs:comment "equipment item that is a gas lift controller (source: MPR-XSD)"^^xsd:string ;
110 + rdfs:label "gas lift controller"^^xsd:string ;
111 + rdfs:subClassOf ep-eqt:Equipment .
112 +
113 ep-eqt:InnerBarrel 113 ep-eqt:InnerBarrel
114 rdf:type owl:Class ; 114 rdf:type owl:Class ;
115 rdfs:comment "equipment that is an inner barrel"^^xsd:string ; 115 rdfs:comment "equipment that is an inner barrel"^^xsd:string ;
...@@ -117,25 +117,25 @@ ep-eqt:InnerBarrel ...@@ -117,25 +117,25 @@ ep-eqt:InnerBarrel
117 rdfs:subClassOf ep-eqt:Equipment . 117 rdfs:subClassOf ep-eqt:Equipment .
118 118
119 ep-eqt:InnerBarrel-aluminum 119 ep-eqt:InnerBarrel-aluminum
120 - rdf:type owl:Class , ep-eqt:InnerBarrelType ; 120 + rdf:type ep-eqt:InnerBarrelType , owl:Class ;
121 rdfs:comment "inner barrel that is aluminium"^^xsd:string ; 121 rdfs:comment "inner barrel that is aluminium"^^xsd:string ;
122 rdfs:label "inner barrel - aluminum"^^xsd:string ; 122 rdfs:label "inner barrel - aluminum"^^xsd:string ;
123 rdfs:subClassOf ep-eqt:InnerBarrel ; 123 rdfs:subClassOf ep-eqt:InnerBarrel ;
124 - owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-fiberglass . 124 + owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-gel .
125 125
126 ep-eqt:InnerBarrel-fiberglass 126 ep-eqt:InnerBarrel-fiberglass
127 - rdf:type owl:Class , ep-eqt:InnerBarrelType ; 127 + rdf:type ep-eqt:InnerBarrelType , owl:Class ;
128 rdfs:comment "inner barrel that is fibreglass"^^xsd:string ; 128 rdfs:comment "inner barrel that is fibreglass"^^xsd:string ;
129 rdfs:label "inner barrel - fiberglass"^^xsd:string ; 129 rdfs:label "inner barrel - fiberglass"^^xsd:string ;
130 rdfs:subClassOf ep-eqt:InnerBarrel ; 130 rdfs:subClassOf ep-eqt:InnerBarrel ;
131 - owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-aluminum . 131 + owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-gel .
132 132
133 ep-eqt:InnerBarrel-gel 133 ep-eqt:InnerBarrel-gel
134 - rdf:type owl:Class , ep-eqt:InnerBarrelType ; 134 + rdf:type ep-eqt:InnerBarrelType , owl:Class ;
135 rdfs:comment "inner barrel that is gel"^^xsd:string ; 135 rdfs:comment "inner barrel that is gel"^^xsd:string ;
136 rdfs:label "inner barrel - gel"^^xsd:string ; 136 rdfs:label "inner barrel - gel"^^xsd:string ;
137 rdfs:subClassOf ep-eqt:InnerBarrel ; 137 rdfs:subClassOf ep-eqt:InnerBarrel ;
138 - owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-aluminum . 138 + owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-fiberglass .
139 139
140 ep-eqt:InnerBarrelType 140 ep-eqt:InnerBarrelType
141 rdf:type rdfs:Class ; 141 rdf:type rdfs:Class ;
...@@ -144,11 +144,11 @@ ep-eqt:InnerBarrelType ...@@ -144,11 +144,11 @@ ep-eqt:InnerBarrelType
144 rdfs:subClassOf owl:Class . 144 rdfs:subClassOf owl:Class .
145 145
146 ep-eqt:IntermediateCasing 146 ep-eqt:IntermediateCasing
147 - rdf:type owl:Class , ep-eqt:CasingRoleType ; 147 + rdf:type ep-eqt:CasingRoleType , owl:Class ;
148 rdfs:comment "casing that is intermediate"^^xsd:string ; 148 rdfs:comment "casing that is intermediate"^^xsd:string ;
149 rdfs:label "intermediate casing"^^xsd:string ; 149 rdfs:label "intermediate casing"^^xsd:string ;
150 rdfs:subClassOf ep-eqt:Casing ; 150 rdfs:subClassOf ep-eqt:Casing ;
151 - owl:disjointWith ep-eqt:TopCasing , ep-eqt:ProductionCasing . 151 + owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:TopCasing .
152 152
153 ep-eqt:KellyBushing 153 ep-eqt:KellyBushing
154 rdf:type owl:Class ; 154 rdf:type owl:Class ;
...@@ -162,11 +162,11 @@ ep-eqt:LastCasingOfAWellBore ...@@ -162,11 +162,11 @@ ep-eqt:LastCasingOfAWellBore
162 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore> . 162 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore> .
163 163
164 ep-eqt:Liner 164 ep-eqt:Liner
165 - rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; 165 + rdf:type ep-eqt:CasingLinerTubingType , owl:Class ;
166 rdfs:comment "equipment that is a liner"^^xsd:string ; 166 rdfs:comment "equipment that is a liner"^^xsd:string ;
167 rdfs:label "Liner"^^xsd:string ; 167 rdfs:label "Liner"^^xsd:string ;
168 rdfs:subClassOf ep-eqt:CasingLinerTubing ; 168 rdfs:subClassOf ep-eqt:CasingLinerTubing ;
169 - owl:disjointWith ep-eqt:Tubing , ep-eqt:Casing . 169 + owl:disjointWith ep-eqt:Casing , ep-eqt:Tubing .
170 170
171 ep-eqt:Manifold 171 ep-eqt:Manifold
172 rdf:type owl:Class ; 172 rdf:type owl:Class ;
...@@ -185,22 +185,22 @@ ep-eqt:Manifold-production ...@@ -185,22 +185,22 @@ ep-eqt:Manifold-production
185 185
186 ep-eqt:PipeOutsideDiameterAPI_5CTClass 186 ep-eqt:PipeOutsideDiameterAPI_5CTClass
187 rdf:type rdfs:Class ; 187 rdf:type rdfs:Class ;
188 - rdfs:comment "class of casing, liner or tubing on the basis of outside diameter"^^xsd:string , "Why is API_5CT included in the name? Does the specification standardise diameters?"^^xsd:string ; 188 + rdfs:comment "Why is API_5CT included in the name? Does the specification standardise diameters?"^^xsd:string , "class of casing, liner or tubing on the basis of outside diameter"^^xsd:string ;
189 rdfs:label "pipe outside diameter API 5CT class"^^xsd:string ; 189 rdfs:label "pipe outside diameter API 5CT class"^^xsd:string ;
190 rdfs:subClassOf owl:Class . 190 rdfs:subClassOf owl:Class .
191 191
192 ep-eqt:PipeWeightAPI_5CTClass 192 ep-eqt:PipeWeightAPI_5CTClass
193 rdf:type rdfs:Class ; 193 rdf:type rdfs:Class ;
194 - rdfs:comment "class of casing, liner or tubing on the basis of mass per unit length"^^xsd:string , "Why is API_5CT included in the name? Does the specification standardise weights?"^^xsd:string ; 194 + rdfs:comment "Why is API_5CT included in the name? Does the specification standardise weights?"^^xsd:string , "class of casing, liner or tubing on the basis of mass per unit length"^^xsd:string ;
195 rdfs:label "Pipe weight API 5CT class"^^xsd:string ; 195 rdfs:label "Pipe weight API 5CT class"^^xsd:string ;
196 rdfs:subClassOf owl:Class . 196 rdfs:subClassOf owl:Class .
197 197
198 ep-eqt:ProductionCasing 198 ep-eqt:ProductionCasing
199 - rdf:type owl:Class , ep-eqt:CasingRoleType ; 199 + rdf:type ep-eqt:CasingRoleType , owl:Class ;
200 rdfs:comment "casing that is for production"^^xsd:string ; 200 rdfs:comment "casing that is for production"^^xsd:string ;
201 rdfs:label "production casing"^^xsd:string ; 201 rdfs:label "production casing"^^xsd:string ;
202 rdfs:subClassOf ep-eqt:Casing ; 202 rdfs:subClassOf ep-eqt:Casing ;
203 - owl:disjointWith ep-eqt:TopCasing , ep-eqt:IntermediateCasing . 203 + owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:TopCasing .
204 204
205 ep-eqt:Separator 205 ep-eqt:Separator
206 rdf:type owl:Class ; 206 rdf:type owl:Class ;
...@@ -221,18 +221,18 @@ ep-eqt:Tank ...@@ -221,18 +221,18 @@ ep-eqt:Tank
221 rdfs:subClassOf ep-eqt:Equipment . 221 rdfs:subClassOf ep-eqt:Equipment .
222 222
223 ep-eqt:TopCasing 223 ep-eqt:TopCasing
224 - rdf:type owl:Class , ep-eqt:CasingRoleType ; 224 + rdf:type ep-eqt:CasingRoleType , owl:Class ;
225 rdfs:comment "casing that is at the top"^^xsd:string ; 225 rdfs:comment "casing that is at the top"^^xsd:string ;
226 rdfs:label "top casing"^^xsd:string ; 226 rdfs:label "top casing"^^xsd:string ;
227 rdfs:subClassOf ep-eqt:Casing ; 227 rdfs:subClassOf ep-eqt:Casing ;
228 - owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:IntermediateCasing . 228 + owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:ProductionCasing .
229 229
230 ep-eqt:Tubing 230 ep-eqt:Tubing
231 - rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; 231 + rdf:type ep-eqt:CasingLinerTubingType , owl:Class ;
232 rdfs:comment "equipment that is tubing"^^xsd:string ; 232 rdfs:comment "equipment that is tubing"^^xsd:string ;
233 rdfs:label "Tubing"^^xsd:string ; 233 rdfs:label "Tubing"^^xsd:string ;
234 rdfs:subClassOf ep-eqt:CasingLinerTubing ; 234 rdfs:subClassOf ep-eqt:CasingLinerTubing ;
235 - owl:disjointWith ep-eqt:Liner , ep-eqt:Casing . 235 + owl:disjointWith ep-eqt:Casing , ep-eqt:Liner .
236 236
237 ep-eqt:TubularConnectionClass 237 ep-eqt:TubularConnectionClass
238 rdf:type rdfs:Class ; 238 rdf:type rdfs:Class ;
...@@ -253,7 +253,7 @@ ep-eqt:WellTestChoke ...@@ -253,7 +253,7 @@ ep-eqt:WellTestChoke
253 rdfs:subClassOf ep-eqt:Equipment . 253 rdfs:subClassOf ep-eqt:Equipment .
254 254
255 ep-eqt:chokeOrificeSize 255 ep-eqt:chokeOrificeSize
256 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 256 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
257 rdfs:comment "diameterof the choke orifice within a well test choke manifold"^^xsd:string ; 257 rdfs:comment "diameterof the choke orifice within a well test choke manifold"^^xsd:string ;
258 rdfs:domain ep-eqt:WellTestChoke ; 258 rdfs:domain ep-eqt:WellTestChoke ;
259 rdfs:label "choke orifice size"^^xsd:string ; 259 rdfs:label "choke orifice size"^^xsd:string ;
...@@ -266,73 +266,73 @@ ep-eqt:codeAssignedByAManufacturer ...@@ -266,73 +266,73 @@ ep-eqt:codeAssignedByAManufacturer
266 rdfs:label "code assigned by manufacturer"^^xsd:string . 266 rdfs:label "code assigned by manufacturer"^^xsd:string .
267 267
268 ep-eqt:diameterOfACasing 268 ep-eqt:diameterOfACasing
269 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 269 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
270 rdfs:domain ep-eqt:Casing ; 270 rdfs:domain ep-eqt:Casing ;
271 rdfs:label "diameter of a casing"^^xsd:string ; 271 rdfs:label "diameter of a casing"^^xsd:string ;
272 rdfs:range ep-core:Length . 272 rdfs:range ep-core:Length .
273 273
274 ep-eqt:diameterOfDrillBit 274 ep-eqt:diameterOfDrillBit
275 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 275 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
276 rdfs:domain ep-eqt:DrillBit ; 276 rdfs:domain ep-eqt:DrillBit ;
277 rdfs:label "diameter of drill bit"^^xsd:string ; 277 rdfs:label "diameter of drill bit"^^xsd:string ;
278 rdfs:range ep-core:Length . 278 rdfs:range ep-core:Length .
279 279
280 ep-eqt:elevationOfKellyBushing 280 ep-eqt:elevationOfKellyBushing
281 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 281 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
282 rdfs:comment "class_of_indirect_property that is the elevation of a Kelly bushing above mean sea level"^^xsd:string ; 282 rdfs:comment "class_of_indirect_property that is the elevation of a Kelly bushing above mean sea level"^^xsd:string ;
283 rdfs:domain ep-eqt:KellyBushing ; 283 rdfs:domain ep-eqt:KellyBushing ;
284 rdfs:label "elevation of kelly bushing"^^xsd:string ; 284 rdfs:label "elevation of kelly bushing"^^xsd:string ;
285 rdfs:range ep-core:Length . 285 rdfs:range ep-core:Length .
286 286
287 ep-eqt:hasTubularConnectionClass 287 ep-eqt:hasTubularConnectionClass
288 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 288 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
289 rdfs:domain ep-eqt:CasingLinerTubing ; 289 rdfs:domain ep-eqt:CasingLinerTubing ;
290 rdfs:label "has tubular connection class"^^xsd:string ; 290 rdfs:label "has tubular connection class"^^xsd:string ;
291 rdfs:range ep-eqt:TubularConnectionClass . 291 rdfs:range ep-eqt:TubularConnectionClass .
292 292
293 ep-eqt:insideDiameterOfATubular 293 ep-eqt:insideDiameterOfATubular
294 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 294 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
295 rdfs:comment "class_of_indirect_property that is the inside diameter of a tubular"^^xsd:string ; 295 rdfs:comment "class_of_indirect_property that is the inside diameter of a tubular"^^xsd:string ;
296 rdfs:domain ep-eqt:CasingLinerTubing ; 296 rdfs:domain ep-eqt:CasingLinerTubing ;
297 rdfs:label "inside diameter of a tubular"^^xsd:string ; 297 rdfs:label "inside diameter of a tubular"^^xsd:string ;
298 rdfs:range ep-core:Length . 298 rdfs:range ep-core:Length .
299 299
300 ep-eqt:lengthOfInnerBarrel 300 ep-eqt:lengthOfInnerBarrel
301 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 301 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
302 rdfs:comment "class_of_indirect_property that is the length of an inner barrel"^^xsd:string ; 302 rdfs:comment "class_of_indirect_property that is the length of an inner barrel"^^xsd:string ;
303 rdfs:domain ep-eqt:InnerBarrel ; 303 rdfs:domain ep-eqt:InnerBarrel ;
304 rdfs:label "length of inner barrel"^^xsd:string ; 304 rdfs:label "length of inner barrel"^^xsd:string ;
305 rdfs:range ep-core:Length . 305 rdfs:range ep-core:Length .
306 306
307 ep-eqt:manufacturedBy 307 ep-eqt:manufacturedBy
308 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 308 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
309 rdfs:comment "manufacturer of an equipment item"^^xsd:string ; 309 rdfs:comment "manufacturer of an equipment item"^^xsd:string ;
310 rdfs:domain ep-eqt:Equipment ; 310 rdfs:domain ep-eqt:Equipment ;
311 rdfs:label "manaufactured by"^^xsd:string ; 311 rdfs:label "manaufactured by"^^xsd:string ;
312 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 312 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
313 313
314 ep-eqt:maximumPressureForBlowOutPreventer 314 ep-eqt:maximumPressureForBlowOutPreventer
315 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 315 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
316 rdfs:comment "class_of_indirect_property that is the maximum pressure for a blow-out preventer"^^xsd:string ; 316 rdfs:comment "class_of_indirect_property that is the maximum pressure for a blow-out preventer"^^xsd:string ;
317 rdfs:domain ep-eqt:BlowOutPreventer ; 317 rdfs:domain ep-eqt:BlowOutPreventer ;
318 rdfs:label "maximum pressure for blow out preventer"^^xsd:string ; 318 rdfs:label "maximum pressure for blow out preventer"^^xsd:string ;
319 rdfs:range ep-core:Pressure . 319 rdfs:range ep-core:Pressure .
320 320
321 ep-eqt:maximumPressureForChokeValve 321 ep-eqt:maximumPressureForChokeValve
322 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 322 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
323 rdfs:comment "class_of_indirect_property that is the maximum pressure for a choke valve"^^xsd:string ; 323 rdfs:comment "class_of_indirect_property that is the maximum pressure for a choke valve"^^xsd:string ;
324 rdfs:domain ep-eqt:ChokeValve ; 324 rdfs:domain ep-eqt:ChokeValve ;
325 rdfs:label "maximum pressure for choke valve"^^xsd:string ; 325 rdfs:label "maximum pressure for choke valve"^^xsd:string ;
326 rdfs:range ep-core:Pressure . 326 rdfs:range ep-core:Pressure .
327 327
328 ep-eqt:outsideDiameterOfATubular 328 ep-eqt:outsideDiameterOfATubular
329 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 329 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
330 rdfs:domain ep-eqt:CasingLinerTubing ; 330 rdfs:domain ep-eqt:CasingLinerTubing ;
331 rdfs:label "outside diameter of a tubular"^^xsd:string ; 331 rdfs:label "outside diameter of a tubular"^^xsd:string ;
332 rdfs:range ep-core:Length . 332 rdfs:range ep-core:Length .
333 333
334 ep-eqt:stringLengthOfATubular 334 ep-eqt:stringLengthOfATubular
335 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 335 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
336 rdfs:comment "class_of_indirect_property that is the string length of a tubular"^^xsd:string ; 336 rdfs:comment "class_of_indirect_property that is the string length of a tubular"^^xsd:string ;
337 rdfs:domain ep-eqt:CasingLinerTubing ; 337 rdfs:domain ep-eqt:CasingLinerTubing ;
338 rdfs:label "string length of a tubular"^^xsd:string ; 338 rdfs:label "string length of a tubular"^^xsd:string ;
......
...@@ -16,14 +16,6 @@ ...@@ -16,14 +16,6 @@
16 owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; 16 owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ;
17 owl:versionInfo "0.1.0"^^xsd:string . 17 owl:versionInfo "0.1.0"^^xsd:string .
18 18
19 -ep-fac:Completion
20 - rdf:type owl:Class ;
21 - rdfs:comment "not used in either the MPR or the DDR - see ep-prodwell:WellCompletionEquipment"^^xsd:string ;
22 - rdfs:label "completion"^^xsd:string ;
23 - rdfs:subClassOf ep-fac:Facility ;
24 - ep-core:seeReferenceData
25 - "http://posccaesar.org/rdl/page/RDS8015624975"^^xsd:string .
26 -
27 ep-fac:Facility 19 ep-fac:Facility
28 rdf:type owl:Class ; 20 rdf:type owl:Class ;
29 rdfs:comment "a physical object that is all or part of the life of something that is operated, maintained and refurbished over a long period, and that is regarded as a major asset"^^xsd:string ; 21 rdfs:comment "a physical object that is all or part of the life of something that is operated, maintained and refurbished over a long period, and that is regarded as a major asset"^^xsd:string ;
...@@ -71,6 +63,7 @@ ep-fac:Flowline ...@@ -71,6 +63,7 @@ ep-fac:Flowline
71 63
72 ep-fac:Flowline-production 64 ep-fac:Flowline-production
73 rdf:type owl:Class ; 65 rdf:type owl:Class ;
66 + rdfs:comment "not used in the MPR"^^xsd:string ;
74 rdfs:label "flowline - production"^^xsd:string ; 67 rdfs:label "flowline - production"^^xsd:string ;
75 rdfs:subClassOf ep-fac:Flowline . 68 rdfs:subClassOf ep-fac:Flowline .
76 69
......
...@@ -15,180 +15,180 @@ ...@@ -15,180 +15,180 @@
15 15
16 <http://www.reportinghub.no/ep/schema/1.0/flow> 16 <http://www.reportinghub.no/ep/schema/1.0/flow>
17 rdf:type owl:Ontology ; 17 rdf:type owl:Ontology ;
18 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> ; 18 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ;
19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
20 20
21 ep-core:PhysicalThingAtInstant 21 ep-core:PhysicalThingAtInstant
22 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 22 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
23 rdfs:label "physical thing at instant"^^xsd:string ; 23 rdfs:label "physical thing at instant"^^xsd:string ;
24 rdfs:subClassOf ep-core:PhysicalThing . 24 rdfs:subClassOf ep-core:PhysicalThing .
25 25
26 ep-core:PhysicalThingDuringGasYearToDate 26 ep-core:PhysicalThingDuringGasYearToDate
27 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 27 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
28 rdfs:label "physical thing during gas year to date"^^xsd:string ; 28 rdfs:label "physical thing during gas year to date"^^xsd:string ;
29 rdfs:subClassOf ep-core:PhysicalThing . 29 rdfs:subClassOf ep-core:PhysicalThing .
30 30
31 ep-core:PhysicalThingDuringMonthToDate 31 ep-core:PhysicalThingDuringMonthToDate
32 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 32 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
33 rdfs:label "physical thing during month to date"^^xsd:string ; 33 rdfs:label "physical thing during month to date"^^xsd:string ;
34 rdfs:subClassOf ep-core:PhysicalThing . 34 rdfs:subClassOf ep-core:PhysicalThing .
35 35
36 ep-core:PhysicalThingDuringOneDay 36 ep-core:PhysicalThingDuringOneDay
37 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 37 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
38 rdfs:label "physical thing during one day"^^xsd:string ; 38 rdfs:label "physical thing during one day"^^xsd:string ;
39 rdfs:subClassOf ep-core:PhysicalThing . 39 rdfs:subClassOf ep-core:PhysicalThing .
40 40
41 ep-core:PhysicalThingDuringOneGasDay 41 ep-core:PhysicalThingDuringOneGasDay
42 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 42 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
43 rdfs:label "physical thing during one gas day"^^xsd:string ; 43 rdfs:label "physical thing during one gas day"^^xsd:string ;
44 rdfs:subClassOf ep-core:PhysicalThing . 44 rdfs:subClassOf ep-core:PhysicalThing .
45 45
46 ep-core:PhysicalThingDuringOneGasMonth 46 ep-core:PhysicalThingDuringOneGasMonth
47 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 47 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
48 rdfs:label "physical thing during one gas month"^^xsd:string ; 48 rdfs:label "physical thing during one gas month"^^xsd:string ;
49 rdfs:subClassOf ep-core:PhysicalThing . 49 rdfs:subClassOf ep-core:PhysicalThing .
50 50
51 ep-core:PhysicalThingDuringOneGasYear 51 ep-core:PhysicalThingDuringOneGasYear
52 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 52 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
53 rdfs:label "physical thing during one gas year"^^xsd:string ; 53 rdfs:label "physical thing during one gas year"^^xsd:string ;
54 rdfs:subClassOf ep-core:PhysicalThing . 54 rdfs:subClassOf ep-core:PhysicalThing .
55 55
56 ep-core:PhysicalThingDuringOneMonth 56 ep-core:PhysicalThingDuringOneMonth
57 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 57 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
58 rdfs:label "physical thing during one month"^^xsd:string ; 58 rdfs:label "physical thing during one month"^^xsd:string ;
59 rdfs:subClassOf ep-core:PhysicalThing . 59 rdfs:subClassOf ep-core:PhysicalThing .
60 60
61 ep-core:PhysicalThingDuringOneWeek 61 ep-core:PhysicalThingDuringOneWeek
62 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 62 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
63 rdfs:label "physical thing during one week"^^xsd:string ; 63 rdfs:label "physical thing during one week"^^xsd:string ;
64 rdfs:subClassOf ep-core:PhysicalThing . 64 rdfs:subClassOf ep-core:PhysicalThing .
65 65
66 ep-core:PhysicalThingDuringOneYear 66 ep-core:PhysicalThingDuringOneYear
67 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 67 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
68 rdfs:label "physical thing during one year"^^xsd:string ; 68 rdfs:label "physical thing during one year"^^xsd:string ;
69 rdfs:subClassOf ep-core:PhysicalThing . 69 rdfs:subClassOf ep-core:PhysicalThing .
70 70
71 ep-core:PhysicalThingDuringYearToDate 71 ep-core:PhysicalThingDuringYearToDate
72 - rdf:type ep-flow:TemporalPartDurationType , owl:Class ; 72 + rdf:type owl:Class , ep-flow:TemporalPartDurationType ;
73 rdfs:label "physical thing during year to date"^^xsd:string ; 73 rdfs:label "physical thing during year to date"^^xsd:string ;
74 rdfs:subClassOf ep-core:PhysicalThing . 74 rdfs:subClassOf ep-core:PhysicalThing .
75 75
76 ep-flow:AllocatedFlow 76 ep-flow:AllocatedFlow
77 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 77 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
78 rdfs:comment "flow that is allocated back to a well as opposed to being measured at a well (source: MPR-XSD)"^^xsd:string ; 78 rdfs:comment "flow that is allocated back to a well as opposed to being measured at a well (source: MPR-XSD)"^^xsd:string ;
79 rdfs:label "allocated flow"^^xsd:string ; 79 rdfs:label "allocated flow"^^xsd:string ;
80 rdfs:subClassOf ep-flow:Flow . 80 rdfs:subClassOf ep-flow:Flow .
81 81
82 ep-flow:AllocatedInventory 82 ep-flow:AllocatedInventory
83 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 83 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
84 rdfs:comment "is \"allocated\" valid for an inventory"^^xsd:string ; 84 rdfs:comment "is \"allocated\" valid for an inventory"^^xsd:string ;
85 rdfs:label "allocated inventory"^^xsd:string ; 85 rdfs:label "allocated inventory"^^xsd:string ;
86 rdfs:subClassOf ep-flow:Inventory . 86 rdfs:subClassOf ep-flow:Inventory .
87 87
88 ep-flow:BudgetFlow 88 ep-flow:BudgetFlow
89 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 89 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
90 rdfs:comment "flow that is a performance requirement as determined by a budget (source: MPR-XSD)"^^xsd:string ; 90 rdfs:comment "flow that is a performance requirement as determined by a budget (source: MPR-XSD)"^^xsd:string ;
91 rdfs:label "budget flow"^^xsd:string ; 91 rdfs:label "budget flow"^^xsd:string ;
92 rdfs:subClassOf ep-flow:Flow . 92 rdfs:subClassOf ep-flow:Flow .
93 93
94 ep-flow:BudgetInventory 94 ep-flow:BudgetInventory
95 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 95 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
96 rdfs:comment "inventory that is a performance requirement determined by a budget (source: MPR-XSD)"^^xsd:string ; 96 rdfs:comment "inventory that is a performance requirement determined by a budget (source: MPR-XSD)"^^xsd:string ;
97 rdfs:label "budget inventory"^^xsd:string ; 97 rdfs:label "budget inventory"^^xsd:string ;
98 rdfs:subClassOf ep-flow:Inventory . 98 rdfs:subClassOf ep-flow:Inventory .
99 99
100 ep-flow:ClassOfMaterialWithMassCriterion 100 ep-flow:ClassOfMaterialWithMassCriterion
101 rdf:type rdfs:Class ; 101 rdf:type rdfs:Class ;
102 - rdfs:comment "NOTE: This class is used for the average daily mass of material in a particular flow. In this case the criteria for being a member of the class is that it is material taken from a particular flow during a reporting period, and that the material has the average mass of a daily flow during the reporting period."^^xsd:string , "class that has amounts of material with a particular mass as members"^^xsd:string ; 102 + rdfs:comment "class that has amounts of material with a particular mass as members"^^xsd:string , "NOTE: This class is used for the average daily mass of material in a particular flow. In this case the criteria for being a member of the class is that it is material taken from a particular flow during a reporting period, and that the material has the average mass of a daily flow during the reporting period."^^xsd:string ;
103 rdfs:label "class of material with mass criterion"^^xsd:string ; 103 rdfs:label "class of material with mass criterion"^^xsd:string ;
104 rdfs:subClassOf owl:Class . 104 rdfs:subClassOf owl:Class .
105 105
106 ep-flow:ConstraintFlow 106 ep-flow:ConstraintFlow
107 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 107 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
108 rdfs:comment "flow that is determined by an allowable or other performance limit. This includes allowables which are usually established by a regulatory agency for a product. (source: MPR-XSD)"^^xsd:string ; 108 rdfs:comment "flow that is determined by an allowable or other performance limit. This includes allowables which are usually established by a regulatory agency for a product. (source: MPR-XSD)"^^xsd:string ;
109 rdfs:label "constraint flow"^^xsd:string ; 109 rdfs:label "constraint flow"^^xsd:string ;
110 rdfs:subClassOf ep-flow:Flow . 110 rdfs:subClassOf ep-flow:Flow .
111 111
112 ep-flow:ConstraintFlow-fixed 112 ep-flow:ConstraintFlow-fixed
113 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 113 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
114 rdfs:comment "constraint flow that is the only permitted flow (source: MPR-XSD)"^^xsd:string ; 114 rdfs:comment "constraint flow that is the only permitted flow (source: MPR-XSD)"^^xsd:string ;
115 rdfs:label "constraint flow - fixed"^^xsd:string ; 115 rdfs:label "constraint flow - fixed"^^xsd:string ;
116 rdfs:subClassOf ep-flow:ConstraintFlow . 116 rdfs:subClassOf ep-flow:ConstraintFlow .
117 117
118 ep-flow:ConstraintFlow-maximum 118 ep-flow:ConstraintFlow-maximum
119 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 119 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
120 rdfs:comment "constraint flow that is the maximum permitted flow (source: MPR-XSD)"^^xsd:string ; 120 rdfs:comment "constraint flow that is the maximum permitted flow (source: MPR-XSD)"^^xsd:string ;
121 rdfs:label "constraint flow - maximum"^^xsd:string ; 121 rdfs:label "constraint flow - maximum"^^xsd:string ;
122 rdfs:subClassOf ep-flow:ConstraintFlow . 122 rdfs:subClassOf ep-flow:ConstraintFlow .
123 123
124 ep-flow:ConstraintFlow-minimum 124 ep-flow:ConstraintFlow-minimum
125 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 125 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
126 rdfs:comment "constraint flow that is the minimum permitted flow (source: MPR-XSD)"^^xsd:string ; 126 rdfs:comment "constraint flow that is the minimum permitted flow (source: MPR-XSD)"^^xsd:string ;
127 rdfs:label "constraint flow - minimum"^^xsd:string ; 127 rdfs:label "constraint flow - minimum"^^xsd:string ;
128 rdfs:subClassOf ep-flow:ConstraintFlow . 128 rdfs:subClassOf ep-flow:ConstraintFlow .
129 129
130 ep-flow:ConstraintInventory 130 ep-flow:ConstraintInventory
131 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 131 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
132 rdfs:comment "is \"constraint\" valid for an inventory"^^xsd:string ; 132 rdfs:comment "is \"constraint\" valid for an inventory"^^xsd:string ;
133 rdfs:label "constraint inventory"^^xsd:string ; 133 rdfs:label "constraint inventory"^^xsd:string ;
134 rdfs:subClassOf ep-flow:Inventory . 134 rdfs:subClassOf ep-flow:Inventory .
135 135
136 ep-flow:ConsumptionFlow 136 ep-flow:ConsumptionFlow
137 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 137 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
138 rdfs:comment "flow that is consumed by a facility (source: MPR-XSD)"^^xsd:string ; 138 rdfs:comment "flow that is consumed by a facility (source: MPR-XSD)"^^xsd:string ;
139 rdfs:label "consumption flow"^^xsd:string ; 139 rdfs:label "consumption flow"^^xsd:string ;
140 rdfs:subClassOf ep-flow:Flow . 140 rdfs:subClassOf ep-flow:Flow .
141 141
142 ep-flow:ConsumptionFlow-HPflare 142 ep-flow:ConsumptionFlow-HPflare
143 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 143 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
144 rdfs:comment "consumption flow - flare that is burned in a high pressure flare (source: MPR-XSD)"^^xsd:string ; 144 rdfs:comment "consumption flow - flare that is burned in a high pressure flare (source: MPR-XSD)"^^xsd:string ;
145 rdfs:label "consumption flow - HP flare"^^xsd:string ; 145 rdfs:label "consumption flow - HP flare"^^xsd:string ;
146 rdfs:subClassOf ep-flow:ConsumptionFlow-flare . 146 rdfs:subClassOf ep-flow:ConsumptionFlow-flare .
147 147
148 ep-flow:ConsumptionFlow-LPflare 148 ep-flow:ConsumptionFlow-LPflare
149 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 149 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
150 rdfs:comment "consumption flow - flare that is burned in a low pressure flare (source: MPR-XSD)"^^xsd:string ; 150 rdfs:comment "consumption flow - flare that is burned in a low pressure flare (source: MPR-XSD)"^^xsd:string ;
151 rdfs:label "consumption flow - LP flare"^^xsd:string ; 151 rdfs:label "consumption flow - LP flare"^^xsd:string ;
152 rdfs:subClassOf ep-flow:ConsumptionFlow-flare . 152 rdfs:subClassOf ep-flow:ConsumptionFlow-flare .
153 153
154 ep-flow:ConsumptionFlow-blackstart 154 ep-flow:ConsumptionFlow-blackstart
155 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 155 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
156 rdfs:comment "consumption flow that is to restart power facilities as a result of an overall power outage (source: MPR-XSD)"^^xsd:string ; 156 rdfs:comment "consumption flow that is to restart power facilities as a result of an overall power outage (source: MPR-XSD)"^^xsd:string ;
157 rdfs:label "consumption flow - blackstart"^^xsd:string ; 157 rdfs:label "consumption flow - blackstart"^^xsd:string ;
158 rdfs:subClassOf ep-flow:ConsumptionFlow . 158 rdfs:subClassOf ep-flow:ConsumptionFlow .
159 159
160 ep-flow:ConsumptionFlow-compressor 160 ep-flow:ConsumptionFlow-compressor
161 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 161 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
162 rdfs:comment "consumption flow that is by a compressor (source: MPR-XSD)"^^xsd:string ; 162 rdfs:comment "consumption flow that is by a compressor (source: MPR-XSD)"^^xsd:string ;
163 rdfs:label "consumption flow - compressor"^^xsd:string ; 163 rdfs:label "consumption flow - compressor"^^xsd:string ;
164 rdfs:subClassOf ep-flow:ConsumptionFlow . 164 rdfs:subClassOf ep-flow:ConsumptionFlow .
165 165
166 ep-flow:ConsumptionFlow-emitted 166 ep-flow:ConsumptionFlow-emitted
167 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 167 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
168 rdfs:comment "consumption flow that is released into the atmosphere as a by-product of consumption (source: MPR-XSD)"^^xsd:string ; 168 rdfs:comment "consumption flow that is released into the atmosphere as a by-product of consumption (source: MPR-XSD)"^^xsd:string ;
169 rdfs:label "consumption flow - emitted"^^xsd:string ; 169 rdfs:label "consumption flow - emitted"^^xsd:string ;
170 rdfs:subClassOf ep-flow:ConsumptionFlow . 170 rdfs:subClassOf ep-flow:ConsumptionFlow .
171 171
172 ep-flow:ConsumptionFlow-flare 172 ep-flow:ConsumptionFlow-flare
173 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 173 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
174 rdfs:comment "consumption flow that is burned in a flare. A fluid stream that has one or more flares as the ultimate target. (source: MPR-XSD)"^^xsd:string ; 174 rdfs:comment "consumption flow that is burned in a flare. A fluid stream that has one or more flares as the ultimate target. (source: MPR-XSD)"^^xsd:string ;
175 rdfs:label "consumption flow - flare"^^xsd:string ; 175 rdfs:label "consumption flow - flare"^^xsd:string ;
176 rdfs:subClassOf ep-flow:ConsumptionFlow . 176 rdfs:subClassOf ep-flow:ConsumptionFlow .
177 177
178 ep-flow:ConsumptionFlow-fuel 178 ep-flow:ConsumptionFlow-fuel
179 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 179 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
180 rdfs:comment "consumption flow that is by processing equipment (source: MPR-XSD)"^^xsd:string ; 180 rdfs:comment "consumption flow that is by processing equipment (source: MPR-XSD)"^^xsd:string ;
181 rdfs:label "consumption flow - fuel"^^xsd:string ; 181 rdfs:label "consumption flow - fuel"^^xsd:string ;
182 rdfs:subClassOf ep-flow:ConsumptionFlow . 182 rdfs:subClassOf ep-flow:ConsumptionFlow .
183 183
184 ep-flow:ConsumptionFlow-noncompressor 184 ep-flow:ConsumptionFlow-noncompressor
185 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 185 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
186 rdfs:comment "consumption flow that is by a device other than a compressor (source: MPR-XSD)"^^xsd:string ; 186 rdfs:comment "consumption flow that is by a device other than a compressor (source: MPR-XSD)"^^xsd:string ;
187 rdfs:label "consumption flow - non-compressor"^^xsd:string ; 187 rdfs:label "consumption flow - non-compressor"^^xsd:string ;
188 rdfs:subClassOf ep-flow:ConsumptionFlow . 188 rdfs:subClassOf ep-flow:ConsumptionFlow .
189 189
190 ep-flow:ConsumptionFlow-venting 190 ep-flow:ConsumptionFlow-venting
191 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 191 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
192 rdfs:comment "consumption flow that is released into the atmosphere (source: MPR-XSD)"^^xsd:string ; 192 rdfs:comment "consumption flow that is released into the atmosphere (source: MPR-XSD)"^^xsd:string ;
193 rdfs:label "consumption flow - venting"^^xsd:string ; 193 rdfs:label "consumption flow - venting"^^xsd:string ;
194 rdfs:subClassOf ep-flow:ConsumptionFlow . 194 rdfs:subClassOf ep-flow:ConsumptionFlow .
...@@ -206,31 +206,31 @@ ep-flow:DailyProductionFlow ...@@ -206,31 +206,31 @@ ep-flow:DailyProductionFlow
206 rdfs:subClassOf ep-flow:ProductionFlow . 206 rdfs:subClassOf ep-flow:ProductionFlow .
207 207
208 ep-flow:DerivedFlow 208 ep-flow:DerivedFlow
209 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 209 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
210 rdfs:comment "flow that is derived directly from one or more other flows (source: MPR-XSD)"^^xsd:string ; 210 rdfs:comment "flow that is derived directly from one or more other flows (source: MPR-XSD)"^^xsd:string ;
211 rdfs:label "derived flow"^^xsd:string ; 211 rdfs:label "derived flow"^^xsd:string ;
212 rdfs:subClassOf ep-flow:Flow . 212 rdfs:subClassOf ep-flow:Flow .
213 213
214 ep-flow:DerivedFlow-difference 214 ep-flow:DerivedFlow-difference
215 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 215 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
216 rdfs:comment "derived flow that is the difference between two other flows (source: MPR-XSD)"^^xsd:string ; 216 rdfs:comment "derived flow that is the difference between two other flows (source: MPR-XSD)"^^xsd:string ;
217 rdfs:label "derived flow - difference"^^xsd:string ; 217 rdfs:label "derived flow - difference"^^xsd:string ;
218 rdfs:subClassOf ep-flow:DerivedFlow . 218 rdfs:subClassOf ep-flow:DerivedFlow .
219 219
220 ep-flow:DerivedInventory 220 ep-flow:DerivedInventory
221 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 221 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
222 rdfs:comment "is \"derived\" valid for an inventory"^^xsd:string ; 222 rdfs:comment "is \"derived\" valid for an inventory"^^xsd:string ;
223 rdfs:label "derived inventory"^^xsd:string ; 223 rdfs:label "derived inventory"^^xsd:string ;
224 rdfs:subClassOf ep-flow:Inventory . 224 rdfs:subClassOf ep-flow:Inventory .
225 225
226 ep-flow:DifferenceFlow 226 ep-flow:DifferenceFlow
227 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 227 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
228 rdfs:comment "flow that is the difference between two flows, e.g. a target flow and a metered flow (source: MPR-XSD)"^^xsd:string ; 228 rdfs:comment "flow that is the difference between two flows, e.g. a target flow and a metered flow (source: MPR-XSD)"^^xsd:string ;
229 rdfs:label "difference flow"^^xsd:string ; 229 rdfs:label "difference flow"^^xsd:string ;
230 rdfs:subClassOf ep-flow:Flow . 230 rdfs:subClassOf ep-flow:Flow .
231 231
232 ep-flow:DifferenceInventory 232 ep-flow:DifferenceInventory
233 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 233 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
234 rdfs:comment "is \"difference\" valid for an inventory"^^xsd:string ; 234 rdfs:comment "is \"difference\" valid for an inventory"^^xsd:string ;
235 rdfs:label "difference inventory"^^xsd:string ; 235 rdfs:label "difference inventory"^^xsd:string ;
236 rdfs:subClassOf ep-flow:Inventory . 236 rdfs:subClassOf ep-flow:Inventory .
...@@ -242,37 +242,37 @@ ep-flow:ElectricPowerFlow ...@@ -242,37 +242,37 @@ ep-flow:ElectricPowerFlow
242 rdfs:subClassOf ep-flow:Flow . 242 rdfs:subClassOf ep-flow:Flow .
243 243
244 ep-flow:EstimatedFlow 244 ep-flow:EstimatedFlow
245 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 245 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
246 rdfs:comment "flow that is estimated or calculated, possibly based on comparable product flow units, but not based on reservoir simulations for the particular product flow unit (source: MPR-XSD)"^^xsd:string ; 246 rdfs:comment "flow that is estimated or calculated, possibly based on comparable product flow units, but not based on reservoir simulations for the particular product flow unit (source: MPR-XSD)"^^xsd:string ;
247 rdfs:label "estimated flow"^^xsd:string ; 247 rdfs:label "estimated flow"^^xsd:string ;
248 rdfs:subClassOf ep-flow:Flow . 248 rdfs:subClassOf ep-flow:Flow .
249 249
250 ep-flow:EstimatedInventory 250 ep-flow:EstimatedInventory
251 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 251 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
252 rdfs:comment "is \"estimated\" valid for an inventory"^^xsd:string ; 252 rdfs:comment "is \"estimated\" valid for an inventory"^^xsd:string ;
253 rdfs:label "estimated inventory"^^xsd:string ; 253 rdfs:label "estimated inventory"^^xsd:string ;
254 rdfs:subClassOf ep-flow:Inventory . 254 rdfs:subClassOf ep-flow:Inventory .
255 255
256 ep-flow:ExportFlow 256 ep-flow:ExportFlow
257 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 257 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
258 rdfs:comment "flow that leaves a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ; 258 rdfs:comment "flow that leaves a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ;
259 rdfs:label "export"^^xsd:string ; 259 rdfs:label "export"^^xsd:string ;
260 rdfs:subClassOf ep-flow:Flow . 260 rdfs:subClassOf ep-flow:Flow .
261 261
262 ep-flow:ExportFlow-nominated 262 ep-flow:ExportFlow-nominated
263 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 263 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
264 rdfs:comment "export flow that is planned (source: MPR-XSD)"^^xsd:string ; 264 rdfs:comment "export flow that is planned (source: MPR-XSD)"^^xsd:string ;
265 rdfs:label "export flow nominated"^^xsd:string ; 265 rdfs:label "export flow nominated"^^xsd:string ;
266 rdfs:subClassOf ep-flow:ExportFlow . 266 rdfs:subClassOf ep-flow:ExportFlow .
267 267
268 ep-flow:ExportFlow-requested 268 ep-flow:ExportFlow-requested
269 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 269 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
270 rdfs:comment "export flow that is requested (source: MPR-XSD)"^^xsd:string ; 270 rdfs:comment "export flow that is requested (source: MPR-XSD)"^^xsd:string ;
271 rdfs:label "export flow requested"^^xsd:string ; 271 rdfs:label "export flow requested"^^xsd:string ;
272 rdfs:subClassOf ep-flow:ExportFlow . 272 rdfs:subClassOf ep-flow:ExportFlow .
273 273
274 ep-flow:ExportFlow-shortfall 274 ep-flow:ExportFlow-shortfall
275 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 275 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
276 rdfs:comment "export flow that is the difference between what was requested and what was delivered (source: MPR-XSD)"^^xsd:string ; 276 rdfs:comment "export flow that is the difference between what was requested and what was delivered (source: MPR-XSD)"^^xsd:string ;
277 rdfs:label "export flow shortfall"^^xsd:string ; 277 rdfs:label "export flow shortfall"^^xsd:string ;
278 rdfs:subClassOf ep-flow:ExportFlow . 278 rdfs:subClassOf ep-flow:ExportFlow .
...@@ -344,67 +344,67 @@ ep-flow:FlowOfLiquid ...@@ -344,67 +344,67 @@ ep-flow:FlowOfLiquid
344 rdfs:subClassOf ep-flow:Flow . 344 rdfs:subClassOf ep-flow:Flow .
345 345
346 ep-flow:FlowToSale 346 ep-flow:FlowToSale
347 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 347 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
348 rdfs:comment "flow that is sold and transported to a buyer by pipeline (source: MPR-XSD)"^^xsd:string ; 348 rdfs:comment "flow that is sold and transported to a buyer by pipeline (source: MPR-XSD)"^^xsd:string ;
349 rdfs:label "flow to sale"^^xsd:string ; 349 rdfs:label "flow to sale"^^xsd:string ;
350 rdfs:subClassOf ep-flow:Flow . 350 rdfs:subClassOf ep-flow:Flow .
351 351
352 ep-flow:FlowToStorage 352 ep-flow:FlowToStorage
353 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 353 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
354 rdfs:comment "flow that is directed to one or more storage locations (source: MPR-XSD)"^^xsd:string ; 354 rdfs:comment "flow that is directed to one or more storage locations (source: MPR-XSD)"^^xsd:string ;
355 rdfs:label "flow to storage"^^xsd:string ; 355 rdfs:label "flow to storage"^^xsd:string ;
356 rdfs:subClassOf ep-flow:Flow . 356 rdfs:subClassOf ep-flow:Flow .
357 357
358 ep-flow:ForecastFlow 358 ep-flow:ForecastFlow
359 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 359 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
360 rdfs:comment "flow that is a forecast (source: MPR-XSD)"^^xsd:string ; 360 rdfs:comment "flow that is a forecast (source: MPR-XSD)"^^xsd:string ;
361 rdfs:label "forecast flow"^^xsd:string ; 361 rdfs:label "forecast flow"^^xsd:string ;
362 rdfs:subClassOf ep-flow:Flow . 362 rdfs:subClassOf ep-flow:Flow .
363 363
364 ep-flow:ForecastFlow-declineCurve 364 ep-flow:ForecastFlow-declineCurve
365 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 365 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
366 rdfs:comment "forecast flow that is calculated using a pseudo decline-curve of flow rate over time. This presumes that the flow will not be interrupted over the time period. (source: MPR-XSD)"^^xsd:string ; 366 rdfs:comment "forecast flow that is calculated using a pseudo decline-curve of flow rate over time. This presumes that the flow will not be interrupted over the time period. (source: MPR-XSD)"^^xsd:string ;
367 rdfs:label "forecast flow - decline curve"^^xsd:string ; 367 rdfs:label "forecast flow - decline curve"^^xsd:string ;
368 rdfs:subClassOf ep-flow:ForecastFlow . 368 rdfs:subClassOf ep-flow:ForecastFlow .
369 369
370 ep-flow:ForecastFlow-standard 370 ep-flow:ForecastFlow-standard
371 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 371 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
372 rdfs:comment "forecast flow that is a standard forecast as opposed to calculated using a decline curve (source: MPR-XSD)"^^xsd:string ; 372 rdfs:comment "forecast flow that is a standard forecast as opposed to calculated using a decline curve (source: MPR-XSD)"^^xsd:string ;
373 rdfs:label "forecast flow - standard"^^xsd:string ; 373 rdfs:label "forecast flow - standard"^^xsd:string ;
374 rdfs:subClassOf ep-flow:ForecastFlow . 374 rdfs:subClassOf ep-flow:ForecastFlow .
375 375
376 ep-flow:ForecastInventory 376 ep-flow:ForecastInventory
377 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 377 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
378 rdfs:comment "inventory that is a forecast (source: MPR-XSD)"^^xsd:string ; 378 rdfs:comment "inventory that is a forecast (source: MPR-XSD)"^^xsd:string ;
379 rdfs:label "forecast inventory"^^xsd:string ; 379 rdfs:label "forecast inventory"^^xsd:string ;
380 rdfs:subClassOf ep-flow:Inventory . 380 rdfs:subClassOf ep-flow:Inventory .
381 381
382 ep-flow:GasLiftFlow 382 ep-flow:GasLiftFlow
383 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 383 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
384 rdfs:comment "injection flow into a producing well to reduce the hydrostataic pressure of the fluid column. The resulting reduction in bottom hole pressure allows the reservoir liquids to flow. (source: MPR-XSD)"^^xsd:string ; 384 rdfs:comment "injection flow into a producing well to reduce the hydrostataic pressure of the fluid column. The resulting reduction in bottom hole pressure allows the reservoir liquids to flow. (source: MPR-XSD)"^^xsd:string ;
385 rdfs:label "gas lift flow"^^xsd:string ; 385 rdfs:label "gas lift flow"^^xsd:string ;
386 rdfs:subClassOf ep-flow:InjectionFlow . 386 rdfs:subClassOf ep-flow:InjectionFlow .
387 387
388 ep-flow:GrossProductFlow 388 ep-flow:GrossProductFlow
389 - rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; 389 + rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ;
390 rdfs:comment "probably a mistake - should be rolled up as condensate-gross or oil-gross"^^xsd:string ; 390 rdfs:comment "probably a mistake - should be rolled up as condensate-gross or oil-gross"^^xsd:string ;
391 rdfs:label "gross product flow"^^xsd:string ; 391 rdfs:label "gross product flow"^^xsd:string ;
392 rdfs:subClassOf ep-flow:ProductFlow . 392 rdfs:subClassOf ep-flow:ProductFlow .
393 393
394 ep-flow:HydrocarbonAccountingFlow 394 ep-flow:HydrocarbonAccountingFlow
395 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 395 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
396 rdfs:comment "flow that is an accounting of all of the fluids into and out of Stock (i.e., Inventory) which includes all storage facilities at a site including fluid within a pipeline (source: MPR-XSD)"^^xsd:string ; 396 rdfs:comment "flow that is an accounting of all of the fluids into and out of Stock (i.e., Inventory) which includes all storage facilities at a site including fluid within a pipeline (source: MPR-XSD)"^^xsd:string ;
397 rdfs:label "hydrocarbon accounting"^^xsd:string ; 397 rdfs:label "hydrocarbon accounting"^^xsd:string ;
398 rdfs:subClassOf ep-flow:Flow . 398 rdfs:subClassOf ep-flow:Flow .
399 399
400 ep-flow:ImportFlow 400 ep-flow:ImportFlow
401 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 401 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
402 rdfs:comment "flow that enters a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ; 402 rdfs:comment "flow that enters a facility for commercial purposes (source: MPR-XSD)"^^xsd:string ;
403 rdfs:label "import"^^xsd:string ; 403 rdfs:label "import"^^xsd:string ;
404 rdfs:subClassOf ep-flow:Flow . 404 rdfs:subClassOf ep-flow:Flow .
405 405
406 ep-flow:InjectionFlow 406 ep-flow:InjectionFlow
407 - rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ; 407 + rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
408 rdfs:comment "flow that is injected into a well (source: MPR-XSD)"^^xsd:string ; 408 rdfs:comment "flow that is injected into a well (source: MPR-XSD)"^^xsd:string ;
409 rdfs:label "injection flow"^^xsd:string ; 409 rdfs:label "injection flow"^^xsd:string ;
410 rdfs:subClassOf ep-flow:Flow . 410 rdfs:subClassOf ep-flow:Flow .
...@@ -416,79 +416,79 @@ ep-flow:Inventory ...@@ -416,79 +416,79 @@ ep-flow:Inventory
416 rdfs:subClassOf ep-core:PhysicalObject . 416 rdfs:subClassOf ep-core:PhysicalObject .
417 417
418 ep-flow:MassAdjustedFlow 418 ep-flow:MassAdjustedFlow
419 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 419 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
420 rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; 420 rdfs:comment "flow that <not documented in XSD>"^^xsd:string ;
421 rdfs:label "mass adjusted flow"^^xsd:string ; 421 rdfs:label "mass adjusted flow"^^xsd:string ;
422 rdfs:subClassOf ep-flow:Flow . 422 rdfs:subClassOf ep-flow:Flow .
423 423
424 ep-flow:MeasuredFlow 424 ep-flow:MeasuredFlow
425 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 425 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
426 rdfs:comment "flow that is actually measured at the port (source: MPR-XSD)"^^xsd:string ; 426 rdfs:comment "flow that is actually measured at the port (source: MPR-XSD)"^^xsd:string ;
427 rdfs:label "measured flow"^^xsd:string ; 427 rdfs:label "measured flow"^^xsd:string ;
428 rdfs:subClassOf ep-flow:Flow . 428 rdfs:subClassOf ep-flow:Flow .
429 429
430 ep-flow:MeasuredFlow-fiscal 430 ep-flow:MeasuredFlow-fiscal
431 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 431 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
432 rdfs:comment "measured flow that was measured for fiscal purposes"^^xsd:string ; 432 rdfs:comment "measured flow that was measured for fiscal purposes"^^xsd:string ;
433 rdfs:label "measured flow - fiscal"^^xsd:string ; 433 rdfs:label "measured flow - fiscal"^^xsd:string ;
434 rdfs:subClassOf ep-flow:MeasuredFlow . 434 rdfs:subClassOf ep-flow:MeasuredFlow .
435 435
436 ep-flow:MeasuredFlow-raw 436 ep-flow:MeasuredFlow-raw
437 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 437 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
438 rdfs:comment "measured flow that is a raw measurement (source: MPR-XSD)"^^xsd:string ; 438 rdfs:comment "measured flow that is a raw measurement (source: MPR-XSD)"^^xsd:string ;
439 rdfs:label "measured flow - raw"^^xsd:string ; 439 rdfs:label "measured flow - raw"^^xsd:string ;
440 rdfs:subClassOf ep-flow:MeasuredFlow . 440 rdfs:subClassOf ep-flow:MeasuredFlow .
441 441
442 ep-flow:MeasuredFlow-recalibrated 442 ep-flow:MeasuredFlow-recalibrated
443 - rdf:type ep-flow:ProductionFlowDefinitionSubType , owl:Class ; 443 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionSubType ;
444 rdfs:comment "measured flow that has been changed because of a recalibration of a sensor (source: MPR-XSD)"^^xsd:string ; 444 rdfs:comment "measured flow that has been changed because of a recalibration of a sensor (source: MPR-XSD)"^^xsd:string ;
445 rdfs:label "measured flow - recalibrated"^^xsd:string ; 445 rdfs:label "measured flow - recalibrated"^^xsd:string ;
446 rdfs:subClassOf ep-flow:MeasuredFlow . 446 rdfs:subClassOf ep-flow:MeasuredFlow .
447 447
448 ep-flow:MeasuredInventory 448 ep-flow:MeasuredInventory
449 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 449 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
450 rdfs:comment "inventory that is actually measured (source: MPR-XSD)"^^xsd:string ; 450 rdfs:comment "inventory that is actually measured (source: MPR-XSD)"^^xsd:string ;
451 rdfs:label "measured inventory"^^xsd:string ; 451 rdfs:label "measured inventory"^^xsd:string ;
452 rdfs:subClassOf ep-flow:Inventory . 452 rdfs:subClassOf ep-flow:Inventory .
453 453
454 ep-flow:MeteredFlowFiscal 454 ep-flow:MeteredFlowFiscal
455 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 455 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
456 rdfs:comment "flow that is generated by measurement and calculation and has an impact on company revenue and government taxation"^^xsd:string ; 456 rdfs:comment "flow that is generated by measurement and calculation and has an impact on company revenue and government taxation"^^xsd:string ;
457 rdfs:label "metered flow fiscal"^^xsd:string ; 457 rdfs:label "metered flow fiscal"^^xsd:string ;
458 rdfs:subClassOf ep-flow:Flow . 458 rdfs:subClassOf ep-flow:Flow .
459 459
460 ep-flow:NetProductFlow 460 ep-flow:NetProductFlow
461 - rdf:type ep-flow:ProductFlowGrossOrNetType , owl:Class ; 461 + rdf:type owl:Class , ep-flow:ProductFlowGrossOrNetType ;
462 rdfs:comment "probably a mistake - should be rolled up as condensate-net"^^xsd:string ; 462 rdfs:comment "probably a mistake - should be rolled up as condensate-net"^^xsd:string ;
463 rdfs:label "net product flow"^^xsd:string ; 463 rdfs:label "net product flow"^^xsd:string ;
464 rdfs:subClassOf ep-flow:ProductFlow . 464 rdfs:subClassOf ep-flow:ProductFlow .
465 465
466 ep-flow:NominatedFlow 466 ep-flow:NominatedFlow
467 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 467 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
468 rdfs:comment "flow that is a promise to a buyer. Normally a 1 day forcast. (source: MPR-XSD)"^^xsd:string ; 468 rdfs:comment "flow that is a promise to a buyer. Normally a 1 day forcast. (source: MPR-XSD)"^^xsd:string ;
469 rdfs:label "nominated flow"^^xsd:string ; 469 rdfs:label "nominated flow"^^xsd:string ;
470 rdfs:subClassOf ep-flow:Flow . 470 rdfs:subClassOf ep-flow:Flow .
471 471
472 ep-flow:NominatedInventory 472 ep-flow:NominatedInventory
473 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 473 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
474 rdfs:comment "is \"nominated\" valid for an inventory"^^xsd:string ; 474 rdfs:comment "is \"nominated\" valid for an inventory"^^xsd:string ;
475 rdfs:label "nominated inventory"^^xsd:string ; 475 rdfs:label "nominated inventory"^^xsd:string ;
476 rdfs:subClassOf ep-flow:Inventory . 476 rdfs:subClassOf ep-flow:Inventory .
477 477
478 ep-flow:OverboardFlow 478 ep-flow:OverboardFlow
479 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 479 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
480 rdfs:comment "flow that is overboard into the sea (source: MPR-XSD)"^^xsd:string ; 480 rdfs:comment "flow that is overboard into the sea (source: MPR-XSD)"^^xsd:string ;
481 rdfs:label "overboard"^^xsd:string ; 481 rdfs:label "overboard"^^xsd:string ;
482 rdfs:subClassOf ep-flow:Flow . 482 rdfs:subClassOf ep-flow:Flow .
483 483
484 ep-flow:PotentialFlow 484 ep-flow:PotentialFlow
485 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 485 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
486 rdfs:comment "flow that is the estimated maximum possible (source: MPR-XSD)"^^xsd:string ; 486 rdfs:comment "flow that is the estimated maximum possible (source: MPR-XSD)"^^xsd:string ;
487 rdfs:label "potential flow"^^xsd:string ; 487 rdfs:label "potential flow"^^xsd:string ;
488 rdfs:subClassOf ep-flow:Flow . 488 rdfs:subClassOf ep-flow:Flow .
489 489
490 ep-flow:PotentialInventory 490 ep-flow:PotentialInventory
491 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 491 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
492 rdfs:comment "inventory that is the estimated maximum possible (source: MPR-XSD)"^^xsd:string ; 492 rdfs:comment "inventory that is the estimated maximum possible (source: MPR-XSD)"^^xsd:string ;
493 rdfs:label "potential inventory"^^xsd:string ; 493 rdfs:label "potential inventory"^^xsd:string ;
494 rdfs:subClassOf ep-flow:Inventory . 494 rdfs:subClassOf ep-flow:Inventory .
...@@ -506,13 +506,13 @@ ep-flow:PrecipitationType ...@@ -506,13 +506,13 @@ ep-flow:PrecipitationType
506 rdfs:subClassOf owl:Class . 506 rdfs:subClassOf owl:Class .
507 507
508 ep-flow:ProcessedFlow 508 ep-flow:ProcessedFlow
509 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 509 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
510 rdfs:comment "flow that has been processed. This is different from derived flow because it is fundamentally a variation of the original flow. (source: MPR-XSD)"^^xsd:string ; 510 rdfs:comment "flow that has been processed. This is different from derived flow because it is fundamentally a variation of the original flow. (source: MPR-XSD)"^^xsd:string ;
511 rdfs:label "processed flow"^^xsd:string ; 511 rdfs:label "processed flow"^^xsd:string ;
512 rdfs:subClassOf ep-flow:Flow . 512 rdfs:subClassOf ep-flow:Flow .
513 513
514 ep-flow:ProcessedInventory 514 ep-flow:ProcessedInventory
515 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 515 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
516 rdfs:comment "inventory that is defined by processing measured values. This is different from a derived inventory because it is fundamentally a variation of the original. (source: MPR-XSD)"^^xsd:string ; 516 rdfs:comment "inventory that is defined by processing measured values. This is different from a derived inventory because it is fundamentally a variation of the original. (source: MPR-XSD)"^^xsd:string ;
517 rdfs:label "processed inventory"^^xsd:string ; 517 rdfs:label "processed inventory"^^xsd:string ;
518 rdfs:subClassOf ep-flow:Inventory . 518 rdfs:subClassOf ep-flow:Inventory .
...@@ -542,31 +542,31 @@ ep-flow:ProductInventory ...@@ -542,31 +542,31 @@ ep-flow:ProductInventory
542 rdfs:subClassOf ep-flow:Inventory . 542 rdfs:subClassOf ep-flow:Inventory .
543 543
544 ep-flow:ProductInventoryAdjustedClosingBalance 544 ep-flow:ProductInventoryAdjustedClosingBalance
545 - rdf:type ep-flow:ProductInventoryType , owl:Class ; 545 + rdf:type owl:Class , ep-flow:ProductInventoryType ;
546 rdfs:comment "product inventory that <not documented in XSD>"^^xsd:string ; 546 rdfs:comment "product inventory that <not documented in XSD>"^^xsd:string ;
547 rdfs:label "product inventory adjusted closing balance"^^xsd:string ; 547 rdfs:label "product inventory adjusted closing balance"^^xsd:string ;
548 rdfs:subClassOf ep-flow:ProductInventory . 548 rdfs:subClassOf ep-flow:ProductInventory .
549 549
550 ep-flow:ProductInventoryClosingBalance 550 ep-flow:ProductInventoryClosingBalance
551 - rdf:type ep-flow:ProductInventoryType , owl:Class ; 551 + rdf:type owl:Class , ep-flow:ProductInventoryType ;
552 rdfs:comment "product inventory that is at the end of a time period (source: MPR-XSD)"^^xsd:string ; 552 rdfs:comment "product inventory that is at the end of a time period (source: MPR-XSD)"^^xsd:string ;
553 rdfs:label "product inventory closing balance"^^xsd:string ; 553 rdfs:label "product inventory closing balance"^^xsd:string ;
554 rdfs:subClassOf ep-flow:ProductInventory . 554 rdfs:subClassOf ep-flow:ProductInventory .
555 555
556 ep-flow:ProductInventoryClosingStorageBalance 556 ep-flow:ProductInventoryClosingStorageBalance
557 - rdf:type ep-flow:ProductInventoryType , owl:Class ; 557 + rdf:type owl:Class , ep-flow:ProductInventoryType ;
558 rdfs:comment "product inventory closing balance that has been adjusted"^^xsd:string ; 558 rdfs:comment "product inventory closing balance that has been adjusted"^^xsd:string ;
559 rdfs:label "product inventory closing storage balance"^^xsd:string ; 559 rdfs:label "product inventory closing storage balance"^^xsd:string ;
560 rdfs:subClassOf ep-flow:ProductInventory . 560 rdfs:subClassOf ep-flow:ProductInventory .
561 561
562 ep-flow:ProductInventoryOpFlex 562 ep-flow:ProductInventoryOpFlex
563 - rdf:type ep-flow:ProductInventoryType , owl:Class ; 563 + rdf:type owl:Class , ep-flow:ProductInventoryType ;
564 rdfs:comment "product inventory that is the unused and availiable quantity of gas within a gas transportation system and/or at one or many gas producing fields that is accessible by the operator responsible for gas transportation for the purposes of alleviating field curtailment (source: MPR-XSD)"^^xsd:string ; 564 rdfs:comment "product inventory that is the unused and availiable quantity of gas within a gas transportation system and/or at one or many gas producing fields that is accessible by the operator responsible for gas transportation for the purposes of alleviating field curtailment (source: MPR-XSD)"^^xsd:string ;
565 rdfs:label "product inventory opFlex"^^xsd:string ; 565 rdfs:label "product inventory opFlex"^^xsd:string ;
566 rdfs:subClassOf ep-flow:ProductInventory . 566 rdfs:subClassOf ep-flow:ProductInventory .
567 567
568 ep-flow:ProductInventoryOpeningBalance 568 ep-flow:ProductInventoryOpeningBalance
569 - rdf:type ep-flow:ProductInventoryType , owl:Class ; 569 + rdf:type owl:Class , ep-flow:ProductInventoryType ;
570 rdfs:comment "product inventory that is at the beginning of a time period (source: MPR-XSD)"^^xsd:string ; 570 rdfs:comment "product inventory that is at the beginning of a time period (source: MPR-XSD)"^^xsd:string ;
571 rdfs:label "product inventory opening balance"^^xsd:string ; 571 rdfs:label "product inventory opening balance"^^xsd:string ;
572 rdfs:subClassOf ep-flow:ProductInventory . 572 rdfs:subClassOf ep-flow:ProductInventory .
...@@ -584,7 +584,7 @@ ep-flow:ProductMaterialType ...@@ -584,7 +584,7 @@ ep-flow:ProductMaterialType
584 rdfs:subClassOf owl:Class . 584 rdfs:subClassOf owl:Class .
585 585
586 ep-flow:ProductionExploitation 586 ep-flow:ProductionExploitation
587 - rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ; 587 + rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
588 rdfs:comment "flow that is exploited from a reservoir. This is independent of any disposition. (source: MPR-XSD)"^^xsd:string ; 588 rdfs:comment "flow that is exploited from a reservoir. This is independent of any disposition. (source: MPR-XSD)"^^xsd:string ;
589 rdfs:label "production exploitation"^^xsd:string ; 589 rdfs:label "production exploitation"^^xsd:string ;
590 rdfs:subClassOf ep-flow:Flow . 590 rdfs:subClassOf ep-flow:Flow .
...@@ -684,67 +684,67 @@ ep-flow:ProductionTestWellHeadFlow ...@@ -684,67 +684,67 @@ ep-flow:ProductionTestWellHeadFlow
684 rdfs:subClassOf ep-flow:Flow . 684 rdfs:subClassOf ep-flow:Flow .
685 685
686 ep-flow:QuotaFlow 686 ep-flow:QuotaFlow
687 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 687 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
688 rdfs:comment "flow that is set by some authority, and that may or may not be based on technical criteria (source: MPR-XSD)"^^xsd:string ; 688 rdfs:comment "flow that is set by some authority, and that may or may not be based on technical criteria (source: MPR-XSD)"^^xsd:string ;
689 rdfs:label "quota flow"^^xsd:string ; 689 rdfs:label "quota flow"^^xsd:string ;
690 rdfs:subClassOf ep-flow:Flow . 690 rdfs:subClassOf ep-flow:Flow .
691 691
692 ep-flow:QuotaInventory 692 ep-flow:QuotaInventory
693 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 693 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
694 rdfs:comment "inventory set by some authority, which may or may not be based on technical criteria (source: MPR-XSD)"^^xsd:string ; 694 rdfs:comment "inventory set by some authority, which may or may not be based on technical criteria (source: MPR-XSD)"^^xsd:string ;
695 rdfs:label "quota inventory"^^xsd:string ; 695 rdfs:label "quota inventory"^^xsd:string ;
696 rdfs:subClassOf ep-flow:Inventory . 696 rdfs:subClassOf ep-flow:Inventory .
697 697
698 ep-flow:RecommendedFlow 698 ep-flow:RecommendedFlow
699 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 699 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
700 rdfs:comment "flow that is believed to be very desirable if it can be achieved. This a recommendation that something be changed in order to achieve this flow. (source: MPR-XSD)"^^xsd:string ; 700 rdfs:comment "flow that is believed to be very desirable if it can be achieved. This a recommendation that something be changed in order to achieve this flow. (source: MPR-XSD)"^^xsd:string ;
701 rdfs:label "recommended flow"^^xsd:string ; 701 rdfs:label "recommended flow"^^xsd:string ;
702 rdfs:subClassOf ep-flow:Flow . 702 rdfs:subClassOf ep-flow:Flow .
703 703
704 ep-flow:RecommendedInventory 704 ep-flow:RecommendedInventory
705 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 705 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
706 rdfs:comment "inventory that is believed to be very desirable if it can be achieved. This a recommendation that something be changed in order to achieve this. (source: MPR-XSD)"^^xsd:string ; 706 rdfs:comment "inventory that is believed to be very desirable if it can be achieved. This a recommendation that something be changed in order to achieve this. (source: MPR-XSD)"^^xsd:string ;
707 rdfs:label "recommended inventory"^^xsd:string ; 707 rdfs:label "recommended inventory"^^xsd:string ;
708 rdfs:subClassOf ep-flow:Inventory . 708 rdfs:subClassOf ep-flow:Inventory .
709 709
710 ep-flow:SaleableFlow 710 ep-flow:SaleableFlow
711 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 711 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
712 rdfs:comment "flow that is of a product marked as being saleable. Hence the final destination would be sale. (source: MPR-XSD)"^^xsd:string ; 712 rdfs:comment "flow that is of a product marked as being saleable. Hence the final destination would be sale. (source: MPR-XSD)"^^xsd:string ;
713 rdfs:label "saleable flow"^^xsd:string ; 713 rdfs:label "saleable flow"^^xsd:string ;
714 rdfs:subClassOf ep-flow:Flow . 714 rdfs:subClassOf ep-flow:Flow .
715 715
716 ep-flow:SaleableInventory 716 ep-flow:SaleableInventory
717 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 717 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
718 rdfs:comment "inventory that is of marked as being saleable. Hence the final destination of the material would be a sale. (source: MPR-XSD)"^^xsd:string ; 718 rdfs:comment "inventory that is of marked as being saleable. Hence the final destination of the material would be a sale. (source: MPR-XSD)"^^xsd:string ;
719 rdfs:label "saleable inventory"^^xsd:string ; 719 rdfs:label "saleable inventory"^^xsd:string ;
720 rdfs:subClassOf ep-flow:Inventory . 720 rdfs:subClassOf ep-flow:Inventory .
721 721
722 ep-flow:SimulatedFlow 722 ep-flow:SimulatedFlow
723 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 723 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
724 rdfs:comment "flow that is estimated based on a simulation that includes the particular product flow unit (source: MPR-XSD)"^^xsd:string ; 724 rdfs:comment "flow that is estimated based on a simulation that includes the particular product flow unit (source: MPR-XSD)"^^xsd:string ;
725 rdfs:label "simulated flow"^^xsd:string ; 725 rdfs:label "simulated flow"^^xsd:string ;
726 rdfs:subClassOf ep-flow:Flow . 726 rdfs:subClassOf ep-flow:Flow .
727 727
728 ep-flow:SimulatedInventory 728 ep-flow:SimulatedInventory
729 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 729 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
730 rdfs:comment "inventory that is an estimate based upon a simulation (source: MPR-XSD)"^^xsd:string ; 730 rdfs:comment "inventory that is an estimate based upon a simulation (source: MPR-XSD)"^^xsd:string ;
731 rdfs:label "simulated inventory"^^xsd:string ; 731 rdfs:label "simulated inventory"^^xsd:string ;
732 rdfs:subClassOf ep-flow:Inventory . 732 rdfs:subClassOf ep-flow:Inventory .
733 733
734 ep-flow:TargetFlow 734 ep-flow:TargetFlow
735 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 735 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
736 rdfs:comment "flow that is desired (source: MPR-XSD)"^^xsd:string ; 736 rdfs:comment "flow that is desired (source: MPR-XSD)"^^xsd:string ;
737 rdfs:label "target flow"^^xsd:string ; 737 rdfs:label "target flow"^^xsd:string ;
738 rdfs:subClassOf ep-flow:Flow . 738 rdfs:subClassOf ep-flow:Flow .
739 739
740 ep-flow:TargetInventory 740 ep-flow:TargetInventory
741 - rdf:type ep-flow:ProductionInventoryDefinitionType , owl:Class ; 741 + rdf:type owl:Class , ep-flow:ProductionInventoryDefinitionType ;
742 rdfs:comment "inventory that is desired (source: MPR-XSD)"^^xsd:string ; 742 rdfs:comment "inventory that is desired (source: MPR-XSD)"^^xsd:string ;
743 rdfs:label "target inventory"^^xsd:string ; 743 rdfs:label "target inventory"^^xsd:string ;
744 rdfs:subClassOf ep-flow:Inventory . 744 rdfs:subClassOf ep-flow:Inventory .
745 745
746 ep-flow:TariffBasisFlow 746 ep-flow:TariffBasisFlow
747 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 747 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
748 rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; 748 rdfs:comment "flow that <not documented in XSD>"^^xsd:string ;
749 rdfs:label "tariff basis flow"^^xsd:string ; 749 rdfs:label "tariff basis flow"^^xsd:string ;
750 rdfs:subClassOf ep-flow:Flow . 750 rdfs:subClassOf ep-flow:Flow .
...@@ -756,7 +756,7 @@ ep-flow:TemporalPartDurationType ...@@ -756,7 +756,7 @@ ep-flow:TemporalPartDurationType
756 rdfs:subClassOf owl:Class . 756 rdfs:subClassOf owl:Class .
757 757
758 ep-flow:ValueAdjustedFlow 758 ep-flow:ValueAdjustedFlow
759 - rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ; 759 + rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
760 rdfs:comment "flow that <not documented in XSD>"^^xsd:string ; 760 rdfs:comment "flow that <not documented in XSD>"^^xsd:string ;
761 rdfs:label "value adjusted flow"^^xsd:string ; 761 rdfs:label "value adjusted flow"^^xsd:string ;
762 rdfs:subClassOf ep-flow:Flow . 762 rdfs:subClassOf ep-flow:Flow .
...@@ -777,19 +777,19 @@ ep-flow:WholeLifeProductFlow ...@@ -777,19 +777,19 @@ ep-flow:WholeLifeProductFlow
777 rdf:type owl:Class ; 777 rdf:type owl:Class ;
778 rdfs:comment "product flow that is the whole life of a flow of product"^^xsd:string ; 778 rdfs:comment "product flow that is the whole life of a flow of product"^^xsd:string ;
779 rdfs:label "whole life product flow"^^xsd:string ; 779 rdfs:label "whole life product flow"^^xsd:string ;
780 - rdfs:subClassOf ep-flow:ProductFlow , ep-flow:WholeLifeFlow . 780 + rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductFlow .
781 781
782 ep-flow:WholeLifeProductInventory 782 ep-flow:WholeLifeProductInventory
783 rdf:type owl:Class ; 783 rdf:type owl:Class ;
784 rdfs:comment "product inventory that is the whole life of the managed store of product"^^xsd:string ; 784 rdfs:comment "product inventory that is the whole life of the managed store of product"^^xsd:string ;
785 rdfs:label "whole life product inventory"^^xsd:string ; 785 rdfs:label "whole life product inventory"^^xsd:string ;
786 - rdfs:subClassOf ep-flow:ProductInventory , ep-flow:WholeLifeInventory . 786 + rdfs:subClassOf ep-flow:WholeLifeInventory , ep-flow:ProductInventory .
787 787
788 ep-flow:WholeLifeProductionFlow 788 ep-flow:WholeLifeProductionFlow
789 rdf:type owl:Class ; 789 rdf:type owl:Class ;
790 rdfs:comment "production flow that is the whole life of a flow of produced material"^^xsd:string ; 790 rdfs:comment "production flow that is the whole life of a flow of produced material"^^xsd:string ;
791 rdfs:label "whole life production flow"^^xsd:string ; 791 rdfs:label "whole life production flow"^^xsd:string ;
792 - rdfs:subClassOf ep-flow:ProductionFlow , ep-flow:WholeLifeFlow . 792 + rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductionFlow .
793 793
794 ep-flow:WholeLifeProductionFlowNetwork 794 ep-flow:WholeLifeProductionFlowNetwork
795 rdf:type owl:Class ; 795 rdf:type owl:Class ;
...@@ -801,7 +801,7 @@ ep-flow:WholeLifeProductionInventory ...@@ -801,7 +801,7 @@ ep-flow:WholeLifeProductionInventory
801 rdf:type owl:Class ; 801 rdf:type owl:Class ;
802 rdfs:comment "production inventory that is the whole life of a store of produced material"^^xsd:string ; 802 rdfs:comment "production inventory that is the whole life of a store of produced material"^^xsd:string ;
803 rdfs:label "whole life production inventory"^^xsd:string ; 803 rdfs:label "whole life production inventory"^^xsd:string ;
804 - rdfs:subClassOf ep-flow:ProductionInventory , ep-flow:WholeLifeInventory . 804 + rdfs:subClassOf ep-flow:WholeLifeInventory , ep-flow:ProductionInventory .
805 805
806 ep-flow:WholeLifeProductionInventoryCollection 806 ep-flow:WholeLifeProductionInventoryCollection
807 rdf:type owl:Class ; 807 rdf:type owl:Class ;
...@@ -816,28 +816,28 @@ ep-flow:Wind ...@@ -816,28 +816,28 @@ ep-flow:Wind
816 rdfs:subClassOf ep-flow:Flow . 816 rdfs:subClassOf ep-flow:Flow .
817 817
818 ep-flow:allocatedTo 818 ep-flow:allocatedTo
819 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 819 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
820 rdfs:comment "facility that a split of a flow or inventory is allocated to"^^xsd:string ; 820 rdfs:comment "facility that a split of a flow or inventory is allocated to"^^xsd:string ;
821 rdfs:domain ep-core:PhysicalObject ; 821 rdfs:domain ep-core:PhysicalObject ;
822 rdfs:label "allocatedTo"^^xsd:string ; 822 rdfs:label "allocatedTo"^^xsd:string ;
823 rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . 823 rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> .
824 824
825 ep-flow:amountOfPrecipitation 825 ep-flow:amountOfPrecipitation
826 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 826 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
827 rdfs:comment "volume per unit area of material that falls in a precipitation"^^xsd:string ; 827 rdfs:comment "volume per unit area of material that falls in a precipitation"^^xsd:string ;
828 rdfs:domain ep-flow:Precipitation ; 828 rdfs:domain ep-flow:Precipitation ;
829 rdfs:label "amount of precipitation"^^xsd:string ; 829 rdfs:label "amount of precipitation"^^xsd:string ;
830 rdfs:range ep-core:Length . 830 rdfs:range ep-core:Length .
831 831
832 ep-flow:dailyAverageAmountOfMaterial 832 ep-flow:dailyAverageAmountOfMaterial
833 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 833 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
834 rdfs:comment "mass that is the average of the masses of the materials that flows in different days"^^xsd:string ; 834 rdfs:comment "mass that is the average of the masses of the materials that flows in different days"^^xsd:string ;
835 rdfs:domain ep-flow:Flow ; 835 rdfs:domain ep-flow:Flow ;
836 rdfs:label "daily average amount of material"^^xsd:string ; 836 rdfs:label "daily average amount of material"^^xsd:string ;
837 rdfs:range ep-flow:ClassOfMaterialWithMassCriterion . 837 rdfs:range ep-flow:ClassOfMaterialWithMassCriterion .
838 838
839 ep-flow:energyContent 839 ep-flow:energyContent
840 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 840 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
841 rdfs:comment "energy of combustion in a quantity of material"^^xsd:string ; 841 rdfs:comment "energy of combustion in a quantity of material"^^xsd:string ;
842 rdfs:domain ep-material:QuantityOfMaterial ; 842 rdfs:domain ep-material:QuantityOfMaterial ;
843 rdfs:label "energy content"^^xsd:string ; 843 rdfs:label "energy content"^^xsd:string ;
...@@ -888,7 +888,7 @@ ep-flow:flowOutOf ...@@ -888,7 +888,7 @@ ep-flow:flowOutOf
888 rdfs:subPropertyOf ep-flow:flowIntoOrOutOf . 888 rdfs:subPropertyOf ep-flow:flowIntoOrOutOf .
889 889
890 ep-flow:grossCalorificValue 890 ep-flow:grossCalorificValue
891 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 891 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
892 rdfs:comment "energy per volume that is the gross calorific value for a quantity of material"^^xsd:string ; 892 rdfs:comment "energy per volume that is the gross calorific value for a quantity of material"^^xsd:string ;
893 rdfs:domain ep-material:QuantityOfMaterial ; 893 rdfs:domain ep-material:QuantityOfMaterial ;
894 rdfs:label "gross calorific value"^^xsd:string ; 894 rdfs:label "gross calorific value"^^xsd:string ;
...@@ -911,34 +911,28 @@ ep-flow:hasNetworkPart ...@@ -911,34 +911,28 @@ ep-flow:hasNetworkPart
911 rdfs:subPropertyOf ep-core:hasPart . 911 rdfs:subPropertyOf ep-core:hasPart .
912 912
913 ep-flow:horizontalDirectionAzimuth 913 ep-flow:horizontalDirectionAzimuth
914 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 914 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
915 rdfs:comment "plane angle that is the horizontal direction azimuth of a flow"^^xsd:string ; 915 rdfs:comment "plane angle that is the horizontal direction azimuth of a flow"^^xsd:string ;
916 rdfs:domain ep-flow:Flow ; 916 rdfs:domain ep-flow:Flow ;
917 rdfs:label "horizontal direction azimuth"^^xsd:string ; 917 rdfs:label "horizontal direction azimuth"^^xsd:string ;
918 rdfs:range ep-core:PlaneAngle . 918 rdfs:range ep-core:PlaneAngle .
919 919
920 ep-flow:massAtAccountingInstant 920 ep-flow:massAtAccountingInstant
921 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 921 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
922 rdfs:comment "mass that is at the accounting instant for an inventory during a period"^^xsd:string ; 922 rdfs:comment "mass that is at the accounting instant for an inventory during a period"^^xsd:string ;
923 rdfs:domain ep-flow:Inventory ; 923 rdfs:domain ep-flow:Inventory ;
924 rdfs:label "mass at accounting instant"^^xsd:string ; 924 rdfs:label "mass at accounting instant"^^xsd:string ;
925 rdfs:range ep-core:Mass . 925 rdfs:range ep-core:Mass .
926 926
927 ep-flow:materialThatFlows 927 ep-flow:materialThatFlows
928 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 928 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
929 rdfs:comment "quantity of material that moves during a flow"^^xsd:string ; 929 rdfs:comment "quantity of material that moves during a flow"^^xsd:string ;
930 rdfs:domain ep-flow:Flow ; 930 rdfs:domain ep-flow:Flow ;
931 rdfs:label "material that flows"^^xsd:string ; 931 rdfs:label "material that flows"^^xsd:string ;
932 rdfs:range ep-material:QuantityOfMaterial . 932 rdfs:range ep-material:QuantityOfMaterial .
933 933
934 -ep-flow:rateOfFlowOfMaterial
935 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
936 - rdfs:comment "not used in the MPR"^^xsd:string ;
937 - rdfs:label "rate of flow of material"^^xsd:string ;
938 - rdfs:range ep-core:MeasureOfAmountOfMaterial .
939 -
940 ep-flow:yearlyAverageAmountOfMaterial 934 ep-flow:yearlyAverageAmountOfMaterial
941 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 935 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
942 rdfs:comment "mass that is the average of the masses of the materials that flows in different years"^^xsd:string ; 936 rdfs:comment "mass that is the average of the masses of the materials that flows in different years"^^xsd:string ;
943 rdfs:domain ep-flow:Flow ; 937 rdfs:domain ep-flow:Flow ;
944 rdfs:label "yearly average amount of material"^^xsd:string ; 938 rdfs:label "yearly average amount of material"^^xsd:string ;
......
1 -# baseURI: http://www.reportinghub.no/ep/schema/1.0/geography 1 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/geography
2 -# imports: http://www.reportinghub.no/ep/schema/1.0/core 2 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/facility 3 +# imports: http://www.reportinghub.no/ep/schema/1.0/facility
4 -# imports: http://www.reportinghub.no/np/schema/1.0/npd 4 +# imports: http://www.reportinghub.no/np/schema/1.0/npd
5 - 5 +
6 -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . 6 +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
7 -@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . 7 +@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> .
8 -@prefix ep-geo: <http://www.reportinghub.no/ep/schema/geography#> . 8 +@prefix ep-geo: <http://www.reportinghub.no/ep/schema/geography#> .
9 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 9 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
10 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 10 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
11 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 11 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
12 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 12 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
13 - 13 +
14 -<http://www.reportinghub.no/ep/schema/1.0/geography> 14 +<http://www.reportinghub.no/ep/schema/1.0/geography>
15 - rdf:type owl:Ontology ; 15 + rdf:type owl:Ontology ;
16 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/np/schema/1.0/npd> ; 16 + owl:imports <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ;
17 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 17 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
18 - 18 +
19 -ep-core:Area 19 +ep-core:Area
20 - rdf:type ep-core:PropertySpace , rdfs:Class ; 20 + rdf:type rdfs:Class , ep-core:PropertySpace ;
21 - rdfs:label "Area"^^xsd:string ; 21 + rdfs:label "Area"^^xsd:string ;
22 - rdfs:subClassOf owl:Class ; 22 + rdfs:subClassOf owl:Class ;
23 - ep-core:seeReferenceData 23 + ep-core:seeReferenceData
24 - "http://posccaesar.org/rdl/RDS349874"^^xsd:string . 24 + "http://posccaesar.org/rdl/RDS349874"^^xsd:string .
25 - 25 +
26 -ep-core:areaCoveredByBusinessArrangementHasNpdPolygonPart 26 +ep-core:areaCoveredByBusinessArrangementHasNpdPolygonPart
27 - rdf:type owl:TransitiveProperty ; 27 + rdf:type owl:TransitiveProperty ;
28 - rdfs:domain ep-geo:AreaCoveredByBusinessArrangement ; 28 + rdfs:domain ep-geo:AreaCoveredByBusinessArrangement ;
29 - rdfs:range ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon ; 29 + rdfs:range ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon ;
30 - rdfs:subPropertyOf ep-core:hasPart . 30 + rdfs:subPropertyOf ep-core:hasPart .
31 - 31 +
32 -ep-core:km2 32 +ep-core:km2
33 - rdfs:domain ep-core:Area . 33 + rdfs:domain ep-core:Area .
34 - 34 +
35 -ep-core:licenceBlockHasNpdPolygonPart 35 +ep-core:licenceBlockHasNpdPolygonPart
36 - rdf:type owl:TransitiveProperty ; 36 + rdf:type owl:TransitiveProperty ;
37 - rdfs:domain ep-geo:LicenceBlock ; 37 + rdfs:domain ep-geo:LicenceBlock ;
38 - rdfs:range ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon ; 38 + rdfs:range ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon ;
39 - rdfs:subPropertyOf ep-core:hasPart . 39 + rdfs:subPropertyOf ep-core:hasPart .
40 - 40 +
41 -ep-geo:AreaCoveredByBusinessArrangement 41 +ep-geo:AreaCoveredByBusinessArrangement
42 - rdf:type owl:Class ; 42 + rdf:type owl:Class ;
43 - rdfs:comment "A part of the earth recognised in a Business Arrangement"^^xsd:string ; 43 + rdfs:comment "A part of the earth recognised in a Business Arrangement"^^xsd:string ;
44 - rdfs:label "area covered by business arrangement"^^xsd:string ; 44 + rdfs:label "area covered by business arrangement"^^xsd:string ;
45 - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 45 + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
46 - owl:disjointWith ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . 46 + owl:disjointWith ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:LicenceBlock , ep-geo:County , ep-geo:Country .
47 - 47 +
48 -ep-geo:Country 48 +ep-geo:Country
49 - rdf:type owl:Class ; 49 + rdf:type owl:Class ;
50 - rdfs:label "country"^^xsd:string ; 50 + rdfs:label "country"^^xsd:string ;
51 - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 51 + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
52 - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . 52 + owl:disjointWith ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:LicenceBlock , ep-geo:County , ep-geo:AreaCoveredByBusinessArrangement .
53 - 53 +
54 -ep-geo:County 54 +ep-geo:County
55 - rdf:type owl:Class ; 55 + rdf:type owl:Class ;
56 - rdfs:label "county"^^xsd:string ; 56 + rdfs:label "county"^^xsd:string ;
57 - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 57 + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
58 - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . 58 + owl:disjointWith ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:LicenceBlock , ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement .
59 - 59 +
60 -ep-geo:DestinationType 60 +ep-geo:DestinationType
61 - rdf:type rdfs:Class ; 61 + rdf:type rdfs:Class ;
62 - rdfs:label "destination type"^^xsd:string ; 62 + rdfs:label "destination type"^^xsd:string ;
63 - rdfs:subClassOf owl:Class . 63 + rdfs:subClassOf owl:Class .
64 - 64 +
65 -ep-geo:Harbour 65 +ep-geo:Harbour
66 - rdf:type ep-geo:DestinationType , owl:Class ; 66 + rdf:type owl:Class , ep-geo:DestinationType ;
67 - rdfs:label "harbour"^^xsd:string ; 67 + rdfs:label "harbour"^^xsd:string ;
68 - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth . 68 + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth .
69 - 69 +
70 -ep-geo:LicenceBlock 70 +ep-geo:LicenceBlock
71 - rdf:type owl:Class ; 71 + rdf:type owl:Class ;
72 - rdfs:comment "See RDL RDS13025226"^^xsd:string ; 72 + rdfs:comment "See RDL RDS13025226"^^xsd:string ;
73 - rdfs:label "Licence Block"^^xsd:string ; 73 + rdfs:label "Licence Block"^^xsd:string ;
74 - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 74 + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
75 - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:State . 75 + owl:disjointWith ep-geo:State , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:County , ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement .
76 - 76 +
77 -ep-geo:OffshoreLocation 77 +ep-geo:OffshoreLocation
78 - rdf:type owl:Class ; 78 + rdf:type owl:Class ;
79 - rdfs:label "offshore location"^^xsd:string ; 79 + rdfs:label "offshore location"^^xsd:string ;
80 - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth . 80 + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth .
81 - 81 +
82 -ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon 82 +ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon
83 - rdf:type owl:Class ; 83 + rdf:type owl:Class ;
84 - rdfs:label "part of the surface of the earth specified as a polygon"^^xsd:string ; 84 + rdfs:label "part of the surface of the earth specified as a polygon"^^xsd:string ;
85 - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 85 + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
86 - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:State . 86 + owl:disjointWith ep-geo:State , ep-geo:LicenceBlock , ep-geo:County , ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement .
87 - 87 +
88 -ep-geo:PartOfTheSurfaceOfTheEarth 88 +ep-geo:PartOfTheSurfaceOfTheEarth
89 - rdf:type owl:Class ; 89 + rdf:type owl:Class ;
90 - rdfs:label "part of the surface of the earth, including airspace above and earth/sea below"^^xsd:string ; 90 + rdfs:label "part of the surface of the earth, including airspace above and earth/sea below"^^xsd:string ;
91 - rdfs:subClassOf ep-core:PhysicalObject . 91 + rdfs:subClassOf ep-core:PhysicalObject .
92 - 92 +
93 -ep-geo:State 93 +ep-geo:State
94 - rdf:type owl:Class ; 94 + rdf:type owl:Class ;
95 - rdfs:label "state"^^xsd:string ; 95 + rdfs:comment "part of the surface of the earth that is a state or province (source: MPR-XSD)"^^xsd:string ;
96 - rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ; 96 + rdfs:label "state"^^xsd:string ;
97 - owl:disjointWith ep-geo:AreaCoveredByBusinessArrangement , ep-geo:Country , ep-geo:County , ep-geo:LicenceBlock , ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon . 97 + rdfs:subClassOf ep-geo:PartOfTheSurfaceOfTheEarth ;
98 - 98 + owl:disjointWith ep-geo:PartOfSurfaceOfTheEarthSpecifiedAsPolygon , ep-geo:LicenceBlock , ep-geo:County , ep-geo:Country , ep-geo:AreaCoveredByBusinessArrangement .
99 -ep-geo:Terminal 99 +
100 - rdf:type ep-geo:DestinationType , owl:Class ; 100 +ep-geo:Terminal
101 - rdfs:comment "facility that is for the storage of oil, petrochemical products or both"^^xsd:string ; 101 + rdf:type owl:Class , ep-geo:DestinationType ;
102 - rdfs:label "terminal"^^xsd:string ; 102 + rdfs:comment "facility that is for the storage of oil and/or petrochemical products and from which these products are usually transported to end users or further storage facilities (source: MPR-XSD)"^^xsd:string ;
103 - rdfs:subClassOf ep-fac:Facility , ep-geo:PartOfTheSurfaceOfTheEarth . 103 + rdfs:label "terminal"^^xsd:string ;
104 - 104 + rdfs:subClassOf ep-fac:Facility , ep-geo:PartOfTheSurfaceOfTheEarth .
105 -ep-geo:areaOnSurfaceOfEarth 105 +
106 - rdf:type owl:ObjectProperty ; 106 +ep-geo:areaOnSurfaceOfEarth
107 - rdfs:domain ep-geo:PartOfTheSurfaceOfTheEarth ; 107 + rdf:type owl:ObjectProperty ;
108 - rdfs:label "area on surface of Earth"^^xsd:string ; 108 + rdfs:domain ep-geo:PartOfTheSurfaceOfTheEarth ;
109 - rdfs:range ep-core:Area . 109 + rdfs:label "area on surface of Earth"^^xsd:string ;
110 - 110 + rdfs:range ep-core:Area .
111 -ep-geo:businessArrangementGoverningArea 111 +
112 - rdf:type owl:ObjectProperty ; 112 +ep-geo:businessArrangementGoverningArea
113 - rdfs:domain ep-geo:AreaCoveredByBusinessArrangement ; 113 + rdf:type owl:ObjectProperty ;
114 - rdfs:label "business arrangement governing area"^^xsd:string ; 114 + rdfs:domain ep-geo:AreaCoveredByBusinessArrangement ;
115 - rdfs:range <http://www.reportinghub.no/np/schema/npd#BusinessArrangementArea> . 115 + rdfs:label "business arrangement governing area"^^xsd:string ;
116 - 116 + rdfs:range <http://www.reportinghub.no/np/schema/npd#BusinessArrangementArea> .
117 -ep-geo:hasAreaName 117 +
118 - rdf:type owl:DatatypeProperty ; 118 +ep-geo:hasAreaName
119 - rdfs:domain ep-geo:OffshoreLocation ; 119 + rdf:type owl:DatatypeProperty ;
120 - rdfs:label "has area name"^^xsd:string . 120 + rdfs:domain ep-geo:OffshoreLocation ;
121 - 121 + rdfs:label "has area name"^^xsd:string .
122 -ep-geo:hasNorthSeaAreaName 122 +
123 - rdf:type owl:DatatypeProperty ; 123 +ep-geo:hasNorthSeaAreaName
124 - rdfs:domain ep-geo:OffshoreLocation ; 124 + rdf:type owl:DatatypeProperty ;
125 - rdfs:label "has North Sea area name"^^xsd:string . 125 + rdfs:domain ep-geo:OffshoreLocation ;
126 - 126 + rdfs:label "has North Sea area name"^^xsd:string .
127 -ep-geo:hasNorthSeaBlockSuffixId 127 +
128 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 128 +ep-geo:hasNorthSeaBlockSuffixId
129 - rdfs:domain ep-geo:OffshoreLocation ; 129 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
130 - rdfs:label "has North Sea block suffix ID"^^xsd:string . 130 + rdfs:domain ep-geo:OffshoreLocation ;
131 - 131 + rdfs:label "has North Sea block suffix ID"^^xsd:string .
132 -ep-geo:hasNorthSeaQuadrantId 132 +
133 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 133 +ep-geo:hasNorthSeaQuadrantId
134 - rdfs:domain ep-geo:OffshoreLocation ; 134 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
135 - rdfs:label "has North Sea quadrant ID"^^xsd:string . 135 + rdfs:domain ep-geo:OffshoreLocation ;
136 - 136 + rdfs:label "has North Sea quadrant ID"^^xsd:string .
137 -ep-geo:hasOffshoreLocationComment 137 +
138 - rdf:type owl:DatatypeProperty ; 138 +ep-geo:hasOffshoreLocationComment
139 - rdfs:domain ep-geo:OffshoreLocation ; 139 + rdf:type owl:DatatypeProperty ;
140 - rdfs:label "has offshore location comment"^^xsd:string . 140 + rdfs:domain ep-geo:OffshoreLocation ;
141 - 141 + rdfs:label "has offshore location comment"^^xsd:string .
142 -ep-geo:locatedWithin 142 +
143 - rdf:type owl:ObjectProperty ; 143 +ep-geo:locatedWithin
144 - rdfs:domain ep-core:PhysicalThing ; 144 + rdf:type owl:ObjectProperty ;
145 - rdfs:label "located within"^^xsd:string ; 145 + rdfs:domain ep-core:PhysicalThing ;
146 - rdfs:range ep-core:PhysicalObject . 146 + rdfs:label "located within"^^xsd:string ;
147 - 147 + rdfs:range ep-core:PhysicalObject .
148 -ep-geo:nominallyLocatedAt 148 +
149 - rdf:type owl:ObjectProperty ; 149 +ep-geo:nominallyLocatedAt
150 - rdfs:domain ep-core:PhysicalThing ; 150 + rdf:type owl:ObjectProperty ;
151 - rdfs:label "nominally located at"^^xsd:string ; 151 + rdfs:domain ep-core:PhysicalThing ;
152 - rdfs:range ep-core:PhysicalObject . 152 + rdfs:label "nominally located at"^^xsd:string ;
153 + rdfs:range ep-core:PhysicalObject .
......
1 -# baseURI: http://www.reportinghub.no/ep/schema/1.0/organization 1 +# baseURI: http://www.reportinghub.no/ep/schema/1.0/organization
2 -# imports: http://www.reportinghub.no/ep/schema/1.0/core 2 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/facility 3 +# imports: http://www.reportinghub.no/ep/schema/1.0/facility
4 - 4 +
5 -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . 5 +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
6 -@prefix ep-org: <http://www.reportinghub.no/ep/schema/organization#> . 6 +@prefix ep-org: <http://www.reportinghub.no/ep/schema/organization#> .
7 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 7 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
8 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 8 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
9 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 9 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
10 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 10 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 - 11 +
12 -<http://www.reportinghub.no/ep/schema/1.0/organization> 12 +<http://www.reportinghub.no/ep/schema/1.0/organization>
13 - rdf:type owl:Ontology ; 13 + rdf:type owl:Ontology ;
14 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; 14 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ;
15 - owl:versionInfo "0.1.0"^^xsd:string . 15 + owl:versionInfo "0.1.0"^^xsd:string .
16 - 16 +
17 -ep-org:CateringCrew 17 +ep-org:CateringCrew
18 - rdf:type ep-org:CrewType , owl:Class ; 18 + rdf:type owl:Class , ep-org:CrewType ;
19 - rdfs:comment "the persons from the catering contractor spending the night at the installation"^^xsd:string ; 19 + rdfs:comment "the persons from the catering contractor spending the night at the installation"^^xsd:string ;
20 - rdfs:label "catering crew"^^xsd:string ; 20 + rdfs:label "catering crew"^^xsd:string ;
21 - rdfs:subClassOf ep-org:Crew . 21 + rdfs:subClassOf ep-org:Crew .
22 - 22 +
23 -ep-org:CommercialEntity 23 +ep-org:CommercialEntity
24 - rdf:type owl:Class ; 24 + rdf:type owl:Class ;
25 - rdfs:label "commercial entity"^^xsd:string ; 25 + rdfs:comment "organization that is a group of organisations or facilities as if it were a single composite (source: MPR-XSD)"^^xsd:string ;
26 - rdfs:subClassOf ep-org:PersonOrOrganization ; 26 + rdfs:label "commercial entity"^^xsd:string ;
27 - ep-core:seeReferenceData 27 + rdfs:subClassOf ep-org:PersonOrOrganization ;
28 - "http://posccaesar.org/rdl/RDS418236511"^^xsd:string . 28 + ep-core:seeReferenceData
29 - 29 + "http://posccaesar.org/rdl/RDS418236511"^^xsd:string .
30 -ep-org:Company 30 +
31 - rdf:type owl:Class ; 31 +ep-org:Company
32 - rdfs:comment "organization that is a company"^^xsd:string ; 32 + rdf:type owl:Class ;
33 - rdfs:label "Company"^^xsd:string ; 33 + rdfs:comment "organization that is a company"^^xsd:string ;
34 - rdfs:subClassOf ep-org:Organization-WholeLife . 34 + rdfs:label "Company"^^xsd:string ;
35 - 35 + rdfs:subClassOf ep-org:Organization-WholeLife .
36 -ep-org:ContractorCrew 36 +
37 - rdf:type ep-org:CrewType , owl:Class ; 37 +ep-org:ContractorCrew
38 - rdfs:label "contractor crew"^^xsd:string ; 38 + rdf:type owl:Class , ep-org:CrewType ;
39 - rdfs:subClassOf ep-org:Crew ; 39 + rdfs:label "contractor crew"^^xsd:string ;
40 - ep-core:seeReferenceData 40 + rdfs:subClassOf ep-org:Crew ;
41 - "http://posccaesar.org/rdl/RDS16701329"^^xsd:string . 41 + ep-core:seeReferenceData
42 - 42 + "http://posccaesar.org/rdl/RDS16701329"^^xsd:string .
43 -ep-org:Crew 43 +
44 - rdf:type owl:Class ; 44 +ep-org:Crew
45 - rdfs:label "crew"^^xsd:string ; 45 + rdf:type owl:Class ;
46 - rdfs:subClassOf ep-org:Organization ; 46 + rdfs:label "crew"^^xsd:string ;
47 - ep-core:seeReferenceData 47 + rdfs:subClassOf ep-org:Organization ;
48 - "http://posccaesar.org/rdl/RDS16701120"^^xsd:string . 48 + ep-core:seeReferenceData
49 - 49 + "http://posccaesar.org/rdl/RDS16701120"^^xsd:string .
50 -ep-org:CrewType 50 +
51 - rdf:type rdfs:Class ; 51 +ep-org:CrewType
52 - rdfs:comment "the type of personnel grouping"^^xsd:string ; 52 + rdf:type rdfs:Class ;
53 - rdfs:label "crew type"^^xsd:string ; 53 + rdfs:comment "the type of personnel grouping"^^xsd:string ;
54 - rdfs:subClassOf owl:Class . 54 + rdfs:label "crew type"^^xsd:string ;
55 - 55 + rdfs:subClassOf owl:Class .
56 -ep-org:DayVisitorCrew 56 +
57 - rdf:type ep-org:CrewType , owl:Class ; 57 +ep-org:DayVisitorCrew
58 - rdfs:comment "the persons visiting the installation but not spending the night at the installation"^^xsd:string ; 58 + rdf:type owl:Class , ep-org:CrewType ;
59 - rdfs:label "day visitor crew"^^xsd:string ; 59 + rdfs:comment "the persons visiting the installation but not spending the night at the installation"^^xsd:string ;
60 - rdfs:subClassOf ep-org:Crew . 60 + rdfs:label "day visitor crew"^^xsd:string ;
61 - 61 + rdfs:subClassOf ep-org:Crew .
62 -ep-org:DrillingContractCrew 62 +
63 - rdf:type ep-org:CrewType , owl:Class ; 63 +ep-org:DrillingContractCrew
64 - rdfs:label "drilling contract crew"^^xsd:string ; 64 + rdf:type owl:Class , ep-org:CrewType ;
65 - rdfs:subClassOf ep-org:Crew ; 65 + rdfs:label "drilling contract crew"^^xsd:string ;
66 - ep-core:seeReferenceData 66 + rdfs:subClassOf ep-org:Crew ;
67 - "http://posccaesar.org/rdl/RDS16701510"^^xsd:string . 67 + ep-core:seeReferenceData
68 - 68 + "http://posccaesar.org/rdl/RDS16701510"^^xsd:string .
69 -ep-org:NonOperatorOvernightVisitorCrew 69 +
70 - rdf:type ep-org:CrewType , owl:Class ; 70 +ep-org:NonOperatorOvernightVisitorCrew
71 - rdfs:comment "the persons from an unknown source normally not working on the installation, but spending the night there"^^xsd:string ; 71 + rdf:type owl:Class , ep-org:CrewType ;
72 - rdfs:label "non-operator overnight visitor crew"^^xsd:string ; 72 + rdfs:comment "the persons from an unknown source normally not working on the installation, but spending the night there"^^xsd:string ;
73 - rdfs:subClassOf ep-org:Crew . 73 + rdfs:label "non-operator overnight visitor crew"^^xsd:string ;
74 - 74 + rdfs:subClassOf ep-org:Crew .
75 -ep-org:OperatorNormalCrew 75 +
76 - rdf:type ep-org:CrewType , owl:Class ; 76 +ep-org:OperatorNormalCrew
77 - rdfs:comment "the persons from the operator normally working on the installation and spending the night there"^^xsd:string ; 77 + rdf:type owl:Class , ep-org:CrewType ;
78 - rdfs:label "operator normal crew"^^xsd:string ; 78 + rdfs:comment "the persons from the operator normally working on the installation and spending the night there"^^xsd:string ;
79 - rdfs:subClassOf ep-org:Crew . 79 + rdfs:label "operator normal crew"^^xsd:string ;
80 - 80 + rdfs:subClassOf ep-org:Crew .
81 -ep-org:OperatorOvernightVisitorCrew 81 +
82 - rdf:type ep-org:CrewType , owl:Class ; 82 +ep-org:OperatorOvernightVisitorCrew
83 - rdfs:comment "the persons from the operator normally not working on the installation, but spending the night there"^^xsd:string ; 83 + rdf:type owl:Class , ep-org:CrewType ;
84 - rdfs:label "operator overnight visitor crew"^^xsd:string ; 84 + rdfs:comment "the persons from the operator normally not working on the installation, but spending the night there"^^xsd:string ;
85 - rdfs:subClassOf ep-org:Crew . 85 + rdfs:label "operator overnight visitor crew"^^xsd:string ;
86 - 86 + rdfs:subClassOf ep-org:Crew .
87 -ep-org:Organization 87 +
88 - rdf:type owl:Class ; 88 +ep-org:Organization
89 - rdfs:label "organization"^^xsd:string ; 89 + rdf:type owl:Class ;
90 - rdfs:subClassOf ep-core:PhysicalObject , ep-org:PersonOrOrganization ; 90 + rdfs:label "organization"^^xsd:string ;
91 - ep-core:seeReferenceData 91 + rdfs:subClassOf ep-org:PersonOrOrganization , ep-core:PhysicalObject ;
92 - "http://posccaesar.org/rdl/RDS282149"^^xsd:string . 92 + ep-core:seeReferenceData
93 - 93 + "http://posccaesar.org/rdl/RDS282149"^^xsd:string .
94 -ep-org:Organization-WholeLife 94 +
95 - rdf:type owl:Class ; 95 +ep-org:Organization-WholeLife
96 - rdfs:label "organization - whole life"^^xsd:string ; 96 + rdf:type owl:Class ;
97 - rdfs:subClassOf ep-org:Organization , ep-org:PersonOrOrganization-WholeLife . 97 + rdfs:label "organization - whole life"^^xsd:string ;
98 - 98 + rdfs:subClassOf ep-org:PersonOrOrganization-WholeLife , ep-org:Organization .
99 -ep-org:Person 99 +
100 - rdf:type owl:Class ; 100 +ep-org:Person
101 - rdfs:label "person"^^xsd:string ; 101 + rdf:type owl:Class ;
102 - rdfs:subClassOf ep-org:PersonOrOrganization ; 102 + rdfs:label "person"^^xsd:string ;
103 - ep-core:seeReferenceData 103 + rdfs:subClassOf ep-org:PersonOrOrganization ;
104 - "http://posccaesar.org/rdl/RDS413954"^^xsd:string . 104 + ep-core:seeReferenceData
105 - 105 + "http://posccaesar.org/rdl/RDS413954"^^xsd:string .
106 -ep-org:PersonOrOrganization 106 +
107 - rdf:type owl:Class ; 107 +ep-org:PersonOrOrganization
108 - rdfs:label "person or organization"^^xsd:string ; 108 + rdf:type owl:Class ;
109 - rdfs:subClassOf ep-core:PhysicalObject . 109 + rdfs:label "person or organization"^^xsd:string ;
110 - 110 + rdfs:subClassOf ep-core:PhysicalObject .
111 -ep-org:PersonOrOrganization-WholeLife 111 +
112 - rdf:type owl:Class ; 112 +ep-org:PersonOrOrganization-WholeLife
113 - rdfs:label "person or organization whole life"^^xsd:string ; 113 + rdf:type owl:Class ;
114 - rdfs:subClassOf ep-org:PersonOrOrganization . 114 + rdfs:label "person or organization whole life"^^xsd:string ;
115 - 115 + rdfs:subClassOf ep-org:PersonOrOrganization .
116 -ep-org:PersonRole 116 +
117 - rdf:type owl:Class ; 117 +ep-org:PersonRole
118 - rdfs:label "person role"^^xsd:string ; 118 + rdf:type owl:Class ;
119 - rdfs:subClassOf ep-org:Person . 119 + rdfs:label "person role"^^xsd:string ;
120 - 120 + rdfs:subClassOf ep-org:Person .
121 -ep-org:PersonRoleType 121 +
122 - rdf:type rdfs:Class ; 122 +ep-org:PersonRoleType
123 - rdfs:label "person role type"^^xsd:string ; 123 + rdf:type rdfs:Class ;
124 - rdfs:subClassOf owl:Class . 124 + rdfs:label "person role type"^^xsd:string ;
125 - 125 + rdfs:subClassOf owl:Class .
126 -ep-org:TotalCrew 126 +
127 - rdf:type ep-org:CrewType , owl:Class ; 127 +ep-org:TotalCrew
128 - rdfs:comment "all personnel on board"^^xsd:string ; 128 + rdf:type owl:Class , ep-org:CrewType ;
129 - rdfs:label "total crew"^^xsd:string ; 129 + rdfs:comment "all personnel on board"^^xsd:string ;
130 - rdfs:subClassOf ep-org:Crew . 130 + rdfs:label "total crew"^^xsd:string ;
131 - 131 + rdfs:subClassOf ep-org:Crew .
132 -ep-org:WholeLifePerson 132 +
133 - rdf:type owl:Class ; 133 +ep-org:WholeLifePerson
134 - rdfs:label "whole life person"^^xsd:string ; 134 + rdf:type owl:Class ;
135 - rdfs:subClassOf ep-org:Person , ep-org:PersonOrOrganization-WholeLife . 135 + rdfs:label "whole life person"^^xsd:string ;
136 - 136 + rdfs:subClassOf ep-org:PersonOrOrganization-WholeLife , ep-org:Person .
137 -ep-org:hasCrew 137 +
138 - rdf:type owl:ObjectProperty ; 138 +ep-org:hasCrew
139 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 139 + rdf:type owl:ObjectProperty ;
140 - rdfs:label "has crew"^^xsd:string ; 140 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
141 - rdfs:range ep-org:Crew . 141 + rdfs:label "has crew"^^xsd:string ;
142 - 142 + rdfs:range ep-org:Crew .
143 -ep-org:numberInCrew 143 +
144 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 144 +ep-org:numberInCrew
145 - rdfs:comment "The count of personnel on a type of crew. One of the types is all personnel on board."^^xsd:string ; 145 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
146 - rdfs:domain ep-org:Crew ; 146 + rdfs:comment "The count of personnel on a type of crew. One of the types is all personnel on board."^^xsd:string ;
147 - rdfs:label "number in crew"^^xsd:string . 147 + rdfs:domain ep-org:Crew ;
148 - 148 + rdfs:label "number in crew"^^xsd:string .
149 -ep-org:owner 149 +
150 - rdf:type owl:ObjectProperty ; 150 +ep-org:owner
151 - rdfs:domain owl:Thing ; 151 + rdf:type owl:ObjectProperty ;
152 - rdfs:label "owner"^^xsd:string ; 152 + rdfs:domain owl:Thing ;
153 - rdfs:range ep-org:PersonOrOrganization ; 153 + rdfs:label "owner"^^xsd:string ;
154 - ep-core:seeReferenceData 154 + rdfs:range ep-org:PersonOrOrganization ;
155 - "http://posccaesar.org/rdl/RDS572300221"^^xsd:string . 155 + ep-core:seeReferenceData
156 + "http://posccaesar.org/rdl/RDS572300221"^^xsd:string .
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
48 <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> 48 <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest>
49 rdf:type owl:Class ; 49 rdf:type owl:Class ;
50 rdfs:label "production well test"^^xsd:string ; 50 rdfs:label "production well test"^^xsd:string ;
51 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . 51 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
52 52
53 <http://www.reportinghub.no/ep/schema/activity#WellOperation> 53 <http://www.reportinghub.no/ep/schema/activity#WellOperation>
54 rdf:type ep-prodact:ProductionActivityType . 54 rdf:type ep-prodact:ProductionActivityType .
...@@ -94,12 +94,12 @@ ep-prodact:AccidentPreventionExercise ...@@ -94,12 +94,12 @@ ep-prodact:AccidentPreventionExercise
94 rdfs:subClassOf ep-prodact:DrillOrExcercise . 94 rdfs:subClassOf ep-prodact:DrillOrExcercise .
95 95
96 ep-prodact:AdministerFirstAid 96 ep-prodact:AdministerFirstAid
97 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 97 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
98 rdfs:label "administer first aid"^^xsd:string ; 98 rdfs:label "administer first aid"^^xsd:string ;
99 rdfs:subClassOf ep-prodact:MedicalTreatment . 99 rdfs:subClassOf ep-prodact:MedicalTreatment .
100 100
101 ep-prodact:AirTrafficOperation 101 ep-prodact:AirTrafficOperation
102 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 102 + rdf:type owl:Class , ep-prodact:ProductionActivityType ;
103 rdfs:label "air traffic operation"^^xsd:string ; 103 rdfs:label "air traffic operation"^^xsd:string ;
104 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 104 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
105 105
...@@ -125,33 +125,21 @@ ep-prodact:AlertType ...@@ -125,33 +125,21 @@ ep-prodact:AlertType
125 rdfs:subClassOf owl:Class . 125 rdfs:subClassOf owl:Class .
126 126
127 ep-prodact:AllocateSplitFactors 127 ep-prodact:AllocateSplitFactors
128 - rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ; 128 + rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ;
129 rdfs:comment "activity that is allocating the fraction of a source flow that is assumed to go into different product streams"^^xsd:string ; 129 rdfs:comment "activity that is allocating the fraction of a source flow that is assumed to go into different product streams"^^xsd:string ;
130 rdfs:label "allocate split factors"^^xsd:string ; 130 rdfs:label "allocate split factors"^^xsd:string ;
131 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 131 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
132 132
133 -ep-prodact:AnnualProductionActivity
134 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
135 - rdfs:comment "not used in the MPR"^^xsd:string ;
136 - rdfs:label "annual production activity"^^xsd:string ;
137 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
138 -
139 ep-prodact:AnnualProductionActivityToDate 133 ep-prodact:AnnualProductionActivityToDate
140 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 134 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
141 rdfs:label "annual production activity to date"^^xsd:string ; 135 rdfs:label "annual production activity to date"^^xsd:string ;
142 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 136 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
143 137
144 ep-prodact:AnnualProductionOperationToDate 138 ep-prodact:AnnualProductionOperationToDate
145 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 139 + 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 ; 140 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 ; 141 rdfs:label "annual production operation to date"^^xsd:string ;
148 - rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionOperation . 142 + rdfs:subClassOf ep-prodact:ProductionOperation , ep-prodact:AnnualProductionActivityToDate .
149 -
150 -ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod
151 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
152 - rdfs:comment "not used in the MPR"^^xsd:string ;
153 - rdfs:label "annual production volume activity to the end of the reporting period"^^xsd:string ;
154 - rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionVolumeActivity .
155 143
156 ep-prodact:BasketMovement 144 ep-prodact:BasketMovement
157 rdf:type owl:Class ; 145 rdf:type owl:Class ;
...@@ -164,36 +152,18 @@ ep-prodact:CargoShipOperation ...@@ -164,36 +152,18 @@ ep-prodact:CargoShipOperation
164 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 152 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
165 153
166 ep-prodact:ConstructionOperation 154 ep-prodact:ConstructionOperation
167 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 155 + rdf:type owl:Class , ep-prodact:ProductionActivityType ;
168 rdfs:comment "Activity that is construction"^^xsd:string ; 156 rdfs:comment "Activity that is construction"^^xsd:string ;
169 rdfs:label "construction operation"^^xsd:string ; 157 rdfs:label "construction operation"^^xsd:string ;
170 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ; 158 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ;
171 ep-core:seeReferenceData 159 ep-core:seeReferenceData
172 "http://posccaesar.org/rdl/RDS9685637"^^xsd:string . 160 "http://posccaesar.org/rdl/RDS9685637"^^xsd:string .
173 161
174 -ep-prodact:CumulativeProductionActivitySinceProductionBegan
175 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
176 - rdfs:comment "not used in the MPR"^^xsd:string ;
177 - rdfs:label "cumulative production activity since production began"^^xsd:string ;
178 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
179 -
180 -ep-prodact:DailyProductionOperation
181 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
182 - rdfs:comment "not used in the MPR"^^xsd:string ;
183 - rdfs:label "daily production operation"^^xsd:string ;
184 - rdfs:subClassOf ep-prodact:ProductionOperation .
185 -
186 ep-prodact:DailyProductionOperationProcessingLoss 162 ep-prodact:DailyProductionOperationProcessingLoss
187 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 163 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
188 rdfs:label "daily production operation processing loss"^^xsd:string ; 164 rdfs:label "daily production operation processing loss"^^xsd:string ;
189 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 165 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
190 166
191 -ep-prodact:DailyProductionVolumeActivity
192 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
193 - rdfs:comment "not used in the MPR"^^xsd:string ;
194 - rdfs:label "daily production volume activity"^^xsd:string ;
195 - rdfs:subClassOf ep-prodact:ProductionVolumeActivity .
196 -
197 ep-prodact:DataAcquisitionActivity 167 ep-prodact:DataAcquisitionActivity
198 rdf:type owl:Class ; 168 rdf:type owl:Class ;
199 rdfs:label "data acquisition activity"^^xsd:string ; 169 rdfs:label "data acquisition activity"^^xsd:string ;
...@@ -205,7 +175,7 @@ ep-prodact:DefinedHazardAndAccidentSituation ...@@ -205,7 +175,7 @@ ep-prodact:DefinedHazardAndAccidentSituation
205 rdfs:subClassOf ep-prodact:Incident . 175 rdfs:subClassOf ep-prodact:Incident .
206 176
207 ep-prodact:Deviation 177 ep-prodact:Deviation
208 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 178 + rdf:type owl:Class , ep-prodact:ProductionActivityType ;
209 rdfs:label "deviation"^^xsd:string ; 179 rdfs:label "deviation"^^xsd:string ;
210 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 180 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
211 181
...@@ -215,77 +185,77 @@ ep-prodact:DischargeWater ...@@ -215,77 +185,77 @@ ep-prodact:DischargeWater
215 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 185 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
216 186
217 ep-prodact:DrillOrExcercise 187 ep-prodact:DrillOrExcercise
218 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 188 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
219 rdfs:label "drill or exercise"^^xsd:string ; 189 rdfs:label "drill or exercise"^^xsd:string ;
220 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 190 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
221 191
222 ep-prodact:ExtendedMaintenanceTurnaround 192 ep-prodact:ExtendedMaintenanceTurnaround
223 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 193 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
224 rdfs:label "extended maintenance turnaround"^^xsd:string ; 194 rdfs:label "extended maintenance turnaround"^^xsd:string ;
225 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 195 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
226 196
227 ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal 197 ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal
228 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 198 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
229 rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ; 199 rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ;
230 rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround . 200 rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround .
231 201
232 ep-prodact:Fire 202 ep-prodact:Fire
233 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 203 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
234 rdfs:label "fire"^^xsd:string ; 204 rdfs:label "fire"^^xsd:string ;
235 rdfs:subClassOf ep-prodact:Incident . 205 rdfs:subClassOf ep-prodact:Incident .
236 206
237 ep-prodact:FluidLevelTest 207 ep-prodact:FluidLevelTest
238 rdf:type owl:Class ; 208 rdf:type owl:Class ;
239 rdfs:label "fluid level test"^^xsd:string ; 209 rdfs:label "fluid level test"^^xsd:string ;
240 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . 210 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
241 211
242 ep-prodact:FluidSampling-DST 212 ep-prodact:FluidSampling-DST
243 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 213 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
244 rdfs:label "fluid sampling - DST"^^xsd:string ; 214 rdfs:label "fluid sampling - DST"^^xsd:string ;
245 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 215 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
246 216
247 ep-prodact:FluidSampling-RFTorMDT 217 ep-prodact:FluidSampling-RFTorMDT
248 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 218 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
249 rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; 219 rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ;
250 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 220 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
251 221
252 ep-prodact:FluidSampling-bottomhole 222 ep-prodact:FluidSampling-bottomhole
253 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 223 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
254 rdfs:label "fluid sampling - bottomhole"^^xsd:string ; 224 rdfs:label "fluid sampling - bottomhole"^^xsd:string ;
255 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 225 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
256 226
257 ep-prodact:FluidSampling-formationTester 227 ep-prodact:FluidSampling-formationTester
258 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 228 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
259 rdfs:label "fluid sampling - formation tester"^^xsd:string ; 229 rdfs:label "fluid sampling - formation tester"^^xsd:string ;
260 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 230 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
261 231
262 ep-prodact:FluidSampling-recombined 232 ep-prodact:FluidSampling-recombined
263 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 233 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
264 rdfs:label "fluid sampling - recombined"^^xsd:string ; 234 rdfs:label "fluid sampling - recombined"^^xsd:string ;
265 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 235 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
266 236
267 ep-prodact:FluidSampling-separatorGas 237 ep-prodact:FluidSampling-separatorGas
268 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 238 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
269 rdfs:label "fluid sampling - separator gas"^^xsd:string ; 239 rdfs:label "fluid sampling - separator gas"^^xsd:string ;
270 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 240 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
271 241
272 ep-prodact:FluidSampling-separatorOil 242 ep-prodact:FluidSampling-separatorOil
273 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 243 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
274 rdfs:label "fluid sampling - separator oil"^^xsd:string ; 244 rdfs:label "fluid sampling - separator oil"^^xsd:string ;
275 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 245 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
276 246
277 ep-prodact:FluidSampling-separatorWater 247 ep-prodact:FluidSampling-separatorWater
278 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 248 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
279 rdfs:label "fluid sampling - separator water"^^xsd:string ; 249 rdfs:label "fluid sampling - separator water"^^xsd:string ;
280 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 250 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
281 251
282 ep-prodact:FluidSampling-synthetic 252 ep-prodact:FluidSampling-synthetic
283 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 253 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
284 rdfs:label "fluid sampling - synthetic"^^xsd:string ; 254 rdfs:label "fluid sampling - synthetic"^^xsd:string ;
285 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 255 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
286 256
287 ep-prodact:FluidSampling-wellhead 257 ep-prodact:FluidSampling-wellhead
288 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 258 + rdf:type owl:Class , ep-prodact:FluidSamplingType ;
289 rdfs:label "fluid sampling - wellhead"^^xsd:string ; 259 rdfs:label "fluid sampling - wellhead"^^xsd:string ;
290 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 260 rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis .
291 261
...@@ -311,7 +281,7 @@ ep-prodact:FusionOfPartsOfProductionActivityOverPeriod ...@@ -311,7 +281,7 @@ ep-prodact:FusionOfPartsOfProductionActivityOverPeriod
311 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 281 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
312 282
313 ep-prodact:HSEProblem 283 ep-prodact:HSEProblem
314 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 284 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
315 rdfs:label "HSE problem"^^xsd:string ; 285 rdfs:label "HSE problem"^^xsd:string ;
316 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 286 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
317 287
...@@ -326,14 +296,14 @@ ep-prodact:Incident ...@@ -326,14 +296,14 @@ ep-prodact:Incident
326 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 296 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
327 297
328 ep-prodact:InitialWellTest 298 ep-prodact:InitialWellTest
329 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 299 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
330 rdfs:label "initial"^^xsd:string ; 300 rdfs:label "initial"^^xsd:string ;
331 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 301 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
332 302
333 ep-prodact:InjectionWellTest 303 ep-prodact:InjectionWellTest
334 rdf:type owl:Class ; 304 rdf:type owl:Class ;
335 rdfs:label "injection well test"^^xsd:string ; 305 rdfs:label "injection well test"^^xsd:string ;
336 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . 306 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
337 307
338 ep-prodact:Injury 308 ep-prodact:Injury
339 rdf:type owl:Class ; 309 rdf:type owl:Class ;
...@@ -341,23 +311,23 @@ ep-prodact:Injury ...@@ -341,23 +311,23 @@ ep-prodact:Injury
341 rdfs:subClassOf ep-prodact:AccidentOrInjury . 311 rdfs:subClassOf ep-prodact:AccidentOrInjury .
342 312
343 ep-prodact:IssueBillOfLading 313 ep-prodact:IssueBillOfLading
344 - rdf:type ep-prodact:SalesActivityType , owl:Class ; 314 + rdf:type owl:Class , ep-prodact:SalesActivityType ;
345 rdfs:comment "sales activity that is issuing a bill of lading"^^xsd:string ; 315 rdfs:comment "sales activity that is issuing a bill of lading"^^xsd:string ;
346 rdfs:label "issue bill of lading"^^xsd:string ; 316 rdfs:label "issue bill of lading"^^xsd:string ;
347 rdfs:subClassOf ep-prodact:SalesActivity . 317 rdfs:subClassOf ep-prodact:SalesActivity .
348 318
349 ep-prodact:IssueWorkPermit 319 ep-prodact:IssueWorkPermit
350 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 320 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
351 rdfs:label "issue work permit"^^xsd:string ; 321 rdfs:label "issue work permit"^^xsd:string ;
352 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 322 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
353 323
354 ep-prodact:IssueWorkPermitWithSJA 324 ep-prodact:IssueWorkPermitWithSJA
355 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 325 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
356 rdfs:label "issue work permit with SJA"^^xsd:string ; 326 rdfs:label "issue work permit with SJA"^^xsd:string ;
357 rdfs:subClassOf ep-prodact:IssueWorkPermit . 327 rdfs:subClassOf ep-prodact:IssueWorkPermit .
358 328
359 ep-prodact:JobObservation 329 ep-prodact:JobObservation
360 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 330 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
361 rdfs:label "job observation"^^xsd:string ; 331 rdfs:label "job observation"^^xsd:string ;
362 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 332 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
363 333
...@@ -372,12 +342,12 @@ ep-prodact:LostTimeAccident ...@@ -372,12 +342,12 @@ ep-prodact:LostTimeAccident
372 rdfs:subClassOf ep-prodact:Incident . 342 rdfs:subClassOf ep-prodact:Incident .
373 343
374 ep-prodact:LostTimeIncident 344 ep-prodact:LostTimeIncident
375 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 345 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
376 rdfs:label "lost time incident"^^xsd:string ; 346 rdfs:label "lost time incident"^^xsd:string ;
377 rdfs:subClassOf ep-prodact:Incident . 347 rdfs:subClassOf ep-prodact:Incident .
378 348
379 ep-prodact:MaintenanceActivity 349 ep-prodact:MaintenanceActivity
380 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 350 + rdf:type owl:Class , ep-prodact:ProductionActivityType ;
381 rdfs:label "maintenance activity"^^xsd:string ; 351 rdfs:label "maintenance activity"^^xsd:string ;
382 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 352 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
383 ep-core:seeReferenceData 353 ep-core:seeReferenceData
...@@ -389,7 +359,7 @@ ep-prodact:MakeAComment ...@@ -389,7 +359,7 @@ ep-prodact:MakeAComment
389 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 359 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
390 360
391 ep-prodact:MakeATransaction 361 ep-prodact:MakeATransaction
392 - rdf:type ep-prodact:SalesActivityType , owl:Class ; 362 + rdf:type owl:Class , ep-prodact:SalesActivityType ;
393 rdfs:comment "sales activity that is making a transaction"^^xsd:string ; 363 rdfs:comment "sales activity that is making a transaction"^^xsd:string ;
394 rdfs:label "make a transaction"^^xsd:string ; 364 rdfs:label "make a transaction"^^xsd:string ;
395 rdfs:subClassOf ep-prodact:SalesActivity . 365 rdfs:subClassOf ep-prodact:SalesActivity .
...@@ -400,12 +370,12 @@ ep-prodact:MarineOperation ...@@ -400,12 +370,12 @@ ep-prodact:MarineOperation
400 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 370 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
401 371
402 ep-prodact:MarkedGasLossOfExport 372 ep-prodact:MarkedGasLossOfExport
403 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 373 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
404 rdfs:label "marked gas loss of export"^^xsd:string ; 374 rdfs:label "marked gas loss of export"^^xsd:string ;
405 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 375 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
406 376
407 ep-prodact:MarkedOilLossOfExport 377 ep-prodact:MarkedOilLossOfExport
408 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 378 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
409 rdfs:label "marked oil loss of export"^^xsd:string ; 379 rdfs:label "marked oil loss of export"^^xsd:string ;
410 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 380 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
411 381
...@@ -415,7 +385,7 @@ ep-prodact:MeasurePropertiesOfAFlow ...@@ -415,7 +385,7 @@ ep-prodact:MeasurePropertiesOfAFlow
415 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 385 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
416 386
417 ep-prodact:MeasureSplitFactors 387 ep-prodact:MeasureSplitFactors
418 - rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ; 388 + rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ;
419 rdfs:label "measure split factors"^^xsd:string ; 389 rdfs:label "measure split factors"^^xsd:string ;
420 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 390 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
421 391
...@@ -425,23 +395,18 @@ ep-prodact:MedicalTreatment ...@@ -425,23 +395,18 @@ ep-prodact:MedicalTreatment
425 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 395 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
426 396
427 ep-prodact:MedicalTreatmentInjury 397 ep-prodact:MedicalTreatmentInjury
428 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 398 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
429 rdfs:label "medical treatment injury"^^xsd:string ; 399 rdfs:label "medical treatment injury"^^xsd:string ;
430 rdfs:subClassOf ep-prodact:Injury . 400 rdfs:subClassOf ep-prodact:Injury .
431 401
432 ep-prodact:ModificationProject 402 ep-prodact:ModificationProject
433 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 403 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
434 rdfs:label "modification project"^^xsd:string ; 404 rdfs:label "modification project"^^xsd:string ;
435 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 405 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
436 406
437 -ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod
438 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
439 - rdfs:comment "not used in the MPR"^^xsd:string ;
440 - rdfs:label "monthly production activity to the end of the reporting period"^^xsd:string ;
441 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
442 -
443 ep-prodact:MonthlyProductionOperationToDate 407 ep-prodact:MonthlyProductionOperationToDate
444 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 408 + rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ;
409 + 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 ;
445 rdfs:label "monthly production operation to date"^^xsd:string ; 410 rdfs:label "monthly production operation to date"^^xsd:string ;
446 rdfs:subClassOf ep-prodact:ProductionOperation . 411 rdfs:subClassOf ep-prodact:ProductionOperation .
447 412
...@@ -457,22 +422,22 @@ ep-prodact:MovementOfProductType ...@@ -457,22 +422,22 @@ ep-prodact:MovementOfProductType
457 rdfs:subClassOf owl:Class . 422 rdfs:subClassOf owl:Class .
458 423
459 ep-prodact:NearMiss 424 ep-prodact:NearMiss
460 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 425 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
461 rdfs:label "near miss"^^xsd:string ; 426 rdfs:label "near miss"^^xsd:string ;
462 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 427 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
463 428
464 ep-prodact:OperationMistakes 429 ep-prodact:OperationMistakes
465 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 430 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
466 rdfs:label "operation mistakes"^^xsd:string ; 431 rdfs:label "operation mistakes"^^xsd:string ;
467 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 432 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
468 433
469 ep-prodact:OtherReasonWellTest 434 ep-prodact:OtherReasonWellTest
470 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 435 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
471 rdfs:label "other"^^xsd:string ; 436 rdfs:label "other"^^xsd:string ;
472 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 437 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
473 438
474 ep-prodact:PeriodicWellTest 439 ep-prodact:PeriodicWellTest
475 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 440 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
476 rdfs:label "periodic"^^xsd:string ; 441 rdfs:label "periodic"^^xsd:string ;
477 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 442 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
478 443
...@@ -482,28 +447,28 @@ ep-prodact:PersonnelSafetyIntroduction ...@@ -482,28 +447,28 @@ ep-prodact:PersonnelSafetyIntroduction
482 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 447 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
483 448
484 ep-prodact:PlannedMaintenanceTurnaround 449 ep-prodact:PlannedMaintenanceTurnaround
485 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 450 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
486 rdfs:label "planned maintenace turnaround"^^xsd:string ; 451 rdfs:label "planned maintenace turnaround"^^xsd:string ;
487 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 452 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
488 453
489 ep-prodact:PowerStationFailure 454 ep-prodact:PowerStationFailure
490 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 455 + rdf:type owl:Class , ep-prodact:ProductionActivityType ;
491 rdfs:comment "activity that is the failure of a power station"^^xsd:string ; 456 rdfs:comment "activity that is the failure of a power station"^^xsd:string ;
492 rdfs:label "power station failure"^^xsd:string ; 457 rdfs:label "power station failure"^^xsd:string ;
493 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 458 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
494 459
495 ep-prodact:PreventiveMaintenanceTopside 460 ep-prodact:PreventiveMaintenanceTopside
496 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 461 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
497 rdfs:label "preventive maintenace topside"^^xsd:string ; 462 rdfs:label "preventive maintenace topside"^^xsd:string ;
498 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 463 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
499 464
500 ep-prodact:ProcessAndOperationProblem 465 ep-prodact:ProcessAndOperationProblem
501 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 466 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
502 rdfs:label "process and operation problem"^^xsd:string ; 467 rdfs:label "process and operation problem"^^xsd:string ;
503 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 468 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
504 469
505 ep-prodact:ProductCompletedLifting 470 ep-prodact:ProductCompletedLifting
506 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 471 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
507 rdfs:comment "movement of product that is exported from a stock within a given time period (source: MPR-XSD)"^^xsd:string ; 472 rdfs:comment "movement of product that is exported from a stock within a given time period (source: MPR-XSD)"^^xsd:string ;
508 rdfs:label "product completed lifting"^^xsd:string ; 473 rdfs:label "product completed lifting"^^xsd:string ;
509 rdfs:subClassOf ep-prodact:MovementOfProduct . 474 rdfs:subClassOf ep-prodact:MovementOfProduct .
...@@ -514,101 +479,96 @@ ep-prodact:ProductDespatch ...@@ -514,101 +479,96 @@ ep-prodact:ProductDespatch
514 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 479 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
515 480
516 ep-prodact:ProductGain-Loss 481 ep-prodact:ProductGain-Loss
517 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 482 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
518 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 ; 483 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 ;
519 rdfs:label "product gain/loss"^^xsd:string ; 484 rdfs:label "product gain/loss"^^xsd:string ;
520 rdfs:subClassOf ep-prodact:MovementOfProduct . 485 rdfs:subClassOf ep-prodact:MovementOfProduct .
521 486
522 ep-prodact:ProductInputToStorage 487 ep-prodact:ProductInputToStorage
523 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 488 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
524 rdfs:comment "movement of product that is addition to a stock within a given time period (source: MPR-XSD)"^^xsd:string ; 489 rdfs:comment "movement of product that is addition to a stock within a given time period (source: MPR-XSD)"^^xsd:string ;
525 rdfs:label "product input to storage"^^xsd:string ; 490 rdfs:label "product input to storage"^^xsd:string ;
526 rdfs:subClassOf ep-prodact:MovementOfProduct . 491 rdfs:subClassOf ep-prodact:MovementOfProduct .
527 492
528 ep-prodact:ProductLifted 493 ep-prodact:ProductLifted
529 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 494 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
530 rdfs:comment "movement of product that is from storage"^^xsd:string ; 495 rdfs:comment "movement of product that is from storage"^^xsd:string ;
531 rdfs:label "product lifted"^^xsd:string ; 496 rdfs:label "product lifted"^^xsd:string ;
532 rdfs:subClassOf ep-prodact:MovementOfProduct . 497 rdfs:subClassOf ep-prodact:MovementOfProduct .
533 498
534 ep-prodact:ProductLiftingEntitlement 499 ep-prodact:ProductLiftingEntitlement
535 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 500 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
536 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; 501 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ;
537 rdfs:label "product lifting entitlement"^^xsd:string ; 502 rdfs:label "product lifting entitlement"^^xsd:string ;
538 rdfs:subClassOf ep-prodact:MovementOfProduct . 503 rdfs:subClassOf ep-prodact:MovementOfProduct .
539 504
540 ep-prodact:ProductLiftingEntitlementRemaining 505 ep-prodact:ProductLiftingEntitlementRemaining
541 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 506 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
542 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; 507 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ;
543 rdfs:label "product lifting entitlement remaining"^^xsd:string ; 508 rdfs:label "product lifting entitlement remaining"^^xsd:string ;
544 rdfs:subClassOf ep-prodact:MovementOfProduct . 509 rdfs:subClassOf ep-prodact:MovementOfProduct .
545 510
546 ep-prodact:ProductLinePack 511 ep-prodact:ProductLinePack
547 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 512 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
548 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 ; 513 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 ;
549 rdfs:label "product line pack"^^xsd:string ; 514 rdfs:label "product line pack"^^xsd:string ;
550 rdfs:subClassOf ep-prodact:MovementOfProduct . 515 rdfs:subClassOf ep-prodact:MovementOfProduct .
551 516
552 ep-prodact:ProductMassAdjustment 517 ep-prodact:ProductMassAdjustment
553 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 518 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
554 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; 519 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ;
555 rdfs:label "product mass adjustment"^^xsd:string ; 520 rdfs:label "product mass adjustment"^^xsd:string ;
556 rdfs:subClassOf ep-prodact:MovementOfProduct . 521 rdfs:subClassOf ep-prodact:MovementOfProduct .
557 522
558 ep-prodact:ProductPartialLifting 523 ep-prodact:ProductPartialLifting
559 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 524 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
560 rdfs:comment "movement of product that is a lifting up to a (not completed) determined point in time (source: MPR-XSD)"^^xsd:string ; 525 rdfs:comment "movement of product that is a lifting up to a (not completed) determined point in time (source: MPR-XSD)"^^xsd:string ;
561 rdfs:label "product partial lifting"^^xsd:string ; 526 rdfs:label "product partial lifting"^^xsd:string ;
562 rdfs:subClassOf ep-prodact:MovementOfProduct . 527 rdfs:subClassOf ep-prodact:MovementOfProduct .
563 528
564 ep-prodact:ProductPipelineLifting 529 ep-prodact:ProductPipelineLifting
565 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 530 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
566 rdfs:comment "movement of product that is exported from a stock by a pipeline"^^xsd:string ; 531 rdfs:comment "movement of product that is exported from a stock by a pipeline"^^xsd:string ;
567 rdfs:label "product pipeline lifting"^^xsd:string ; 532 rdfs:label "product pipeline lifting"^^xsd:string ;
568 rdfs:subClassOf ep-prodact:MovementOfProduct . 533 rdfs:subClassOf ep-prodact:MovementOfProduct .
569 534
570 ep-prodact:ProductProductionImbalance 535 ep-prodact:ProductProductionImbalance
571 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 536 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
572 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 ; 537 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 ;
573 rdfs:label "product production imbalance"^^xsd:string ; 538 rdfs:label "product production imbalance"^^xsd:string ;
574 rdfs:subClassOf ep-prodact:MovementOfProduct . 539 rdfs:subClassOf ep-prodact:MovementOfProduct .
575 540
576 ep-prodact:ProductSwap 541 ep-prodact:ProductSwap
577 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 542 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
578 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; 543 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ;
579 rdfs:label "product swap"^^xsd:string ; 544 rdfs:label "product swap"^^xsd:string ;
580 rdfs:subClassOf ep-prodact:MovementOfProduct . 545 rdfs:subClassOf ep-prodact:MovementOfProduct .
581 546
582 ep-prodact:ProductTankerLifting 547 ep-prodact:ProductTankerLifting
583 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 548 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
584 rdfs:comment "movement of product that is exported from a stock by a tanker"^^xsd:string ; 549 rdfs:comment "movement of product that is exported from a stock by a tanker"^^xsd:string ;
585 rdfs:label "product tanker lifting"^^xsd:string ; 550 rdfs:label "product tanker lifting"^^xsd:string ;
586 rdfs:subClassOf ep-prodact:MovementOfProduct . 551 rdfs:subClassOf ep-prodact:MovementOfProduct .
587 552
588 ep-prodact:ProductTransaction 553 ep-prodact:ProductTransaction
589 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 554 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
590 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; 555 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ;
591 rdfs:label "product transaction"^^xsd:string ; 556 rdfs:label "product transaction"^^xsd:string ;
592 rdfs:subClassOf ep-prodact:MovementOfProduct . 557 rdfs:subClassOf ep-prodact:MovementOfProduct .
593 558
594 ep-prodact:ProductTransfer 559 ep-prodact:ProductTransfer
595 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 560 + rdf:type owl:Class , ep-prodact:MovementOfProductType ;
596 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ; 561 rdfs:comment "movement of product that <not documented in XSD>"^^xsd:string ;
597 rdfs:label "product transfer"^^xsd:string ; 562 rdfs:label "product transfer"^^xsd:string ;
598 rdfs:subClassOf ep-prodact:MovementOfProduct . 563 rdfs:subClassOf ep-prodact:MovementOfProduct .
599 564
600 -ep-prodact:ProductionActivityLastingLessThanAYear
601 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ;
602 - rdfs:label "production activity lasting less than a year"^^xsd:string ;
603 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
604 -
605 ep-prodact:ProductionActivityType 565 ep-prodact:ProductionActivityType
606 rdf:type rdfs:Class ; 566 rdf:type rdfs:Class ;
607 rdfs:label "production activity type"^^xsd:string ; 567 rdfs:label "production activity type"^^xsd:string ;
608 rdfs:subClassOf owl:Class . 568 rdfs:subClassOf owl:Class .
609 569
610 ep-prodact:ProductionOperation 570 ep-prodact:ProductionOperation
611 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 571 + rdf:type owl:Class , ep-prodact:ProductionActivityType ;
612 rdfs:comment "production activity that is all of what is done in the operation of a facility during a period"^^xsd:string ; 572 rdfs:comment "production activity that is all of what is done in the operation of a facility during a period"^^xsd:string ;
613 rdfs:label "production operation"^^xsd:string ; 573 rdfs:label "production operation"^^xsd:string ;
614 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 574 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
...@@ -635,12 +595,12 @@ ep-prodact:ProductionOperationProcessingLoss ...@@ -635,12 +595,12 @@ ep-prodact:ProductionOperationProcessingLoss
635 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 595 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
636 596
637 ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason 597 ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason
638 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 598 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
639 rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ; 599 rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ;
640 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 600 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
641 601
642 ep-prodact:ProductionOperationProcessingRegulatoryReference 602 ep-prodact:ProductionOperationProcessingRegulatoryReference
643 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 603 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
644 rdfs:label "production operation processing regulatory reference"^^xsd:string ; 604 rdfs:label "production operation processing regulatory reference"^^xsd:string ;
645 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 605 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
646 606
...@@ -655,12 +615,6 @@ ep-prodact:ProductionOperationProductionAndInjection ...@@ -655,12 +615,6 @@ ep-prodact:ProductionOperationProductionAndInjection
655 rdfs:label "production operation production and injection"^^xsd:string ; 615 rdfs:label "production operation production and injection"^^xsd:string ;
656 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 616 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
657 617
658 -ep-prodact:ProductionVolumeActivity
659 - rdf:type owl:Class ;
660 - rdfs:comment "not used in the MPR"^^xsd:string ;
661 - rdfs:label "production volume activity"^^xsd:string ;
662 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
663 -
664 ep-prodact:RaiseAnAlert 618 ep-prodact:RaiseAnAlert
665 rdf:type owl:Class ; 619 rdf:type owl:Class ;
666 rdfs:comment "activity that draws attention to an unexpected value in a set of data"^^xsd:string ; 620 rdfs:comment "activity that draws attention to an unexpected value in a set of data"^^xsd:string ;
...@@ -673,22 +627,22 @@ ep-prodact:ReasonForLossOfProcessingType ...@@ -673,22 +627,22 @@ ep-prodact:ReasonForLossOfProcessingType
673 rdfs:subClassOf owl:Class . 627 rdfs:subClassOf owl:Class .
674 628
675 ep-prodact:ReleaseToAir 629 ep-prodact:ReleaseToAir
676 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 630 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
677 rdfs:label "release to air"^^xsd:string ; 631 rdfs:label "release to air"^^xsd:string ;
678 rdfs:subClassOf ep-prodact:SpillOrLeak . 632 rdfs:subClassOf ep-prodact:SpillOrLeak .
679 633
680 ep-prodact:ReleaseToWater 634 ep-prodact:ReleaseToWater
681 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 635 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
682 rdfs:label "release to water"^^xsd:string ; 636 rdfs:label "release to water"^^xsd:string ;
683 rdfs:subClassOf ep-prodact:SpillOrLeak . 637 rdfs:subClassOf ep-prodact:SpillOrLeak .
684 638
685 ep-prodact:ReportHazard 639 ep-prodact:ReportHazard
686 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 640 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
687 rdfs:label "report hazard"^^xsd:string ; 641 rdfs:label "report hazard"^^xsd:string ;
688 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 642 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
689 643
690 ep-prodact:ReservoirLoss 644 ep-prodact:ReservoirLoss
691 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 645 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
692 rdfs:label "reservoir loss"^^xsd:string ; 646 rdfs:label "reservoir loss"^^xsd:string ;
693 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 647 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
694 648
...@@ -698,12 +652,12 @@ ep-prodact:RestrictedWork ...@@ -698,12 +652,12 @@ ep-prodact:RestrictedWork
698 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 652 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
699 653
700 ep-prodact:RestrictedWorkInjury 654 ep-prodact:RestrictedWorkInjury
701 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 655 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
702 rdfs:label "restricted work injury"^^xsd:string ; 656 rdfs:label "restricted work injury"^^xsd:string ;
703 rdfs:subClassOf ep-prodact:Injury . 657 rdfs:subClassOf ep-prodact:Injury .
704 658
705 ep-prodact:RevisionWellTest 659 ep-prodact:RevisionWellTest
706 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 660 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
707 rdfs:label "revision"^^xsd:string ; 661 rdfs:label "revision"^^xsd:string ;
708 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 662 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
709 663
...@@ -718,7 +672,7 @@ ep-prodact:SafetyConsideration ...@@ -718,7 +672,7 @@ ep-prodact:SafetyConsideration
718 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 672 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
719 673
720 ep-prodact:SafetyMeeting 674 ep-prodact:SafetyMeeting
721 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 675 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
722 rdfs:label "safety meeting"^^xsd:string ; 676 rdfs:label "safety meeting"^^xsd:string ;
723 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 677 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
724 678
...@@ -734,12 +688,12 @@ ep-prodact:SalesActivityType ...@@ -734,12 +688,12 @@ ep-prodact:SalesActivityType
734 rdfs:subClassOf owl:Class . 688 rdfs:subClassOf owl:Class .
735 689
736 ep-prodact:SentAshore 690 ep-prodact:SentAshore
737 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 691 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
738 rdfs:label "sent ashore"^^xsd:string ; 692 rdfs:label "sent ashore"^^xsd:string ;
739 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 693 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
740 694
741 ep-prodact:SevereAccident 695 ep-prodact:SevereAccident
742 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 696 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
743 rdfs:label "severe accident"^^xsd:string ; 697 rdfs:label "severe accident"^^xsd:string ;
744 rdfs:subClassOf ep-prodact:Incident . 698 rdfs:subClassOf ep-prodact:Incident .
745 699
...@@ -749,12 +703,12 @@ ep-prodact:ShutdownProduction ...@@ -749,12 +703,12 @@ ep-prodact:ShutdownProduction
749 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 703 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
750 704
751 ep-prodact:SickOnBoard 705 ep-prodact:SickOnBoard
752 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 706 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
753 rdfs:label "sick on board"^^xsd:string ; 707 rdfs:label "sick on board"^^xsd:string ;
754 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 708 rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
755 709
756 ep-prodact:SpillOrLeak 710 ep-prodact:SpillOrLeak
757 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 711 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
758 rdfs:label "spill or leak"^^xsd:string ; 712 rdfs:label "spill or leak"^^xsd:string ;
759 rdfs:subClassOf ep-prodact:Incident . 713 rdfs:subClassOf ep-prodact:Incident .
760 714
...@@ -769,7 +723,7 @@ ep-prodact:StandbyVesselOperation ...@@ -769,7 +723,7 @@ ep-prodact:StandbyVesselOperation
769 rdfs:subClassOf ep-prodact:MarineOperation . 723 rdfs:subClassOf ep-prodact:MarineOperation .
770 724
771 ep-prodact:StrikeOrLockout 725 ep-prodact:StrikeOrLockout
772 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 726 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
773 rdfs:label "strike or lock-out"^^xsd:string ; 727 rdfs:label "strike or lock-out"^^xsd:string ;
774 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 728 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
775 729
...@@ -779,22 +733,22 @@ ep-prodact:SupplyShipOperation ...@@ -779,22 +733,22 @@ ep-prodact:SupplyShipOperation
779 rdfs:subClassOf ep-prodact:MarineOperation . 733 rdfs:subClassOf ep-prodact:MarineOperation .
780 734
781 ep-prodact:TestingAndLogging 735 ep-prodact:TestingAndLogging
782 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 736 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
783 rdfs:label "testing and logging"^^xsd:string ; 737 rdfs:label "testing and logging"^^xsd:string ;
784 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 738 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
785 739
786 ep-prodact:ThirdPartyProcessingLoss 740 ep-prodact:ThirdPartyProcessingLoss
787 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 741 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
788 rdfs:label "third party processing loss"^^xsd:string ; 742 rdfs:label "third party processing loss"^^xsd:string ;
789 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 743 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
790 744
791 ep-prodact:TopsideEquipmentFailureMaintenance 745 ep-prodact:TopsideEquipmentFailureMaintenance
792 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 746 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
793 rdfs:label "topside equipment failure maintenance"^^xsd:string ; 747 rdfs:label "topside equipment failure maintenance"^^xsd:string ;
794 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 748 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
795 749
796 ep-prodact:TrafficAccident 750 ep-prodact:TrafficAccident
797 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 751 + rdf:type owl:Class , ep-prodact:SafetyActivityType ;
798 rdfs:label "traffic accident"^^xsd:string ; 752 rdfs:label "traffic accident"^^xsd:string ;
799 rdfs:subClassOf ep-prodact:Incident . 753 rdfs:subClassOf ep-prodact:Incident .
800 754
...@@ -804,12 +758,12 @@ ep-prodact:TransportationActivity ...@@ -804,12 +758,12 @@ ep-prodact:TransportationActivity
804 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 758 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
805 759
806 ep-prodact:UnavailableTankerStorage 760 ep-prodact:UnavailableTankerStorage
807 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 761 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
808 rdfs:label "unavailable tanker storage"^^xsd:string ; 762 rdfs:label "unavailable tanker storage"^^xsd:string ;
809 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 763 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
810 764
811 ep-prodact:UnknownReasonWellTest 765 ep-prodact:UnknownReasonWellTest
812 - rdf:type ep-prodact:WellTestReasonType , owl:Class ; 766 + rdf:type owl:Class , ep-prodact:WellTestReasonType ;
813 rdfs:label "unknown"^^xsd:string ; 767 rdfs:label "unknown"^^xsd:string ;
814 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 768 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> .
815 769
...@@ -819,27 +773,27 @@ ep-prodact:WaterCleaningOperation ...@@ -819,27 +773,27 @@ ep-prodact:WaterCleaningOperation
819 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 773 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
820 774
821 ep-prodact:WeatherProblem 775 ep-prodact:WeatherProblem
822 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 776 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
823 rdfs:label "weather problem"^^xsd:string ; 777 rdfs:label "weather problem"^^xsd:string ;
824 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 778 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
825 779
826 ep-prodact:WellEquipmentFailureMaintenance 780 ep-prodact:WellEquipmentFailureMaintenance
827 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 781 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
828 rdfs:label "well equipment failure maintenance"^^xsd:string ; 782 rdfs:label "well equipment failure maintenance"^^xsd:string ;
829 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 783 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
830 784
831 ep-prodact:WellPlannedOperations 785 ep-prodact:WellPlannedOperations
832 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 786 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
833 rdfs:label "well planned operations"^^xsd:string ; 787 rdfs:label "well planned operations"^^xsd:string ;
834 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 788 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
835 789
836 ep-prodact:WellPreventiveMaintenance 790 ep-prodact:WellPreventiveMaintenance
837 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 791 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
838 rdfs:label "well preventive maintenance"^^xsd:string ; 792 rdfs:label "well preventive maintenance"^^xsd:string ;
839 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 793 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
840 794
841 ep-prodact:WellProblems 795 ep-prodact:WellProblems
842 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 796 + rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ;
843 rdfs:label "well problems"^^xsd:string ; 797 rdfs:label "well problems"^^xsd:string ;
844 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 798 rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss .
845 799
...@@ -874,7 +828,7 @@ ep-prodact:buyer ...@@ -874,7 +828,7 @@ ep-prodact:buyer
874 rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> . 828 rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> .
875 829
876 ep-prodact:cargoBatchNumber 830 ep-prodact:cargoBatchNumber
877 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 831 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
878 rdfs:label "cargo batch number"^^xsd:string . 832 rdfs:label "cargo batch number"^^xsd:string .
879 833
880 ep-prodact:cargoLoaded 834 ep-prodact:cargoLoaded
...@@ -884,7 +838,7 @@ ep-prodact:cargoLoaded ...@@ -884,7 +838,7 @@ ep-prodact:cargoLoaded
884 rdfs:range ep-core:PhysicalObject . 838 rdfs:range ep-core:PhysicalObject .
885 839
886 ep-prodact:cargoNumber 840 ep-prodact:cargoNumber
887 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 841 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
888 rdfs:label "cargo number"^^xsd:string . 842 rdfs:label "cargo number"^^xsd:string .
889 843
890 ep-prodact:causedBy 844 ep-prodact:causedBy
...@@ -942,7 +896,7 @@ ep-prodact:facilityShutdown ...@@ -942,7 +896,7 @@ ep-prodact:facilityShutdown
942 rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . 896 rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> .
943 897
944 ep-prodact:glycolDensity 898 ep-prodact:glycolDensity
945 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 899 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
946 rdfs:range ep-core:Density . 900 rdfs:range ep-core:Density .
947 901
948 ep-prodact:hasDischargeFlow 902 ep-prodact:hasDischargeFlow
...@@ -952,7 +906,7 @@ ep-prodact:hasDischargeFlow ...@@ -952,7 +906,7 @@ ep-prodact:hasDischargeFlow
952 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . 906 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> .
953 907
954 ep-prodact:hasGasLiftChoke 908 ep-prodact:hasGasLiftChoke
955 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 909 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
956 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; 910 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
957 rdfs:label "has gas lift choke"^^xsd:string ; 911 rdfs:label "has gas lift choke"^^xsd:string ;
958 rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> . 912 rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> .
...@@ -970,7 +924,7 @@ ep-prodact:hasPredecessor ...@@ -970,7 +924,7 @@ ep-prodact:hasPredecessor
970 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 924 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .
971 925
972 ep-prodact:hasShutInPressure 926 ep-prodact:hasShutInPressure
973 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 927 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
974 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; 928 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ;
975 rdfs:label "has shut-in pressure"^^xsd:string ; 929 rdfs:label "has shut-in pressure"^^xsd:string ;
976 rdfs:range ep-core:Pressure . 930 rdfs:range ep-core:Pressure .
...@@ -982,25 +936,25 @@ ep-prodact:hasValidPredecessor ...@@ -982,25 +936,25 @@ ep-prodact:hasValidPredecessor
982 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 936 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .
983 937
984 ep-prodact:injectionWellTestMaximumAnnularPressure 938 ep-prodact:injectionWellTestMaximumAnnularPressure
985 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 939 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
986 rdfs:domain ep-prodact:InjectionWellTest ; 940 rdfs:domain ep-prodact:InjectionWellTest ;
987 rdfs:label "injection well test maximum annular pressure"^^xsd:string ; 941 rdfs:label "injection well test maximum annular pressure"^^xsd:string ;
988 rdfs:range ep-core:Pressure . 942 rdfs:range ep-core:Pressure .
989 943
990 ep-prodact:injectionWellTestMinimumAnnularPressure 944 ep-prodact:injectionWellTestMinimumAnnularPressure
991 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 945 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
992 rdfs:domain ep-prodact:InjectionWellTest ; 946 rdfs:domain ep-prodact:InjectionWellTest ;
993 rdfs:label "injection well test minimum annular pressure"^^xsd:string ; 947 rdfs:label "injection well test minimum annular pressure"^^xsd:string ;
994 rdfs:range ep-core:Pressure . 948 rdfs:range ep-core:Pressure .
995 949
996 ep-prodact:injectionWellTestWellheadFlowingPressure 950 ep-prodact:injectionWellTestWellheadFlowingPressure
997 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 951 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
998 rdfs:domain ep-prodact:InjectionWellTest ; 952 rdfs:domain ep-prodact:InjectionWellTest ;
999 rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; 953 rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ;
1000 rdfs:range ep-core:Pressure . 954 rdfs:range ep-core:Pressure .
1001 955
1002 ep-prodact:injectionWellTestWellheadMaximumPressure 956 ep-prodact:injectionWellTestWellheadMaximumPressure
1003 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 957 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
1004 rdfs:domain ep-prodact:InjectionWellTest ; 958 rdfs:domain ep-prodact:InjectionWellTest ;
1005 rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; 959 rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ;
1006 rdfs:range ep-core:Pressure . 960 rdfs:range ep-core:Pressure .
...@@ -1012,7 +966,7 @@ ep-prodact:measuredFlow ...@@ -1012,7 +966,7 @@ ep-prodact:measuredFlow
1012 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . 966 rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> .
1013 967
1014 ep-prodact:movedProduct 968 ep-prodact:movedProduct
1015 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 969 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1016 rdfs:domain ep-prodact:MovementOfProduct ; 970 rdfs:domain ep-prodact:MovementOfProduct ;
1017 rdfs:label "moved product"^^xsd:string . 971 rdfs:label "moved product"^^xsd:string .
1018 972
...@@ -1057,7 +1011,7 @@ ep-prodact:noOfSpillsOrLeaks ...@@ -1057,7 +1011,7 @@ ep-prodact:noOfSpillsOrLeaks
1057 rdfs:range xsd:integer . 1011 rdfs:range xsd:integer .
1058 1012
1059 ep-prodact:noOfSystemAlarms 1013 ep-prodact:noOfSystemAlarms
1060 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 1014 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
1061 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1015 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
1062 rdfs:label "number of system alarms"^^xsd:string ; 1016 rdfs:label "number of system alarms"^^xsd:string ;
1063 rdfs:range xsd:integer . 1017 rdfs:range xsd:integer .
...@@ -1067,7 +1021,7 @@ ep-prodact:oilInWater ...@@ -1067,7 +1021,7 @@ ep-prodact:oilInWater
1067 rdfs:range ep-core:MassPerMass . 1021 rdfs:range ep-core:MassPerMass .
1068 1022
1069 ep-prodact:onProductionFacility 1023 ep-prodact:onProductionFacility
1070 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1024 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1071 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1025 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
1072 rdfs:label "on facility"^^xsd:string ; 1026 rdfs:label "on facility"^^xsd:string ;
1073 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . 1027 rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> .
...@@ -1092,7 +1046,7 @@ ep-prodact:phenolDensity ...@@ -1092,7 +1046,7 @@ ep-prodact:phenolDensity
1092 rdfs:range ep-core:Density . 1046 rdfs:range ep-core:Density .
1093 1047
1094 ep-prodact:processingLost 1048 ep-prodact:processingLost
1095 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1049 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1096 rdfs:domain ep-prodact:ProductionOperationProcessingLoss ; 1050 rdfs:domain ep-prodact:ProductionOperationProcessingLoss ;
1097 rdfs:range ep-material:QuantityOfMaterial . 1051 rdfs:range ep-material:QuantityOfMaterial .
1098 1052
...@@ -1102,13 +1056,13 @@ ep-prodact:productionActivityPeriodClassification ...@@ -1102,13 +1056,13 @@ ep-prodact:productionActivityPeriodClassification
1102 rdfs:range ep-prodact:ProductionOperationClassByDuration . 1056 rdfs:range ep-prodact:ProductionOperationClassByDuration .
1103 1057
1104 ep-prodact:productionOperator 1058 ep-prodact:productionOperator
1105 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1059 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1106 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1060 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
1107 rdfs:label "production operator"^^xsd:string ; 1061 rdfs:label "production operator"^^xsd:string ;
1108 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 1062 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
1109 1063
1110 ep-prodact:remainingActivity 1064 ep-prodact:remainingActivity
1111 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1065 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1112 rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; 1066 rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ;
1113 rdfs:label "remaining activity"^^xsd:string ; 1067 rdfs:label "remaining activity"^^xsd:string ;
1114 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 1068 rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> .
...@@ -1143,7 +1097,7 @@ ep-prodact:samplingPerformedAt ...@@ -1143,7 +1097,7 @@ ep-prodact:samplingPerformedAt
1143 rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . 1097 rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> .
1144 1098
1145 ep-prodact:samplingPerformedAtPointInSpace 1099 ep-prodact:samplingPerformedAtPointInSpace
1146 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1100 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1147 rdfs:domain ep-prodact:FluidSamplingAndAnalysis ; 1101 rdfs:domain ep-prodact:FluidSamplingAndAnalysis ;
1148 rdfs:label "sampling performed at point in space"^^xsd:string ; 1102 rdfs:label "sampling performed at point in space"^^xsd:string ;
1149 rdfs:range ep-core:TemporalPartOfAPointInSpace . 1103 rdfs:range ep-core:TemporalPartOfAPointInSpace .
...@@ -1167,13 +1121,13 @@ ep-prodact:sourceOrganization ...@@ -1167,13 +1121,13 @@ ep-prodact:sourceOrganization
1167 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 1121 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
1168 1122
1169 ep-prodact:testedWellBoreInterval 1123 ep-prodact:testedWellBoreInterval
1170 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1124 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
1171 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; 1125 rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
1172 rdfs:label "tested wellbore interval"^^xsd:string ; 1126 rdfs:label "tested wellbore interval"^^xsd:string ;
1173 rdfs:range ep-core:PhysicalObject . 1127 rdfs:range ep-core:PhysicalObject .
1174 1128
1175 ep-prodact:timeWorked 1129 ep-prodact:timeWorked
1176 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 1130 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
1177 rdfs:domain ep-prodact:ProductionOperation ; 1131 rdfs:domain ep-prodact:ProductionOperation ;
1178 rdfs:label "time worked"^^xsd:string ; 1132 rdfs:label "time worked"^^xsd:string ;
1179 rdfs:range ep-core:TimeDuration . 1133 rdfs:range ep-core:TimeDuration .
...@@ -1195,8 +1149,3 @@ ep-prodact:xpathToDataInSourceXmlFile ...@@ -1195,8 +1149,3 @@ ep-prodact:xpathToDataInSourceXmlFile
1195 rdf:type owl:DatatypeProperty ; 1149 rdf:type owl:DatatypeProperty ;
1196 rdfs:domain ep-prodact:RaiseAnAlert ; 1150 rdfs:domain ep-prodact:RaiseAnAlert ;
1197 rdfs:label "XPATH to data source in XML file"^^xsd:string . 1151 rdfs:label "XPATH to data source in XML file"^^xsd:string .
1198 -
1199 -ep-prodact:yearlyActivityToDate
1200 - rdf:type owl:ObjectProperty ;
1201 - rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ;
1202 - rdfs:range ep-prodact:AnnualProductionActivityToDate .
......
...@@ -18,37 +18,18 @@ ...@@ -18,37 +18,18 @@
18 <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> 18 <http://www.reportinghub.no/ep/schema/equipment#ChokeValve>
19 rdfs:subClassOf ep-prodeqt:Valve . 19 rdfs:subClassOf ep-prodeqt:Valve .
20 20
21 -<http://www.reportinghub.no/ep/schema/equipment#Controller-lift>
22 - rdfs:subClassOf ep-prodeqt:Controller .
23 -
24 ep-prodeqt:BlockValve 21 ep-prodeqt:BlockValve
25 rdf:type owl:Class ; 22 rdf:type owl:Class ;
26 rdfs:comment "valve that is a block valve"^^xsd:string ; 23 rdfs:comment "valve that is a block valve"^^xsd:string ;
27 rdfs:label "block valve"^^xsd:string ; 24 rdfs:label "block valve"^^xsd:string ;
28 rdfs:subClassOf ep-prodeqt:Valve . 25 rdfs:subClassOf ep-prodeqt:Valve .
29 26
30 -ep-prodeqt:Controller
31 - rdf:type owl:Class ;
32 - rdfs:comment "equipment that is a single lift gas controller"^^xsd:string ;
33 - rdfs:label "controller"^^xsd:string ;
34 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
35 -
36 ep-prodeqt:DownHoleControlValve 27 ep-prodeqt:DownHoleControlValve
37 rdf:type owl:Class ; 28 rdf:type owl:Class ;
38 rdfs:comment "valve that is a down hole control valve"^^xsd:string ; 29 rdfs:comment "valve that is a down hole control valve"^^xsd:string ;
39 rdfs:label "down hole control valve"^^xsd:string ; 30 rdfs:label "down hole control valve"^^xsd:string ;
40 rdfs:subClassOf ep-prodeqt:Valve . 31 rdfs:subClassOf ep-prodeqt:Valve .
41 32
42 -ep-prodeqt:FlowLine
43 - rdf:type owl:Class ;
44 - rdfs:label "flow line"^^xsd:string ;
45 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
46 -
47 -ep-prodeqt:FlowLine-Production
48 - rdf:type owl:Class ;
49 - rdfs:label "flow line - production"^^xsd:string ;
50 - rdfs:subClassOf ep-prodeqt:FlowLine .
51 -
52 ep-prodeqt:FlowMeter 33 ep-prodeqt:FlowMeter
53 rdf:type owl:Class ; 34 rdf:type owl:Class ;
54 rdfs:comment "equipment that is a flow meter"^^xsd:string ; 35 rdfs:comment "equipment that is a flow meter"^^xsd:string ;
...@@ -62,7 +43,7 @@ ep-prodeqt:GasLiftChoke ...@@ -62,7 +43,7 @@ ep-prodeqt:GasLiftChoke
62 43
63 ep-prodeqt:PressureMeter 44 ep-prodeqt:PressureMeter
64 rdf:type owl:Class ; 45 rdf:type owl:Class ;
65 - rdfs:comment "equipment that is a pressure meter"^^xsd:string ; 46 + rdfs:comment "equipment item that is a pressure meter, consisting of the whole device and not just the sensor (source: MPR-XSD)"^^xsd:string ;
66 rdfs:label "pressure meter"^^xsd:string ; 47 rdfs:label "pressure meter"^^xsd:string ;
67 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 48 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
68 49
...@@ -74,13 +55,13 @@ ep-prodeqt:RegulatingValve ...@@ -74,13 +55,13 @@ ep-prodeqt:RegulatingValve
74 55
75 ep-prodeqt:SleeveValve 56 ep-prodeqt:SleeveValve
76 rdf:type owl:Class ; 57 rdf:type owl:Class ;
77 - rdfs:comment "valve that is a sleeve valve"^^xsd:string ; 58 + rdfs:comment "valve that is a tubing valve with a sliding sleeve to cover holes in the tubing, where all of the holes are covered to close the valve (source: MPR-XSD)"^^xsd:string ;
78 rdfs:label "sleeve valve"^^xsd:string ; 59 rdfs:label "sleeve valve"^^xsd:string ;
79 rdfs:subClassOf ep-prodeqt:Valve . 60 rdfs:subClassOf ep-prodeqt:Valve .
80 61
81 ep-prodeqt:TemperatureMeter 62 ep-prodeqt:TemperatureMeter
82 rdf:type owl:Class ; 63 rdf:type owl:Class ;
83 - rdfs:comment "equipment that is a temperature meter"^^xsd:string ; 64 + rdfs:comment "equipment item that is a temperature meter, consisting of the whole device and not just the sensor (source: MPR-XSD)"^^xsd:string ;
84 rdfs:label "temperature meter"^^xsd:string ; 65 rdfs:label "temperature meter"^^xsd:string ;
85 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 66 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
86 67
......
...@@ -12,15 +12,12 @@ ...@@ -12,15 +12,12 @@
12 12
13 <http://www.reportinghub.no/ep/schema/1.0/production-facility> 13 <http://www.reportinghub.no/ep/schema/1.0/production-facility>
14 rdf:type owl:Ontology ; 14 rdf:type owl:Ontology ;
15 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; 15 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ;
16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
17 17
18 <http://www.reportinghub.no/ep/schema/equipment#Compressor> 18 <http://www.reportinghub.no/ep/schema/equipment#Compressor>
19 rdf:type ep-prodfac:ReportingFacilityType . 19 rdf:type ep-prodfac:ReportingFacilityType .
20 20
21 -<http://www.reportinghub.no/ep/schema/equipment#Controller-lift>
22 - rdf:type ep-prodfac:ReportingFacilityType .
23 -
24 <http://www.reportinghub.no/ep/schema/equipment#Manifold-injection> 21 <http://www.reportinghub.no/ep/schema/equipment#Manifold-injection>
25 rdf:type ep-prodfac:ReportingFacilityType . 22 rdf:type ep-prodfac:ReportingFacilityType .
26 23
...@@ -39,9 +36,6 @@ ...@@ -39,9 +36,6 @@
39 rdfs:label "cloud cover"^^xsd:string ; 36 rdfs:label "cloud cover"^^xsd:string ;
40 rdfs:subClassOf ep-core:PhysicalObject . 37 rdfs:subClassOf ep-core:PhysicalObject .
41 38
42 -<http://www.reportinghub.no/ep/schema/facility#Completion>
43 - rdf:type ep-prodfac:ReportingFacilityType .
44 -
45 <http://www.reportinghub.no/ep/schema/facility#Field> 39 <http://www.reportinghub.no/ep/schema/facility#Field>
46 rdf:type ep-prodfac:ReportingFacilityType . 40 rdf:type ep-prodfac:ReportingFacilityType .
47 41
...@@ -79,56 +73,56 @@ ...@@ -79,56 +73,56 @@
79 rdf:type ep-prodfac:ReportingFacilityType . 73 rdf:type ep-prodfac:ReportingFacilityType .
80 74
81 <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight> 75 <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight>
82 - rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; 76 + rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ;
83 rdfs:comment "length that is the average of the higher 1/3 of the wave heights passing during a sample period (typically 20 to 30 minutes) (source: MPR-XSD)"^^xsd:string ; 77 rdfs:comment "length that is the average of the higher 1/3 of the wave heights passing during a sample period (typically 20 to 30 minutes) (source: MPR-XSD)"^^xsd:string ;
84 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; 78 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
85 rdfs:label "average highest third wave height"^^xsd:string ; 79 rdfs:label "average highest third wave height"^^xsd:string ;
86 rdfs:range ep-core:Length . 80 rdfs:range ep-core:Length .
87 81
88 <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight> 82 <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight>
89 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 83 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
90 rdfs:comment "length that is the average height of surface waves"^^xsd:string ; 84 rdfs:comment "length that is the average height of surface waves"^^xsd:string ;
91 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; 85 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
92 rdfs:label "average wave height"^^xsd:string ; 86 rdfs:label "average wave height"^^xsd:string ;
93 rdfs:range ep-core:Length . 87 rdfs:range ep-core:Length .
94 88
95 <http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight> 89 <http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight>
96 - rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; 90 + rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ;
97 rdfs:comment "length that is the height of the cloud ceiling"^^xsd:string ; 91 rdfs:comment "length that is the height of the cloud ceiling"^^xsd:string ;
98 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#CloudCover> ; 92 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#CloudCover> ;
99 rdfs:label "cloud ceiling height"^^xsd:string ; 93 rdfs:label "cloud ceiling height"^^xsd:string ;
100 rdfs:range ep-core:Length . 94 rdfs:range ep-core:Length .
101 95
102 <http://www.reportinghub.no/ep/schema/facility#facilityOperator> 96 <http://www.reportinghub.no/ep/schema/facility#facilityOperator>
103 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 97 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
104 rdfs:comment "organization that operates a facility"^^xsd:string ; 98 rdfs:comment "organization that operates a facility"^^xsd:string ;
105 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 99 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
106 rdfs:label "facility operator"^^xsd:string ; 100 rdfs:label "facility operator"^^xsd:string ;
107 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 101 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
108 102
109 <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight> 103 <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight>
110 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 104 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
111 rdfs:comment "length that is the maximum height of surface waves"^^xsd:string ; 105 rdfs:comment "length that is the maximum height of surface waves"^^xsd:string ;
112 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; 106 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
113 rdfs:label "maximum wave height"^^xsd:string ; 107 rdfs:label "maximum wave height"^^xsd:string ;
114 rdfs:range ep-core:Length . 108 rdfs:range ep-core:Length .
115 109
116 <http://www.reportinghub.no/ep/schema/facility#surfaceWavePeriod> 110 <http://www.reportinghub.no/ep/schema/facility#surfaceWavePeriod>
117 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 111 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
118 rdfs:comment "time duration that is the period of surface waves"^^xsd:string ; 112 rdfs:comment "time duration that is the period of surface waves"^^xsd:string ;
119 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; 113 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
120 rdfs:label "period"^^xsd:string ; 114 rdfs:label "period"^^xsd:string ;
121 rdfs:range ep-core:TimeDuration . 115 rdfs:range ep-core:TimeDuration .
122 116
123 <http://www.reportinghub.no/ep/schema/facility#visibility> 117 <http://www.reportinghub.no/ep/schema/facility#visibility>
124 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 118 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
125 rdfs:comment "length that is the maximum distance at which things can be seen through surrounding air"^^xsd:string ; 119 rdfs:comment "length that is the maximum distance at which things can be seen through surrounding air"^^xsd:string ;
126 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; 120 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ;
127 rdfs:label "visibility"^^xsd:string ; 121 rdfs:label "visibility"^^xsd:string ;
128 rdfs:range ep-core:Length . 122 rdfs:range ep-core:Length .
129 123
130 <http://www.reportinghub.no/ep/schema/facility#windChillTemperature> 124 <http://www.reportinghub.no/ep/schema/facility#windChillTemperature>
131 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 125 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
132 rdfs:comment "temperature that is the wind chill temperature of surrounding air"^^xsd:string ; 126 rdfs:comment "temperature that is the wind chill temperature of surrounding air"^^xsd:string ;
133 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; 127 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ;
134 rdfs:label "wind chill temperature"^^xsd:string ; 128 rdfs:label "wind chill temperature"^^xsd:string ;
...@@ -154,21 +148,21 @@ ep-prodfac:Boat ...@@ -154,21 +148,21 @@ ep-prodfac:Boat
154 148
155 ep-prodfac:Field-area 149 ep-prodfac:Field-area
156 rdf:type owl:Class ; 150 rdf:type owl:Class ;
157 - rdfs:comment "area of ground that is above a field"^^xsd:string ; 151 + rdfs:comment "part of the surface of the earth that is the area of ground above a field (source: MPR-XSD)"^^xsd:string ;
158 - rdfs:label "field - area"^^xsd:string ; 152 + rdfs:label "field area"^^xsd:string ;
159 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> . 153 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/geography#PartOfTheSurfaceOfTheEarth> .
160 154
161 ep-prodfac:Field-group 155 ep-prodfac:Field-group
162 rdf:type owl:Class ; 156 rdf:type owl:Class ;
163 - rdfs:comment "facility that is a set of fields"^^xsd:string ; 157 + rdfs:comment "part of the surface of the earth that is a grouping of two or more selected petroleum fields for commercial reasons or other purposes (source: MPR-XSD)"^^xsd:string ;
164 rdfs:label "field - group"^^xsd:string ; 158 rdfs:label "field - group"^^xsd:string ;
165 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> . 159 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/geography#PartOfTheSurfaceOfTheEarth> .
166 160
167 ep-prodfac:Field-part 161 ep-prodfac:Field-part
168 rdf:type owl:Class ; 162 rdf:type owl:Class ;
169 - rdfs:comment "facility that is part of a field"^^xsd:string ; 163 + rdfs:comment "part of the surface of the earth that is part of a petroleum field (source: MPR-XSD)"^^xsd:string ;
170 rdfs:label "field - part"^^xsd:string ; 164 rdfs:label "field - part"^^xsd:string ;
171 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> . 165 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/geography#PartOfTheSurfaceOfTheEarth> .
172 166
173 ep-prodfac:Installation 167 ep-prodfac:Installation
174 rdf:type owl:Class ; 168 rdf:type owl:Class ;
...@@ -280,7 +274,7 @@ ep-prodfac:numberOfPersonnelOnBoard ...@@ -280,7 +274,7 @@ ep-prodfac:numberOfPersonnelOnBoard
280 rdfs:range xsd:integer . 274 rdfs:range xsd:integer .
281 275
282 ep-prodfac:operatingTime 276 ep-prodfac:operatingTime
283 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 277 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
284 rdfs:comment "time duration that is the operating time of a temporal part of a facility"^^xsd:string ; 278 rdfs:comment "time duration that is the operating time of a temporal part of a facility"^^xsd:string ;
285 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 279 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
286 rdfs:label "operating time"^^xsd:string ; 280 rdfs:label "operating time"^^xsd:string ;
......
...@@ -35,15 +35,9 @@ ep-material:FluidFraction ...@@ -35,15 +35,9 @@ ep-material:FluidFraction
35 ep-material:FreshWater 35 ep-material:FreshWater
36 rdf:type ep-prodwell:InjectionFluidType . 36 rdf:type ep-prodwell:InjectionFluidType .
37 37
38 -ep-material:Gas
39 - rdf:type ep-prodwell:FluidPhaseType .
40 -
41 ep-material:GasAndWater 38 ep-material:GasAndWater
42 rdf:type ep-prodwell:InjectionFluidType . 39 rdf:type ep-prodwell:InjectionFluidType .
43 40
44 -ep-material:Liquid
45 - rdf:type ep-prodwell:FluidPhaseType .
46 -
47 ep-material:NonHcGas 41 ep-material:NonHcGas
48 rdf:type ep-prodwell:InjectionFluidType . 42 rdf:type ep-prodwell:InjectionFluidType .
49 43
...@@ -371,12 +365,6 @@ ep-prodwell:FluidComponentKindType ...@@ -371,12 +365,6 @@ ep-prodwell:FluidComponentKindType
371 rdfs:label "fluid component kind type"^^xsd:string ; 365 rdfs:label "fluid component kind type"^^xsd:string ;
372 rdfs:subClassOf owl:Class . 366 rdfs:subClassOf owl:Class .
373 367
374 -ep-prodwell:FluidPhaseType
375 - rdf:type rdfs:Class ;
376 - rdfs:comment "This is probably not required. The function selectFluidPhaseType is not used."^^xsd:string ;
377 - rdfs:label "fluid phase type"^^xsd:string ;
378 - rdfs:subClassOf owl:Class .
379 -
380 ep-prodwell:InjectingWell 368 ep-prodwell:InjectingWell
381 rdf:type owl:Class , ep-prodwell:WellStatusType ; 369 rdf:type owl:Class , ep-prodwell:WellStatusType ;
382 rdfs:comment "well or wellbore that is used for injecting"^^xsd:string ; 370 rdfs:comment "well or wellbore that is used for injecting"^^xsd:string ;
...@@ -451,7 +439,7 @@ ep-prodwell:TemporalPartOfAWellOrWellBore ...@@ -451,7 +439,7 @@ ep-prodwell:TemporalPartOfAWellOrWellBore
451 439
452 ep-prodwell:TubingHead 440 ep-prodwell:TubingHead
453 rdf:type owl:Class ; 441 rdf:type owl:Class ;
454 - rdfs:comment "equipment that supports the tubing hanger and provides a means of attaching the Christmas tree to the wellhead (Schlumberger)"^^xsd:string ; 442 + rdfs:comment "equipment that supports the tubing hanger and provides a means of attaching the Christmas tree to the wellhead (source: Schlumberger)"^^xsd:string ;
455 rdfs:label "tubing head"^^xsd:string ; 443 rdfs:label "tubing head"^^xsd:string ;
456 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 444 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
457 445
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
14 14
15 <http://www.reportinghub.no/ep/schema/1.0/report> 15 <http://www.reportinghub.no/ep/schema/1.0/report>
16 rdf:type owl:Ontology ; 16 rdf:type owl:Ontology ;
17 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <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/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/np/schema/1.0/npd> ; 17 + owl:imports <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> ;
18 owl:versionInfo "0.1.0"^^xsd:string . 18 owl:versionInfo "0.1.0"^^xsd:string .
19 19
20 <http://www.reportinghub.no/ep/schema/flow#ProductionFlowDefinitionType> 20 <http://www.reportinghub.no/ep/schema/flow#ProductionFlowDefinitionType>
...@@ -48,13 +48,13 @@ ep-report:DrillingReport ...@@ -48,13 +48,13 @@ ep-report:DrillingReport
48 rdfs:subClassOf ep-report:Report . 48 rdfs:subClassOf ep-report:Report .
49 49
50 ep-report:FinalDailyDrillingReport 50 ep-report:FinalDailyDrillingReport
51 - rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; 51 + rdf:type owl:Class , ep-report:DailyDrillingReportFinalisationType ;
52 rdfs:comment "daily drilling report that contains the final definitive status for the well. This report is normally issued some period of time (e.g., 6 months) after the completion of drilling. (source: DDR-XSD)"^^xsd:string ; 52 rdfs:comment "daily drilling report that contains the final definitive status for the well. This report is normally issued some period of time (e.g., 6 months) after the completion of drilling. (source: DDR-XSD)"^^xsd:string ;
53 rdfs:label "final daily drilling report"^^xsd:string ; 53 rdfs:label "final daily drilling report"^^xsd:string ;
54 rdfs:subClassOf ep-report:DailyDrillingReport . 54 rdfs:subClassOf ep-report:DailyDrillingReport .
55 55
56 ep-report:FinalVersionOfAReport 56 ep-report:FinalVersionOfAReport
57 - rdf:type ep-report:ReportVersionStatus , owl:Class ; 57 + rdf:type owl:Class , ep-report:ReportVersionStatus ;
58 rdfs:comment "report that is a final version"^^xsd:string ; 58 rdfs:comment "report that is a final version"^^xsd:string ;
59 rdfs:label "final version of a report"^^xsd:string ; 59 rdfs:label "final version of a report"^^xsd:string ;
60 rdfs:subClassOf ep-report:Report . 60 rdfs:subClassOf ep-report:Report .
...@@ -90,8 +90,13 @@ ep-report:NonProductivetimeReport ...@@ -90,8 +90,13 @@ ep-report:NonProductivetimeReport
90 rdfs:subClassOf ep-report:Report ; 90 rdfs:subClassOf ep-report:Report ;
91 rdfs:subClassOf 91 rdfs:subClassOf
92 [ rdf:type owl:Restriction ; 92 [ rdf:type owl:Restriction ;
93 + owl:allValuesFrom ep-report:DailyDrillingReport ;
94 + owl:onProperty ep-report:reportOn
95 + ] ;
96 + rdfs:subClassOf
97 + [ rdf:type owl:Restriction ;
93 owl:cardinality "1"^^xsd:nonNegativeInteger ; 98 owl:cardinality "1"^^xsd:nonNegativeInteger ;
94 - owl:onProperty ep-report:createdAt 99 + owl:onProperty ep-report:reportOn
95 ] ; 100 ] ;
96 rdfs:subClassOf 101 rdfs:subClassOf
97 [ rdf:type owl:Restriction ; 102 [ rdf:type owl:Restriction ;
...@@ -101,28 +106,23 @@ ep-report:NonProductivetimeReport ...@@ -101,28 +106,23 @@ ep-report:NonProductivetimeReport
101 rdfs:subClassOf 106 rdfs:subClassOf
102 [ rdf:type owl:Restriction ; 107 [ rdf:type owl:Restriction ;
103 owl:cardinality "1"^^xsd:nonNegativeInteger ; 108 owl:cardinality "1"^^xsd:nonNegativeInteger ;
104 - owl:onProperty ep-report:reportOn 109 + owl:onProperty ep-report:createdAt
105 - ] ;
106 - rdfs:subClassOf
107 - [ rdf:type owl:Restriction ;
108 - owl:allValuesFrom ep-report:DailyDrillingReport ;
109 - owl:onProperty ep-report:reportOn
110 ] . 110 ] .
111 111
112 ep-report:NormalDailyDrillingReport 112 ep-report:NormalDailyDrillingReport
113 - rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; 113 + rdf:type owl:Class , ep-report:DailyDrillingReportFinalisationType ;
114 rdfs:comment "daily drilling report that has been approved by the drilling operator (source: DDR-XSD)"^^xsd:string ; 114 rdfs:comment "daily drilling report that has been approved by the drilling operator (source: DDR-XSD)"^^xsd:string ;
115 rdfs:label "normal daily drilling report"^^xsd:string ; 115 rdfs:label "normal daily drilling report"^^xsd:string ;
116 - rdfs:subClassOf ep-report:DailyDrillingReport , ep-report:FinalVersionOfAReport . 116 + rdfs:subClassOf ep-report:FinalVersionOfAReport , ep-report:DailyDrillingReport .
117 117
118 ep-report:PreliminaryDailyDrillingReport 118 ep-report:PreliminaryDailyDrillingReport
119 - rdf:type ep-report:DailyDrillingReportFinalisationType , owl:Class ; 119 + rdf:type owl:Class , ep-report:DailyDrillingReportFinalisationType ;
120 rdfs:comment "daily drilling report that is a preliminary report that has not yet been approved by the drilling operator. This report is normally issued at the beginning of the work day (e.g., 6:00 am) before. (source: DDR-XSD)"^^xsd:string ; 120 rdfs:comment "daily drilling report that is a preliminary report that has not yet been approved by the drilling operator. This report is normally issued at the beginning of the work day (e.g., 6:00 am) before. (source: DDR-XSD)"^^xsd:string ;
121 rdfs:label "preliminary daily drilling report"^^xsd:string ; 121 rdfs:label "preliminary daily drilling report"^^xsd:string ;
122 - rdfs:subClassOf ep-report:DailyDrillingReport , ep-report:PreliminaryVersionOfAReport . 122 + rdfs:subClassOf ep-report:PreliminaryVersionOfAReport , ep-report:DailyDrillingReport .
123 123
124 ep-report:PreliminaryVersionOfAReport 124 ep-report:PreliminaryVersionOfAReport
125 - rdf:type ep-report:ReportVersionStatus , owl:Class ; 125 + rdf:type owl:Class , ep-report:ReportVersionStatus ;
126 rdfs:comment "report that is a preliminary version"^^xsd:string ; 126 rdfs:comment "report that is a preliminary version"^^xsd:string ;
127 rdfs:label "preliminary version of a report"^^xsd:string ; 127 rdfs:label "preliminary version of a report"^^xsd:string ;
128 rdfs:subClassOf ep-report:Report . 128 rdfs:subClassOf ep-report:Report .
...@@ -163,77 +163,56 @@ ep-report:Report ...@@ -163,77 +163,56 @@ ep-report:Report
163 rdfs:label "report"^^xsd:string ; 163 rdfs:label "report"^^xsd:string ;
164 rdfs:subClassOf owl:Thing . 164 rdfs:subClassOf owl:Thing .
165 165
166 -ep-report:ReportAliasIdentifier
167 - rdf:type owl:Class ;
168 - rdfs:comment "not used in DDR or MPR"^^xsd:string ;
169 - rdfs:label "report alias identifier"^^xsd:string ;
170 - rdfs:subClassOf owl:Thing ;
171 - rdfs:subClassOf
172 - [ rdf:type owl:Restriction ;
173 - owl:minCardinality "1"^^xsd:nonNegativeInteger ;
174 - owl:onProperty ep-report:aliasName
175 - ] ;
176 - rdfs:subClassOf
177 - [ rdf:type owl:Restriction ;
178 - owl:cardinality "1"^^xsd:nonNegativeInteger ;
179 - owl:onProperty ep-report:aliasOwner
180 - ] ;
181 - rdfs:subClassOf
182 - [ rdf:type owl:Restriction ;
183 - owl:cardinality "1"^^xsd:nonNegativeInteger ;
184 - owl:onProperty ep-report:isAliasFor
185 - ] .
186 -
187 ep-report:ReportAt06-00 166 ep-report:ReportAt06-00
188 - rdf:type owl:Class , ep-report:ReportPeriodType ; 167 + rdf:type ep-report:ReportPeriodType , owl:Class ;
189 rdfs:comment "report for instant that is for 6 am during the report period. This can be ambiguous if the report period begins and ends at 6 am, so use report start/end instead. This cannot be used for a reporting period that is greater than 24 hours. (source: MPR-XSD)"^^xsd:string ; 168 rdfs:comment "report for instant that is for 6 am during the report period. This can be ambiguous if the report period begins and ends at 6 am, so use report start/end instead. This cannot be used for a reporting period that is greater than 24 hours. (source: MPR-XSD)"^^xsd:string ;
190 rdfs:label "report at 06:00"^^xsd:string ; 169 rdfs:label "report at 06:00"^^xsd:string ;
191 rdfs:subClassOf ep-report:ReportForInstant . 170 rdfs:subClassOf ep-report:ReportForInstant .
192 171
193 ep-report:ReportAtBeginningOfReportingPeriod 172 ep-report:ReportAtBeginningOfReportingPeriod
194 - rdf:type ep-report:ReportPeriodType , owl:Class ; 173 + rdf:type owl:Class , ep-report:ReportPeriodType ;
195 rdfs:comment "report for instant that is a part of another report, and that is for the beginning of the period of the report it is part of (source: MPR-XSD)."^^xsd:string ; 174 rdfs:comment "report for instant that is a part of another report, and that is for the beginning of the period of the report it is part of (source: MPR-XSD)."^^xsd:string ;
196 rdfs:label "report at beginning of reporting period"^^xsd:string ; 175 rdfs:label "report at beginning of reporting period"^^xsd:string ;
197 rdfs:subClassOf ep-report:ReportForInstant . 176 rdfs:subClassOf ep-report:ReportForInstant .
198 177
199 ep-report:ReportAtEndOfReportingPeriod 178 ep-report:ReportAtEndOfReportingPeriod
200 - rdf:type ep-report:ReportPeriodType , owl:Class ; 179 + rdf:type owl:Class , ep-report:ReportPeriodType ;
201 rdfs:comment "report for instant that is a part of another report, and that is for the end of the period of the report it is part of (source: MPR-XSD)."^^xsd:string ; 180 rdfs:comment "report for instant that is a part of another report, and that is for the end of the period of the report it is part of (source: MPR-XSD)."^^xsd:string ;
202 rdfs:label "report at end of reporting period"^^xsd:string ; 181 rdfs:label "report at end of reporting period"^^xsd:string ;
203 rdfs:subClassOf ep-report:ReportForInstant . 182 rdfs:subClassOf ep-report:ReportForInstant .
204 183
205 ep-report:ReportAtMidnight 184 ep-report:ReportAtMidnight
206 - rdf:type owl:Class , ep-report:ReportPeriodType ; 185 + rdf:type ep-report:ReportPeriodType , owl:Class ;
207 rdfs:comment "report for instant that is for midnight during the report period. This can be ambiguous if the report period begins and ends at midnight, so use report start/end instead. This cannot be used for a reporting period that is greater than 24 hours. (source: MPR-XSD)"^^xsd:string ; 186 rdfs:comment "report for instant that is for midnight during the report period. This can be ambiguous if the report period begins and ends at midnight, so use report start/end instead. This cannot be used for a reporting period that is greater than 24 hours. (source: MPR-XSD)"^^xsd:string ;
208 rdfs:label "report at midnight"^^xsd:string ; 187 rdfs:label "report at midnight"^^xsd:string ;
209 rdfs:subClassOf ep-report:ReportForInstant . 188 rdfs:subClassOf ep-report:ReportForInstant .
210 189
211 ep-report:ReportAtNoon 190 ep-report:ReportAtNoon
212 - rdf:type owl:Class , ep-report:ReportPeriodType ; 191 + rdf:type ep-report:ReportPeriodType , owl:Class ;
213 rdfs:comment "report for instant that is for noon during the report period. This can be ambiguous if the report period begins and ends at noon, so use report start/end instead. This cannot be used for a reporting period that is greater than 24 hours. (source: MPR-XSD)"^^xsd:string ; 192 rdfs:comment "report for instant that is for noon during the report period. This can be ambiguous if the report period begins and ends at noon, so use report start/end instead. This cannot be used for a reporting period that is greater than 24 hours. (source: MPR-XSD)"^^xsd:string ;
214 rdfs:label "report at noon"^^xsd:string ; 193 rdfs:label "report at noon"^^xsd:string ;
215 rdfs:subClassOf ep-report:ReportForInstant . 194 rdfs:subClassOf ep-report:ReportForInstant .
216 195
217 ep-report:ReportForAllToDate 196 ep-report:ReportForAllToDate
218 - rdf:type owl:Class , ep-report:ReportPeriodType ; 197 + rdf:type ep-report:ReportPeriodType , owl:Class ;
219 rdfs:comment "report that is about activities within all time up to the end of a report period (source: MPR-XSD)"^^xsd:string ; 198 rdfs:comment "report that is about activities within all time up to the end of a report period (source: MPR-XSD)"^^xsd:string ;
220 rdfs:label "report for all to date"^^xsd:string ; 199 rdfs:label "report for all to date"^^xsd:string ;
221 rdfs:subClassOf ep-report:Report . 200 rdfs:subClassOf ep-report:Report .
222 201
223 ep-report:ReportForDailyMonthToDate 202 ep-report:ReportForDailyMonthToDate
224 - rdf:type ep-report:ReportPeriodType , owl:Class ; 203 + rdf:type owl:Class , ep-report:ReportPeriodType ;
225 rdfs:comment "report that is about the average for each day within the period from the beginning of a month to the end of a report period (source: MPR-XSD)"^^xsd:string ; 204 rdfs:comment "report that is about the average for each day within the period from the beginning of a month to the end of a report period (source: MPR-XSD)"^^xsd:string ;
226 rdfs:label "report for daily month to date"^^xsd:string ; 205 rdfs:label "report for daily month to date"^^xsd:string ;
227 rdfs:subClassOf ep-report:Report . 206 rdfs:subClassOf ep-report:Report .
228 207
229 ep-report:ReportForDailyYearToDate 208 ep-report:ReportForDailyYearToDate
230 - rdf:type ep-report:ReportPeriodType , owl:Class ; 209 + rdf:type owl:Class , ep-report:ReportPeriodType ;
231 rdfs:comment "report that is about the average for each day within the period from the beginning of a year to the end of a report period (source: MPR-XSD)"^^xsd:string ; 210 rdfs:comment "report that is about the average for each day within the period from the beginning of a year to the end of a report period (source: MPR-XSD)"^^xsd:string ;
232 rdfs:label "report for daily year to date"^^xsd:string ; 211 rdfs:label "report for daily year to date"^^xsd:string ;
233 rdfs:subClassOf ep-report:Report . 212 rdfs:subClassOf ep-report:Report .
234 213
235 ep-report:ReportForGasYearToDate 214 ep-report:ReportForGasYearToDate
236 - rdf:type ep-report:ReportPeriodType , owl:Class ; 215 + rdf:type owl:Class , ep-report:ReportPeriodType ;
237 rdfs:comment "report that is about activities within a period starting at 06:00 AM October 1st ending at 06:00 AM on a given date (source: MPR-XSD)"^^xsd:string ; 216 rdfs:comment "report that is about activities within a period starting at 06:00 AM October 1st ending at 06:00 AM on a given date (source: MPR-XSD)"^^xsd:string ;
238 rdfs:label "report for gas year to date"^^xsd:string ; 217 rdfs:label "report for gas year to date"^^xsd:string ;
239 rdfs:subClassOf ep-report:Report . 218 rdfs:subClassOf ep-report:Report .
...@@ -245,67 +224,67 @@ ep-report:ReportForInstant ...@@ -245,67 +224,67 @@ ep-report:ReportForInstant
245 rdfs:subClassOf ep-report:Report . 224 rdfs:subClassOf ep-report:Report .
246 225
247 ep-report:ReportForMonthToDate 226 ep-report:ReportForMonthToDate
248 - rdf:type ep-report:ReportPeriodType , owl:Class ; 227 + rdf:type owl:Class , ep-report:ReportPeriodType ;
249 rdfs:comment "report on activities within a period from the beginning of a calendar month up to the end of a reporting period (source: MPR-XSD)"^^xsd:string ; 228 rdfs:comment "report on activities within a period from the beginning of a calendar month up to the end of a reporting period (source: MPR-XSD)"^^xsd:string ;
250 rdfs:label "report for month to date"^^xsd:string ; 229 rdfs:label "report for month to date"^^xsd:string ;
251 rdfs:subClassOf ep-report:Report . 230 rdfs:subClassOf ep-report:Report .
252 231
253 ep-report:ReportForOneDay 232 ep-report:ReportForOneDay
254 - rdf:type ep-report:ReportPeriodType , owl:Class ; 233 + rdf:type owl:Class , ep-report:ReportPeriodType ;
255 rdfs:comment "report that is about activities within one day, or within the 24 hour period ending at the end of a report period (source: MPR-XSD)"^^xsd:string ; 234 rdfs:comment "report that is about activities within one day, or within the 24 hour period ending at the end of a report period (source: MPR-XSD)"^^xsd:string ;
256 rdfs:label "report for one day"^^xsd:string ; 235 rdfs:label "report for one day"^^xsd:string ;
257 rdfs:subClassOf ep-report:Report . 236 rdfs:subClassOf ep-report:Report .
258 237
259 ep-report:ReportForOneGasDay 238 ep-report:ReportForOneGasDay
260 - rdf:type ep-report:ReportPeriodType , owl:Class ; 239 + rdf:type owl:Class , ep-report:ReportPeriodType ;
261 rdfs:comment "report that is about activities within a period starting at 06:00 AM and ending 06:00 AM next day (source: MPR-XSD)"^^xsd:string ; 240 rdfs:comment "report that is about activities within a period starting at 06:00 AM and ending 06:00 AM next day (source: MPR-XSD)"^^xsd:string ;
262 rdfs:label "report for one gas day"^^xsd:string ; 241 rdfs:label "report for one gas day"^^xsd:string ;
263 rdfs:subClassOf ep-report:Report . 242 rdfs:subClassOf ep-report:Report .
264 243
265 ep-report:ReportForOneGasMonth 244 ep-report:ReportForOneGasMonth
266 - rdf:type ep-report:ReportPeriodType , owl:Class ; 245 + rdf:type owl:Class , ep-report:ReportPeriodType ;
267 rdfs:comment "report that is about activities within a period starting at 06:00 AM on the the first day of a month and ending at 06:00 AM on the first day of next month (source: MPR-XSD)"^^xsd:string ; 246 rdfs:comment "report that is about activities within a period starting at 06:00 AM on the the first day of a month and ending at 06:00 AM on the first day of next month (source: MPR-XSD)"^^xsd:string ;
268 rdfs:label "report for one gas month"^^xsd:string ; 247 rdfs:label "report for one gas month"^^xsd:string ;
269 rdfs:subClassOf ep-report:Report . 248 rdfs:subClassOf ep-report:Report .
270 249
271 ep-report:ReportForOneGasYear 250 ep-report:ReportForOneGasYear
272 - rdf:type owl:Class , ep-report:ReportPeriodType ; 251 + rdf:type ep-report:ReportPeriodType , owl:Class ;
273 rdfs:comment "report that is about activities within a period starting at 06:00 AM October 1st and ending at same date and time the following year (source: MPR-XSD)"^^xsd:string ; 252 rdfs:comment "report that is about activities within a period starting at 06:00 AM October 1st and ending at same date and time the following year (source: MPR-XSD)"^^xsd:string ;
274 rdfs:label "report for one gas year"^^xsd:string ; 253 rdfs:label "report for one gas year"^^xsd:string ;
275 rdfs:subClassOf ep-report:Report . 254 rdfs:subClassOf ep-report:Report .
276 255
277 ep-report:ReportForOneMonth 256 ep-report:ReportForOneMonth
278 - rdf:type ep-report:ReportPeriodType , owl:Class ; 257 + rdf:type owl:Class , ep-report:ReportPeriodType ;
279 rdfs:comment "report that is about activities within one calendar month (source: MPR-XSD)"^^xsd:string ; 258 rdfs:comment "report that is about activities within one calendar month (source: MPR-XSD)"^^xsd:string ;
280 rdfs:label "report for one month"^^xsd:string ; 259 rdfs:label "report for one month"^^xsd:string ;
281 rdfs:subClassOf ep-report:Report . 260 rdfs:subClassOf ep-report:Report .
282 261
283 ep-report:ReportForOneWeek 262 ep-report:ReportForOneWeek
284 - rdf:type ep-report:ReportPeriodType , owl:Class ; 263 + rdf:type owl:Class , ep-report:ReportPeriodType ;
285 rdfs:comment "report that is about activities within one calendar week, or 7 consequtive 24 hour periods ending at the end of the report period (source: MPR-XSD)"^^xsd:string ; 264 rdfs:comment "report that is about activities within one calendar week, or 7 consequtive 24 hour periods ending at the end of the report period (source: MPR-XSD)"^^xsd:string ;
286 rdfs:label "report for one week"^^xsd:string ; 265 rdfs:label "report for one week"^^xsd:string ;
287 rdfs:subClassOf ep-report:Report . 266 rdfs:subClassOf ep-report:Report .
288 267
289 ep-report:ReportForOneYear 268 ep-report:ReportForOneYear
290 - rdf:type ep-report:ReportPeriodType , owl:Class ; 269 + rdf:type owl:Class , ep-report:ReportPeriodType ;
291 rdfs:comment "report that is about activities within one Gregorian year (source: MPR-XSD)"^^xsd:string ; 270 rdfs:comment "report that is about activities within one Gregorian year (source: MPR-XSD)"^^xsd:string ;
292 rdfs:label "report for one year"^^xsd:string ; 271 rdfs:label "report for one year"^^xsd:string ;
293 rdfs:subClassOf ep-report:Report . 272 rdfs:subClassOf ep-report:Report .
294 273
295 ep-report:ReportForPreviousPeriod 274 ep-report:ReportForPreviousPeriod
296 - rdf:type owl:Class , ep-report:ReportPeriodType ; 275 + rdf:type ep-report:ReportPeriodType , owl:Class ;
297 rdfs:comment "report that is a part of another report and that is about activities within the period immediately prior to that of the report it is a part of. For example, if the report period represents a day then the previous period represents the previous day (source: MPR-XSD)."^^xsd:string ; 276 rdfs:comment "report that is a part of another report and that is about activities within the period immediately prior to that of the report it is a part of. For example, if the report period represents a day then the previous period represents the previous day (source: MPR-XSD)."^^xsd:string ;
298 rdfs:label "report for previous period"^^xsd:string ; 277 rdfs:label "report for previous period"^^xsd:string ;
299 rdfs:subClassOf ep-report:Report . 278 rdfs:subClassOf ep-report:Report .
300 279
301 ep-report:ReportForReportingPeriod 280 ep-report:ReportForReportingPeriod
302 - rdf:type ep-report:ReportPeriodType , owl:Class ; 281 + rdf:type owl:Class , ep-report:ReportPeriodType ;
303 rdfs:comment "report that is about activities within the whole of a reporting period (source: MPR-XSD)"^^xsd:string ; 282 rdfs:comment "report that is about activities within the whole of a reporting period (source: MPR-XSD)"^^xsd:string ;
304 rdfs:label "report for reporting period"^^xsd:string ; 283 rdfs:label "report for reporting period"^^xsd:string ;
305 rdfs:subClassOf ep-report:Report . 284 rdfs:subClassOf ep-report:Report .
306 285
307 ep-report:ReportForYearToDate 286 ep-report:ReportForYearToDate
308 - rdf:type owl:Class , ep-report:ReportPeriodType ; 287 + rdf:type ep-report:ReportPeriodType , owl:Class ;
309 rdfs:comment "report that is about activities within the period from the beginning of a year up to the end of a reporting period (source: MPR-XSD)"^^xsd:string ; 288 rdfs:comment "report that is about activities within the period from the beginning of a year up to the end of a reporting period (source: MPR-XSD)"^^xsd:string ;
310 rdfs:label "report for year to date"^^xsd:string ; 289 rdfs:label "report for year to date"^^xsd:string ;
311 rdfs:subClassOf ep-report:Report . 290 rdfs:subClassOf ep-report:Report .
...@@ -329,22 +308,22 @@ ep-report:WeeklyDrillingReport ...@@ -329,22 +308,22 @@ ep-report:WeeklyDrillingReport
329 rdfs:subClassOf ep-report:DrillingReport ; 308 rdfs:subClassOf ep-report:DrillingReport ;
330 rdfs:subClassOf 309 rdfs:subClassOf
331 [ rdf:type owl:Restriction ; 310 [ rdf:type owl:Restriction ;
332 - owl:allValuesFrom ep-report:DailyDrillingReport ; 311 + owl:cardinality "7"^^xsd:nonNegativeInteger ;
333 owl:onProperty ep-report:reportOn 312 owl:onProperty ep-report:reportOn
334 ] ; 313 ] ;
335 rdfs:subClassOf 314 rdfs:subClassOf
336 [ rdf:type owl:Restriction ; 315 [ rdf:type owl:Restriction ;
337 - owl:cardinality "1"^^xsd:nonNegativeInteger ; 316 + owl:allValuesFrom xsd:dateTime ;
338 owl:onProperty ep-report:createdAt 317 owl:onProperty ep-report:createdAt
339 ] ; 318 ] ;
340 rdfs:subClassOf 319 rdfs:subClassOf
341 [ rdf:type owl:Restriction ; 320 [ rdf:type owl:Restriction ;
342 - owl:allValuesFrom xsd:dateTime ; 321 + owl:cardinality "1"^^xsd:nonNegativeInteger ;
343 owl:onProperty ep-report:createdAt 322 owl:onProperty ep-report:createdAt
344 ] ; 323 ] ;
345 rdfs:subClassOf 324 rdfs:subClassOf
346 [ rdf:type owl:Restriction ; 325 [ rdf:type owl:Restriction ;
347 - owl:cardinality "7"^^xsd:nonNegativeInteger ; 326 + owl:allValuesFrom ep-report:DailyDrillingReport ;
348 owl:onProperty ep-report:reportOn 327 owl:onProperty ep-report:reportOn
349 ] . 328 ] .
350 329
...@@ -354,18 +333,6 @@ ep-report:WellTestReport ...@@ -354,18 +333,6 @@ ep-report:WellTestReport
354 rdfs:label "well test report"^^xsd:string ; 333 rdfs:label "well test report"^^xsd:string ;
355 rdfs:subClassOf ep-report:Report . 334 rdfs:subClassOf ep-report:Report .
356 335
357 -ep-report:aliasName
358 - rdf:type owl:DatatypeProperty ;
359 - rdfs:comment "not used in DDR or MPR"^^xsd:string ;
360 - rdfs:label "alias name"^^xsd:string ;
361 - rdfs:range xsd:string .
362 -
363 -ep-report:aliasOwner
364 - rdf:type owl:ObjectProperty ;
365 - rdfs:comment "not used in DDR or MPR"^^xsd:string ;
366 - rdfs:label "alias owner"^^xsd:string ;
367 - rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> .
368 -
369 ep-report:approvedReport 336 ep-report:approvedReport
370 rdf:type owl:ObjectProperty ; 337 rdf:type owl:ObjectProperty ;
371 rdfs:comment "report that is approved by an approve a report activity"^^xsd:string ; 338 rdfs:comment "report that is approved by an approve a report activity"^^xsd:string ;
...@@ -374,24 +341,17 @@ ep-report:approvedReport ...@@ -374,24 +341,17 @@ ep-report:approvedReport
374 rdfs:range ep-report:Report . 341 rdfs:range ep-report:Report .
375 342
376 ep-report:createdAt 343 ep-report:createdAt
377 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 344 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
378 rdfs:comment "point in time that a report was created at"^^xsd:string ; 345 rdfs:comment "point in time that a report was created at"^^xsd:string ;
379 rdfs:domain ep-report:Report ; 346 rdfs:domain ep-report:Report ;
380 rdfs:label "created at"^^xsd:string . 347 rdfs:label "created at"^^xsd:string .
381 348
382 ep-report:dailyDrillingReportNumber 349 ep-report:dailyDrillingReportNumber
383 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 350 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
384 rdfs:comment "identifier of a daily drilling report"^^xsd:string ; 351 rdfs:comment "identifier of a daily drilling report"^^xsd:string ;
385 rdfs:domain ep-report:DailyDrillingReport ; 352 rdfs:domain ep-report:DailyDrillingReport ;
386 rdfs:label "daily drilling report number"^^xsd:string . 353 rdfs:label "daily drilling report number"^^xsd:string .
387 354
388 -ep-report:dateCoveredByReport
389 - rdf:type owl:DatatypeProperty ;
390 - rdfs:comment "not used in MPR or DDR"^^xsd:string ;
391 - rdfs:domain ep-report:DailyProductionReport ;
392 - rdfs:label "date covered by report"^^xsd:string ;
393 - rdfs:range xsd:date .
394 -
395 ep-report:datumObjectForDailyDrillingReport 355 ep-report:datumObjectForDailyDrillingReport
396 rdf:type owl:ObjectProperty ; 356 rdf:type owl:ObjectProperty ;
397 rdfs:comment "physical object that is the datum object used throughout a daily drilling report"^^xsd:string ; 357 rdfs:comment "physical object that is the datum object used throughout a daily drilling report"^^xsd:string ;
...@@ -405,13 +365,6 @@ ep-report:descriptionOfSource ...@@ -405,13 +365,6 @@ ep-report:descriptionOfSource
405 rdfs:domain ep-report:Report ; 365 rdfs:domain ep-report:Report ;
406 rdfs:label "description of source"^^xsd:string . 366 rdfs:label "description of source"^^xsd:string .
407 367
408 -ep-report:disclaimer
409 - rdf:type rdf:Property ;
410 - rdfs:comment "not used in DDR or MPR"^^xsd:string ;
411 - rdfs:domain ep-report:Report ;
412 - rdfs:label "disclaimer"^^xsd:string ;
413 - rdfs:range xsd:string .
414 -
415 ep-report:existsDuringPeriodReportedOnBy 368 ep-report:existsDuringPeriodReportedOnBy
416 rdf:type owl:ObjectProperty ; 369 rdf:type owl:ObjectProperty ;
417 rdfs:comment "report that that is for a period during which the physical object exists"^^xsd:string ; 370 rdfs:comment "report that that is for a period during which the physical object exists"^^xsd:string ;
...@@ -427,19 +380,13 @@ ep-report:existsUpToTheEndOfThePeriodReportedOnBy ...@@ -427,19 +380,13 @@ ep-report:existsUpToTheEndOfThePeriodReportedOnBy
427 rdfs:range ep-report:Report . 380 rdfs:range ep-report:Report .
428 381
429 ep-report:hasContent 382 ep-report:hasContent
430 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 383 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
431 rdfs:comment "text that is the content of a report"^^xsd:string ; 384 rdfs:comment "text that is the content of a report"^^xsd:string ;
432 rdfs:domain ep-report:Report ; 385 rdfs:domain ep-report:Report ;
433 rdfs:label "has content"^^xsd:string . 386 rdfs:label "has content"^^xsd:string .
434 387
435 -ep-report:isAliasFor
436 - rdf:type owl:ObjectProperty ;
437 - rdfs:comment "not used in the DDR or MPR"^^xsd:string ;
438 - rdfs:label "is alias for"^^xsd:string ;
439 - rdfs:range <http://www.reportinghub.no/np/schema/npd#Individual> .
440 -
441 ep-report:issuedAt 388 ep-report:issuedAt
442 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 389 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
443 rdfs:comment "point in time that a report was issued at"^^xsd:string ; 390 rdfs:comment "point in time that a report was issued at"^^xsd:string ;
444 rdfs:domain ep-report:Report ; 391 rdfs:domain ep-report:Report ;
445 rdfs:label "issued at"^^xsd:string . 392 rdfs:label "issued at"^^xsd:string .
...@@ -452,7 +399,7 @@ ep-report:issuedReport ...@@ -452,7 +399,7 @@ ep-report:issuedReport
452 rdfs:range ep-report:Report . 399 rdfs:range ep-report:Report .
453 400
454 ep-report:nameAsDatumObject 401 ep-report:nameAsDatumObject
455 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 402 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
456 rdfs:comment "name by which a physical object is refered to as a datum object"^^xsd:string ; 403 rdfs:comment "name by which a physical object is refered to as a datum object"^^xsd:string ;
457 rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ; 404 rdfs:domain <http://www.reportinghub.no/ep/schema/core#PhysicalObject> ;
458 rdfs:label "name as datum object"^^xsd:string . 405 rdfs:label "name as datum object"^^xsd:string .
...@@ -464,22 +411,8 @@ ep-report:reportOn ...@@ -464,22 +411,8 @@ ep-report:reportOn
464 rdfs:label "report on"^^xsd:string ; 411 rdfs:label "report on"^^xsd:string ;
465 rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalThing> . 412 rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalThing> .
466 413
467 -ep-report:reportSubmittedBy
468 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
469 - rdfs:comment "not used in the DDR or MPR"^^xsd:string ;
470 - rdfs:domain ep-report:Report ;
471 - rdfs:label "report submitted by"^^xsd:string ;
472 - rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
473 -
474 -ep-report:reportSubmittedFrom
475 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
476 - rdfs:comment "not used in the DDR or MPR"^^xsd:string ;
477 - rdfs:domain ep-report:Report ;
478 - rdfs:label "report submitted from"^^xsd:string ;
479 - rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> .
480 -
481 ep-report:reportVersion 414 ep-report:reportVersion
482 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 415 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
483 rdfs:comment "version identifier for a report"^^xsd:string ; 416 rdfs:comment "version identifier for a report"^^xsd:string ;
484 rdfs:domain ep-report:Report ; 417 rdfs:domain ep-report:Report ;
485 rdfs:label "report version"^^xsd:string . 418 rdfs:label "report version"^^xsd:string .
...@@ -492,13 +425,13 @@ ep-report:title ...@@ -492,13 +425,13 @@ ep-report:title
492 rdfs:range xsd:string . 425 rdfs:range xsd:string .
493 426
494 ep-report:validFrom 427 ep-report:validFrom
495 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 428 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
496 rdfs:comment "point in time that a report is valid from"^^xsd:string ; 429 rdfs:comment "point in time that a report is valid from"^^xsd:string ;
497 rdfs:domain ep-report:Report ; 430 rdfs:domain ep-report:Report ;
498 rdfs:label "valid from"^^xsd:string . 431 rdfs:label "valid from"^^xsd:string .
499 432
500 ep-report:validTo 433 ep-report:validTo
501 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 434 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
502 rdfs:comment "point in time that a report if valid until"^^xsd:string ; 435 rdfs:comment "point in time that a report if valid until"^^xsd:string ;
503 rdfs:domain ep-report:Report ; 436 rdfs:domain ep-report:Report ;
504 rdfs:label "valid to"^^xsd:string . 437 rdfs:label "valid to"^^xsd:string .
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
14 14
15 <http://www.reportinghub.no/ep/schema/1.0/well> 15 <http://www.reportinghub.no/ep/schema/1.0/well>
16 rdf:type owl:Ontology ; 16 rdf:type owl:Ontology ;
17 - 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> ; 17 + owl:imports <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> ;
18 owl:versionInfo "0.1.0"^^xsd:string . 18 owl:versionInfo "0.1.0"^^xsd:string .
19 19
20 <http://www.reportinghub.no/ep/schema/equipment#CasingString> 20 <http://www.reportinghub.no/ep/schema/equipment#CasingString>
...@@ -74,14 +74,14 @@ ep-well:FluidType ...@@ -74,14 +74,14 @@ ep-well:FluidType
74 rdfs:subClassOf owl:Class . 74 rdfs:subClassOf owl:Class .
75 75
76 ep-well:HphtWellBore 76 ep-well:HphtWellBore
77 - rdf:type ep-well:WellBoreHphtType , owl:Class ; 77 + rdf:type owl:Class , ep-well:WellBoreHphtType ;
78 rdfs:comment "wellbore that is high pressure and high temperature"^^xsd:string ; 78 rdfs:comment "wellbore that is high pressure and high temperature"^^xsd:string ;
79 rdfs:label "high pressure high temperature well bore"^^xsd:string ; 79 rdfs:label "high pressure high temperature well bore"^^xsd:string ;
80 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; 80 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
81 owl:disjointWith ep-well:NotHphtWellBore . 81 owl:disjointWith ep-well:NotHphtWellBore .
82 82
83 ep-well:LeakyWellBore 83 ep-well:LeakyWellBore
84 - rdf:type ep-well:WellBoreTightnessType , owl:Class ; 84 + rdf:type owl:Class , ep-well:WellBoreTightnessType ;
85 rdfs:comment "wellbore that is leaky"^^xsd:string ; 85 rdfs:comment "wellbore that is leaky"^^xsd:string ;
86 rdfs:label "leaky well bore"^^xsd:string ; 86 rdfs:label "leaky well bore"^^xsd:string ;
87 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; 87 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
...@@ -94,32 +94,32 @@ ep-well:LowerPartOfAWellBore ...@@ -94,32 +94,32 @@ ep-well:LowerPartOfAWellBore
94 rdfs:subClassOf ep-well:TemporalPartOfASpatialPartOfAWellBore . 94 rdfs:subClassOf ep-well:TemporalPartOfASpatialPartOfAWellBore .
95 95
96 ep-well:Mud 96 ep-well:Mud
97 - rdf:type ep-well:CementingFluidType , owl:Class ; 97 + rdf:type owl:Class , ep-well:CementingFluidType ;
98 rdfs:comment "cementing fluid that is mud"^^xsd:string ; 98 rdfs:comment "cementing fluid that is mud"^^xsd:string ;
99 rdfs:label "mud"^^xsd:string ; 99 rdfs:label "mud"^^xsd:string ;
100 rdfs:subClassOf ep-well:CementingFluid ; 100 rdfs:subClassOf ep-well:CementingFluid ;
101 - owl:disjointWith ep-well:Slurry , ep-well:Spacer , ep-well:Wash . 101 + owl:disjointWith ep-well:Wash , ep-well:Spacer , ep-well:Slurry .
102 102
103 ep-well:Mud-oilBased 103 ep-well:Mud-oilBased
104 - rdf:type ep-well:MudClass , owl:Class ; 104 + rdf:type owl:Class , ep-well:MudClass ;
105 rdfs:comment "mud that is oil based"^^xsd:string ; 105 rdfs:comment "mud that is oil based"^^xsd:string ;
106 rdfs:label "mud - oil based"^^xsd:string ; 106 rdfs:label "mud - oil based"^^xsd:string ;
107 rdfs:subClassOf ep-well:Mud ; 107 rdfs:subClassOf ep-well:Mud ;
108 - owl:disjointWith ep-well:Mud-other , ep-well:Mud-waterBased . 108 + owl:disjointWith ep-well:Mud-waterBased , ep-well:Mud-other .
109 109
110 ep-well:Mud-other 110 ep-well:Mud-other
111 - rdf:type ep-well:MudClass , owl:Class ; 111 + rdf:type owl:Class , ep-well:MudClass ;
112 rdfs:comment "mud that is neither oil nor water based"^^xsd:string ; 112 rdfs:comment "mud that is neither oil nor water based"^^xsd:string ;
113 rdfs:label "mud - other"^^xsd:string ; 113 rdfs:label "mud - other"^^xsd:string ;
114 rdfs:subClassOf ep-well:Mud ; 114 rdfs:subClassOf ep-well:Mud ;
115 - owl:disjointWith ep-well:Mud-oilBased , ep-well:Mud-waterBased . 115 + owl:disjointWith ep-well:Mud-waterBased , ep-well:Mud-oilBased .
116 116
117 ep-well:Mud-waterBased 117 ep-well:Mud-waterBased
118 - rdf:type ep-well:MudClass , owl:Class ; 118 + rdf:type owl:Class , ep-well:MudClass ;
119 rdfs:comment "mud that is water based"^^xsd:string ; 119 rdfs:comment "mud that is water based"^^xsd:string ;
120 rdfs:label "mud - water based"^^xsd:string ; 120 rdfs:label "mud - water based"^^xsd:string ;
121 rdfs:subClassOf ep-well:Mud ; 121 rdfs:subClassOf ep-well:Mud ;
122 - owl:disjointWith ep-well:Mud-oilBased , ep-well:Mud-other . 122 + owl:disjointWith ep-well:Mud-other , ep-well:Mud-oilBased .
123 123
124 ep-well:MudClass 124 ep-well:MudClass
125 rdf:type owl:Class ; 125 rdf:type owl:Class ;
...@@ -128,7 +128,7 @@ ep-well:MudClass ...@@ -128,7 +128,7 @@ ep-well:MudClass
128 rdfs:subClassOf ep-well:FluidType . 128 rdfs:subClassOf ep-well:FluidType .
129 129
130 ep-well:NotHphtWellBore 130 ep-well:NotHphtWellBore
131 - rdf:type ep-well:WellBoreHphtType , owl:Class ; 131 + rdf:type owl:Class , ep-well:WellBoreHphtType ;
132 rdfs:comment "wellbore that is not high pressure and high temperature"^^xsd:string ; 132 rdfs:comment "wellbore that is not high pressure and high temperature"^^xsd:string ;
133 rdfs:label "not high pressure high temperature well bore"^^xsd:string ; 133 rdfs:label "not high pressure high temperature well bore"^^xsd:string ;
134 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; 134 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
...@@ -146,18 +146,18 @@ ep-well:RecoveredCore ...@@ -146,18 +146,18 @@ ep-well:RecoveredCore
146 rdfs:subClassOf ep-core:PhysicalObject . 146 rdfs:subClassOf ep-core:PhysicalObject .
147 147
148 ep-well:Slurry 148 ep-well:Slurry
149 - rdf:type ep-well:CementingFluidType , owl:Class ; 149 + rdf:type owl:Class , ep-well:CementingFluidType ;
150 rdfs:comment "cementing fluid that is slurry"^^xsd:string ; 150 rdfs:comment "cementing fluid that is slurry"^^xsd:string ;
151 rdfs:label "slurry"^^xsd:string ; 151 rdfs:label "slurry"^^xsd:string ;
152 rdfs:subClassOf ep-well:CementingFluid ; 152 rdfs:subClassOf ep-well:CementingFluid ;
153 - owl:disjointWith ep-well:Mud , ep-well:Spacer , ep-well:Wash . 153 + owl:disjointWith ep-well:Wash , ep-well:Spacer , ep-well:Mud .
154 154
155 ep-well:Spacer 155 ep-well:Spacer
156 - rdf:type ep-well:CementingFluidType , owl:Class ; 156 + rdf:type owl:Class , ep-well:CementingFluidType ;
157 rdfs:comment "cementing fluid that is spacer"^^xsd:string ; 157 rdfs:comment "cementing fluid that is spacer"^^xsd:string ;
158 rdfs:label "spacer"^^xsd:string ; 158 rdfs:label "spacer"^^xsd:string ;
159 rdfs:subClassOf ep-well:CementingFluid ; 159 rdfs:subClassOf ep-well:CementingFluid ;
160 - owl:disjointWith ep-well:Mud , ep-well:Slurry , ep-well:Wash . 160 + owl:disjointWith ep-well:Wash , ep-well:Slurry , ep-well:Mud .
161 161
162 ep-well:SpatialPartOfAWell 162 ep-well:SpatialPartOfAWell
163 rdf:type owl:Class ; 163 rdf:type owl:Class ;
...@@ -191,12 +191,12 @@ ep-well:TemporalPartOfAWell ...@@ -191,12 +191,12 @@ ep-well:TemporalPartOfAWell
191 191
192 ep-well:TemporalPartOfAWellBore 192 ep-well:TemporalPartOfAWellBore
193 rdf:type owl:Class ; 193 rdf:type owl:Class ;
194 - rdfs:comment "physical object that is a wellbore"^^xsd:string ; 194 + rdfs:comment "physical object that is a single wellbore (sidetrack) within a well (source: MPR-XSD)"^^xsd:string ;
195 rdfs:label "(temporal part of a) wellbore"^^xsd:string ; 195 rdfs:label "(temporal part of a) wellbore"^^xsd:string ;
196 rdfs:subClassOf ep-well:TemporalPartOfASpatialPartOfAWellBore . 196 rdfs:subClassOf ep-well:TemporalPartOfASpatialPartOfAWellBore .
197 197
198 ep-well:TightWellBore 198 ep-well:TightWellBore
199 - rdf:type ep-well:WellBoreTightnessType , owl:Class ; 199 + rdf:type owl:Class , ep-well:WellBoreTightnessType ;
200 rdfs:comment "wellbore that is not leaky"^^xsd:string ; 200 rdfs:comment "wellbore that is not leaky"^^xsd:string ;
201 rdfs:label "tight well bore"^^xsd:string ; 201 rdfs:label "tight well bore"^^xsd:string ;
202 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ; 202 rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
...@@ -209,11 +209,11 @@ ep-well:UserDescribedCementingFluidType ...@@ -209,11 +209,11 @@ ep-well:UserDescribedCementingFluidType
209 rdfs:subClassOf ep-well:FluidType . 209 rdfs:subClassOf ep-well:FluidType .
210 210
211 ep-well:Wash 211 ep-well:Wash
212 - rdf:type ep-well:CementingFluidType , owl:Class ; 212 + rdf:type owl:Class , ep-well:CementingFluidType ;
213 rdfs:comment "cementing fluid that is wash"^^xsd:string ; 213 rdfs:comment "cementing fluid that is wash"^^xsd:string ;
214 rdfs:label "wash"^^xsd:string ; 214 rdfs:label "wash"^^xsd:string ;
215 rdfs:subClassOf ep-well:CementingFluid ; 215 rdfs:subClassOf ep-well:CementingFluid ;
216 - owl:disjointWith ep-well:Mud , ep-well:Slurry , ep-well:Spacer . 216 + owl:disjointWith ep-well:Spacer , ep-well:Slurry , ep-well:Mud .
217 217
218 ep-well:Well 218 ep-well:Well
219 rdf:type owl:Class ; 219 rdf:type owl:Class ;
...@@ -285,7 +285,7 @@ ep-well:WellBoreWithoutCirculation ...@@ -285,7 +285,7 @@ ep-well:WellBoreWithoutCirculation
285 285
286 ep-well:WellGroup 286 ep-well:WellGroup
287 rdf:type owl:Class ; 287 rdf:type owl:Class ;
288 - rdfs:comment "not used in the DDR"^^xsd:string ; 288 + rdfs:comment "physical object that is a named group of wells (source: MPR-XSD)"^^xsd:string ;
289 rdfs:label "well group"^^xsd:string ; 289 rdfs:label "well group"^^xsd:string ;
290 rdfs:subClassOf ep-core:PhysicalObject . 290 rdfs:subClassOf ep-core:PhysicalObject .
291 291
...@@ -298,7 +298,7 @@ ep-well:WellHead ...@@ -298,7 +298,7 @@ ep-well:WellHead
298 "http://posccaesar.org/rdl/RDS13609850"^^xsd:string . 298 "http://posccaesar.org/rdl/RDS13609850"^^xsd:string .
299 299
300 ep-well:averageBottomHolePressure 300 ep-well:averageBottomHolePressure
301 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 301 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
302 rdfs:comment "class_of_indirect_property that is the average pressure at the bottom of a wellbore"^^xsd:string ; 302 rdfs:comment "class_of_indirect_property that is the average pressure at the bottom of a wellbore"^^xsd:string ;
303 rdfs:domain ep-well:TemporalPartOfAWellBore ; 303 rdfs:domain ep-well:TemporalPartOfAWellBore ;
304 rdfs:label "average bottom hole pressure"^^xsd:string ; 304 rdfs:label "average bottom hole pressure"^^xsd:string ;
...@@ -307,7 +307,7 @@ ep-well:averageBottomHolePressure ...@@ -307,7 +307,7 @@ ep-well:averageBottomHolePressure
307 "http://posccaesar.org/rdl/RDS1748178911"^^xsd:string . 307 "http://posccaesar.org/rdl/RDS1748178911"^^xsd:string .
308 308
309 ep-well:averageBottomHoleTemperature 309 ep-well:averageBottomHoleTemperature
310 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 310 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
311 rdfs:comment "class_of_indirect_property that is the average temperature at the bottom of a wellbore"^^xsd:string ; 311 rdfs:comment "class_of_indirect_property that is the average temperature at the bottom of a wellbore"^^xsd:string ;
312 rdfs:domain ep-well:TemporalPartOfAWellBore ; 312 rdfs:domain ep-well:TemporalPartOfAWellBore ;
313 rdfs:label "average bottom hole temperature"^^xsd:string ; 313 rdfs:label "average bottom hole temperature"^^xsd:string ;
...@@ -316,7 +316,7 @@ ep-well:averageBottomHoleTemperature ...@@ -316,7 +316,7 @@ ep-well:averageBottomHoleTemperature
316 "http://posccaesar.org/rdl/RDS1748247961"^^xsd:string . 316 "http://posccaesar.org/rdl/RDS1748247961"^^xsd:string .
317 317
318 ep-well:azimuth 318 ep-well:azimuth
319 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 319 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
320 rdfs:comment "class_of_indirect_property that is the inclination of wellbore orientation at a position within a wellbore"^^xsd:string ; 320 rdfs:comment "class_of_indirect_property that is the inclination of wellbore orientation at a position within a wellbore"^^xsd:string ;
321 rdfs:domain ep-well:PositionWithinWellBore ; 321 rdfs:domain ep-well:PositionWithinWellBore ;
322 rdfs:label "azimuth"^^xsd:string ; 322 rdfs:label "azimuth"^^xsd:string ;
...@@ -325,49 +325,49 @@ ep-well:azimuth ...@@ -325,49 +325,49 @@ ep-well:azimuth
325 "http://posccaesar.org/rdl/RDS17688492"^^xsd:string . 325 "http://posccaesar.org/rdl/RDS17688492"^^xsd:string .
326 326
327 ep-well:bottomHoleMeasuredDepth 327 ep-well:bottomHoleMeasuredDepth
328 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 328 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
329 rdfs:comment "class_of_indirect_property that is the measured depth to the bottom of a wellbore"^^xsd:string ; 329 rdfs:comment "class_of_indirect_property that is the measured depth to the bottom of a wellbore"^^xsd:string ;
330 rdfs:domain ep-well:TemporalPartOfAWellBore ; 330 rdfs:domain ep-well:TemporalPartOfAWellBore ;
331 rdfs:label "bottom hole measured depth"^^xsd:string ; 331 rdfs:label "bottom hole measured depth"^^xsd:string ;
332 rdfs:range ep-core:Length . 332 rdfs:range ep-core:Length .
333 333
334 ep-well:bottomHoleTemperature 334 ep-well:bottomHoleTemperature
335 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 335 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
336 rdfs:comment "class_of_indirect_property that is the temperature at the bottom of a wellbore"^^xsd:string ; 336 rdfs:comment "class_of_indirect_property that is the temperature at the bottom of a wellbore"^^xsd:string ;
337 rdfs:domain ep-well:TemporalPartOfAWellBore ; 337 rdfs:domain ep-well:TemporalPartOfAWellBore ;
338 rdfs:label "bottom hole temperature"^^xsd:string ; 338 rdfs:label "bottom hole temperature"^^xsd:string ;
339 rdfs:range ep-core:Temperature . 339 rdfs:range ep-core:Temperature .
340 340
341 ep-well:bottomHoleTrueVerticalDepth 341 ep-well:bottomHoleTrueVerticalDepth
342 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 342 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
343 rdfs:comment "class_of_indirect_property that is the true vertical depth of the bottom of a wellbore"^^xsd:string ; 343 rdfs:comment "class_of_indirect_property that is the true vertical depth of the bottom of a wellbore"^^xsd:string ;
344 rdfs:domain ep-well:TemporalPartOfAWellBore ; 344 rdfs:domain ep-well:TemporalPartOfAWellBore ;
345 rdfs:label "bottom hole true vertical depth"^^xsd:string ; 345 rdfs:label "bottom hole true vertical depth"^^xsd:string ;
346 rdfs:range ep-core:Length . 346 rdfs:range ep-core:Length .
347 347
348 ep-well:cementingFluidPerCentFreeWater 348 ep-well:cementingFluidPerCentFreeWater
349 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 349 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
350 rdfs:comment "class_of_indirect_property that is the percentage free water by volume within a cementing fluid"^^xsd:string ; 350 rdfs:comment "class_of_indirect_property that is the percentage free water by volume within a cementing fluid"^^xsd:string ;
351 rdfs:domain ep-well:CementingFluid ; 351 rdfs:domain ep-well:CementingFluid ;
352 rdfs:label "cementing fluid per cent free water"^^xsd:string ; 352 rdfs:label "cementing fluid per cent free water"^^xsd:string ;
353 rdfs:range ep-core:VolumePerUnitVolumeConcentration . 353 rdfs:range ep-core:VolumePerUnitVolumeConcentration .
354 354
355 ep-well:cementingFluidThickeningTime 355 ep-well:cementingFluidThickeningTime
356 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 356 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
357 rdfs:comment "class_of_indirect_property that is the thickening time for a cementing fluid"^^xsd:string ; 357 rdfs:comment "class_of_indirect_property that is the thickening time for a cementing fluid"^^xsd:string ;
358 rdfs:domain ep-well:CementingFluid ; 358 rdfs:domain ep-well:CementingFluid ;
359 rdfs:label "cementing fluid thickening time"^^xsd:string ; 359 rdfs:label "cementing fluid thickening time"^^xsd:string ;
360 rdfs:range ep-core:TimeDuration . 360 rdfs:range ep-core:TimeDuration .
361 361
362 ep-well:coreLength 362 ep-well:coreLength
363 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 363 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
364 rdfs:comment "class_of_indirect_property that is the length of a recovered core"^^xsd:string ; 364 rdfs:comment "class_of_indirect_property that is the length of a recovered core"^^xsd:string ;
365 rdfs:domain ep-well:RecoveredCore ; 365 rdfs:domain ep-well:RecoveredCore ;
366 rdfs:label "core length"^^xsd:string ; 366 rdfs:label "core length"^^xsd:string ;
367 rdfs:range ep-core:Length . 367 rdfs:range ep-core:Length .
368 368
369 ep-well:diameterOfAWellBorePilotHole 369 ep-well:diameterOfAWellBorePilotHole
370 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 370 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
371 rdfs:comment "class_of_indirect_property that is the diameter of a wellbore pilot hole"^^xsd:string ; 371 rdfs:comment "class_of_indirect_property that is the diameter of a wellbore pilot hole"^^xsd:string ;
372 rdfs:domain ep-well:WellBorePilotHole ; 372 rdfs:domain ep-well:WellBorePilotHole ;
373 rdfs:label "diameter of a wellbore pilot hole"^^xsd:string ; 373 rdfs:label "diameter of a wellbore pilot hole"^^xsd:string ;
...@@ -381,42 +381,42 @@ ep-well:dominantComponent ...@@ -381,42 +381,42 @@ ep-well:dominantComponent
381 rdfs:range ep-well:FluidComponentType . 381 rdfs:range ep-well:FluidComponentType .
382 382
383 ep-well:finalBottomHoleMeasuredDepth 383 ep-well:finalBottomHoleMeasuredDepth
384 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 384 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
385 rdfs:comment "class_of_indirect_property that is the measured depth to the bottom of a wellbore at the end of a temporal part of a wellbore"^^xsd:string ; 385 rdfs:comment "class_of_indirect_property that is the measured depth to the bottom of a wellbore at the end of a temporal part of a wellbore"^^xsd:string ;
386 rdfs:domain ep-well:TemporalPartOfAWellBore ; 386 rdfs:domain ep-well:TemporalPartOfAWellBore ;
387 rdfs:label "final bottom hole measured depth"^^xsd:string ; 387 rdfs:label "final bottom hole measured depth"^^xsd:string ;
388 rdfs:range ep-core:Length . 388 rdfs:range ep-core:Length .
389 389
390 ep-well:finalBottomHoleTrueVerticalDepth 390 ep-well:finalBottomHoleTrueVerticalDepth
391 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 391 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
392 rdfs:comment "class_of_indirect_property that is the true vertical dept of the bottom of a wellbore at the end of a temporal part of a wellbore"^^xsd:string ; 392 rdfs:comment "class_of_indirect_property that is the true vertical dept of the bottom of a wellbore at the end of a temporal part of a wellbore"^^xsd:string ;
393 rdfs:domain ep-well:TemporalPartOfAWellBore ; 393 rdfs:domain ep-well:TemporalPartOfAWellBore ;
394 rdfs:label "final bottom hole true vertical depth"^^xsd:string ; 394 rdfs:label "final bottom hole true vertical depth"^^xsd:string ;
395 rdfs:range ep-core:Length . 395 rdfs:range ep-core:Length .
396 396
397 ep-well:gasConcentrationHigh 397 ep-well:gasConcentrationHigh
398 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 398 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
399 rdfs:comment "class_of_indirect_property that is the highest gas concentration by volume within a temporal part of a fluid"^^xsd:string ; 399 rdfs:comment "class_of_indirect_property that is the highest gas concentration by volume within a temporal part of a fluid"^^xsd:string ;
400 rdfs:domain <http://www.reportinghub.no/ep/schema/material#Fluid> ; 400 rdfs:domain <http://www.reportinghub.no/ep/schema/material#Fluid> ;
401 rdfs:label "gas concentration - high"^^xsd:string ; 401 rdfs:label "gas concentration - high"^^xsd:string ;
402 rdfs:range ep-core:VolumePerUnitVolumeConcentration . 402 rdfs:range ep-core:VolumePerUnitVolumeConcentration .
403 403
404 ep-well:gasConcentrationLow 404 ep-well:gasConcentrationLow
405 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 405 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
406 rdfs:comment "class_of_indirect_property that is the lowest gas concentration by volume within a temporal part of a fluid"^^xsd:string ; 406 rdfs:comment "class_of_indirect_property that is the lowest gas concentration by volume within a temporal part of a fluid"^^xsd:string ;
407 rdfs:domain <http://www.reportinghub.no/ep/schema/material#Fluid> ; 407 rdfs:domain <http://www.reportinghub.no/ep/schema/material#Fluid> ;
408 rdfs:label "gas concentration - low"^^xsd:string ; 408 rdfs:label "gas concentration - low"^^xsd:string ;
409 rdfs:range ep-core:VolumePerUnitVolumeConcentration . 409 rdfs:range ep-core:VolumePerUnitVolumeConcentration .
410 410
411 ep-well:hasBarrel 411 ep-well:hasBarrel
412 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 412 + rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
413 rdfs:comment "inner barrel of a recovered core"^^xsd:string ; 413 rdfs:comment "inner barrel of a recovered core"^^xsd:string ;
414 rdfs:domain ep-well:RecoveredCore ; 414 rdfs:domain ep-well:RecoveredCore ;
415 rdfs:label "has barrel"^^xsd:string ; 415 rdfs:label "has barrel"^^xsd:string ;
416 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> . 416 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> .
417 417
418 ep-well:inclination 418 ep-well:inclination
419 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 419 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
420 rdfs:comment "class_of_indirect_property that is the inclination of wellbore orientation at a position within a wellbore"^^xsd:string ; 420 rdfs:comment "class_of_indirect_property that is the inclination of wellbore orientation at a position within a wellbore"^^xsd:string ;
421 rdfs:domain ep-well:PositionWithinWellBore ; 421 rdfs:domain ep-well:PositionWithinWellBore ;
422 rdfs:label "inclination"^^xsd:string ; 422 rdfs:label "inclination"^^xsd:string ;
...@@ -425,7 +425,7 @@ ep-well:inclination ...@@ -425,7 +425,7 @@ ep-well:inclination
425 "http://posccaesar.org/rdl/RDS17688057"^^xsd:string . 425 "http://posccaesar.org/rdl/RDS17688057"^^xsd:string .
426 426
427 ep-well:initialBottomHoleMeasuredDepth 427 ep-well:initialBottomHoleMeasuredDepth
428 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 428 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
429 rdfs:comment "class_of_indirect_property that is the measured depth to the bottom of a wellbore at the beginning of a temporal part of a wellbore"^^xsd:string ; 429 rdfs:comment "class_of_indirect_property that is the measured depth to the bottom of a wellbore at the beginning of a temporal part of a wellbore"^^xsd:string ;
430 rdfs:domain ep-well:TemporalPartOfAWellBore ; 430 rdfs:domain ep-well:TemporalPartOfAWellBore ;
431 rdfs:label "initial bottom hole measured depth"^^xsd:string ; 431 rdfs:label "initial bottom hole measured depth"^^xsd:string ;
...@@ -438,7 +438,7 @@ ep-well:lithologyDescription ...@@ -438,7 +438,7 @@ ep-well:lithologyDescription
438 rdfs:label "lithology description"^^xsd:string . 438 rdfs:label "lithology description"^^xsd:string .
439 439
440 ep-well:measuredDepth 440 ep-well:measuredDepth
441 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 441 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
442 rdfs:comment "class_of_indirect_property that is the measured depth of a spatial part of a wellbore"^^xsd:string ; 442 rdfs:comment "class_of_indirect_property that is the measured depth of a spatial part of a wellbore"^^xsd:string ;
443 rdfs:domain ep-well:SpatialPartOfAWellBore ; 443 rdfs:domain ep-well:SpatialPartOfAWellBore ;
444 rdfs:label "measured depth"^^xsd:string ; 444 rdfs:label "measured depth"^^xsd:string ;
...@@ -447,35 +447,35 @@ ep-well:measuredDepth ...@@ -447,35 +447,35 @@ ep-well:measuredDepth
447 "http://posccaesar.org/rdl/RDS1724710171"^^xsd:string . 447 "http://posccaesar.org/rdl/RDS1724710171"^^xsd:string .
448 448
449 ep-well:measuredDepthOfPlugTop 449 ep-well:measuredDepthOfPlugTop
450 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 450 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
451 rdfs:comment "class_of_indirect_property that is the measured depth of the plug top of a wellbore"^^xsd:string ; 451 rdfs:comment "class_of_indirect_property that is the measured depth of the plug top of a wellbore"^^xsd:string ;
452 rdfs:domain ep-well:TemporalPartOfAWellBore ; 452 rdfs:domain ep-well:TemporalPartOfAWellBore ;
453 rdfs:label "measured depth of plug top"^^xsd:string ; 453 rdfs:label "measured depth of plug top"^^xsd:string ;
454 rdfs:range ep-core:Length . 454 rdfs:range ep-core:Length .
455 455
456 ep-well:measuredDepthToTheBottomOfAPartOfAWellBore 456 ep-well:measuredDepthToTheBottomOfAPartOfAWellBore
457 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 457 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
458 rdfs:comment "class_of_indirect_property that is the measured depth to the bottom of a spatial part of a wellbore"^^xsd:string ; 458 rdfs:comment "class_of_indirect_property that is the measured depth to the bottom of a spatial part of a wellbore"^^xsd:string ;
459 rdfs:domain ep-well:SpatialPartOfAWellBore ; 459 rdfs:domain ep-well:SpatialPartOfAWellBore ;
460 rdfs:label "measured depth to the bottom of a part of a wellbore"^^xsd:string ; 460 rdfs:label "measured depth to the bottom of a part of a wellbore"^^xsd:string ;
461 rdfs:range ep-core:Length . 461 rdfs:range ep-core:Length .
462 462
463 ep-well:measuredDepthToTheTopOfAPartOfAWellBore 463 ep-well:measuredDepthToTheTopOfAPartOfAWellBore
464 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 464 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
465 rdfs:comment "class_of_indirect_property that is the measured depth to the top of a spatial part of a wellbore"^^xsd:string ; 465 rdfs:comment "class_of_indirect_property that is the measured depth to the top of a spatial part of a wellbore"^^xsd:string ;
466 rdfs:domain ep-well:SpatialPartOfAWellBore ; 466 rdfs:domain ep-well:SpatialPartOfAWellBore ;
467 rdfs:label "measured depth to the top of a part of a wellbore"^^xsd:string ; 467 rdfs:label "measured depth to the top of a part of a wellbore"^^xsd:string ;
468 rdfs:range ep-core:Length . 468 rdfs:range ep-core:Length .
469 469
470 ep-well:nominalInsideDiameterOfBoreHole 470 ep-well:nominalInsideDiameterOfBoreHole
471 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 471 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
472 rdfs:comment "class_of_indirect_property that is the nominal diameter of a wellbore"^^xsd:string ; 472 rdfs:comment "class_of_indirect_property that is the nominal diameter of a wellbore"^^xsd:string ;
473 rdfs:domain ep-well:TemporalPartOfAWellBore ; 473 rdfs:domain ep-well:TemporalPartOfAWellBore ;
474 rdfs:label "nominal inside diameter of borehole"^^xsd:string ; 474 rdfs:label "nominal inside diameter of borehole"^^xsd:string ;
475 rdfs:range ep-core:Length . 475 rdfs:range ep-core:Length .
476 476
477 ep-well:plannedBottomHoleMeasuredDepth 477 ep-well:plannedBottomHoleMeasuredDepth
478 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 478 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
479 rdfs:comment "class_of_indirect_property that is the planned measured depth to the bottom of a wellbore at the end of a temporal part of a wellbore"^^xsd:string ; 479 rdfs:comment "class_of_indirect_property that is the planned measured depth to the bottom of a wellbore at the end of a temporal part of a wellbore"^^xsd:string ;
480 rdfs:domain ep-well:TemporalPartOfAWellBore ; 480 rdfs:domain ep-well:TemporalPartOfAWellBore ;
481 rdfs:label "planned bottom hole measured depth"^^xsd:string ; 481 rdfs:label "planned bottom hole measured depth"^^xsd:string ;
...@@ -484,7 +484,7 @@ ep-well:plannedBottomHoleMeasuredDepth ...@@ -484,7 +484,7 @@ ep-well:plannedBottomHoleMeasuredDepth
484 "http://posccaesar.org/rdl/RDS1035458501"^^xsd:string . 484 "http://posccaesar.org/rdl/RDS1035458501"^^xsd:string .
485 485
486 ep-well:plannedPilotBottomHoleMeasuredDepth 486 ep-well:plannedPilotBottomHoleMeasuredDepth
487 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 487 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
488 rdfs:comment "class_of_indirect_property that is the planned measured depth to the bottom of the pilot hole of a wellbore at the end of a temporal part of a wellbore"^^xsd:string ; 488 rdfs:comment "class_of_indirect_property that is the planned measured depth to the bottom of the pilot hole of a wellbore at the end of a temporal part of a wellbore"^^xsd:string ;
489 rdfs:domain ep-well:WellBorePilotHole ; 489 rdfs:domain ep-well:WellBorePilotHole ;
490 rdfs:label "planned pilot bottom hole measured depth"^^xsd:string ; 490 rdfs:label "planned pilot bottom hole measured depth"^^xsd:string ;
...@@ -493,35 +493,35 @@ ep-well:plannedPilotBottomHoleMeasuredDepth ...@@ -493,35 +493,35 @@ ep-well:plannedPilotBottomHoleMeasuredDepth
493 "http://posccaesar.org/rdl/RDS17851115"^^xsd:string . 493 "http://posccaesar.org/rdl/RDS17851115"^^xsd:string .
494 494
495 ep-well:plannedPilotBottomHoleTrueVerticalDepth 495 ep-well:plannedPilotBottomHoleTrueVerticalDepth
496 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 496 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
497 rdfs:comment "class_of_indirect_property that is the planned true vertical depth of the bottom of the pilot hole of a wellbore at the end of a temporal part of a wellbore"^^xsd:string ; 497 rdfs:comment "class_of_indirect_property that is the planned true vertical depth of the bottom of the pilot hole of a wellbore at the end of a temporal part of a wellbore"^^xsd:string ;
498 rdfs:domain ep-well:WellBorePilotHole ; 498 rdfs:domain ep-well:WellBorePilotHole ;
499 rdfs:label "planned pilot bottom hole true vertical depth"^^xsd:string ; 499 rdfs:label "planned pilot bottom hole true vertical depth"^^xsd:string ;
500 rdfs:range ep-core:Length . 500 rdfs:range ep-core:Length .
501 501
502 ep-well:porePressure 502 ep-well:porePressure
503 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 503 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
504 rdfs:comment "class_of_indirect_property that is the pore pressure at a spatial part of a wellbore"^^xsd:string ; 504 rdfs:comment "class_of_indirect_property that is the pore pressure at a spatial part of a wellbore"^^xsd:string ;
505 rdfs:domain ep-well:SpatialPartOfAWellBore ; 505 rdfs:domain ep-well:SpatialPartOfAWellBore ;
506 rdfs:label "pore pressure"^^xsd:string ; 506 rdfs:label "pore pressure"^^xsd:string ;
507 rdfs:range ep-core:Pressure . 507 rdfs:range ep-core:Pressure .
508 508
509 ep-well:porePressureEquivalentMudDensity 509 ep-well:porePressureEquivalentMudDensity
510 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 510 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
511 rdfs:comment "class_of_indirect_property that is the equipvalent mud density to the pore pressure at a spatial part of a wellbore"^^xsd:string ; 511 rdfs:comment "class_of_indirect_property that is the equipvalent mud density to the pore pressure at a spatial part of a wellbore"^^xsd:string ;
512 rdfs:domain ep-well:TemporalPartOfAWellBore ; 512 rdfs:domain ep-well:TemporalPartOfAWellBore ;
513 rdfs:label "pore pressure - equivalent mud density"^^xsd:string ; 513 rdfs:label "pore pressure - equivalent mud density"^^xsd:string ;
514 rdfs:range ep-core:Density . 514 rdfs:range ep-core:Density .
515 515
516 ep-well:ratioOfCementMixToWater 516 ep-well:ratioOfCementMixToWater
517 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 517 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
518 rdfs:comment "class_of_indirect_property that is the volumetric ratio of cement mix to water for a cementing fluid"^^xsd:string ; 518 rdfs:comment "class_of_indirect_property that is the volumetric ratio of cement mix to water for a cementing fluid"^^xsd:string ;
519 rdfs:domain ep-well:CementingFluid ; 519 rdfs:domain ep-well:CementingFluid ;
520 rdfs:label "ratio of cement mix to water"^^xsd:string ; 520 rdfs:label "ratio of cement mix to water"^^xsd:string ;
521 rdfs:range ep-core:VolumePerUnitVolumeConcentration . 521 rdfs:range ep-core:VolumePerUnitVolumeConcentration .
522 522
523 ep-well:relativeAmountOfCoreRecovered 523 ep-well:relativeAmountOfCoreRecovered
524 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 524 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
525 rdfs:comment "class_of_indirect_property that is the relative amount of core recovered by volume"^^xsd:string ; 525 rdfs:comment "class_of_indirect_property that is the relative amount of core recovered by volume"^^xsd:string ;
526 rdfs:domain ep-well:RecoveredCore ; 526 rdfs:domain ep-well:RecoveredCore ;
527 rdfs:label "relative amount of core recovered"^^xsd:string ; 527 rdfs:label "relative amount of core recovered"^^xsd:string ;
...@@ -534,7 +534,7 @@ ep-well:showDescription ...@@ -534,7 +534,7 @@ ep-well:showDescription
534 rdfs:label "show description"^^xsd:string . 534 rdfs:label "show description"^^xsd:string .
535 535
536 ep-well:shutInCasingPressure 536 ep-well:shutInCasingPressure
537 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 537 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
538 rdfs:comment "class_of_indirect_property that is the shut in casing pressure for a wellbore"^^xsd:string ; 538 rdfs:comment "class_of_indirect_property that is the shut in casing pressure for a wellbore"^^xsd:string ;
539 rdfs:domain ep-well:TemporalPartOfAWellBore ; 539 rdfs:domain ep-well:TemporalPartOfAWellBore ;
540 rdfs:label "shut in casing pressure"^^xsd:string ; 540 rdfs:label "shut in casing pressure"^^xsd:string ;
...@@ -543,7 +543,7 @@ ep-well:shutInCasingPressure ...@@ -543,7 +543,7 @@ ep-well:shutInCasingPressure
543 "http://posccaesar.org/rdl/RDS17788782"^^xsd:string . 543 "http://posccaesar.org/rdl/RDS17788782"^^xsd:string .
544 544
545 ep-well:shutInDrillPipePressure 545 ep-well:shutInDrillPipePressure
546 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 546 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
547 rdfs:comment "class_of_indirect_property that is the shut in drill pipe pressure for a wellbore"^^xsd:string ; 547 rdfs:comment "class_of_indirect_property that is the shut in drill pipe pressure for a wellbore"^^xsd:string ;
548 rdfs:domain ep-well:TemporalPartOfAWellBore ; 548 rdfs:domain ep-well:TemporalPartOfAWellBore ;
549 rdfs:label "shut in drill pipe pressure"^^xsd:string ; 549 rdfs:label "shut in drill pipe pressure"^^xsd:string ;
...@@ -558,47 +558,47 @@ ep-well:stratigraphyDescription ...@@ -558,47 +558,47 @@ ep-well:stratigraphyDescription
558 rdfs:label "stratigraphy description"^^xsd:string . 558 rdfs:label "stratigraphy description"^^xsd:string .
559 559
560 ep-well:strengthOfRockFormation 560 ep-well:strengthOfRockFormation
561 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 561 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
562 rdfs:comment "class_of_indirect_property that is the strength of a surrounding rock formation"^^xsd:string ; 562 rdfs:comment "class_of_indirect_property that is the strength of a surrounding rock formation"^^xsd:string ;
563 rdfs:domain ep-well:SurroundingRockFormation ; 563 rdfs:domain ep-well:SurroundingRockFormation ;
564 rdfs:label "strength of rock formation"^^xsd:string ; 564 rdfs:label "strength of rock formation"^^xsd:string ;
565 rdfs:range ep-core:StrengthOfRockFormation . 565 rdfs:range ep-core:StrengthOfRockFormation .
566 566
567 ep-well:trueVerticalDepth 567 ep-well:trueVerticalDepth
568 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 568 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
569 rdfs:comment "class_of_indirect_property that is the true vertical depth to a spatial part of a wellbore"^^xsd:string ; 569 rdfs:comment "class_of_indirect_property that is the true vertical depth to a spatial part of a wellbore"^^xsd:string ;
570 rdfs:domain ep-well:SpatialPartOfAWellBore ; 570 rdfs:domain ep-well:SpatialPartOfAWellBore ;
571 rdfs:label "true vertical depth"^^xsd:string ; 571 rdfs:label "true vertical depth"^^xsd:string ;
572 rdfs:range ep-core:Length . 572 rdfs:range ep-core:Length .
573 573
574 ep-well:trueVerticalDepthToTheBottomOfAPartOfAWellBore 574 ep-well:trueVerticalDepthToTheBottomOfAPartOfAWellBore
575 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 575 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
576 rdfs:comment "class_of_indirect_property that is the true vertical depth of the bottom of a spatial part of a wellbore"^^xsd:string ; 576 rdfs:comment "class_of_indirect_property that is the true vertical depth of the bottom of a spatial part of a wellbore"^^xsd:string ;
577 rdfs:domain ep-well:SpatialPartOfAWellBore ; 577 rdfs:domain ep-well:SpatialPartOfAWellBore ;
578 rdfs:label "true vertical depth to the bottom of a part of a wellbore"^^xsd:string ; 578 rdfs:label "true vertical depth to the bottom of a part of a wellbore"^^xsd:string ;
579 rdfs:range ep-core:Length . 579 rdfs:range ep-core:Length .
580 580
581 ep-well:trueVerticalDepthToTheTopOfAPartOfAWellBore 581 ep-well:trueVerticalDepthToTheTopOfAPartOfAWellBore
582 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 582 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
583 rdfs:comment "class_of_indirect_property that is the true vertical depth of the top of a spatial part of a wellbore"^^xsd:string ; 583 rdfs:comment "class_of_indirect_property that is the true vertical depth of the top of a spatial part of a wellbore"^^xsd:string ;
584 rdfs:domain ep-well:SpatialPartOfAWellBore ; 584 rdfs:domain ep-well:SpatialPartOfAWellBore ;
585 rdfs:label "true vertical depth to the top of a part of a wellbore"^^xsd:string ; 585 rdfs:label "true vertical depth to the top of a part of a wellbore"^^xsd:string ;
586 rdfs:range ep-core:Length . 586 rdfs:range ep-core:Length .
587 587
588 ep-well:wellBoreCompletedAt 588 ep-well:wellBoreCompletedAt
589 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 589 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
590 rdfs:comment "UTC representation of the time at which a wellbore was completed"^^xsd:string ; 590 rdfs:comment "UTC representation of the time at which a wellbore was completed"^^xsd:string ;
591 rdfs:domain ep-well:TemporalPartOfAWellBore ; 591 rdfs:domain ep-well:TemporalPartOfAWellBore ;
592 rdfs:label "wellbore completed at"^^xsd:string . 592 rdfs:label "wellbore completed at"^^xsd:string .
593 593
594 ep-well:wellBorePreSpudAt 594 ep-well:wellBorePreSpudAt
595 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 595 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
596 rdfs:comment "UTC representation of the time at of the pre-spud for a wellbore"^^xsd:string ; 596 rdfs:comment "UTC representation of the time at of the pre-spud for a wellbore"^^xsd:string ;
597 rdfs:domain ep-well:TemporalPartOfAWellBore ; 597 rdfs:domain ep-well:TemporalPartOfAWellBore ;
598 rdfs:label "wellbore pre-spud at"^^xsd:string . 598 rdfs:label "wellbore pre-spud at"^^xsd:string .
599 599
600 ep-well:wellBoreSpudAt 600 ep-well:wellBoreSpudAt
601 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 601 + rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
602 rdfs:comment "UTC representation of the time of spud of a wellbore"^^xsd:string ; 602 rdfs:comment "UTC representation of the time of spud of a wellbore"^^xsd:string ;
603 rdfs:domain ep-well:TemporalPartOfAWellBore ; 603 rdfs:domain ep-well:TemporalPartOfAWellBore ;
604 rdfs:label "wellbore spud at"^^xsd:string . 604 rdfs:label "wellbore spud at"^^xsd:string .
......
...@@ -4894,7 +4894,8 @@ ep-dpr-spin-lib:selectProductionFacilityType ...@@ -4894,7 +4894,8 @@ ep-dpr-spin-lib:selectProductionFacilityType
4894 rdfs:subClassOf ep-dpr-spin-lib:Function ; 4894 rdfs:subClassOf ep-dpr-spin-lib:Function ;
4895 spin:body 4895 spin:body
4896 [ rdf:type sp:Select ; 4896 [ rdf:type sp:Select ;
4897 - sp:resultVariables (_:b15) ; 4897 + sp:resultVariables ([ sp:varName "productionFacilityType"^^xsd:string
4898 + ]) ;
4898 sp:where ([ rdf:type sp:Bind ; 4899 sp:where ([ rdf:type sp:Bind ;
4899 sp:expression 4900 sp:expression
4900 [ rdf:type sp:if ; 4901 [ rdf:type sp:if ;
...@@ -4914,7 +4915,7 @@ ep-dpr-spin-lib:selectProductionFacilityType ...@@ -4914,7 +4915,7 @@ ep-dpr-spin-lib:selectProductionFacilityType
4914 sp:arg1 spin:_arg1 ; 4915 sp:arg1 spin:_arg1 ;
4915 sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_controller--lift> 4916 sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_controller--lift>
4916 ] ; 4917 ] ;
4917 - sp:arg2 <http://www.reportinghub.no/ep/schema/equipment#Controller-lift> ; 4918 + sp:arg2 <http://www.reportinghub.no/ep/schema/equipment#GasLiftController> ;
4918 sp:arg3 [ rdf:type sp:if ; 4919 sp:arg3 [ rdf:type sp:if ;
4919 sp:arg1 [ rdf:type sp:eq ; 4920 sp:arg1 [ rdf:type sp:eq ;
4920 sp:arg1 spin:_arg1 ; 4921 sp:arg1 spin:_arg1 ;
...@@ -4926,7 +4927,7 @@ ep-dpr-spin-lib:selectProductionFacilityType ...@@ -4926,7 +4927,7 @@ ep-dpr-spin-lib:selectProductionFacilityType
4926 sp:arg1 spin:_arg1 ; 4927 sp:arg1 spin:_arg1 ;
4927 sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_completion> 4928 sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#RF_completion>
4928 ] ; 4929 ] ;
4929 - sp:arg2 <http://www.reportinghub.no/ep/schema/facility#Completion> ; 4930 + sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#WellCompletionAssembly> ;
4930 sp:arg3 [ rdf:type sp:if ; 4931 sp:arg3 [ rdf:type sp:if ;
4931 sp:arg1 [ rdf:type sp:eq ; 4932 sp:arg1 [ rdf:type sp:eq ;
4932 sp:arg1 spin:_arg1 ; 4933 sp:arg1 spin:_arg1 ;
...@@ -5073,7 +5074,9 @@ ep-dpr-spin-lib:selectProductionFacilityType ...@@ -5073,7 +5074,9 @@ ep-dpr-spin-lib:selectProductionFacilityType
5073 ] 5074 ]
5074 ] 5075 ]
5075 ] ; 5076 ] ;
5076 - sp:variable _:b15 5077 + sp:variable
5078 + [ sp:varName "productionFacilityType"^^xsd:string
5079 + ]
5077 ]) 5080 ])
5078 ] . 5081 ] .
5079 5082
...@@ -5083,7 +5086,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType ...@@ -5083,7 +5086,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType
5083 rdfs:subClassOf ep-dpr-spin-lib:Function ; 5086 rdfs:subClassOf ep-dpr-spin-lib:Function ;
5084 spin:body 5087 spin:body
5085 [ rdf:type sp:Select ; 5088 [ rdf:type sp:Select ;
5086 - sp:resultVariables (_:b16) ; 5089 + sp:resultVariables (_:b15) ;
5087 sp:where ([ rdf:type sp:Bind ; 5090 sp:where ([ rdf:type sp:Bind ;
5088 sp:expression 5091 sp:expression
5089 [ rdf:type sp:if ; 5092 [ rdf:type sp:if ;
...@@ -5143,7 +5146,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType ...@@ -5143,7 +5146,7 @@ ep-dpr-spin-lib:selectProductionFlowDefinitionType
5143 ] 5146 ]
5144 ] 5147 ]
5145 ] ; 5148 ] ;
5146 - sp:variable _:b16 5149 + sp:variable _:b15
5147 ]) 5150 ])
5148 ] . 5151 ] .
5149 5152
...@@ -5153,7 +5156,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType ...@@ -5153,7 +5156,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType
5153 rdfs:subClassOf ep-dpr-spin-lib:Function ; 5156 rdfs:subClassOf ep-dpr-spin-lib:Function ;
5154 spin:body 5157 spin:body
5155 [ rdf:type sp:Select ; 5158 [ rdf:type sp:Select ;
5156 - sp:resultVariables (_:b17) ; 5159 + sp:resultVariables (_:b16) ;
5157 sp:where ([ rdf:type sp:Bind ; 5160 sp:where ([ rdf:type sp:Bind ;
5158 sp:expression 5161 sp:expression
5159 [ rdf:type sp:if ; 5162 [ rdf:type sp:if ;
...@@ -5171,7 +5174,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType ...@@ -5171,7 +5174,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionInverseRelationshipType
5171 sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> 5174 sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf>
5172 ] 5175 ]
5173 ] ; 5176 ] ;
5174 - sp:variable _:b17 5177 + sp:variable _:b16
5175 ]) 5178 ])
5176 ] . 5179 ] .
5177 5180
...@@ -5181,7 +5184,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType ...@@ -5181,7 +5184,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType
5181 rdfs:subClassOf ep-dpr-spin-lib:Function ; 5184 rdfs:subClassOf ep-dpr-spin-lib:Function ;
5182 spin:body 5185 spin:body
5183 [ rdf:type sp:Select ; 5186 [ rdf:type sp:Select ;
5184 - sp:resultVariables (_:b18) ; 5187 + sp:resultVariables (_:b17) ;
5185 sp:where ([ rdf:type sp:Bind ; 5188 sp:where ([ rdf:type sp:Bind ;
5186 sp:expression 5189 sp:expression
5187 [ rdf:type sp:if ; 5190 [ rdf:type sp:if ;
...@@ -5199,7 +5202,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType ...@@ -5199,7 +5202,7 @@ ep-dpr-spin-lib:selectProductionFlowDirectionRelationshipType
5199 sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> 5202 sp:arg3 <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf>
5200 ] 5203 ]
5201 ] ; 5204 ] ;
5202 - sp:variable _:b18 5205 + sp:variable _:b17
5203 ]) 5206 ])
5204 ] . 5207 ] .
5205 5208
...@@ -5209,7 +5212,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType ...@@ -5209,7 +5212,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType
5209 rdfs:subClassOf ep-dpr-spin-lib:Function ; 5212 rdfs:subClassOf ep-dpr-spin-lib:Function ;
5210 spin:body 5213 spin:body
5211 [ rdf:type sp:Select ; 5214 [ rdf:type sp:Select ;
5212 - sp:resultVariables (_:b19) ; 5215 + sp:resultVariables (_:b18) ;
5213 sp:where ([ rdf:type sp:Bind ; 5216 sp:where ([ rdf:type sp:Bind ;
5214 sp:expression 5217 sp:expression
5215 [ rdf:type sp:if ; 5218 [ rdf:type sp:if ;
...@@ -5360,7 +5363,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType ...@@ -5360,7 +5363,7 @@ ep-dpr-spin-lib:selectProductionFlowPurposeType
5360 ] 5363 ]
5361 ] 5364 ]
5362 ] ; 5365 ] ;
5363 - sp:variable _:b19 5366 + sp:variable _:b18
5364 ]) 5367 ])
5365 ] . 5368 ] .
5366 5369
...@@ -5549,7 +5552,7 @@ ep-dpr-spin-lib:selectSafetyActivityType ...@@ -5549,7 +5552,7 @@ ep-dpr-spin-lib:selectSafetyActivityType
5549 rdfs:subClassOf ep-dpr-spin-lib:Function ; 5552 rdfs:subClassOf ep-dpr-spin-lib:Function ;
5550 spin:body 5553 spin:body
5551 [ rdf:type sp:Select ; 5554 [ rdf:type sp:Select ;
5552 - sp:resultVariables (_:b20) ; 5555 + sp:resultVariables (_:b19) ;
5553 sp:where ([ rdf:type sp:Bind ; 5556 sp:where ([ rdf:type sp:Bind ;
5554 sp:expression 5557 sp:expression
5555 [ rdf:type sp:if ; 5558 [ rdf:type sp:if ;
...@@ -5693,7 +5696,7 @@ ep-dpr-spin-lib:selectSafetyActivityType ...@@ -5693,7 +5696,7 @@ ep-dpr-spin-lib:selectSafetyActivityType
5693 ] 5696 ]
5694 ] 5697 ]
5695 ] ; 5698 ] ;
5696 - sp:variable _:b20 5699 + sp:variable _:b19
5697 ]) 5700 ])
5698 ] . 5701 ] .
5699 5702
...@@ -5956,7 +5959,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION ...@@ -5956,7 +5959,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION
5956 ] ; 5959 ] ;
5957 spin:body 5960 spin:body
5958 [ rdf:type sp:Select ; 5961 [ rdf:type sp:Select ;
5959 - sp:resultVariables (_:b21) ; 5962 + sp:resultVariables (_:b20) ;
5960 sp:where ([ rdf:type sp:Bind ; 5963 sp:where ([ rdf:type sp:Bind ;
5961 sp:expression 5964 sp:expression
5962 [ rdf:type sp:if ; 5965 [ rdf:type sp:if ;
...@@ -5967,7 +5970,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION ...@@ -5967,7 +5970,7 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION
5967 sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; 5970 sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ;
5968 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> 5971 sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
5969 ] ; 5972 ] ;
5970 - sp:variable _:b21 5973 + sp:variable _:b20
5971 ]) 5974 ])
5972 ] . 5975 ] .
5973 5976
...@@ -6360,7 +6363,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType ...@@ -6360,7 +6363,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType
6360 rdfs:subClassOf ep-dpr-spin-lib:Function ; 6363 rdfs:subClassOf ep-dpr-spin-lib:Function ;
6361 spin:body 6364 spin:body
6362 [ rdf:type sp:Select ; 6365 [ rdf:type sp:Select ;
6363 - sp:resultVariables (_:b22) ; 6366 + sp:resultVariables (_:b21) ;
6364 sp:where ([ rdf:type sp:Bind ; 6367 sp:where ([ rdf:type sp:Bind ;
6365 sp:expression 6368 sp:expression
6366 [ rdf:type sp:if ; 6369 [ rdf:type sp:if ;
...@@ -6385,7 +6388,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType ...@@ -6385,7 +6388,7 @@ ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType
6385 ] 6388 ]
6386 ] 6389 ]
6387 ] ; 6390 ] ;
6388 - sp:variable _:b22 6391 + sp:variable _:b21
6389 ]) 6392 ])
6390 ] . 6393 ] .
6391 6394
...@@ -7503,29 +7506,26 @@ ep-dpr-spin-lib:selectWorkScale ...@@ -7503,29 +7506,26 @@ ep-dpr-spin-lib:selectWorkScale
7503 ]) 7506 ])
7504 ] . 7507 ] .
7505 7508
7506 -_:b22
7507 - sp:varName "volumeFlowRateAtStdType"^^xsd:string .
7508 -
7509 _:b21 7509 _:b21
7510 - sp:varName "specificVolumeScale"^^xsd:string . 7510 + sp:varName "volumeFlowRateAtStdType"^^xsd:string .
7511 7511
7512 _:b20 7512 _:b20
7513 - sp:varName "safetyActivityType"^^xsd:string . 7513 + sp:varName "specificVolumeScale"^^xsd:string .
7514 7514
7515 _:b19 7515 _:b19
7516 - sp:varName "productionFlowPurposeType"^^xsd:string . 7516 + sp:varName "safetyActivityType"^^xsd:string .
7517 7517
7518 _:b18 7518 _:b18
7519 - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . 7519 + sp:varName "productionFlowPurposeType"^^xsd:string .
7520 7520
7521 _:b17 7521 _:b17
7522 sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . 7522 sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
7523 7523
7524 _:b16 7524 _:b16
7525 - sp:varName "productionFlowDefinitionType"^^xsd:string . 7525 + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
7526 7526
7527 _:b15 7527 _:b15
7528 - sp:varName "productionFacilityType"^^xsd:string . 7528 + sp:varName "productionFlowDefinitionType"^^xsd:string .
7529 7529
7530 _:b14 7530 _:b14
7531 sp:varName "densityScale"^^xsd:string . 7531 sp:varName "densityScale"^^xsd:string .
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
23 23
24 <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> 24 <http://www.reportinghub.no/ep/mpr/spin/1.1/lib>
25 rdf:type owl:Ontology ; 25 rdf:type owl:Ontology ;
26 - owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> ; 26 + owl:imports <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> ;
27 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 27 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
28 28
29 ep-mpr-spin-lib:Function 29 ep-mpr-spin-lib:Function
...@@ -5065,13 +5065,13 @@ ep-mpr-spin-lib:selectReportingFacilityType ...@@ -5065,13 +5065,13 @@ ep-mpr-spin-lib:selectReportingFacilityType
5065 sp:arg1 spin:_arg1 ; 5065 sp:arg1 spin:_arg1 ;
5066 sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_controller--lift> 5066 sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_controller--lift>
5067 ] ; 5067 ] ;
5068 - sp:arg2 <http://www.reportinghub.no/ep/schema/equipment#Controller-lift> ; 5068 + sp:arg2 <http://www.reportinghub.no/ep/schema/equipment#GasLiftController> ;
5069 sp:arg3 [ rdf:type sp:if ; 5069 sp:arg3 [ rdf:type sp:if ;
5070 sp:arg1 [ rdf:type sp:eq ; 5070 sp:arg1 [ rdf:type sp:eq ;
5071 sp:arg1 spin:_arg1 ; 5071 sp:arg1 spin:_arg1 ;
5072 sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_controller> 5072 sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_controller>
5073 ] ; 5073 ] ;
5074 - sp:arg2 <http://www.reportinghub.no/ep/schema/production-equipment#Controller> ; 5074 + sp:arg2 <http://www.reportinghub.no/ep/schema/equipment#GasLiftController> ;
5075 sp:arg3 [ rdf:type sp:if ; 5075 sp:arg3 [ rdf:type sp:if ;
5076 sp:arg1 [ rdf:type sp:eq ; 5076 sp:arg1 [ rdf:type sp:eq ;
5077 sp:arg1 spin:_arg1 ; 5077 sp:arg1 spin:_arg1 ;
......