query-265ea487f4861dbc4e5cc0ef291f55c0
P40 without adopted children and their offspring?
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT * { wd:Q658061 wdt:P40+ ?item }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c1(["wd:Q658061"]):::iri
c1 --"wdt:P40"--> v1