David Price

Fix log info depth bottom

......@@ -22,7 +22,7 @@
<http://www.reportinghub.no/ep/spin/ddr-tables>
rdf:type owl:Ontology ;
rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ;
owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://spinrdf.org/spin> ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/spin/rh> ;
owl:versionInfo "0.1.0"^^xsd:string .
ddr-tables:BitRecord
......@@ -2796,6 +2796,13 @@ ddr-tables:LogInformation
sp:subject
[ sp:varName "logRun"^^xsd:string
]
] [ sp:object
[ sp:varName "wbState"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject
[ sp:varName "logRun"^^xsd:string
]
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "runNo"^^xsd:string
......@@ -2807,13 +2814,6 @@ ddr-tables:LogInformation
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "wbState"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject
[ sp:varName "logRun"^^xsd:string
]
] [ sp:object
[ sp:varName "wbPartState"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#loggedWellBoreInterval> ;
......@@ -2828,98 +2828,96 @@ ddr-tables:LogInformation
[ sp:varName "wbPartState"^^xsd:string
]
] [ rdf:type sp:Optional ;
sp:elements ([ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "top"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
sp:subject
[ sp:varName "wbPart"^^xsd:string
]
] [ sp:object
[ sp:varName "depthTopmMD"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
sp:subject
[ sp:varName "top"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "bottom"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
sp:subject
[ sp:varName "wbPart"^^xsd:string
]
] [ sp:object
[ sp:varName "depthBottommMD"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
sp:subject
[ sp:varName "top"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "wbState"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject
[ sp:varName "circWb"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithCirculation> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "circWb"^^xsd:string
]
] [ sp:object
[ sp:varName "circButtHoleTemp"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ;
sp:subject
[ sp:varName "circWb"^^xsd:string
]
] [ sp:object
[ sp:varName "bHCTdegC"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#celsius> ;
sp:subject
[ sp:varName "circButtHoleTemp"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "wbState"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject
[ sp:varName "staticWb"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithoutCirculation> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "staticWb"^^xsd:string
]
] [ sp:object
[ sp:varName "staticButtHoleTemp"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ;
sp:subject
[ sp:varName "staticWb"^^xsd:string
]
] [ sp:object
[ sp:varName "bHSTdegC"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#celsius> ;
sp:subject
[ sp:varName "staticButtHoleTemp"^^xsd:string
]
])
sp:elements ([ sp:object
[ sp:varName "top"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheTopOfAPartOfAWellBore> ;
sp:subject
[ sp:varName "wbPart"^^xsd:string
]
] [ sp:object
[ sp:varName "depthTopmMD"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
sp:subject
[ sp:varName "top"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "bottom"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#measuredDepthToTheBottomOfAPartOfAWellBore> ;
sp:subject
[ sp:varName "wbPart"^^xsd:string
]
] [ sp:object
[ sp:varName "depthBottommMD"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
sp:subject
[ sp:varName "bottom"^^xsd:string
]
])
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "wbState"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject
[ sp:varName "circWb"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithCirculation> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "circWb"^^xsd:string
]
] [ sp:object
[ sp:varName "circButtHoleTemp"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ;
sp:subject
[ sp:varName "circWb"^^xsd:string
]
] [ sp:object
[ sp:varName "bHCTdegC"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#celsius> ;
sp:subject
[ sp:varName "circButtHoleTemp"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "wbState"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject
[ sp:varName "staticWb"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBoreWithoutCirculation> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "staticWb"^^xsd:string
]
] [ sp:object
[ sp:varName "staticButtHoleTemp"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#bottomHoleTemperature> ;
sp:subject
[ sp:varName "staticWb"^^xsd:string
]
] [ sp:object
[ sp:varName "bHSTdegC"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#celsius> ;
sp:subject
[ sp:varName "staticButtHoleTemp"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "loggingToolState"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#wellBoreLoggingTool> ;
......