Project:SPARQL/examples: Difference between revisions

Jump to navigation Jump to search
Line 123: Line 123:
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/>
SELECT (count(?item) as ?total_events) (sum(?participants) as ?total_participants)
SELECT (count(distinct ?item) as ?total_events) (sum(?participants) as ?total_participants)
WHERE
WHERE
{
{
Line 132: Line 132:
}
}
</SPARQL>
</SPARQL>
==Video recordings of events of Wikimedia Sverige==
==Video recordings of events of Wikimedia Sverige==
<SPARQL tryit="1">
<SPARQL tryit="1">

Navigation menu