David Price

Use prod property for ProductFlow volume in ProductionFlowAll

......@@ -1839,32 +1839,11 @@ mpr-tables:ProductionFlowsAll
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object
[ sp:varName "quantityofmaterialinaspecifiedstate"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject
[ sp:varName "stateOfMaterialThatFlowsInPeriodVolume"^^xsd:string
]
] [ sp:object
[ sp:varName "stateVolume"^^xsd:string
[ sp:varName "volumeValueString"^^xsd:string
] ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "stateOfMaterialThatFlowsInPeriodVolume"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ;
sp:predicate rdf:type ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#productFlowVolume> ;
sp:subject
[ sp:varName "stateVolume"^^xsd:string
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
sp:arg1 [ sp:varName "stateVolume"^^xsd:string
]
] ;
sp:variable
[ sp:varName "volumeValueString"^^xsd:string
[ sp:varName "productionFlowMixedPart"^^xsd:string
]
])
] [ rdf:type sp:Optional ;
......