David Price

Merge branch 'aug22-mprgok-save'

......@@ -3043,11 +3043,15 @@ BIND (ep-dpr-spin-lib:buildProductFlowURI(?productionFlowName, ?productFlowURISu
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:deriveURI ;
[ rdf:type sp:iri ;
sp:arg1 [ rdf:type fn:concat ;
sp:arg1 [ rdf:type xsd:string ;
sp:arg1 [ sp:varName "wholeLifeProductionFlow"^^xsd:string
]
] ;
sp:arg2 [ sp:varName "separatedProductFlowURISuffix"^^xsd:string
]
]
] ;
sp:variable
[ sp:varName "wholeLifeProductFlow"^^xsd:string
......@@ -3591,11 +3595,15 @@ BIND (ep-dpr-spin-lib:buildProductFlowURI(?productionFlowName, ?productFlowURISu
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:deriveURI ;
[ rdf:type sp:iri ;
sp:arg1 [ rdf:type fn:concat ;
sp:arg1 [ rdf:type xsd:string ;
sp:arg1 [ sp:varName "wholeLifeProductionInventory"^^xsd:string
]
] ;
sp:arg2 [ sp:varName "separatedProductFlowURISuffix"^^xsd:string
]
]
] ;
sp:variable
[ sp:varName "wholeLifeProductInventory"^^xsd:string
......