Holger Knublauch
# Saved by TopBraid on Mon Aug 08 14:59:50 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-DailyDrillingActivityPurposeType-(v1.1)
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.1/activity-purpose
# imports: http://spinrdf.org/spin
@prefix : <http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-DailyDrillingActivityPurposeType-(v1.1)#> .
@prefix activity-purpose: <http://www.reportinghub.no/ep/schema/1.1/activity-purpose#> .
@prefix ep-activity-purpose: <http://www.reportinghub.no/ep/schema/1.1/SCHEMA_EP-ACTIVITY-PURPOSE-(v1.1)#> .
@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix p2: <http://example.org/file2#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sp: <http://spinrdf.org/sp#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix spl: <http://spinrdf.org/spl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/ep/schema/ddr#ActivityCodeNPD>
spin:rule
[ rdf:type sp:Construct ;
sp:templates ([ sp:object activity-purpose:DailyDrillingActivityPurposeType ;
sp:predicate rdf:type ;
sp:subject _:b1
]) ;
sp:where ([ sp:object _:b2 ;
sp:predicate rdfs:label ;
sp:subject spin:_this
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityPurposeTypeURI ;
sp:arg1 _:b2
] ;
sp:variable _:b1
])
] .
<http://www.reportinghub.no/ep/schema/extract/EXTRACT_ddr-DailyDrillingActivityPurposeType-(v1.1)>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.1/activity-purpose> , <http://spinrdf.org/spin> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
_:b1 sp:varName "dailyDrillingActivityPurposeType"^^xsd:string .
_:b2 sp:varName "label"^^xsd:string .
# Saved by TopBraid on Mon Aug 08 14:59:50 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix visual: <http://topbraid.org/visual#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdf:type inference:Configuration ;
composite:child
[ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
composite:index "0"^^xsd:int
] .
# Saved by TopBraid on Sun Aug 07 12:55:41 PDT 2011
# Saved by TopBraid on Mon Aug 08 14:39:42 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.1/activity
# imports: http://www.linkedmodel.org/1.2/schema/vaem
# imports: http://www.linkedmodel.org/1.1/schema/ordered
......@@ -6,6 +6,7 @@
# imports: http://www.reportinghub.no/ep/schema/1.1/core
# imports: http://www.reportinghub.no/ep/schema/well
@prefix : <http://www.reportinghub.no/ep/schema/1.1/activity#> .
@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
......@@ -82,6 +83,11 @@ ep-activity:DailyDrillingActivity
owl:onProperty <http://www.linkedmodel.org/schema/ordered#last>
] .
ep-activity:DailyDrillingReportFinalisationType
rdf:type rdfs:Class ;
rdfs:label "daily drilling report finalisation type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-activity:DailyProductionActivity
rdf:type owl:Class ;
rdfs:label "Daily production activity"^^xsd:string ;
......@@ -128,13 +134,13 @@ ep-activity:DrillingActivity
rdfs:subClassOf ep-activity:Activity .
ep-activity:FormationIntegrityTest
rdf:type owl:Class ;
rdf:type owl:Class , ep-activity:PressureTestType ;
rdfs:label "formation integrity test"^^xsd:string ;
rdfs:subClassOf ep-activity:WellBorePressureTest ;
owl:disjointWith ep-activity:LeakOffTest .
ep-activity:LeakOffTest
rdf:type owl:Class ;
rdf:type owl:Class , ep-activity:PressureTestType ;
rdfs:label "leak-off test"^^xsd:string ;
rdfs:subClassOf ep-activity:WellBorePressureTest ;
owl:disjointWith ep-activity:FormationIntegrityTest .
......@@ -189,6 +195,11 @@ ep-activity:OffshoreWellActivity
owl:onProperty ep-activity:onWell
] .
ep-activity:PressureTestType
rdf:type rdfs:Class ;
rdfs:label "pressure test type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-activity:ProductionActivity
rdf:type owl:Class ;
rdfs:label "Production activity"^^xsd:string ;
......@@ -216,7 +227,7 @@ ep-activity:WeeklyProductionActivity
ep-activity:WellBoreDrillingType
rdf:type rdfs:Class ;
rdfs:label "drill bypass"^^xsd:string ;
rdfs:label "well bore drilling type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-activity:WellBorePressureTest
......@@ -265,3 +276,12 @@ ep-activity:wellBoreDrillingType
rdfs:label "has sub activity"^^xsd:string ;
rdfs:range ep-activity:WellBoreDrillingType ;
rdfs:subPropertyOf rdf:type .
<http://www.reportinghub.no/ep/schema/report#FinalDailyDrillingReport>
rdf:type ep-activity:DailyDrillingReportFinalisationType .
<http://www.reportinghub.no/ep/schema/report#NormalDailyDrillingReport>
rdf:type ep-activity:DailyDrillingReportFinalisationType .
<http://www.reportinghub.no/ep/schema/report#PreliminaryDailyDrillingReport>
rdf:type ep-activity:DailyDrillingReportFinalisationType .
......
# Saved by TopBraid on Mon Aug 08 15:10:22 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.1/activity-purpose
# imports: http://www.reportinghub.no/ep/schema/1.1/activity
# imports: http://purl.org/dc/elements/1.1/
# imports: http://www.w3.org/2004/02/skos/core
# imports: http://spinrdf.org/spin
# imports: http://purl.org/dc/terms/
@prefix : <http://www.reportinghub.no/ep/schema/1.1/activity-purpose#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sp: <http://spinrdf.org/sp#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix spl: <http://spinrdf.org/spl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/ep/schema/1.1/activity-purpose>
rdf:type owl:Ontology ;
owl:imports <http://purl.org/dc/elements/1.1/> , <http://purl.org/dc/terms/> , <http://www.w3.org/2004/02/skos/core> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.1/activity> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
:DailyDrillingActivityPurposeType
rdf:type rdfs:Class ;
rdfs:label "daily drilling activity purpose type"^^xsd:string ;
rdfs:subClassOf owl:Class .
:Completion--bopwellheadequipment
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Completion--circulatingconditioning
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Completion--completionstring
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Completion--flow
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Completion--hydraulicworkover
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Completion--mill
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Completion--other
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Completion--perforate
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Completion--rigupdown
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Completion--sandcontrol
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Completion--stimulate
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Completion--testscsssv
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Completion--wait
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Completion--wireline
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Drilling--bopactivities
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Drilling--bopwellheadequipment
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Drilling--casing
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Drilling--circulatingconditioning
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Drilling--drill
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Drilling--drive
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Drilling--holeopen
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Drilling--mill
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Drilling--other
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Drilling--pressuredetection
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Drilling--ream
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Drilling--rigupdown
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Drilling--survey
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Drilling--trip
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Drilling--underream
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Drilling--wait
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Formationevaluation--circulatingconditioning
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Formationevaluation--circulationsamples
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Formationevaluation--core
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Formationevaluation--drillstemtest
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Formationevaluation--log
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Formationevaluation--other
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Formationevaluation--productiontest
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Formationevaluation--rftfit
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Formationevaluation--rigupdown
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Formationevaluation--trip
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Formationevaluation--wait
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Interruption--fish
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Interruption--lostcirculation
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Interruption--maintain
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Interruption--mill
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Interruption--other
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Interruption--repair
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Interruption--rigupdown
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Interruption--sidetrack
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Interruption--wait
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Interruption--waitingonweather
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Interruption--wellcontrol
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Moving--anchor
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Moving--jack
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Moving--position
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Moving--skid
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Moving--transit
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Plugabandon--cementplug
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Plugabandon--circulatingconditioning
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Plugabandon--cut
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Plugabandon--equipmentrecovery
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Plugabandon--mechanicalplug
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Plugabandon--mill
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Plugabandon--other
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Plugabandon--perforate
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Plugabandon--rigupdown
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Plugabandon--squeeze
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Plugabandon--trip
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Plugabandon--wait
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Workover--bopwellheadequipment
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Workover--circulatingconditioning
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Workover--completionstring
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Workover--flow
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Workover--hydraulicworkover
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Workover--mill
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Workover--other
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Workover--perforate
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Workover--rigupdown
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Workover--sandcontrol
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Workover--stimulate
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Workover--testscsssv
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Workover--wait
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
:Workover--wireline
rdf:type :DailyDrillingActivityPurposeType ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DrillingActivity> .
# Saved by TopBraid on Mon Aug 08 15:10:22 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix visual: <http://topbraid.org/visual#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdf:type inference:Configuration ;
composite:child
[ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
composite:index "0"^^xsd:int
] .
This diff could not be displayed because it is too large.
# Saved by TopBraid on Sun Aug 07 12:55:42 PDT 2011
# Saved by TopBraid on Mon Aug 08 14:39:14 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/report
# imports: http://www.reportinghub.no/ep/schema/1.1/activity
# imports: http://www.reportinghub.no/ep/schema/1.1/core
......
This diff could not be displayed because it is too large.
# Saved by TopBraid on Sun Aug 07 12:55:42 PDT 2011
# Saved by TopBraid on Mon Aug 08 17:07:10 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Mon Aug 08 17:04:22 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/activity
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.1/activity
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr
# imports: http://www.reportinghub.no/iso15926/bindEP-NativeOWL
# imports: http://www.reportinghub.no/ep/schema/1.1/activity-purpose
# imports: http://www.reportinghub.no/ep/schema/equipment
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/well
@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/activity#> .
@prefix bindEP-NativeOWL: <http://www.reportinghub.no/iso15926/bindEP-NativeOWL#> .
@prefix ddr-normalization: <http://www.reportinghub.no/ep/transform/ddr/normalization#> .
@prefix ddr-normalization-1.1: <http://www.reportinghub.no/ep/transform/1.1/ddr/normalization#> .
@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
@prefix iso15926: <http://www.reportinghub.no/iso15926/nativeOWL#> .
@prefix normalization: <http://www.reportinghub.no/ep/transform/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/ep/schema/ddr#Obj_drillReport>
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 130 Transfer proprietaryCode"^^xsd:string ;
sp:templates ([ sp:object _:b1 ;
sp:predicate rdf:type ;
sp:subject _:b2
]) ;
sp:where ([ sp:object _:b3 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b4 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#activity> ;
sp:subject spin:_this
] [ sp:object _:b5 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ;
sp:subject _:b4
] [ sp:object _:b6 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject _:b4
] [ sp:object _:b7 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumProprietaryCode> ;
sp:subject _:b4
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b3
] ;
sp:variable _:b8
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildPartActivityURI ;
sp:arg1 _:b8 ;
sp:arg2 _:b6 ;
sp:arg3 _:b5
] ;
sp:variable _:b2
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectDrillingActivityPurposeType ;
sp:arg1 _:b7
] ;
sp:variable _:b1
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 129 Transfer tvd"^^xsd:string ;
sp:templates ([ sp:object _:b9 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ;
sp:subject _:b10
]) ;
sp:where ([ sp:object _:b11 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b12 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#activity> ;
sp:subject spin:_this
] [ sp:object _:b13 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ;
sp:subject _:b12
] [ sp:object _:b14 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject _:b12
] [ sp:object _:b9 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ;
sp:subject _:b12
] [ sp:object _:b10 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b15
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b11
] ;
sp:variable _:b16
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildPartActivityURI ;
sp:arg1 _:b16 ;
sp:arg2 _:b14 ;
sp:arg3 _:b13
] ;
sp:variable _:b15
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 128 Transfer md"^^xsd:string ;
sp:templates ([ sp:object _:b17 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ;
sp:subject _:b18
]) ;
sp:where ([ sp:object _:b19 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b20 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#activity> ;
sp:subject spin:_this
] [ sp:object _:b21 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ;
sp:subject _:b20
] [ sp:object _:b22 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject _:b20
] [ sp:object _:b17 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ;
sp:subject _:b20
] [ sp:object _:b18 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b23
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b19
] ;
sp:variable _:b24
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildPartActivityURI ;
sp:arg1 _:b24 ;
sp:arg2 _:b22 ;
sp:arg3 _:b21
] ;
sp:variable _:b23
])
] ;
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> ;
sp:predicate rdf:type ;
sp:subject _:b25
] [ sp:object _:b25 ;
sp:predicate iso15926:hasPart ;
sp:subject _:b26
] [ sp:object _:b27 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject _:b25
] [ sp:object _:b28 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ;
sp:subject _:b25
] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
sp:predicate rdf:type ;
sp:subject _:b29
] [ sp:object _:b30 ;
sp:predicate iso15926:temporalPartOf ;
sp:subject _:b29
] [ sp:object _:b29 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b25
]) ;
sp:where ([ sp:object _:b31 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b32 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b33 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#activity> ;
sp:subject spin:_this
] [ sp:object _:b34 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#index> ;
sp:subject _:b33
] [ sp:object _:b27 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject _:b33
] [ sp:object _:b28 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ;
sp:subject _:b33
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b31
] ;
sp:variable _:b35
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildPartActivityURI ;
sp:arg1 _:b35 ;
sp:arg2 _:b27 ;
sp:arg3 _:b34
] ;
sp:variable _:b25
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildWellBoreURI ;
sp:arg1 _:b35
] ;
sp:variable _:b30
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b35 ;
sp:arg2 _:b32
] ;
sp:variable _:b26
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ;
sp:arg1 _:b35 ;
sp:arg2 _:b27 ;
sp:arg3 _:b28
] ;
sp:variable _:b29
])
] .
<http://www.reportinghub.no/ep/transform/1.1/ddr/activity>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/equipment> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/schema/1.1/activity-purpose> , <http://www.reportinghub.no/iso15926/bindEP-NativeOWL> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
_:b3 sp:varName "nameWellBore"^^xsd:string .
_:b4 sp:varName "activity"^^xsd:string .
_:b5 sp:varName "index"^^xsd:string .
_:b6 sp:varName "dTimStartPart"^^xsd:string .
_:b7 sp:varName "proprietaryCode"^^xsd:string .
_:b8 sp:varName "normalizedWellBoreName"^^xsd:string .
_:b2 sp:varName "partActivity"^^xsd:string .
_:b1 sp:varName "drillingActivityPurposeType"^^xsd:string .
_:b17
sp:varName "md"^^xsd:string .
_:b18
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b19
sp:varName "nameWellBore"^^xsd:string .
_:b20
sp:varName "activity"^^xsd:string .
_:b21
sp:varName "index"^^xsd:string .
_:b22
sp:varName "dTimStartPart"^^xsd:string .
_:b23
sp:varName "partActivity"^^xsd:string .
_:b24
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b9 sp:varName "tvd"^^xsd:string .
_:b10
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b11
sp:varName "nameWellBore"^^xsd:string .
_:b12
sp:varName "activity"^^xsd:string .
_:b13
sp:varName "index"^^xsd:string .
_:b14
sp:varName "dTimStartPart"^^xsd:string .
_:b15
sp:varName "partActivity"^^xsd:string .
_:b16
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b25
sp:varName "partActivity"^^xsd:string .
_:b26
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b27
sp:varName "dTimStartPart"^^xsd:string .
_:b28
sp:varName "dTimEndPart"^^xsd:string .
_:b29
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b30
sp:varName "wellBore"^^xsd:string .
_:b31
sp:varName "nameWellBore"^^xsd:string .
_:b32
sp:varName "dTimStart"^^xsd:string .
_:b33
sp:varName "activity"^^xsd:string .
_:b34
sp:varName "index"^^xsd:string .
_:b35
sp:varName "normalizedWellBoreName"^^xsd:string .
# Saved by TopBraid on Sun Aug 07 12:55:41 PDT 2011
# Saved by TopBraid on Mon Aug 08 14:39:37 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.1/activity
......@@ -28,88 +28,158 @@
<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 102 Transfer dTimEnd"^^xsd:string ;
sp:templates ([ sp:object _:b1 ;
sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#finishedAt> ;
sp:subject _:b2
rdfs:comment "STEP 104 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 _:b2 ;
sp:predicate rdfs:label ;
sp:subject _:b1
] [ sp:object _:b1 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ;
sp:subject _:b3
] [ sp:object _:b4 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b1
]) ;
sp:where ([ sp:object _:b3 ;
sp:where ([ sp:object _:b5 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b4 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
] [ sp:object _:b2 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWell> ;
sp:subject spin:_this
] [ sp:object _:b1 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ;
] [ sp:object _:b6 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b4 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b3
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b3
sp:arg1 _:b5
] ;
sp:variable _:b5
sp:variable _:b7
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b5 ;
sp:arg2 _:b4
sp:arg1 _:b7 ;
sp:arg2 _:b6
] ;
sp:variable _:b2
sp:variable _:b3
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b2
] ;
sp:variable _:b8
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildWellURI ;
sp:arg1 _:b8
] ;
sp:variable _:b1
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 104 Create Well"^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ;
rdfs:comment """STEP 103
Classify a DailyDrillingReport"""^^xsd:string ;
sp:templates ([ sp:object _:b9 ;
sp:predicate rdf:type ;
sp:subject _:b6
] [ sp:object _:b7 ;
sp:subject _:b10
]) ;
sp:where ([ sp:object _:b11 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b12 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ;
sp:subject spin:_this
] [ sp:object _:b13 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumVersionKind> ;
sp:subject spin:_this
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectDailyDrillingReportType ;
sp:arg1 _:b13
] ;
sp:variable _:b9
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b11
] ;
sp:variable _:b14
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
sp:arg1 _:b14 ;
sp:arg2 _:b12
] ;
sp:variable _:b10
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment """STEP 101a Set name of DailyDrillingReport as label
Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ;
sp:templates ([ sp:object _:b15 ;
sp:predicate rdfs:label ;
sp:subject _:b6
] [ sp:object _:b6 ;
sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWell> ;
sp:subject _:b8
] [ sp:object _:b9 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ;
sp:subject _:b6
sp:subject _:b16
]) ;
sp:where ([ sp:object _:b10 ;
sp:where ([ sp:object _:b17 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b7 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWell> ;
] [ sp:object _:b15 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#name> ;
sp:subject spin:_this
] [ sp:object _:b11 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
] [ sp:object _:b18 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ;
sp:subject spin:_this
] [ sp:object _:b9 ;
sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ;
sp:subject _:b8
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b10
sp:arg1 _:b17
] ;
sp:variable _:b12
sp:variable _:b19
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b12 ;
sp:arg2 _:b11
[ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
sp:arg1 _:b19 ;
sp:arg2 _:b18
] ;
sp:variable _:b8
sp:variable _:b16
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 102 Transfer dTimEnd"^^xsd:string ;
sp:templates ([ sp:object _:b20 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ;
sp:subject _:b21
]) ;
sp:where ([ sp:object _:b22 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b23 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b20 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimEnd> ;
sp:subject spin:_this
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b7
sp:arg1 _:b22
] ;
sp:variable _:b13
sp:variable _:b24
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildWellURI ;
sp:arg1 _:b13
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b24 ;
sp:arg2 _:b23
] ;
sp:variable _:b6
sp:variable _:b21
])
] ;
spin:rule
......@@ -118,115 +188,79 @@
Minimum data - createDate, dTimStart, nameWellBore"""^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#DailyDrillingReport> ;
sp:predicate rdf:type ;
sp:subject _:b14
] [ sp:object <http://www.reportinghub.no/ep/schema/1.1/activity#DailyDrillingActivity> ;
sp:subject _:b25
] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyDrillingActivity> ;
sp:predicate rdf:type ;
sp:subject _:b15
] [ sp:object _:b15 ;
sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#reportOn> ;
sp:subject _:b14
] [ sp:object _:b16 ;
sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#createdAt> ;
sp:subject _:b14
] [ sp:object _:b17 ;
sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#startedAt> ;
sp:subject _:b15
sp:subject _:b26
] [ sp:object _:b26 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#reportOn> ;
sp:subject _:b25
] [ sp:object _:b27 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#createdAt> ;
sp:subject _:b25
] [ sp:object _:b28 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ;
sp:subject _:b26
] [ sp:object <http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> ;
sp:predicate rdf:type ;
sp:subject _:b18
sp:subject _:b29
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
sp:predicate rdf:type ;
sp:subject _:b19
] [ sp:object _:b19 ;
sp:subject _:b30
] [ sp:object _:b30 ;
sp:predicate iso15926:temporalPartOf ;
sp:subject _:b18
] [ sp:object _:b20 ;
sp:subject _:b29
] [ sp:object _:b31 ;
sp:predicate rdfs:label ;
sp:subject _:b19
] [ sp:object _:b18 ;
sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ;
sp:subject _:b15
sp:subject _:b30
] [ sp:object _:b29 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b26
]) ;
sp:where ([ sp:object _:b20 ;
sp:where ([ sp:object _:b31 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b17 ;
] [ sp:object _:b28 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b16 ;
] [ sp:object _:b27 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ;
sp:subject spin:_this
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b20
sp:arg1 _:b31
] ;
sp:variable _:b21
sp:variable _:b32
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
sp:arg1 _:b21 ;
sp:arg2 _:b16
sp:arg1 _:b32 ;
sp:arg2 _:b27
] ;
sp:variable _:b14
sp:variable _:b25
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b21 ;
sp:arg2 _:b17
sp:arg1 _:b32 ;
sp:arg2 _:b28
] ;
sp:variable _:b15
sp:variable _:b26
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildTemporalPartOfAWellBoreURI ;
sp:arg1 _:b21 ;
sp:arg2 _:b17
sp:arg1 _:b32 ;
sp:arg2 _:b28 ;
sp:arg3 [ sp:varName "dTimEnd"^^xsd:string
]
] ;
sp:variable _:b18
sp:variable _:b29
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildWellBoreURI ;
sp:arg1 _:b21
sp:arg1 _:b32
] ;
sp:variable _:b19
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment """STEP 103
Classify a DailyDrillingReport"""^^xsd:string ;
sp:templates ([ sp:object _:b22 ;
sp:predicate rdf:type ;
sp:subject _:b23
]) ;
sp:where ([ sp:object _:b24 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b25 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#createDate> ;
sp:subject spin:_this
] [ sp:object _:b26 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasVersionKind> ;
sp:subject spin:_this
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectDailyDrillingReportType ;
sp:arg1 _:b26
] ;
sp:variable _:b22
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b24
] ;
sp:variable _:b27
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
sp:arg1 _:b27 ;
sp:arg2 _:b25
] ;
sp:variable _:b23
sp:variable _:b30
])
] .
......@@ -235,74 +269,89 @@ Classify a DailyDrillingReport"""^^xsd:string ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/iso15926/bindEP-NativeOWL> , <http://www.reportinghub.no/ep/schema/report> , <http://www.reportinghub.no/ep/schema/equipment> , <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/transform/1.1/ddr> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
_:b22
sp:varName "dailyDrillingReportType"^^xsd:string .
_:b23
sp:varName "dailyDrillingReport"^^xsd:string .
_:b24
sp:varName "nameWellBore"^^xsd:string .
_:b25
sp:varName "createDate"^^xsd:string .
_:b26
sp:varName "versionKind"^^xsd:string .
_:b27
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b14
sp:varName "dailyDrillingReport"^^xsd:string .
_:b15
_:b26
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b16
_:b27
sp:varName "createDate"^^xsd:string .
_:b17
_:b28
sp:varName "dTimStart"^^xsd:string .
_:b18
_:b29
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b19
_:b30
sp:varName "wellBore"^^xsd:string .
_:b20
_:b31
sp:varName "nameWellBore"^^xsd:string .
_:b32
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b20
sp:varName "dTimEnd"^^xsd:string .
_:b21
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b22
sp:varName "nameWellBore"^^xsd:string .
_:b23
sp:varName "dTimStart"^^xsd:string .
_:b24
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b6 sp:varName "well"^^xsd:string .
_:b15
sp:varName "nameDailyDrillingReport"^^xsd:string .
_:b16
sp:varName "dailyDrillingReport"^^xsd:string .
_:b7 sp:varName "nameWell"^^xsd:string .
_:b17
sp:varName "nameWellBore"^^xsd:string .
_:b8 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b18
sp:varName "createDate"^^xsd:string .
_:b9 sp:varName "wellBore"^^xsd:string .
_:b19
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b9 sp:varName "dailyDrillingReportType"^^xsd:string .
_:b10
sp:varName "nameWellBore"^^xsd:string .
sp:varName "dailyDrillingReport"^^xsd:string .
_:b11
sp:varName "dTimStart"^^xsd:string .
sp:varName "nameWellBore"^^xsd:string .
_:b12
sp:varName "normalizedWellBoreName"^^xsd:string .
sp:varName "createDate"^^xsd:string .
_:b13
sp:varName "normalizedWellName"^^xsd:string .
sp:varName "versionKind"^^xsd:string .
_:b14
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b1 sp:varName "well"^^xsd:string .
_:b2 sp:varName "nameWell"^^xsd:string .
_:b3 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b1 sp:varName "dTimEnd"^^xsd:string .
_:b4 sp:varName "wellBore"^^xsd:string .
_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b5 sp:varName "nameWellBore"^^xsd:string .
_:b3 sp:varName "nameWellBore"^^xsd:string .
_:b6 sp:varName "dTimStart"^^xsd:string .
_:b4 sp:varName "dTimStart"^^xsd:string .
_:b7 sp:varName "normalizedWellBoreName"^^xsd:string .
_:b5 sp:varName "normalizedWellBoreName"^^xsd:string .
_:b8 sp:varName "normalizedWellName"^^xsd:string .
......
# Saved by TopBraid on Sun Aug 07 12:55:41 PDT 2011
# Saved by TopBraid on Mon Aug 08 14:39:37 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Sun Aug 07 17:45:34 PDT 2011
# Saved by TopBraid on Mon Aug 08 17:06:00 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/normalization
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity
# imports: http://www.reportinghub.no/ep/schema/1.1/activity
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
# imports: http://www.reportinghub.no/ep/schema/report
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo
# imports: http://www.reportinghub.no/ep/schema/equipment
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/well
@prefix : <http://www.reportinghub.no/ep/transform/1.1/normalization#> .
@prefix activity: <http://www.reportinghub.no/ep/transform/1.1/ddr/activity#> .
@prefix fn: <http://www.w3.org/2005/xpath-functions#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
......@@ -21,7 +20,7 @@
<http://www.reportinghub.no/ep/transform/1.1/normalization>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/report> , <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/schema/equipment> ;
owl:imports <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/schema/1.1/activity> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
owl:Thing
......@@ -62,8 +61,8 @@ owl:Thing
])
] .
_:b2 sp:varName "p"^^xsd:string .
_:b1 sp:varName "oldLabel"^^xsd:string .
_:b2 sp:varName "p"^^xsd:string .
_:b3 sp:varName "newLabel"^^xsd:string .
......
# Saved by TopBraid on Sun Aug 07 17:45:34 PDT 2011
# Saved by TopBraid on Mon Aug 08 17:06:00 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Sun Aug 07 12:55:42 PDT 2011
# Saved by TopBraid on Mon Aug 08 14:37:32 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.1/activity
......@@ -29,87 +29,84 @@
<http://www.reportinghub.no/ep/schema/ddr#Obj_drillReport>
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 125 Transfer presTestType"^^xsd:string ;
rdfs:comment "STEP 119 Transfer mdStrengthForm"^^xsd:string ;
sp:templates ([ sp:object _:b1 ;
sp:predicate iso15926:hasPart ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdStrengthForm> ;
sp:subject _:b2
] [ sp:object _:b3 ;
sp:predicate rdf:type ;
sp:subject _:b1
]) ;
sp:where ([ sp:object _:b4 ;
sp:where ([ sp:object _:b3 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b5 ;
] [ sp:object _:b4 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b6 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ;
] [ sp:object _:b5 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
sp:subject spin:_this
] [ sp:object _:b7 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasPresTestType> ;
] [ sp:object _:b2 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b6
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectPressureTestType ;
sp:arg1 _:b7
] ;
sp:variable _:b3
] [ sp:object _:b1 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdStrengthForm> ;
sp:subject _:b5
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b4
sp:arg1 _:b3
] ;
sp:variable _:b8
sp:variable _:b7
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b8 ;
sp:arg2 _:b5
sp:arg1 _:b7 ;
sp:arg2 _:b4
] ;
sp:variable _:b2
sp:variable _:b6
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 106 Transfer distDrill"^^xsd:string ;
sp:templates ([ sp:object _:b9 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasDistDrill> ;
sp:subject _:b10
sp:templates ([ sp:object _:b8 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#distDrill> ;
sp:subject _:b9
]) ;
sp:where ([ sp:object _:b11 ;
sp:where ([ sp:object _:b10 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b12 ;
] [ sp:object _:b11 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b13 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ;
] [ sp:object _:b12 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
sp:subject spin:_this
] [ sp:object _:b9 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasDistDrill> ;
sp:subject _:b13
] [ sp:object _:b8 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#distDrill> ;
sp:subject _:b12
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b11
sp:arg1 _:b10
] ;
sp:variable _:b14
sp:variable _:b13
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b14 ;
sp:arg2 _:b12
sp:arg1 _:b13 ;
sp:arg2 _:b11
] ;
sp:variable _:b10
sp:variable _:b9
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 122 Transfer mdDiaPilotPlan"^^xsd:string ;
sp:templates ([ sp:object _:b15 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdDiaPilotPlan> ;
sp:subject _:b16
rdfs:comment "STEP 125 Transfer presTestType"^^xsd:string ;
sp:templates ([ sp:object _:b14 ;
sp:predicate iso15926:hasPart ;
sp:subject _:b15
] [ sp:object _:b16 ;
sp:predicate rdf:type ;
sp:subject _:b14
]) ;
sp:where ([ sp:object _:b17 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
......@@ -118,16 +115,19 @@
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b19 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
sp:subject spin:_this
] [ sp:object _:b16 ;
sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ;
sp:subject _:b20
] [ sp:object _:b15 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdDiaPilotPlan> ;
] [ sp:object _:b20 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumPresTestType> ;
sp:subject _:b19
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectPressureTestType ;
sp:arg1 _:b20
] ;
sp:variable _:b16
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b17
] ;
......@@ -138,14 +138,14 @@
sp:arg1 _:b21 ;
sp:arg2 _:b18
] ;
sp:variable _:b20
sp:variable _:b15
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 109 Transfer md"^^xsd:string ;
rdfs:comment "STEP 124 Transfer mdPlanned"^^xsd:string ;
sp:templates ([ sp:object _:b22 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMd> ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlanned> ;
sp:subject _:b23
]) ;
sp:where ([ sp:object _:b24 ;
......@@ -154,696 +154,696 @@
] [ sp:object _:b25 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b26 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ;
] [ sp:object
[ sp:varName "statusInfo"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
sp:subject spin:_this
] [ sp:object _:b23 ;
sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ;
sp:subject _:b27
] [ sp:object _:b22 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMd> ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b26
] [ sp:object _:b22 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlanned> ;
sp:subject
[ sp:varName "statusInfoddr"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b24
] ;
sp:variable _:b28
sp:variable _:b27
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b28 ;
sp:arg1 _:b27 ;
sp:arg2 _:b25
] ;
sp:variable _:b27
sp:variable _:b26
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 111 Transfer mdPlugTop"^^xsd:string ;
sp:templates ([ sp:object _:b29 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdPlugTop> ;
sp:subject _:b30
sp:templates ([ sp:object _:b28 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlugTop> ;
sp:subject _:b29
]) ;
sp:where ([ sp:object _:b31 ;
sp:where ([ sp:object _:b30 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b32 ;
] [ sp:object _:b31 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b33 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ;
] [ sp:object _:b32 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
sp:subject spin:_this
] [ sp:object _:b30 ;
sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ;
sp:subject _:b34
] [ sp:object _:b29 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdPlugTop> ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b33
] [ sp:object _:b28 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdPlugTop> ;
sp:subject _:b32
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b31
sp:arg1 _:b30
] ;
sp:variable _:b35
sp:variable _:b34
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b35 ;
sp:arg2 _:b32
sp:arg1 _:b34 ;
sp:arg2 _:b31
] ;
sp:variable _:b34
sp:variable _:b33
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 112 Transfer diaHole"^^xsd:string ;
sp:templates ([ sp:object _:b36 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasDiaHole> ;
sp:subject _:b37
rdfs:comment "STEP 118 Transfer strengthForm"^^xsd:string ;
sp:templates ([ sp:object _:b35 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#strengthForm> ;
sp:subject _:b36
]) ;
sp:where ([ sp:object _:b38 ;
sp:where ([ sp:object _:b37 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b39 ;
] [ sp:object _:b38 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b40 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ;
] [ sp:object _:b39 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
sp:subject spin:_this
] [ sp:object _:b37 ;
sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ;
sp:subject _:b41
] [ sp:object _:b36 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasDiaHole> ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b40
] [ sp:object _:b35 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#strengthForm> ;
sp:subject _:b39
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b38
sp:arg1 _:b37
] ;
sp:variable _:b42
sp:variable _:b41
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b42 ;
sp:arg2 _:b39
sp:arg1 _:b41 ;
sp:arg2 _:b38
] ;
sp:variable _:b41
sp:variable _:b40
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 115 Transfer diaCsgLast"^^xsd:string ;
sp:templates ([ sp:object _:b43 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasDiaCsgLast> ;
sp:subject _:b44
rdfs:comment "STEP 109 Transfer md"^^xsd:string ;
sp:templates ([ sp:object _:b42 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ;
sp:subject _:b43
]) ;
sp:where ([ sp:object _:b45 ;
sp:where ([ sp:object _:b44 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b46 ;
] [ sp:object _:b45 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b47 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ;
] [ sp:object _:b46 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
sp:subject spin:_this
] [ sp:object _:b44 ;
sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ;
sp:subject _:b48
] [ sp:object _:b43 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasDiaCsgLast> ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b47
] [ sp:object _:b42 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#md> ;
sp:subject _:b46
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b45
sp:arg1 _:b44
] ;
sp:variable _:b49
sp:variable _:b48
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b49 ;
sp:arg2 _:b46
sp:arg1 _:b48 ;
sp:arg2 _:b45
] ;
sp:variable _:b48
sp:variable _:b47
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 121 Transfer elevKelly"^^xsd:string ;
sp:templates ([ sp:object _:b50 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasElevKelly> ;
sp:subject _:b51
rdfs:comment "STEP 110 Transfer tvd"^^xsd:string ;
sp:templates ([ sp:object _:b49 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ;
sp:subject _:b50
]) ;
sp:where ([ sp:object _:b52 ;
sp:where ([ sp:object _:b51 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b53 ;
] [ sp:object _:b52 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b54 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ;
] [ sp:object _:b53 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
sp:subject spin:_this
] [ sp:object _:b51 ;
sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ;
sp:subject _:b55
] [ sp:object _:b50 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasElevKelly> ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b54
] [ sp:object _:b49 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvd> ;
sp:subject _:b53
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b52
sp:arg1 _:b51
] ;
sp:variable _:b56
sp:variable _:b55
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b56 ;
sp:arg2 _:b53
sp:arg1 _:b55 ;
sp:arg2 _:b52
] ;
sp:variable _:b55
sp:variable _:b54
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 116 Transfer mdCsgLast"^^xsd:string ;
sp:templates ([ sp:object _:b57 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdCsgLast> ;
sp:subject _:b58
rdfs:comment "STEP 122 Transfer mdDiaPilotPlan"^^xsd:string ;
sp:templates ([ sp:object _:b56 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaPilotPlan> ;
sp:subject _:b57
]) ;
sp:where ([ sp:object _:b59 ;
sp:where ([ sp:object _:b58 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b60 ;
] [ sp:object _:b59 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b61 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ;
] [ sp:object _:b60 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
sp:subject spin:_this
] [ sp:object _:b58 ;
sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ;
sp:subject _:b62
] [ sp:object _:b57 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdCsgLast> ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b61
] [ sp:object _:b56 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaPilotPlan> ;
sp:subject _:b60
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b59
sp:arg1 _:b58
] ;
sp:variable _:b63
sp:variable _:b62
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b63 ;
sp:arg2 _:b60
sp:arg1 _:b62 ;
sp:arg2 _:b59
] ;
sp:variable _:b62
sp:variable _:b61
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 114 Transfer mdKickoff"^^xsd:string ;
sp:templates ([ sp:object _:b64 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdKickoff> ;
sp:subject _:b65
rdfs:comment "STEP 108 Transfer forecast24Hr"^^xsd:string ;
sp:templates ([ sp:object _:b63 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ;
sp:subject _:b64
]) ;
sp:where ([ sp:object _:b66 ;
sp:where ([ sp:object _:b65 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b67 ;
] [ sp:object _:b66 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b68 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ;
] [ sp:object _:b67 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
sp:subject spin:_this
] [ sp:object _:b65 ;
sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ;
sp:subject _:b69
] [ sp:object _:b64 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdKickoff> ;
sp:subject _:b68
] [ sp:object _:b63 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ;
sp:subject _:b67
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b66
sp:arg1 _:b65
] ;
sp:variable _:b70
sp:variable _:b68
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b70 ;
sp:arg2 _:b67
sp:arg1 _:b68 ;
sp:arg2 _:b66
] ;
sp:variable _:b69
sp:variable _:b64
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 118 Transfer strengthForm"^^xsd:string ;
sp:templates ([ sp:object _:b71 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStrengthForm> ;
sp:subject _:b72
rdfs:comment "STEP 114 Transfer mdKickoff"^^xsd:string ;
sp:templates ([ sp:object _:b69 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdKickoff> ;
sp:subject _:b70
]) ;
sp:where ([ sp:object _:b73 ;
sp:where ([ sp:object _:b71 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b74 ;
] [ sp:object _:b72 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b75 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ;
] [ sp:object _:b73 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
sp:subject spin:_this
] [ sp:object _:b72 ;
sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ;
sp:subject _:b76
] [ sp:object _:b71 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStrengthForm> ;
sp:subject _:b75
] [ sp:object _:b70 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b74
] [ sp:object _:b69 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdKickoff> ;
sp:subject _:b73
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b73
sp:arg1 _:b71
] ;
sp:variable _:b77
sp:variable _:b75
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b77 ;
sp:arg2 _:b74
sp:arg1 _:b75 ;
sp:arg2 _:b72
] ;
sp:variable _:b76
sp:variable _:b74
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 113 Transfer mdDiaHoleStart"^^xsd:string ;
sp:templates ([ sp:object _:b78 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdDiaHoleStart> ;
sp:subject _:b79
rdfs:comment "STEP 123 Transfer tvdDiaPilotPlan"^^xsd:string ;
sp:templates ([ sp:object _:b76 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdDiaPilotPlan> ;
sp:subject _:b77
]) ;
sp:where ([ sp:object _:b80 ;
sp:where ([ sp:object _:b78 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b81 ;
] [ sp:object _:b79 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b82 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ;
] [ sp:object
[ sp:varName "statusInfo"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
sp:subject spin:_this
] [ sp:object _:b79 ;
sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ;
sp:subject _:b83
] [ sp:object _:b78 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdDiaHoleStart> ;
sp:subject _:b82
] [ sp:object _:b77 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b80
] [ sp:object _:b76 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdDiaPilotPlan> ;
sp:subject
[ sp:varName "statusInfoddr"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b80
sp:arg1 _:b78
] ;
sp:variable _:b84
sp:variable _:b81
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b84 ;
sp:arg2 _:b81
sp:arg1 _:b81 ;
sp:arg2 _:b79
] ;
sp:variable _:b83
sp:variable _:b80
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 105 Transfer ropCurrent"^^xsd:string ;
sp:templates ([ sp:object _:b85 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasRopCurrent> ;
sp:subject _:b86
rdfs:comment "STEP 126 Transfer WellboreType"^^xsd:string ;
sp:templates ([ sp:object _:b82 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreDrillingType> ;
sp:subject _:b83
]) ;
sp:where ([ sp:object _:b87 ;
sp:where ([ sp:object _:b84 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b88 ;
] [ sp:object _:b85 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b89 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ;
] [ sp:object _:b86 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
sp:subject spin:_this
] [ sp:object _:b85 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasRopCurrent> ;
sp:subject _:b89
] [ sp:object _:b87 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#enumTypeWellbore> ;
sp:subject _:b86
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
[ rdf:type ep-spin-lib:selectWellBoreDrillingType ;
sp:arg1 _:b87
] ;
sp:variable _:b90
sp:variable _:b82
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b84
] ;
sp:variable _:b88
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b90 ;
sp:arg2 _:b88
sp:arg1 _:b88 ;
sp:arg2 _:b85
] ;
sp:variable _:b86
sp:variable _:b83
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 110 Transfer tvd"^^xsd:string ;
sp:templates ([ sp:object _:b91 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvd> ;
sp:subject _:b92
rdfs:comment "STEP 107 Transfer sum24Hr"^^xsd:string ;
sp:templates ([ sp:object _:b89 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ;
sp:subject _:b90
]) ;
sp:where ([ sp:object _:b93 ;
sp:where ([ sp:object _:b91 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b94 ;
] [ sp:object _:b92 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b95 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ;
] [ sp:object _:b93 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
sp:subject spin:_this
] [ sp:object _:b92 ;
sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ;
sp:subject _:b96
] [ sp:object _:b91 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvd> ;
sp:subject _:b95
] [ sp:object _:b89 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ;
sp:subject _:b93
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b93
sp:arg1 _:b91
] ;
sp:variable _:b97
sp:variable _:b94
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b97 ;
sp:arg2 _:b94
sp:arg1 _:b94 ;
sp:arg2 _:b92
] ;
sp:variable _:b96
sp:variable _:b90
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 120 Transfer tvdStrengthForm"^^xsd:string ;
sp:templates ([ sp:object _:b98 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvdStrengthForm> ;
sp:subject _:b99
rdfs:comment "STEP 105 Transfer ropCurrent"^^xsd:string ;
sp:templates ([ sp:object _:b95 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ropCurrent> ;
sp:subject _:b96
]) ;
sp:where ([ sp:object _:b100 ;
sp:where ([ sp:object _:b97 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b101 ;
] [ sp:object _:b98 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b102 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ;
sp:subject spin:_this
] [ sp:object _:b99 ;
sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ;
sp:subject _:b103
] [ sp:object _:b98 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvdStrengthForm> ;
sp:subject _:b102
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
sp:subject spin:_this
] [ sp:object _:b95 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#ropCurrent> ;
sp:subject _:b99
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b100
sp:arg1 _:b97
] ;
sp:variable _:b104
sp:variable _:b100
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b104 ;
sp:arg2 _:b101
sp:arg1 _:b100 ;
sp:arg2 _:b98
] ;
sp:variable _:b103
sp:variable _:b96
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 107 Transfer sum24Hr"^^xsd:string ;
sp:templates ([ sp:object _:b105 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ;
sp:subject _:b106
rdfs:comment "STEP 115 Transfer diaCsgLast"^^xsd:string ;
sp:templates ([ sp:object _:b101 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaCsgLast> ;
sp:subject _:b102
]) ;
sp:where ([ sp:object _:b107 ;
sp:where ([ sp:object _:b103 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b108 ;
] [ sp:object _:b104 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b109 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ;
sp:subject spin:_this
] [ sp:object _:b105 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#sum24Hr> ;
sp:subject _:b109
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
sp:subject spin:_this
] [ sp:object _:b102 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b106
] [ sp:object _:b101 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaCsgLast> ;
sp:subject _:b105
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b107
sp:arg1 _:b103
] ;
sp:variable _:b110
sp:variable _:b107
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b110 ;
sp:arg2 _:b108
sp:arg1 _:b107 ;
sp:arg2 _:b104
] ;
sp:variable _:b106
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 124 Transfer mdPlanned"^^xsd:string ;
sp:templates ([ sp:object _:b111 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdPlanned> ;
sp:subject _:b112
rdfs:comment "STEP 112 Transfer diaHole"^^xsd:string ;
sp:templates ([ sp:object _:b108 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaHole> ;
sp:subject _:b109
]) ;
sp:where ([ sp:object _:b113 ;
sp:where ([ sp:object _:b110 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b114 ;
] [ sp:object _:b111 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "statusInfo"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ;
sp:subject spin:_this
] [ sp:object _:b112 ;
sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ;
sp:subject _:b115
] [ sp:object _:b111 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdPlanned> ;
sp:subject
[ sp:varName "statusInfoddr"^^xsd:string
]
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
sp:subject spin:_this
] [ sp:object _:b109 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b113
] [ sp:object _:b108 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#diaHole> ;
sp:subject _:b112
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b113
sp:arg1 _:b110
] ;
sp:variable _:b116
sp:variable _:b114
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b116 ;
sp:arg2 _:b114
sp:arg1 _:b114 ;
sp:arg2 _:b111
] ;
sp:variable _:b115
sp:variable _:b113
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 123 Transfer tvdDiaPilotPlan"^^xsd:string ;
sp:templates ([ sp:object _:b117 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvdDiaPilotPlan> ;
sp:subject _:b118
rdfs:comment "STEP 117 Transfer tvdCsgLast"^^xsd:string ;
sp:templates ([ sp:object _:b115 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdCsgLast> ;
sp:subject _:b116
]) ;
sp:where ([ sp:object _:b119 ;
sp:where ([ sp:object _:b117 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b120 ;
] [ sp:object _:b118 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "statusInfo"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ;
] [ sp:object _:b119 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
sp:subject spin:_this
] [ sp:object _:b118 ;
sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ;
sp:subject _:b121
] [ sp:object _:b117 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvdDiaPilotPlan> ;
sp:subject
[ sp:varName "statusInfoddr"^^xsd:string
]
] [ sp:object _:b116 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b120
] [ sp:object _:b115 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdCsgLast> ;
sp:subject _:b119
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b119
sp:arg1 _:b117
] ;
sp:variable _:b122
sp:variable _:b121
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b122 ;
sp:arg2 _:b120
sp:arg1 _:b121 ;
sp:arg2 _:b118
] ;
sp:variable _:b121
sp:variable _:b120
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 126 Transfer WellboreType"^^xsd:string ;
sp:templates ([ sp:object _:b123 ;
sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#wellBoreDrillingType> ;
sp:subject _:b124
rdfs:comment "STEP 113 Transfer mdDiaHoleStart"^^xsd:string ;
sp:templates ([ sp:object _:b122 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaHoleStart> ;
sp:subject _:b123
]) ;
sp:where ([ sp:object _:b125 ;
sp:where ([ sp:object _:b124 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b126 ;
] [ sp:object _:b125 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b127 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ;
] [ sp:object _:b126 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
sp:subject spin:_this
] [ sp:object _:b128 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTypeWellbore> ;
] [ sp:object _:b123 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b127
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:selectWellBoreDrillingType ;
sp:arg1 _:b128
] ;
sp:variable _:b123
] [ sp:object _:b122 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdDiaHoleStart> ;
sp:subject _:b126
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b125
sp:arg1 _:b124
] ;
sp:variable _:b129
sp:variable _:b128
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b129 ;
sp:arg2 _:b126
sp:arg1 _:b128 ;
sp:arg2 _:b125
] ;
sp:variable _:b124
sp:variable _:b127
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 119 Transfer mdStrengthForm"^^xsd:string ;
sp:templates ([ sp:object _:b130 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdStrengthForm> ;
sp:subject _:b131
rdfs:comment "STEP 116 Transfer mdCsgLast"^^xsd:string ;
sp:templates ([ sp:object _:b129 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdCsgLast> ;
sp:subject _:b130
]) ;
sp:where ([ sp:object _:b132 ;
sp:where ([ sp:object _:b131 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b133 ;
] [ sp:object _:b132 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b134 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ;
] [ sp:object _:b133 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
sp:subject spin:_this
] [ sp:object _:b131 ;
sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ;
sp:subject _:b135
] [ sp:object _:b130 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasMdStrengthForm> ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b134
] [ sp:object _:b129 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#mdCsgLast> ;
sp:subject _:b133
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b132
sp:arg1 _:b131
] ;
sp:variable _:b136
sp:variable _:b135
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b136 ;
sp:arg2 _:b133
sp:arg1 _:b135 ;
sp:arg2 _:b132
] ;
sp:variable _:b135
sp:variable _:b134
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 117 Transfer tvdCsgLast"^^xsd:string ;
sp:templates ([ sp:object _:b137 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvdCsgLast> ;
sp:subject _:b138
rdfs:comment "STEP 120 Transfer tvdStrengthForm"^^xsd:string ;
sp:templates ([ sp:object _:b136 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdStrengthForm> ;
sp:subject _:b137
]) ;
sp:where ([ sp:object _:b139 ;
sp:where ([ sp:object _:b138 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b140 ;
] [ sp:object _:b139 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b141 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ;
] [ sp:object _:b140 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
sp:subject spin:_this
] [ sp:object _:b138 ;
sp:predicate <http://www.reportinghub.no/ep/schema/1.1/activity#onWellBore> ;
sp:subject _:b142
] [ sp:object _:b137 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasTvdCsgLast> ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b141
] [ sp:object _:b136 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#tvdStrengthForm> ;
sp:subject _:b140
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b139
sp:arg1 _:b138
] ;
sp:variable _:b143
sp:variable _:b142
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b143 ;
sp:arg2 _:b140
sp:arg1 _:b142 ;
sp:arg2 _:b139
] ;
sp:variable _:b142
sp:variable _:b141
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 108 Transfer forecast24Hr"^^xsd:string ;
sp:templates ([ sp:object _:b144 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ;
sp:subject _:b145
rdfs:comment "STEP 121 Transfer elevKelly"^^xsd:string ;
sp:templates ([ sp:object _:b143 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#elevKelly> ;
sp:subject _:b144
]) ;
sp:where ([ sp:object _:b146 ;
sp:where ([ sp:object _:b145 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#nameWellbore> ;
sp:subject spin:_this
] [ sp:object _:b147 ;
] [ sp:object _:b146 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#dTimStart> ;
sp:subject spin:_this
] [ sp:object _:b148 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#hasStatusInfo> ;
] [ sp:object _:b147 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#statusInfo> ;
sp:subject spin:_this
] [ sp:object _:b144 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#forecast24Hr> ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b148
] [ sp:object _:b143 ;
sp:predicate <http://www.reportinghub.no/ep/schema/ddr#elevKelly> ;
sp:subject _:b147
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b146
sp:arg1 _:b145
] ;
sp:variable _:b149
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingActivityURI ;
sp:arg1 _:b149 ;
sp:arg2 _:b147
sp:arg2 _:b146
] ;
sp:variable _:b145
sp:variable _:b148
])
] .
......@@ -852,438 +852,437 @@
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr> , <http://www.reportinghub.no/ep/schema/well> , <http://www.reportinghub.no/ep/schema/report> , <http://www.reportinghub.no/ep/schema/1.1/activity> , <http://www.reportinghub.no/iso15926/bindEP-NativeOWL> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/equipment> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
_:b105
sp:varName "sum24Hr"^^xsd:string .
_:b7 sp:varName "normalizedWellBoreName"^^xsd:string .
_:b106
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b6 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b107
sp:varName "nameWellBore"^^xsd:string .
_:b5 sp:varName "statusInfo"^^xsd:string .
_:b108
sp:varName "dTimStart"^^xsd:string .
_:b4 sp:varName "dTimStart"^^xsd:string .
_:b109
sp:varName "statusInfo"^^xsd:string .
_:b3 sp:varName "nameWellBore"^^xsd:string .
_:b110
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b2 sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b15
sp:varName "mdDiaPilotPlan"^^xsd:string .
_:b1 sp:varName "mdStrengthForm"^^xsd:string .
_:b16
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b81
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b17
sp:varName "nameWellBore"^^xsd:string .
_:b80
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b18
_:b79
sp:varName "dTimStart"^^xsd:string .
_:b19
sp:varName "statusInfo"^^xsd:string .
_:b20
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b78
sp:varName "nameWellBore"^^xsd:string .
_:b21
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b77
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b91
sp:varName "tvd"^^xsd:string .
_:b76
sp:varName "tvdDiaPilotPlan"^^xsd:string .
_:b92
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b68
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b93
sp:varName "nameWellBore"^^xsd:string .
_:b67
sp:varName "statusInfo"^^xsd:string .
_:b94
_:b66
sp:varName "dTimStart"^^xsd:string .
_:b95
sp:varName "statusInfo"^^xsd:string .
_:b65
sp:varName "nameWellBore"^^xsd:string .
_:b96
_:b64
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b97
_:b63
sp:varName "forecast24Hr"^^xsd:string .
_:b27
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b137
sp:varName "tvdCsgLast"^^xsd:string .
_:b26
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b138
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b25
sp:varName "dTimStart"^^xsd:string .
_:b139
_:b24
sp:varName "nameWellBore"^^xsd:string .
_:b140
sp:varName "dTimStart"^^xsd:string .
_:b141
sp:varName "statusInfo"^^xsd:string .
_:b23
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b142
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b22
sp:varName "mdPlanned"^^xsd:string .
_:b143
_:b107
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b117
sp:varName "tvdDiaPilotPlan"^^xsd:string .
_:b106
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b118
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b105
sp:varName "statusInfo"^^xsd:string .
_:b119
_:b104
sp:varName "dTimStart"^^xsd:string .
_:b103
sp:varName "nameWellBore"^^xsd:string .
_:b120
sp:varName "dTimStart"^^xsd:string .
_:b102
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b121
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b101
sp:varName "diaCsgLast"^^xsd:string .
_:b122
_:b149
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b36
sp:varName "diaHole"^^xsd:string .
_:b37
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b148
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b38
sp:varName "nameWellBore"^^xsd:string .
_:b147
sp:varName "statusInfo"^^xsd:string .
_:b39
_:b146
sp:varName "dTimStart"^^xsd:string .
_:b40
sp:varName "statusInfo"^^xsd:string .
_:b145
sp:varName "nameWellBore"^^xsd:string .
_:b41
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b144
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b42
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b143
sp:varName "elevKelly"^^xsd:string .
_:b43
sp:varName "diaCsgLast"^^xsd:string .
_:b135
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b44
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b134
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b45
sp:varName "nameWellBore"^^xsd:string .
_:b133
sp:varName "statusInfo"^^xsd:string .
_:b46
_:b132
sp:varName "dTimStart"^^xsd:string .
_:b47
sp:varName "statusInfo"^^xsd:string .
_:b131
sp:varName "nameWellBore"^^xsd:string .
_:b48
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b130
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b49
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b129
sp:varName "mdCsgLast"^^xsd:string .
_:b123
sp:varName "wellBoreDrillingType"^^xsd:string .
_:b75
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b124
_:b74
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b125
sp:varName "nameWellBore"^^xsd:string .
_:b73
sp:varName "statusInfo"^^xsd:string .
_:b126
_:b72
sp:varName "dTimStart"^^xsd:string .
_:b127
sp:varName "statusInfo"^^xsd:string .
_:b71
sp:varName "nameWellBore"^^xsd:string .
_:b128
sp:varName "typeWellBore"^^xsd:string .
_:b70
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b129
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b69
sp:varName "mdKickoff"^^xsd:string .
_:b22
sp:varName "md"^^xsd:string .
_:b34
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b23
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b33
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b24
sp:varName "nameWellBore"^^xsd:string .
_:b32
sp:varName "statusInfo"^^xsd:string .
_:b25
_:b31
sp:varName "dTimStart"^^xsd:string .
_:b26
sp:varName "statusInfo"^^xsd:string .
_:b30
sp:varName "nameWellBore"^^xsd:string .
_:b27
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b29
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b28
sp:varName "normalizedWellBoreName"^^xsd:string .
sp:varName "mdPlugTop"^^xsd:string .
_:b130
sp:varName "mdStrengthForm"^^xsd:string .
_:b88
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b131
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b87
sp:varName "typeWellBore"^^xsd:string .
_:b132
sp:varName "nameWellBore"^^xsd:string .
_:b86
sp:varName "statusInfo"^^xsd:string .
_:b133
_:b85
sp:varName "dTimStart"^^xsd:string .
_:b134
sp:varName "statusInfo"^^xsd:string .
_:b84
sp:varName "nameWellBore"^^xsd:string .
_:b135
_:b83
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b136
_:b82
sp:varName "wellBoreDrillingType"^^xsd:string .
_:b100
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b64
sp:varName "mdKickoff"^^xsd:string .
_:b99
sp:varName "statusInfo"^^xsd:string .
_:b65
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b98
sp:varName "dTimStart"^^xsd:string .
_:b66
_:b97
sp:varName "nameWellBore"^^xsd:string .
_:b67
sp:varName "dTimStart"^^xsd:string .
_:b96
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b68
sp:varName "statusInfo"^^xsd:string .
_:b95
sp:varName "ropCurrentValue"^^xsd:string .
_:b69
_:b41
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b40
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b70
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b39
sp:varName "statusInfo"^^xsd:string .
_:b57
sp:varName "mdCsgLast"^^xsd:string .
_:b38
sp:varName "dTimStart"^^xsd:string .
_:b58
_:b37
sp:varName "nameWellBore"^^xsd:string .
_:b36
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b59
sp:varName "nameWellBore"^^xsd:string .
_:b35
sp:varName "strengthForm"^^xsd:string .
_:b60
sp:varName "dTimStart"^^xsd:string .
_:b121
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b61
_:b120
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b119
sp:varName "statusInfo"^^xsd:string .
_:b62
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b118
sp:varName "dTimStart"^^xsd:string .
_:b63
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b117
sp:varName "nameWellBore"^^xsd:string .
_:b144
sp:varName "forecast24Hr"^^xsd:string .
_:b116
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b145
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b115
sp:varName "tvdCsgLast"^^xsd:string .
_:b146
sp:varName "nameWellBore"^^xsd:string .
_:b114
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b147
sp:varName "dTimStart"^^xsd:string .
_:b113
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b148
_:b112
sp:varName "statusInfo"^^xsd:string .
_:b149
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b111
sp:varName "dTimStart"^^xsd:string .
_:b98
sp:varName "tvdStrengthForm"^^xsd:string .
_:b110
sp:varName "nameWellBore"^^xsd:string .
_:b99
_:b109
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b100
sp:varName "nameWellBore"^^xsd:string .
_:b108
sp:varName "diaHole"^^xsd:string .
_:b101
sp:varName "dTimStart"^^xsd:string .
_:b21
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b102
_:b20
sp:varName "presTestType"^^xsd:string .
_:b19
sp:varName "statusInfo"^^xsd:string .
_:b103
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b18
sp:varName "dTimStart"^^xsd:string .
_:b104
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b17
sp:varName "nameWellBore"^^xsd:string .
_:b85
sp:varName "ropCurrentValue"^^xsd:string .
_:b16
sp:varName "pressureTestType"^^xsd:string .
_:b86
_:b15
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b87
sp:varName "nameWellBore"^^xsd:string .
_:b142
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b88
sp:varName "dTimStart"^^xsd:string .
_:b141
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b89
_:b140
sp:varName "statusInfo"^^xsd:string .
_:b90
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b139
sp:varName "dTimStart"^^xsd:string .
_:b50
sp:varName "elevKelly"^^xsd:string .
_:b138
sp:varName "nameWellBore"^^xsd:string .
_:b51
_:b137
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b52
sp:varName "nameWellBore"^^xsd:string .
_:b53
sp:varName "dTimStart"^^xsd:string .
_:b136
sp:varName "tvdStrengthForm"^^xsd:string .
_:b54
sp:varName "statusInfo"^^xsd:string .
_:b128
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b55
_:b127
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b56
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b71
sp:varName "strengthForm"^^xsd:string .
_:b126
sp:varName "statusInfo"^^xsd:string .
_:b72
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b125
sp:varName "dTimStart"^^xsd:string .
_:b73
_:b124
sp:varName "nameWellBore"^^xsd:string .
_:b74
sp:varName "dTimStart"^^xsd:string .
_:b75
sp:varName "statusInfo"^^xsd:string .
_:b123
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b76
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b122
sp:varName "mdDiaHoleStart"^^xsd:string .
_:b77
_:b62
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b9 sp:varName "distDrill"^^xsd:string .
_:b10
_:b61
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b11
sp:varName "nameWellBore"^^xsd:string .
_:b60
sp:varName "statusInfo"^^xsd:string .
_:b12
_:b59
sp:varName "dTimStart"^^xsd:string .
_:b13
sp:varName "statusInfo"^^xsd:string .
_:b58
sp:varName "nameWellBore"^^xsd:string .
_:b14
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b57
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b29
sp:varName "mdPlugTop"^^xsd:string .
_:b56
sp:varName "mdDiaPilotPlan"^^xsd:string .
_:b30
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b13
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b31
sp:varName "nameWellBore"^^xsd:string .
_:b12
sp:varName "statusInfo"^^xsd:string .
_:b32
_:b11
sp:varName "dTimStart"^^xsd:string .
_:b33
sp:varName "statusInfo"^^xsd:string .
_:b10
sp:varName "nameWellBore"^^xsd:string .
_:b34
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b9 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b35
_:b8 sp:varName "distDrill"^^xsd:string .
_:b94
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b2 sp:varName "dailyDrillingActivity"^^xsd:string .
_:b93
sp:varName "statusInfo"^^xsd:string .
_:b3 sp:varName "pressureTestType"^^xsd:string .
_:b92
sp:varName "dTimStart"^^xsd:string .
_:b4 sp:varName "nameWellBore"^^xsd:string .
_:b91
sp:varName "nameWellBore"^^xsd:string .
_:b5 sp:varName "dTimStart"^^xsd:string .
_:b90
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b6 sp:varName "statusInfo"^^xsd:string .
_:b89
sp:varName "sum24Hr"^^xsd:string .
_:b7 sp:varName "presTestType"^^xsd:string .
_:b55
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b8 sp:varName "normalizedWellBoreName"^^xsd:string .
_:b54
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b78
sp:varName "mdDiaHoleStart"^^xsd:string .
_:b53
sp:varName "statusInfo"^^xsd:string .
_:b79
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b52
sp:varName "dTimStart"^^xsd:string .
_:b80
_:b51
sp:varName "nameWellBore"^^xsd:string .
_:b81
sp:varName "dTimStart"^^xsd:string .
_:b82
sp:varName "statusInfo"^^xsd:string .
_:b50
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b83
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b49
sp:varName "tvd"^^xsd:string .
_:b84
_:b48
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b111
sp:varName "mdPlanned"^^xsd:string .
_:b112
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b47
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b113
sp:varName "nameWellBore"^^xsd:string .
_:b46
sp:varName "statusInfo"^^xsd:string .
_:b114
_:b45
sp:varName "dTimStart"^^xsd:string .
_:b115
sp:varName "dailyDrillingActivity"^^xsd:string .
_:b44
sp:varName "nameWellBore"^^xsd:string .
_:b116
sp:varName "normalizedWellBoreName"^^xsd:string .
_:b43
sp:varName "temporalPartOfAWellBore"^^xsd:string .
_:b42
sp:varName "md"^^xsd:string .
......
# Saved by TopBraid on Sun Aug 07 12:55:41 PDT 2011
# Saved by TopBraid on Mon Aug 08 14:39:30 BST 2011
# baseURI: http://www.reportinghub.no/iso15926/bindEP-NativeOWL
# imports: http://www.reportinghub.no/ep/schema/1.1.1/ddr
# imports: http://www.reportinghub.no/ep/schema/1.1/activity
......