Showing
1 changed file
with
11 additions
and
9 deletions
... | @@ -3396,12 +3396,10 @@ BIND (ep-dpr-spin-lib:buildProductFlowURI(?productionFlowName, ?productFlowURISu | ... | @@ -3396,12 +3396,10 @@ BIND (ep-dpr-spin-lib:buildProductFlowURI(?productionFlowName, ?productFlowURISu |
3396 | [ sp:varName "wholeLifeProductionInventory"^^xsd:string | 3396 | [ sp:varName "wholeLifeProductionInventory"^^xsd:string |
3397 | ] | 3397 | ] |
3398 | ] [ sp:object | 3398 | ] [ sp:object |
3399 | - [ sp:varName "productFlowURISuffix"^^xsd:string | 3399 | + [ sp:varName "wholeLifeProductInventorySTRING"^^xsd:string |
3400 | ] ; | 3400 | ] ; |
3401 | sp:predicate rdfs:comment ; | 3401 | sp:predicate rdfs:comment ; |
3402 | - sp:subject | 3402 | + sp:subject _:b14 |
3403 | - [ sp:varName "wholeLifeProductionInventory"^^xsd:string | ||
3404 | - ] | ||
3405 | ] [ sp:object | 3403 | ] [ sp:object |
3406 | [ sp:varName "wholeLifeProductInventory"^^xsd:string | 3404 | [ sp:varName "wholeLifeProductInventory"^^xsd:string |
3407 | ] ; | 3405 | ] ; |
... | @@ -3422,11 +3420,6 @@ BIND (ep-dpr-spin-lib:buildProductFlowURI(?productionFlowName, ?productFlowURISu | ... | @@ -3422,11 +3420,6 @@ BIND (ep-dpr-spin-lib:buildProductFlowURI(?productionFlowName, ?productFlowURISu |
3422 | sp:predicate rdfs:comment ; | 3420 | sp:predicate rdfs:comment ; |
3423 | sp:subject _:b14 | 3421 | sp:subject _:b14 |
3424 | ] [ sp:object | 3422 | ] [ sp:object |
3425 | - [ sp:varName "separatedProductFlowURISuffix"^^xsd:string | ||
3426 | - ] ; | ||
3427 | - sp:predicate rdfs:comment ; | ||
3428 | - sp:subject _:b14 | ||
3429 | - ] [ sp:object | ||
3430 | [ sp:varName "intervalStart"^^xsd:string | 3423 | [ sp:varName "intervalStart"^^xsd:string |
3431 | ] ; | 3424 | ] ; |
3432 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | 3425 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
... | @@ -3612,6 +3605,15 @@ BIND (ep-dpr-spin-lib:buildProductFlowURI(?productionFlowName, ?productFlowURISu | ... | @@ -3612,6 +3605,15 @@ BIND (ep-dpr-spin-lib:buildProductFlowURI(?productionFlowName, ?productFlowURISu |
3612 | sp:variable | 3605 | sp:variable |
3613 | [ sp:varName "wholeLifeProductInventory"^^xsd:string | 3606 | [ sp:varName "wholeLifeProductInventory"^^xsd:string |
3614 | ] | 3607 | ] |
3608 | + ] [ rdf:type sp:Bind ; | ||
3609 | + sp:expression | ||
3610 | + [ rdf:type xsd:string ; | ||
3611 | + sp:arg1 [ sp:varName "wholeLifeProductInventory"^^xsd:string | ||
3612 | + ] | ||
3613 | + ] ; | ||
3614 | + sp:variable | ||
3615 | + [ sp:varName "wholeLifeProductInventorySTRING"^^xsd:string | ||
3616 | + ] | ||
3615 | ]) | 3617 | ]) |
3616 | ] ; | 3618 | ] ; |
3617 | spin:rule | 3619 | spin:rule | ... | ... |
-
Please register or login to post a comment