Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support filtering statements by "best rank" rule in RDF export #131

Open
mkroetzsch opened this issue Mar 26, 2015 · 0 comments
Open

Support filtering statements by "best rank" rule in RDF export #131

mkroetzsch opened this issue Mar 26, 2015 · 0 comments

Comments

@mkroetzsch
Copy link
Member

The query service for Wikidata will restrict parts of its dataset to statements that have the highest possible non-deprecated rank for their property and item. We should support this too. Detailed rules for when to export a statement with property P1234 on an item Q1234:

  • If Q1234 has a P1234-statement of preferred rank, export only P1234-statements of preferred rank.
  • If Q1234 has no P1234-statement of preferred rank, then export all P1234-statements of normal rank.
  • Never export any statement of deprecated rank.

This behaviour should be configurable as a task in the RDF exporter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant