Project:SPARQL/examples: Difference between revisions

Jump to navigation Jump to search
Line 107: Line 107:
PREFIX wbt: <https://metabase.wikibase.cloud/prop/direct/>
PREFIX wbt: <https://metabase.wikibase.cloud/prop/direct/>
#defaultView:BubbleChart
#defaultView:BubbleChart
SELECT ?location ?locationLabel (COUNT(?item) AS ?count)
SELECT ?location ?locationLabel (COUNT(DISTINCT ?item) AS ?count)
WHERE
WHERE
{
{

Navigation menu