Clients
These command-line tools are exercised against the current sparqld binary
whenever this documentation is built.
SPARQL clients
-
sqRecommended
sq -e http://127.0.0.1:7737/ graphsUse an endpoint URL directly, or configure the endpoint and prefixes for concise repeated queries.
-
rsparql --service http://127.0.0.1:7737/ --query query.rqSends a query file through Jena's SPARQL Protocol client.
-
comunica-sparql sparql@http://127.0.0.1:7737/ -f query.rqThe
sparql@prefix identifies the source as an endpoint without requiring Service Description discovery. -
sparqlquery http://127.0.0.1:7737/ --queryfile query.rqQueries the endpoint with RDFLib's Python command-line client.
Direct HTTP tools
-
Send SPARQL Protocol requests directly over HTTP. See the
curlexamples for GET and POST request forms.