Bugreporter added a comment.
In T200859#4473303 <https://phabricator.wikimedia.org/T200859#4473303>, @debt wrote: > sitelinks is a wikidata property and using SPARKL queries might be able to do this This is not efficient at all. For example: SELECT ?item { ?article schema:about ?item. ?article schema:inLanguage "en" . MINUS {?item rdfs:label ?label FILTER(lang(?label)="en")} } LIMIT 1000 This query can not run TASK DETAIL https://phabricator.wikimedia.org/T200859 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Bugreporter Cc: Nikki, CamelCaseNick, Lydia_Pintscher, debt, Aklapper, Bugreporter, CBogen, Akuckartz, darthmon_wmde, Nandana, Lahi, Gq86, GoranSMilovanovic, QZanden, EBjune, LawExplorer, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, Mbch331
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
