Expand focus from paintings to more artworks
Replace all references to 'painting' with 'artwork'
This commit is contained in:
parent
df8ff30b64
commit
036a4be5ed
14 changed files with 76 additions and 76 deletions
5
templates/query/artwork_no_depicts.sparql
Normal file
5
templates/query/artwork_no_depicts.sparql
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
select distinct ?item where {
|
||||
?item wdt:P31 wd:Q3305213 .
|
||||
?item wdt:P18 ?image .
|
||||
filter not exists { ?item wdt:P180 ?depicts }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue