David Price

Fix log info depth bottom

...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
22 <http://www.reportinghub.no/ep/spin/ddr-tables> 22 <http://www.reportinghub.no/ep/spin/ddr-tables>
23 rdf:type owl:Ontology ; 23 rdf:type owl:Ontology ;
24 rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ; 24 rdfs:comment "A collection of SELECT templates that can be used to assemble tables in DD reports."^^xsd:string ;
25 - 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> ; 25 + 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> ;
26 owl:versionInfo "0.1.0"^^xsd:string . 26 owl:versionInfo "0.1.0"^^xsd:string .
27 27
28 ddr-tables:BitRecord 28 ddr-tables:BitRecord
...@@ -2796,6 +2796,13 @@ ddr-tables:LogInformation ...@@ -2796,6 +2796,13 @@ ddr-tables:LogInformation
2796 sp:subject 2796 sp:subject
2797 [ sp:varName "logRun"^^xsd:string 2797 [ sp:varName "logRun"^^xsd:string
2798 ] 2798 ]
2799 + ] [ sp:object
2800 + [ sp:varName "wbState"^^xsd:string
2801 + ] ;
2802 + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
2803 + sp:subject
2804 + [ sp:varName "logRun"^^xsd:string
2805 + ]
2799 ] [ rdf:type sp:Optional ; 2806 ] [ rdf:type sp:Optional ;
2800 sp:elements ([ sp:object 2807 sp:elements ([ sp:object
2801 [ sp:varName "runNo"^^xsd:string 2808 [ sp:varName "runNo"^^xsd:string
...@@ -2807,13 +2814,6 @@ ddr-tables:LogInformation ...@@ -2807,13 +2814,6 @@ ddr-tables:LogInformation
2807 ]) 2814 ])
2808 ] [ rdf:type sp:Optional ; 2815 ] [ rdf:type sp:Optional ;
2809 sp:elements ([ sp:object 2816 sp:elements ([ sp:object
2810 - [ sp:varName "wbState"^^xsd:string
2811 - ] ;
2812 - sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
2813 - sp:subject
2814 - [ sp:varName "logRun"^^xsd:string
2815 - ]
2816 - ] [ sp:object
2817 [ sp:varName "wbPartState"^^xsd:string 2817 [ sp:varName "wbPartState"^^xsd:string
2818 ] ; 2818 ] ;
2819 sp:predicate <http://www.reportinghub.no/ep/schema/activity#loggedWellBoreInterval> ; 2819 sp:predicate <http://www.reportinghub.no/ep/schema/activity#loggedWellBoreInterval> ;
...@@ -2828,7 +2828,6 @@ ddr-tables:LogInformation ...@@ -2828,7 +2828,6 @@ ddr-tables:LogInformation
2828 [ sp:varName "wbPartState"^^xsd:string 2828 [ sp:varName "wbPartState"^^xsd:string
2829 ] 2829 ]
2830 ] [ rdf:type sp:Optional ; 2830 ] [ rdf:type sp:Optional ;
2831 - sp:elements ([ rdf:type sp:Optional ;
2832 sp:elements ([ sp:object 2831 sp:elements ([ sp:object
2833 [ sp:varName "top"^^xsd:string 2832 [ sp:varName "top"^^xsd:string
2834 ] ; 2833 ] ;
...@@ -2857,9 +2856,10 @@ ddr-tables:LogInformation ...@@ -2857,9 +2856,10 @@ ddr-tables:LogInformation
2857 ] ; 2856 ] ;
2858 sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; 2857 sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ;
2859 sp:subject 2858 sp:subject
2860 - [ sp:varName "top"^^xsd:string 2859 + [ sp:varName "bottom"^^xsd:string
2861 ] 2860 ]
2862 ]) 2861 ])
2862 + ])
2863 ] [ rdf:type sp:Optional ; 2863 ] [ rdf:type sp:Optional ;
2864 sp:elements ([ sp:object 2864 sp:elements ([ sp:object
2865 [ sp:varName "wbState"^^xsd:string 2865 [ sp:varName "wbState"^^xsd:string
...@@ -2916,8 +2916,6 @@ ddr-tables:LogInformation ...@@ -2916,8 +2916,6 @@ ddr-tables:LogInformation
2916 [ sp:varName "staticButtHoleTemp"^^xsd:string 2916 [ sp:varName "staticButtHoleTemp"^^xsd:string
2917 ] 2917 ]
2918 ]) 2918 ])
2919 - ])
2920 - ])
2921 ] [ rdf:type sp:Optional ; 2919 ] [ rdf:type sp:Optional ;
2922 sp:elements ([ sp:object 2920 sp:elements ([ sp:object
2923 [ sp:varName "loggingToolState"^^xsd:string 2921 [ sp:varName "loggingToolState"^^xsd:string
......