Remove propertyLabel from group by.
This commit is contained in:
parent
b5f87657ba
commit
f99c2512b7
|
@ -8,4 +8,4 @@ select ?property ?object ?objectLabel (count(*) as ?count) {
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
filter (strstarts(str(?property), "http://www.wikidata.org/prop/direct/P") )
|
filter (strstarts(str(?property), "http://www.wikidata.org/prop/direct/P") )
|
||||||
?item ?property ?object .
|
?item ?property ?object .
|
||||||
} group by ?property ?propertyLabel ?object ?objectLabel
|
} group by ?property ?object ?objectLabel
|
||||||
|
|
Loading…
Reference in a new issue