Resolve
RDF Terms
Data based on @zazuko/vocabularies
Defined by
DASH Data Shapes Vocabulary
Click to Copy
dash:hasMaxInclusive
Click to Copy
http://datashapes.org/dash#hasMaxInclusive
Namespace
Recommended prefix
Copy 'PREFIX dash: <http://datashapes.org/dash#>'
lang:""
has max inclusive
lang:""
Checks whether a given node (?value) has a value less than or equal to (<=) the provided ?maxInclusive. Returns false if this cannot be determined, e.g. because values do not have comparable types.
lang:""
ASK { FILTER ($value <= $maxInclusive) }