Pattern Constraints
SELECT ?cat ?val
WHERE (?x rdf:value ?val) (?x category ?cat)
AND ?val >= 200
- Returns:
[["Total Members",200],…,] - SPARQL defines a full range of operators for
AND - Applications/implementations may plug in their own condition functions