David Price

Merge branch 'aug22-mprgok-save'

...@@ -3043,10 +3043,14 @@ BIND (ep-dpr-spin-lib:buildProductFlowURI(?productionFlowName, ?productFlowURISu ...@@ -3043,10 +3043,14 @@ 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 [ sp:varName "wholeLifeProductionFlow"^^xsd:string 3047 + sp:arg1 [ rdf:type fn:concat ;
3048 - ] ; 3048 + sp:arg1 [ rdf:type xsd:string ;
3049 - sp:arg2 [ sp:varName "separatedProductFlowURISuffix"^^xsd:string 3049 + sp:arg1 [ sp:varName "wholeLifeProductionFlow"^^xsd:string
3050 + ]
3051 + ] ;
3052 + sp:arg2 [ sp:varName "separatedProductFlowURISuffix"^^xsd:string
3053 + ]
3050 ] 3054 ]
3051 ] ; 3055 ] ;
3052 sp:variable 3056 sp:variable
...@@ -3591,10 +3595,14 @@ BIND (ep-dpr-spin-lib:buildProductFlowURI(?productionFlowName, ?productFlowURISu ...@@ -3591,10 +3595,14 @@ 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 ;
3595 - sp:arg1 [ sp:varName "wholeLifeProductionInventory"^^xsd:string 3599 + sp:arg1 [ rdf:type fn:concat ;
3596 - ] ; 3600 + sp:arg1 [ rdf:type xsd:string ;
3597 - sp:arg2 [ sp:varName "separatedProductFlowURISuffix"^^xsd:string 3601 + sp:arg1 [ sp:varName "wholeLifeProductionInventory"^^xsd:string
3602 + ]
3603 + ] ;
3604 + sp:arg2 [ sp:varName "separatedProductFlowURISuffix"^^xsd:string
3605 + ]
3598 ] 3606 ]
3599 ] ; 3607 ] ;
3600 sp:variable 3608 sp:variable
......