David Leal

Update to substance enumerations

......@@ -14,7 +14,7 @@
<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> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/flow> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ep-material:Air-gas
......@@ -29,6 +29,9 @@ ep-material:CO2-gas
ep-material:DryFluid
rdf:type ep-prodwell:InjectionFluidType .
ep-material:Ethane
rdf:type ep-prodwell:ComponentMaterialType .
ep-material:FluidFraction
rdf:type ep-prodwell:FluidComponentKindType .
......@@ -290,9 +293,6 @@ ep-material:substance-EtBenzene
ep-material:substance-EtcyPentane
rdf:type ep-prodwell:ComponentMaterialType .
ep-material:substance-Ethane
rdf:type ep-prodwell:ComponentMaterialType .
ep-material:substance-H2
rdf:type ep-prodwell:ComponentMaterialType .
......@@ -320,9 +320,6 @@ ep-material:substance-McyHexane
ep-material:substance-McyPentane
rdf:type ep-prodwell:ComponentMaterialType .
ep-material:substance-Methane
rdf:type ep-prodwell:ComponentMaterialType .
ep-material:substance-N2
rdf:type ep-prodwell:ComponentMaterialType .
......@@ -342,13 +339,13 @@ ep-material:substance-T13dmcyPentane
rdf:type ep-prodwell:ComponentMaterialType .
ep-prodwell:AbandonedWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that has been abandoned"^^xsd:string ;
rdfs:label "abandoned well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
ep-prodwell:ClosedWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that has been closed"^^xsd:string ;
rdfs:label "closed well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
......@@ -357,7 +354,7 @@ ep-prodwell:ComponentMaterialType
rdf:type rdfs:Class ;
rdfs:comment "class that consists of subclasses of material corresponding to the FluidComponent enumeration in the MPR-XSD"^^xsd:string ;
rdfs:label "component material type"^^xsd:string ;
rdfs:subClassOf owl:Class .
rdfs:subClassOf ep-material:MaterialType .
ep-prodwell:FluidComponentKindType
rdf:type rdfs:Class ;
......@@ -366,7 +363,7 @@ ep-prodwell:FluidComponentKindType
rdfs:subClassOf owl:Class .
ep-prodwell:InjectingWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that is used for injecting"^^xsd:string ;
rdfs:label "injecting well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
......@@ -378,37 +375,37 @@ ep-prodwell:InjectionFluidType
rdfs:subClassOf owl:Class .
ep-prodwell:JunkedWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that has been junked"^^xsd:string ;
rdfs:label "junked well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
ep-prodwell:OperatingWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that is operating"^^xsd:string ;
rdfs:label "operating well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
ep-prodwell:PluggedAndAbandonedWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that has been plugged and abandoned"^^xsd:string ;
rdfs:label "plugged and abandoned well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:AbandonedWell , ep-prodwell:PluggedWell .
rdfs:subClassOf ep-prodwell:PluggedWell , ep-prodwell:AbandonedWell .
ep-prodwell:PluggedWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that has been plugged"^^xsd:string ;
rdfs:label "plugged well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
ep-prodwell:ProducingInjectingWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that <advice needed>"^^xsd:string ;
rdfs:label "producing injecting well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
ep-prodwell:ProducingWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that is producing"^^xsd:string ;
rdfs:label "producing well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
......@@ -420,13 +417,13 @@ ep-prodwell:RockFormation
rdfs:subClassOf ep-core:PhysicalObject .
ep-prodwell:SuspendedAtTdWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that <advice needed>"^^xsd:string ;
rdfs:label "suspended at td well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
ep-prodwell:SuspendedWell
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that has been suspended"^^xsd:string ;
rdfs:label "suspended well"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
......@@ -452,7 +449,7 @@ ep-prodwell:WellCompletionAssembly
"http://posccaesar.org/rdl/page/RDS8015624975"^^xsd:string .
ep-prodwell:WellReclassedToDevelopment
rdf:type owl:Class , ep-prodwell:WellStatusType ;
rdf:type ep-prodwell:WellStatusType , owl:Class ;
rdfs:comment "well or wellbore that has been reclassified as a development well"^^xsd:string ;
rdfs:label "well reclassed to development"^^xsd:string ;
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
......@@ -464,42 +461,42 @@ ep-prodwell:WellStatusType
rdfs:subClassOf owl:Class .
ep-prodwell:completeLiquidPartOf
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "all of a quantity of material that is liquid"^^xsd:string ;
rdfs:domain ep-material:QuantityOfMaterial ;
rdfs:label "complete liquid part of"^^xsd:string ;
rdfs:range ep-material:Liquid .
ep-prodwell:depthOfBaseUsableWaterFromSurface
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "length that is the lowest usable water depth as measured from the surface. (source: MPR-XSD)"^^xsd:string ;
rdfs:domain ep-material:Fluid ;
rdfs:label "depth of base of usable water from surface"^^xsd:string ;
rdfs:range ep-core:Length .
ep-prodwell:depthOfFluidSurfaceFromTopOfWell
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "length that is the fluid level achieved in the well. The value is given as length units from the top of the well. (source MPR-XSD)"^^xsd:string ;
rdfs:domain ep-material:Fluid ;
rdfs:label "depth of fluid surface from top of well"^^xsd:string ;
rdfs:range ep-core:Length .
ep-prodwell:pOverZ
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "The P/Z value at the point. This is P/Z, pressure over gas compressibility factor (z). Note that the uom is units of pressure, since Z is dimensionless. (source: MPR-XSD)"^^xsd:string ;
rdfs:domain ep-material:Gas ;
rdfs:label "pressure over gas compressibility factor"^^xsd:string ;
rdfs:range ep-core:Pressure .
ep-prodwell:potentialGasProduction
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "volumetric flow rate that is the potential of the well to produce natural gas. This represents the flow rate that could be achieved under maximum drawdown. (source: MPR-XSD)"^^xsd:string ;
rdfs:domain ep-prodwell:TemporalPartOfAWellOrWellBore ;
rdfs:label "potential gas production"^^xsd:string ;
rdfs:range ep-core:VolumetricFlowRate .
ep-prodwell:potentialOilProduction
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "volumetric flow rate is the the potential of a well or wellbore to produce crude oil. This represents the flow rate that could be achieved under maximum drawdown. (source: MPR-XSD)"^^xsd:string ;
rdfs:domain ep-prodwell:TemporalPartOfAWellOrWellBore ;
rdfs:label "potential oil production"^^xsd:string ;
......
This diff could not be displayed because it is too large.