query-529b2b93a892cf303c481aa799902c96

rq turtle/ttl

Propertiesinstance of (P31)subclass of (P279)product or material produced or service provided (P1056)founded by (P112)child (P40)employer (P108)

Use at

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 WHERE {
  ?item (wdt:P31/wdt:P279*) wd:Q4830453.
  ?item wdt:P1056 wd:Q7397.
  ?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") v2("?founder"):::projected v1("?item"):::projected a1((" ")) c5(["wd:Q7397"]):::iri c10(["bd:serviceParam"]):::iri c3(["wd:Q4830453"]):::iri c12(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v1 --"wdt:P1056"--> c5 v1 --"wdt:P112"--> v2 v2 --"wdt:P40"--> v3 v3 --"wdt:P108"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c10 --"wikibase:language"--> c12 end