David Price

Added numerous DDR concepts to Activity, Well and Equipment EP Schemas

# Saved by TopBraid on Wed Aug 24 15:52:55 BST 2011
# Saved by TopBraid on Thu Sep 15 15:27:26 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/ep/schema/1.0/core
@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
@prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
......@@ -10,17 +12,17 @@
<http://www.reportinghub.no/ep/schema/1.0/equipment>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
owl:versionInfo "0.1.0"^^xsd:string .
<http://www.reportinghub.no/ep/schema/core#AllOrPartOfTheLifeOfAnEquipmentItem>
rdf:type owl:Class ;
rdfs:label "all or part of an equipment item"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
<http://www.reportinghub.no/ep/schema/core#PhysicalThing>
ep-core:PhysicalThing
rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string .
ep-eqt:API_5CT_class
rdf:type rdfs:Class ;
rdfs:label "API 5CT class"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-eqt:Casing
rdf:type ep-eqt:CasingLinerTubingType , owl:Class ;
rdfs:label "casing"^^xsd:string ;
......@@ -30,18 +32,27 @@ ep-eqt:Casing
ep-eqt:CasingLinerTubing
rdf:type owl:Class ;
rdfs:label "casing/liner/tubing"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
rdfs:subClassOf ep-eqt:Equipment ;
owl:equivalentClass
[ rdf:type owl:Class ;
owl:unionOf (ep-eqt:Casing ep-eqt:Liner ep-eqt:Tubing)
] .
ep-eqt:CasingLinerTubingType
rdf:type rdfs:Class ;
rdfs:label "casing/liner/tubing type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-eqt:CasingType
ep-eqt:CasingRoleType
rdf:type rdfs:Class ;
rdfs:label "casing type"^^xsd:string ;
rdfs:label "casing role type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-eqt:CasingString
rdf:type owl:Class ;
rdfs:label "casing string"^^xsd:string ;
rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> .
ep-eqt:ChokeValve
rdf:type owl:Class ;
rdfs:label "choke valve"^^xsd:string ;
......@@ -55,7 +66,7 @@ ep-eqt:DrillBit
ep-eqt:Equipment
rdf:type owl:Class ;
rdfs:label "Equipment"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#AllOrPartOfTheLifeOfAnEquipmentItem> .
rdfs:subClassOf ep-core:PhysicalObject .
ep-eqt:InnerBarrel
rdf:type owl:Class ;
......@@ -81,10 +92,20 @@ ep-eqt:InnerBarrel-gel
owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-fiberglass .
ep-eqt:IntermediateCasing
rdf:type owl:Class , ep-eqt:CasingType ;
rdf:type owl:Class , ep-eqt:CasingRoleType ;
rdfs:label "intermediate casing"^^xsd:string ;
rdfs:subClassOf ep-eqt:Casing ;
owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:TopCasing .
owl:disjointWith ep-eqt:TopCasing , ep-eqt:ProductionCasing .
ep-eqt:KellyBushing
rdf:type owl:Class ;
rdfs:label "kelly bushing"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:LastCasingOfAWellBore
rdf:type owl:Class ;
rdfs:label "last casing of a wellbore"^^xsd:string ;
rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> .
ep-eqt:Liner
rdf:type ep-eqt:CasingLinerTubingType , owl:Class ;
......@@ -93,33 +114,77 @@ ep-eqt:Liner
owl:disjointWith ep-eqt:Tubing , ep-eqt:Casing .
ep-eqt:ProductionCasing
rdf:type owl:Class , ep-eqt:CasingType ;
rdf:type owl:Class , ep-eqt:CasingRoleType ;
rdfs:label "production casing"^^xsd:string ;
rdfs:subClassOf ep-eqt:Casing ;
owl:disjointWith ep-eqt:TopCasing , ep-eqt:IntermediateCasing .
ep-eqt:TemporalPartOfEquipment
rdf:type owl:Class ;
rdfs:label "temporal part of equipment"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#AllOrPartOfTheLifeOfAnEquipmentItem> .
owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:TopCasing .
ep-eqt:TopCasing
rdf:type ep-eqt:CasingType , owl:Class ;
rdf:type owl:Class , ep-eqt:CasingRoleType ;
rdfs:label "top casing"^^xsd:string ;
rdfs:subClassOf ep-eqt:Casing ;
owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:IntermediateCasing .
owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:ProductionCasing .
ep-eqt:Tubing
rdf:type ep-eqt:CasingLinerTubingType , owl:Class ;
rdfs:label "liner"^^xsd:string ;
rdfs:subClassOf ep-eqt:CasingLinerTubing ;
owl:disjointWith ep-eqt:Liner , ep-eqt:Casing ;
owl:equivalentClass
[ rdf:type owl:Class ;
owl:unionOf (ep-eqt:Casing ep-eqt:Liner ep-eqt:Tubing)
] .
owl:disjointWith ep-eqt:Liner , ep-eqt:Casing .
ep-eqt:TubularConnectionClass
rdf:type rdfs:Class ;
rdfs:label "tubular connection class"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-eqt:WellBoreLoggingTool
rdf:type owl:Class ;
rdfs:label "well bore logging tool"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:diameterOfACasing
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-eqt:Casing ;
rdfs:label "diameter of a casing"^^xsd:string ;
rdfs:range ep-core:Length .
ep-eqt:diameterOfDrillBit
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-eqt:DrillBit ;
rdfs:label "diameter of drill bit"^^xsd:string ;
rdfs:range ep-core:Length .
ep-eqt:elevationOfKellyBushing
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-eqt:KellyBushing ;
rdfs:label "elevation of kelly bushing"^^xsd:string ;
rdfs:range ep-core:Length .
ep-eqt:hasTubularConnectionClass
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-eqt:CasingLinerTubing ;
rdfs:label "has tubular connection class"^^xsd:string ;
rdfs:range ep-eqt:TubularConnectionClass .
ep-eqt:insideDiameterOfATubular
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-eqt:CasingLinerTubing ;
rdfs:label "inside diameter of a tubular"^^xsd:string ;
rdfs:range ep-core:Length .
ep-eqt:maximumPressureForChokeValve
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-eqt:ChokeValve ;
rdfs:label "maximum pressure for choke valve"^^xsd:string ;
rdfs:range ep-core:Pressure .
ep-eqt:outsideDiameterOfATubular
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-eqt:CasingLinerTubing ;
rdfs:label "outside diameter of a tubular"^^xsd:string ;
rdfs:range ep-core:Length .
ep-eqt:stringLengthOfATubular
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-eqt:CasingLinerTubing ;
rdfs:label "string length of a tubular"^^xsd:string ;
rdfs:range ep-core:Length .
......