Wrap Up Querying RDF with SPARQL
Explore how to query RDF graphs using the SPARQL language from Elixir. Understand the use of sparql_client to access RDF graph services and practice with examples like querying DBpedia and local RDF datasets. Learn how to enrich RDF data and prepare for querying other public RDF datasets and additional graph query languages.
We'll cover the following...
We'll cover the following...
What we covered
We looked at the SPARQL query language and saw how that could be used to query RDF graphs.
Specifically, we used the sparql_client package to query RDF graph services from Elixir. We also had a few words to say ...