Getting started with querying
On this page
The following guides explain some basic ways in which you can use Comunica for querying.
Querying from the command line
Execute SPARQL queries directly from the command line.
Updating from the command line
Execute SPARQL Update queries directly from the command line.
Querying local files from the command line
Execute SPARQL queries over local RDF files directly from the command line.
Querying in a JavaScript app
Execute SPARQL queries from within your application using the JavaScript API.
Updating in a JavaScript app
Execute SPARQL Update queries from within your application using the JavaScript API.
Querying in a JavaScript browser app
Execute SPARQL queries from within your client-side browser application using the JavaScript API.
Querying from a Docker container
Execute SPARQL queries within a Docker container.
Setting up a SPARQL endpoint
Allow querying over HTTP via the SPARQL protocol
Setting up a Web client
Set up a user-friendly static Web page where SPARQL queries can be executed client-side
Query using the latest development version
If you want to make use of the latest changes that are not released yet