David Price

Merge branch 'master' into update-asgard-testfiles

This diff could not be displayed because it is too large.
......@@ -12,7 +12,7 @@
<http://www.reportinghub.no/ep/schema/1.0/production-equipment>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.reportinghub.no/ep/schema/equipment#ChokeValve>
......@@ -24,6 +24,13 @@ ep-prodeqt:BlockValve
rdfs:label "block valve"^^xsd:string ;
rdfs:subClassOf ep-prodeqt:Valve .
ep-prodeqt:ClosedValve
rdf:type ep-prodeqt:ValveOpenClosedType , owl:Class ;
rdfs:comment "valve that is closed"^^xsd:string ;
rdfs:label "closed valve"^^xsd:string ;
rdfs:subClassOf ep-prodeqt:Valve ;
owl:disjointWith ep-prodeqt:OpenValve .
ep-prodeqt:DownHoleControlValve
rdf:type owl:Class ;
rdfs:comment "valve that is a down hole control valve"^^xsd:string ;
......@@ -41,6 +48,13 @@ ep-prodeqt:GasLiftChoke
rdfs:label "gas lift choke"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
ep-prodeqt:OpenValve
rdf:type ep-prodeqt:ValveOpenClosedType , owl:Class ;
rdfs:comment "valve that is open"^^xsd:string ;
rdfs:label "open valve"^^xsd:string ;
rdfs:subClassOf ep-prodeqt:Valve ;
owl:disjointWith ep-prodeqt:ClosedValve .
ep-prodeqt:PressureMeter
rdf:type owl:Class ;
rdfs:comment "equipment item that is a pressure meter, consisting of the whole device and not just the sensor (source: MPR-XSD)"^^xsd:string ;
......@@ -71,14 +85,32 @@ ep-prodeqt:Valve
rdfs:label "valve"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
ep-prodeqt:ValveOpenClosedType
rdf:type rdfs:Class ;
rdfs:label "valve open closed type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-prodeqt:WingValve
rdf:type owl:Class ;
rdfs:comment "valve that is a wing valve"^^xsd:string ;
rdfs:label "wing valve"^^xsd:string ;
rdfs:subClassOf ep-prodeqt:Valve .
ep-prodeqt:areaOpen
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "open area for a valve"^^xsd:string ;
rdfs:domain ep-prodeqt:Valve ;
rdfs:label "area open"^^xsd:string ;
rdfs:range ep-core:Area .
ep-prodeqt:areaOpenFraction
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-prodeqt:Valve ;
rdfs:label "area open fraction"^^xsd:string ;
rdfs:range ep-core:AreaPerArea .
ep-prodeqt:hasCaptain
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:label "has captain"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/organization#Person> .
......
......@@ -12,7 +12,7 @@
<http://www.reportinghub.no/ep/schema/1.0/production-facility>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.reportinghub.no/ep/schema/equipment#Compressor>
......@@ -37,7 +37,7 @@
rdfs:subClassOf ep-core:PhysicalObject .
<http://www.reportinghub.no/ep/schema/facility#Field>
rdf:type ep-prodfac:ReportingFacilityType .
rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , ep-prodfac:ReportingFacilityType .
<http://www.reportinghub.no/ep/schema/facility#Flowline>
rdf:type ep-prodfac:ReportingFacilityType .
......@@ -51,8 +51,11 @@
<http://www.reportinghub.no/ep/schema/facility#Platform>
rdf:type ep-prodfac:ReportingFacilityType .
<http://www.reportinghub.no/ep/schema/facility#ProductionFacility>
rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart .
<http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate>
rdf:type owl:Class ;
rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart , owl:Class ;
rdfs:comment "production facility that is for all of its life up to a point in time"^^xsd:string ;
rdfs:label "production facility to date"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> .
......@@ -73,56 +76,56 @@
rdf:type ep-prodfac:ReportingFacilityType .
<http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight>
rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ;
rdfs:comment "length that is the average of the higher 1/3 of the wave heights passing during a sample period (typically 20 to 30 minutes) (source: MPR-XSD)"^^xsd:string ;
rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
rdfs:label "average highest third wave height"^^xsd:string ;
rdfs:range ep-core:Length .
<http://www.reportinghub.no/ep/schema/facility#averageWaveHeight>
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 average height of surface waves"^^xsd:string ;
rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
rdfs:label "average wave height"^^xsd:string ;
rdfs:range ep-core:Length .
<http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight>
rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ;
rdfs:comment "length that is the height of the cloud ceiling"^^xsd:string ;
rdfs:domain <http://www.reportinghub.no/ep/schema/facility#CloudCover> ;
rdfs:label "cloud ceiling height"^^xsd:string ;
rdfs:range ep-core:Length .
<http://www.reportinghub.no/ep/schema/facility#facilityOperator>
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:comment "organization that operates a facility"^^xsd:string ;
rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
rdfs:label "facility operator"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
<http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight>
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 maximum height of surface waves"^^xsd:string ;
rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
rdfs:label "maximum wave height"^^xsd:string ;
rdfs:range ep-core:Length .
<http://www.reportinghub.no/ep/schema/facility#surfaceWavePeriod>
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:comment "time duration that is the period of surface waves"^^xsd:string ;
rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
rdfs:label "period"^^xsd:string ;
rdfs:range ep-core:TimeDuration .
<http://www.reportinghub.no/ep/schema/facility#visibility>
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 maximum distance at which things can be seen through surrounding air"^^xsd:string ;
rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ;
rdfs:label "visibility"^^xsd:string ;
rdfs:range ep-core:Length .
<http://www.reportinghub.no/ep/schema/facility#windChillTemperature>
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 "temperature that is the wind chill temperature of surrounding air"^^xsd:string ;
rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ;
rdfs:label "wind chill temperature"^^xsd:string ;
......@@ -144,7 +147,7 @@
rdfs:label "flow meter"^^xsd:string .
ep-prodfac:AvailableFacility
rdf:type ep-prodfac:FacilityAvailabilityType , owl:Class ;
rdf:type owl:Class , ep-prodfac:FacilityAvailabilityType ;
rdfs:label "available facility"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> ;
owl:disjointWith ep-prodfac:UnavailableFacility .
......@@ -248,7 +251,7 @@ ep-prodfac:TrunkLine
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
ep-prodfac:UnavailableFacility
rdf:type ep-prodfac:FacilityAvailabilityType , owl:Class ;
rdf:type owl:Class , ep-prodfac:FacilityAvailabilityType ;
rdfs:label "unavailable facility"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> ;
owl:disjointWith ep-prodfac:AvailableFacility .
......@@ -260,14 +263,14 @@ ep-prodfac:numberOfBedsAvailable
rdfs:range xsd:integer .
ep-prodfac:operatingTime
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:comment "time duration that is the operating time of a temporal part of a facility"^^xsd:string ;
rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
rdfs:label "operating time"^^xsd:string ;
rdfs:range ep-core:TimeDuration .
ep-prodfac:scheduledTimeUnavailable
rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
rdfs:label "scheduled time unavailable"^^xsd:string ;
rdfs:range ep-core:TimeDuration .
......@@ -279,7 +282,7 @@ ep-prodfac:shutDownSequenceNumber
rdfs:range xsd:integer .
ep-prodfac:timeAvailable
rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
rdfs:label "time available"^^xsd:string ;
rdfs:range ep-core:TimeDuration .
......
......@@ -14,9 +14,15 @@
<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-core:PointInSpace
rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart .
ep-core:RegionOfSpace
rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart .
<http://www.reportinghub.no/ep/schema/equipment#CasingLinerTubing>
rdfs:subClassOf ep-well:TemporalPartOfASpatialPartOfAWellBore .
......@@ -342,7 +348,7 @@ 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 .
......@@ -353,7 +359,7 @@ ep-prodwell:Annulus
rdfs:subClassOf ep-well:TemporalPartOfASpatialPartOfAWellBore .
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 .
......@@ -371,7 +377,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 .
......@@ -383,37 +389,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:PluggedWell , ep-prodwell:AbandonedWell .
rdfs:subClassOf ep-prodwell:AbandonedWell , ep-prodwell:PluggedWell .
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 .
......@@ -425,13 +431,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 .
......@@ -457,13 +463,13 @@ ep-prodwell:WellCompletionAssembly
"http://posccaesar.org/rdl/RDS8015624975"^^xsd:string .
ep-prodwell:WellHead-flowingConditions
rdf:type owl:Class , ep-prodwell:WellHeadFlowingConditionsType ;
rdf:type ep-prodwell:WellHeadFlowingConditionsType , owl:Class ;
rdfs:comment "wellhead that is in flowing conditions"^^xsd:string ;
rdfs:label "well head - flowing conditions"^^xsd:string ;
rdfs:subClassOf ep-well:WellHead .
ep-prodwell:WellHead-nonflowingConditions
rdf:type owl:Class , ep-prodwell:WellHeadFlowingConditionsType ;
rdf:type ep-prodwell:WellHeadFlowingConditionsType , owl:Class ;
rdfs:comment "wellhead that is in nonflowing conditions"^^xsd:string ;
rdfs:label "well head - nonflowing conditions"^^xsd:string ;
rdfs:subClassOf ep-well:WellHead .
......@@ -481,7 +487,7 @@ ep-prodwell:WellHeadFlowingConditionsType
rdfs:subClassOf owl:Class .
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 .
......@@ -493,42 +499,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 ;
......@@ -540,5 +546,8 @@ ep-well:TemporalPartOfAWell
ep-well:TemporalPartOfAWellBore
rdfs:subClassOf ep-prodwell:TemporalPartOfAWellOrWellBore .
ep-well:WellBore
rdf:type ep-core:ClassNotInheritedByAStrictTemporalPart .
ep-well:WellGroup
rdf:type owl:Class .
......