query-5f7db43e8aa2007113532da8def5dffb
title: items with both sexes SELECT ?item WHERE { ?item wdt:P21 wd:Q6581072, wd:Q6581097 }
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
#title: items with both sexes
SELECT ?item WHERE { ?item wdt:P21 wd:Q6581072, wd:Q6581097 }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c3(["wd:Q6581097"]):::iri
c2(["wd:Q6581072"]):::iri
v1 --"wdt:P21"--> c2
v1 --"wdt:P21"--> c3