Get Started with SPARQL
Learn about the basics of SPARQL and its query forms.
We'll cover the following...
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 theSPARQL.ex
project) for querying in-memory RDF models.sparql_client
(from theSPARQL.Client
project) for dispatching queries to RDF graph databases, or ...