•A variety of SPARQL processors are available for running queries against data
both locally and remotely.
•Note: The terms SPARQL processor and SPARQL engine mean the
same thing namely a program that can apply SPARQL query against a
set of data and which returns the result, e.g., the free Java-based
program ARQ (http:/jena.sourceforge.net/ARQ/).
•ARQ includes a batch file and a shell script that both let you run the
ex003.rq query against the ex002.ttl data with the following command
at users shell prompt Windows command line:
arq --data ex002.ttl --query ex003.rq
ARQ’s default output format shows the name of each selected
variable across the top and lines drawn around each variable’s result
using the hyphen, equals, and pipe symbols:
------------------------------------------------------
| craigEmail |
===============================
| "
[email protected]" |
| "
[email protected]" |
-------------------------------------------------------
344