David Leal

ProductVolume CommonProperties debugged for flows (but not inventories)

This diff could not be displayed because it is too large.
......@@ -23,7 +23,7 @@
<http://www.reportinghub.no/ep/mpr/spin/1.1/lib>
rdf:type owl:Ontology ;
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-equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> ;
owl:imports <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ep-mpr-spin-lib:Function
......@@ -2487,7 +2487,7 @@ ep-mpr-spin-lib:selectMassConcentrationScale
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#MCU_>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#percent> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
......@@ -2499,7 +2499,7 @@ ep-mpr-spin-lib:selectMassConcentrationScale
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#MCU_permil>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#perMil> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#ppk> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
......@@ -6757,6 +6757,12 @@ ep-mpr-spin-lib:selectVolumePerVolumeScale
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#VPVU_Euc>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#euclid> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#VPVU_1000ft3bbl>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#thousandFt3_bbl-1> ;
......@@ -6957,25 +6963,25 @@ ep-mpr-spin-lib:selectVolumePerVolumeScale
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#VPVU_permil>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#perMil> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#ppk> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#VPVU_ppdk>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#ppdk> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#VPVU_ppk>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#ppk> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#VPVU_ppm>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#ppm> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
......@@ -6993,7 +6999,7 @@ ep-mpr-spin-lib:selectVolumePerVolumeScale
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#VPVU_pu>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#undefinedScale> ;
sp:arg2 <http://www.reportinghub.no/ep/schema/core#euclid> ;
sp:arg3 [ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
......@@ -7092,6 +7098,7 @@ ep-mpr-spin-lib:selectVolumePerVolumeScale
]
]
]
]
] ;
sp:variable
[ sp:varName "myVar"^^xsd:string
......