...

/

Get Started with SPARQL

Get Started with SPARQL

Learn about the basics of SPARQL and its query forms.

The sparql_client package

The rdf package from the RDF.ex project is used for RDF processing in Elixir. There’s also a sparql_client package for querying RDF graph stores with SPARQL. In fact, there are two SPARQL packages:

  • sparql (from the SPARQL.ex project) for querying in-memory RDF models.

  • sparql_client (from the SPARQL.Client project) for dispatching queries to RDF graph databases, or ...