SCHEMA_EP-WELL-(v1.1).ttl 1.66 KB
# Saved by TopBraid on Mon Aug 01 13:33:39 PDT 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.1/well
# imports: http://www.reportinghub.no/ep/schema/1.1/core

@prefix ep-well:  <http://www.reportinghub.no/ep/schema/well#> .
@prefix ep-well-1.1:  <http://www.reportinghub.no/ep/schema/1.1/well#> .
@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.1/well>
      rdf:type owl:Ontology ;
      owl:imports <http://www.reportinghub.no/ep/schema/1.1/core> ;
      owl:versionInfo "Created with TopBraid Composer"^^xsd:string .

ep-well:Well
      rdf:type owl:Class ;
      rdfs:label "Well"^^xsd:string ;
      rdfs:subClassOf owl:Thing ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom ep-well:WellBore ;
                owl:onProperty <http://www.reportinghub.no/ep/schema/core#hasPart>
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "1"^^xsd:nonNegativeInteger ;
                owl:onProperty <http://www.reportinghub.no/ep/schema/core#name>
              ] .

ep-well:WellBore
      rdf:type owl:Class ;
      rdfs:label "Well bore"^^xsd:string ;
      rdfs:subClassOf owl:Thing ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "1"^^xsd:nonNegativeInteger ;
                owl:onProperty <http://www.reportinghub.no/ep/schema/core#name>
              ] .