SCHEMA_EP-PRODUCTION-WELL-v1.0.ttl 2.08 KB
# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-well
# imports: http://www.reportinghub.no/ep/schema/1.0/well

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

ep-prodwell:NaturalGasClass
      rdf:type rdfs:Class ;
      rdfs:label "natural gas class"^^xsd:string ;
      rdfs:subClassOf owl:Class .

ep-prodwell:Sand
      rdf:type owl:Class , ep-well:FluidComponentType ;
      rdfs:label "sand"^^xsd:string ;
      rdfs:subClassOf ep-well:Fluid .

ep-prodwell:basicSedimentAndWater
      rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:label "basic sediment and water"^^xsd:string ;
      rdfs:range ep-core:SpecificVolume .

ep-prodwell:condensateYield
      rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
      rdfs:label "condensate yield"^^xsd:string ;
      rdfs:range ep-core:SpecificVolume .

ep-prodwell:potentialGasProduction
      rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
      rdfs:domain ep-well:WellBore ;
      rdfs:label "potential gas production"^^xsd:string ;
      rdfs:range ep-core:VolumetricFlowRate .

ep-prodwell:potentialOilProduction
      rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
      rdfs:domain ep-well:WellBore ;
      rdfs:label "potential oil production"^^xsd:string ;
      rdfs:range ep-core:VolumetricFlowRate .