Add missing changes for catching non-artwork.

This commit is contained in:
Edward Betts 2019-12-31 09:01:20 +00:00
parent 63392b63bf
commit 63f8d0f580
2 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1,4 @@
select ?item ?itemLabel {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
wd:{{ qid }} wdt:P31/wdt:P279* ?item .
}