query-f44792e20459392224e947b14ee6beba
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 ?other ?otherLabel
WHERE[
{
?item wdt:P31 wd:Q27971968.
?item wdt:P47|^wdt:P47 ?other .
?other wdt:P31 wd:Q27971968.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
}