David Leal

Changed "WellBore" to "TemporalPartOfAWellBore" and "WellBore-wholeLife" to "Wel…

…lBore". Similarly for "Well" and "Rig".
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>EPIM-Ontologies</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
# Saved by TopBraid on Tue Sep 13 16:38:53 BST 2011
# baseURI: http://www.reportinghub.no/DJL_test/unnamed
# imports: http://www.witsml.org/schemas/1series
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/collector
@prefix : <http://www.reportinghub.no/DJL_test/unnamed#> .
@prefix NPD_1104121247072: <http://www.reportinghub.no/examples/ddr/NPD_110412124707#> .
@prefix TemplateTest: <file:///EPIM-Ontologies/www.reportinghub.no/examples/xml/TemplateTest.xml#> .
@prefix TemplateTest1: <file:///www.reportinghub.no/examples/xml/TemplateTest.xml#> .
@prefix collector: <http://www.reportinghub.no/ep/transform/1.1/ddr/collector#> .
@prefix normalization: <http://www.reportinghub.no/ep/transform/1.1/normalization#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sp: <http://spinrdf.org/sp#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix spl: <http://spinrdf.org/spl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/DJL_test/unnamed>
rdf:type owl:Ontology ;
owl:imports <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/collector> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
# Saved by TopBraid on Tue Sep 13 16:38:53 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix visual: <http://topbraid.org/visual#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdf:type inference:Configuration ;
composite:child
[ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
<http://spinrdf.org/spin#topSPINOptions>
"singlePass" ;
composite:index "0"^^xsd:int
] .
# Saved by TopBraid on Wed Sep 14 19:39:42 BST 2011
# Saved by TopBraid on Fri Sep 16 17:44:51 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/well
# 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/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/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: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: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:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty ep-activity:finishedAt
owl:allValuesFrom ep-activity:Activity ;
owl:onProperty <http://www.linkedmodel.org/schema/ordered#during>
] ;
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: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: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#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#during>
owl:maxCardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty ep-activity:finishedAt
] .
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:Activity ;
owl:onProperty ep-core:hasPart
owl:allValuesFrom ep-activity:DrillingActivity ;
owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
] ;
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 ;
......@@ -82,13 +82,13 @@ ep-activity:DailyDrillingActivity
] ;
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 ;
owl:allValuesFrom ep-activity:DrillingActivity ;
owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
owl:allValuesFrom ep-activity:Activity ;
owl:onProperty ep-core:hasPart
] .
ep-activity:DailyProductionActivity
......@@ -132,7 +132,7 @@ ep-activity:Drill-sidetrack
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillStemTest
rdf:type ep-activity:WellTestType , owl:Class ;
rdf:type owl:Class , ep-activity:WellTestType ;
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 owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
rdfs:label "drilling activity bop test"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-circulation_loss
rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
rdfs:label "drilling activity circulation loss"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-coiled_tubing
rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
rdfs:label "drilling activity coilled tubing"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-equipment_failure
rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
rdfs:label "drilling activity equipment failure"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-equipment_hang
rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
rdfs:label "drilling activity equipment hang"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-fixed_equipment
rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
rdfs:label "drilling activity fixed equipment"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-injury
rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
rdfs:label "drilling activity injury"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-kick
rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
rdfs:label "drilling activity operation kick"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-mud_loss
rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
rdfs:label "drilling activity mud loss"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-operation_failed
rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
rdfs:label "drilling activity operation failed"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-snubbing
rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
rdfs:label "drilling activity snubbing"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-stuck_equipment
rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
rdfs:label "drilling activity stuck equipment"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-success
rdf:type owl:Class , ep-activity:DrillingActivityOutcomeType ;
rdf:type ep-activity:DrillingActivityOutcomeType , owl:Class ;
rdfs:label "drilling activity success"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
ep-activity:DrillingActivity-wire_line
rdf:type owl:Class , ep-activity:DrillingActivityTypeAccordingToEquipmentType ;
rdf:type ep-activity:DrillingActivityTypeAccordingToEquipmentType , owl:Class ;
rdfs:label "drilling activity wire line"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
......@@ -229,7 +229,7 @@ ep-activity:EquipmentFailureAndRepair
rdfs:subClassOf ep-activity:Activity .
ep-activity:FailedActivity
rdf:type owl:Class , ep-activity:ActivitySuccessType ;
rdf:type ep-activity:ActivitySuccessType , owl:Class ;
rdfs:label "failed activity"^^xsd:string ;
rdfs:subClassOf ep-activity:Activity ;
owl:disjointWith ep-activity:SuccessfulActivity .
......@@ -240,7 +240,7 @@ ep-activity:FluidActivity
rdfs:subClassOf ep-activity:Activity .
ep-activity:FormationIntegrityTest
rdf:type owl:Class , ep-activity:PressureTestType ;
rdf:type ep-activity:PressureTestType , owl:Class ;
rdfs:label "formation integrity test"^^xsd:string ;
rdfs:subClassOf ep-activity:WellBorePressureTest ;
owl:disjointWith ep-activity:LeakOffTest .
......@@ -310,7 +310,7 @@ ep-activity:GasReadingType
rdfs:subClassOf owl:Class .
ep-activity:LeakOffTest
rdf:type owl:Class , ep-activity:PressureTestType ;
rdf:type ep-activity:PressureTestType , owl:Class ;
rdfs:label "leak-off test"^^xsd:string ;
rdfs:subClassOf ep-activity:WellBorePressureTest ;
owl:disjointWith ep-activity:FormationIntegrityTest .
......@@ -351,7 +351,7 @@ ep-activity:OffshoreWellActivity
rdfs:subClassOf ep-activity:OffshoreActivity ;
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
] ;
rdfs:subClassOf
......@@ -361,7 +361,7 @@ ep-activity:OffshoreWellActivity
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well-WholeLife> ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty ep-activity:onWell
] .
......@@ -381,13 +381,13 @@ ep-activity:PorePressureDeterminationType
rdfs:subClassOf owl:Class .
ep-activity:PorePressureEstimation
rdf:type ep-activity:PorePressureDeterminationType , owl:Class ;
rdf:type owl:Class , ep-activity:PorePressureDeterminationType ;
rdfs:label "pore pressure estimation"^^xsd:string ;
rdfs:subClassOf ep-activity:PorePressureDetermination ;
owl:disjointWith ep-activity:PorePressureMeasurement .
ep-activity:PorePressureMeasurement
rdf:type ep-activity:PorePressureDeterminationType , owl:Class ;
rdf:type owl:Class , ep-activity:PorePressureDeterminationType ;
rdfs:label "pore pressure measurement"^^xsd:string ;
rdfs:subClassOf ep-activity:PorePressureDetermination ;
owl:disjointWith ep-activity:PorePressureEstimation .
......@@ -408,14 +408,14 @@ ep-activity:ProductionActivity
rdfs:subClassOf ep-activity:Activity .
ep-activity:ProductionTest
rdf:type ep-activity:WellTestType , owl:Class ;
rdf:type owl:Class , ep-activity:WellTestType ;
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 owl:Class , ep-activity:ActivitySuccessType ;
rdf:type ep-activity:ActivitySuccessType , owl:Class ;
rdfs:label "successful activity"^^xsd:string ;
rdfs:subClassOf ep-activity:Activity ;
owl:disjointWith ep-activity:FailedActivity .
......@@ -466,23 +466,23 @@ ep-activity:WellCementJob
rdfs:subClassOf ep-activity:Activity .
ep-activity:WellCementJob-other
rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
rdfs:label "well cement job other"^^xsd:string ;
rdfs:subClassOf ep-activity:WellCementJob ;
owl:disjointWith ep-activity:WellCementJob-primary , ep-activity:WellCementJob-plug , ep-activity:WellCementJob-squeeze .
owl:disjointWith ep-activity:WellCementJob-squeeze , ep-activity:WellCementJob-plug , ep-activity:WellCementJob-primary .
ep-activity:WellCementJob-plug
rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
rdfs:label "well cement job plug"^^xsd:string ;
rdfs:subClassOf ep-activity:WellCementJob .
ep-activity:WellCementJob-primary
rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
rdfs:label "well cement job primary"^^xsd:string ;
rdfs:subClassOf ep-activity:WellCementJob .
ep-activity:WellCementJob-squeeze
rdf:type ep-activity:WellCementJobPurposeType , owl:Class ;
rdf:type owl:Class , ep-activity:WellCementJobPurposeType ;
rdfs:label "well cement job squeeze"^^xsd:string ;
rdfs:subClassOf ep-activity:WellCementJob .
......@@ -527,73 +527,73 @@ ep-activity:WellCementJobTopPlugType
rdfs:subClassOf owl:Class .
ep-activity:WellCementJobWithBottomPlug
rdf:type owl:Class , ep-activity:WellCementJobBottomPlugType ;
rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobCasingReciprocationType ;
rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobCasingRotationType ;
rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobFloatHoldingType ;
rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobPlugBumpingType ;
rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobTopPlugType ;
rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobBottomPlugType ;
rdf:type ep-activity:WellCementJobBottomPlugType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobCasingReciprocationType ;
rdf:type ep-activity:WellCementJobCasingReciprocationType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobCasingRotationType ;
rdf:type ep-activity:WellCementJobCasingRotationType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobFloatHoldingType ;
rdf:type ep-activity:WellCementJobFloatHoldingType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobPlugBumpingType ;
rdf:type ep-activity:WellCementJobPlugBumpingType , owl:Class ;
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 owl:Class , ep-activity:WellCementJobTopPlugType ;
rdf:type ep-activity:WellCementJobTopPlugType , owl:Class ;
rdfs:label "well cement job without top plug"^^xsd:string ;
rdfs:subClassOf ep-activity:WellCementJob ;
owl:disjointWith ep-activity:WellCementJobWithTopPlug .
......@@ -609,13 +609,13 @@ ep-activity:WellCementPumpingFluidReturnType
rdfs:subClassOf owl:Class .
ep-activity:WellCementPumpingWithFluidReturn
rdf:type owl:Class , ep-activity:WellCementPumpingFluidReturnType ;
rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ;
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 owl:Class , ep-activity:WellCementPumpingFluidReturnType ;
rdf:type ep-activity:WellCementPumpingFluidReturnType , owl:Class ;
rdfs:label "well cement pumping without fluid return"^^xsd:string ;
rdfs:subClassOf ep-activity:WellCementPumping ;
owl:disjointWith ep-activity:WellCementPumpingWithFluidReturn .
......@@ -626,28 +626,28 @@ ep-activity:WellControlIncident
rdfs:subClassOf ep-activity:Activity .
ep-activity:WellControlIncident-gas_kick
rdf:type ep-activity:WellControlIncidentType , owl:Class ;
rdf:type owl:Class , ep-activity:WellControlIncidentType ;
rdfs:label "well control incident gas kick"^^xsd:string ;
rdfs:subClassOf ep-activity:WellControlIncident ;
owl:disjointWith ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick .
owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick .
ep-activity:WellControlIncident-oil_kick
rdf:type ep-activity:WellControlIncidentType , owl:Class ;
rdf:type owl:Class , ep-activity:WellControlIncidentType ;
rdfs:label "well control incident oil kick"^^xsd:string ;
rdfs:subClassOf ep-activity:WellControlIncident ;
owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-shallow_gas_kick .
owl:disjointWith ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-gas_kick .
ep-activity:WellControlIncident-shallow_gas_kick
rdf:type ep-activity:WellControlIncidentType , owl:Class ;
rdf:type owl:Class , ep-activity:WellControlIncidentType ;
rdfs:label "well control incident shallow gas kick"^^xsd:string ;
rdfs:subClassOf ep-activity:WellControlIncident ;
owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-oil_kick .
owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-water_kick , ep-activity:WellControlIncident-gas_kick .
ep-activity:WellControlIncident-water_kick
rdf:type ep-activity:WellControlIncidentType , owl:Class ;
rdf:type owl:Class , ep-activity:WellControlIncidentType ;
rdfs:label "well control incident water kick"^^xsd:string ;
rdfs:subClassOf ep-activity:WellControlIncident ;
owl:disjointWith ep-activity:WellControlIncident-gas_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-oil_kick .
owl:disjointWith ep-activity:WellControlIncident-oil_kick , ep-activity:WellControlIncident-shallow_gas_kick , ep-activity:WellControlIncident-gas_kick .
ep-activity:WellControlIncidentType
rdf:type rdfs:Class ;
......@@ -665,40 +665,40 @@ ep-activity:WellKilling
rdfs:subClassOf ep-activity:Activity .
ep-activity:WellKilling-bullheading
rdf:type ep-activity:WellKillingType , owl:Class ;
rdf:type owl:Class , ep-activity:WellKillingType ;
rdfs:label "well killing bullheading"^^xsd:string ;
rdfs:subClassOf ep-activity:WellKilling ;
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 .
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 .
ep-activity:WellKilling-drillers_method
rdf:type ep-activity:WellKillingType , owl:Class ;
rdf:type owl:Class , ep-activity:WellKillingType ;
rdfs:label "well killing drillers method"^^xsd:string ;
rdfs:subClassOf ep-activity:WellKilling ;
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 .
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 .
ep-activity:WellKilling-forward_circulation
rdf:type ep-activity:WellKillingType , owl:Class ;
rdf:type owl:Class , ep-activity:WellKillingType ;
rdfs:label "well killing forward circulation"^^xsd:string ;
rdfs:subClassOf ep-activity:WellKilling ;
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 .
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 .
ep-activity:WellKilling-lubricate_and_bleed
rdf:type ep-activity:WellKillingType , owl:Class ;
rdf:type owl:Class , ep-activity:WellKillingType ;
rdfs:label "well killing lubricate and bleed"^^xsd:string ;
rdfs:subClassOf ep-activity:WellKilling ;
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 .
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 .
ep-activity:WellKilling-reverse_circulation
rdf:type owl:Class , ep-activity:WellKillingType ;
rdf:type ep-activity:WellKillingType , owl:Class ;
rdfs:label "well killing reverse circulation"^^xsd:string ;
rdfs:subClassOf ep-activity:WellKilling ;
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 .
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 .
ep-activity:WellKilling-wait_and_weight
rdf:type ep-activity:WellKillingType , owl:Class ;
rdf:type owl:Class , ep-activity:WellKillingType ;
rdfs:label "well killing wait and weight"^^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-bullheading .
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 .
ep-activity:WellKillingType
rdf:type rdfs:Class ;
......@@ -731,46 +731,46 @@ ep-activity:WirelineFormationTestType
rdfs:subClassOf owl:Class .
ep-activity:WirelineFormationTestWithGoodSeal
rdf:type ep-activity:WirelineFormationTestType , owl:Class ;
rdf:type owl:Class , ep-activity:WirelineFormationTestType ;
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 ep-activity:WirelineFormationTestType , owl:Class ;
rdf:type owl:Class , ep-activity:WirelineFormationTestType ;
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 owl:DatatypeProperty , ep-core:RDLTemplate ;
rdf:type ep-core:RDLTemplate , owl:DatatypeProperty ;
rdfs:domain ep-activity:DailyDrillingActivity ;
rdfs:label "description of activities following the daily reporting period"^^xsd:string .
ep-activity:descriptionOfActivitiesForcastForTheNextDailyReportingPeriod
rdf:type owl:DatatypeProperty , ep-core:RDLTemplate ;
rdf:type ep-core:RDLTemplate , 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 owl:DatatypeProperty , ep-core:RDLTemplate ;
rdf:type ep-core:RDLTemplate , owl:DatatypeProperty ;
rdfs:domain ep-activity:DailyDrillingActivity ;
rdfs:label "description of activities within the daily reporting period"^^xsd:string .
ep-activity:distanceDrilled
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property , ep-core:RDLTemplate ;
rdf:type ep-core:RDLTemplate , ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-activity:DrillingActivity ;
rdfs:label "final rate of drilling"^^xsd:string ;
rdfs:range ep-core:Length .
ep-activity:drillingContractor
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
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:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
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 owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property , ep-core:RDLTemplate ;
rdf:type ep-core:RDLTemplate , ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-activity:DrillingActivity ;
rdfs:label "final rate of drilling"^^xsd:string ;
rdfs:range ep-core:Speed .
ep-activity:finishedAt
rdf:type owl:DatatypeProperty , ep-core:ComplexBaseTemplate ;
rdf:type ep-core:ComplexBaseTemplate , owl:DatatypeProperty ;
rdfs:label "finished at"^^xsd:string ;
rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
ep-activity:hasCasingLinerTubing
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
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 owl:ObjectProperty , owl:FunctionalProperty , ep-core:RDLTemplate ;
rdf:type ep-core:RDLTemplate , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:label "has choke valve"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> .
ep-activity:hasDrillBit
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:RDLTemplate ;
rdf:type ep-core:RDLTemplate , owl:FunctionalProperty , owl:ObjectProperty ;
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:ObjectProperty , ep-core:RDLTemplate , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , ep-core:RDLTemplate , owl:ObjectProperty ;
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 owl:ObjectProperty , ep-core:RDLTemplate ;
rdf:type ep-core:RDLTemplate , owl:ObjectProperty ;
rdfs:domain ep-activity:WellControlIncident ;
rdfs:label "has inflow location"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/well#PositionWithinWellBore> .
......@@ -829,26 +829,26 @@ ep-activity:hasSubActivity
rdfs:label "has sub activity"^^xsd:string .
ep-activity:nominallyAt
rdf:type ep-core:ComplexBaseTemplate , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , ep-core:ComplexBaseTemplate ;
rdfs:label "nominal time"^^xsd:string ;
rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
ep-activity:onRig
rdf:type ep-core:RDLTemplate , owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:RDLTemplate ;
rdfs:domain ep-activity:DrillingActivity ;
rdfs:label "on rig"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/facility#Rig> .
rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> .
ep-activity:onWell
rdf:type ep-core:RDLTemplate , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , ep-core:RDLTemplate ;
rdfs:label "on well"^^xsd:string .
ep-activity:onWellBore
rdf:type ep-core:RDLTemplate , owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:RDLTemplate ;
rdfs:label "on WellBore"^^xsd:string .
ep-activity:pressureAtWhichPlugBumped
rdf:type owl:FunctionalProperty , ep-core:RDLTemplate , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , ep-core:RDLTemplate , owl:FunctionalProperty ;
rdfs:domain ep-activity:WellCementPumping ;
rdfs:label "pressure at which plug bumped"^^xsd:string ;
rdfs:range ep-core:Pressure .
......@@ -858,59 +858,59 @@ ep-activity:pumpedFluid
rdfs:label "pumped fluid"^^xsd:string .
ep-activity:recoveredCore
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-activity:WellCore ;
rdfs:label "recovered core"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/well#RecoveredCore> .
ep-activity:sampledFluid
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
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:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
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 owl:DatatypeProperty , ep-core:ComplexBaseTemplate ;
rdf:type ep-core:ComplexBaseTemplate , owl:DatatypeProperty ;
rdfs:label "started at"^^xsd:string ;
rdfs:range <http://www.linkedmodel.org/schema/vaem#dateUnion> .
ep-activity:stratigraphyDescription
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-activity:PreliminaryZonation ;
rdfs:label "stratigrapy description"^^xsd:string .
ep-activity:timeLost
rdf:type ep-core:RDLTemplate , owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:RDLTemplate ;
rdfs:domain ep-activity:WellControlIncident ;
rdfs:label "time lost"^^xsd:string ;
rdfs:range ep-core:TimeDuration .
ep-activity:volumeOfMudGained
rdf:type ep-core:RDLTemplate , owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:RDLTemplate ;
rdfs:domain ep-activity:WellControlIncident ;
rdfs:label "volume of mud gained"^^xsd:string ;
rdfs:range ep-core:Volume .
ep-activity:volumeOfPumpedCementingFluid
rdf:type ep-core:RDLTemplate , owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:RDLTemplate ;
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:FunctionalProperty , ep-core:RDLTemplate , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , ep-core:RDLTemplate , owl:FunctionalProperty ;
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:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
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:42:36 BST 2011
# Saved by TopBraid on Fri Sep 16 17:29:24 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/facility
# imports: http://www.reportinghub.no/ep/schema/1.0/core
......@@ -32,28 +32,23 @@ ep-fac:FixedOrMoveableRigType
rdfs:subClassOf owl:Class .
ep-fac:FixedRig
rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ;
rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ;
rdfs:label "fixed rig"^^xsd:string ;
rdfs:subClassOf ep-fac:Rig-WholeLife , ep-fac:FixedFacility .
rdfs:subClassOf ep-fac:Rig , ep-fac:FixedFacility .
ep-fac:MoveableFacility
rdf:type owl:Class ;
rdfs:subClassOf ep-fac:Facility .
ep-fac:MoveableRig
rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ;
rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ;
rdfs:label "moveable rig"^^xsd:string ;
rdfs:subClassOf ep-fac:Rig-WholeLife , ep-fac:MoveableFacility .
rdfs:subClassOf ep-fac:Rig , ep-fac:MoveableFacility .
ep-fac:Rig
rdf:type owl:Class ;
rdfs:label "all or part of the life of a rig"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility .
ep-fac:Rig-WholeLife
rdf:type owl:Class ;
rdfs:label "rig"^^xsd:string ;
rdfs:subClassOf ep-fac:Rig .
rdfs:label "rig (whole life)"^^xsd:string ;
rdfs:subClassOf ep-fac:TemporalPartOfARig .
ep-fac:SubSurfaceFixedFacility
rdf:type owl:Class ;
......@@ -68,8 +63,13 @@ ep-fac:SurroundingWater
rdfs:label "surrounding water"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject .
ep-fac:TemporalPartOfARig
rdf:type owl:Class ;
rdfs:label "(temporal part of a) rig"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility .
ep-fac:depthOfSurroundingWater
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-fac:SurroundingWater ;
rdfs:label "depth of surrounding water"^^xsd:string ;
rdfs:range ep-core:Length .
......
# Saved by TopBraid on Thu Sep 15 15:24:53 BST 2011
# Saved by TopBraid on Fri Sep 16 17:30:05 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
......@@ -12,7 +12,7 @@
<http://www.reportinghub.no/ep/schema/1.0/well>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/core> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ;
owl:versionInfo "0.1.0"^^xsd:string .
<http://www.reportinghub.no/ep/schema/equipment#Equipment>
......@@ -24,17 +24,17 @@ ep-well:CementingFluid
rdfs:subClassOf ep-well:Fluid .
ep-well:CementingFluidType
rdf:type ep-well:CementingFluidType , rdfs:Class ;
rdf:type rdfs:Class , ep-well:CementingFluidType ;
rdfs:label "cementing fluid type"^^xsd:string ;
rdfs:subClassOf rdfs:Class .
ep-well:Condensate
rdf:type owl:Class , ep-well:FluidComponentType ;
rdf:type ep-well:FluidComponentType , owl:Class ;
rdfs:label "condensate"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
ep-well:Filtrate
rdf:type ep-well:FluidComponentType , owl:Class ;
rdf:type owl:Class , ep-well:FluidComponentType ;
rdfs:label "filtrate"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
......@@ -49,20 +49,20 @@ ep-well:FluidComponentType
rdfs:subClassOf owl:Class .
ep-well:Gas
rdf:type owl:Class , ep-well:FluidComponentType ;
rdf:type ep-well:FluidComponentType , owl:Class ;
rdfs:label "gas"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
ep-well:HphtWellBore
rdf:type ep-well:WellBoreHphtType , owl:Class ;
rdf:type owl:Class , ep-well:WellBoreHphtType ;
rdfs:label "high pressure high temperature well bore"^^xsd:string ;
rdfs:subClassOf ep-well:WellBore ;
rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
owl:disjointWith ep-well:NotHphtWellBore .
ep-well:LeakyWellBore
rdf:type owl:Class , ep-well:WellBoreTightnessType ;
rdf:type ep-well:WellBoreTightnessType , owl:Class ;
rdfs:label "leaky well bore"^^xsd:string ;
rdfs:subClassOf ep-well:WellBore ;
rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
owl:disjointWith ep-well:TightWellBore .
ep-well:LowerPartOfAWellBore
......@@ -71,19 +71,19 @@ ep-well:LowerPartOfAWellBore
rdfs:subClassOf ep-well:SpatialPartOfAWellBore .
ep-well:Mud
rdf:type ep-well:CementingFluidType , owl:Class ;
rdf:type owl:Class , ep-well:CementingFluidType ;
rdfs:label "mud"^^xsd:string ;
rdfs:subClassOf ep-well:CementingFluid ;
owl:disjointWith ep-well:Slurry , ep-well:Wash , ep-well:Spacer .
owl:disjointWith ep-well:Spacer , ep-well:Wash , ep-well:Slurry .
ep-well:NotHphtWellBore
rdf:type ep-well:WellBoreHphtType , owl:Class ;
rdf:type owl:Class , ep-well:WellBoreHphtType ;
rdfs:label "not high pressure high temperature well bore"^^xsd:string ;
rdfs:subClassOf ep-well:WellBore ;
rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
owl:disjointWith ep-well:HphtWellBore .
ep-well:Oil
rdf:type ep-well:FluidComponentType , owl:Class ;
rdf:type owl:Class , ep-well:FluidComponentType ;
rdfs:label "oil"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
......@@ -98,16 +98,16 @@ ep-well:RecoveredCore
rdfs:subClassOf ep-core:PhysicalObject .
ep-well:Slurry
rdf:type ep-well:CementingFluidType , owl:Class ;
rdf:type owl:Class , ep-well:CementingFluidType ;
rdfs:label "slurry"^^xsd:string ;
rdfs:subClassOf ep-well:CementingFluid ;
owl:disjointWith ep-well:Wash , ep-well:Spacer , ep-well:Mud .
owl:disjointWith ep-well:Mud , ep-well:Spacer , ep-well:Wash .
ep-well:Spacer
rdf:type ep-well:CementingFluidType , owl:Class ;
rdf:type owl:Class , ep-well:CementingFluidType ;
rdfs:label "spacer"^^xsd:string ;
rdfs:subClassOf ep-well:CementingFluid ;
owl:disjointWith ep-well:Slurry , ep-well:Wash , ep-well:Mud .
owl:disjointWith ep-well:Mud , ep-well:Wash , ep-well:Slurry .
ep-well:SpatialPartOfAWellBore
rdf:type owl:Class ;
......@@ -119,42 +119,42 @@ ep-well:SurroundingRockFormation
rdfs:label "surrounding rock formation"^^xsd:string ;
rdfs:subClassOf ep-well:SpatialPartOfAWellBore .
ep-well:TemporalPartOfAWell
rdf:type owl:Class ;
rdfs:label "(temporal part of a) well"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject .
ep-well:TemporalPartOfAWellBore
rdf:type owl:Class ;
rdfs:label "(temporal part of a) wellbore"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject .
ep-well:TightWellBore
rdf:type owl:Class , ep-well:WellBoreTightnessType ;
rdf:type ep-well:WellBoreTightnessType , owl:Class ;
rdfs:label "tight well bore"^^xsd:string ;
rdfs:subClassOf ep-well:WellBore ;
rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
owl:disjointWith ep-well:LeakyWellBore .
ep-well:Wash
rdf:type owl:Class ;
rdfs:label "wash"^^xsd:string ;
rdfs:subClassOf ep-well:CementingFluid ;
owl:disjointWith ep-well:Slurry , ep-well:Spacer , ep-well:Mud .
owl:disjointWith ep-well:Mud , ep-well:Spacer , ep-well:Slurry .
ep-well:Water
rdf:type owl:Class , ep-well:FluidComponentType ;
rdf:type ep-well:FluidComponentType , owl:Class ;
rdfs:label "water"^^xsd:string ;
rdfs:subClassOf ep-well:Fluid .
ep-well:Well
rdf:type owl:Class ;
rdfs:label "well"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject .
ep-well:Well-WholeLife
rdf:type owl:Class ;
rdfs:label "well - whole life "^^xsd:string ;
rdfs:subClassOf ep-well:Well .
rdfs:label "well (whole life)"^^xsd:string ;
rdfs:subClassOf ep-well:TemporalPartOfAWell .
ep-well:WellBore
rdf:type owl:Class ;
rdfs:label "wellbore"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject .
ep-well:WellBore-WholeLife
rdf:type owl:Class ;
rdfs:label "wellbore - whole life"^^xsd:string ;
rdfs:subClassOf ep-well:WellBore ;
rdfs:label "wellbore (whole life)"^^xsd:string ;
rdfs:subClassOf ep-well:TemporalPartOfAWellBore ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
......@@ -199,54 +199,54 @@ ep-well:WellBoreTightnessType
rdfs:subClassOf owl:Class .
ep-well:averageBottomHolePressure
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:WellBore ;
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "average bottom hole pressure"^^xsd:string ;
rdfs:range ep-core:Pressure .
ep-well:averageBottomHoleTemperature
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:WellBore ;
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "average bottom hole temperature"^^xsd:string ;
rdfs:range ep-core:Temperature .
ep-well:azimuth
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:PositionWithinWellBore ;
rdfs:label "azimuth"^^xsd:string ;
rdfs:range ep-core:PlaneAngle .
ep-well:bottomHoleMeasuredDepth
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:WellBore ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "bottom hole measured depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:bottomHoleTemperature
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:WellBore ;
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "bottom hole temperature"^^xsd:string ;
rdfs:range ep-core:Temperature .
ep-well:cementingFluidPerCentFreeWater
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:CementingFluid ;
rdfs:label "cementing fluid per cent free water"^^xsd:string ;
rdfs:range ep-core:Ratio .
ep-well:cementingFluidThickeningTime
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:CementingFluid ;
rdfs:label "cementing fluid per cent free water"^^xsd:string ;
rdfs:range ep-core:TimeDuration .
ep-well:diameterOfACasingOfAWellBore
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:label "diameter of a casing of a wellbore"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:diameterOfAWellBorePilotHole
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:WellBorePilotHole ;
rdfs:label "diameter of a wellbore pilot hole"^^xsd:string ;
rdfs:range ep-core:Length .
......@@ -258,130 +258,130 @@ ep-well:dominantComponent
rdfs:range ep-well:FluidComponentType .
ep-well:finalBottomHoleMeasuredDepth
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:WellBore ;
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "final bottom hole measured depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:finalBottomHoleTrueVerticalDepth
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:WellBore ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "final bottom hole true vertical depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:hasBarrel
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:RecoveredCore ;
rdfs:label "has barrel"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/equipment#InnerBarrel> .
ep-well:inclination
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:PositionWithinWellBore ;
rdfs:label "inclination"^^xsd:string ;
rdfs:range ep-core:PlaneAngle .
ep-well:initialBottomHoleMeasuredDepth
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:WellBore ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "initial bottom hole measured depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:measuredDepth
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:SpatialPartOfAWellBore ;
rdfs:label "measured depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:measuredDepthOfPlugTop
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:WellBore ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "measured depth of plug top"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:measuredDepthToTheBottomOfAPartOfAWellBore
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:SpatialPartOfAWellBore ;
rdfs:label "measured depth to the bottom of a part of a wellbore"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:measuredDepthToTheTopOfAPartOfAWellBore
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:SpatialPartOfAWellBore ;
rdfs:label "measured depth to the top of a part of a wellbore"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:nominalInsideDiameterOfBoreHole
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:WellBore ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "nominal inside diameter of borehole"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:plannedBottomHoleMeasuredDepth
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:WellBore ;
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "planned bottom hole measured depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:plannedPilotBottomHoleMeasuredDepth
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:WellBorePilotHole ;
rdfs:label "planned pilot bottom hole measured depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:plannedPilotBottomHoleTrueVerticalDepth
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:WellBorePilotHole ;
rdfs:label "planned pilot bottom hole true vertical depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:porePressureEquivalentMudDensity
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:WellBore ;
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "pore pressure - equivalent mud density"^^xsd:string ;
rdfs:range ep-core:Density .
ep-well:ratioOfCementMixToWater
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:CementingFluid ;
rdfs:label "ratio of cement mix to water"^^xsd:string ;
rdfs:range ep-core:Ratio .
ep-well:shutInCasingPressure
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:WellBore ;
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "shut in casing pressure"^^xsd:string ;
rdfs:range ep-core:Pressure .
ep-well:shutInDrillPipePressure
rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:WellBore ;
rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "shut in drill pipe pressure"^^xsd:string ;
rdfs:range ep-core:Pressure .
ep-well:strengthOfRockFormation
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-well:SurroundingRockFormation ;
rdfs:label "strength of rock formation"^^xsd:string ;
rdfs:range ep-core:StrengthOfRockFormation .
ep-well:trueVerticalDepth
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain ep-well:SpatialPartOfAWellBore ;
rdfs:label "true vertical depth"^^xsd:string ;
rdfs:range ep-core:Length .
ep-well:wellBoreCompletedAt
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:domain ep-well:WellBore ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "wellbore completed at"^^xsd:string .
ep-well:wellBorePreSpudAt
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:domain ep-well:WellBore ;
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "wellbore pre-spud at"^^xsd:string .
ep-well:wellBoreSpudAt
rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
rdfs:domain ep-well:WellBore ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
rdfs:domain ep-well:TemporalPartOfAWellBore ;
rdfs:label "wellbore spud at"^^xsd:string .
......
# Saved by TopBraid on Sun Sep 11 10:02:31 BST 2011
# Saved by TopBraid on Fri Sep 16 17:49:28 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
......@@ -32,9 +32,9 @@
ddr:Obj_drillReport
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 131 Transfer mdHoleStart"^^xsd:string ;
rdfs:comment "STEP 128 Transfer md"^^xsd:string ;
sp:templates ([ sp:object _:b1 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#initialBottomHoleMeasuredDepth> ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ;
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
......@@ -56,7 +56,7 @@ ddr:Obj_drillReport
sp:predicate ddr:dTimEnd ;
sp:subject _:b6
] [ sp:object _:b9 ;
sp:predicate ddr:mdHoleStartRef ;
sp:predicate ddr:mdRef ;
sp:subject _:b6
] [ sp:object _:b3 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
......@@ -93,7 +93,7 @@ ddr:Obj_drillReport
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 133 Transfer stateDetailActivity"^^xsd:string ;
rdfs:comment "STEP 132 Transfer status"^^xsd:string ;
sp:templates ([ sp:object _:b12 ;
sp:predicate rdf:type ;
sp:subject _:b13
......@@ -108,7 +108,7 @@ ddr:Obj_drillReport
sp:predicate ddr:activityRef ;
sp:subject spin:_this
] [ sp:object _:b17 ;
sp:predicate ddr:stateDetailActivityRef ;
sp:predicate ddr:stateRef ;
sp:subject _:b16
] [ rdf:type sp:Bind ;
sp:expression
......@@ -132,7 +132,7 @@ ddr:Obj_drillReport
sp:variable _:b13
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectDrillingActivityOutcomeType ;
[ rdf:type ep-spin-lib:selectActivitySuccessType ;
sp:arg1 _:b17
] ;
sp:variable _:b12
......@@ -140,130 +140,102 @@ ddr:Obj_drillReport
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 127 Create part activity and temporal part of WellBore"^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> ;
rdfs:comment "STEP 130 Transfer proprietaryCode and phase"^^xsd:string ;
sp:templates ([ sp:object _:b20 ;
sp:predicate rdf:type ;
sp:subject _:b20
] [ sp:object _:b20 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b21
] [ sp:object _:b22 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
sp:subject _:b20
] [ sp:object _:b23 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
sp:subject _:b20
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
sp:predicate rdf:type ;
sp:subject _:b24
] [ sp:object _:b25 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b24
] [ sp:object _:b24 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b20
] [ sp:object _:b26 ;
sp:predicate rdfs:comment ;
sp:subject _:b20
sp:subject _:b21
]) ;
sp:where ([ sp:object _:b27 ;
sp:where ([ sp:object _:b23 ;
sp:predicate ddr:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b28 ;
] [ sp:object _:b24 ;
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b29 ;
] [ sp:object _:b25 ;
sp:predicate ddr:activityRef ;
sp:subject spin:_this
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b26 ;
sp:predicate ddr:comments ;
sp:subject _:b29
sp:predicate ddr:proprietaryCodeRef ;
sp:subject _:b25
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b27 ;
sp:predicate ddr:phaseRef ;
sp:subject _:b25
])
] [ sp:object _:b22 ;
sp:predicate ddr:dTimStart ;
sp:subject _:b29
] [ sp:object _:b23 ;
sp:predicate ddr:dTimEnd ;
sp:subject _:b29
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b27
sp:arg1 _:b23
] ;
sp:variable _:b30
sp:variable _:b28
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 _:b29
sp:arg1 _:b25
] ;
sp:variable _:b31
sp:variable _:b29
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildPartActivityURI ;
sp:arg1 _:b30 ;
sp:arg2 _:b28 ;
sp:arg3 _:b31
sp:arg1 _:b28 ;
sp:arg2 _:b24 ;
sp:arg3 _:b29
] ;
sp:variable _:b20
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type rhspin:wellBoreByName ;
arg:wellBoreName _:b27
] ;
sp:variable _:b25
sp:variable _:b21
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b30 ;
sp:arg2 _:b28
[ rdf:type ep-spin-lib:selectDrillingActivityPurposeType ;
sp:arg1 _:b26
] ;
sp:variable _:b21
sp:variable _:b20
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ;
sp:arg1 _:b30 ;
sp:arg2 _:b22 ;
sp:arg3 _:b23
[ rdf:type ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType ;
sp:arg1 _:b27
] ;
sp:variable _:b24
sp:variable _:b22
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 129 Transfer tvd"^^xsd:string ;
sp:templates ([ sp:object _:b32 ;
sp:templates ([ sp:object _:b30 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleTrueVerticalDepth> ;
sp:subject _:b33
sp:subject _:b31
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b32
] [ sp:object _:b34 ;
sp:predicate _:b35 ;
sp:subject _:b32
sp:subject _:b30
] [ sp:object _:b32 ;
sp:predicate _:b33 ;
sp:subject _:b30
]) ;
sp:where ([ sp:object _:b36 ;
sp:where ([ sp:object _:b34 ;
sp:predicate ddr:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b37 ;
] [ sp:object _:b35 ;
sp:predicate ddr:activityRef ;
sp:subject spin:_this
] [ sp:object _:b38 ;
] [ sp:object _:b36 ;
sp:predicate ddr:dTimStart ;
sp:subject _:b37
] [ sp:object _:b39 ;
sp:subject _:b35
] [ sp:object _:b37 ;
sp:predicate ddr:dTimEnd ;
sp:subject _:b37
] [ sp:object _:b40 ;
sp:subject _:b35
] [ sp:object _:b38 ;
sp:predicate ddr:tvdRef ;
sp:subject _:b37
] [ sp:object _:b34 ;
sp:subject _:b35
] [ sp:object _:b32 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b40
] [ sp:object _:b41 ;
sp:subject _:b38
] [ sp:object _:b39 ;
sp:predicate ddr:uomRef ;
sp:subject _:b40
] [ sp:object _:b33 ;
sp:subject _:b38
] [ sp:object _:b31 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject
[ sp:varName "partActivity"^^xsd:string
......@@ -271,91 +243,119 @@ ddr:Obj_drillReport
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b36
sp:arg1 _:b34
] ;
sp:variable _:b42
sp:variable _:b40
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ;
sp:arg1 _:b42 ;
sp:arg2 _:b38 ;
sp:arg3 _:b39
sp:arg1 _:b40 ;
sp:arg2 _:b36 ;
sp:arg3 _:b37
] ;
sp:variable _:b33
sp:variable _:b31
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b41
sp:arg1 _:b39
] ;
sp:variable _:b35
sp:variable _:b33
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 130 Transfer proprietaryCode and phase"^^xsd:string ;
sp:templates ([ sp:object _:b43 ;
rdfs:comment "STEP 127 Create part activity and temporal part of WellBore"^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> ;
sp:predicate rdf:type ;
sp:subject _:b44
] [ sp:object _:b45 ;
sp:subject _:b41
] [ sp:object _:b41 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b42
] [ sp:object _:b43 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
sp:subject _:b41
] [ sp:object _:b44 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
sp:subject _:b41
] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
sp:predicate rdf:type ;
sp:subject _:b44
sp:subject _:b45
] [ sp:object _:b46 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b45
] [ sp:object _:b45 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b41
] [ sp:object _:b47 ;
sp:predicate rdfs:comment ;
sp:subject _:b41
]) ;
sp:where ([ sp:object _:b46 ;
sp:where ([ sp:object _:b48 ;
sp:predicate ddr:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b47 ;
] [ sp:object _:b49 ;
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b48 ;
] [ sp:object _:b50 ;
sp:predicate ddr:activityRef ;
sp:subject spin:_this
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b49 ;
sp:predicate ddr:proprietaryCodeRef ;
sp:subject _:b48
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b50 ;
sp:predicate ddr:phaseRef ;
sp:subject _:b48
sp:elements ([ sp:object _:b47 ;
sp:predicate ddr:comments ;
sp:subject _:b50
])
] [ sp:object _:b43 ;
sp:predicate ddr:dTimStart ;
sp:subject _:b50
] [ sp:object _:b44 ;
sp:predicate ddr:dTimEnd ;
sp:subject _:b50
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b46
sp:arg1 _:b48
] ;
sp:variable _:b51
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type afn:localname ;
sp:arg1 _:b48
sp:arg1 _:b50
] ;
sp:variable _:b52
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildPartActivityURI ;
sp:arg1 _:b51 ;
sp:arg2 _:b47 ;
sp:arg2 _:b49 ;
sp:arg3 _:b52
] ;
sp:variable _:b44
sp:variable _:b41
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectDrillingActivityPurposeType ;
sp:arg1 _:b49
[ rdf:type rhspin:wellBoreByName ;
arg:wellBoreName _:b48
] ;
sp:variable _:b43
sp:variable _:b46
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectDrillingActivityTypeAccordingToEquipmentType ;
sp:arg1 _:b50
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b51 ;
sp:arg2 _:b49
] ;
sp:variable _:b42
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ;
sp:arg1 _:b51 ;
sp:arg2 _:b43 ;
sp:arg3 _:b44
] ;
sp:variable _:b45
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 132 Transfer status"^^xsd:string ;
rdfs:comment "STEP 133 Transfer stateDetailActivity"^^xsd:string ;
sp:templates ([ sp:object _:b53 ;
sp:predicate rdf:type ;
sp:subject _:b54
......@@ -370,7 +370,7 @@ ddr:Obj_drillReport
sp:predicate ddr:activityRef ;
sp:subject spin:_this
] [ sp:object _:b58 ;
sp:predicate ddr:stateRef ;
sp:predicate ddr:stateDetailActivityRef ;
sp:subject _:b57
] [ rdf:type sp:Bind ;
sp:expression
......@@ -394,7 +394,7 @@ ddr:Obj_drillReport
sp:variable _:b54
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectActivitySuccessType ;
[ rdf:type ep-spin-lib:selectDrillingActivityOutcomeType ;
sp:arg1 _:b58
] ;
sp:variable _:b53
......@@ -402,9 +402,9 @@ ddr:Obj_drillReport
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 128 Transfer md"^^xsd:string ;
rdfs:comment "STEP 131 Transfer mdHoleStart"^^xsd:string ;
sp:templates ([ sp:object _:b61 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#finalBottomHoleMeasuredDepth> ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#initialBottomHoleMeasuredDepth> ;
sp:subject _:b62
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
......@@ -426,7 +426,7 @@ ddr:Obj_drillReport
sp:predicate ddr:dTimEnd ;
sp:subject _:b66
] [ sp:object _:b69 ;
sp:predicate ddr:mdRef ;
sp:predicate ddr:mdHoleStartRef ;
sp:subject _:b66
] [ sp:object _:b63 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
......@@ -462,198 +462,198 @@ ddr:Obj_drillReport
])
] .
_:b11
_:b34
sp:varName "nameWellBore"^^xsd:string .
_:b33
sp:varName "lengthScale"^^xsd:string .
_:b32
sp:varName "real"^^xsd:string .
_:b31
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b52
sp:varName "localname"^^xsd:string .
_:b51
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b10
sp:varName "uom"^^xsd:string .
_:b50
sp:varName "activity"^^xsd:string .
_:b9 sp:varName "mdHoleStart"^^xsd:string .
_:b49
sp:varName "dTimStart"^^xsd:string .
_:b8 sp:varName "dTimEndPart"^^xsd:string .
_:b48
sp:varName "nameWellBore"^^xsd:string .
_:b7 sp:varName "dTimStartPart"^^xsd:string .
_:b47
sp:varName "comments"^^xsd:string .
_:b6 sp:varName "activity"^^xsd:string .
_:b46
sp:varName "wellBore"^^xsd:string .
_:b5 sp:varName "nameWellBore"^^xsd:string .
_:b45
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b4 sp:varName "lengthScale"^^xsd:string .
_:b44
sp:varName "dTimEndPart"^^xsd:string .
_:b3 sp:varName "real"^^xsd:string .
_:b43
sp:varName "dTimStartPart"^^xsd:string .
_:b2 sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b42
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b19
_:b41
sp:varName "partActivity"^^xsd:string .
_:b60
sp:varName "localname"^^xsd:string .
_:b18
_:b59
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b17
_:b58
sp:varName "stateDetailActivity"^^xsd:string .
_:b16
_:b57
sp:varName "activity"^^xsd:string .
_:b15
_:b56
sp:varName "dTimStart"^^xsd:string .
_:b14
_:b55
sp:varName "nameWellBore"^^xsd:string .
_:b13
_:b54
sp:varName "partActivity"^^xsd:string .
_:b12
_:b53
sp:varName "drillingActivityOutcomeType"^^xsd:string .
_:b31
sp:varName "localname"^^xsd:string .
_:b30
_:b71
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b29
sp:varName "activity"^^xsd:string .
_:b28
sp:varName "dTimStart"^^xsd:string .
_:b70
sp:varName "uom"^^xsd:string .
_:b27
sp:varName "nameWellBore"^^xsd:string .
_:b69
sp:varName "mdHoleStart"^^xsd:string .
_:b26
sp:varName "comments"^^xsd:string .
_:b68
sp:varName "dTimEndPart"^^xsd:string .
_:b25
sp:varName "wellBore"^^xsd:string .
_:b67
sp:varName "dTimStartPart"^^xsd:string .
_:b24
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b66
sp:varName "activity"^^xsd:string .
_:b23
sp:varName "dTimEndPart"^^xsd:string .
_:b65
sp:varName "nameWellBore"^^xsd:string .
_:b22
sp:varName "dTimStartPart"^^xsd:string .
_:b64
sp:varName "lengthScale"^^xsd:string .
_:b21
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b63
sp:varName "real"^^xsd:string .
_:b20
sp:varName "partActivity"^^xsd:string .
_:b62
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b42
_:b11
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b41
_:b10
sp:varName "uom"^^xsd:string .
_:b40
sp:varName "tvd"^^xsd:string .
_:b9 sp:varName "md"^^xsd:string .
_:b39
sp:varName "dTimEndPart"^^xsd:string .
_:b8 sp:varName "dTimEndPart"^^xsd:string .
_:b38
sp:varName "dTimStartPart"^^xsd:string .
_:b7 sp:varName "dTimStartPart"^^xsd:string .
_:b37
sp:varName "activity"^^xsd:string .
_:b6 sp:varName "activity"^^xsd:string .
_:b36
sp:varName "nameWellBore"^^xsd:string .
_:b5 sp:varName "nameWellBore"^^xsd:string .
_:b35
sp:varName "lengthScale"^^xsd:string .
_:b4 sp:varName "lengthScale"^^xsd:string .
_:b34
sp:varName "real"^^xsd:string .
_:b3 sp:varName "real"^^xsd:string .
_:b33
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b2 sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b52
_:b19
sp:varName "localname"^^xsd:string .
_:b51
_:b18
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b50
sp:varName "phase"^^xsd:string .
_:b49
sp:varName "proprietaryCode"^^xsd:string .
_:b17
sp:varName "state"^^xsd:string .
_:b48
_:b16
sp:varName "activity"^^xsd:string .
_:b47
_:b15
sp:varName "dTimStart"^^xsd:string .
_:b46
_:b14
sp:varName "nameWellBore"^^xsd:string .
_:b45
sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string .
_:b44
_:b13
sp:varName "partActivity"^^xsd:string .
_:b43
sp:varName "drillingActivityPurposeType"^^xsd:string .
_:b12
sp:varName "activitySuccessType"^^xsd:string .
_:b60
_:b29
sp:varName "localname"^^xsd:string .
_:b59
_:b28
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b58
sp:varName "state"^^xsd:string .
_:b27
sp:varName "phase"^^xsd:string .
_:b57
_:b26
sp:varName "proprietaryCode"^^xsd:string .
_:b25
sp:varName "activity"^^xsd:string .
_:b56
_:b24
sp:varName "dTimStart"^^xsd:string .
_:b55
_:b23
sp:varName "nameWellBore"^^xsd:string .
_:b54
_:b22
sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string .
_:b21
sp:varName "partActivity"^^xsd:string .
_:b53
sp:varName "activitySuccessType"^^xsd:string .
_:b20
sp:varName "drillingActivityPurposeType"^^xsd:string .
_:b71
_:b40
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b70
_:b39
sp:varName "uom"^^xsd:string .
_:b69
sp:varName "md"^^xsd:string .
_:b38
sp:varName "tvd"^^xsd:string .
_:b68
_:b37
sp:varName "dTimEndPart"^^xsd:string .
_:b67
_:b36
sp:varName "dTimStartPart"^^xsd:string .
_:b66
_:b35
sp:varName "activity"^^xsd:string .
_:b65
sp:varName "nameWellBore"^^xsd:string .
_:b64
sp:varName "lengthScale"^^xsd:string .
_:b63
sp:varName "real"^^xsd:string .
_:b62
sp:varName "temporalPartOfAWellBore"^^xsd:string .
......
# Saved by TopBraid on Tue Sep 13 16:35:02 BST 2011
# Saved by TopBraid on Fri Sep 16 17:50:44 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo
# 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/controlIncidentInfo>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <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/spin/1.1/lib> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ddr:Obj_drillReport
......@@ -31,7 +31,7 @@ ddr:Obj_drillReport
] [ 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#WellBore> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
sp:predicate rdf:type ;
sp:subject _:b3
] [ sp:object _:b4 ;
......@@ -537,224 +537,224 @@ ddr:Obj_drillReport
])
] .
_:b56
sp:varName "densityScalePore"^^xsd:string .
_:b62
sp:varName "pressureScaleShutInDrill"^^xsd:string .
_:b1 sp:varName "wellControlIncident"^^xsd:string .
_:b59
sp:varName "pressureScaleShutInCasing"^^xsd:string .
_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b27
sp:varName "pressureScaleMaxChoke"^^xsd:string .
_:b4 sp:varName "dailytemporalPartOfAWellBore"^^xsd:string .
_:b49
sp:varName "temperatureScale"^^xsd:string .
_:b5 sp:varName "dTimStartOfIncident"^^xsd:string .
_:b53
sp:varName "densityScaleWtMud"^^xsd:string .
_:b6 sp:varName "dTimEndOfIncident"^^xsd:string .
_:b41
sp:varName "lengthScaleMdCsgLast"^^xsd:string .
_:b9 sp:varName "formation"^^xsd:string .
_:b43
sp:varName "lengthScaleDiaCsgLast"^^xsd:string .
_:b11
sp:varName "realMdIn"^^xsd:string .
_:b46
sp:varName "lengthScaleMdBit"^^xsd:string .
_:b12
sp:varName "lengthScaleMdIn"^^xsd:string .
_:b30
sp:varName "lengthScaleDia"^^xsd:string .
_:b14
sp:varName "realTvdIn"^^xsd:string .
_:b15
sp:varName "lengthScaleTvdIn"^^xsd:string .
_:b12
sp:varName "lengthScaleMdIn"^^xsd:string .
_:b17
sp:varName "realDuration"^^xsd:string .
_:b18
sp:varName "timeDurationScale"^^xsd:string .
_:b35
sp:varName "volumeScale"^^xsd:string .
_:b32
sp:varName "wellKillingType"^^xsd:string .
_:b19
sp:varName "wellControlIncidentType"^^xsd:string .
_:b21
sp:varName "drillingActivityPurposeType"^^xsd:string .
_:b22
sp:varName "drillingActivityTypeAccordingToEquipmentType"^^xsd:string .
_:b21
sp:varName "drillingActivityPurposeType"^^xsd:string .
_:b26
sp:varName "realMaxChoke"^^xsd:string .
_:b1 sp:varName "wellControlIncident"^^xsd:string .
_:b27
sp:varName "pressureScaleMaxChoke"^^xsd:string .
_:b99
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b29
sp:varName "realDia"^^xsd:string .
_:b98
sp:varName "localname"^^xsd:string .
_:b30
sp:varName "lengthScaleDia"^^xsd:string .
_:b32
sp:varName "wellKillingType"^^xsd:string .
_:b34
sp:varName "realVol"^^xsd:string .
_:b35
sp:varName "volumeScale"^^xsd:string .
_:b36
sp:varName "description"^^xsd:string .
_:b26
sp:varName "realMaxChoke"^^xsd:string .
_:b40
sp:varName "realMdCsgLast"^^xsd:string .
_:b97
sp:varName "uomMaxChoke"^^xsd:string .
_:b41
sp:varName "lengthScaleMdCsgLast"^^xsd:string .
_:b96
sp:varName "presMaxChoke"^^xsd:string .
_:b42
sp:varName "realDiaCsgLast"^^xsd:string .
_:b48
sp:varName "realTemp"^^xsd:string .
_:b43
sp:varName "lengthScaleDiaCsgLast"^^xsd:string .
_:b95
sp:varName "uomTemp"^^xsd:string .
_:b45
sp:varName "realMdBit"^^xsd:string .
_:b94
sp:varName "tempBottom"^^xsd:string .
_:b46
sp:varName "lengthScaleMdBit"^^xsd:string .
_:b9 sp:varName "formation"^^xsd:string .
_:b48
sp:varName "realTemp"^^xsd:string .
_:b93
sp:varName "killingType"^^xsd:string .
_:b49
sp:varName "temperatureScale"^^xsd:string .
_:b92
sp:varName "incidentType"^^xsd:string .
_:b52
sp:varName "realWtMud"^^xsd:string .
_:b61
sp:varName "realShutInDrill"^^xsd:string .
_:b53
sp:varName "densityScaleWtMud"^^xsd:string .
_:b91
sp:varName "uomShutInDrill"^^xsd:string .
_:b55
sp:varName "realPore"^^xsd:string .
_:b90
sp:varName "presShutInDrill"^^xsd:string .
_:b56
sp:varName "densityScalePore"^^xsd:string .
_:b58
sp:varName "realShutInCasing"^^xsd:string .
_:b89
sp:varName "uomShutInCasing"^^xsd:string .
_:b88
sp:varName "presShutInCasing"^^xsd:string .
_:b59
sp:varName "pressureScaleShutInCasing"^^xsd:string .
_:b34
sp:varName "realVol"^^xsd:string .
_:b61
sp:varName "realShutInDrill"^^xsd:string .
_:b87
sp:varName "uomVol"^^xsd:string .
_:b62
sp:varName "pressureScaleShutInDrill"^^xsd:string .
_:b86
sp:varName "volMudGained"^^xsd:string .
_:b63
sp:varName "nameWellBore"^^xsd:string .
_:b40
sp:varName "realMdCsgLast"^^xsd:string .
_:b64
sp:varName "dTimStart"^^xsd:string .
_:b85
sp:varName "uomMdCsgLast"^^xsd:string .
_:b65
sp:varName "controlIncidentInfo"^^xsd:string .
_:b84
sp:varName "mdCsgLast"^^xsd:string .
_:b66
sp:varName "mdIn"^^xsd:string .
_:b42
sp:varName "realDiaCsgLast"^^xsd:string .
_:b67
sp:varName "uomMdIn"^^xsd:string .
_:b83
sp:varName "uomDiaCsgLast"^^xsd:string .
_:b68
sp:varName "tvdIn"^^xsd:string .
_:b82
sp:varName "diaCsgLast"^^xsd:string .
_:b69
sp:varName "uomTvdIn"^^xsd:string .
_:b55
sp:varName "realPore"^^xsd:string .
_:b70
sp:varName "phase"^^xsd:string .
_:b81
sp:varName "uomPore"^^xsd:string .
_:b71
sp:varName "proprietaryCode"^^xsd:string .
_:b80
sp:varName "porePressure"^^xsd:string .
_:b72
sp:varName "eTimLost"^^xsd:string .
_:b52
sp:varName "realWtMud"^^xsd:string .
_:b73
sp:varName "uomDuration"^^xsd:string .
_:b79
sp:varName "uomWtMud"^^xsd:string .
_:b74
sp:varName "diaBit"^^xsd:string .
_:b78
sp:varName "wtMud"^^xsd:string .
_:b75
sp:varName "uomDia"^^xsd:string .
_:b45
sp:varName "realMdBit"^^xsd:string .
_:b76
sp:varName "mdBit"^^xsd:string .
_:b77
sp:varName "uomMdBit"^^xsd:string .
_:b76
sp:varName "mdBit"^^xsd:string .
_:b78
sp:varName "wtMud"^^xsd:string .
_:b29
sp:varName "realDia"^^xsd:string .
_:b79
sp:varName "uomWtMud"^^xsd:string .
_:b75
sp:varName "uomDia"^^xsd:string .
_:b80
sp:varName "porePressure"^^xsd:string .
_:b74
sp:varName "diaBit"^^xsd:string .
_:b81
sp:varName "uomPore"^^xsd:string .
_:b6 sp:varName "dTimEndOfIncident"^^xsd:string .
_:b82
sp:varName "diaCsgLast"^^xsd:string .
_:b17
sp:varName "realDuration"^^xsd:string .
_:b83
sp:varName "uomDiaCsgLast"^^xsd:string .
_:b73
sp:varName "uomDuration"^^xsd:string .
_:b84
sp:varName "mdCsgLast"^^xsd:string .
_:b72
sp:varName "eTimLost"^^xsd:string .
_:b85
sp:varName "uomMdCsgLast"^^xsd:string .
_:b71
sp:varName "proprietaryCode"^^xsd:string .
_:b86
sp:varName "volMudGained"^^xsd:string .
_:b70
sp:varName "phase"^^xsd:string .
_:b87
sp:varName "uomVol"^^xsd:string .
_:b14
sp:varName "realTvdIn"^^xsd:string .
_:b88
sp:varName "presShutInCasing"^^xsd:string .
_:b69
sp:varName "uomTvdIn"^^xsd:string .
_:b89
sp:varName "uomShutInCasing"^^xsd:string .
_:b68
sp:varName "tvdIn"^^xsd:string .
_:b90
sp:varName "presShutInDrill"^^xsd:string .
_:b11
sp:varName "realMdIn"^^xsd:string .
_:b91
sp:varName "uomShutInDrill"^^xsd:string .
_:b67
sp:varName "uomMdIn"^^xsd:string .
_:b92
sp:varName "incidentType"^^xsd:string .
_:b66
sp:varName "mdIn"^^xsd:string .
_:b93
sp:varName "killingType"^^xsd:string .
_:b5 sp:varName "dTimStartOfIncident"^^xsd:string .
_:b94
sp:varName "tempBottom"^^xsd:string .
_:b65
sp:varName "controlIncidentInfo"^^xsd:string .
_:b95
sp:varName "uomTemp"^^xsd:string .
_:b4 sp:varName "dailytemporalPartOfAWellBore"^^xsd:string .
_:b96
sp:varName "presMaxChoke"^^xsd:string .
_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b97
sp:varName "uomMaxChoke"^^xsd:string .
_:b64
sp:varName "dTimStart"^^xsd:string .
_:b98
sp:varName "localname"^^xsd:string .
_:b63
sp:varName "nameWellBore"^^xsd:string .
_:b99
sp:varName "normalizedWellBoreName"^^xsd:string .
......
# Saved by TopBraid on Tue Sep 13 16:35:02 BST 2011
# Saved by TopBraid on Fri Sep 16 17:50:44 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Sun Sep 11 06:50:58 BST 2011
# Saved by TopBraid on Fri Sep 16 17:51:20 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
......@@ -31,382 +31,382 @@
ddr:Obj_drillReport
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment """STEP 103 Create DailyDrillingReport, DailyDrillingActivity, TemporalPartOfAWellBore and WellBore
Minimum data - createDate, dTimStart, dTimEnd, nameWellBore
Optional data - extendedReport
replaced for testing - BIND (rhspin:wellBoreByName(?nameWellBore) AS ?wellBore) ."""^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> ;
rdfs:comment "STEP 106 Create Well"^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ;
sp:predicate rdf:type ;
sp:subject _:b2
] [ sp:object _:b2 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ;
sp:subject _:b1
] [ sp:object _:b3 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#createdAt> ;
sp:subject _:b1
] [ sp:object _:b4 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
sp:predicate rdf:type ;
sp:subject _:b5
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore-WholeLife> ;
sp:predicate rdf:type ;
sp:subject _:b6
] [ sp:object _:b6 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ;
sp:subject _:b4
] [ sp:object _:b1 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b5
] [ sp:object _:b7 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ;
sp:subject _:b6
] [ sp:object _:b5 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b2
] [ sp:object _:b8 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#descriptionOfActivitiesFollowingTheDailyReportingPeriod> ;
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/report#Report> ;
sp:subject _:b3
] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> ;
sp:predicate rdf:type ;
sp:subject _:b8
] [ sp:object _:b9 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#hasContent> ;
sp:subject _:b8
] [ sp:object _:b10 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#createdAt> ;
sp:subject _:b8
sp:subject _:b3
] [ sp:object _:b5 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b1
]) ;
sp:where ([ sp:object _:b7 ;
sp:where ([ sp:object _:b6 ;
sp:predicate ddr:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b4 ;
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b11 ;
sp:predicate ddr:dTimEnd ;
sp:subject spin:_this
] [ sp:object _:b3 ;
sp:predicate ddr:createDate ;
] [ sp:object _:b2 ;
sp:predicate ddr:nameWell ;
sp:subject spin:_this
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b12 ;
sp:predicate ddr:extendedReportRef ;
] [ sp:object _:b7 ;
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b9 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b12
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b10 ;
sp:predicate ddr:dTim ;
sp:subject _:b12
])
])
] [ sp:object _:b8 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b4
] [ sp:object _:b5 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b8
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
sp:predicate rdf:type ;
sp:subject _:b5
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b7
] ;
sp:variable _:b13
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
sp:arg1 _:b13 ;
sp:arg2 _:b3
sp:arg1 _:b6
] ;
sp:variable _:b1
sp:variable _:b9
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b13 ;
sp:arg2 _:b4
sp:arg1 _:b9 ;
sp:arg2 _:b7
] ;
sp:variable _:b2
sp:variable _:b4
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ;
sp:arg1 _:b13 ;
sp:arg2 _:b4 ;
sp:arg3 _:b11
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b2
] ;
sp:variable _:b5
sp:variable _:b10
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildTemporaryWellBoreURI ;
sp:arg1 _:b13
[ rdf:type rhspin:wellByName ;
arg:wellName _:b10
] ;
sp:variable _:b6
sp:variable _:b1
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment """STEP 103a Set name of DailyDrillingReport as label
Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ;
sp:templates ([ sp:object _:b14 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ;
sp:subject _:b15
rdfs:comment "STEP 104 Transfer dTimEnd"^^xsd:string ;
sp:templates ([ sp:object _:b11 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
sp:subject _:b12
]) ;
sp:where ([ sp:object _:b16 ;
sp:where ([ sp:object _:b13 ;
sp:predicate ddr:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b14 ;
sp:predicate ddr:name ;
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b17 ;
sp:predicate ddr:createDate ;
] [ sp:object _:b11 ;
sp:predicate ddr:dTimEnd ;
sp:subject spin:_this
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b16
sp:arg1 _:b13
] ;
sp:variable _:b18
sp:variable _:b15
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
sp:arg1 _:b18 ;
sp:arg2 _:b17
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b15 ;
sp:arg2 _:b14
] ;
sp:variable _:b15
sp:variable _:b12
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment """STEP 105
Classify a DailyDrillingReport"""^^xsd:string ;
sp:templates ([ sp:object _:b19 ;
sp:templates ([ sp:object _:b16 ;
sp:predicate rdf:type ;
sp:subject _:b20
sp:subject _:b17
]) ;
sp:where ([ sp:object _:b21 ;
sp:where ([ sp:object _:b18 ;
sp:predicate ddr:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b22 ;
] [ sp:object _:b19 ;
sp:predicate ddr:createDate ;
sp:subject spin:_this
] [ sp:object _:b23 ;
] [ sp:object _:b20 ;
sp:predicate ddr:versionKindRef ;
sp:subject spin:_this
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectDailyDrillingReportType ;
sp:arg1 _:b23
sp:arg1 _:b20
] ;
sp:variable _:b19
sp:variable _:b16
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b21
sp:arg1 _:b18
] ;
sp:variable _:b24
sp:variable _:b21
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
sp:arg1 _:b24 ;
sp:arg2 _:b22
sp:arg1 _:b21 ;
sp:arg2 _:b19
] ;
sp:variable _:b20
sp:variable _:b17
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 104 Transfer dTimEnd"^^xsd:string ;
sp:templates ([ sp:object _:b25 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
sp:subject _:b26
rdfs:comment """STEP 103a Set name of DailyDrillingReport as label
Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ;
sp:templates ([ sp:object _:b22 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ;
sp:subject _:b23
]) ;
sp:where ([ sp:object _:b27 ;
sp:where ([ sp:object _:b24 ;
sp:predicate ddr:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b28 ;
sp:predicate ddr:dTimStart ;
] [ sp:object _:b22 ;
sp:predicate ddr:name ;
sp:subject spin:_this
] [ sp:object _:b25 ;
sp:predicate ddr:dTimEnd ;
sp:predicate ddr:createDate ;
sp:subject spin:_this
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b27
sp:arg1 _:b24
] ;
sp:variable _:b29
sp:variable _:b26
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b29 ;
sp:arg2 _:b28
[ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
sp:arg1 _:b26 ;
sp:arg2 _:b25
] ;
sp:variable _:b26
sp:variable _:b23
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 106 Create Well"^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#Well-WholeLife> ;
rdfs:comment """STEP 103 Create DailyDrillingReport, DailyDrillingActivity, TemporalPartOfAWellBore and WellBore
Minimum data - createDate, dTimStart, dTimEnd, nameWellBore
Optional data - extendedReport
replaced for testing - BIND (rhspin:wellBoreByName(?nameWellBore) AS ?wellBore) ."""^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> ;
sp:predicate rdf:type ;
sp:subject _:b30
] [ sp:object _:b31 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ;
sp:subject _:b30
] [ sp:object _:b32 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ;
sp:subject _:b33
sp:subject _:b27
] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ;
sp:predicate rdf:type ;
sp:subject _:b28
] [ sp:object _:b28 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
sp:subject _:b27
] [ sp:object _:b29 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#createdAt> ;
sp:subject _:b27
] [ sp:object _:b30 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b32
] [ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
sp:subject _:b28
] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
sp:predicate rdf:type ;
sp:subject _:b31
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
sp:predicate rdf:type ;
sp:subject _:b32
] [ sp:object _:b32 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b31
] [ sp:object _:b33 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ;
sp:subject _:b32
] [ sp:object _:b31 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b28
] [ sp:object _:b34 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b30
sp:predicate <http://www.reportinghub.no/ep/schema/activity#descriptionOfActivitiesFollowingTheDailyReportingPeriod> ;
sp:subject _:b28
] [ sp:object <http://www.reportinghub.no/ep/schema/report#Report> ;
sp:predicate rdf:type ;
sp:subject _:b34
] [ sp:object _:b35 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#hasContent> ;
sp:subject _:b34
] [ sp:object _:b36 ;
sp:predicate <http://www.reportinghub.no/ep/schema/report#createdAt> ;
sp:subject _:b34
]) ;
sp:where ([ sp:object _:b35 ;
sp:where ([ sp:object _:b33 ;
sp:predicate ddr:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b31 ;
sp:predicate ddr:nameWell ;
sp:subject spin:_this
] [ sp:object _:b36 ;
] [ sp:object _:b30 ;
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b37 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b33
] [ sp:object _:b34 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject _:b37
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore-WholeLife> ;
sp:predicate rdf:type ;
sp:subject _:b34
sp:predicate ddr:dTimEnd ;
sp:subject spin:_this
] [ sp:object _:b29 ;
sp:predicate ddr:createDate ;
sp:subject spin:_this
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b38 ;
sp:predicate ddr:extendedReportRef ;
sp:subject spin:_this
] [ sp:object _:b35 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b38
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b36 ;
sp:predicate ddr:dTim ;
sp:subject _:b38
])
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b35
sp:arg1 _:b33
] ;
sp:variable _:b39
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
sp:arg1 _:b39 ;
sp:arg2 _:b29
] ;
sp:variable _:b38
sp:variable _:b27
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b38 ;
sp:arg2 _:b36
sp:arg1 _:b39 ;
sp:arg2 _:b30
] ;
sp:variable _:b33
sp:variable _:b28
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b31
[ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ;
sp:arg1 _:b39 ;
sp:arg2 _:b30 ;
sp:arg3 _:b37
] ;
sp:variable _:b39
sp:variable _:b31
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type rhspin:wellByName ;
arg:wellName _:b39
[ rdf:type ep-spin-lib:buildTemporaryWellBoreURI ;
sp:arg1 _:b39
] ;
sp:variable _:b30
sp:variable _:b32
])
] .
_:b13
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b12
sp:varName "extendedReport"^^xsd:string .
_:b11
sp:varName "dTimEnd"^^xsd:string .
_:b10
sp:varName "dTimExtendedReport"^^xsd:string .
sp:varName "normalizedWellName"^^xsd:string .
_:b9 sp:varName "extendedReportContent"^^xsd:string .
_:b9 sp:varName "normalizedWellBoreName"^^xsd:string .
_:b7 sp:varName "nameWellBore"^^xsd:string .
_:b8 sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b6 sp:varName "wellBore"^^xsd:string .
_:b7 sp:varName "dTimStart"^^xsd:string .
_:b5 sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b6 sp:varName "nameWellBore"^^xsd:string .
_:b4 sp:varName "dTimStart"^^xsd:string .
_:b5 sp:varName "wellBore"^^xsd:string .
_:b3 sp:varName "createDate"^^xsd:string .
_:b4 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b2 sp:varName "nameWell"^^xsd:string .
_:b1 sp:varName "dailyDrillingReport"^^xsd:string .
_:b1 sp:varName "well"^^xsd:string .
_:b18
_:b15
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b17
sp:varName "createDate"^^xsd:string .
_:b14
sp:varName "dTimStart"^^xsd:string .
_:b16
_:b13
sp:varName "nameWellBore"^^xsd:string .
_:b15
sp:varName "dailyDrillingReport"^^xsd:string .
_:b12
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b14
sp:varName "nameDailyDrillingReport"^^xsd:string .
_:b11
sp:varName "dTimEnd"^^xsd:string .
_:b24
_:b21
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b23
_:b20
sp:varName "versionKind"^^xsd:string .
_:b22
_:b19
sp:varName "createDate"^^xsd:string .
_:b21
_:b18
sp:varName "nameWellBore"^^xsd:string .
_:b20
_:b17
sp:varName "dailyDrillingReport"^^xsd:string .
_:b19
_:b16
sp:varName "dailyDrillingReportType"^^xsd:string .
_:b29
_:b26
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b28
sp:varName "dTimStart"^^xsd:string .
_:b25
sp:varName "createDate"^^xsd:string .
_:b27
_:b24
sp:varName "nameWellBore"^^xsd:string .
_:b26
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b23
sp:varName "dailyDrillingReport"^^xsd:string .
_:b25
sp:varName "dTimEnd"^^xsd:string .
_:b22
sp:varName "nameDailyDrillingReport"^^xsd:string .
_:b39
sp:varName "normalizedWellName"^^xsd:string .
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b38
sp:varName "normalizedWellBoreName"^^xsd:string .
sp:varName "extendedReport"^^xsd:string .
_:b37
sp:varName "temporalPartOfAWellBore"^^xsd:string .
sp:varName "dTimEnd"^^xsd:string .
_:b36
sp:varName "dTimStart"^^xsd:string .
sp:varName "dTimExtendedReport"^^xsd:string .
_:b35
sp:varName "extendedReportContent"^^xsd:string .
_:b33
sp:varName "nameWellBore"^^xsd:string .
_:b34
_:b32
sp:varName "wellBore"^^xsd:string .
_:b33
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b31
sp:varName "nameWell"^^xsd:string .
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b30
sp:varName "well"^^xsd:string .
sp:varName "dTimStart"^^xsd:string .
_:b29
sp:varName "createDate"^^xsd:string .
_:b28
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b27
sp:varName "dailyDrillingReport"^^xsd:string .
......
# Saved by TopBraid on Sun Sep 11 06:50:58 BST 2011
# Saved by TopBraid on Fri Sep 16 17:51:20 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Sun Sep 11 06:50:42 BST 2011
# Saved by TopBraid on Fri Sep 16 17:35:12 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr
......@@ -71,7 +71,7 @@
sp:subject
[ sp:varName "dailyTemporalPartOfAWellBore"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore-WholeLife> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
sp:predicate rdf:type ;
sp:subject _:b4
] [ sp:object _:b6 ;
......@@ -117,35 +117,35 @@
<http://www.reportinghub.no/ep/transform/1.1/ddr/stratInfo>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://spinrdf.org/spin> ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/spin/1.1/lib> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
_:b13
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b1 sp:varName "preliminaryZonation"^^xsd:string .
_:b12
sp:varName "index"^^xsd:string .
_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b11
sp:varName "stratInfo"^^xsd:string .
_:b3 sp:varName "stratigraphicInformationPartOfAWellBore"^^xsd:string .
_:b10
sp:varName "dTimStart"^^xsd:string .
_:b4 sp:varName "wellBore"^^xsd:string .
_:b9 sp:varName "nameWellBore"^^xsd:string .
_:b5 sp:varName "dTimPreliminaryZonation"^^xsd:string .
_:b8 sp:varName "description"^^xsd:string .
_:b6 sp:varName "mdTop"^^xsd:string .
_:b7 sp:varName "tvdTop"^^xsd:string .
_:b6 sp:varName "mdTop"^^xsd:string .
_:b8 sp:varName "description"^^xsd:string .
_:b5 sp:varName "dTimPreliminaryZonation"^^xsd:string .
_:b9 sp:varName "nameWellBore"^^xsd:string .
_:b4 sp:varName "wellBore"^^xsd:string .
_:b10
sp:varName "dTimStart"^^xsd:string .
_:b3 sp:varName "stratigraphicInformationPartOfAWellBore"^^xsd:string .
_:b11
sp:varName "stratInfo"^^xsd:string .
_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b12
sp:varName "index"^^xsd:string .
_:b1 sp:varName "preliminaryZonation"^^xsd:string .
_:b13
sp:varName "normalizedWellBoreName"^^xsd:string .
......
# Saved by TopBraid on Sun Sep 11 06:50:42 BST 2011
# Saved by TopBraid on Fri Sep 16 17:35:12 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Sun Sep 11 15:12:53 BST 2011
# Saved by TopBraid on Fri Sep 16 17:43:10 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.witsml.org/schemas/1series
......@@ -23,13 +23,13 @@
<http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> ;
owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/activity> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ddr:Obj_drillReport
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 150 Transfer Well aliases"^^xsd:string ;
rdfs:comment "STEP 151 Transfer WellBore aliases"^^xsd:string ;
sp:templates ([ sp:object _:b1 ;
sp:predicate _:b2 ;
sp:subject _:b3
......@@ -41,7 +41,7 @@ ddr:Obj_drillReport
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b6 ;
sp:predicate ddr:wellAliasRef ;
sp:predicate ddr:wellboreAliasRef ;
sp:subject spin:_this
] [ sp:object _:b1 ;
sp:predicate ddr:name ;
......@@ -50,12 +50,12 @@ ddr:Obj_drillReport
sp:predicate ddr:namingSystemRef ;
sp:subject _:b6
] [ sp:object _:b8 ;
sp:predicate ep-activity:onWell ;
sp:predicate ep-activity:onWellBore ;
sp:subject _:b9
] [ sp:object _:b3 ;
sp:predicate ep-core:temporalPartOf ;
sp:subject _:b8
] [ sp:object <http://www.reportinghub.no/ep/schema/well#Well-WholeLife> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
sp:predicate rdf:type ;
sp:subject _:b3
] [ rdf:type sp:Bind ;
......@@ -81,7 +81,7 @@ ddr:Obj_drillReport
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 151 Transfer WellBore aliases"^^xsd:string ;
rdfs:comment "STEP 150 Transfer Well aliases"^^xsd:string ;
sp:templates ([ sp:object _:b11 ;
sp:predicate _:b12 ;
sp:subject _:b13
......@@ -93,7 +93,7 @@ ddr:Obj_drillReport
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b16 ;
sp:predicate ddr:wellboreAliasRef ;
sp:predicate ddr:wellAliasRef ;
sp:subject spin:_this
] [ sp:object _:b11 ;
sp:predicate ddr:name ;
......@@ -102,12 +102,12 @@ ddr:Obj_drillReport
sp:predicate ddr:namingSystemRef ;
sp:subject _:b16
] [ sp:object _:b18 ;
sp:predicate ep-activity:onWellBore ;
sp:predicate ep-activity:onWell ;
sp:subject _:b19
] [ sp:object _:b13 ;
sp:predicate ep-core:temporalPartOf ;
sp:subject _:b18
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore-WholeLife> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ;
sp:predicate rdf:type ;
sp:subject _:b13
] [ rdf:type sp:Bind ;
......@@ -132,69 +132,69 @@ ddr:Obj_drillReport
])
] .
[] rdf:type sp:Modify .
[] rdf:type fn:starts-with .
_:b11
sp:varName "name"^^xsd:string .
[] rdf:type smf:trim .
_:b12
sp:varName "labelOfSystem"^^xsd:string .
[] rdf:type smf:regex .
_:b13
sp:varName "well"^^xsd:string .
_:b20
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b14
sp:varName "nameWellBore"^^xsd:string .
_:b19
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b15
sp:varName "dTimStart"^^xsd:string .
_:b18
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b16
sp:varName "wellAlias"^^xsd:string .
_:b17
sp:varName "namingSystem"^^xsd:string .
_:b16
sp:varName "wellBoreAlias"^^xsd:string .
_:b18
sp:varName "temporalPartOfAWell"^^xsd:string .
_:b15
sp:varName "dTimStart"^^xsd:string .
_:b19
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b14
sp:varName "nameWellBore"^^xsd:string .
_:b20
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b13
sp:varName "wellBore"^^xsd:string .
_:b1 sp:varName "name"^^xsd:string .
_:b12
sp:varName "labelOfSystem"^^xsd:string .
_:b2 sp:varName "labelOfSystem"^^xsd:string .
_:b11
sp:varName "name"^^xsd:string .
_:b3 sp:varName "wellBore"^^xsd:string .
_:b4 sp:varName "nameWellBore"^^xsd:string .
_:b5 sp:varName "dTimStart"^^xsd:string .
_:b6 sp:varName "wellAlias"^^xsd:string .
_:b1 sp:varName "name"^^xsd:string .
_:b6 sp:varName "wellBoreAlias"^^xsd:string .
_:b7 sp:varName "namingSystem"^^xsd:string .
_:b9 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b8 sp:varName "temporalPartOfAWell"^^xsd:string .
_:b8 sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b3 sp:varName "well"^^xsd:string .
_:b9 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b10
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b2 sp:varName "labelOfSystem"^^xsd:string .
[] rdf:type sp:Modify .
([]) .
[] rdf:type fn:starts-with .
([]) .
[] rdf:type smf:trim .
[] rdf:type smf:regex .
([] [] [ rdf:type sp:Filter
] [ rdf:type sp:Bind
]) .
([]) .
([]) .
......
# Saved by TopBraid on Wed Sep 14 12:13:21 BST 2011
# Saved by TopBraid on Fri Sep 16 17:41:42 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/wellboreInfo
# imports: http://www.reportinghub.no/ep/schema/1.0/organization
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
......@@ -26,290 +26,290 @@
<http://www.reportinghub.no/ep/transform/1.1/wellboreInfo>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> ;
owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/organization> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ddr:Obj_drillReport
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 166 Set SPUD date"^^xsd:string ;
rdfs:comment "STEP 163 Set drilling contractor for drilling activity"^^xsd:string ;
sp:templates ([ sp:object _:b1 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#wellBoreSpudAt> ;
sp:predicate ep-activity:drillingContractor ;
sp:subject _:b2
] [ sp:object _:b3 ;
sp:predicate ep-core:temporalPartOf ;
sp:subject _:b1
] [ sp:object ep-org:Organization ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b4 ;
sp:predicate ep-core:name ;
sp:subject _:b3
] [ sp:object ep-org:Company ;
sp:predicate rdf:type ;
sp:subject _:b3
]) ;
sp:where ([ sp:object _:b3 ;
sp:where ([ sp:object _:b5 ;
sp:predicate ddr:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b4 ;
] [ sp:object _:b6 ;
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b5 ;
] [ sp:object _:b7 ;
sp:predicate ddr:wellboreInfoRef ;
sp:subject spin:_this
] [ sp:object _:b1 ;
sp:predicate ddr:dTimSpud ;
sp:subject _:b5
] [ sp:object _:b6 ;
sp:predicate ep-activity:onWellBore ;
] [ sp:object _:b4 ;
sp:predicate ddr:drillContractor ;
sp:subject _:b7
] [ sp:object _:b2 ;
sp:predicate ep-core:temporalPartOf ;
sp:subject _:b6
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore-WholeLife> ;
sp:predicate rdf:type ;
sp:subject _:b2
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b3
sp:arg1 _:b5
] ;
sp:variable _:b8
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b8 ;
sp:arg2 _:b4
] ;
sp:variable _:b7
])
sp:arg2 _:b6
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment """STEP 169 Transfer elevKelly
This rule processes data from statusInfo, but is here because it must be executed after a rig has been defined."""^^xsd:string ;
sp:templates ([ sp:object _:b9 ;
sp:predicate ep-core:hasPart ;
sp:subject _:b10
] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#KellyBushing> ;
sp:predicate rdf:type ;
sp:subject _:b9
] [ sp:object _:b11 ;
sp:predicate <http://www.reportinghub.no/ep/schema/equipment#elevationOfKellyBushing> ;
sp:subject _:b9
] [ sp:object ep-core:Length ;
sp:predicate rdf:type ;
sp:subject _:b11
] [ sp:object _:b12 ;
sp:predicate _:b13 ;
sp:subject _:b11
]) ;
sp:where ([ sp:object _:b14 ;
sp:predicate ddr:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b15 ;
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b16 ;
sp:predicate ddr:statusInfoRef ;
sp:subject spin:_this
] [ sp:object _:b10 ;
sp:predicate ep-activity:onRig ;
sp:subject _:b17
] [ sp:object _:b18 ;
sp:predicate ddr:elevKellyRef ;
sp:subject _:b16
] [ sp:object _:b12 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b18
] [ sp:object _:b19 ;
sp:predicate ddr:uomRef ;
sp:subject _:b18
sp:variable _:b2
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b14
] ;
sp:variable _:b20
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b20 ;
sp:arg2 _:b15
sp:arg1 _:b4
] ;
sp:variable _:b17
sp:variable _:b9
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b19
[ rdf:type rhspin:companyById ;
arg:id _:b9
] ;
sp:variable _:b13
sp:variable _:b3
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 160a Set rig for drilling activity - NPD Code supplied"^^xsd:string ;
sp:templates ([ sp:object _:b21 ;
rdfs:comment "STEP 160b Set rig for drilling activity - NPD Code not supplied"^^xsd:string ;
sp:templates ([ sp:object _:b10 ;
sp:predicate ep-activity:onRig ;
sp:subject _:b22
] [ sp:object ep-facility:Rig ;
sp:subject _:b11
] [ sp:object ep-facility:TemporalPartOfARig ;
sp:predicate rdf:type ;
sp:subject _:b21
] [ sp:object _:b23 ;
sp:subject _:b10
] [ sp:object _:b12 ;
sp:predicate ep-core:temporalPartOf ;
sp:subject _:b21
] [ sp:object ep-facility:Rig-WholeLife ;
sp:subject _:b10
] [ sp:object ep-facility:Rig ;
sp:predicate rdf:type ;
sp:subject _:b23
] [ sp:object _:b24 ;
sp:predicate ep-core:npdCode ;
sp:subject _:b23
sp:subject _:b12
]) ;
sp:where ([ sp:object _:b25 ;
sp:where ([ sp:object _:b13 ;
sp:predicate ddr:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b26 ;
] [ sp:object _:b14 ;
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b27 ;
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object _:b15 ;
sp:predicate ddr:wellboreInfoRef ;
sp:subject spin:_this
] [ sp:object _:b28 ;
] [ sp:object _:b16 ;
sp:predicate ddr:rigAliasRef ;
sp:subject _:b27
] [ sp:object _:b24 ;
sp:subject _:b15
] [ sp:object
[ sp:varName "code"^^xsd:string
] ;
sp:predicate ddr:name ;
sp:subject _:b28
sp:subject _:b16
] [ rdf:type sp:Union ;
sp:elements (([ sp:object "NPD Code"^^ddr:NameStringDatatype ;
sp:predicate ddr:namingSystem ;
sp:subject _:b28
sp:subject _:b16
]) ([ sp:object "NPD code"^^ddr:NameStringDatatype ;
sp:predicate ddr:namingSystem ;
sp:subject _:b28
sp:subject _:b16
]))
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b25
sp:arg1 _:b13
] ;
sp:variable _:b29
sp:variable _:b17
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b24
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b17 ;
sp:arg2 _:b14
] ;
sp:variable _:b30
sp:variable _:b11
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 166 Set SPUD date"^^xsd:string ;
sp:templates ([ sp:object _:b18 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#wellBoreSpudAt> ;
sp:subject _:b19
]) ;
sp:where ([ sp:object _:b20 ;
sp:predicate ddr:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b21 ;
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b22 ;
sp:predicate ddr:wellboreInfoRef ;
sp:subject spin:_this
] [ sp:object _:b18 ;
sp:predicate ddr:dTimSpud ;
sp:subject _:b22
] [ sp:object _:b23 ;
sp:predicate ep-activity:onWellBore ;
sp:subject _:b24
] [ sp:object _:b19 ;
sp:predicate ep-core:temporalPartOf ;
sp:subject _:b23
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
sp:predicate rdf:type ;
sp:subject _:b19
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b29 ;
sp:arg2 _:b26
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b20
] ;
sp:variable _:b22
sp:variable _:b25
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildRigURI ;
sp:arg1 _:b30
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b25 ;
sp:arg2 _:b21
] ;
sp:variable _:b23
sp:variable _:b24
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 167 Set drill completion date"^^xsd:string ;
sp:templates ([ sp:object _:b31 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#wellBoreCompletedAt> ;
sp:subject _:b32
rdfs:comment """STEP 169 Transfer elevKelly
This rule processes data from statusInfo, but is here because it must be executed after a rig has been defined."""^^xsd:string ;
sp:templates ([ sp:object _:b26 ;
sp:predicate ep-core:hasPart ;
sp:subject _:b27
] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#KellyBushing> ;
sp:predicate rdf:type ;
sp:subject _:b26
] [ sp:object _:b28 ;
sp:predicate <http://www.reportinghub.no/ep/schema/equipment#elevationOfKellyBushing> ;
sp:subject _:b26
] [ sp:object ep-core:Length ;
sp:predicate rdf:type ;
sp:subject _:b28
] [ sp:object _:b29 ;
sp:predicate _:b30 ;
sp:subject _:b28
]) ;
sp:where ([ sp:object _:b33 ;
sp:where ([ sp:object _:b31 ;
sp:predicate ddr:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b34 ;
] [ sp:object _:b32 ;
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b35 ;
sp:predicate ddr:wellboreInfoRef ;
] [ sp:object _:b33 ;
sp:predicate ddr:statusInfoRef ;
sp:subject spin:_this
] [ sp:object _:b31 ;
sp:predicate ddr:dateDrillComplete ;
] [ sp:object _:b27 ;
sp:predicate ep-activity:onRig ;
sp:subject _:b34
] [ sp:object _:b35 ;
sp:predicate ddr:elevKellyRef ;
sp:subject _:b33
] [ sp:object _:b29 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b35
] [ sp:object _:b36 ;
sp:predicate ep-activity:onWellBore ;
sp:subject _:b37
] [ sp:object _:b32 ;
sp:predicate ep-core:temporalPartOf ;
sp:subject _:b36
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore-WholeLife> ;
sp:predicate rdf:type ;
sp:subject _:b32
sp:predicate ddr:uomRef ;
sp:subject _:b35
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b33
sp:arg1 _:b31
] ;
sp:variable _:b38
sp:variable _:b37
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b38 ;
sp:arg2 _:b34
sp:arg1 _:b37 ;
sp:arg2 _:b32
] ;
sp:variable _:b37
sp:variable _:b34
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b36
] ;
sp:variable _:b30
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 160b Set rig for drilling activity - NPD Code not supplied"^^xsd:string ;
sp:templates ([ sp:object _:b39 ;
sp:predicate ep-activity:onRig ;
sp:subject _:b40
] [ sp:object ep-facility:Rig ;
sp:predicate rdf:type ;
sp:subject _:b39
] [ sp:object _:b41 ;
sp:predicate ep-core:temporalPartOf ;
rdfs:comment "STEP 161 Set NPD name for Rig"^^xsd:string ;
sp:templates ([ sp:object _:b38 ;
sp:predicate ep-core:npdName ;
sp:subject _:b39
] [ sp:object ep-facility:Rig-WholeLife ;
sp:predicate rdf:type ;
sp:subject _:b41
]) ;
sp:where ([ sp:object _:b42 ;
sp:where ([ sp:object _:b40 ;
sp:predicate ddr:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b43 ;
] [ sp:object _:b41 ;
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object _:b44 ;
] [ sp:object _:b42 ;
sp:predicate ddr:wellboreInfoRef ;
sp:subject spin:_this
] [ sp:object _:b45 ;
] [ sp:object _:b43 ;
sp:predicate ddr:rigAliasRef ;
sp:subject _:b44
] [ sp:object
[ sp:varName "code"^^xsd:string
] ;
sp:subject _:b42
] [ sp:object _:b38 ;
sp:predicate ddr:name ;
sp:subject _:b45
sp:subject _:b43
] [ rdf:type sp:Union ;
sp:elements (([ sp:object "NPD Code"^^ddr:NameStringDatatype ;
sp:elements (([ sp:object "NPD Name"^^ddr:NameStringDatatype ;
sp:predicate ddr:namingSystem ;
sp:subject _:b45
]) ([ sp:object "NPD code"^^ddr:NameStringDatatype ;
sp:subject _:b43
]) ([ sp:object "NPD name"^^ddr:NameStringDatatype ;
sp:predicate ddr:namingSystem ;
sp:subject _:b45
sp:subject _:b43
]))
])
] [ sp:object _:b44 ;
sp:predicate ep-activity:onRig ;
sp:subject _:b45
] [ sp:object _:b39 ;
sp:predicate ep-core:temporalPartOf ;
sp:subject _:b44
] [ sp:object ep-facility:Rig ;
sp:predicate rdf:type ;
sp:subject _:b39
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b42
sp:arg1 _:b40
] ;
sp:variable _:b46
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b46 ;
sp:arg2 _:b43
sp:arg2 _:b41
] ;
sp:variable _:b40
sp:variable _:b45
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 161 Set NPD name for Rig"^^xsd:string ;
rdfs:comment "STEP 167 Set drill completion date"^^xsd:string ;
sp:templates ([ sp:object _:b47 ;
sp:predicate ep-core:npdName ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#wellBoreCompletedAt> ;
sp:subject _:b48
]) ;
sp:where ([ sp:object _:b49 ;
......@@ -321,27 +321,16 @@ This rule processes data from statusInfo, but is here because it must be execute
] [ sp:object _:b51 ;
sp:predicate ddr:wellboreInfoRef ;
sp:subject spin:_this
] [ sp:object _:b52 ;
sp:predicate ddr:rigAliasRef ;
sp:subject _:b51
] [ sp:object _:b47 ;
sp:predicate ddr:name ;
sp:subject _:b52
] [ rdf:type sp:Union ;
sp:elements (([ sp:object "NPD Name"^^ddr:NameStringDatatype ;
sp:predicate ddr:namingSystem ;
sp:subject _:b52
]) ([ sp:object "NPD name"^^ddr:NameStringDatatype ;
sp:predicate ddr:namingSystem ;
sp:subject _:b52
]))
] [ sp:object _:b53 ;
sp:predicate ep-activity:onRig ;
sp:subject _:b54
sp:predicate ddr:dateDrillComplete ;
sp:subject _:b51
] [ sp:object _:b52 ;
sp:predicate ep-activity:onWellBore ;
sp:subject _:b53
] [ sp:object _:b48 ;
sp:predicate ep-core:temporalPartOf ;
sp:subject _:b53
] [ sp:object ep-facility:Rig-WholeLife ;
sp:subject _:b52
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
sp:predicate rdf:type ;
sp:subject _:b48
] [ rdf:type sp:Bind ;
......@@ -349,45 +338,64 @@ This rule processes data from statusInfo, but is here because it must be execute
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b49
] ;
sp:variable _:b55
sp:variable _:b54
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b55 ;
sp:arg1 _:b54 ;
sp:arg2 _:b50
] ;
sp:variable _:b54
sp:variable _:b53
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment """STEP 168 Transfer fixedRig
This rule processes data from statusInfo, but is here because it must be executed after a rig has been defined."""^^xsd:string ;
sp:templates ([ sp:object _:b56 ;
rdfs:comment "STEP 160a Set rig for drilling activity - NPD Code supplied"^^xsd:string ;
sp:templates ([ sp:object _:b55 ;
sp:predicate ep-activity:onRig ;
sp:subject _:b56
] [ sp:object ep-facility:TemporalPartOfARig ;
sp:predicate rdf:type ;
sp:subject _:b55
] [ sp:object _:b57 ;
sp:predicate ep-core:temporalPartOf ;
sp:subject _:b55
] [ sp:object ep-facility:Rig ;
sp:predicate rdf:type ;
sp:subject _:b57
] [ sp:object _:b58 ;
sp:predicate ep-core:npdCode ;
sp:subject _:b57
]) ;
sp:where ([ sp:object _:b58 ;
sp:where ([ sp:object _:b59 ;
sp:predicate ddr:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b59 ;
] [ sp:object _:b60 ;
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b60 ;
sp:predicate ep-activity:onRig ;
sp:subject _:b61
] [ sp:object _:b57 ;
sp:predicate ep-core:temporalPartOf ;
sp:subject _:b60
] [ sp:object ep-facility:Rig-WholeLife ;
sp:predicate rdf:type ;
sp:subject _:b57
] [ sp:object _:b62 ;
sp:predicate ddr:statusInfoRef ;
] [ sp:object _:b61 ;
sp:predicate ddr:wellboreInfoRef ;
sp:subject spin:_this
] [ sp:object _:b63 ;
sp:predicate ddr:fixedRig ;
] [ sp:object _:b62 ;
sp:predicate ddr:rigAliasRef ;
sp:subject _:b61
] [ sp:object _:b58 ;
sp:predicate ddr:name ;
sp:subject _:b62
] [ rdf:type sp:Union ;
sp:elements (([ sp:object "NPD Code"^^ddr:NameStringDatatype ;
sp:predicate ddr:namingSystem ;
sp:subject _:b62
]) ([ sp:object "NPD code"^^ddr:NameStringDatatype ;
sp:predicate ddr:namingSystem ;
sp:subject _:b62
]))
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b59
] ;
sp:variable _:b63
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
......@@ -397,194 +405,186 @@ This rule processes data from statusInfo, but is here because it must be execute
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b64 ;
sp:arg2 _:b59
sp:arg1 _:b63 ;
sp:arg2 _:b60
] ;
sp:variable _:b61
sp:variable _:b56
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectFixedOrMoveableRigType ;
sp:arg1 _:b63
[ rdf:type ep-spin-lib:buildRigURI ;
sp:arg1 _:b64
] ;
sp:variable _:b56
sp:variable _:b57
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 163 Set drilling contractor for drilling activity"^^xsd:string ;
rdfs:comment """STEP 168 Transfer fixedRig
This rule processes data from statusInfo, but is here because it must be executed after a rig has been defined."""^^xsd:string ;
sp:templates ([ sp:object _:b65 ;
sp:predicate ep-activity:drillingContractor ;
sp:subject _:b66
] [ sp:object _:b67 ;
sp:predicate ep-core:temporalPartOf ;
sp:subject _:b65
] [ sp:object ep-org:Organization ;
sp:predicate rdf:type ;
sp:subject _:b65
] [ sp:object _:b68 ;
sp:predicate ep-core:name ;
sp:subject _:b67
] [ sp:object ep-org:Company ;
sp:predicate rdf:type ;
sp:subject _:b67
sp:subject _:b66
]) ;
sp:where ([ sp:object _:b69 ;
sp:where ([ sp:object _:b67 ;
sp:predicate ddr:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b70 ;
] [ sp:object _:b68 ;
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b69 ;
sp:predicate ep-activity:onRig ;
sp:subject _:b70
] [ sp:object _:b66 ;
sp:predicate ep-core:temporalPartOf ;
sp:subject _:b69
] [ sp:object ep-facility:Rig ;
sp:predicate rdf:type ;
sp:subject _:b66
] [ sp:object _:b71 ;
sp:predicate ddr:wellboreInfoRef ;
sp:predicate ddr:statusInfoRef ;
sp:subject spin:_this
] [ sp:object _:b68 ;
sp:predicate ddr:drillContractor ;
] [ sp:object _:b72 ;
sp:predicate ddr:fixedRig ;
sp:subject _:b71
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b69
sp:arg1 _:b67
] ;
sp:variable _:b72
sp:variable _:b73
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b72 ;
sp:arg2 _:b70
sp:arg1 _:b73 ;
sp:arg2 _:b68
] ;
sp:variable _:b66
sp:variable _:b70
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b68
] ;
sp:variable _:b73
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type rhspin:companyById ;
arg:id _:b73
[ rdf:type ep-spin-lib:selectFixedOrMoveableRigType ;
sp:arg1 _:b72
] ;
sp:variable _:b67
sp:variable _:b65
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 162 Set drilling operator for drilling activity"^^xsd:string ;
rdfs:comment """STEP 169a Transfer waterDepth
This rule processes data from statusInfo, but is here because it must be executed after a rig has been defined."""^^xsd:string ;
sp:templates ([ sp:object _:b74 ;
sp:predicate ep-activity:drillingOperator ;
sp:predicate ep-core:hasPart ;
sp:subject _:b75
] [ sp:object ep-facility:SurroundingWater ;
sp:predicate rdf:type ;
sp:subject _:b74
] [ sp:object _:b76 ;
sp:predicate ep-core:temporalPartOf ;
sp:predicate ep-facility:depthOfSurroundingWater ;
sp:subject _:b74
] [ sp:object ep-org:Organization ;
] [ sp:object ep-core:Length ;
sp:predicate rdf:type ;
sp:subject _:b74
] [ sp:object _:b77 ;
sp:predicate ep-core:name ;
sp:subject _:b76
] [ sp:object <http://www.reportinghub.no/np/schema/npd#OperatingCompany> ;
sp:predicate rdf:type ;
] [ sp:object _:b77 ;
sp:predicate _:b78 ;
sp:subject _:b76
]) ;
sp:where ([ sp:object _:b78 ;
sp:where ([ sp:object _:b79 ;
sp:predicate ddr:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b79 ;
] [ sp:object _:b80 ;
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b80 ;
sp:predicate ddr:wellboreInfoRef ;
] [ sp:object _:b81 ;
sp:predicate ddr:statusInfoRef ;
sp:subject spin:_this
] [ sp:object _:b75 ;
sp:predicate ep-activity:onRig ;
sp:subject _:b82
] [ sp:object _:b83 ;
sp:predicate ddr:waterDepthRef ;
sp:subject _:b81
] [ sp:object _:b77 ;
sp:predicate ddr:operator ;
sp:subject _:b80
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b83
] [ sp:object _:b84 ;
sp:predicate ddr:uomRef ;
sp:subject _:b83
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b78
sp:arg1 _:b79
] ;
sp:variable _:b81
sp:variable _:b85
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b81 ;
sp:arg2 _:b79
] ;
sp:variable _:b75
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b77
sp:arg1 _:b85 ;
sp:arg2 _:b80
] ;
sp:variable _:b82
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type rhspin:companyById ;
arg:id _:b82
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b84
] ;
sp:variable _:b76
sp:variable _:b78
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment """STEP 169a Transfer waterDepth
This rule processes data from statusInfo, but is here because it must be executed after a rig has been defined."""^^xsd:string ;
sp:templates ([ sp:object _:b83 ;
sp:predicate ep-core:hasPart ;
sp:subject _:b84
] [ sp:object ep-facility:SurroundingWater ;
rdfs:comment "STEP 162 Set drilling operator for drilling activity"^^xsd:string ;
sp:templates ([ sp:object _:b86 ;
sp:predicate ep-activity:drillingOperator ;
sp:subject _:b87
] [ sp:object _:b88 ;
sp:predicate ep-core:temporalPartOf ;
sp:subject _:b86
] [ sp:object ep-org:Organization ;
sp:predicate rdf:type ;
sp:subject _:b83
] [ sp:object _:b85 ;
sp:predicate ep-facility:depthOfSurroundingWater ;
sp:subject _:b83
] [ sp:object ep-core:Length ;
sp:subject _:b86
] [ sp:object _:b89 ;
sp:predicate ep-core:name ;
sp:subject _:b88
] [ sp:object <http://www.reportinghub.no/np/schema/npd#OperatingCompany> ;
sp:predicate rdf:type ;
sp:subject _:b85
] [ sp:object _:b86 ;
sp:predicate _:b87 ;
sp:subject _:b85
sp:subject _:b88
]) ;
sp:where ([ sp:object _:b88 ;
sp:where ([ sp:object _:b90 ;
sp:predicate ddr:nameWellbore ;
sp:subject spin:_this
] [ sp:object _:b89 ;
] [ sp:object _:b91 ;
sp:predicate ddr:dTimStart ;
sp:subject spin:_this
] [ sp:object _:b90 ;
sp:predicate ddr:statusInfoRef ;
sp:subject spin:_this
] [ sp:object _:b84 ;
sp:predicate ep-activity:onRig ;
sp:subject _:b91
] [ sp:object _:b92 ;
sp:predicate ddr:waterDepthRef ;
sp:subject _:b90
] [ sp:object _:b86 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b92
] [ sp:object _:b93 ;
sp:predicate ddr:uomRef ;
sp:predicate ddr:wellboreInfoRef ;
sp:subject spin:_this
] [ sp:object _:b89 ;
sp:predicate ddr:operator ;
sp:subject _:b92
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b88
sp:arg1 _:b90
] ;
sp:variable _:b94
sp:variable _:b93
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b94 ;
sp:arg2 _:b89
sp:arg1 _:b93 ;
sp:arg2 _:b91
] ;
sp:variable _:b91
sp:variable _:b87
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectLengthScale ;
sp:arg1 _:b93
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b89
] ;
sp:variable _:b87
sp:variable _:b94
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type rhspin:companyById ;
arg:id _:b94
] ;
sp:variable _:b88
])
] ;
spin:rule
......@@ -612,7 +612,7 @@ This rule processes data from statusInfo, but is here because it must be execute
] [ sp:object _:b96 ;
sp:predicate ep-core:temporalPartOf ;
sp:subject _:b100
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore-WholeLife> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
sp:predicate rdf:type ;
sp:subject _:b96
] [ rdf:type sp:Bind ;
......@@ -631,289 +631,289 @@ This rule processes data from statusInfo, but is here because it must be execute
])
] .
_:b23
_:b57
sp:varName "rig"^^xsd:string .
_:b22
_:b56
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b30
sp:varName "normalizedCode"^^xsd:string .
_:b29
_:b37
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b24
sp:varName "code"^^xsd:string .
_:b36
sp:varName "uom"^^xsd:string .
_:b28
sp:varName "rigAlias"^^xsd:string .
_:b35
sp:varName "elevKelly"^^xsd:string .
_:b27
sp:varName "wellboreInfo"^^xsd:string .
_:b34
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b26
_:b33
sp:varName "statusInfo"^^xsd:string .
_:b32
sp:varName "dTimStart"^^xsd:string .
_:b25
_:b31
sp:varName "nameWellBore"^^xsd:string .
_:b55
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b62
sp:varName "rigAlias"^^xsd:string .
_:b48
sp:varName "rig"^^xsd:string .
_:b30
sp:varName "lengthScale"^^xsd:string .
_:b53
_:b29
sp:varName "real"^^xsd:string .
_:b27
sp:varName "temporalPartOfARig"^^xsd:string .
_:b54
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b25
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b47
sp:varName "name"^^xsd:string .
_:b24
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b52
sp:varName "rigAlias"^^xsd:string .
_:b23
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b51
_:b22
sp:varName "wellboreInfo"^^xsd:string .
_:b50
_:b21
sp:varName "dTimStart"^^xsd:string .
_:b49
_:b20
sp:varName "nameWellBore"^^xsd:string .
[] rdf:type sp:Modify .
[] rdf:type fn:starts-with .
[] rdf:type smf:trim .
[] rdf:type smf:regex .
_:b82
sp:varName "normalizedOperatorName"^^xsd:string .
_:b19
sp:varName "wellBore"^^xsd:string .
_:b81
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b18
sp:varName "spudDate"^^xsd:string .
_:b80
_:b61
sp:varName "wellboreInfo"^^xsd:string .
_:b79
_:b60
sp:varName "dTimStart"^^xsd:string .
_:b78
_:b59
sp:varName "nameWellBore"^^xsd:string .
_:b77
sp:varName "nameOperator"^^xsd:string .
_:b76
sp:varName "operator"^^xsd:string .
_:b58
sp:varName "code"^^xsd:string .
_:b75
sp:varName "dailyDrillingActivity"^^xsd:string .
sp:varName "temporalPartOfARig"^^xsd:string .
_:b64
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b77
sp:varName "real"^^xsd:string .
_:b63
sp:varName "fixedRig"^^xsd:string .
_:b78
sp:varName "lengthScale"^^xsd:string .
_:b62
_:b79
sp:varName "nameWellBore"^^xsd:string .
_:b80
sp:varName "dTimStart"^^xsd:string .
_:b81
sp:varName "statusInfo"^^xsd:string .
_:b61
_:b82
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b60
sp:varName "temporalPartOfARig"^^xsd:string .
_:b83
sp:varName "waterDepth"^^xsd:string .
_:b59
sp:varName "dTimStart"^^xsd:string .
_:b84
sp:varName "uom"^^xsd:string .
_:b58
sp:varName "nameWellBore"^^xsd:string .
_:b85
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b57
sp:varName "rig"^^xsd:string .
_:b95
sp:varName "preSpudDate"^^xsd:string .
_:b56
sp:varName "fixedOrMoveableRigType"^^xsd:string .
_:b96
sp:varName "wellBore"^^xsd:string .
_:b8 sp:varName "normalizedWellBoreName"^^xsd:string .
_:b97
sp:varName "nameWellBore"^^xsd:string .
_:b7 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b98
sp:varName "dTimStart"^^xsd:string .
_:b6 sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b99
sp:varName "wellboreInfo"^^xsd:string .
_:b5 sp:varName "wellboreInfo"^^xsd:string .
_:b100
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b4 sp:varName "dTimStart"^^xsd:string .
_:b101
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b3 sp:varName "nameWellBore"^^xsd:string .
_:b102
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b2 sp:varName "wellBore"^^xsd:string .
[] rdf:type sp:Modify .
_:b1 sp:varName "spudDate"^^xsd:string .
[] rdf:type fn:starts-with .
_:b73
sp:varName "normalizedContractorName"^^xsd:string .
[] rdf:type smf:trim .
_:b72
sp:varName "normalizedWellBoreName"^^xsd:string .
[] rdf:type smf:regex .
_:b71
sp:varName "wellboreInfo"^^xsd:string .
_:b47
sp:varName "dateDrillComplete"^^xsd:string .
_:b70
sp:varName "dTimStart"^^xsd:string .
_:b48
sp:varName "wellBore"^^xsd:string .
_:b69
_:b49
sp:varName "nameWellBore"^^xsd:string .
_:b68
sp:varName "nameContractor"^^xsd:string .
_:b50
sp:varName "dTimStart"^^xsd:string .
_:b67
sp:varName "contractor"^^xsd:string .
_:b51
sp:varName "wellboreInfo"^^xsd:string .
_:b66
_:b52
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b53
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b38
_:b54
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b37
_:b11
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b36
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b35
sp:varName "wellboreInfo"^^xsd:string .
_:b13
sp:varName "nameWellBore"^^xsd:string .
_:b34
_:b14
sp:varName "dTimStart"^^xsd:string .
_:b33
sp:varName "nameWellBore"^^xsd:string .
_:b32
sp:varName "wellBore"^^xsd:string .
_:b15
sp:varName "wellboreInfo"^^xsd:string .
_:b31
sp:varName "dateDrillComplete"^^xsd:string .
_:b16
sp:varName "rigAlias"^^xsd:string .
_:b20
_:b17
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b19
sp:varName "uom"^^xsd:string .
_:b18
sp:varName "elevKelly"^^xsd:string .
_:b38
sp:varName "name"^^xsd:string .
_:b17
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b39
sp:varName "rig"^^xsd:string .
_:b16
sp:varName "statusInfo"^^xsd:string .
_:b40
sp:varName "nameWellBore"^^xsd:string .
_:b15
_:b41
sp:varName "dTimStart"^^xsd:string .
_:b14
sp:varName "nameWellBore"^^xsd:string .
_:b13
sp:varName "lengthScale"^^xsd:string .
_:b42
sp:varName "wellboreInfo"^^xsd:string .
_:b12
sp:varName "real"^^xsd:string .
_:b43
sp:varName "rigAlias"^^xsd:string .
_:b10
_:b44
sp:varName "temporalPartOfARig"^^xsd:string .
_:b94
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b45
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b93
sp:varName "uom"^^xsd:string .
_:b46
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b92
sp:varName "waterDepth"^^xsd:string .
_:b65
sp:varName "fixedOrMoveableRigType"^^xsd:string .
_:b91
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b66
sp:varName "rig"^^xsd:string .
_:b90
sp:varName "statusInfo"^^xsd:string .
_:b67
sp:varName "nameWellBore"^^xsd:string .
_:b89
_:b68
sp:varName "dTimStart"^^xsd:string .
_:b88
sp:varName "nameWellBore"^^xsd:string .
_:b69
sp:varName "temporalPartOfARig"^^xsd:string .
_:b87
sp:varName "lengthScale"^^xsd:string .
_:b70
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b86
sp:varName "real"^^xsd:string .
_:b71
sp:varName "statusInfo"^^xsd:string .
_:b84
sp:varName "temporalPartOfARig"^^xsd:string .
_:b72
sp:varName "fixedRig"^^xsd:string .
_:b102
_:b73
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b101
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b100
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b3 sp:varName "contractor"^^xsd:string .
_:b99
sp:varName "wellboreInfo"^^xsd:string .
_:b63
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b98
sp:varName "dTimStart"^^xsd:string .
_:b4 sp:varName "nameContractor"^^xsd:string .
_:b97
sp:varName "nameWellBore"^^xsd:string .
_:b5 sp:varName "nameWellBore"^^xsd:string .
_:b96
sp:varName "wellBore"^^xsd:string .
_:b6 sp:varName "dTimStart"^^xsd:string .
_:b95
sp:varName "preSpudDate"^^xsd:string .
_:b7 sp:varName "wellboreInfo"^^xsd:string .
_:b40
_:b8 sp:varName "normalizedWellBoreName"^^xsd:string .
_:b9 sp:varName "normalizedContractorName"^^xsd:string .
_:b87
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b46
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b88
sp:varName "operator"^^xsd:string .
_:b45
sp:varName "rigAlias"^^xsd:string .
_:b89
sp:varName "nameOperator"^^xsd:string .
_:b44
sp:varName "wellboreInfo"^^xsd:string .
_:b90
sp:varName "nameWellBore"^^xsd:string .
_:b43
_:b91
sp:varName "dTimStart"^^xsd:string .
_:b42
sp:varName "nameWellBore"^^xsd:string .
_:b92
sp:varName "wellboreInfo"^^xsd:string .
([]) .
_:b93
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b64
sp:varName "normalizedCode"^^xsd:string .
_:b94
sp:varName "normalizedOperatorName"^^xsd:string .
([]) .
([] [] [ rdf:type sp:Filter
] [ rdf:type sp:Bind
]) .
([]) .
......
......@@ -38,6 +38,11 @@
<witsml:tvd uom="m">4561</witsml:tvd>
<witsml:mdPlugTop uom="m">3564.22</witsml:mdPlugTop>
<witsml:diaHole uom="in">43.33</witsml:diaHole>
<witsml:mdDiaHole uom="m">1000</witsml:mdDiaHole>
<witsml:diaPilot uom="in">12</witsml:diaPilot>
<witsml:mdDiaPilotPlan uom="m">2000</witsml:mdDiaPilotPlan>
<witsml:tvdDiaPilotPlan uom="m">1800</witsml:tvdDiaPilotPlan>
<witsml:typeWellbore>initial</witsml:typeWellbore>
<witsml:mdKickoff uom="m">1233.22</witsml:mdKickoff>
<witsml:tvdKickoff uom="m">1245</witsml:tvdKickoff>
<witsml:strengthForm uom="g/cm3">123</witsml:strengthForm>
......