query-be3e9ccd40075732cb496abcd0dec99b

rq turtle/ttl

Lac avec l'identifiant CTQ ...Recherche d'un lac ayant l'identifiant de la Commission de toponymie

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?id ?idLabel ?ctq WHERE {  
  ?id wdt:P31 wd:Q23397 .
  ?id wdt:P2100 ?ctq .
   VALUES ?ctq { "36671" }
  }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?ctq"):::projected v1("?id"):::projected c2(["wd:Q23397"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P2100"--> v3 bind0[/VALUES ?ctq/] bind0-->v3 bind00(["36671"]) bind00 --> bind0