query-1d550e95e0b83f577ac5c685fc8a4a55
Propertiesinstance of (P31)subclass of (P279)founded by (P112)child (P40)employer (P108)
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 DISTINCT ?item ?itemLabel ?founder ?founderLabel ?child ?childLabel WHERE {
?item (wdt:P31/wdt:P279*) wd:Q4830453.
?item wdt:P112 ?founder.
?founder wdt:P40 ?child.
?child wdt:P108 ?item.
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;
v3("?child"):::projected
v2("?founder"):::projected
v1("?item"):::projected
a1((" "))
c8(["bd:serviceParam"]):::iri
c3(["wd:Q4830453"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
v1 --"wdt:P112"--> v2
v2 --"wdt:P40"--> v3
v3 --"wdt:P108"--> v1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end