query-5011e9ac1e4c2ac51e1f37b73c020e97

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?circo ?circoLabel
WHERE
{
    ?circo wdt:P31 wd:Q2713747 .
    ?circo rdfs:label ?circoLabel FILTER (lang(?circoLabel) = "fr") .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?circo"):::projected v1("?circoLabel"):::projected c3(["wd:Q2713747"]):::iri f0[["?circoLabel = 'fr'"]] f0 --> v1 v2 --"wdt:P31"--> c3 v2 --"rdfs:label"--> v1