Showing
1 changed file
with
46 additions
and
14 deletions
... | @@ -17,6 +17,10 @@ | ... | @@ -17,6 +17,10 @@ |
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/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> ; |
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> | ||
21 | + ep-core:seeReferenceData | ||
22 | + "http://posccaesar.org/rdl/RDS5793773"^^xsd:string . | ||
23 | + | ||
20 | <http://www.reportinghub.no/ep/schema/material#Condensate> | 24 | <http://www.reportinghub.no/ep/schema/material#Condensate> |
21 | rdf:type ep-well:FluidComponentType . | 25 | rdf:type ep-well:FluidComponentType . |
22 | 26 | ||
... | @@ -53,7 +57,9 @@ ep-well:ClassOfWellBoreSectionBySize | ... | @@ -53,7 +57,9 @@ ep-well:ClassOfWellBoreSectionBySize |
53 | ep-well:Cluster | 57 | ep-well:Cluster |
54 | rdf:type owl:Class ; | 58 | rdf:type owl:Class ; |
55 | rdfs:label "cluster"^^xsd:string ; | 59 | rdfs:label "cluster"^^xsd:string ; |
56 | - rdfs:subClassOf ep-core:PhysicalObject . | 60 | + rdfs:subClassOf ep-core:PhysicalObject ; |
61 | + ep-core:seeReferenceData | ||
62 | + "http://posccaesar.org/rdl/RDS8015624968"^^xsd:string . | ||
57 | 63 | ||
58 | ep-well:FluidComponentType | 64 | ep-well:FluidComponentType |
59 | rdf:type rdfs:Class ; | 65 | rdf:type rdfs:Class ; |
... | @@ -207,7 +213,9 @@ ep-well:Well | ... | @@ -207,7 +213,9 @@ ep-well:Well |
207 | rdf:type owl:Class ; | 213 | rdf:type owl:Class ; |
208 | rdfs:comment "well for all of its life"^^xsd:string ; | 214 | rdfs:comment "well for all of its life"^^xsd:string ; |
209 | rdfs:label "well (whole life)"^^xsd:string ; | 215 | rdfs:label "well (whole life)"^^xsd:string ; |
210 | - rdfs:subClassOf ep-well:TemporalPartOfAWell . | 216 | + rdfs:subClassOf ep-well:TemporalPartOfAWell ; |
217 | + ep-core:seeReferenceData | ||
218 | + "http://posccaesar.org/rdl/RDS16458543"^^xsd:string . | ||
211 | 219 | ||
212 | ep-well:WellBore | 220 | ep-well:WellBore |
213 | rdf:type owl:Class ; | 221 | rdf:type owl:Class ; |
... | @@ -218,7 +226,9 @@ ep-well:WellBore | ... | @@ -218,7 +226,9 @@ ep-well:WellBore |
218 | [ rdf:type owl:Restriction ; | 226 | [ rdf:type owl:Restriction ; |
219 | owl:cardinality "1"^^xsd:nonNegativeInteger ; | 227 | owl:cardinality "1"^^xsd:nonNegativeInteger ; |
220 | owl:onProperty ep-core:name | 228 | owl:onProperty ep-core:name |
221 | - ] . | 229 | + ] ; |
230 | + ep-core:seeReferenceData | ||
231 | + "http://posccaesar.org/rdl/RDS1714464911"^^xsd:string . | ||
222 | 232 | ||
223 | ep-well:WellBoreBottom | 233 | ep-well:WellBoreBottom |
224 | rdf:type owl:Class ; | 234 | rdf:type owl:Class ; |
... | @@ -248,7 +258,9 @@ ep-well:WellBoreSection | ... | @@ -248,7 +258,9 @@ ep-well:WellBoreSection |
248 | rdf:type owl:Class ; | 258 | rdf:type owl:Class ; |
249 | rdfs:comment "spatial part of a wellbore that is a section across it"^^xsd:string ; | 259 | rdfs:comment "spatial part of a wellbore that is a section across it"^^xsd:string ; |
250 | rdfs:label "wellbore section"^^xsd:string ; | 260 | rdfs:label "wellbore section"^^xsd:string ; |
251 | - rdfs:subClassOf ep-well:SpatialPartOfAWellBore . | 261 | + rdfs:subClassOf ep-well:SpatialPartOfAWellBore ; |
262 | + ep-core:seeReferenceData | ||
263 | + "http://posccaesar.org/rdl/RDS16453593"^^xsd:string . | ||
252 | 264 | ||
253 | ep-well:WellBoreTightnessType | 265 | ep-well:WellBoreTightnessType |
254 | rdf:type rdfs:Class ; | 266 | rdf:type rdfs:Class ; |
... | @@ -280,28 +292,36 @@ ep-well:WellHead | ... | @@ -280,28 +292,36 @@ ep-well:WellHead |
280 | rdf:type owl:Class ; | 292 | rdf:type owl:Class ; |
281 | rdfs:comment "spatial part of a well that is a well head"^^xsd:string ; | 293 | rdfs:comment "spatial part of a well that is a well head"^^xsd:string ; |
282 | rdfs:label "well head"^^xsd:string ; | 294 | rdfs:label "well head"^^xsd:string ; |
283 | - rdfs:subClassOf ep-well:SpatialPartOfAWell . | 295 | + rdfs:subClassOf ep-well:SpatialPartOfAWell ; |
296 | + ep-core:seeReferenceData | ||
297 | + "http://posccaesar.org/rdl/RDS13609850"^^xsd:string . | ||
284 | 298 | ||
285 | ep-well:averageBottomHolePressure | 299 | ep-well:averageBottomHolePressure |
286 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 300 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
287 | rdfs:comment "class_of_indirect_property that is the average pressure at the bottom of a wellbore"^^xsd:string ; | 301 | rdfs:comment "class_of_indirect_property that is the average pressure at the bottom of a wellbore"^^xsd:string ; |
288 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 302 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
289 | rdfs:label "average bottom hole pressure"^^xsd:string ; | 303 | rdfs:label "average bottom hole pressure"^^xsd:string ; |
290 | - rdfs:range ep-core:Pressure . | 304 | + rdfs:range ep-core:Pressure ; |
305 | + ep-core:seeReferenceData | ||
306 | + "http://posccaesar.org/rdl/RDS1748178911"^^xsd:string . | ||
291 | 307 | ||
292 | ep-well:averageBottomHoleTemperature | 308 | ep-well:averageBottomHoleTemperature |
293 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 309 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
294 | rdfs:comment "class_of_indirect_property that is the average temperature at the bottom of a wellbore"^^xsd:string ; | 310 | rdfs:comment "class_of_indirect_property that is the average temperature at the bottom of a wellbore"^^xsd:string ; |
295 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 311 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
296 | rdfs:label "average bottom hole temperature"^^xsd:string ; | 312 | rdfs:label "average bottom hole temperature"^^xsd:string ; |
297 | - rdfs:range ep-core:Temperature . | 313 | + rdfs:range ep-core:Temperature ; |
314 | + ep-core:seeReferenceData | ||
315 | + "http://posccaesar.org/rdl/RDS1748247961"^^xsd:string . | ||
298 | 316 | ||
299 | ep-well:azimuth | 317 | ep-well:azimuth |
300 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 318 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
301 | rdfs:comment "class_of_indirect_property that is the inclination of wellbore orientation at a position within a wellbore"^^xsd:string ; | 319 | rdfs:comment "class_of_indirect_property that is the inclination of wellbore orientation at a position within a wellbore"^^xsd:string ; |
302 | rdfs:domain ep-well:PositionWithinWellBore ; | 320 | rdfs:domain ep-well:PositionWithinWellBore ; |
303 | rdfs:label "azimuth"^^xsd:string ; | 321 | rdfs:label "azimuth"^^xsd:string ; |
304 | - rdfs:range ep-core:PlaneAngle . | 322 | + rdfs:range ep-core:PlaneAngle ; |
323 | + ep-core:seeReferenceData | ||
324 | + "http://posccaesar.org/rdl/RDS17688492"^^xsd:string . | ||
305 | 325 | ||
306 | ep-well:bottomHoleMeasuredDepth | 326 | ep-well:bottomHoleMeasuredDepth |
307 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 327 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
... | @@ -399,7 +419,9 @@ ep-well:inclination | ... | @@ -399,7 +419,9 @@ ep-well:inclination |
399 | rdfs:comment "class_of_indirect_property that is the inclination of wellbore orientation at a position within a wellbore"^^xsd:string ; | 419 | rdfs:comment "class_of_indirect_property that is the inclination of wellbore orientation at a position within a wellbore"^^xsd:string ; |
400 | rdfs:domain ep-well:PositionWithinWellBore ; | 420 | rdfs:domain ep-well:PositionWithinWellBore ; |
401 | rdfs:label "inclination"^^xsd:string ; | 421 | rdfs:label "inclination"^^xsd:string ; |
402 | - rdfs:range ep-core:PlaneAngle . | 422 | + rdfs:range ep-core:PlaneAngle ; |
423 | + ep-core:seeReferenceData | ||
424 | + "http://posccaesar.org/rdl/RDS17688057"^^xsd:string . | ||
403 | 425 | ||
404 | ep-well:initialBottomHoleMeasuredDepth | 426 | ep-well:initialBottomHoleMeasuredDepth |
405 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 427 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
... | @@ -419,7 +441,9 @@ ep-well:measuredDepth | ... | @@ -419,7 +441,9 @@ ep-well:measuredDepth |
419 | rdfs:comment "class_of_indirect_property that is the measured depth of a spatial part of a wellbore"^^xsd:string ; | 441 | rdfs:comment "class_of_indirect_property that is the measured depth of a spatial part of a wellbore"^^xsd:string ; |
420 | rdfs:domain ep-well:SpatialPartOfAWellBore ; | 442 | rdfs:domain ep-well:SpatialPartOfAWellBore ; |
421 | rdfs:label "measured depth"^^xsd:string ; | 443 | rdfs:label "measured depth"^^xsd:string ; |
422 | - rdfs:range ep-core:Length . | 444 | + rdfs:range ep-core:Length ; |
445 | + ep-core:seeReferenceData | ||
446 | + "http://posccaesar.org/rdl/RDS1724710171"^^xsd:string . | ||
423 | 447 | ||
424 | ep-well:measuredDepthOfPlugTop | 448 | ep-well:measuredDepthOfPlugTop |
425 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 449 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
... | @@ -454,14 +478,18 @@ ep-well:plannedBottomHoleMeasuredDepth | ... | @@ -454,14 +478,18 @@ ep-well:plannedBottomHoleMeasuredDepth |
454 | 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 ; | 478 | 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 ; |
455 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 479 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
456 | rdfs:label "planned bottom hole measured depth"^^xsd:string ; | 480 | rdfs:label "planned bottom hole measured depth"^^xsd:string ; |
457 | - rdfs:range ep-core:Length . | 481 | + rdfs:range ep-core:Length ; |
482 | + ep-core:seeReferenceData | ||
483 | + "http://posccaesar.org/rdl/RDS1035458501"^^xsd:string . | ||
458 | 484 | ||
459 | ep-well:plannedPilotBottomHoleMeasuredDepth | 485 | ep-well:plannedPilotBottomHoleMeasuredDepth |
460 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 486 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
461 | 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 ; | 487 | 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 ; |
462 | rdfs:domain ep-well:WellBorePilotHole ; | 488 | rdfs:domain ep-well:WellBorePilotHole ; |
463 | rdfs:label "planned pilot bottom hole measured depth"^^xsd:string ; | 489 | rdfs:label "planned pilot bottom hole measured depth"^^xsd:string ; |
464 | - rdfs:range ep-core:Length . | 490 | + rdfs:range ep-core:Length ; |
491 | + ep-core:seeReferenceData | ||
492 | + "http://posccaesar.org/rdl/RDS17851115"^^xsd:string . | ||
465 | 493 | ||
466 | ep-well:plannedPilotBottomHoleTrueVerticalDepth | 494 | ep-well:plannedPilotBottomHoleTrueVerticalDepth |
467 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 495 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
... | @@ -509,14 +537,18 @@ ep-well:shutInCasingPressure | ... | @@ -509,14 +537,18 @@ ep-well:shutInCasingPressure |
509 | rdfs:comment "class_of_indirect_property that is the shut in casing pressure for a wellbore"^^xsd:string ; | 537 | rdfs:comment "class_of_indirect_property that is the shut in casing pressure for a wellbore"^^xsd:string ; |
510 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 538 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
511 | rdfs:label "shut in casing pressure"^^xsd:string ; | 539 | rdfs:label "shut in casing pressure"^^xsd:string ; |
512 | - rdfs:range ep-core:Pressure . | 540 | + rdfs:range ep-core:Pressure ; |
541 | + ep-core:seeReferenceData | ||
542 | + "http://posccaesar.org/rdl/RDS17788782"^^xsd:string . | ||
513 | 543 | ||
514 | ep-well:shutInDrillPipePressure | 544 | ep-well:shutInDrillPipePressure |
515 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; | 545 | rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
516 | rdfs:comment "class_of_indirect_property that is the shut in drill pipe pressure for a wellbore"^^xsd:string ; | 546 | rdfs:comment "class_of_indirect_property that is the shut in drill pipe pressure for a wellbore"^^xsd:string ; |
517 | rdfs:domain ep-well:TemporalPartOfAWellBore ; | 547 | rdfs:domain ep-well:TemporalPartOfAWellBore ; |
518 | rdfs:label "shut in drill pipe pressure"^^xsd:string ; | 548 | rdfs:label "shut in drill pipe pressure"^^xsd:string ; |
519 | - rdfs:range ep-core:Pressure . | 549 | + rdfs:range ep-core:Pressure ; |
550 | + ep-core:seeReferenceData | ||
551 | + "http://posccaesar.org/rdl/RDS17887970"^^xsd:string . | ||
520 | 552 | ||
521 | ep-well:stratigraphyDescription | 553 | ep-well:stratigraphyDescription |
522 | rdf:type owl:DatatypeProperty ; | 554 | rdf:type owl:DatatypeProperty ; | ... | ... |
-
Please register or login to post a comment