query-08da4d277340abd29ebcb78b01038c1c

rq turtle/ttl

Chenal au Québec

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 ?id  ?idLabel ?locLabel ?coord 
WHERE
{
    ?id wdt:P31/wdt:P279* wd:Q1210950 .
    ?id wdt:P17 wd:Q16 .
    ?id wdt:P131 ?region .
    ?region wdt:P131* wd:Q176 .
    ?id wdt:P131 ?loc .
    OPTIONAL {?id wdt:P625 ?coord }
    SERVICE wikibase:label {
            bd:serviceParam wikibase:language "fr,en" 
    }
}
ORDER BY (?idLabel) 
LIMIT 500

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?coord"):::projected v2("?id"):::projected v1("?idLabel"):::projected v4("?loc") v3("?region") a1((" ")) c5(["wd:Q16"]):::iri c10(["bd:serviceParam"]):::iri c12(["fr,en"]):::literal c3(["wd:Q1210950"]):::iri c7(["wd:Q176"]):::iri v2 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v2 --"wdt:P17"--> c5 v2 --"wdt:P131"--> v3 v3 --"wdt:P131"--> c7 v2 --"wdt:P131"--> v4 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P625".-> v5 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c10 --"wikibase:language"--> c12 end