Shortcuts: WD:WDQ, WD:WDQS, WD:SPARQL

Wikidados:Serviço de consulta SPARQL

From Wikidata
Jump to navigation Jump to search
This page is a translated version of the page Wikidata:SPARQL query service and the translation is 45% complete.
Outdated translations are marked like this.

O que é SPARQL

SPARQL (pronunciado como sparkle) é uma linguagem de consulta RDF, isto é, uma linguagem de consulta semântica para as bases de dados. Desde setembro de 2015 que a Wikidados proporciona um ponto de acesso SPARQL que inclui um uma GUI (Interface do Utilizador Gráfica) da Web poderosa. Com SPARQL pode extrair qualquer tipo de dados, com uma consulta composta por combinações lógicas de triplas.

Aprender SPARQL

"Introdução ao SPARQL e à Wikidata", por shonagon - École de Bibliothécaires Documentalistes (francês)

Portal de ajuda

Outros materiais

Interface

SPARQL queries can be submitted directly to the SPARQL endpoint with GET request to https://query.wikidata.org/bigdata/namespace/wdq/sparql?query={SPARQL} or the endpoint's alias https://query.wikidata.org/sparql?query={SPARQL}. The result is returned as XML by default, or as JSON if either the query parameter format=json or the header Accept: application/sparql-results+json are provided. See the user manual for more detailed information. RDF data can alternatively be accessed via a Linked Data Fragments[1] interface at https://query.wikidata.org/bigdata/ldf.

Wikimedia SPARQL query services

On Wikidata, the WDQS allows to practice SPARQL queries creation in an intuitive way.
Human interface Machine's endpoint Description
Wikidata Query Service (WDQS) https://query.wikidata.org/sparql Run SPARQL Queries upon Wikidata's wikibase. Run, test, download the data as xml, json, csv or tsv. Has advanced user-friendly features such as : word hovering too see a term's meaning, code optimization, etc.
Wikimedia Commons Query Service (WCQS) https://commons-query.wikimedia.org/sparql Run SPARQL Queries upon Wikimedia Commons wikibase.
LinguaLibre Query Service (LLQS) https://lingualibre.org/sparql Run SPARQL Queries upon LinguaLibre's wikibase. Run, test, download the data as json, xml, csv or tsv.


Estatísticas

Recursos adicionais