daniel created this task.
daniel assigned this task to Smalyshev.
daniel added a subscriber: daniel.
daniel added projects: Wikidata, Wikidata-Query-Service.
Herald added a subscriber: Aklapper.
Herald added a project: Discovery.

TASK DESCRIPTION
  Transitive properties //should// be a-cyclic, but the data on wikidata.org is 
imperfect, so the query endpoint should be able to cope with the presence of 
loops. Currently, such loops seem to cause a timeout, causing basic queries 
like "like me all cities in X" to fail. Example query:
  
    SELECT DISTINCT ?city WHERE {
      ?city wdt:P31/wdt:P279* wd:Q515 .  # find instances of subclasses of city
      ?city wdt:P131* wd:Q1202 .
    }

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

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

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



_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to