query-9c4062d4c5e966fef12d92007dc1c6fc
Propertiesinstance of (P31)subclass of (P279)Wikimedia language code (P424)
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 ?taal ?taalLabel ?taalcode WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?taal (wdt:P31/(wdt:P279*)) wd:Q34770;
wdt:P424 ?taalcode.
}
ORDER BY (?taalcode)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?taal"):::projected
v1("?taalcode"):::projected
a1((" "))
c7(["wd:Q34770"]):::iri
c2(["bd:serviceParam"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v2 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c7
v2 --"wdt:P424"--> v1