David Price

Fixed volume magic property

......@@ -219,22 +219,17 @@
[ rdf:type sp:Select ;
sp:resultVariables ([ sp:varName "volumeValueString"^^xsd:string
]) ;
sp:where ([ sp:object
[ sp:varName "productFlowMaterial"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ;
sp:subject spin:_arg1
] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterial> ;
sp:predicate rdf:type ;
sp:where ([ sp:object spin:_arg1 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:subject
[ sp:varName "productFlowMaterial"^^xsd:string
[ sp:varName "flow"^^xsd:string
]
] [ sp:object
[ sp:varName "productFlowMaterial"^^xsd:string
[ sp:varName "materialInState"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ;
sp:subject
[ sp:varName "materialInState"^^xsd:string
[ sp:varName "flow"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterialInASpecifiedState> ;
sp:predicate rdf:type ;
......@@ -248,6 +243,11 @@
sp:subject
[ sp:varName "materialWithVolume"^^xsd:string
]
] [ sp:object <http://www.reportinghub.no/ep/schema/core#MeasuredState> ;
sp:predicate rdf:type ;
sp:subject
[ sp:varName "materialWithVolume"^^xsd:string
]
] [ sp:object
[ sp:varName "volume"^^xsd:string
] ;
......