As a generic RDF user, I want to be able to get RDF data from URIs used in Wikidata’s RDF export, without requiring any Wikidata-specific knowledge. (This was reported on Project Chat by User:Jmvanel, see What is the URL of the RDF representation a property?.)
Problem:
Our property predicate URIs (/prop/P279, /prop/direct/P279, etc.) all redirect to /wiki/Property:P279, which is the wiki page for the property and not the content negotiation endpoint. It would be more useful for generic RDF users if they redirected to the /entity/ URI.
BDD
GIVEN I am a generic RDF user or tool
WHEN I follow the URI for a predicate used by Wikidata
AND I send an HTTP header like Accept: text/turtle
THEN I am eventually redirected to the Turtle representation of the corresponding property’s data
Acceptance criteria:
- There are no more redirects directly into the Property: namespace.
Open questions:
- Redirect to /entity/ (wd:) or to /wiki/Special:EntityData (wdata:)? I guess /entity/ makes more sense.