query-185ff8e2c063c58ea7cb42b74ee11610

rq turtle/ttl

Get the items using a SPARQL queryWe can get "female writers whose country of citizenship is Peru" by using the following query

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item {
  ?item wdt:P106 wd:Q36180;
        wdt:P27 wd:Q419;
        wdt:P21 wd:Q6581072.

Query found at