Project:SPARQL/examples: Difference between revisions

Jump to navigation Jump to search
Line 129: Line 129:
</SPARQL>
</SPARQL>


=Topics=
==Topics of the sessions at the GLAM Wiki 2023 conference==
<SPARQL tryit="1">
#defaultView:BubbleChart
PREFIX wb: <https://metabase.wikibase.cloud/entity/>
PREFIX wbt: <https://metabase.wikibase.cloud/prop/direct/>
SELECT ?mainsubject ?mainsubjectLabel (COUNT(?item) AS ?count)
WHERE
{
?item wbt:P17 wb:Q22660.
?item wbt:P15 ?mainsubject
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?mainsubject ?mainsubjectLabel
ORDER BY DESC(?count)
</SPARQL>
=Events=
=Events=
==Most common locations for WMSE events==
==Most common locations for WMSE events==

Navigation menu