David Leal

Fix to UoM bug

......@@ -20,7 +20,7 @@
<http://www.reportinghub.no/ep/spin/mpr-tables>
rdf:type owl:Ontology ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> ;
owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
mpr-tables:Cargo
......@@ -878,12 +878,12 @@ mpr-tables:FluidSampleAnalysisResults
sp:subject
[ sp:varName "molePair"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#MolePair> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/core#AmountOfSubstancePair> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "molePair"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Mole> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/core#AmountOfSubstance> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "firstOfPair"^^xsd:string
......@@ -895,7 +895,7 @@ mpr-tables:FluidSampleAnalysisResults
sp:subject
[ sp:varName "molePair"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Mole> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/core#AmountOfSubstance> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "secondOfPair"^^xsd:string
......