query-43832b124cff700e788e32ab45576eb8
TODO
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?itemLabel WHERE {
:::::::::::::::: SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
:::::::::::::::: {
:::::::::::::::: SELECT DISTINCT ?item WHERE {
:::::::::::::::: ?item wdt:P279 wd:Q177597.
:::::::::::::::: }
:::::::::::::::: }
::::::::::::::::