As a potential reuser of Wikidata's data I want to easily access the different formats that are available for an entity.
Problem:
For each entity (Item, Property, Lexeme, ...) we have a "Concept URI" link in the sidebar. This is the generic link that does content negotiation to direct you to the right export format depending on what your program requests. Clicking the link in a browser just leads people to the same page again. This is not understandable and intuitive for many people. We need a better way to make these different export formats available to people looking at our entity pages.
Screenshots/mockups:
Suggested position where we could put something:
BDD
GIVEN an entity page
WHEN viewing the page
THEN I can see an indicator/selector for the various formats I can access the entity's data in
AND they are linked to the entity URLs in the respective format
Acceptance criteria:
- entity pages have an indicator/selector for the various formats that are available
Notes:
- See https://www.wikidata.org/wiki/Wikidata:Data_access#Linked_Data_Interface_(URI) for the various formats available
- We want a general concept URI link going to http://www.wikidata.org/entity/Q42, and the specific format ones to https://www.wikidata.org/wiki/Special:EntityData/Q42.json and so on

