David Price

Use prod property for mass in production volumes all table

...@@ -1816,25 +1816,11 @@ mpr-tables:ProductionFlowsAll ...@@ -1816,25 +1816,11 @@ mpr-tables:ProductionFlowsAll
1816 ] 1816 ]
1817 ] [ rdf:type sp:Optional ; 1817 ] [ rdf:type sp:Optional ;
1818 sp:elements ([ sp:object 1818 sp:elements ([ sp:object
1819 - [ sp:varName "materialMass"^^xsd:string 1819 + [ sp:varName "massValueString"^^xsd:string
1820 ] ; 1820 ] ;
1821 - sp:predicate rdf:type ; 1821 + sp:predicate <http://www.reportinghub.no/ep/schema/flow#productFlowMass> ;
1822 - sp:subject
1823 - [ sp:varName "productFlowInMonthMaterial"^^xsd:string
1824 - ]
1825 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Mass> ;
1826 - sp:predicate rdf:type ;
1827 sp:subject 1822 sp:subject
1828 - [ sp:varName "materialMass"^^xsd:string 1823 + [ sp:varName "productionFlowMixedPart"^^xsd:string
1829 - ]
1830 - ] [ rdf:type sp:Bind ;
1831 - sp:expression
1832 - [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ;
1833 - sp:arg1 [ sp:varName "materialMass"^^xsd:string
1834 - ]
1835 - ] ;
1836 - sp:variable
1837 - [ sp:varName "massValueString"^^xsd:string
1838 ] 1824 ]
1839 ]) 1825 ])
1840 ] [ rdf:type sp:Optional ; 1826 ] [ rdf:type sp:Optional ;
......