Add missing changes for catching non-artwork.
This commit is contained in:
parent
63392b63bf
commit
63f8d0f580
2 changed files with 10 additions and 0 deletions
4
templates/query/item_type.sparql
Normal file
4
templates/query/item_type.sparql
Normal 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 .
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue