David Leal

Fix to UoM bug

...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
20 20
21 <http://www.reportinghub.no/ep/spin/mpr-tables> 21 <http://www.reportinghub.no/ep/spin/mpr-tables>
22 rdf:type owl:Ontology ; 22 rdf:type owl:Ontology ;
23 - 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> ; 23 + 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> ;
24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
25 25
26 mpr-tables:Cargo 26 mpr-tables:Cargo
...@@ -878,12 +878,12 @@ mpr-tables:FluidSampleAnalysisResults ...@@ -878,12 +878,12 @@ mpr-tables:FluidSampleAnalysisResults
878 sp:subject 878 sp:subject
879 [ sp:varName "molePair"^^xsd:string 879 [ sp:varName "molePair"^^xsd:string
880 ] 880 ]
881 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#MolePair> ; 881 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#AmountOfSubstancePair> ;
882 sp:predicate rdf:type ; 882 sp:predicate rdf:type ;
883 sp:subject 883 sp:subject
884 [ sp:varName "molePair"^^xsd:string 884 [ sp:varName "molePair"^^xsd:string
885 ] 885 ]
886 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Mole> ; 886 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#AmountOfSubstance> ;
887 sp:predicate rdf:type ; 887 sp:predicate rdf:type ;
888 sp:subject 888 sp:subject
889 [ sp:varName "firstOfPair"^^xsd:string 889 [ sp:varName "firstOfPair"^^xsd:string
...@@ -895,7 +895,7 @@ mpr-tables:FluidSampleAnalysisResults ...@@ -895,7 +895,7 @@ mpr-tables:FluidSampleAnalysisResults
895 sp:subject 895 sp:subject
896 [ sp:varName "molePair"^^xsd:string 896 [ sp:varName "molePair"^^xsd:string
897 ] 897 ]
898 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Mole> ; 898 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#AmountOfSubstance> ;
899 sp:predicate rdf:type ; 899 sp:predicate rdf:type ;
900 sp:subject 900 sp:subject
901 [ sp:varName "secondOfPair"^^xsd:string 901 [ sp:varName "secondOfPair"^^xsd:string
......