query-185ff8e2c063c58ea7cb42b74ee11610
Get the items using a SPARQL queryWe can get "female writers whose country of citizenship is Peru" by using the following query
Use at
- https://query.wikidata.org/sparql
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.