David Leal

Debug coreInfo

# Saved by TopBraid on Sun Sep 18 22:04:14 BST 2011
# Saved by TopBraid on Mon Sep 19 15:45:26 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Sun Sep 18 22:09:29 BST 2011
# Saved by TopBraid on Mon Sep 19 13:44:54 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage
# imports: http://www.reportinghub.no/ep/spin/1.1/lib
# imports: http://www.witsml.org/schemas/1series
......@@ -18,7 +18,7 @@
<http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage>
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.witsml.org/schemas/1series> ;
owl:imports <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ddr:Obj_drillReport
......@@ -67,9 +67,6 @@ ddr:Obj_drillReport
] [ sp:object _:b11 ;
sp:predicate _:b12 ;
sp:subject _:b10
] [ sp:object 101.0 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
sp:subject _:b10
] [ sp:object _:b13 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#volumeOfPumpedCementingFluid> ;
sp:subject _:b8
......
# Saved by TopBraid on Sun Sep 18 22:09:29 BST 2011
# Saved by TopBraid on Mon Sep 19 13:44:54 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Sun Sep 18 20:21:41 BST 2011
# Saved by TopBraid on Mon Sep 19 13:37:46 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/check
# imports: http://www.witsml.org/schemas/1series
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://spinrdf.org/spin
@prefix : <http://www.reportinghub.no/ep/transform/check#> .
@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
......@@ -14,7 +15,7 @@
<http://www.reportinghub.no/ep/transform/check>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/1series> , <http://spinrdf.org/spin> ;
owl:imports <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/1series> , <http://www.reportinghub.no/ep/schema/1.0/core> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.witsml.org/schemas/1series#Obj_drillReport>
......@@ -23,18 +24,12 @@
rdfs:comment "STEP 999a Check that all uom attributes have been processed correctly"^^xsd:string ;
sp:templates ([ sp:object "At least one uom attribute has not been processed correctly" ;
sp:predicate rdfs:comment ;
sp:subject
[ sp:varName "dailyDrillingReport"^^xsd:string
]
sp:subject _:b1
]) ;
sp:where ([ sp:object
[ sp:varName "nameWellBore"^^xsd:string
] ;
sp:where ([ sp:object _:b2 ;
sp:predicate <http://www.witsml.org/schemas/1series#nameWellbore> ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "createDate"^^xsd:string
] ;
] [ sp:object _:b3 ;
sp:predicate <http://www.witsml.org/schemas/1series#createDate> ;
sp:subject spin:_this
] [ sp:object
......@@ -44,5 +39,26 @@
sp:subject
[ sp:varName "x"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizeString ;
sp:arg1 _:b2
] ;
sp:variable _:b4
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:buildDailyDrillingReportURI ;
sp:arg1 _:b4 ;
sp:arg2 _:b3
] ;
sp:variable _:b1
])
] .
_:b1 sp:varName "dailyDrillingReport"^^xsd:string .
_:b4 sp:varName "normalizedWellBoreName"^^xsd:string .
_:b3 sp:varName "createDate"^^xsd:string .
_:b2 sp:varName "nameWellBore"^^xsd:string .
......
# Saved by TopBraid on Sun Sep 18 20:30:13 BST 2011
# Saved by TopBraid on Mon Sep 19 15:23:16 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr/collector
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/activity
# imports: http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias
......@@ -10,6 +10,7 @@
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo
# imports: http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo
# imports: http://spinrdf.org/spin
@prefix : <http://www.reportinghub.no/ep/transform/1.1/ddr/collector#> .
......@@ -18,6 +19,7 @@
@prefix cementStage: <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage#> .
@prefix check: <http://www.reportinghub.no/ep/transform/check#> .
@prefix controlIncidentInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo#> .
@prefix coreInfo: <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
......@@ -32,5 +34,5 @@
<http://www.reportinghub.no/ep/transform/1.1/ddr/collector>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ;
owl:imports <http://www.reportinghub.no/ep/transform/check> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.1/ddr/drillReport> , <http://www.reportinghub.no/ep/transform/1.1/ddr/activity> , <http://www.reportinghub.no/ep/transform/1.1/wellboreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/surveyStation> , <http://www.reportinghub.no/ep/transform/1.1/ddr/coreInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/controlIncidentInfo> , <http://www.reportinghub.no/ep/transform/1.1/ddr/cementStage> , <http://www.reportinghub.no/ep/transform/1.1/wellAndWellBoreAlias> , <http://www.reportinghub.no/ep/transform/1.1/ddr/casingLinerTubingRun> , <http://www.reportinghub.no/ep/transform/1.1/ddr/statusInfo> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
# Saved by TopBraid on Sun Sep 18 20:30:13 BST 2011
# Saved by TopBraid on Mon Sep 19 15:23:16 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Mon Aug 22 14:33:44 BST 2011
# Saved by TopBraid on Mon Sep 19 15:28:07 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
......@@ -321,6 +321,8 @@ Sand Zones:
<witsml:coreNumber>1</witsml:coreNumber>
<witsml:mdTop uom="m">1234</witsml:mdTop>
<witsml:mdBottom uom="m">1234</witsml:mdBottom>
<witsml:tvdTop uom="m">1200</witsml:tvdTop>
<witsml:tvdBottom uom="m">1200</witsml:tvdBottom>
<witsml:lenRecovered uom="m">123</witsml:lenRecovered>
<witsml:recoverPc uom="%">89.9</witsml:recoverPc>
<witsml:lenBarrel uom="m">33.3</witsml:lenBarrel>
......