Showing
1 changed file
with
10 additions
and
2 deletions
... | @@ -3043,11 +3043,15 @@ BIND (ep-dpr-spin-lib:buildProductFlowURI(?productionFlowName, ?productFlowURISu | ... | @@ -3043,11 +3043,15 @@ BIND (ep-dpr-spin-lib:buildProductFlowURI(?productionFlowName, ?productFlowURISu |
3043 | ] | 3043 | ] |
3044 | ] [ rdf:type sp:Bind ; | 3044 | ] [ rdf:type sp:Bind ; |
3045 | sp:expression | 3045 | sp:expression |
3046 | - [ rdf:type smf:deriveURI ; | 3046 | + [ rdf:type sp:iri ; |
3047 | + sp:arg1 [ rdf:type fn:concat ; | ||
3048 | + sp:arg1 [ rdf:type xsd:string ; | ||
3047 | sp:arg1 [ sp:varName "wholeLifeProductionFlow"^^xsd:string | 3049 | sp:arg1 [ sp:varName "wholeLifeProductionFlow"^^xsd:string |
3050 | + ] | ||
3048 | ] ; | 3051 | ] ; |
3049 | sp:arg2 [ sp:varName "separatedProductFlowURISuffix"^^xsd:string | 3052 | sp:arg2 [ sp:varName "separatedProductFlowURISuffix"^^xsd:string |
3050 | ] | 3053 | ] |
3054 | + ] | ||
3051 | ] ; | 3055 | ] ; |
3052 | sp:variable | 3056 | sp:variable |
3053 | [ sp:varName "wholeLifeProductFlow"^^xsd:string | 3057 | [ sp:varName "wholeLifeProductFlow"^^xsd:string |
... | @@ -3591,11 +3595,15 @@ BIND (ep-dpr-spin-lib:buildProductFlowURI(?productionFlowName, ?productFlowURISu | ... | @@ -3591,11 +3595,15 @@ BIND (ep-dpr-spin-lib:buildProductFlowURI(?productionFlowName, ?productFlowURISu |
3591 | ] | 3595 | ] |
3592 | ] [ rdf:type sp:Bind ; | 3596 | ] [ rdf:type sp:Bind ; |
3593 | sp:expression | 3597 | sp:expression |
3594 | - [ rdf:type smf:deriveURI ; | 3598 | + [ rdf:type sp:iri ; |
3599 | + sp:arg1 [ rdf:type fn:concat ; | ||
3600 | + sp:arg1 [ rdf:type xsd:string ; | ||
3595 | sp:arg1 [ sp:varName "wholeLifeProductionInventory"^^xsd:string | 3601 | sp:arg1 [ sp:varName "wholeLifeProductionInventory"^^xsd:string |
3602 | + ] | ||
3596 | ] ; | 3603 | ] ; |
3597 | sp:arg2 [ sp:varName "separatedProductFlowURISuffix"^^xsd:string | 3604 | sp:arg2 [ sp:varName "separatedProductFlowURISuffix"^^xsd:string |
3598 | ] | 3605 | ] |
3606 | + ] | ||
3599 | ] ; | 3607 | ] ; |
3600 | sp:variable | 3608 | sp:variable |
3601 | [ sp:varName "wholeLifeProductInventory"^^xsd:string | 3609 | [ sp:varName "wholeLifeProductInventory"^^xsd:string | ... | ... |
-
Please register or login to post a comment