[Wikidata-bugs] [Maniphest] [Commented On] T129037: Wikidata Query Service should provide a way to retrieve all items without a statement on a certain wiki

2016-09-16 Thread Multichill
Multichill added a comment. Thank you very much @Smalyshev . To complete this ticket, the original query: https://tools.wmflabs.org/autolist/?language=nl&project=wikipedia&category=Motorfietstechniek&depth=0&wdq=&pagepile=&wdqs=SELECT%20%3Fitem%20WHERE%20%7B%0A%20%3Flink%20schema%3Aabout%20%3Fitem

[Wikidata-bugs] [Maniphest] [Commented On] T129037: Wikidata Query Service should provide a way to retrieve all items without a statement on a certain wiki

2016-08-31 Thread Multichill
Multichill added a comment. In T129037#2597211, @Smalyshev wrote: This will be possible as soon as T129046 deploys and we reload the data. Awesome job! Looking forward to the new possibilities.TASK DETAILhttps://phabricator.wikimedia.org/T129037EMAIL PREFERENCEShttps://phabricator.wikimedia.org/

[Wikidata-bugs] [Maniphest] [Commented On] T129037: Wikidata Query Service should provide a way to retrieve all items without a statement on a certain wiki

2016-08-24 Thread Smalyshev
Smalyshev added a comment. This works: SELECT * WHERE { ?link schema:about ?item . ?link schema:isPartOf . FILTER NOT EXISTS { ?item ?p [] . FILTER(?p != rdfs:label && ?p != schema:description && ?p != schema:version && ?p != schema:dateModified && ?p != skos:altLabel) } } LIMIT 100 Bu