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