arq --data ex002.ttl --query ex003.rq arq -query ex007.rq --data ex002.ttl arq -query ex008.rq --data ex002.ttl arq -query ex010.rq --data ex002.ttl arq -query ex013.rq --data ex012.ttl arq -query ex015.rq --data ex012.ttl arq -query ex019.rq --data ex012.ttl arq -query ex021.rq --data ex012.ttl arq -query ex021.rq --data ex012.ttl # no results (OPTIONAL is needed) ex025.rq (for dbpedia http://dbpedia.org/snorql/) ex049.rq (for dpedia with filters) ex033.ttl, ex034.ttl, and ex035.rdf (the same) ex041.ttl (blank node) ex044.ttl (property with domain and range) ex046.ttl (symmetric property) arq --data ex050.ttl --data index.rdf --query ex052.rq (foaf in index.rdf) arq --query ex057.rq --data ex054.ttl (OPTIONAL) arq --query ex061.rq --data ex054.ttl (OPTIONAL) arq --query ex063.rq --data ex054.ttl (OPTIONAL) arq --query ex065.rq --data ex054.ttl (!bound) ex067.rq (FILTER NOT EXIST) ex068.rq (MINUS) arq --query ex070.rq --data ex069.ttl (many triples joined) arq --query ex070.rq --data ex072.ttl --data ex073.ttl --data ex368.ttl (splitted data) arq --query ex075.rq --data ex074.ttl (OR) arq --query ex078.rq --data ex074.ttl (cites+ - chain) arq --query ex082.rq --data ex074.ttl (cites/.../...) arq --query ex083.rq --data ex074.ttl (cites^ - inverse) arq --query ex084.rq --data ex074.ttl (c:cites/^c:cites - forward/backward) arq --query ex088.rq --data ex041.ttl (using blank node) ex092.rq (DISTINCT) arq --query ex098.rq --data ex069.ttl (UNION) arq --query ex104.rq --data ex105.ttl (FILTER >) arq --query ex107.rq --data ex105.ttl (FILTER isURI) arq --query ex109.rq --data ex104.ttl (FILTER IN - can be NOT IN) ex116.rq (LIMIT) ex123.rq (graph) If FROM is a way to say “add the triples from the following graph to the default dataset that I’m going to query,” then FROM NAMED is a way to say “I’ll be querying data from this particular graph, but don’t add its triples to the default graph—when I want data from this graph, I’ll mention it by name.” ex126.rq (UNION with GRAPH - reference data from a specific named graph) ex137.rq (subqueries) ex139.rq (arithmetics) ex141.rq (string manipulation) ex492.rq (VALUES - adding values) ex153.rq (MAX)