query-8186e289b0faa6f021d03f8220eeed2a

rq turtle/ttl

Sommets du Jacques-Cartier Lake massif (Q22813085).

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Map
SELECT ?id ?idLabel ?geo ?image ?link ?altitude WHERE     
{
  ?id wdt:P4552 wd:Q22813085 .              # massif du Lac Jacques-Cartier
  ?id wdt:P625 ?geo .
  OPTIONAL {?id wdt:P2044 ?altitude }
  OPTIONAL {?id wdt:P18 ?image }
  SERVICE wikibase:label {bd:serviceParam wikibase:language "fr" . }
  OPTIONAL {
            ?link schema:about ?id .
            ?link schema:isPartOf <https://fr.wikipedia.org/> .
  }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?altitude"):::projected v2("?geo"):::projected v1("?id"):::projected v4("?image"):::projected v5("?link"):::projected c7(["bd:serviceParam"]):::iri c2(["wd:Q22813085"]):::iri c12([https://fr.wikipedia.org/]):::iri c9(["fr"]):::literal v1 --"wdt:P4552"--> c2 v1 --"wdt:P625"--> v2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P2044".-> v3 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v4 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v5 -."schema:about".-> v1 v5 --"schema:isPartOf"--> c12 end