Wikidata: Difference between revisions

    (+ link to SPARQL Endpoint interface to Python)
    (Main entry point of any Wikidata item is a w:JSON dictionary, that has this form: ....)
    Line 15: Line 15:
    * [[w:Wikidata|Wikipedia article on Wikidata]]
    * [[w:Wikidata|Wikipedia article on Wikidata]]
    * [[w:Wikipedia:Wikidata|Wikipedia advice on Wikidata issues]]
    * [[w:Wikipedia:Wikidata|Wikipedia advice on Wikidata issues]]
    Main entry point of any Wikidata item is a [[w:JSON|JSON]] dictionary, that has this form:
    <code>{“labels”: by-language dictionary
    “descriptions”: by-language dictionary
    “aliases”: by-language dictionary
    “claims”: list of property and values
    “sitelinks”: by-language dictionary}</code>


    == See also ==
    == See also ==