Difference between revisions of "Help:SPARQL"
Jump to navigation
Jump to search
(Created page with "SPARQL is the query language used by the [http://query.personaldata.io query service]. You can read more about SPARQL [https://www.wikidata.org/wiki/Wikidata:SPARQL_query_ser...") |
(No difference)
|
Revision as of 19:59, 20 January 2020
SPARQL is the query language used by the query service.
You can read more about SPARQL here, on Wikidata. This has different parts:
- tutorial
- Building a Query examples
- very very very many examples on Wikidata -- this is the best way to learn, at least for me
- Wikidata Query Service user manual, which includes an explication of the 'label' service
- a description of the different views on results that are possible; note that each view expects the data to arrive for each row in a specific order as a tuple, even bound to a variable of fixed name
- a gentle introduction to the Wikidata Query Service