Resolve
RDF Terms

    Data based on @zazuko/vocabularies
    Click to Copy
    dash:uriTemplate
    Click to Copy
    http://datashapes.org/dash#uriTemplate

    Recommended prefix

    Copy 'PREFIX dash: <http://datashapes.org/dash#>'

    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
    blank node
    blank node
    lang:""
    SELECT ?result WHERE { BIND (xsd:anyURI(REPLACE(?template, "\\{[a-zA-Z]+\\}", $value)) AS ?result) }