David Price

Merge branch 'aug22-mprgok-save'

......@@ -3043,10 +3043,14 @@ BIND (ep-dpr-spin-lib:buildProductFlowURI(?productionFlowName, ?productFlowURISu
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:deriveURI ;
sp:arg1 [ sp:varName "wholeLifeProductionFlow"^^xsd:string
] ;
sp:arg2 [ sp:varName "separatedProductFlowURISuffix"^^xsd:string
[ 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
......@@ -3591,10 +3595,14 @@ BIND (ep-dpr-spin-lib:buildProductFlowURI(?productionFlowName, ?productFlowURISu
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type smf:deriveURI ;
sp:arg1 [ sp:varName "wholeLifeProductionInventory"^^xsd:string
] ;
sp:arg2 [ sp:varName "separatedProductFlowURISuffix"^^xsd:string
[ 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
......