Project:SPARQL/examples: Difference between revisions

Jump to navigation Jump to search
Line 44: Line 44:
ORDER BY DESC (?count)
ORDER BY DESC (?count)
</SPARQL>
</SPARQL>
=Events=
==Video recordings of events of Wikimedia Sverige==
<SPARQL tryit="1">
PREFIX wb: <https://metabase.wikibase.cloud/entity/>
PREFIX wbt: <https://metabase.wikibase.cloud/prop/direct/>
SELECT ?item ?itemLabel ?video
WHERE
{
  ?item wbt:P14 wb:Q9.
  ?item wbt:P31 ?video.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "sv,en". }
}
</SPARQL>
=Projects=
=Projects=
==Timeline of all projects==
==Timeline of all projects==

Navigation menu