Use prod property for ProductFlow volume in ProductionFlowAll
Showing
1 changed file
with
3 additions
and
24 deletions
... | @@ -1839,32 +1839,11 @@ mpr-tables:ProductionFlowsAll | ... | @@ -1839,32 +1839,11 @@ mpr-tables:ProductionFlowsAll |
1839 | ]) | 1839 | ]) |
1840 | ] [ rdf:type sp:Optional ; | 1840 | ] [ rdf:type sp:Optional ; |
1841 | sp:elements ([ sp:object | 1841 | sp:elements ([ sp:object |
1842 | - [ sp:varName "quantityofmaterialinaspecifiedstate"^^xsd:string | 1842 | + [ sp:varName "volumeValueString"^^xsd:string |
1843 | - ] ; | ||
1844 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
1845 | - sp:subject | ||
1846 | - [ sp:varName "stateOfMaterialThatFlowsInPeriodVolume"^^xsd:string | ||
1847 | - ] | ||
1848 | - ] [ sp:object | ||
1849 | - [ sp:varName "stateVolume"^^xsd:string | ||
1850 | ] ; | 1843 | ] ; |
1851 | - sp:predicate rdf:type ; | 1844 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#productFlowVolume> ; |
1852 | - sp:subject | ||
1853 | - [ sp:varName "stateOfMaterialThatFlowsInPeriodVolume"^^xsd:string | ||
1854 | - ] | ||
1855 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | ||
1856 | - sp:predicate rdf:type ; | ||
1857 | sp:subject | 1845 | sp:subject |
1858 | - [ sp:varName "stateVolume"^^xsd:string | 1846 | + [ sp:varName "productionFlowMixedPart"^^xsd:string |
1859 | - ] | ||
1860 | - ] [ rdf:type sp:Bind ; | ||
1861 | - sp:expression | ||
1862 | - [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ; | ||
1863 | - sp:arg1 [ sp:varName "stateVolume"^^xsd:string | ||
1864 | - ] | ||
1865 | - ] ; | ||
1866 | - sp:variable | ||
1867 | - [ sp:varName "volumeValueString"^^xsd:string | ||
1868 | ] | 1847 | ] |
1869 | ]) | 1848 | ]) |
1870 | ] [ rdf:type sp:Optional ; | 1849 | ] [ rdf:type sp:Optional ; | ... | ... |
-
Please register or login to post a comment