David Leal

MPR productVolume debugging

...@@ -4652,6 +4652,12 @@ ep-mpr-spin-lib:selectProductionFlowDefinitionType ...@@ -4652,6 +4652,12 @@ ep-mpr-spin-lib:selectProductionFlowDefinitionType
4652 sp:arg2 <http://www.epim.no/schemas/mprml/1#FQ_target> 4652 sp:arg2 <http://www.epim.no/schemas/mprml/1#FQ_target>
4653 ] ; 4653 ] ;
4654 sp:arg2 <http://www.reportinghub.no/ep/schema/flow#TargetFlow> ; 4654 sp:arg2 <http://www.reportinghub.no/ep/schema/flow#TargetFlow> ;
4655 + sp:arg3 [ rdf:type sp:if ;
4656 + sp:arg1 [ rdf:type sp:eq ;
4657 + sp:arg1 spin:_arg1 ;
4658 + sp:arg2 <http://www.epim.no/schemas/mprml/1#FQ_metered-fiscal>
4659 + ] ;
4660 + sp:arg2 <http://www.reportinghub.no/ep/schema/flow#MeteredFlowFiscal> ;
4655 sp:arg3 <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> 4661 sp:arg3 <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow>
4656 ] 4662 ]
4657 ] 4663 ]
...@@ -4668,6 +4674,7 @@ ep-mpr-spin-lib:selectProductionFlowDefinitionType ...@@ -4668,6 +4674,7 @@ ep-mpr-spin-lib:selectProductionFlowDefinitionType
4668 ] 4674 ]
4669 ] 4675 ]
4670 ] 4676 ]
4677 + ]
4671 ] ; 4678 ] ;
4672 sp:variable 4679 sp:variable
4673 [ sp:varName "productionFlowDefinitionType"^^xsd:string 4680 [ sp:varName "productionFlowDefinitionType"^^xsd:string
......