SCHEMA_EP-FACILITY-v1.0.ttl 2.29 KB
# Saved by TopBraid on Sat Aug 20 18:57:39 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/facility
# imports: http://www.reportinghub.no/ep/schema/1.0/core

@prefix ep-fac:  <http://www.reportinghub.no/ep/schema/facility#> .
@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 sp:      <http://spinrdf.org/sp#> .
@prefix spin:    <http://spinrdf.org/spin#> .
@prefix spl:     <http://spinrdf.org/spl#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

<http://www.reportinghub.no/ep/schema/1.0/facility>
      rdf:type owl:Ontology ;
      owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ;
      owl:versionInfo "0.1.0"^^xsd:string .

ep-fac:AllOrPartOfTheLifeOfARig
      rdf:type owl:Class ;
      rdfs:label "all or part of the life of a rig"^^xsd:string ;
      rdfs:subClassOf ep-fac:Facility .

ep-fac:Facility
      rdf:type owl:Class ;
      rdfs:label "facility"^^xsd:string ;
      rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .

ep-fac:FixedFacility
      rdf:type owl:DeprecatedClass ;
      rdfs:subClassOf ep-fac:Facility .

ep-fac:FixedOrMoveableRigType
      rdf:type rdfs:Class ;
      rdfs:label "fixed of moveable rig type"^^xsd:string ;
      rdfs:subClassOf owl:Class .

ep-fac:FixedRig
      rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ;
      rdfs:label "fixed rig"^^xsd:string ;
      rdfs:subClassOf ep-fac:Rig , ep-fac:FixedFacility .

ep-fac:MoveableFacility
      rdf:type owl:Class ;
      rdfs:subClassOf ep-fac:Facility .

ep-fac:MoveableRig
      rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ;
      rdfs:label "moveable rig"^^xsd:string ;
      rdfs:subClassOf ep-fac:Rig , ep-fac:MoveableFacility .

ep-fac:Rig
      rdf:type owl:Class ;
      rdfs:label "rig"^^xsd:string ;
      rdfs:subClassOf ep-fac:AllOrPartOfTheLifeOfARig .

ep-fac:SubSurfaceFixedFacility
      rdf:type owl:Class ;
      rdfs:subClassOf ep-fac:FixedFacility .

ep-fac:SurfaceFixedFacility
      rdf:type owl:Class ;
      rdfs:subClassOf ep-fac:FixedFacility .

ep-fac:TemporalPartOfARig
      rdf:type owl:Class ;
      rdfs:label "temporal part of a rig"^^xsd:string ;
      rdfs:subClassOf ep-fac:AllOrPartOfTheLifeOfARig .