SCHEMA_EP-EQUIPMENT-v1.0.ttl 4.66 KB
# Saved by TopBraid on Wed Aug 24 15:52:55 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/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#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

<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: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>
      rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string .

ep-eqt:Casing
      rdf:type ep-eqt:CasingLinerTubingType , owl:Class ;
      rdfs:label "casing"^^xsd:string ;
      rdfs:subClassOf ep-eqt:CasingLinerTubing ;
      owl:disjointWith ep-eqt:Tubing , ep-eqt:Liner .

ep-eqt:CasingLinerTubing
      rdf:type owl:Class ;
      rdfs:label "casing/liner/tubing"^^xsd:string ;
      rdfs:subClassOf ep-eqt:Equipment .

ep-eqt:CasingLinerTubingType
      rdf:type rdfs:Class ;
      rdfs:label "casing/liner/tubing type"^^xsd:string ;
      rdfs:subClassOf owl:Class .

ep-eqt:CasingType
      rdf:type rdfs:Class ;
      rdfs:label "casing type"^^xsd:string ;
      rdfs:subClassOf owl:Class .

ep-eqt:ChokeValve
      rdf:type owl:Class ;
      rdfs:label "choke valve"^^xsd:string ;
      rdfs:subClassOf ep-eqt:Equipment .

ep-eqt:DrillBit
      rdf:type owl:Class ;
      rdfs:label "drill bit"^^xsd:string ;
      rdfs:subClassOf ep-eqt:Equipment .

ep-eqt:Equipment
      rdf:type owl:Class ;
      rdfs:label "Equipment"^^xsd:string ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#AllOrPartOfTheLifeOfAnEquipmentItem> .

ep-eqt:InnerBarrel
      rdf:type owl:Class ;
      rdfs:label "inner barrel"^^xsd:string ;
      rdfs:subClassOf ep-eqt:Equipment .

ep-eqt:InnerBarrel-aluminum
      rdf:type owl:Class ;
      rdfs:label "inner barrel - aluminum"^^xsd:string ;
      rdfs:subClassOf ep-eqt:InnerBarrel ;
      owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-fiberglass .

ep-eqt:InnerBarrel-fiberglass
      rdf:type owl:Class ;
      rdfs:label "inner barrel - fiberglass"^^xsd:string ;
      rdfs:subClassOf ep-eqt:InnerBarrel ;
      owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-gel .

ep-eqt:InnerBarrel-gel
      rdf:type owl:Class ;
      rdfs:label "inner barrel - gel"^^xsd:string ;
      rdfs:subClassOf ep-eqt:InnerBarrel ;
      owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-fiberglass .

ep-eqt:IntermediateCasing
      rdf:type owl:Class , ep-eqt:CasingType ;
      rdfs:label "intermediate casing"^^xsd:string ;
      rdfs:subClassOf ep-eqt:Casing ;
      owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:TopCasing .

ep-eqt:Liner
      rdf:type ep-eqt:CasingLinerTubingType , owl:Class ;
      rdfs:label "liner"^^xsd:string ;
      rdfs:subClassOf ep-eqt:CasingLinerTubing ;
      owl:disjointWith ep-eqt:Tubing , ep-eqt:Casing .

ep-eqt:ProductionCasing
      rdf:type owl:Class , ep-eqt:CasingType ;
      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> .

ep-eqt:TopCasing
      rdf:type ep-eqt:CasingType , owl:Class ;
      rdfs:label "top casing"^^xsd:string ;
      rdfs:subClassOf ep-eqt:Casing ;
      owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:IntermediateCasing .

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)
              ] .

ep-eqt:WellBoreLoggingTool
      rdf:type owl:Class ;
      rdfs:label "well bore logging tool"^^xsd:string ;
      rdfs:subClassOf ep-eqt:Equipment .