Wikidata: Difference between revisions
m (tweak info order) |
|||
Line 11: | Line 11: | ||
* [[mw:Wikidata Toolkit]] is a way for Java programs to access data in the Wikidata repository. | * [[mw:Wikidata Toolkit]] is a way for Java programs to access data in the Wikidata repository. | ||
* [https://rdflib.github.io/sparqlwrapper/ SPARQL Endpoint interface to Python] | * [https://rdflib.github.io/sparqlwrapper/ SPARQL Endpoint interface to Python] | ||
* [[wikidata:Wikidata:Database download|Wikidata offers its database for download]] | |||
* [[ | |||
Main entry point of any Wikidata item is a [[w:JSON|JSON]] dictionary, that has this form: | Main entry point of any Wikidata item is a [[w:JSON|JSON]] dictionary, that has this form: | ||
Line 30: | Line 25: | ||
“sitelinks”: by-language dictionary}</code> | “sitelinks”: by-language dictionary}</code> | ||
'''More info''' | |||
* [[m:Wikidata|Metawiki on Wikidata]] | |||
* [[w:Wikidata|Wikipedia article on Wikidata]] | |||
* [[w:Wikipedia:Wikidata|Wikipedia advice on Wikidata issues]] | |||
== See also == | == See also == |
Revision as of 12:57, 6 February 2018
Wikidata (.org) is a knowledge base, an effort to store and serve structured data to Wikimedia wikis and to a more limited extent to other parties. Wikidata effort saw the daylight in 2012.
The software developed is known as the Wikibase extension.
Wikibase allows interwiki links to be managed with Wikidata removing much contributor annoyanges, redundancy and error-proneness.
Wikidata is obviously a main source of reference level data once it is technically possible for non-WMF wikis to access the data items.
It can be accessed outside of WMF wikis with with
- Wikidata advice on how to query Wikidata's endpoint using SPARQL.
- mw:Wikidata Toolkit is a way for Java programs to access data in the Wikidata repository.
- SPARQL Endpoint interface to Python
- Wikidata offers its database for download
Main entry point of any Wikidata item is a JSON dictionary, that has this form:
{“labels”: by-language dictionary
“descriptions”: by-language dictionary
“aliases”: by-language dictionary
“claims”: list of property and values
“sitelinks”: by-language dictionary}
More info
See also
- Database for a higher level view of what is going on with the databases
- Semantic MediaWiki is system for inputting and querying semantic data within the MediaWiki and it is implemented as extension(s).
- DBpedia the original structured data harvesting effort for the MediaWiki wikis