David Price

Fixed mis-spelled ?wbpart variable causing duplicate gas readings

...@@ -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/ep/spin/1.1/lib> , <http://www.reportinghub.no/spin/rh> , <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/spin/rh> , <http://www.reportinghub.no/ep/spin/1.1/lib> ;
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
...@@ -2363,7 +2363,7 @@ ddr-tables:GasReadingInformation ...@@ -2363,7 +2363,7 @@ ddr-tables:GasReadingInformation
2363 ] ; 2363 ] ;
2364 sp:predicate <http://www.reportinghub.no/ep/schema/well#gasConcentrationHigh> ; 2364 sp:predicate <http://www.reportinghub.no/ep/schema/well#gasConcentrationHigh> ;
2365 sp:subject 2365 sp:subject
2366 - [ sp:varName "wppart"^^xsd:string 2366 + [ sp:varName "wbpart"^^xsd:string
2367 ] 2367 ]
2368 ] [ sp:object 2368 ] [ sp:object
2369 [ sp:varName "highestGas"^^xsd:string 2369 [ sp:varName "highestGas"^^xsd:string
...@@ -2377,7 +2377,7 @@ ddr-tables:GasReadingInformation ...@@ -2377,7 +2377,7 @@ ddr-tables:GasReadingInformation
2377 ] ; 2377 ] ;
2378 sp:predicate <http://www.reportinghub.no/ep/schema/well#gasConcentrationLow> ; 2378 sp:predicate <http://www.reportinghub.no/ep/schema/well#gasConcentrationLow> ;
2379 sp:subject 2379 sp:subject
2380 - [ sp:varName "wppart"^^xsd:string 2380 + [ sp:varName "wbpart"^^xsd:string
2381 ] 2381 ]
2382 ] [ sp:object 2382 ] [ sp:object
2383 [ sp:varName "lowestGas"^^xsd:string 2383 [ sp:varName "lowestGas"^^xsd:string
......