query-eaeac07fe1267e6e61ad3587959b2ccc
Cours d'eau du estuary basin of the Saint Lawrence River (Q51885235)
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 schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Map
SELECT ?id ?idLabel ?geo ?image ?link WHERE {  
  ?id wdt:P4614/wdt:P361* wd:Q51885235.     # bassin de l'estuaire du Saint-Laurent
  ?id wdt:P31/wdt:P279* wd:Q355304 .
  ?id wdt:P625 ?geo .
  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;
  v2("?geo"):::projected 
  v1("?id"):::projected 
  v3("?image"):::projected 
  v4("?link"):::projected 
  a1((" "))
  a2((" "))
  c15([https://fr.wikipedia.org/]):::iri 
  c3(["wd:Q51885235"]):::iri 
  c12(["fr"]):::literal 
  c6(["wd:Q355304"]):::iri 
  c10(["bd:serviceParam"]):::iri 
  v1 --"wdt:P4614"-->  a1
  a1 --"wdt:P361"-->  c3
  v1 --"wdt:P31"-->  a2
  a2 --"wdt:P279"-->  c6
  v1 --"wdt:P625"-->  v2
  subgraph optional0["(optional)"]
  style optional0 fill:#bbf,stroke-dasharray: 5 5;
    v1 -."wdt:P18".->  v3
  end
  subgraph s1["http://wikiba.se/ontology#label"]
    style s1 stroke-width:4px;
    c10 --"wikibase:language"-->  c12
  end
  subgraph optional1["(optional)"]
  style optional1 fill:#bbf,stroke-dasharray: 5 5;
    v4 -."schema:about".->  v1
    v4 --"schema:isPartOf"-->  c15
  end