David Price

Fixed mis-spelled ?wbpart variable causing duplicate gas readings

......@@ -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/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> ;
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> ;
owl:versionInfo "0.1.0"^^xsd:string .
ddr-tables:BitRecord
......@@ -2363,7 +2363,7 @@ ddr-tables:GasReadingInformation
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#gasConcentrationHigh> ;
sp:subject
[ sp:varName "wppart"^^xsd:string
[ sp:varName "wbpart"^^xsd:string
]
] [ sp:object
[ sp:varName "highestGas"^^xsd:string
......@@ -2377,7 +2377,7 @@ ddr-tables:GasReadingInformation
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#gasConcentrationLow> ;
sp:subject
[ sp:varName "wppart"^^xsd:string
[ sp:varName "wbpart"^^xsd:string
]
] [ sp:object
[ sp:varName "lowestGas"^^xsd:string
......