Query a SPARQL Endpoint
SPARQL is the query language for RDF (the Resource Description Framework). A SPARQL endpoint allows an RDF dataset to be queried.
Version 12 introduces support for querying SPARQL endpoints. A query can be specified either as a query string (most useful for quickly typing or copy-pasting an existing query) or a symbolic query representation (powerful when writing programs that generate or transform queries).
Query the Wikidata SPARQL endpoint for the highest mountain using a query string.
First, specify the endpoint.
Then specify the query.
Finally, load GraphStore and execute the query.