Bug fix.
This commit is contained in:
parent
19e82a34cd
commit
61d913d54e
|
@ -1,6 +1,6 @@
|
||||||
select ?property ?object ?objectLabel (count(*) as ?count) {
|
select ?property ?object ?objectLabel (count(*) as ?count) {
|
||||||
service wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
|
service wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
|
||||||
values ?isa {{% for isa in isa_list %} wd:{{ isa }} {% endfor %}}
|
values ?isa { {% for isa in isa_list %} wd:{{ isa }} {% endfor %} }
|
||||||
?item wdt:P31 ?isa .
|
?item wdt:P31 ?isa .
|
||||||
?item wdt:P18 ?image .
|
?item wdt:P18 ?image .
|
||||||
{% for pid, qid in params %}
|
{% for pid, qid in params %}
|
||||||
|
|
Loading…
Reference in a new issue