David Leal

Minor bug fixes to the flow balance set (and a minor update to a DDR example).

......@@ -20,7 +20,7 @@
<http://www.reportinghub.no/ep/mpr/spin/1.1/lib>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://spinrdf.org/spin> ;
owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ep-mpr-spin-lib:Function
......@@ -6723,9 +6723,15 @@ ep-mpr-spin-lib:selectVolumePerVolumeScale
[ rdf:type sp:if ;
sp:arg1 [ rdf:type sp:eq ;
sp:arg1 spin:_arg1 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#PU_>
] ;
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 ;
sp:arg2 <http://www.epim.no/schemas/mprml/1#VPVU_>
] ;
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 ;
......@@ -7063,6 +7069,7 @@ ep-mpr-spin-lib:selectVolumePerVolumeScale
]
]
]
]
] ;
sp:variable
[ sp:varName "myVar"^^xsd:string
......
......@@ -283,7 +283,7 @@
<presBopRating uom="bar">689.476</presBopRating>
<mudClass>oil based</mudClass>
<density uom="g/cm3">1.438</density>
<pv uom="Pa.s">0.025</pv>
<pv uom="mPa.s">25</pv>
<yp uom="Pa">7.182</yp>
</fluid>
<porePressure uid="x">
......