query-f219dbcebd1629c21e044aac2ae8a55d
Propertiesinstance of (P31)Glottolog code (P1394)ISO 639-2 code (P219)ISO 639-5 code (P1798)IETF language tag (P305)WALS family code (P1468)
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 ?l ?lLabel ?glot ?iso2 ?iso5 ?ietf ?wals WHERE {
?l wdt:P31* wd:Q25295.
{ ?l wdt:P1394 ?glot. }
UNION
{ ?l wdt:P219 ?iso2 }
UNION
{ ?l wdt:P1798 ?iso5 }
UNION
{ ?l wdt:P305 ?ietf }
UNION
{ ?l wdt:P1468 ?wals }
SERVICE wikibase:label { bd:serviceParam wikibase:language "bn,en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?glot"):::projected
v5("?ietf"):::projected
v3("?iso2"):::projected
v4("?iso5"):::projected
v1("?l"):::projected
v6("?wals"):::projected
c9(["bd:serviceParam"]):::iri
c2(["wd:Q25295"]):::iri
c11(["bn,en"]):::literal
v1 --"wdt:P31"--> c2
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
subgraph union1[" Union "]
subgraph union1l[" "]
style union1l fill:#abf,stroke-dasharray: 3 3;
subgraph union2[" Union "]
subgraph union2l[" "]
style union2l fill:#abf,stroke-dasharray: 3 3;
subgraph union3[" Union "]
subgraph union3l[" "]
style union3l fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P1468"--> v6
end
subgraph union3r[" "]
style union3r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P305"--> v5
end
union3r <== or ==> union3l
end
end
subgraph union2r[" "]
style union2r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P1798"--> v4
end
union2r <== or ==> union2l
end
end
subgraph union1r[" "]
style union1r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P219"--> v3
end
union1r <== or ==> union1l
end
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P1394"--> v2
end
union0r <== or ==> union0l
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end