User:Masssly/Ghana

Events

edit

Africa Open Data Conference, Accra

Query

edit

All Ghanaians on Wikidata

edit

The following query uses these:

  • Properties: instance of (P31)     , country of citizenship (P27)     
    # All Ghanaians on Wikidata
    SELECT ?item ?itemLabel 
    WHERE 
    {
      ?item wdt:P31 wd:Q5 . # all humans
      ?item wdt:P27 wd:Q117. # who are Ghanaians
      SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    }