As a user of the RDF dump provided by Special:EntityData I want the data it generates to be coherent with the revision param so that I can detect what changed between two revisions.
Currently page properties wikibase:statements, wikibase:identifiers and wikibase:sitelinks are being produced in the RDF dump but this data is not bound to the revision param passed to the Special:EntityData:
Both links show (at the time of writing):
data:Q3 wikibase:statements "69"^^xsd:integer ; wikibase:identifiers "31"^^xsd:integer ; wikibase:sitelinks "200"^^xsd:integer .
Which I think reflects the "current" state of the entity while it should be the state of the entity at the revision being requested.
AC:
- When requesting the entity at a particular revision the RDF output should produce data relevant to this particular revision and not data that depend on the time when the request is being made.