User:EmericusPetro/sandbox/List of national Red Cross Societies
Jump to navigation
Jump to search
Wikidata
Query 1
Based on Wikidata:WikiProject IFRC (https://www.wikidata.org/wiki/Wikidata:WikiProject_IFRC)
SELECT ?item ?itemLabel
WHERE{
?item wdt:P31/wdt:P279* wd:Q1968122 .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query 2
SELECT ?item ?itemLabel ?country ?countryLabel
WHERE{
?item wdt:P31/wdt:P279* wd:Q1968122 .
OPTIONAL { ?item wdt:P17 ?country. }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}