query-5fa8c05c3664c6ee71245987d091ed09
Propertiesinstance of (P31)occupation (P106)child (P40)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?child ?childLabel
WHERE
{
?item wdt:P31 wd:Q5.
?item wdt:P106 wd:Q82594.
?item wdt:P40 ?child.
?child wdt:P106 wd:Q82594.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?child"):::projected
v1("?item"):::projected
c4(["wd:Q82594"]):::iri
c7(["bd:serviceParam"]):::iri
c2(["wd:Q5"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"wdt:P31"--> c2
v1 --"wdt:P106"--> c4
v1 --"wdt:P40"--> v2
v2 --"wdt:P106"--> c4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end