Showing
1 changed file
with
11 additions
and
11 deletions
... | @@ -219,22 +219,17 @@ | ... | @@ -219,22 +219,17 @@ |
219 | [ rdf:type sp:Select ; | 219 | [ rdf:type sp:Select ; |
220 | sp:resultVariables ([ sp:varName "volumeValueString"^^xsd:string | 220 | sp:resultVariables ([ sp:varName "volumeValueString"^^xsd:string |
221 | ]) ; | 221 | ]) ; |
222 | - sp:where ([ sp:object | 222 | + sp:where ([ sp:object spin:_arg1 ; |
223 | - [ sp:varName "productFlowMaterial"^^xsd:string | 223 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
224 | - ] ; | ||
225 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ; | ||
226 | - sp:subject spin:_arg1 | ||
227 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterial> ; | ||
228 | - sp:predicate rdf:type ; | ||
229 | sp:subject | 224 | sp:subject |
230 | - [ sp:varName "productFlowMaterial"^^xsd:string | 225 | + [ sp:varName "flow"^^xsd:string |
231 | ] | 226 | ] |
232 | ] [ sp:object | 227 | ] [ sp:object |
233 | - [ sp:varName "productFlowMaterial"^^xsd:string | 228 | + [ sp:varName "materialInState"^^xsd:string |
234 | ] ; | 229 | ] ; |
235 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 230 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ; |
236 | sp:subject | 231 | sp:subject |
237 | - [ sp:varName "materialInState"^^xsd:string | 232 | + [ sp:varName "flow"^^xsd:string |
238 | ] | 233 | ] |
239 | ] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterialInASpecifiedState> ; | 234 | ] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterialInASpecifiedState> ; |
240 | sp:predicate rdf:type ; | 235 | sp:predicate rdf:type ; |
... | @@ -248,6 +243,11 @@ | ... | @@ -248,6 +243,11 @@ |
248 | sp:subject | 243 | sp:subject |
249 | [ sp:varName "materialWithVolume"^^xsd:string | 244 | [ sp:varName "materialWithVolume"^^xsd:string |
250 | ] | 245 | ] |
246 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#MeasuredState> ; | ||
247 | + sp:predicate rdf:type ; | ||
248 | + sp:subject | ||
249 | + [ sp:varName "materialWithVolume"^^xsd:string | ||
250 | + ] | ||
251 | ] [ sp:object | 251 | ] [ sp:object |
252 | [ sp:varName "volume"^^xsd:string | 252 | [ sp:varName "volume"^^xsd:string |
253 | ] ; | 253 | ] ; | ... | ... |
-
Please register or login to post a comment