David Leal

Debug coreInfo

# Saved by TopBraid on Fri Sep 16 17:44:51 BST 2011
# Saved by TopBraid on Mon Sep 19 14:34:21 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.linkedmodel.org/1.2/schema/vaem
# imports: http://www.reportinghub.no/ep/schema/1.0/organization
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: 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
# imports: http://www.reportinghub.no/ep/schema/1.0/facility
# imports: http://www.linkedmodel.org/1.1/schema/ordered
......@@ -18,7 +18,7 @@
<http://www.reportinghub.no/ep/schema/1.0/activity>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/organization> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.linkedmodel.org/1.2/schema/vaem> , <http://www.linkedmodel.org/1.1/schema/ordered> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/facility> ;
owl:versionInfo "0.1.0"^^xsd:string .
ep-activity:Activity
......@@ -27,33 +27,33 @@ ep-activity:Activity
rdfs:subClassOf ep-core:PhysicalThing ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ep-activity:Activity ;
owl:onProperty <http://www.linkedmodel.org/schema/ordered#during>
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty ep-activity:finishedAt
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ep-activity:Activity ;
owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps>
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty ep-activity:startedAt
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ep-activity:Activity ;
owl:onProperty <http://www.linkedmodel.org/schema/ordered#before>
owl:onProperty <http://www.linkedmodel.org/schema/ordered#after>
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ep-activity:Activity ;
owl:onProperty <http://www.linkedmodel.org/schema/ordered#after>
owl:onProperty <http://www.linkedmodel.org/schema/ordered#before>
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty ep-activity:startedAt
owl:allValuesFrom ep-activity:Activity ;
owl:onProperty <http://www.linkedmodel.org/schema/ordered#overlaps>
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty ep-activity:finishedAt
owl:allValuesFrom ep-activity:Activity ;
owl:onProperty <http://www.linkedmodel.org/schema/ordered#during>
] .
ep-activity:ActivitySuccessType
......@@ -67,13 +67,13 @@ ep-activity:DailyDrillingActivity
rdfs:subClassOf ep-activity:DrillingActivity ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ep-activity:DrillingActivity ;
owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
owl:allValuesFrom ep-activity:Activity ;
owl:onProperty ep-core:hasPart
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ;
owl:onProperty ep-activity:onWellBore
owl:allValuesFrom ep-activity:DrillingActivity ;
owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
......@@ -82,13 +82,13 @@ ep-activity:DailyDrillingActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ep-activity:DrillingActivity ;
owl:onProperty <http://www.linkedmodel.org/schema/ordered#first>
owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#AllOrPartOfTheLifeOfAWellBore> ;
owl:onProperty ep-activity:onWellBore
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom ep-activity:Activity ;
owl:onProperty ep-core:hasPart
owl:allValuesFrom ep-activity:DrillingActivity ;
owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
] .
ep-activity:DailyProductionActivity
......@@ -132,7 +132,7 @@ ep-activity:Drill-sidetrack
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillStemTest
rdf:type owl:Class , ep-activity:WellTestType ;
rdf:type ep-activity:WellTestType , owl:Class ;
rdfs:label "drill stem test"^^xsd:string ;
rdfs:subClassOf ep-activity:WellTest ;
dc:description "A test to determine the productive capacity, pressure, permeability or extent (or a combination of these) of a hydrocarbon reservoir, with the drillstring still in the hole."^^xsd:string ;
......@@ -144,72 +144,72 @@ ep-activity:DrillingActivity
rdfs:subClassOf ep-activity:Activity .
ep-activity:DrillingActivity-bop_test
rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
rdfs:label "drilling activity bop test"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-circulation_loss
rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
rdfs:label "drilling activity circulation loss"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-coiled_tubing
rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
rdfs:label "drilling activity coilled tubing"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-equipment_failure
rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
rdfs:label "drilling activity equipment failure"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-equipment_hang
rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
rdfs:label "drilling activity equipment hang"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-fixed_equipment
rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
rdfs:label "drilling activity fixed equipment"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-injury
rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
rdfs:label "drilling activity injury"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-kick
rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
rdfs:label "drilling activity operation kick"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-mud_loss
rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
rdfs:label "drilling activity mud loss"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-operation_failed
rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
rdfs:label "drilling activity operation failed"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-snubbing
rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
rdfs:label "drilling activity snubbing"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-stuck_equipment
rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
rdfs:label "drilling activity stuck equipment"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-success
rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
rdfs:label "drilling activity success"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-wire_line
rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
rdfs:label "drilling activity wire line"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
......@@ -228,8 +228,13 @@ ep-activity:EquipmentFailureAndRepair
rdfs:label "equipment failure and repair"^^xsd:string ;
rdfs:subClassOf ep-activity:Activity .
ep-activity:ExtractAWellCore
rdf:type owl:Class ;
rdfs:label "extract a well core"^^xsd:string ;
rdfs:subClassOf ep-activity:Activity .
ep-activity:FailedActivity
rdf:type ep-activity:ActivitySuccessType , owl:Class ;
rdf:type owl:Class , ep-activity:ActivitySuccessType ;
rdfs:label "failed activity"^^xsd:string ;
rdfs:subClassOf ep-activity:Activity ;
owl:disjointWith ep-activity:SuccessfulActivity .
......@@ -240,7 +245,7 @@ ep-activity:FluidActivity
rdfs:subClassOf ep-activity:Activity .
ep-activity:FormationIntegrityTest
rdf:type ep-activity:PressureTestType , owl:Class ;
rdf:type owl:Class , ep-activity:PressureTestType ;
rdfs:label "formation integrity test"^^xsd:string ;
rdfs:subClassOf ep-activity:WellBorePressureTest ;
owl:disjointWith ep-activity:LeakOffTest .
......@@ -310,7 +315,7 @@ ep-activity:GasReadingType
rdfs:subClassOf owl:Class .
ep-activity:LeakOffTest
rdf:type ep-activity:PressureTestType , owl:Class ;
rdf:type owl:Class , ep-activity:PressureTestType ;
rdfs:label "leak-off test"^^xsd:string ;
rdfs:subClassOf ep-activity:WellBorePressureTest ;
owl:disjointWith ep-activity:FormationIntegrityTest .
......@@ -351,7 +356,7 @@ ep-activity:OffshoreWellActivity
rdfs:subClassOf ep-activity:OffshoreActivity ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty ep-activity:onWell
] ;
rdfs:subClassOf
......@@ -361,7 +366,7 @@ ep-activity:OffshoreWellActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ;
owl:onProperty ep-activity:onWell
] .
......@@ -381,13 +386,13 @@ ep-activity:PorePressureDeterminationType
rdfs:subClassOf owl:Class .
ep-activity:PorePressureEstimation
rdf:type owl:Class , ep-activity:PorePressureDeterminationType ;
rdf:type ep-activity:PorePressureDeterminationType , owl:Class ;
rdfs:label "pore pressure estimation"^^xsd:string ;
rdfs:subClassOf ep-activity:PorePressureDetermination ;
owl:disjointWith ep-activity:PorePressureMeasurement .
ep-activity:PorePressureMeasurement
rdf:type owl:Class , ep-activity:PorePressureDeterminationType ;
rdf:type ep-activity:PorePressureDeterminationType , owl:Class ;
rdfs:label "pore pressure measurement"^^xsd:string ;
rdfs:subClassOf ep-activity:PorePressureDetermination ;
owl:disjointWith ep-activity:PorePressureEstimation .
......@@ -408,14 +413,14 @@ ep-activity:ProductionActivity
rdfs:subClassOf ep-activity:Activity .
ep-activity:ProductionTest
rdf:type owl:Class , ep-activity:WellTestType ;
rdf:type ep-activity:WellTestType , owl:Class ;
rdfs:label "production test"^^xsd:string ;
rdfs:subClassOf ep-activity:WellTest ;
dc:description "A test to determine the daily rate of oil, gas, and water production from a (potential) reservoir."^^xsd:string ;
owl:disjointWith ep-activity:DrillStemTest .
ep-activity:SuccessfulActivity
rdf:type ep-activity:ActivitySuccessType , owl:Class ;
rdf:type owl:Class , ep-activity:ActivitySuccessType ;
rdfs:label "successful activity"^^xsd:string ;
rdfs:subClassOf ep-activity:Activity ;
owl:disjointWith ep-activity:FailedActivity .
......@@ -466,23 +471,23 @@ ep-activity:WellCementJob
rdfs:subClassOf ep-activity:Activity .
ep-activity:WellCementJob-other
rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
rdfs:label "well cement job other"^^xsd:string ;
rdfs:subClassOf ep-activity:WellCementJob ;
owl:disjointWith ep-activity:WellCementJob-squeeze , ep-activity:WellCementJob-plug , ep-activity:WellCementJob-primary .
owl:disjointWith ep-activity:WellCementJob-primary , ep-activity:WellCementJob-plug , ep-activity:WellCementJob-squeeze .
ep-activity:WellCementJob-plug
rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
rdfs:label "well cement job plug"^^xsd:string ;
rdfs:subClassOf ep-activity:WellCementJob .
ep-activity:WellCementJob-primary
rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
rdfs:label "well cement job primary"^^xsd:string ;
rdfs:subClassOf ep-activity:WellCementJob .
ep-activity:WellCementJob-squeeze
rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
rdfs:label "well cement job squeeze"^^xsd:string ;
rdfs:subClassOf ep-activity:WellCementJob .
......@@ -527,73 +532,73 @@ ep-activity:WellCementJobTopPlugType
rdfs:subClassOf owl:Class .
ep-activity:WellCementJobWithBottomPlug
rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ;
rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ;
rdfs:label "well cement job with bottom plug"^^xsd:string ;
rdfs:subClassOf ep-activity:WellCementJob ;
owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug .
ep-activity:WellCementJobWithCasingReciprocation
rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ;
rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ;
rdfs:label "well cement job with casing reciprocation"^^xsd:string ;
rdfs:subClassOf ep-activity:WellCementJob ;
owl:disjointWith ep-activity:WellCementJobWithoutCasingReciprocation .
ep-activity:WellCementJobWithCasingRotation
rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ;
rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ;
rdfs:label "well cement job with casing rotation"^^xsd:string ;
rdfs:subClassOf ep-activity:WellCementJob ;
owl:disjointWith ep-activity:WellCementJobWithoutTopPlug .
ep-activity:WellCementJobWithFloatHolding
rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ;
rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ;
rdfs:label "well cement job with float holding"^^xsd:string ;
rdfs:subClassOf ep-activity:WellCementJob ;
owl:disjointWith ep-activity:WellCementJobWithoutFloatHolding .
ep-activity:WellCementJobWithPlugBumping
rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ;
rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ;
rdfs:label "well cement job with plug bumping"^^xsd:string ;
rdfs:subClassOf ep-activity:WellCementJob ;
owl:disjointWith ep-activity:WellCementJobWithoutBottomPlug .
ep-activity:WellCementJobWithTopPlug
rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ;
rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ;
rdfs:label "well cement job with top plug"^^xsd:string ;
rdfs:subClassOf ep-activity:WellCementJob ;
owl:disjointWith ep-activity:WellCementJobWithoutTopPlug .
ep-activity:WellCementJobWithoutBottomPlug
rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ;
rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ;
rdfs:label "well cement job without bottom plug"^^xsd:string ;
rdfs:subClassOf ep-activity:WellCementJob ;
owl:disjointWith ep-activity:WellCementJobWithBottomPlug .
ep-activity:WellCementJobWithoutCasingReciprocation
rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ;
rdf:type owl:Class , ep-activity:WellCementJobCasingReciprocationType ;
rdfs:label "well cement job without casing reciprocation"^^xsd:string ;
rdfs:subClassOf ep-activity:WellCementJob ;
owl:disjointWith ep-activity:WellCementJobWithCasingRotation .
ep-activity:WellCementJobWithoutCasingRotation
rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ;
rdf:type owl:Class , ep-activity:WellCementJobCasingRotationType ;
rdfs:label "well cement job without casing rotation"^^xsd:string ;
rdfs:subClassOf ep-activity:WellCementJob ;
owl:disjointWith ep-activity:WellCementJobWithCasingRotation .
ep-activity:WellCementJobWithoutFloatHolding
rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ;
rdf:type owl:Class , ep-activity:WellCementJobFloatHoldingType ;
rdfs:label "well cement job without float holding"^^xsd:string ;
rdfs:subClassOf ep-activity:WellCementJob ;
owl:disjointWith ep-activity:WellCementJobWithFloatHolding .
ep-activity:WellCementJobWithoutPlugBumping
rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ;
rdf:type owl:Class , ep-activity:WellCementJobPlugBumpingType ;
rdfs:label "well cement job without plug bumping"^^xsd:string ;
rdfs:subClassOf ep-activity:WellCementJob ;
owl:disjointWith ep-activity:WellCementJobWithBottomPlug .
ep-activity:WellCementJobWithoutTopPlug
rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ;
rdf:type owl:Class , ep-activity:WellCementJobTopPlugType ;
rdfs:label "well cement job without top plug"^^xsd:string ;
rdfs:subClassOf ep-activity:WellCementJob ;
owl:disjointWith ep-activity:WellCementJobWithTopPlug .
......@@ -609,13 +614,13 @@ ep-activity:WellCementPumpingFluidReturnType
rdfs:subClassOf owl:Class .
ep-activity:WellCementPumpingWithFluidReturn
rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ;
rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ;
rdfs:label "well cement pumping with fluid return"^^xsd:string ;
rdfs:subClassOf ep-activity:WellCementPumping ;
owl:disjointWith ep-activity:WellCementPumpingWithoutFluidReturn .
ep-activity:WellCementPumpingWithoutFluidReturn
rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ;
rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ;
rdfs:label "well cement pumping without fluid return"^^xsd:string ;
rdfs:subClassOf ep-activity:WellCementPumping ;
owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn .
......@@ -626,79 +631,74 @@ ep-activity:WellControlIncident
rdfs:subClassOf ep-activity:Activity .
ep-activity:WellControlIncident-gas_kick
rdf:type owl:Class , ep-activity:WellControlIncidentType ;
rdf:type ep-activity:WellControlIncidentType , owl:Class ;
rdfs:label "well control incident gas kick"^^xsd:string ;
rdfs:subClassOf ep-activity:WellControlIncident ;
owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick .
owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick .
ep-activity:WellControlIncident-oil_kick
rdf:type owl:Class , ep-activity:WellControlIncidentType ;
rdf:type ep-activity:WellControlIncidentType , owl:Class ;
rdfs:label "well control incident oil kick"^^xsd:string ;
rdfs:subClassOf ep-activity:WellControlIncident ;
owl:disjointWith ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-gas_kick .
owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick .
ep-activity:WellControlIncident-shallow_gas_kick
rdf:type owl:Class , ep-activity:WellControlIncidentType ;
rdf:type ep-activity:WellControlIncidentType , owl:Class ;
rdfs:label "well control incident shallow gas kick"^^xsd:string ;
rdfs:subClassOf ep-activity:WellControlIncident ;
owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-gas_kick .
owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-oil_kick .
ep-activity:WellControlIncident-water_kick
rdf:type owl:Class , ep-activity:WellControlIncidentType ;
rdf:type ep-activity:WellControlIncidentType , owl:Class ;
rdfs:label "well control incident water kick"^^xsd:string ;
rdfs:subClassOf ep-activity:WellControlIncident ;
owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-gas_kick .
owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick .
ep-activity:WellControlIncidentType
rdf:type rdfs:Class ;
rdfs:label "well control incident type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-activity:WellCore
rdf:type owl:Class ;
rdfs:label "well core"^^xsd:string ;
rdfs:subClassOf ep-activity:Activity .
ep-activity:WellKilling
rdf:type owl:Class ;
rdfs:label "well killing"^^xsd:string ;
rdfs:subClassOf ep-activity:Activity .
ep-activity:WellKilling-bullheading
rdf:type owl:Class , ep-activity:WellKillingType ;
rdf:type ep-activity:WellKillingType , owl:Class ;
rdfs:label "well killing bullheading"^^xsd:string ;
rdfs:subClassOf ep-activity:WellKilling ;
owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-wait_and_weight .
owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method .
ep-activity:WellKilling-drillers_method
rdf:type owl:Class , ep-activity:WellKillingType ;
rdf:type ep-activity:WellKillingType , owl:Class ;
rdfs:label "well killing drillers method"^^xsd:string ;
rdfs:subClassOf ep-activity:WellKilling ;
owl:disjointWith ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight .
owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed .
ep-activity:WellKilling-forward_circulation
rdf:type owl:Class , ep-activity:WellKillingType ;
rdf:type ep-activity:WellKillingType , owl:Class ;
rdfs:label "well killing forward circulation"^^xsd:string ;
rdfs:subClassOf ep-activity:WellKilling ;
owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight .
owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method .
ep-activity:WellKilling-lubricate_and_bleed
rdf:type owl:Class , ep-activity:WellKillingType ;
rdf:type ep-activity:WellKillingType , owl:Class ;
rdfs:label "well killing lubricate and bleed"^^xsd:string ;
rdfs:subClassOf ep-activity:WellKilling ;
owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight .
owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-drillers_method .
ep-activity:WellKilling-reverse_circulation
rdf:type ep-activity:WellKillingType , owl:Class ;
rdf:type owl:Class , ep-activity:WellKillingType ;
rdfs:label "well killing reverse circulation"^^xsd:string ;
rdfs:subClassOf ep-activity:WellKilling ;
owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-wait_and_weight .
owl:disjointWith ep-activity:WellKilling-wait_and_weight , ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method .
ep-activity:WellKilling-wait_and_weight
rdf:type owl:Class , ep-activity:WellKillingType ;
rdf:type ep-activity:WellKillingType , owl:Class ;
rdfs:label "well killing wait and weight"^^xsd:string ;
rdfs:subClassOf ep-activity:WellKilling ;
owl:disjointWith ep-activity:WellKilling-bullheading , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-drillers_method .
owl:disjointWith ep-activity:WellKilling-drillers_method , ep-activity:WellKilling-lubricate_and_bleed , ep-activity:WellKilling-reverse_circulation , ep-activity:WellKilling-forward_circulation , ep-activity:WellKilling-bullheading .
ep-activity:WellKillingType
rdf:type rdfs:Class ;
......@@ -731,46 +731,46 @@ ep-activity:WirelineFormationTestType
rdfs:subClassOf owl:Class .
ep-activity:WirelineFormationTestWithGoodSeal
rdf:type owl:Class , ep-activity:WirelineFormationTestType ;
rdf:type ep-activity:WirelineFormationTestType , owl:Class ;
rdfs:label "wireline formation test with a good seal"^^xsd:string ;
rdfs:subClassOf ep-activity:WirelineFormationTest ;
owl:disjointWith ep-activity:WirelineFormationTestWithoutGoodSeal .
ep-activity:WirelineFormationTestWithoutGoodSeal
rdf:type owl:Class , ep-activity:WirelineFormationTestType ;
rdf:type ep-activity:WirelineFormationTestType , owl:Class ;
rdfs:label "wireline formation test without a good seal"^^xsd:string ;
rdfs:subClassOf ep-activity:WirelineFormationTest ;
owl:disjointWith ep-activity:WirelineFormationTestWithGoodSeal .
ep-activity:descriptionOfActivitiesFollowingTheDailyReportingPeriod
rdf:type ep-core:RDLTemplate , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty ;
rdfs:domain ep-activity:DailyDrillingActivity ;
rdfs:label "description of activities following the daily reporting period"^^xsd:string .
ep-activity:descriptionOfActivitiesForcastForTheNextDailyReportingPeriod
rdf:type ep-core:RDLTemplate , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty ;
rdfs:domain ep-activity:DailyDrillingActivity ;
rdfs:label "description of activities forecast for the next daily reporting period"^^xsd:string .
ep-activity:descriptionOfActivitiesWithinTheDailyReportingPeriod
rdf:type ep-core:RDLTemplate , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty ;
rdfs:domain ep-activity:DailyDrillingActivity ;
rdfs:label "description of activities within the daily reporting period"^^xsd:string .
ep-activity:distanceDrilled
rdf:type ep-core:RDLTemplate , 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-activity:DrillingActivity ;
rdfs:label "final rate of drilling"^^xsd:string ;
rdfs:range ep-core:Length .
ep-activity:drillingContractor
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-activity:DrillingActivity ;
rdfs:label "drilling contractor"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
ep-activity:drillingOperator
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-activity:DrillingActivity ;
rdfs:label "drilling operator"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
......@@ -782,18 +782,18 @@ ep-activity:failedEquipment
rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
ep-activity:finalRateOfDrilling
rdf:type ep-core:RDLTemplate , 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-activity:DrillingActivity ;
rdfs:label "final rate of drilling"^^xsd:string ;
rdfs:range ep-core:Speed .
ep-activity:finishedAt
rdf:type ep-core:ComplexBaseTemplate , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty ;
rdfs:label "finished at"^^xsd:string ;
rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
ep-activity:hasCasingLinerTubing
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-activity:WellStimulation ;
rdfs:label "has Casing/Liner/Tubing"^^xsd:string .
......@@ -802,24 +802,24 @@ ep-activity:hasCasingString
rdfs:label "has casing string"^^xsd:string .
ep-activity:hasChokeValve
rdf:type ep-core:RDLTemplate , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:label "has choke valve"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> .
ep-activity:hasDrillBit
rdf:type ep-core:RDLTemplate , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-activity:DrillingActivity ;
rdfs:label "has drill bit"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/equipment#DrillBit> .
ep-activity:hasDrillingFluid
rdf:type owl:FunctionalProperty , ep-core:RDLTemplate , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-activity:DrillingActivity ;
rdfs:label "has drilling fluid"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> .
ep-activity:hasInflowLocation
rdf:type ep-core:RDLTemplate , owl:ObjectProperty ;
rdf:type owl:ObjectProperty ;
rdfs:domain ep-activity:WellControlIncident ;
rdfs:label "has inflow location"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> .
......@@ -828,27 +828,32 @@ ep-activity:hasSubActivity
rdf:type owl:ObjectProperty ;
rdfs:label "has sub activity"^^xsd:string .
ep-activity:identificationNumberOfCore
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-activity:ExtractAWellCore ;
rdfs:label "identification number of core"^^xsd:string .
ep-activity:nominallyAt
rdf:type owl:DatatypeProperty , ep-core:ComplexBaseTemplate ;
rdf:type owl:DatatypeProperty ;
rdfs:label "nominal time"^^xsd:string ;
rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
ep-activity:onRig
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:RDLTemplate ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-activity:DrillingActivity ;
rdfs:label "on rig"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> .
ep-activity:onWell
rdf:type owl:ObjectProperty , ep-core:RDLTemplate ;
rdf:type owl:ObjectProperty ;
rdfs:label "on well"^^xsd:string .
ep-activity:onWellBore
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:RDLTemplate ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:label "on WellBore"^^xsd:string .
ep-activity:pressureAtWhichPlugBumped
rdf:type owl:ObjectProperty , ep-core:RDLTemplate , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-activity:WellCementPumping ;
rdfs:label "pressure at which plug bumped"^^xsd:string ;
rdfs:range ep-core:Pressure .
......@@ -858,59 +863,59 @@ ep-activity:pumpedFluid
rdfs:label "pumped fluid"^^xsd:string .
ep-activity:recoveredCore
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-activity:WellCore ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-activity:ExtractAWellCore ;
rdfs:label "recovered core"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> .
ep-activity:sampledFluid
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-activity:WirelineFormationTest ;
rdfs:label "sampled fluid"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/well#Fluid> .
ep-activity:serviceCompany
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-activity:Activity ;
rdfs:label "service company"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
ep-activity:startedAt
rdf:type ep-core:ComplexBaseTemplate , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty ;
rdfs:label "started at"^^xsd:string ;
rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
ep-activity:stratigraphyDescription
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:domain ep-activity:PreliminaryZonation ;
rdfs:label "stratigrapy description"^^xsd:string .
ep-activity:timeLost
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:RDLTemplate ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-activity:WellControlIncident ;
rdfs:label "time lost"^^xsd:string ;
rdfs:range ep-core:TimeDuration .
ep-activity:volumeOfMudGained
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:RDLTemplate ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-activity:WellControlIncident ;
rdfs:label "volume of mud gained"^^xsd:string ;
rdfs:range ep-core:Volume .
ep-activity:volumeOfPumpedCementingFluid
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:RDLTemplate ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-activity:WellCementPumping ;
rdfs:label "volume of pumped cementing fluid"^^xsd:string ;
rdfs:range ep-core:Volume .
ep-activity:volumeOfReturnedCementingFluid
rdf:type owl:ObjectProperty , ep-core:RDLTemplate , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-activity:WellCementPumping ;
rdfs:label "volume of returned cementing fluid"^^xsd:string ;
rdfs:range ep-core:Volume .
ep-activity:wellBoreLoggingTool
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-activity:WellBoreLog ;
rdfs:label "well bore logging tool"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
......
# Saved by TopBraid on Thu Sep 15 15:27:26 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/ep/schema/1.0/core
@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
@prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> .
@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/equipment>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
owl:versionInfo "0.1.0"^^xsd:string .
ep-core:PhysicalThing
rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string .
ep-eqt:API_5CT_class
rdf:type rdfs:Class ;
rdfs:label "API 5CT class"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-eqt:Casing
rdf:type ep-eqt:CasingLinerTubingType , owl:Class ;
rdfs:label "casing"^^xsd:string ;
rdfs:subClassOf ep-eqt:CasingLinerTubing ;
owl:disjointWith ep-eqt:Tubing , ep-eqt:Liner .
ep-eqt:CasingLinerTubing
rdf:type owl:Class ;
rdfs:label "casing/liner/tubing"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment ;
owl:equivalentClass
[ rdf:type owl:Class ;
owl:unionOf (ep-eqt:Casing ep-eqt:Liner ep-eqt:Tubing)
] .
ep-eqt:CasingLinerTubingType
rdf:type rdfs:Class ;
rdfs:label "casing/liner/tubing type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-eqt:CasingRoleType
rdf:type rdfs:Class ;
rdfs:label "casing role type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-eqt:CasingString
rdf:type owl:Class ;
rdfs:label "casing string"^^xsd:string ;
rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> .
ep-eqt:ChokeValve
rdf:type owl:Class ;
rdfs:label "choke valve"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:DrillBit
rdf:type owl:Class ;
rdfs:label "drill bit"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:Equipment
rdf:type owl:Class ;
rdfs:label "Equipment"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject .
ep-eqt:InnerBarrel
rdf:type owl:Class ;
rdfs:label "inner barrel"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:InnerBarrel-aluminum
rdf:type owl:Class ;
rdfs:label "inner barrel - aluminum"^^xsd:string ;
rdfs:subClassOf ep-eqt:InnerBarrel ;
owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-fiberglass .
ep-eqt:InnerBarrel-fiberglass
rdf:type owl:Class ;
rdfs:label "inner barrel - fiberglass"^^xsd:string ;
rdfs:subClassOf ep-eqt:InnerBarrel ;
owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-gel .
ep-eqt:InnerBarrel-gel
rdf:type owl:Class ;
rdfs:label "inner barrel - gel"^^xsd:string ;
rdfs:subClassOf ep-eqt:InnerBarrel ;
owl:disjointWith ep-eqt:InnerBarrel-aluminum , ep-eqt:InnerBarrel-fiberglass .
ep-eqt:IntermediateCasing
rdf:type owl:Class , ep-eqt:CasingRoleType ;
rdfs:label "intermediate casing"^^xsd:string ;
rdfs:subClassOf ep-eqt:Casing ;
owl:disjointWith ep-eqt:TopCasing , ep-eqt:ProductionCasing .
ep-eqt:KellyBushing
rdf:type owl:Class ;
rdfs:label "kelly bushing"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:LastCasingOfAWellBore
rdf:type owl:Class ;
rdfs:label "last casing of a wellbore"^^xsd:string ;
rdfs:subClassOf ep-eqt:Casing , <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> .
ep-eqt:Liner
rdf:type ep-eqt:CasingLinerTubingType , owl:Class ;
rdfs:label "liner"^^xsd:string ;
rdfs:subClassOf ep-eqt:CasingLinerTubing ;
owl:disjointWith ep-eqt:Tubing , ep-eqt:Casing .
ep-eqt:ProductionCasing
rdf:type owl:Class , ep-eqt:CasingRoleType ;
rdfs:label "production casing"^^xsd:string ;
rdfs:subClassOf ep-eqt:Casing ;
owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:TopCasing .
ep-eqt:TopCasing
rdf:type owl:Class , ep-eqt:CasingRoleType ;
rdfs:label "top casing"^^xsd:string ;
rdfs:subClassOf ep-eqt:Casing ;
owl:disjointWith ep-eqt:IntermediateCasing , ep-eqt:ProductionCasing .
ep-eqt:Tubing
rdf:type ep-eqt:CasingLinerTubingType , owl:Class ;
rdfs:label "liner"^^xsd:string ;
rdfs:subClassOf ep-eqt:CasingLinerTubing ;
owl:disjointWith ep-eqt:Liner , ep-eqt:Casing .
ep-eqt:TubularConnectionClass
rdf:type rdfs:Class ;
rdfs:label "tubular connection class"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-eqt:WellBoreLoggingTool
rdf:type owl:Class ;
rdfs:label "well bore logging tool"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:diameterOfACasing
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-eqt:Casing ;
rdfs:label "diameter of a casing"^^xsd:string ;
rdfs:range ep-core:Length .
ep-eqt:diameterOfDrillBit
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-eqt:DrillBit ;
rdfs:label "diameter of drill bit"^^xsd:string ;
rdfs:range ep-core:Length .
ep-eqt:elevationOfKellyBushing
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-eqt:KellyBushing ;
rdfs:label "elevation of kelly bushing"^^xsd:string ;
rdfs:range ep-core:Length .
ep-eqt:hasTubularConnectionClass
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-eqt:CasingLinerTubing ;
rdfs:label "has tubular connection class"^^xsd:string ;
rdfs:range ep-eqt:TubularConnectionClass .
ep-eqt:insideDiameterOfATubular
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-eqt:CasingLinerTubing ;
rdfs:label "inside diameter of a tubular"^^xsd:string ;
rdfs:range ep-core:Length .
ep-eqt:maximumPressureForChokeValve
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-eqt:ChokeValve ;
rdfs:label "maximum pressure for choke valve"^^xsd:string ;
rdfs:range ep-core:Pressure .
ep-eqt:outsideDiameterOfATubular
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-eqt:CasingLinerTubing ;
rdfs:label "outside diameter of a tubular"^^xsd:string ;
rdfs:range ep-core:Length .
ep-eqt:stringLengthOfATubular
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-eqt:CasingLinerTubing ;
rdfs:label "string length of a tubular"^^xsd:string ;
rdfs:range ep-core:Length .
# Saved by TopBraid on Mon Sep 19 14:58:21 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/well
@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
@prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> .
@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/equipment>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/core> ;
owl:versionInfo "0.1.0"^^xsd:string .
ep-core:PhysicalThing
rdfs:comment "Equivalent to ISO 15926-2 Possible Individual - DL"^^xsd:string .
ep-eqt:API_5CT_class
rdf:type rdfs:Class ;
rdfs:label "API 5CT class"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-eqt:Casing
rdf:type owl:Class , ep-eqt:CasingLinerTubingType ;
rdfs:label "casing"^^xsd:string ;
rdfs:subClassOf ep-eqt:CasingLinerTubing ;
owl:disjointWith ep-eqt:Liner , ep-eqt:Tubing .
ep-eqt:CasingLinerTubing
rdf:type owl:Class ;
rdfs:label "casing/liner/tubing"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment ;
owl:equivalentClass
[ rdf:type owl:Class ;
owl:unionOf (ep-eqt:Casing ep-eqt:Liner ep-eqt:Tubing)
] .
ep-eqt:CasingLinerTubingType
rdf:type rdfs:Class ;
rdfs:label "casing/liner/tubing type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-eqt:CasingRoleType
rdf:type rdfs:Class ;
rdfs:label "casing role type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-eqt:CasingString
rdf:type owl:Class ;
rdfs:label "casing string"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing .
ep-eqt:ChokeValve
rdf:type owl:Class ;
rdfs:label "choke valve"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:DrillBit
rdf:type owl:Class ;
rdfs:label "drill bit"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:Equipment
rdf:type owl:Class ;
rdfs:label "Equipment"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject .
ep-eqt:InnerBarrel
rdf:type owl:Class ;
rdfs:label "inner barrel"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:InnerBarrel-aluminum
rdf:type owl:Class ;
rdfs:label "inner barrel - aluminum"^^xsd:string ;
rdfs:subClassOf ep-eqt:InnerBarrel ;
owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-gel .
ep-eqt:InnerBarrel-fiberglass
rdf:type owl:Class ;
rdfs:label "inner barrel - fiberglass"^^xsd:string ;
rdfs:subClassOf ep-eqt:InnerBarrel ;
owl:disjointWith ep-eqt:InnerBarrel-gel , ep-eqt:InnerBarrel-aluminum .
ep-eqt:InnerBarrel-gel
rdf:type owl:Class ;
rdfs:label "inner barrel - gel"^^xsd:string ;
rdfs:subClassOf ep-eqt:InnerBarrel ;
owl:disjointWith ep-eqt:InnerBarrel-fiberglass , ep-eqt:InnerBarrel-aluminum .
ep-eqt:IntermediateCasing
rdf:type ep-eqt:CasingRoleType , owl:Class ;
rdfs:label "intermediate casing"^^xsd:string ;
rdfs:subClassOf ep-eqt:Casing ;
owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:TopCasing .
ep-eqt:KellyBushing
rdf:type owl:Class ;
rdfs:label "kelly bushing"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:LastCasingOfAWellBore
rdf:type owl:Class ;
rdfs:label "last casing of a wellbore"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> , ep-eqt:Casing .
ep-eqt:Liner
rdf:type owl:Class , ep-eqt:CasingLinerTubingType ;
rdfs:label "liner"^^xsd:string ;
rdfs:subClassOf ep-eqt:CasingLinerTubing ;
owl:disjointWith ep-eqt:Casing , ep-eqt:Tubing .
ep-eqt:ProductionCasing
rdf:type ep-eqt:CasingRoleType , owl:Class ;
rdfs:label "production casing"^^xsd:string ;
rdfs:subClassOf ep-eqt:Casing ;
owl:disjointWith ep-eqt:TopCasing , ep-eqt:IntermediateCasing .
ep-eqt:TopCasing
rdf:type ep-eqt:CasingRoleType , owl:Class ;
rdfs:label "top casing"^^xsd:string ;
rdfs:subClassOf ep-eqt:Casing ;
owl:disjointWith ep-eqt:ProductionCasing , ep-eqt:IntermediateCasing .
ep-eqt:Tubing
rdf:type owl:Class , ep-eqt:CasingLinerTubingType ;
rdfs:label "liner"^^xsd:string ;
rdfs:subClassOf ep-eqt:CasingLinerTubing ;
owl:disjointWith ep-eqt:Casing , ep-eqt:Liner .
ep-eqt:TubularConnectionClass
rdf:type rdfs:Class ;
rdfs:label "tubular connection class"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-eqt:WellBoreLoggingTool
rdf:type owl:Class ;
rdfs:label "well bore logging tool"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:diameterOfACasing
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-eqt:Casing ;
rdfs:label "diameter of a casing"^^xsd:string ;
rdfs:range ep-core:Length .
ep-eqt:diameterOfDrillBit
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-eqt:DrillBit ;
rdfs:label "diameter of drill bit"^^xsd:string ;
rdfs:range ep-core:Length .
ep-eqt:elevationOfKellyBushing
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-eqt:KellyBushing ;
rdfs:label "elevation of kelly bushing"^^xsd:string ;
rdfs:range ep-core:Length .
ep-eqt:hasTubularConnectionClass
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-eqt:CasingLinerTubing ;
rdfs:label "has tubular connection class"^^xsd:string ;
rdfs:range ep-eqt:TubularConnectionClass .
ep-eqt:insideDiameterOfATubular
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-eqt:CasingLinerTubing ;
rdfs:label "inside diameter of a tubular"^^xsd:string ;
rdfs:range ep-core:Length .
ep-eqt:lengthOfInnerBarrel
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-eqt:InnerBarrel ;
rdfs:label "length of inner barrel"^^xsd:string ;
rdfs:range ep-core:Length .
ep-eqt:maximumPressureForChokeValve
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-eqt:ChokeValve ;
rdfs:label "maximum pressure for choke valve"^^xsd:string ;
rdfs:range ep-core:Pressure .
ep-eqt:outsideDiameterOfATubular
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-eqt:CasingLinerTubing ;
rdfs:label "outside diameter of a tubular"^^xsd:string ;
rdfs:range ep-core:Length .
ep-eqt:stringLengthOfATubular
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-eqt:CasingLinerTubing ;
rdfs:label "string length of a tubular"^^xsd:string ;
rdfs:range ep-core:Length .
......
# Saved by TopBraid on Sun Sep 18 22:00:29 BST 2011
# Saved by TopBraid on Mon Sep 19 14:55:14 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/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> ;
owl:versionInfo "0.1.0"^^xsd:string .
<http://www.reportinghub.no/ep/schema/equipment#Equipment>
......@@ -24,17 +24,17 @@ ep-well:CementingFluid
rdfs:subClassOf ep-well:Fluid .
ep-well:CementingFluidType
rdf:type rdfs:Class , ep-well:CementingFluidType ;
rdf:type ep-well:CementingFluidType , rdfs:Class ;
rdfs:label "cementing fluid type"^^xsd:string ;
rdfs:subClassOf rdfs:Class .
ep-well:Condensate
rdf:type ep-well:FluidComponentType , owl:Class ;
rdf:type owl:Class , ep-well:FluidComponentType ;
rdfs:label "condensate"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
ep-well:Filtrate
rdf:type owl:Class , ep-well:FluidComponentType ;
rdf:type ep-well:FluidComponentType , owl:Class ;
rdfs:label "filtrate"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
......@@ -49,18 +49,18 @@ ep-well:FluidComponentType
rdfs:subClassOf owl:Class .
ep-well:Gas
rdf:type ep-well:FluidComponentType , owl:Class ;
rdf:type owl:Class , ep-well:FluidComponentType ;
rdfs:label "gas"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
ep-well:HphtWellBore
rdf:type owl:Class , ep-well:WellBoreHphtType ;
rdf:type ep-well:WellBoreHphtType , owl:Class ;
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 ep-well:WellBoreTightnessType , owl:Class ;
rdf:type owl:Class , ep-well:WellBoreTightnessType ;
rdfs:label "leaky well bore"^^xsd:string ;
rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
owl:disjointWith ep-well:TightWellBore .
......@@ -71,19 +71,19 @@ ep-well:LowerPartOfAWellBore
rdfs:subClassOf ep-well:SpatialPartOfAWellBore .
ep-well:Mud
rdf:type owl:Class , ep-well:CementingFluidType ;
rdf:type ep-well:CementingFluidType , owl:Class ;
rdfs:label "mud"^^xsd:string ;
rdfs:subClassOf ep-well:CementingFluid ;
owl:disjointWith ep-well:Spacer , ep-well:Wash , ep-well:Slurry .
owl:disjointWith ep-well:Slurry , ep-well:Wash , ep-well:Spacer .
ep-well:NotHphtWellBore
rdf:type owl:Class , ep-well:WellBoreHphtType ;
rdf:type ep-well:WellBoreHphtType , owl:Class ;
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 owl:Class , ep-well:FluidComponentType ;
rdf:type ep-well:FluidComponentType , owl:Class ;
rdfs:label "oil"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
......@@ -98,16 +98,16 @@ ep-well:RecoveredCore
rdfs:subClassOf ep-core:PhysicalObject .
ep-well:Slurry
rdf:type owl:Class , ep-well:CementingFluidType ;
rdf:type ep-well:CementingFluidType , owl:Class ;
rdfs:label "slurry"^^xsd:string ;
rdfs:subClassOf ep-well:CementingFluid ;
owl:disjointWith ep-well:Mud , ep-well:Spacer , ep-well:Wash .
owl:disjointWith ep-well:Wash , ep-well:Spacer , ep-well:Mud .
ep-well:Spacer
rdf:type owl:Class , ep-well:CementingFluidType ;
rdf:type ep-well:CementingFluidType , owl:Class ;
rdfs:label "spacer"^^xsd:string ;
rdfs:subClassOf ep-well:CementingFluid ;
owl:disjointWith ep-well:Mud , ep-well:Wash , ep-well:Slurry .
owl:disjointWith ep-well:Slurry , ep-well:Wash , ep-well:Mud .
ep-well:SpatialPartOfAWellBore
rdf:type owl:Class ;
......@@ -130,7 +130,7 @@ ep-well:TemporalPartOfAWellBore
rdfs:subClassOf ep-core:PhysicalObject .
ep-well:TightWellBore
rdf:type ep-well:WellBoreTightnessType , owl:Class ;
rdf:type owl:Class , ep-well:WellBoreTightnessType ;
rdfs:label "tight well bore"^^xsd:string ;
rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
owl:disjointWith ep-well:LeakyWellBore .
......@@ -139,10 +139,10 @@ ep-well:Wash
rdf:type owl:Class ;
rdfs:label "wash"^^xsd:string ;
rdfs:subClassOf ep-well:CementingFluid ;
owl:disjointWith ep-well:Mud , ep-well:Spacer , ep-well:Slurry .
owl:disjointWith ep-well:Slurry , ep-well:Spacer , ep-well:Mud .
ep-well:Water
rdf:type ep-well:FluidComponentType , owl:Class ;
rdf:type owl:Class , ep-well:FluidComponentType ;
rdfs:label "water"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
......@@ -199,49 +199,55 @@ ep-well:WellBoreTightnessType
rdfs:subClassOf owl:Class .
ep-well:averageBottomHolePressure
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 "average bottom hole pressure"^^xsd:string ;
rdfs:range ep-core:Pressure .
ep-well:averageBottomHoleTemperature
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 "average bottom hole temperature"^^xsd:string ;
rdfs:range ep-core:Temperature .
ep-well:azimuth
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:PositionWithinWellBore ;
rdfs:label "azimuth"^^xsd:string ;
rdfs:range ep-core:PlaneAngle .
ep-well:bottomHoleMeasuredDepth
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 measured depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:bottomHoleTemperature
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 temperature"^^xsd:string ;
rdfs:range ep-core:Temperature .
ep-well:cementingFluidPerCentFreeWater
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:CementingFluid ;
rdfs:label "cementing fluid per cent free water"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
ep-well:cementingFluidThickeningTime
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:CementingFluid ;
rdfs:label "cementing fluid thickening time"^^xsd:string ;
rdfs:range ep-core:TimeDuration .
ep-well:diameterOfAWellBorePilotHole
ep-well:coreLength
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
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 ;
rdfs:domain ep-well:WellBorePilotHole ;
rdfs:label "diameter of a wellbore pilot hole"^^xsd:string ;
rdfs:range ep-core:Length .
......@@ -253,130 +259,148 @@ ep-well:dominantComponent
rdfs:range ep-well:FluidComponentType .
ep-well:finalBottomHoleMeasuredDepth
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 "final bottom hole measured depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:finalBottomHoleTrueVerticalDepth
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 "final bottom hole true vertical depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:hasBarrel
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:RecoveredCore ;
rdfs:label "has barrel"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> .
ep-well:inclination
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:PositionWithinWellBore ;
rdfs:label "inclination"^^xsd:string ;
rdfs:range ep-core:PlaneAngle .
ep-well:initialBottomHoleMeasuredDepth
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 "initial bottom hole measured depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:measuredDepth
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"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:measuredDepthOfPlugTop
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 "measured depth of plug top"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:measuredDepthToTheBottomOfAPartOfAWellBore
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 to the bottom of a part of a wellbore"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:measuredDepthToTheTopOfAPartOfAWellBore
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 to the top of a part of a wellbore"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:nominalInsideDiameterOfBoreHole
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 "nominal inside diameter of borehole"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:plannedBottomHoleMeasuredDepth
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 "planned bottom hole measured depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:plannedPilotBottomHoleMeasuredDepth
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 measured depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:plannedPilotBottomHoleTrueVerticalDepth
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 true vertical depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:porePressureEquivalentMudDensity
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 "pore pressure - equivalent mud density"^^xsd:string ;
rdfs:range ep-core:Density .
ep-well:ratioOfCementMixToWater
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: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 ;
rdfs:domain ep-well:RecoveredCore ;
rdfs:label "relative amount of core recovered"^^xsd:string ;
rdfs:range ep-core:SpecificVolume .
ep-well:shutInCasingPressure
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 "shut in casing pressure"^^xsd:string ;
rdfs:range ep-core:Pressure .
ep-well:shutInDrillPipePressure
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 "shut in drill pipe pressure"^^xsd:string ;
rdfs:range ep-core:Pressure .
ep-well:strengthOfRockFormation
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:SurroundingRockFormation ;
rdfs:label "strength of rock formation"^^xsd:string ;
rdfs:range ep-core:StrengthOfRockFormation .
ep-well:trueVerticalDepth
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"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:trueVerticalDepthToTheBottomOfAPartOfAWellBore
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
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 ;
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:wellBoreCompletedAt
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "wellbore completed at"^^xsd:string .
ep-well:wellBorePreSpudAt
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "wellbore pre-spud at"^^xsd:string .
ep-well:wellBoreSpudAt
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "wellbore spud at"^^xsd:string .
......
# Saved by TopBraid on Sun Sep 18 22:04:14 BST 2011
# Saved by TopBraid on Mon Sep 19 15:45:26 BST 2011
# baseURI: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.witsml.org/schemas/1series
......@@ -159,9 +159,9 @@ ep-spin-lib:buildEquipmentTypeURI
])
] .
ep-spin-lib:buildGasReadingURI
ep-spin-lib:buildExtractAWellCoreURI
rdf:type spin:Function ;
rdfs:label "build GasReading URI"^^xsd:string ;
rdfs:label "build ExtractAWellCore URI"^^xsd:string ;
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
......@@ -169,7 +169,7 @@ ep-spin-lib:buildGasReadingURI
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
sp:arg1 "https://www.reportinghub.no/ep/data/GasReading/" ;
sp:arg1 "https://www.reportinghub.no/ep/data/ExtractAWellCore/" ;
sp:arg2 [ rdf:type fn:concat ;
sp:arg1 spin:_arg1 ;
sp:arg2 "$" ;
......@@ -180,9 +180,9 @@ ep-spin-lib:buildGasReadingURI
])
] .
ep-spin-lib:buildLastCasingOfAWellBoreURI
ep-spin-lib:buildGasReadingURI
rdf:type spin:Function ;
rdfs:label "build last casing of a wellbore URI"^^xsd:string ;
rdfs:label "build GasReading URI"^^xsd:string ;
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
......@@ -190,7 +190,7 @@ ep-spin-lib:buildLastCasingOfAWellBoreURI
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-LastCasing/" ;
sp:arg1 "https://www.reportinghub.no/ep/data/GasReading/" ;
sp:arg2 [ rdf:type fn:concat ;
sp:arg1 spin:_arg1 ;
sp:arg2 "$" ;
......@@ -201,9 +201,9 @@ ep-spin-lib:buildLastCasingOfAWellBoreURI
])
] .
ep-spin-lib:buildLithShowObservationURI
ep-spin-lib:buildLastCasingOfAWellBoreURI
rdf:type spin:Function ;
rdfs:label "build LithShowObservation URI"^^xsd:string ;
rdfs:label "build last casing of a wellbore URI"^^xsd:string ;
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
......@@ -211,22 +211,20 @@ ep-spin-lib:buildLithShowObservationURI
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
sp:arg1 "https://www.reportinghub.no/ep/data/LithographyAndShowsObservation/" ;
sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-LastCasing/" ;
sp:arg2 [ rdf:type fn:concat ;
sp:arg1 spin:_arg1 ;
sp:arg2 "$" ;
sp:arg3 spin:_arg2 ;
sp:arg4 "$" ;
sp:arg5 spin:_arg3
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b9
])
] .
ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI
ep-spin-lib:buildLithShowObservationURI
rdf:type spin:Function ;
rdfs:label "build LithShowObservedPartOfAWellBore URI"^^xsd:string ;
rdfs:label "build LithShowObservation URI"^^xsd:string ;
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
......@@ -234,7 +232,7 @@ ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-atLithographyAndShowsObservation/" ;
sp:arg1 "https://www.reportinghub.no/ep/data/LithographyAndShowsObservation/" ;
sp:arg2 [ rdf:type fn:concat ;
sp:arg1 spin:_arg1 ;
sp:arg2 "$" ;
......@@ -247,9 +245,9 @@ ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI
])
] .
ep-spin-lib:buildLoggedPartOfAWellBoreURI
ep-spin-lib:buildLithShowObservedPartOfAWellBoreURI
rdf:type spin:Function ;
rdfs:label "build LoggedPartOfWellBore URI"^^xsd:string ;
rdfs:label "build LithShowObservedPartOfAWellBore URI"^^xsd:string ;
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
......@@ -257,7 +255,7 @@ ep-spin-lib:buildLoggedPartOfAWellBoreURI
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-atWellBoreLog/" ;
sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-atLithographyAndShowsObservation/" ;
sp:arg2 [ rdf:type fn:concat ;
sp:arg1 spin:_arg1 ;
sp:arg2 "$" ;
......@@ -270,9 +268,9 @@ ep-spin-lib:buildLoggedPartOfAWellBoreURI
])
] .
ep-spin-lib:buildOpenPerforationIntervalURI
ep-spin-lib:buildLoggedPartOfAWellBoreURI
rdf:type spin:Function ;
rdfs:label "build OpenPerforationInterval URI"^^xsd:string ;
rdfs:label "build LoggedPartOfWellBore URI"^^xsd:string ;
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
......@@ -280,20 +278,22 @@ ep-spin-lib:buildOpenPerforationIntervalURI
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
sp:arg1 "https://www.reportinghub.no/ep/data/OpenPerforationInterval/" ;
sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-atWellBoreLog/" ;
sp:arg2 [ rdf:type fn:concat ;
sp:arg1 spin:_arg1 ;
sp:arg2 "$" ;
sp:arg3 spin:_arg2
sp:arg3 spin:_arg2 ;
sp:arg4 "$" ;
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b12
])
] .
ep-spin-lib:buildPartActivityURI
ep-spin-lib:buildOpenPerforationIntervalURI
rdf:type spin:Function ;
rdfs:label "build PartActivity URI"^^xsd:string ;
rdfs:label "build OpenPerforationInterval URI"^^xsd:string ;
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
......@@ -301,22 +301,20 @@ ep-spin-lib:buildPartActivityURI
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
sp:arg1 "https://www.reportinghub.no/ep/data/DrillingActivity/" ;
sp:arg1 "https://www.reportinghub.no/ep/data/OpenPerforationInterval/" ;
sp:arg2 [ rdf:type fn:concat ;
sp:arg1 spin:_arg1 ;
sp:arg2 "$" ;
sp:arg3 spin:_arg2 ;
sp:arg4 "$" ;
sp:arg5 spin:_arg3
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b13
])
] .
ep-spin-lib:buildPartOfAWellBoreDuringWellCoreURI
ep-spin-lib:buildPartActivityURI
rdf:type spin:Function ;
rdfs:label "build PartOfAWellBoreDuringWellCore URI"^^xsd:string ;
rdfs:label "build PartActivity URI"^^xsd:string ;
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
......@@ -324,11 +322,13 @@ ep-spin-lib:buildPartOfAWellBoreDuringWellCoreURI
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-atWellCore/" ;
sp:arg1 "https://www.reportinghub.no/ep/data/DrillingActivity/" ;
sp:arg2 [ rdf:type fn:concat ;
sp:arg1 spin:_arg1 ;
sp:arg2 "$" ;
sp:arg3 spin:_arg2
sp:arg3 spin:_arg2 ;
sp:arg4 "$" ;
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b14
......@@ -568,36 +568,13 @@ ep-spin-lib:buildTemporalPartOfARigURI
])
] .
ep-spin-lib:buildTemporalPartOfAWellBoreDuringEquipmentFailureAndRepairURI
rdf:type spin:Function ;
rdfs:label "build TemporalPartOfAWellBoreDuringEquipmentFailureAndRepair URI"^^xsd:string ;
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b26) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-duringEquipmentFailureAndRepair/" ;
sp:arg2 [ rdf:type fn:concat ;
sp:arg1 spin:_arg1 ;
sp:arg2 "$" ;
sp:arg3 spin:_arg2 ;
sp:arg4 "$" ;
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b26
])
] .
ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI
rdf:type spin:Function ;
rdfs:label "build TemporalPartOfAWellBoreDuringWellControlIncident URI"^^xsd:string ;
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b27) ;
sp:resultVariables (_:b26) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -608,7 +585,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreDuringWellControlIncidentURI
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b27
sp:variable _:b26
])
] .
......@@ -618,7 +595,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b28) ;
sp:resultVariables (_:b27) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -631,7 +608,7 @@ ep-spin-lib:buildTemporalPartOfAWellBoreURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b28
sp:variable _:b27
])
] .
......@@ -641,14 +618,14 @@ ep-spin-lib:buildTemporaryWellBoreURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b29) ;
sp:resultVariables (_:b28) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
sp:arg1 "https://www.reportinghub.no/ep/data/WellBore-temporaryForTesting/" ;
sp:arg2 spin:_arg1
] ;
sp:variable _:b29
sp:variable _:b28
])
] .
......@@ -658,7 +635,7 @@ ep-spin-lib:buildURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b30) ;
sp:resultVariables (_:b29) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:iri ;
......@@ -667,7 +644,7 @@ ep-spin-lib:buildURI
sp:arg2 spin:_arg2
]
] ;
sp:variable _:b30
sp:variable _:b29
])
] ;
spin:constraint
......@@ -687,7 +664,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b31) ;
sp:resultVariables (_:b30) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -700,7 +677,7 @@ ep-spin-lib:buildWellBoreDirectionalSurveyURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b31
sp:variable _:b30
])
] .
......@@ -710,7 +687,7 @@ ep-spin-lib:buildWellBoreKickOffURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b32) ;
sp:resultVariables (_:b31) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -719,7 +696,7 @@ ep-spin-lib:buildWellBoreKickOffURI
sp:arg1 spin:_arg1
]
] ;
sp:variable _:b32
sp:variable _:b31
])
] .
......@@ -729,7 +706,7 @@ ep-spin-lib:buildWellBoreLogURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b33) ;
sp:resultVariables (_:b32) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -742,7 +719,7 @@ ep-spin-lib:buildWellBoreLogURI
sp:arg5 spin:_arg3
]
] ;
sp:variable _:b33
sp:variable _:b32
])
] .
......@@ -752,7 +729,7 @@ ep-spin-lib:buildWellCementJobURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b34) ;
sp:resultVariables (_:b33) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -763,7 +740,7 @@ ep-spin-lib:buildWellCementJobURI
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b34
sp:variable _:b33
])
] .
......@@ -773,7 +750,7 @@ ep-spin-lib:buildWellControlIncidentURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b35) ;
sp:resultVariables (_:b34) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -784,28 +761,7 @@ ep-spin-lib:buildWellControlIncidentURI
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b35
])
] .
ep-spin-lib:buildWellCoreURI
rdf:type spin:Function ;
rdfs:label "build WellCore URI"^^xsd:string ;
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b36) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
sp:arg1 "https://www.reportinghub.no/ep/data/WellCore/" ;
sp:arg2 [ rdf:type fn:concat ;
sp:arg1 spin:_arg1 ;
sp:arg2 "$" ;
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b36
sp:variable _:b34
])
] .
......@@ -815,7 +771,7 @@ ep-spin-lib:buildWellStimulationURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b37) ;
sp:resultVariables (_:b35) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -826,7 +782,7 @@ ep-spin-lib:buildWellStimulationURI
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b37
sp:variable _:b35
])
] .
......@@ -836,7 +792,7 @@ ep-spin-lib:buildWellTestURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b38) ;
sp:resultVariables (_:b36) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -847,7 +803,7 @@ ep-spin-lib:buildWellTestURI
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b38
sp:variable _:b36
])
] .
......@@ -857,7 +813,7 @@ ep-spin-lib:buildWirelineFormationTestURI
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b39) ;
sp:resultVariables (_:b37) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildURI ;
......@@ -868,7 +824,7 @@ ep-spin-lib:buildWirelineFormationTestURI
sp:arg3 spin:_arg2
]
] ;
sp:variable _:b39
sp:variable _:b37
])
] .
......@@ -878,7 +834,7 @@ ep-spin-lib:normalizeString
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b40) ;
sp:resultVariables (_:b38) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:regex ;
......@@ -886,67 +842,67 @@ ep-spin-lib:normalizeString
sp:arg2 "\\((.*)\\)" ;
sp:arg3 ""
] ;
sp:variable _:b41
sp:variable _:b39
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:trim ;
sp:arg1 _:b41
sp:arg1 _:b39
] ;
sp:variable _:b42
sp:variable _:b40
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:encodeURL ;
sp:arg1 _:b42
sp:arg1 _:b40
] ;
sp:variable _:b43
sp:variable _:b41
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:regex ;
sp:arg1 _:b43 ;
sp:arg1 _:b41 ;
sp:arg2 "%2F" ;
sp:arg3 "_"
] ;
sp:variable _:b44
sp:variable _:b42
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:regex ;
sp:arg1 _:b44 ;
sp:arg1 _:b42 ;
sp:arg2 "%[0-9A-F][0-9A-F]" ;
sp:arg3 ""
] ;
sp:variable _:b45
sp:variable _:b43
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:regex ;
sp:arg1 _:b45 ;
sp:arg1 _:b43 ;
sp:arg2 "\\+" ;
sp:arg3 "_"
] ;
sp:variable _:b46
sp:variable _:b44
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:regex ;
sp:arg1 _:b46 ;
sp:arg1 _:b44 ;
sp:arg2 "_+" ;
sp:arg3 "_"
] ;
sp:variable _:b47
sp:variable _:b45
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:regex ;
sp:arg1 _:b47 ;
sp:arg1 _:b45 ;
sp:arg2 "\\*" ;
sp:arg3 ""
] ;
sp:variable _:b48
sp:variable _:b46
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type xsd:string ;
sp:arg1 [ rdf:type smf:upperCase ;
sp:arg1 _:b48
sp:arg1 _:b46
]
] ;
sp:variable _:b40
sp:variable _:b38
])
] ;
spin:constraint
......@@ -961,7 +917,7 @@ ep-spin-lib:selectActivitySuccessType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b49) ;
sp:resultVariables (_:b47) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -972,7 +928,7 @@ ep-spin-lib:selectActivitySuccessType
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#SuccessfulActivity> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#FailedActivity>
] ;
sp:variable _:b49
sp:variable _:b47
])
] .
......@@ -982,7 +938,7 @@ ep-spin-lib:selectCasingRoleType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b50) ;
sp:resultVariables (_:b48) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1007,7 +963,7 @@ ep-spin-lib:selectCasingRoleType
]
]
] ;
sp:variable _:b50
sp:variable _:b48
])
] .
......@@ -1017,7 +973,7 @@ ep-spin-lib:selectCementingFluidReturnType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b51) ;
sp:resultVariables (_:b49) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1028,7 +984,7 @@ ep-spin-lib:selectCementingFluidReturnType
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithFluidReturn> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementPumpingWithoutFluidReturn>
] ;
sp:variable _:b51
sp:variable _:b49
])
] .
......@@ -1038,7 +994,7 @@ ep-spin-lib:selectComponentType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b52) ;
sp:resultVariables (_:b50) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1077,7 +1033,7 @@ ep-spin-lib:selectComponentType
]
]
] ;
sp:variable _:b52
sp:variable _:b50
])
] .
......@@ -1087,7 +1043,7 @@ ep-spin-lib:selectDailyDrillingReportType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b53) ;
sp:resultVariables (_:b51) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1105,7 +1061,7 @@ ep-spin-lib:selectDailyDrillingReportType
sp:arg3 <http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport>
]
] ;
sp:variable _:b53
sp:variable _:b51
])
] .
......@@ -1115,7 +1071,7 @@ ep-spin-lib:selectDensityScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b54) ;
sp:resultVariables (_:b52) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1133,7 +1089,7 @@ ep-spin-lib:selectDensityScale
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
] ;
sp:variable _:b54
sp:variable _:b52
])
] .
......@@ -1143,7 +1099,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b55) ;
sp:resultVariables (_:b53) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1210,7 +1166,7 @@ ep-spin-lib:selectDrillingActivityOutcomeType
]
]
] ;
sp:variable _:b55
sp:variable _:b53
])
] .
......@@ -1220,7 +1176,7 @@ ep-spin-lib:selectDrillingActivityPurposeType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b56) ;
sp:resultVariables (_:b54) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1805,7 +1761,7 @@ ep-spin-lib:selectDrillingActivityPurposeType
]
]
] ;
sp:variable _:b56
sp:variable _:b54
])
] .
......@@ -1815,7 +1771,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b57) ;
sp:resultVariables (_:b55) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -1854,7 +1810,7 @@ ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType
]
]
] ;
sp:variable _:b57
sp:variable _:b55
])
] .
......@@ -1864,7 +1820,7 @@ ep-spin-lib:selectDrillingEquipmentType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b58) ;
sp:resultVariables (_:b56) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2085,7 +2041,7 @@ ep-spin-lib:selectDrillingEquipmentType
]
]
] ;
sp:variable _:b58
sp:variable _:b56
])
] .
......@@ -2095,7 +2051,7 @@ ep-spin-lib:selectFixedOrMoveableRigType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b59) ;
sp:resultVariables (_:b57) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2106,7 +2062,7 @@ ep-spin-lib:selectFixedOrMoveableRigType
sp:arg2 <http://www.reportinghub.no/ep/schema/facility#FixedRig> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/facility#MoveableRig>
] ;
sp:variable _:b59
sp:variable _:b57
])
] .
......@@ -2116,7 +2072,7 @@ ep-spin-lib:selectFluidType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b60) ;
sp:resultVariables (_:b58) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2148,7 +2104,7 @@ ep-spin-lib:selectFluidType
]
]
] ;
sp:variable _:b60
sp:variable _:b58
])
] .
......@@ -2158,7 +2114,7 @@ ep-spin-lib:selectGasReadingType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b61) ;
sp:resultVariables (_:b59) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2225,7 +2181,7 @@ ep-spin-lib:selectGasReadingType
]
]
] ;
sp:variable _:b61
sp:variable _:b59
])
] .
......@@ -2235,31 +2191,31 @@ ep-spin-lib:selectInnerBarrelType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b62) ;
sp:resultVariables (_:b60) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#IB_gel>
sp:arg2 ddr:IBT_gel
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel-gel> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#IB_aluminum>
sp:arg2 ddr:IBT_aluminum
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel-aluminum> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#IB_fiberglass>
sp:arg2 ddr:IBT_fiberglass
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel-fiberglass> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.reportinghub.no/ep/schema/ddr#IB_undifferented>
sp:arg2 ddr:IBT_undifferented
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel>
......@@ -2267,7 +2223,7 @@ ep-spin-lib:selectInnerBarrelType
]
]
] ;
sp:variable _:b62
sp:variable _:b60
])
] .
......@@ -2277,7 +2233,7 @@ ep-spin-lib:selectLabelOfSystem
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b63) ;
sp:resultVariables (_:b61) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2323,7 +2279,7 @@ ep-spin-lib:selectLabelOfSystem
]
]
] ;
sp:variable _:b63
sp:variable _:b61
])
] .
......@@ -2333,7 +2289,7 @@ ep-spin-lib:selectLengthScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b64) ;
sp:resultVariables (_:b62) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2407,7 +2363,7 @@ ep-spin-lib:selectLengthScale
]
]
] ;
sp:variable _:b64
sp:variable _:b62
])
] .
......@@ -2417,7 +2373,7 @@ ep-spin-lib:selectMassPerUnitLengthScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b65) ;
sp:resultVariables (_:b63) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2428,7 +2384,7 @@ ep-spin-lib:selectMassPerUnitLengthScale
sp:arg2 <http://www.reportinghub.no/ep/schema/core#pound_foot-1> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
] ;
sp:variable _:b65
sp:variable _:b63
])
] .
......@@ -2438,7 +2394,7 @@ ep-spin-lib:selectPlaneAngleScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b66) ;
sp:resultVariables (_:b64) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2449,7 +2405,7 @@ ep-spin-lib:selectPlaneAngleScale
sp:arg2 <http://www.reportinghub.no/ep/schema/core#degreesOfAngle> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
] ;
sp:variable _:b66
sp:variable _:b64
])
] .
......@@ -2459,7 +2415,7 @@ ep-spin-lib:selectPorePressureDeterminationType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b67) ;
sp:resultVariables (_:b65) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2477,7 +2433,7 @@ ep-spin-lib:selectPorePressureDeterminationType
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#PorePressureDetermination>
]
] ;
sp:variable _:b67
sp:variable _:b65
])
] .
......@@ -2487,7 +2443,7 @@ ep-spin-lib:selectPressureScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b68) ;
sp:resultVariables (_:b66) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2512,7 +2468,7 @@ ep-spin-lib:selectPressureScale
]
]
] ;
sp:variable _:b68
sp:variable _:b66
])
] .
......@@ -2522,7 +2478,7 @@ ep-spin-lib:selectPressureTestType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b69) ;
sp:resultVariables (_:b67) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2540,7 +2496,7 @@ ep-spin-lib:selectPressureTestType
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellBorePressureTest>
]
] ;
sp:variable _:b69
sp:variable _:b67
])
] .
......@@ -2550,7 +2506,7 @@ ep-spin-lib:selectSpecificVolumeScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b70) ;
sp:resultVariables (_:b68) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2589,7 +2545,7 @@ ep-spin-lib:selectSpecificVolumeScale
]
]
] ;
sp:variable _:b70
sp:variable _:b68
])
] .
......@@ -2599,7 +2555,7 @@ ep-spin-lib:selectSpeedScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b71) ;
sp:resultVariables (_:b69) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2610,7 +2566,7 @@ ep-spin-lib:selectSpeedScale
sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre_hour-1> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
] ;
sp:variable _:b71
sp:variable _:b69
])
] .
......@@ -2620,7 +2576,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b72) ;
sp:resultVariables (_:b70) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2638,7 +2594,7 @@ ep-spin-lib:selectStrengthOfRockFormationScale
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
] ;
sp:variable _:b72
sp:variable _:b70
])
] .
......@@ -2648,7 +2604,7 @@ ep-spin-lib:selectTemperatureScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b73) ;
sp:resultVariables (_:b71) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2659,7 +2615,7 @@ ep-spin-lib:selectTemperatureScale
sp:arg2 <http://www.reportinghub.no/ep/schema/core#celsius> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
] ;
sp:variable _:b73
sp:variable _:b71
])
] .
......@@ -2669,7 +2625,7 @@ ep-spin-lib:selectTimeDurationScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b74) ;
sp:resultVariables (_:b72) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2715,7 +2671,7 @@ ep-spin-lib:selectTimeDurationScale
]
]
] ;
sp:variable _:b74
sp:variable _:b72
])
] .
......@@ -2725,7 +2681,7 @@ ep-spin-lib:selectTubeType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b75) ;
sp:resultVariables (_:b73) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2750,7 +2706,7 @@ ep-spin-lib:selectTubeType
]
]
] ;
sp:variable _:b75
sp:variable _:b73
])
] .
......@@ -2760,7 +2716,7 @@ ep-spin-lib:selectVolumeScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b76) ;
sp:resultVariables (_:b74) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2771,7 +2727,7 @@ ep-spin-lib:selectVolumeScale
sp:arg2 <http://www.reportinghub.no/ep/schema/core#metre3> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
] ;
sp:variable _:b76
sp:variable _:b74
])
] .
......@@ -2781,7 +2737,7 @@ ep-spin-lib:selectWellBoreDrillingType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b77) ;
sp:resultVariables (_:b75) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2827,7 +2783,7 @@ ep-spin-lib:selectWellBoreDrillingType
]
]
] ;
sp:variable _:b77
sp:variable _:b75
])
] .
......@@ -2837,7 +2793,7 @@ ep-spin-lib:selectWellBoreHphtType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b78) ;
sp:resultVariables (_:b76) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2848,7 +2804,7 @@ ep-spin-lib:selectWellBoreHphtType
sp:arg2 <http://www.reportinghub.no/ep/schema/well#HphtWellBore> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/well#NotHphtWellBore>
] ;
sp:variable _:b78
sp:variable _:b76
])
] .
......@@ -2858,7 +2814,7 @@ ep-spin-lib:selectWellBoreTightnessType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b79) ;
sp:resultVariables (_:b77) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2869,7 +2825,7 @@ ep-spin-lib:selectWellBoreTightnessType
sp:arg2 <http://www.reportinghub.no/ep/schema/well#TightWellBore> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/well#LeakyWellBore>
] ;
sp:variable _:b79
sp:variable _:b77
])
] .
......@@ -2879,7 +2835,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b80) ;
sp:resultVariables (_:b78) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2890,7 +2846,7 @@ ep-spin-lib:selectWellCementJobBottomPlugType
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithBottomPlug> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutBottomPlug>
] ;
sp:variable _:b80
sp:variable _:b78
])
] .
......@@ -2900,7 +2856,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b81) ;
sp:resultVariables (_:b79) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2911,7 +2867,7 @@ ep-spin-lib:selectWellCementJobCasingReciprocationType
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingReciprocation> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingReciprocation>
] ;
sp:variable _:b81
sp:variable _:b79
])
] .
......@@ -2921,7 +2877,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b82) ;
sp:resultVariables (_:b80) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2932,7 +2888,7 @@ ep-spin-lib:selectWellCementJobCasingRotationType
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithCasingRotation> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutCasingRotation>
] ;
sp:variable _:b82
sp:variable _:b80
])
] .
......@@ -2942,7 +2898,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b83) ;
sp:resultVariables (_:b81) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2953,7 +2909,7 @@ ep-spin-lib:selectWellCementJobFloatHoldingType
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithFloatHolding> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutFloatHolding>
] ;
sp:variable _:b83
sp:variable _:b81
])
] .
......@@ -2963,7 +2919,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b84) ;
sp:resultVariables (_:b82) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2974,7 +2930,7 @@ ep-spin-lib:selectWellCementJobPlugBumpingType
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithPlugBumping> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutPlugBumping>
] ;
sp:variable _:b84
sp:variable _:b82
])
] .
......@@ -2984,7 +2940,7 @@ ep-spin-lib:selectWellCementJobTopPlugType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b85) ;
sp:resultVariables (_:b83) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -2995,7 +2951,7 @@ ep-spin-lib:selectWellCementJobTopPlugType
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithTopPlug> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellCementJobWithoutTopPlug>
] ;
sp:variable _:b85
sp:variable _:b83
])
] .
......@@ -3005,7 +2961,7 @@ ep-spin-lib:selectWellCementJobType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b86) ;
sp:resultVariables (_:b84) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3037,7 +2993,7 @@ ep-spin-lib:selectWellCementJobType
]
]
] ;
sp:variable _:b86
sp:variable _:b84
])
] .
......@@ -3047,7 +3003,7 @@ ep-spin-lib:selectWellControlIncidentType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b87) ;
sp:resultVariables (_:b85) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3079,7 +3035,7 @@ ep-spin-lib:selectWellControlIncidentType
]
]
] ;
sp:variable _:b87
sp:variable _:b85
])
] .
......@@ -3089,7 +3045,7 @@ ep-spin-lib:selectWellKillingType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b88) ;
sp:resultVariables (_:b86) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3135,7 +3091,7 @@ ep-spin-lib:selectWellKillingType
]
]
] ;
sp:variable _:b88
sp:variable _:b86
])
] .
......@@ -3145,7 +3101,7 @@ ep-spin-lib:selectWellTestType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b89) ;
sp:resultVariables (_:b87) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3163,7 +3119,7 @@ ep-spin-lib:selectWellTestType
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WellTest>
]
] ;
sp:variable _:b89
sp:variable _:b87
])
] .
......@@ -3173,7 +3129,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b90) ;
sp:resultVariables (_:b88) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3184,7 +3140,7 @@ ep-spin-lib:selectWirelineFormationTestGoodnessOfSealType
sp:arg2 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithGoodSeal> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/activity#WirelineFormationTestWithoutGoodSeal>
] ;
sp:variable _:b90
sp:variable _:b88
])
] .
......@@ -3194,7 +3150,7 @@ ep-spin-lib:selectYieldPointScale
rdfs:subClassOf ep-spin-lib:Function ;
spin:body
[ rdf:type sp:Select ;
sp:resultVariables (_:b91) ;
sp:resultVariables (_:b89) ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type sp:if ;
......@@ -3212,7 +3168,7 @@ ep-spin-lib:selectYieldPointScale
sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
]
] ;
sp:variable _:b91
sp:variable _:b89
])
] .
......@@ -3324,163 +3280,157 @@ _:b37
sp:varName "uri"^^xsd:string .
_:b38
sp:varName "uri"^^xsd:string .
sp:varName "normalizedStr"^^xsd:string .
_:b39
sp:varName "uri"^^xsd:string .
sp:varName "s1"^^xsd:string .
_:b40
sp:varName "normalizedStr"^^xsd:string .
sp:varName "s2"^^xsd:string .
_:b41
sp:varName "s1"^^xsd:string .
sp:varName "t0a"^^xsd:string .
_:b42
sp:varName "s2"^^xsd:string .
sp:varName "t0b"^^xsd:string .
_:b43
sp:varName "t0a"^^xsd:string .
sp:varName "t1"^^xsd:string .
_:b44
sp:varName "t0b"^^xsd:string .
sp:varName "t2"^^xsd:string .
_:b45
sp:varName "t1"^^xsd:string .
sp:varName "t3"^^xsd:string .
_:b46
sp:varName "t2"^^xsd:string .
sp:varName "t4"^^xsd:string .
_:b47
sp:varName "t3"^^xsd:string .
sp:varName "activitySuccessType"^^xsd:string .
_:b48
sp:varName "t4"^^xsd:string .
sp:varName "casingRoleType"^^xsd:string .
_:b49
sp:varName "activitySuccessType"^^xsd:string .
sp:varName "cementingFluidReturnType"^^xsd:string .
_:b50
sp:varName "casingRoleType"^^xsd:string .
sp:varName "componentType"^^xsd:string .
_:b51
sp:varName "cementingFluidReturnType"^^xsd:string .
sp:varName "dailyDrillingReportType"^^xsd:string .
_:b52
sp:varName "componentType"^^xsd:string .
sp:varName "densityScale"^^xsd:string .
_:b53
sp:varName "dailyDrillingReportType"^^xsd:string .
sp:varName "drillingActivityOutcomeType"^^xsd:string .
_:b54
sp:varName "densityScale"^^xsd:string .
sp:varName "drillingActivityPurposeType"^^xsd:string .
_:b55
sp:varName "drillingActivityOutcomeType"^^xsd:string .
sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string .
_:b56
sp:varName "drillingActivityPurposeType"^^xsd:string .
sp:varName "drillingEquipmentType"^^xsd:string .
_:b57
sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string .
sp:varName "fixedOrMoveableRigType"^^xsd:string .
_:b58
sp:varName "drillingEquipmentType"^^xsd:string .
sp:varName "fluidType"^^xsd:string .
_:b59
sp:varName "fixedOrMoveableRigType"^^xsd:string .
_:b61
sp:varName "gasReadingType"^^xsd:string .
_:b62
_:b60
sp:varName "innerBarrelType"^^xsd:string .
_:b63
_:b61
sp:varName "dailyDrillingReportType"^^xsd:string .
_:b64
_:b62
sp:varName "lengthScale"^^xsd:string .
_:b65
_:b63
sp:varName "massPerUnitLengthScale"^^xsd:string .
_:b66
_:b64
sp:varName "angleScale"^^xsd:string .
_:b67
_:b65
sp:varName "porePressureDeterminationType"^^xsd:string .
_:b68
_:b66
sp:varName "pressureScale"^^xsd:string .
_:b69
_:b67
sp:varName "pressureTestType"^^xsd:string .
_:b70
_:b68
sp:varName "specificVolumeScale"^^xsd:string .
_:b71
_:b69
sp:varName "speedScale"^^xsd:string .
_:b72
_:b70
sp:varName "strengthScale"^^xsd:string .
_:b73
_:b71
sp:varName "temperatureScale"^^xsd:string .
_:b74
_:b72
sp:varName "durationScale"^^xsd:string .
_:b75
_:b73
sp:varName "tubeType"^^xsd:string .
_:b76
_:b74
sp:varName "volumeScale"^^xsd:string .
_:b77
_:b75
sp:varName "wellBoreDrillingType"^^xsd:string .
_:b78
_:b76
sp:varName "wellBoreHphtType"^^xsd:string .
_:b79
_:b77
sp:varName "wellBoreTightnessType"^^xsd:string .
_:b80
_:b78
sp:varName "wellCementJobBottomPlugType"^^xsd:string .
_:b81
_:b79
sp:varName "wellCementJobCasingReciprocationType"^^xsd:string .
_:b82
_:b80
sp:varName "wellCementJobCasingRotationType"^^xsd:string .
_:b83
_:b81
sp:varName "wellCementJobFloatHoldingType"^^xsd:string .
_:b84
_:b82
sp:varName "wellCementJobPlugBumpingType"^^xsd:string .
_:b85
_:b83
sp:varName "wellCementJobTopPlugType"^^xsd:string .
_:b86
_:b84
sp:varName "wellCementJobType"^^xsd:string .
_:b87
_:b85
sp:varName "wellControlIncidentType"^^xsd:string .
_:b88
_:b86
sp:varName "wellKillingType"^^xsd:string .
_:b89
_:b87
sp:varName "wellTestType"^^xsd:string .
_:b90
_:b88
sp:varName "wirelineFormationTestGoodnessOfSealType"^^xsd:string .
_:b91
_:b89
sp:varName "yieldPointScale"^^xsd:string .
_:b60
sp:varName "fluidType"^^xsd:string .
......
# Saved by TopBraid on Sun Sep 18 22:04:14 BST 2011
# Saved by TopBraid on Mon Sep 19 15:45:26 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Sun Sep 18 22:09:29 BST 2011
# Saved by TopBraid on Mon Sep 19 13:44:54 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.witsml.org/schemas/1series
......@@ -18,7 +18,7 @@
<http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage>
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ;
owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ddr:Obj_drillReport
......@@ -67,9 +67,6 @@ ddr:Obj_drillReport
] [ sp:object _:b11 ;
sp:predicate _:b12 ;
sp:subject _:b10
] [ sp:object 101.0 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
sp:subject _:b10
] [ sp:object _:b13 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#volumeOfPumpedCementingFluid> ;
sp:subject _:b8
......
# Saved by TopBraid on Sun Sep 18 22:09:29 BST 2011
# Saved by TopBraid on Mon Sep 19 13:44:54 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Sun Sep 18 20:21:41 BST 2011
# Saved by TopBraid on Mon Sep 19 13:37:46 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/check
# imports: http://www.witsml.org/schemas/1series
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://spinrdf.org/spin
@prefix : <http://www.reportinghub.no/ep/transform/check#> .
@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#> .
......@@ -14,7 +15,7 @@
<http://www.reportinghub.no/ep/transform/check>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> ;
owl:imports <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.witsml.org/schemas/1series#Obj_drillReport>
......@@ -23,18 +24,12 @@
rdfs:comment "STEP 999a Check that all uom attributes have been processed correctly"^^xsd:string ;
sp:templates ([ sp:object "At least one uom attribute has not been processed correctly" ;
sp:predicate rdfs:comment ;
sp:subject
[ sp:varName "dailyDrillingReport"^^xsd:string
]
sp:subject _:b1
]) ;
sp:where ([ sp:object
[ sp:varName "nameWellBore"^^xsd:string
] ;
sp:where ([ sp:object _:b2 ;
sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "createDate"^^xsd:string
] ;
] [ sp:object _:b3 ;
sp:predicate <http://www.witsml.org/schemas/1series#createDate> ;
sp:subject spin:_this
] [ sp:object
......@@ -44,5 +39,26 @@
sp:subject
[ sp:varName "x"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b2
] ;
sp:variable _:b4
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
sp:arg1 _:b4 ;
sp:arg2 _:b3
] ;
sp:variable _:b1
])
] .
_:b1 sp:varName "dailyDrillingReport"^^xsd:string .
_:b4 sp:varName "normalizedWellBoreName"^^xsd:string .
_:b3 sp:varName "createDate"^^xsd:string .
_:b2 sp:varName "nameWellBore"^^xsd:string .
......
# Saved by TopBraid on Sun Sep 18 20:30:13 BST 2011
# Saved by TopBraid on Mon Sep 19 15:23:16 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/collector
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity
# imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias
......@@ -10,6 +10,7 @@
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo
# imports: http://spinrdf.org/spin
@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/collector#> .
......@@ -18,6 +19,7 @@
@prefix cementStage: <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> .
@prefix check: <http://www.reportinghub.no/ep/transform/check#> .
@prefix controlIncidentInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> .
@prefix coreInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> .
@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#> .
......@@ -32,5 +34,5 @@
<http://www.reportinghub.no/ep/transform/1.1/ddr/collector>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ;
owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
# Saved by TopBraid on Sun Sep 18 20:30:13 BST 2011
# Saved by TopBraid on Mon Sep 19 15:23:16 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Mon Aug 22 14:33:44 BST 2011
# Saved by TopBraid on Mon Sep 19 15:28:07 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.witsml.org/schemas/1series
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://spinrdf.org/spin
@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> .
@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
@prefix ddr: <http://www.witsml.org/schemas/1series#> .
@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> .
@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#> .
......@@ -13,18 +19,23 @@
@prefix spl: <http://spinrdf.org/spl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
<http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ddr:Obj_drillReport
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment """STEP 220 Create WellCore activity
Properties transfered to the activity, to the part of the well bore, or to the recovered core."""^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellCore> ;
sp:templates ([ sp:object ep-activity:ExtractAWellCore ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b1 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfASpatialPartOfAWellBore> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/well#SpatialPartOfAWellBore> ;
sp:predicate rdf:type ;
sp:subject _:b3
] [ sp:object
......@@ -33,201 +44,379 @@ Properties transfered to the activity, to the part of the well bore, or to the r
sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
sp:subject _:b3
] [ sp:object _:b3 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:predicate ep-activity:onWellBore ;
sp:subject _:b1
] [ sp:object
[ sp:varName "dTimWellCore"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
sp:predicate ep-activity:finishedAt ;
sp:subject _:b1
] [ sp:object _:b4 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#coreNumber> ;
sp:predicate ep-activity:identificationNumberOfCore ;
sp:subject _:b1
] [ sp:object _:b5 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
sp:subject _:b3
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b5
] [ sp:object _:b6 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ;
sp:subject _:b3
] [ sp:object _:b7 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ;
sp:subject _:b3
sp:predicate _:b7 ;
sp:subject _:b5
] [ sp:object _:b8 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
sp:subject _:b3
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b8
] [ sp:object _:b9 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#recoveredCore> ;
sp:subject _:b1
] [ sp:object _:b10 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lenRecovered> ;
sp:subject _:b9
sp:predicate _:b10 ;
sp:subject _:b8
] [ sp:object _:b11 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#recoverPc> ;
sp:subject _:b9
] [ sp:object <http://www.reportinghub.no/ep/schema/well#RecoveredCore> ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheTopOfAPartOfAWellBore> ;
sp:subject _:b3
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b9
sp:subject _:b11
] [ sp:object _:b12 ;
sp:predicate <http://purl.org/dc/elements/1.1/description> ;
sp:subject _:b9
] [ sp:object _:b13 ;
sp:predicate _:b13 ;
sp:subject _:b11
] [ sp:object _:b14 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#trueVerticalDepthToTheBottomOfAPartOfAWellBore> ;
sp:subject _:b3
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b14
] [ sp:object _:b15 ;
sp:predicate _:b16 ;
sp:subject _:b14
] [ sp:object _:b17 ;
sp:predicate ep-activity:recoveredCore ;
sp:subject _:b1
] [ sp:object _:b18 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#coreLength> ;
sp:subject _:b17
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b18
] [ sp:object _:b19 ;
sp:predicate _:b20 ;
sp:subject _:b18
] [ sp:object _:b21 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#relativeAmountOfCoreRecovered> ;
sp:subject _:b17
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
sp:predicate rdf:type ;
sp:subject _:b21
] [ sp:object _:b22 ;
sp:predicate _:b23 ;
sp:subject _:b21
] [ sp:object <http://www.reportinghub.no/ep/schema/well#RecoveredCore> ;
sp:predicate rdf:type ;
sp:subject _:b17
] [ sp:object _:b24 ;
sp:predicate rdfs:comment ;
sp:subject _:b17
] [ sp:object _:b25 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#hasBarrel> ;
sp:subject _:b9
sp:subject _:b17
] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> ;
sp:predicate rdf:type ;
sp:subject _:b13
] [ sp:object _:b14 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lenBarrel> ;
sp:subject _:b13
] [ sp:object _:b15 ;
sp:subject _:b25
] [ sp:object _:b26 ;
sp:predicate <http://www.reportinghub.no/ep/schema/equipment#lengthOfInnerBarrel> ;
sp:subject _:b25
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b26
] [ sp:object _:b27 ;
sp:predicate _:b28 ;
sp:subject _:b26
] [ sp:object _:b29 ;
sp:predicate rdf:type ;
sp:subject _:b13
sp:subject _:b25
]) ;
sp:where ([ sp:object _:b16 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:where ([ sp:object _:b30 ;
sp:predicate ddr:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b17 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
] [ sp:object _:b31 ;
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b18 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#coreInfo> ;
sp:subject spin:_this
] [ sp:object _:b19 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ;
sp:subject _:b18
] [ sp:object
[ sp:varName "dTimCore"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTim> ;
sp:subject _:b18
] [ sp:object
[ sp:varName "dailytemporalPartOfAWellBore"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:predicate ep-activity:onWellBore ;
sp:subject _:b2
] [ sp:object _:b32 ;
sp:predicate ddr:coreInfoRef ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "dTimCore"^^xsd:string
] ;
sp:predicate ddr:dTim ;
sp:subject _:b32
] [ sp:object _:b4 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#coreNumber> ;
sp:subject _:b18
] [ sp:object _:b5 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdTop> ;
sp:subject _:b20
sp:predicate ddr:coreNumber ;
sp:subject _:b32
] [ sp:object _:b33 ;
sp:predicate ddr:mdTopRef ;
sp:subject _:b32
] [ sp:object _:b34 ;
sp:predicate ddr:uomRef ;
sp:subject _:b33
] [ sp:object _:b6 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdBottom> ;
sp:subject _:b20
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b33
] [ sp:object _:b35 ;
sp:predicate ddr:mdBottomRef ;
sp:subject _:b32
] [ sp:object _:b36 ;
sp:predicate ddr:uomRef ;
sp:subject _:b35
] [ sp:object _:b9 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b35
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b7 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdTop> ;
sp:subject _:b20
] [ sp:object _:b8 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdBottom> ;
sp:subject _:b20
sp:elements ([ sp:object _:b37 ;
sp:predicate ddr:tvdTopRef ;
sp:subject _:b32
] [ sp:object _:b38 ;
sp:predicate ddr:uomRef ;
sp:subject _:b37
] [ sp:object _:b12 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b37
])
] [ sp:object _:b10 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lenRecovered> ;
sp:subject _:b20
] [ sp:object _:b11 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#recoverPc> ;
sp:subject _:b20
] [ sp:object _:b14 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#lenBarrel> ;
sp:subject _:b20
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b21 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumInnerBarrelType> ;
sp:subject _:b20
sp:elements ([ sp:object _:b39 ;
sp:predicate ddr:tvdBottomRef ;
sp:subject _:b32
] [ sp:object _:b40 ;
sp:predicate ddr:uomRef ;
sp:subject _:b39
] [ sp:object _:b15 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b39
])
] [ sp:object _:b12 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#coreDescription> ;
sp:subject _:b20
] [ sp:object _:b41 ;
sp:predicate ddr:lenRecoveredRef ;
sp:subject _:b32
] [ sp:object _:b42 ;
sp:predicate ddr:uomRef ;
sp:subject _:b41
] [ sp:object _:b19 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b41
] [ sp:object _:b43 ;
sp:predicate ddr:recoverPcRef ;
sp:subject _:b32
] [ sp:object _:b44 ;
sp:predicate ddr:uomRef ;
sp:subject _:b43
] [ sp:object _:b22 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b43
] [ sp:object _:b45 ;
sp:predicate ddr:lenBarrelRef ;
sp:subject _:b32
] [ sp:object _:b46 ;
sp:predicate ddr:uomRef ;
sp:subject _:b45
] [ sp:object _:b27 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b45
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b47 ;
sp:predicate ddr:innerBarrelTypeRef ;
sp:subject _:b32
])
] [ sp:object _:b24 ;
sp:predicate ddr:coreDescription ;
sp:subject _:b32
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b16
sp:arg1 _:b30
] ;
sp:variable _:b22
sp:variable _:b48
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b22 ;
sp:arg2 _:b17
sp:arg1 _:b48 ;
sp:arg2 _:b31
] ;
sp:variable _:b2
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildWellCoreURI ;
sp:arg1 _:b22 ;
sp:arg2 _:b19
[ rdf:type afn:localname ;
sp:arg1 _:b32
] ;
sp:variable _:b1
sp:variable _:b49
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildPartOfAWellBoreDuringWellCoreURI ;
sp:arg1 _:b22 ;
sp:arg2 _:b19
[ rdf:type ep-spin-lib:buildExtractAWellCoreURI ;
sp:arg1 _:b48 ;
sp:arg2 _:b49
] ;
sp:variable _:b3
sp:variable _:b1
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectInnerBarrelType ;
sp:arg1 _:b21
sp:arg1 _:b47
] ;
sp:variable _:b29
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b34
] ;
sp:variable _:b7
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b36
] ;
sp:variable _:b10
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b38
] ;
sp:variable _:b15
sp:variable _:b13
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b40
] ;
sp:variable _:b16
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b42
] ;
sp:variable _:b20
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b46
] ;
sp:variable _:b28
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectSpecificVolumeScale ;
sp:arg1 _:b44
] ;
sp:variable _:b23
])
] .
<http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://spinrdf.org/spin> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
_:b16
_:b30
sp:varName "nameWellBore"^^xsd:string .
_:b17
_:b31
sp:varName "dTimStart"^^xsd:string .
_:b18
_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b32
sp:varName "coreInfo"^^xsd:string .
_:b19
sp:varName "index"^^xsd:string .
_:b4 sp:varName "coreNumber"^^xsd:string .
_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b33
sp:varName "mdTop"^^xsd:string .
_:b4 sp:varName "coreNumber"^^xsd:string .
_:b34
sp:varName "uomMdTop"^^xsd:string .
_:b20
sp:varName "wellTestInfo"^^xsd:string .
_:b6 sp:varName "realMdTop"^^xsd:string .
_:b5 sp:varName "mdTop"^^xsd:string .
_:b35
sp:varName "mdBottom"^^xsd:string .
_:b6 sp:varName "mdBottom"^^xsd:string .
_:b36
sp:varName "uomMdBottom"^^xsd:string .
_:b7 sp:varName "tvdTop"^^xsd:string .
_:b9 sp:varName "realMdBottom"^^xsd:string .
_:b8 sp:varName "tvdBottom"^^xsd:string .
_:b37
sp:varName "tvdTop"^^xsd:string .
_:b10
_:b38
sp:varName "uomTvdTop"^^xsd:string .
_:b12
sp:varName "realTvdTop"^^xsd:string .
_:b39
sp:varName "tvdBottom"^^xsd:string .
_:b40
sp:varName "uomTvdBottom"^^xsd:string .
_:b15
sp:varName "realTvdBottom"^^xsd:string .
_:b41
sp:varName "lenRecovered"^^xsd:string .
_:b11
_:b42
sp:varName "uomRecovered"^^xsd:string .
_:b19
sp:varName "realRecovered"^^xsd:string .
_:b43
sp:varName "recoverPc"^^xsd:string .
_:b14
_:b44
sp:varName "uomPc"^^xsd:string .
_:b22
sp:varName "realPc"^^xsd:string .
_:b45
sp:varName "lenBarrel"^^xsd:string .
_:b21
_:b46
sp:varName "uomBarrel"^^xsd:string .
_:b27
sp:varName "realBarrel"^^xsd:string .
_:b47
sp:varName "enumInnerBarrelType"^^xsd:string .
_:b12
_:b24
sp:varName "coreDescription"^^xsd:string .
_:b22
_:b48
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b1 sp:varName "wellCore"^^xsd:string .
_:b49
sp:varName "localname"^^xsd:string .
_:b3 sp:varName "coredPartOfAWellBore"^^xsd:string .
_:b1 sp:varName "extractAWellCore"^^xsd:string .
_:b15
_:b29
sp:varName "innerBarrelType"^^xsd:string .
_:b7 sp:varName "lengthScaleMdTop"^^xsd:string .
_:b10
sp:varName "lengthScaleMdBottom"^^xsd:string .
_:b13
sp:varName "lengthScaleTvdTop"^^xsd:string .
_:b16
sp:varName "lengthScaleTvdBottom"^^xsd:string .
_:b20
sp:varName "lengthScaleRecovered"^^xsd:string .
_:b28
sp:varName "lengthScaleBarrel"^^xsd:string .
_:b23
sp:varName "specificVolumeScale"^^xsd:string .
......
# Saved by TopBraid on Mon Aug 22 14:33:44 BST 2011
# Saved by TopBraid on Mon Sep 19 15:28:07 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
......@@ -321,6 +321,8 @@ Sand Zones:
<witsml:coreNumber>1</witsml:coreNumber>
<witsml:mdTop uom="m">1234</witsml:mdTop>
<witsml:mdBottom uom="m">1234</witsml:mdBottom>
<witsml:tvdTop uom="m">1200</witsml:tvdTop>
<witsml:tvdBottom uom="m">1200</witsml:tvdBottom>
<witsml:lenRecovered uom="m">123</witsml:lenRecovered>
<witsml:recoverPc uom="%">89.9</witsml:recoverPc>
<witsml:lenBarrel uom="m">33.3</witsml:lenBarrel>
......