Resolve
RDF Terms

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

    Recommended prefix

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

    dash:

    lang:""
    has pattern
    lang:""
    Checks whether the string representation of a given node (?value) matches a given regular expression (?pattern). Returns false if the value is a blank node.
    lang:""
    ASK { FILTER (!isBlank($value) && IF(bound($flags), regex(str($value), $pattern, $flags), regex(str($value), $pattern))) }