David Leal

First stuff on productVolume

# Saved by TopBraid on Fri Oct 07 16:24:19 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/geography
# imports: http://www.reportinghub.no/ep/schema/1.0/core
@prefix : <http://www.reportinghub.no/ep/schema/1.0/geography#> .
@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/geography>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
:Country
rdf:type owl:Class ;
rdfs:label "country"^^xsd:string ;
rdfs:subClassOf :PartOfTheSurfaceOfTheEarth ;
owl:disjointWith :State , :County .
:County
rdf:type owl:Class ;
rdfs:label "county"^^xsd:string ;
rdfs:subClassOf :PartOfTheSurfaceOfTheEarth ;
owl:disjointWith :Country , :State .
:PartOfTheSurfaceOfTheEarth
rdf:type owl:Class ;
rdfs:label "part of the surface of the earth"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
:State
rdf:type owl:Class ;
rdfs:label "state"^^xsd:string ;
rdfs:subClassOf :PartOfTheSurfaceOfTheEarth ;
owl:disjointWith :Country , :County .
# Saved by TopBraid on Mon Oct 03 15:03:17 BST 2011
# Saved by TopBraid on Fri Oct 07 16:14:22 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
......@@ -12,7 +12,7 @@
<http://www.reportinghub.no/ep/schema/1.0/well>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ;
owl:versionInfo "0.1.0"^^xsd:string .
<http://www.reportinghub.no/ep/schema/equipment#Equipment>
......@@ -29,12 +29,12 @@ ep-well:CementingFluidType
rdfs:subClassOf ep-well:FluidType .
ep-well:Condensate
rdf:type owl:Class , ep-well:FluidComponentType ;
rdf:type ep-well:FluidComponentType , owl:Class ;
rdfs:label "condensate"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
ep-well:Filtrate
rdf:type ep-well:FluidComponentType , owl:Class ;
rdf:type owl:Class , ep-well:FluidComponentType ;
rdfs:label "filtrate"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
......@@ -54,18 +54,18 @@ ep-well:FluidType
rdfs:subClassOf owl:Class .
ep-well:Gas
rdf:type owl:Class , ep-well:FluidComponentType ;
rdf:type ep-well:FluidComponentType , owl:Class ;
rdfs:label "gas"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
ep-well:HphtWellBore
rdf:type ep-well:WellBoreHphtType , owl:Class ;
rdf:type owl:Class , ep-well:WellBoreHphtType ;
rdfs:label "high pressure high temperature well bore"^^xsd:string ;
rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
owl:disjointWith ep-well:NotHphtWellBore .
ep-well:LeakyWellBore
rdf:type owl:Class , ep-well:WellBoreTightnessType ;
rdf:type ep-well:WellBoreTightnessType , owl:Class ;
rdfs:label "leaky well bore"^^xsd:string ;
rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
owl:disjointWith ep-well:TightWellBore .
......@@ -76,28 +76,28 @@ ep-well:LowerPartOfAWellBore
rdfs:subClassOf ep-well:SpatialPartOfAWellBore .
ep-well:Mud
rdf:type ep-well:CementingFluidType , owl:Class ;
rdf:type owl:Class , ep-well:CementingFluidType ;
rdfs:label "mud"^^xsd:string ;
rdfs:subClassOf ep-well:CementingFluid ;
owl:disjointWith ep-well:Slurry , ep-well:Wash , ep-well:Spacer .
owl:disjointWith ep-well:Spacer , ep-well:Wash , ep-well:Slurry .
ep-well:Mud-oilBased
rdf:type owl:Class , ep-well:MudClass ;
rdf:type ep-well:MudClass , owl:Class ;
rdfs:label "mud - oil based"^^xsd:string ;
rdfs:subClassOf ep-well:Mud ;
owl:disjointWith ep-well:Mud-waterBased , ep-well:Mud-other .
owl:disjointWith ep-well:Mud-other , ep-well:Mud-waterBased .
ep-well:Mud-other
rdf:type owl:Class , ep-well:MudClass ;
rdf:type ep-well:MudClass , owl:Class ;
rdfs:label "mud - other"^^xsd:string ;
rdfs:subClassOf ep-well:Mud ;
owl:disjointWith ep-well:Mud-waterBased , ep-well:Mud-oilBased .
owl:disjointWith ep-well:Mud-oilBased , ep-well:Mud-waterBased .
ep-well:Mud-waterBased
rdf:type owl:Class , ep-well:MudClass ;
rdf:type ep-well:MudClass , owl:Class ;
rdfs:label "mud - water based"^^xsd:string ;
rdfs:subClassOf ep-well:Mud ;
owl:disjointWith ep-well:Mud-oilBased , ep-well:Mud-other .
owl:disjointWith ep-well:Mud-other , ep-well:Mud-oilBased .
ep-well:MudClass
rdf:type owl:Class ;
......@@ -105,13 +105,13 @@ ep-well:MudClass
rdfs:subClassOf ep-well:FluidType .
ep-well:NotHphtWellBore
rdf:type ep-well:WellBoreHphtType , owl:Class ;
rdf:type owl:Class , ep-well:WellBoreHphtType ;
rdfs:label "not high pressure high temperature well bore"^^xsd:string ;
rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
owl:disjointWith ep-well:HphtWellBore .
ep-well:Oil
rdf:type ep-well:FluidComponentType , owl:Class ;
rdf:type owl:Class , ep-well:FluidComponentType ;
rdfs:label "oil"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
......@@ -126,16 +126,21 @@ ep-well:RecoveredCore
rdfs:subClassOf ep-core:PhysicalObject .
ep-well:Slurry
rdf:type ep-well:CementingFluidType , owl:Class ;
rdf:type owl:Class , ep-well:CementingFluidType ;
rdfs:label "slurry"^^xsd:string ;
rdfs:subClassOf ep-well:CementingFluid ;
owl:disjointWith ep-well:Wash , ep-well:Spacer , ep-well:Mud .
owl:disjointWith ep-well:Mud , ep-well:Spacer , ep-well:Wash .
ep-well:Spacer
rdf:type ep-well:CementingFluidType , owl:Class ;
rdf:type owl:Class , ep-well:CementingFluidType ;
rdfs:label "spacer"^^xsd:string ;
rdfs:subClassOf ep-well:CementingFluid ;
owl:disjointWith ep-well:Slurry , ep-well:Wash , ep-well:Mud .
owl:disjointWith ep-well:Mud , ep-well:Wash , ep-well:Slurry .
ep-well:SpatialPartOfAWell
rdf:type owl:Class ;
rdfs:label "spatial part of a well "^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject .
ep-well:SpatialPartOfAWellBore
rdf:type owl:Class ;
......@@ -158,7 +163,7 @@ ep-well:TemporalPartOfAWellBore
rdfs:subClassOf ep-core:PhysicalObject .
ep-well:TightWellBore
rdf:type owl:Class , ep-well:WellBoreTightnessType ;
rdf:type ep-well:WellBoreTightnessType , owl:Class ;
rdfs:label "tight well bore"^^xsd:string ;
rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
owl:disjointWith ep-well:LeakyWellBore .
......@@ -169,13 +174,13 @@ ep-well:UserDescribedCementingFluidType
rdfs:subClassOf ep-well:FluidType .
ep-well:Wash
rdf:type ep-well:CementingFluidType , owl:Class ;
rdf:type owl:Class , ep-well:CementingFluidType ;
rdfs:label "wash"^^xsd:string ;
rdfs:subClassOf ep-well:CementingFluid ;
owl:disjointWith ep-well:Slurry , ep-well:Spacer , ep-well:Mud .
owl:disjointWith ep-well:Mud , ep-well:Spacer , ep-well:Slurry .
ep-well:Water
rdf:type owl:Class , ep-well:FluidComponentType ;
rdf:type ep-well:FluidComponentType , owl:Class ;
rdfs:label "water"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
......@@ -231,74 +236,79 @@ ep-well:WellBoreWithoutCirculation
rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
owl:disjointWith ep-well:WellBoreWithCirculation .
ep-well:WellHead
rdf:type owl:Class ;
rdfs:label "well head"^^xsd:string ;
rdfs:subClassOf ep-well:SpatialPartOfAWell .
ep-well:averageBottomHolePressure
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "average bottom hole pressure"^^xsd:string ;
rdfs:range ep-core:Pressure .
ep-well:averageBottomHoleTemperature
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "average bottom hole temperature"^^xsd:string ;
rdfs:range ep-core:Temperature .
ep-well:azimuth
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:PositionWithinWellBore ;
rdfs:label "azimuth"^^xsd:string ;
rdfs:range ep-core:PlaneAngle .
ep-well:bottomHoleMeasuredDepth
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "bottom hole measured depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:bottomHoleTemperature
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "bottom hole temperature"^^xsd:string ;
rdfs:range ep-core:Temperature .
ep-well:bottomHoleTrueVerticalDepth
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "bottom hole true vertical depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:carbonDioxideConcentration
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:Gas ;
rdfs:label "carbon dioxide concentration"^^xsd:string ;
rdfs:range ep-core:SpecificMass .
ep-well:cementingFluidPerCentFreeWater
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:CementingFluid ;
rdfs:label "cementing fluid per cent free water"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
ep-well:cementingFluidThickeningTime
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:CementingFluid ;
rdfs:label "cementing fluid thickening time"^^xsd:string ;
rdfs:range ep-core:TimeDuration .
ep-well:chlorideConcentration
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:Gas ;
rdfs:label "chloride concentration"^^xsd:string ;
rdfs:range ep-core:SpecificMass .
ep-well:coreLength
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:RecoveredCore ;
rdfs:label "core length"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:diameterOfAWellBorePilotHole
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:domain ep-well:WellBorePilotHole ;
rdfs:label "diameter of a wellbore pilot hole"^^xsd:string ;
rdfs:range ep-core:Length .
......@@ -310,73 +320,73 @@ ep-well:dominantComponent
rdfs:range ep-well:FluidComponentType .
ep-well:ethaneConcentration
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:Gas ;
rdfs:label "ethane concentration"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
ep-well:finalBottomHoleMeasuredDepth
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:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "final bottom hole measured depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:finalBottomHoleTrueVerticalDepth
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "final bottom hole true vertical depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:gasConcentrationHigh
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:Fluid ;
rdfs:label "gas concentration - high"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
ep-well:gasConcentrationLow
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:Fluid ;
rdfs:label "gas concentration - low"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
ep-well:gasOilRatio
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:Fluid ;
rdfs:label "gas oil ratio"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
ep-well:hasBarrel
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:RecoveredCore ;
rdfs:label "has barrel"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> .
ep-well:hydrogenSulfideConcentration
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:Gas ;
rdfs:label "hydrogen sulfide concentration"^^xsd:string ;
rdfs:range ep-core:SpecificMass .
ep-well:inclination
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:PositionWithinWellBore ;
rdfs:label "inclination"^^xsd:string ;
rdfs:range ep-core:PlaneAngle .
ep-well:initialBottomHoleMeasuredDepth
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "initial bottom hole measured depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:isoButaneConcentration
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:Gas ;
rdfs:label "iso-Butane concentration"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
ep-well:isoPentaneConcentration
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:Gas ;
rdfs:label "iso-Pentane concentration"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
......@@ -387,91 +397,91 @@ ep-well:lithologyDescription
rdfs:label "lithology description"^^xsd:string .
ep-well:measuredDepth
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:SpatialPartOfAWellBore ;
rdfs:label "measured depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:measuredDepthOfPlugTop
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "measured depth of plug top"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:measuredDepthToTheBottomOfAPartOfAWellBore
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:domain ep-well:SpatialPartOfAWellBore ;
rdfs:label "measured depth to the bottom of a part of a wellbore"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:measuredDepthToTheTopOfAPartOfAWellBore
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:domain ep-well:SpatialPartOfAWellBore ;
rdfs:label "measured depth to the top of a part of a wellbore"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:methaneConcentration
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:Gas ;
rdfs:label "methane concentration"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
ep-well:nominalInsideDiameterOfBoreHole
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "nominal inside diameter of borehole"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:norButaneConcentration
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:Gas ;
rdfs:label "nor-Butane concentration"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
ep-well:plannedBottomHoleMeasuredDepth
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "planned bottom hole measured depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:plannedPilotBottomHoleMeasuredDepth
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:WellBorePilotHole ;
rdfs:label "planned pilot bottom hole measured depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:plannedPilotBottomHoleTrueVerticalDepth
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:WellBorePilotHole ;
rdfs:label "planned pilot bottom hole true vertical depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:porePressure
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:SpatialPartOfAWellBore ;
rdfs:label "pore pressure"^^xsd:string ;
rdfs:range ep-core:Pressure .
ep-well:porePressureEquivalentMudDensity
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:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "pore pressure - equivalent mud density"^^xsd:string ;
rdfs:range ep-core:Density .
ep-well:propaneConcentration
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:Gas ;
rdfs:label "propane concentration"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
ep-well:ratioOfCementMixToWater
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:CementingFluid ;
rdfs:label "ratio of cement mix to water"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
ep-well:relativeAmountOfCoreRecovered
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:RecoveredCore ;
rdfs:label "relative amount of core recovered"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
......@@ -482,13 +492,13 @@ ep-well:showDescription
rdfs:label "show description"^^xsd:string .
ep-well:shutInCasingPressure
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "shut in casing pressure"^^xsd:string ;
rdfs:range ep-core:Pressure .
ep-well:shutInDrillPipePressure
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "shut in drill pipe pressure"^^xsd:string ;
rdfs:range ep-core:Pressure .
......@@ -499,46 +509,46 @@ ep-well:stratigraphyDescription
rdfs:label "stratigraphy description"^^xsd:string .
ep-well:strengthOfRockFormation
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:domain ep-well:SurroundingRockFormation ;
rdfs:label "strength of rock formation"^^xsd:string ;
rdfs:range ep-core:StrengthOfRockFormation .
ep-well:trueVerticalDepth
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:SpatialPartOfAWellBore ;
rdfs:label "true vertical depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:trueVerticalDepthToTheBottomOfAPartOfAWellBore
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:domain ep-well:SpatialPartOfAWellBore ;
rdfs:label "true vertical depth to the bottom of a part of a wellbore"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:trueVerticalDepthToTheTopOfAPartOfAWellBore
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:domain ep-well:SpatialPartOfAWellBore ;
rdfs:label "true vertical depth to the top of a part of a wellbore"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:waterOilRatio
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:Fluid ;
rdfs:label "water oil ratio"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
ep-well:wellBoreCompletedAt
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "wellbore completed at"^^xsd:string .
ep-well:wellBorePreSpudAt
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "wellbore pre-spud at"^^xsd:string .
ep-well:wellBoreSpudAt
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "wellbore spud at"^^xsd:string .
......
This diff could not be displayed because it is too large.
# Saved by TopBraid on Tue Oct 04 15:54:51 BST 2011
# Saved by TopBraid on Fri Oct 07 16:29:54 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Wed Oct 05 12:03:43 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_dpr-collector-v1.0
# imports: http://spinrdf.org/spin
@prefix TRANSFORM_dpr-collector-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_dpr-collector-v1.0#> .
@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/transform/TRANSFORM_dpr-collector-v1.0>
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spin> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
# Saved by TopBraid on Fri Oct 07 14:12:45 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_dpr-collector-v1.0
# imports: http://www.reportinghub.no/ep/transform/1.1/dpr/productVolume
# imports: http://spinrdf.org/spin
@prefix TRANSFORM_dpr-collector-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_dpr-collector-v1.0#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix productVolume: <http://www.reportinghub.no/ep/transform/1.1/dpr/productVolume#> .
@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 unnamed1: <http://www.reportinghub.no/ep/transform/unnamed1#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/ep/transform/TRANSFORM_dpr-collector-v1.0>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/transform/1.1/dpr/productVolume> , <http://spinrdf.org/spin> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
# Saved by TopBraid on Wed Oct 05 12:03:43 BST 2011
# Saved by TopBraid on Fri Oct 07 14:12:45 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Fri Oct 07 15:43:30 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/dpr/productVolume
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/facility
# imports: http://spinrdf.org/spin
# imports: http://www.witsml.org/schemas/131/addendum/combo
@prefix : <http://www.reportinghub.no/ep/transform/1.1/dpr/productVolume#> .
@prefix combo: <http://www.witsml.org/schemas/131/addendum/combo#> .
@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
@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/transform/1.1/dpr/productVolume>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://spinrdf.org/spin> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
combo:Co_productVolume
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 20101 Record the Facility that has the flow"^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacility> ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b2 ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b3 ;
sp:predicate rdfs:label ;
sp:subject _:b1
]) ;
sp:where ([ sp:object _:b4 ;
sp:predicate combo:facilityRef ;
sp:subject spin:_this
] [ sp:object _:b5 ;
sp:predicate combo:nameRef ;
sp:subject _:b4
] [ sp:object _:b3 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b5
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "facilityNamingSystem"^^xsd:string
] ;
sp:predicate combo:namingSystem ;
sp:subject _:b5
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b6 ;
sp:predicate combo:kindRef ;
sp:subject _:b5
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b3
] ;
sp:variable _:b7
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildProductionFacilityURI ;
sp:arg1 _:b7
] ;
sp:variable _:b1
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectProductionFacilityType ;
sp:arg1 _:b6
] ;
sp:variable _:b2
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 20101"^^xsd:string ;
sp:templates () ;
sp:where ([ sp:object _:b8 ;
sp:predicate combo:facilityRef ;
sp:subject spin:_this
] [ sp:object _:b9 ;
sp:predicate combo:nameRef ;
sp:subject _:b8
] [ sp:object
[ sp:varName "facilityName"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b9
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "facilityNamingSystem"^^xsd:string
] ;
sp:predicate combo:namingSystem ;
sp:subject _:b9
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "facilityKind"^^xsd:string
] ;
sp:predicate combo:kindRef ;
sp:subject _:b9
])
] [ sp:object _:b10 ;
sp:predicate combo:flowRef ;
sp:subject _:b8
] [ sp:object
[ sp:varName "flowName"^^xsd:string
] ;
sp:predicate combo:name ;
sp:subject _:b10
] [ sp:object
[ sp:varName "flowKind"^^xsd:string
] ;
sp:predicate combo:kindRef ;
sp:subject _:b10
] [ sp:object
[ sp:varName "flowDirection"^^xsd:string
] ;
sp:predicate combo:directionRef ;
sp:subject _:b10
] [ sp:object
[ sp:varName "flowQualifier"^^xsd:string
] ;
sp:predicate combo:qualifierRef ;
sp:subject _:b10
] [ sp:object _:b11 ;
sp:predicate combo:productRef ;
sp:subject _:b10
] [ sp:object _:b12 ;
sp:predicate combo:nameRef ;
sp:subject _:b11
] [ sp:object
[ sp:varName "productName"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b12
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "productNamingSystem"^^xsd:string
] ;
sp:predicate combo:namingSystem ;
sp:subject _:b12
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b13 ;
sp:predicate combo:kindRef ;
sp:subject _:b12
])
] [ sp:object _:b13 ;
sp:predicate combo:kindRef ;
sp:subject _:b11
] [ sp:object _:b14 ;
sp:predicate combo:periodRef ;
sp:subject _:b11
] [ sp:object
[ sp:varName "periodKind"^^xsd:string
] ;
sp:predicate combo:kindRef ;
sp:subject _:b14
] [ sp:object
[ sp:varName "startTime"^^xsd:string
] ;
sp:predicate combo:dTimStart ;
sp:subject _:b14
] [ sp:object
[ sp:varName "endTime"^^xsd:string
] ;
sp:predicate combo:dTimEnd ;
sp:subject _:b14
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b15 ;
sp:predicate combo:volumeRef ;
sp:subject _:b14
] [ sp:object
[ sp:varName "realVolume"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b15
] [ sp:object
[ sp:varName "uomVolume"^^xsd:string
] ;
sp:predicate combo:uomRef ;
sp:subject _:b15
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b16 ;
sp:predicate combo:volumeStdRef ;
sp:subject _:b14
] [ sp:object
[ sp:varName "realVolumeStd"^^xsd:string
] ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b16
] [ sp:object
[ sp:varName "uomVolumeStd"^^xsd:string
] ;
sp:predicate combo:uomRef ;
sp:subject _:b16
])
])
] .
_:b4 sp:varName "facilityRef"^^xsd:string .
_:b5 sp:varName "facilityNameRef"^^xsd:string .
_:b3 sp:varName "facilityName"^^xsd:string .
_:b6 sp:varName "facilityKind"^^xsd:string .
_:b7 sp:varName "normalizedFacilityName"^^xsd:string .
_:b1 sp:varName "productionFacility"^^xsd:string .
_:b2 sp:varName "productionFacilityType"^^xsd:string .
_:b8 sp:varName "facility"^^xsd:string .
_:b9 sp:varName "facilityNameRef"^^xsd:string .
_:b10
sp:varName "flow"^^xsd:string .
_:b11
sp:varName "product"^^xsd:string .
_:b12
sp:varName "productNameRef"^^xsd:string .
_:b13
sp:varName "productKind"^^xsd:string .
_:b14
sp:varName "period"^^xsd:string .
_:b15
sp:varName "volumeRef"^^xsd:string .
_:b16
sp:varName "volumeStdRef"^^xsd:string .
# Saved by TopBraid on Fri Oct 07 15:43:30 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
@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 visual: <http://topbraid.org/visual#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdf:type inference:Configuration ;
composite:child
[ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
composite:index "0"^^xsd:int
] .