Show more than just paintings on property page
This commit is contained in:
parent
c649179caf
commit
0ef6eced13
2 changed files with 7 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
select ?object ?objectLabel ?objectDescription (count(*) as ?count) {
|
||||
?item wdt:P31 wd:Q3305213 .
|
||||
values ?isa { {% for isa in isa_list %} wd:{{ isa }} {% endfor %} }
|
||||
|
||||
?item wdt:P31 ?isa .
|
||||
?item wdt:P18 ?image .
|
||||
?item wdt:{{ pid }} ?object .
|
||||
optional {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue