Resolve
RDF Terms

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

    Recommended prefix

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

    dash:

    lang:""
    has max exclusive
    lang:""
    Checks whether a given node (?value) has a value less than (<) the provided ?maxExclusive. Returns false if this cannot be determined, e.g. because values do not have comparable types.
    lang:""
    ASK { FILTER ($value < $maxExclusive) }