query-c1c6c0709202024eea985c0a8a4c7549

rq turtle/ttl

LyokoïTinker Bell(P144)based on (P1013)criterion used (P459)determination method or standard (Q94583221)parent language (P1013)criterion used (Q7411)Dutch (P144)based on (Q14196)Afrikaans (Q94583221)parent language (P459)determination method or standard (Q7411)Dutch (P144)based on (Q14196)Afrikaans

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#>
#defaultView:Graph
SELECT ?item ?itemLabel ?parentLanguage ?parentLanguageLabel WHERE {
  ?item wdt:P31 / wdt:P279* wd:Q9143.
  ?item wdt:P144 ?parentLanguage.
  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; v1("?item"):::projected v2("?parentLanguage"):::projected a1((" ")) c6(["bd:serviceParam"]):::iri c3(["wd:Q9143"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v1 --"wdt:P144"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end