David Leal

Merge branch 'MPR_bugFix_05-30a'

......@@ -47,7 +47,7 @@ sp:if
<http://www.reportinghub.no/ep/mpr/spin/1.1/lib>
rdf:type owl:Ontology ;
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: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:versionInfo "Created with TopBraid Composer"^^xsd:string .
ep-mpr-spin-lib:Function
......@@ -4666,12 +4666,6 @@ ep-mpr-spin-lib:selectProductionFlowDefinitionType
sp:arg2 <http://www.epim.no/schemas/mprml/1#FQ_massadjusted>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#MassAdjustedFlow> ;
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#FQ_metered-fiscal>
] ;
sp:arg2 <http://www.reportinghub.no/ep/schema/flow#MeteredFlowFiscal> ;
sp:arg3 <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow>
]
]
......@@ -4691,7 +4685,6 @@ ep-mpr-spin-lib:selectProductionFlowDefinitionType
]
]
]
]
] ;
sp:variable
[ sp:varName "productionFlowDefinitionType"^^xsd:string
......