Showing
6 changed files
with
54 additions
and
45 deletions
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/core> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/well> ; | 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> ; |
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 ep-eqt:CasingLinerTubingType , owl:Class ; | 26 | + rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; |
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:Liner , ep-eqt:Tubing . | 30 | + owl:disjointWith ep-eqt:Tubing , ep-eqt:Liner . |
31 | 31 | ||
32 | ep-eqt:CasingLinerTubing | 32 | ep-eqt:CasingLinerTubing |
33 | rdf:type owl:Class ; | 33 | rdf:type owl:Class ; |
... | @@ -117,25 +117,25 @@ ep-eqt:InnerBarrel | ... | @@ -117,25 +117,25 @@ ep-eqt:InnerBarrel |
117 | rdfs:subClassOf ep-eqt:Equipment . | 117 | rdfs:subClassOf ep-eqt:Equipment . |
118 | 118 | ||
119 | ep-eqt:InnerBarrel-aluminum | 119 | ep-eqt:InnerBarrel-aluminum |
120 | - rdf:type ep-eqt:InnerBarrelType , owl:Class ; | 120 | + rdf:type owl:Class , ep-eqt:InnerBarrelType ; |
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-fiberglass , ep-eqt:InnerBarrel-gel . | 124 | + owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-fiberglass . |
125 | 125 | ||
126 | ep-eqt:InnerBarrel-fiberglass | 126 | ep-eqt:InnerBarrel-fiberglass |
127 | - rdf:type ep-eqt:InnerBarrelType , owl:Class ; | 127 | + rdf:type owl:Class , ep-eqt:InnerBarrelType ; |
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-aluminum , ep-eqt:InnerBarrel-gel . | 131 | + owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-aluminum . |
132 | 132 | ||
133 | ep-eqt:InnerBarrel-gel | 133 | ep-eqt:InnerBarrel-gel |
134 | - rdf:type ep-eqt:InnerBarrelType , owl:Class ; | 134 | + rdf:type owl:Class , ep-eqt:InnerBarrelType ; |
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-aluminum , ep-eqt:InnerBarrel-fiberglass . | 138 | + owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-aluminum . |
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 ep-eqt:CasingRoleType , owl:Class ; | 147 | + rdf:type owl:Class , ep-eqt:CasingRoleType ; |
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:ProductionCasing , ep-eqt:TopCasing . | 151 | + owl:disjointWith ep-eqt:TopCasing , ep-eqt:ProductionCasing . |
152 | 152 | ||
153 | ep-eqt:KellyBushing | 153 | ep-eqt:KellyBushing |
154 | rdf:type owl:Class ; | 154 | rdf:type owl:Class ; |
... | @@ -163,11 +163,11 @@ ep-eqt:LastCasingOfAWellBore | ... | @@ -163,11 +163,11 @@ ep-eqt:LastCasingOfAWellBore |
163 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore> . | 163 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore> . |
164 | 164 | ||
165 | ep-eqt:Liner | 165 | ep-eqt:Liner |
166 | - rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; | 166 | + rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; |
167 | rdfs:comment "equipment that is a liner"^^xsd:string ; | 167 | rdfs:comment "equipment that is a liner"^^xsd:string ; |
168 | rdfs:label "Liner"^^xsd:string ; | 168 | rdfs:label "Liner"^^xsd:string ; |
169 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; | 169 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; |
170 | - owl:disjointWith ep-eqt:Casing , ep-eqt:Tubing . | 170 | + owl:disjointWith ep-eqt:Tubing , ep-eqt:Casing . |
171 | 171 | ||
172 | ep-eqt:Manifold | 172 | ep-eqt:Manifold |
173 | rdf:type owl:Class ; | 173 | rdf:type owl:Class ; |
... | @@ -189,22 +189,22 @@ ep-eqt:Manifold-production | ... | @@ -189,22 +189,22 @@ ep-eqt:Manifold-production |
189 | 189 | ||
190 | ep-eqt:PipeOutsideDiameterAPI_5CTClass | 190 | ep-eqt:PipeOutsideDiameterAPI_5CTClass |
191 | rdf:type rdfs:Class ; | 191 | rdf:type rdfs:Class ; |
192 | - rdfs:comment "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 ; | 192 | + rdfs:comment "class of casing, liner or tubing on the basis of outside diameter"^^xsd:string , "Why is API_5CT included in the name? Does the specification standardise diameters?"^^xsd:string ; |
193 | rdfs:label "pipe outside diameter API 5CT class"^^xsd:string ; | 193 | rdfs:label "pipe outside diameter API 5CT class"^^xsd:string ; |
194 | rdfs:subClassOf owl:Class . | 194 | rdfs:subClassOf owl:Class . |
195 | 195 | ||
196 | ep-eqt:PipeWeightAPI_5CTClass | 196 | ep-eqt:PipeWeightAPI_5CTClass |
197 | rdf:type rdfs:Class ; | 197 | rdf:type rdfs:Class ; |
198 | - rdfs:comment "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 ; | 198 | + rdfs:comment "class of casing, liner or tubing on the basis of mass per unit length"^^xsd:string , "Why is API_5CT included in the name? Does the specification standardise weights?"^^xsd:string ; |
199 | rdfs:label "Pipe weight API 5CT class"^^xsd:string ; | 199 | rdfs:label "Pipe weight API 5CT class"^^xsd:string ; |
200 | rdfs:subClassOf owl:Class . | 200 | rdfs:subClassOf owl:Class . |
201 | 201 | ||
202 | ep-eqt:ProductionCasing | 202 | ep-eqt:ProductionCasing |
203 | - rdf:type ep-eqt:CasingRoleType , owl:Class ; | 203 | + rdf:type owl:Class , ep-eqt:CasingRoleType ; |
204 | rdfs:comment "casing that is for production"^^xsd:string ; | 204 | rdfs:comment "casing that is for production"^^xsd:string ; |
205 | rdfs:label "production casing"^^xsd:string ; | 205 | rdfs:label "production casing"^^xsd:string ; |
206 | rdfs:subClassOf ep-eqt:Casing ; | 206 | rdfs:subClassOf ep-eqt:Casing ; |
207 | - owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:TopCasing . | 207 | + owl:disjointWith ep-eqt:TopCasing , ep-eqt:IntermediateCasing . |
208 | 208 | ||
209 | ep-eqt:Separator | 209 | ep-eqt:Separator |
210 | rdf:type owl:Class ; | 210 | rdf:type owl:Class ; |
... | @@ -225,18 +225,18 @@ ep-eqt:Tank | ... | @@ -225,18 +225,18 @@ ep-eqt:Tank |
225 | rdfs:subClassOf ep-eqt:Equipment . | 225 | rdfs:subClassOf ep-eqt:Equipment . |
226 | 226 | ||
227 | ep-eqt:TopCasing | 227 | ep-eqt:TopCasing |
228 | - rdf:type ep-eqt:CasingRoleType , owl:Class ; | 228 | + rdf:type owl:Class , ep-eqt:CasingRoleType ; |
229 | rdfs:comment "casing that is at the top"^^xsd:string ; | 229 | rdfs:comment "casing that is at the top"^^xsd:string ; |
230 | rdfs:label "top casing"^^xsd:string ; | 230 | rdfs:label "top casing"^^xsd:string ; |
231 | rdfs:subClassOf ep-eqt:Casing ; | 231 | rdfs:subClassOf ep-eqt:Casing ; |
232 | - owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:ProductionCasing . | 232 | + owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:IntermediateCasing . |
233 | 233 | ||
234 | ep-eqt:Tubing | 234 | ep-eqt:Tubing |
235 | - rdf:type ep-eqt:CasingLinerTubingType , owl:Class ; | 235 | + rdf:type owl:Class , ep-eqt:CasingLinerTubingType ; |
236 | rdfs:comment "equipment that is tubing"^^xsd:string ; | 236 | rdfs:comment "equipment that is tubing"^^xsd:string ; |
237 | rdfs:label "Tubing"^^xsd:string ; | 237 | rdfs:label "Tubing"^^xsd:string ; |
238 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; | 238 | rdfs:subClassOf ep-eqt:CasingLinerTubing ; |
239 | - owl:disjointWith ep-eqt:Casing , ep-eqt:Liner . | 239 | + owl:disjointWith ep-eqt:Liner , ep-eqt:Casing . |
240 | 240 | ||
241 | ep-eqt:TubularConnectionClass | 241 | ep-eqt:TubularConnectionClass |
242 | rdf:type rdfs:Class ; | 242 | rdf:type rdfs:Class ; |
... | @@ -257,9 +257,9 @@ ep-eqt:WellTestChoke | ... | @@ -257,9 +257,9 @@ ep-eqt:WellTestChoke |
257 | rdfs:subClassOf ep-eqt:Equipment . | 257 | rdfs:subClassOf ep-eqt:Equipment . |
258 | 258 | ||
259 | ep-eqt:chokeOrificeSize | 259 | ep-eqt:chokeOrificeSize |
260 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 260 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
261 | - rdfs:comment "diameter of the choke orifice within a well test choke manifold"^^xsd:string ; | 261 | + rdfs:comment "diameter of a choke orifice"^^xsd:string ; |
262 | - rdfs:domain ep-eqt:WellTestChoke ; | 262 | + rdfs:domain ep-eqt:Equipment ; |
263 | rdfs:label "choke orifice size"^^xsd:string ; | 263 | rdfs:label "choke orifice size"^^xsd:string ; |
264 | rdfs:range ep-core:Length . | 264 | rdfs:range ep-core:Length . |
265 | 265 | ||
... | @@ -270,56 +270,56 @@ ep-eqt:codeAssignedByAManufacturer | ... | @@ -270,56 +270,56 @@ ep-eqt:codeAssignedByAManufacturer |
270 | rdfs:label "code assigned by manufacturer"^^xsd:string . | 270 | rdfs:label "code assigned by manufacturer"^^xsd:string . |
271 | 271 | ||
272 | ep-eqt:elevationOfKellyBushing | 272 | ep-eqt:elevationOfKellyBushing |
273 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 273 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
274 | rdfs:comment "class_of_indirect_property that is the elevation of a Kelly bushing above mean sea level"^^xsd:string ; | 274 | rdfs:comment "class_of_indirect_property that is the elevation of a Kelly bushing above mean sea level"^^xsd:string ; |
275 | rdfs:domain ep-eqt:KellyBushing ; | 275 | rdfs:domain ep-eqt:KellyBushing ; |
276 | rdfs:label "elevation of kelly bushing"^^xsd:string ; | 276 | rdfs:label "elevation of kelly bushing"^^xsd:string ; |
277 | rdfs:range ep-core:Length . | 277 | rdfs:range ep-core:Length . |
278 | 278 | ||
279 | ep-eqt:hasTubularConnectionClass | 279 | ep-eqt:hasTubularConnectionClass |
280 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 280 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
281 | rdfs:comment "tubular connection class for a casing, liner or tubing"^^xsd:string ; | 281 | rdfs:comment "tubular connection class for a casing, liner or tubing"^^xsd:string ; |
282 | rdfs:domain ep-eqt:CasingLinerTubing ; | 282 | rdfs:domain ep-eqt:CasingLinerTubing ; |
283 | rdfs:label "has tubular connection class"^^xsd:string ; | 283 | rdfs:label "has tubular connection class"^^xsd:string ; |
284 | rdfs:range ep-eqt:TubularConnectionClass . | 284 | rdfs:range ep-eqt:TubularConnectionClass . |
285 | 285 | ||
286 | ep-eqt:insideDiameterOfATubular | 286 | ep-eqt:insideDiameterOfATubular |
287 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 287 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
288 | rdfs:comment "class_of_indirect_property that is the inside diameter of a tubular"^^xsd:string ; | 288 | rdfs:comment "class_of_indirect_property that is the inside diameter of a tubular"^^xsd:string ; |
289 | rdfs:domain ep-eqt:CasingLinerTubing ; | 289 | rdfs:domain ep-eqt:CasingLinerTubing ; |
290 | rdfs:label "inside diameter of a tubular"^^xsd:string ; | 290 | rdfs:label "inside diameter of a tubular"^^xsd:string ; |
291 | rdfs:range ep-core:Length . | 291 | rdfs:range ep-core:Length . |
292 | 292 | ||
293 | ep-eqt:lengthOfInnerBarrel | 293 | ep-eqt:lengthOfInnerBarrel |
294 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 294 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
295 | rdfs:comment "class_of_indirect_property that is the length of an inner barrel"^^xsd:string ; | 295 | rdfs:comment "class_of_indirect_property that is the length of an inner barrel"^^xsd:string ; |
296 | rdfs:domain ep-eqt:InnerBarrel ; | 296 | rdfs:domain ep-eqt:InnerBarrel ; |
297 | rdfs:label "length of inner barrel"^^xsd:string ; | 297 | rdfs:label "length of inner barrel"^^xsd:string ; |
298 | rdfs:range ep-core:Length . | 298 | rdfs:range ep-core:Length . |
299 | 299 | ||
300 | ep-eqt:manufacturedBy | 300 | ep-eqt:manufacturedBy |
301 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 301 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
302 | rdfs:comment "manufacturer of an equipment item"^^xsd:string ; | 302 | rdfs:comment "manufacturer of an equipment item"^^xsd:string ; |
303 | rdfs:domain ep-eqt:Equipment ; | 303 | rdfs:domain ep-eqt:Equipment ; |
304 | rdfs:label "manaufactured by"^^xsd:string ; | 304 | rdfs:label "manaufactured by"^^xsd:string ; |
305 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . | 305 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . |
306 | 306 | ||
307 | ep-eqt:maximumPressureForBlowOutPreventer | 307 | ep-eqt:maximumPressureForBlowOutPreventer |
308 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 308 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
309 | rdfs:comment "class_of_indirect_property that is the maximum pressure for a blow-out preventer"^^xsd:string ; | 309 | rdfs:comment "class_of_indirect_property that is the maximum pressure for a blow-out preventer"^^xsd:string ; |
310 | rdfs:domain ep-eqt:BlowOutPreventer ; | 310 | rdfs:domain ep-eqt:BlowOutPreventer ; |
311 | rdfs:label "maximum pressure for blow out preventer"^^xsd:string ; | 311 | rdfs:label "maximum pressure for blow out preventer"^^xsd:string ; |
312 | rdfs:range ep-core:Pressure . | 312 | rdfs:range ep-core:Pressure . |
313 | 313 | ||
314 | ep-eqt:maximumPressureForChokeValve | 314 | ep-eqt:maximumPressureForChokeValve |
315 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 315 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
316 | rdfs:comment "class_of_indirect_property that is the maximum pressure for a choke valve"^^xsd:string ; | 316 | rdfs:comment "class_of_indirect_property that is the maximum pressure for a choke valve"^^xsd:string ; |
317 | rdfs:domain ep-eqt:ChokeValve ; | 317 | rdfs:domain ep-eqt:ChokeValve ; |
318 | rdfs:label "maximum pressure for choke valve"^^xsd:string ; | 318 | rdfs:label "maximum pressure for choke valve"^^xsd:string ; |
319 | rdfs:range ep-core:Pressure . | 319 | rdfs:range ep-core:Pressure . |
320 | 320 | ||
321 | ep-eqt:stringLengthOfATubular | 321 | ep-eqt:stringLengthOfATubular |
322 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 322 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
323 | rdfs:comment "class_of_indirect_property that is the string length of a tubular"^^xsd:string ; | 323 | rdfs:comment "class_of_indirect_property that is the string length of a tubular"^^xsd:string ; |
324 | rdfs:domain ep-eqt:CasingLinerTubing ; | 324 | rdfs:domain ep-eqt:CasingLinerTubing ; |
325 | rdfs:label "string length of a tubular"^^xsd:string ; | 325 | rdfs:label "string length of a tubular"^^xsd:string ; | ... | ... |
... | @@ -12,11 +12,14 @@ | ... | @@ -12,11 +12,14 @@ |
12 | 12 | ||
13 | <http://www.reportinghub.no/ep/schema/1.0/production-equipment> | 13 | <http://www.reportinghub.no/ep/schema/1.0/production-equipment> |
14 | rdf:type owl:Ontology ; | 14 | rdf:type owl:Ontology ; |
15 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ; | 15 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> ; |
16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
17 | 17 | ||
18 | <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> | 18 | <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> |
19 | - rdfs:subClassOf ep-prodeqt:Valve . | 19 | + rdfs:subClassOf ep-prodeqt:Choke . |
20 | + | ||
21 | +<http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> | ||
22 | + rdfs:subClassOf ep-prodeqt:Choke . | ||
20 | 23 | ||
21 | ep-prodeqt:BlockValve | 24 | ep-prodeqt:BlockValve |
22 | rdf:type owl:Class ; | 25 | rdf:type owl:Class ; |
... | @@ -24,8 +27,14 @@ ep-prodeqt:BlockValve | ... | @@ -24,8 +27,14 @@ ep-prodeqt:BlockValve |
24 | rdfs:label "block valve"^^xsd:string ; | 27 | rdfs:label "block valve"^^xsd:string ; |
25 | rdfs:subClassOf ep-prodeqt:Valve . | 28 | rdfs:subClassOf ep-prodeqt:Valve . |
26 | 29 | ||
30 | +ep-prodeqt:Choke | ||
31 | + rdf:type owl:Class ; | ||
32 | + rdfs:comment "equipment that is a choke"^^xsd:string ; | ||
33 | + rdfs:label "choke"^^xsd:string ; | ||
34 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | ||
35 | + | ||
27 | ep-prodeqt:ClosedValve | 36 | ep-prodeqt:ClosedValve |
28 | - rdf:type ep-prodeqt:ValveOpenClosedType , owl:Class ; | 37 | + rdf:type owl:Class , ep-prodeqt:ValveOpenClosedType ; |
29 | rdfs:comment "valve that is closed"^^xsd:string ; | 38 | rdfs:comment "valve that is closed"^^xsd:string ; |
30 | rdfs:label "closed valve"^^xsd:string ; | 39 | rdfs:label "closed valve"^^xsd:string ; |
31 | rdfs:subClassOf ep-prodeqt:Valve ; | 40 | rdfs:subClassOf ep-prodeqt:Valve ; |
... | @@ -46,10 +55,10 @@ ep-prodeqt:GasLiftChoke | ... | @@ -46,10 +55,10 @@ ep-prodeqt:GasLiftChoke |
46 | rdf:type owl:Class ; | 55 | rdf:type owl:Class ; |
47 | rdfs:comment "equipment that is a gas lift choke valve"^^xsd:string ; | 56 | rdfs:comment "equipment that is a gas lift choke valve"^^xsd:string ; |
48 | rdfs:label "gas lift choke"^^xsd:string ; | 57 | rdfs:label "gas lift choke"^^xsd:string ; |
49 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 58 | + rdfs:subClassOf ep-prodeqt:Choke . |
50 | 59 | ||
51 | ep-prodeqt:OpenValve | 60 | ep-prodeqt:OpenValve |
52 | - rdf:type ep-prodeqt:ValveOpenClosedType , owl:Class ; | 61 | + rdf:type owl:Class , ep-prodeqt:ValveOpenClosedType ; |
53 | rdfs:comment "valve that is open"^^xsd:string ; | 62 | rdfs:comment "valve that is open"^^xsd:string ; |
54 | rdfs:label "open valve"^^xsd:string ; | 63 | rdfs:label "open valve"^^xsd:string ; |
55 | rdfs:subClassOf ep-prodeqt:Valve ; | 64 | rdfs:subClassOf ep-prodeqt:Valve ; |
... | @@ -97,49 +106,49 @@ ep-prodeqt:WingValve | ... | @@ -97,49 +106,49 @@ ep-prodeqt:WingValve |
97 | rdfs:subClassOf ep-prodeqt:Valve . | 106 | rdfs:subClassOf ep-prodeqt:Valve . |
98 | 107 | ||
99 | ep-prodeqt:areaOpen | 108 | ep-prodeqt:areaOpen |
100 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 109 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
101 | rdfs:comment "open area for a valve"^^xsd:string ; | 110 | rdfs:comment "open area for a valve"^^xsd:string ; |
102 | rdfs:domain ep-prodeqt:Valve ; | 111 | rdfs:domain ep-prodeqt:Valve ; |
103 | rdfs:label "area open"^^xsd:string ; | 112 | rdfs:label "area open"^^xsd:string ; |
104 | rdfs:range ep-core:Area . | 113 | rdfs:range ep-core:Area . |
105 | 114 | ||
106 | ep-prodeqt:areaOpenFraction | 115 | ep-prodeqt:areaOpenFraction |
107 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 116 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
108 | rdfs:domain ep-prodeqt:Valve ; | 117 | rdfs:domain ep-prodeqt:Valve ; |
109 | rdfs:label "area open fraction"^^xsd:string ; | 118 | rdfs:label "area open fraction"^^xsd:string ; |
110 | rdfs:range ep-core:AreaPerArea . | 119 | rdfs:range ep-core:AreaPerArea . |
111 | 120 | ||
112 | ep-prodeqt:hasCaptain | 121 | ep-prodeqt:hasCaptain |
113 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 122 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
114 | rdfs:label "has captain"^^xsd:string ; | 123 | rdfs:label "has captain"^^xsd:string ; |
115 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Person> . | 124 | rdfs:range <http://www.reportinghub.no/ep/schema/organization#Person> . |
116 | 125 | ||
117 | ep-prodeqt:meteringFactor | 126 | ep-prodeqt:meteringFactor |
118 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 127 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
119 | rdfs:domain ep-prodeqt:FlowMeter ; | 128 | rdfs:domain ep-prodeqt:FlowMeter ; |
120 | rdfs:label "metering factor"^^xsd:string ; | 129 | rdfs:label "metering factor"^^xsd:string ; |
121 | rdfs:range ep-core:Ratio . | 130 | rdfs:range ep-core:Ratio . |
122 | 131 | ||
123 | ep-prodeqt:tankContainsMaterial | 132 | ep-prodeqt:tankContainsMaterial |
124 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 133 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
125 | rdfs:domain <http://www.reportinghub.no/ep/schema/equipment#Tank> ; | 134 | rdfs:domain <http://www.reportinghub.no/ep/schema/equipment#Tank> ; |
126 | rdfs:label "tank contains material"^^xsd:string ; | 135 | rdfs:label "tank contains material"^^xsd:string ; |
127 | rdfs:range <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterial> . | 136 | rdfs:range <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterial> . |
128 | 137 | ||
129 | ep-prodeqt:tankFreeVolume | 138 | ep-prodeqt:tankFreeVolume |
130 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 139 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
131 | rdfs:domain <http://www.reportinghub.no/ep/schema/equipment#Tank> ; | 140 | rdfs:domain <http://www.reportinghub.no/ep/schema/equipment#Tank> ; |
132 | rdfs:label "tank free volume"^^xsd:string ; | 141 | rdfs:label "tank free volume"^^xsd:string ; |
133 | rdfs:range ep-core:Volume . | 142 | rdfs:range ep-core:Volume . |
134 | 143 | ||
135 | ep-prodeqt:tankHeightUsed | 144 | ep-prodeqt:tankHeightUsed |
136 | - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 145 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; |
137 | rdfs:domain <http://www.reportinghub.no/ep/schema/equipment#Tank> ; | 146 | rdfs:domain <http://www.reportinghub.no/ep/schema/equipment#Tank> ; |
138 | rdfs:label "tank height used"^^xsd:string ; | 147 | rdfs:label "tank height used"^^xsd:string ; |
139 | rdfs:range ep-core:Length . | 148 | rdfs:range ep-core:Length . |
140 | 149 | ||
141 | ep-prodeqt:tankHeightUsedFraction | 150 | ep-prodeqt:tankHeightUsedFraction |
142 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 151 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
143 | rdfs:domain <http://www.reportinghub.no/ep/schema/equipment#Tank> ; | 152 | rdfs:domain <http://www.reportinghub.no/ep/schema/equipment#Tank> ; |
144 | rdfs:label "tank height used fraction"^^xsd:string ; | 153 | rdfs:label "tank height used fraction"^^xsd:string ; |
145 | rdfs:range ep-core:LengthPerLength . | 154 | rdfs:range ep-core:LengthPerLength . | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment