Resolve
RDF Terms
Data based on @zazuko/vocabularies
Defined by
DASH Data Shapes Vocabulary
Click to Copy
dash:uriTemplate
Click to Copy
http://datashapes.org/dash#uriTemplate
Namespace
Recommended prefix
Copy 'PREFIX dash: <http://datashapes.org/dash#>'
lang:""
URI template
lang:""
Inserts a given value into a given URI template, producing a new xsd:anyURI literal.
In the future this should support RFC 6570 but for now it is limited to simple {...} patterns.
lang:""
true
lang:""
true
blank node
blank node
lang:""
SELECT ?result
WHERE {
BIND (xsd:anyURI(REPLACE(?template, "\\{[a-zA-Z]+\\}", $value)) AS ?result)
}