Thompsonbry.systap added a comment. Ok. That query
PREFIX wdt: <http://wikidata-wdq.testme.wmflabs.org/entity/assert/> PREFIX entity: <http://wikidata-wdq.testme.wmflabs.org/entity/> SELECT ?h ?date WHERE { ?h wdt:P31 entity:Q5 . ?h wdt:P569 ?date . FILTER NOT EXISTS {?h wdt:P570 ?d } } LIMIT 100 runs instantly but does not produce any solutions for me against the data that I have loaded. We'll have to work against the same data sets for us to really analyze query plans. TASK DETAIL https://phabricator.wikimedia.org/T92308 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: Smalyshev, Thompsonbry.systap Cc: Thompsonbry.systap, Haasepeter, Beebs.systap, Manybubbles, Aklapper, Smalyshev, jkroll, Wikidata-bugs, Jdouglas, aude, GWicke, daniel, JanZerebecki _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
