SCHEMA_EP-FACILITY-v1.0.ttl 1.61 KB
# Saved by TopBraid on Tue Aug 09 14:35:50 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/facility
# imports: http://purl.org/dc/elements/1.1/
# imports: http://www.reportinghub.no/ep/schema/1.1/core
# imports: http://spinrdf.org/spin
# imports: http://purl.org/dc/terms/

@prefix :        <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/facility>
      rdf:type owl:Ontology ;
      owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> , <http://purl.org/dc/elements/1.1/> , <http://purl.org/dc/terms/> , <http://spinrdf.org/spin> ;
      owl:versionInfo "Created with TopBraid Composer"^^xsd:string .

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

:FixedFacility
      rdf:type owl:DeprecatedClass ;
      rdfs:subClassOf :Facility .

:MoveableFacility
      rdf:type owl:Class ;
      rdfs:subClassOf :Facility .

:Rig  rdf:type owl:Class ;
      rdfs:subClassOf :Facility .

:SubSurfaceFixedFacility
      rdf:type owl:Class ;
      rdfs:subClassOf :FixedFacility .

:SurfaceFixedFacility
      rdf:type owl:Class ;
      rdfs:subClassOf :FixedFacility .