query-e8040e8ab2e5a02e961252a0313fbb61
Kaart van de gebarentaal van de wereld met het aantal beoefenaars
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#>
#title:Kaart met de gebarentalen van de wereld met het aantal beoefenaars
#defaultView:Map
SELECT ?sign_language ?sign_languageLabel ?indigenous_to ?coordinate_location ?practicians WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en". }
OPTIONAL { ?sign_language wdt:P1098 ?practicians. }
OPTIONAL { ?sign_language wdt:P17 ?country. }
OPTIONAL { ?country wdt:P625 ?coordinate_location. }
?sign_language wdt:P31 wd:Q34228.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?coordinate_location"):::projected
v3("?country")
v2("?practicians"):::projected
v1("?sign_language"):::projected
c2(["bd:serviceParam"]):::iri
c9(["wd:Q34228"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P1098".-> v2
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P17".-> v3
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v3 -."wdt:P625".-> v4
end
v1 --"wdt:P31"--> c9