Hello all,
We’re planning to add JSON-LD as a serialization format for Wikidata. This will allow for example an easier access to RDF data from Javascript.
This is now deployed on https://wikidata.beta.wmflabs.org. Example: https://wikidata.beta.wmflabs.org/wiki/Special:EntityData/Q64.jsonld
As with the other formats we already support (like turtle or
rdf/xml), content negotiation is used if the format is not indicated by a
suffix like .jsonld
. The MIME type that can be used in the Accept header to request JSON-LD output is application/ld+json
.
If you’re interested in this feature, please test it, and let us know if you find any issues. The related ticket is this one. If everything goes as planned, we will enable it to wikidata.org on October 31st.
Cheers,