Manybubbles created this task.
Manybubbles added a subscriber: Manybubbles.
Manybubbles added projects: MediaWiki-Core-Team, Wikidata-Query-Service.
Manybubbles moved this task to To Do on the MediaWiki-Core-Team workboard.
Restricted Application added a subscriber: Aklapper.

TASK DESCRIPTION
  We should add bestRank to the RDF export so that we can filter on statements 
that are best rank like
  SELECT *
  WHERE {
    ?s wdo:rank wdo:bestRank
  }
  
  The idea here is that if we can't use the truth statements for some reason 
then we'll want to filter on best rank.  We should also compare the performance 
of filtering on best rank statement to using pregenerated truthy statement.  It 
might be just as fast to filter.
  
  Similarly, we should also have the option to export something like 
notBestRank instead of/in addition to best rank.  The idea is that there are 
far fewer notBestRank statements than best rank statements.  So it might be 
more efficient to filter on not(notBestRank) than to filter on bestRank.

TASK DETAIL
  https://phabricator.wikimedia.org/T92990

WORKBOARD
  https://phabricator.wikimedia.org/project/board/37/

REPLY HANDLER ACTIONS
  Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign 
<username>.

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Manybubbles
Cc: Aklapper, Manybubbles, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, 
GWicke, daniel, JanZerebecki



_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to