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,7 +2828,6 @@ 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
] ;
......@@ -2857,9 +2856,10 @@ ddr-tables:LogInformation
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
sp:subject
[ sp:varName "top"^^xsd:string
[ sp:varName "bottom"^^xsd:string
]
])
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "wbState"^^xsd:string
......@@ -2916,8 +2916,6 @@ ddr-tables:LogInformation
[ sp:varName "staticButtHoleTemp"^^xsd:string
]
])
])
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "loggingToolState"^^xsd:string
......