Remove propertyLabel from group by.

This commit is contained in:
Edward Betts 2019-12-17 11:44:53 +00:00
parent b5f87657ba
commit f99c2512b7

View file

@ -8,4 +8,4 @@ select ?property ?object ?objectLabel (count(*) as ?count) {
{% endfor %}
filter (strstarts(str(?property), "http://www.wikidata.org/prop/direct/P") )
?item ?property ?object .
} group by ?property ?propertyLabel ?object ?objectLabel
} group by ?property ?object ?objectLabel