Project:SPARQL/examples: Difference between revisions

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

Navigation menu