query-58b342b41275bb38016f30798fdad827

rq turtle/ttl

الكاتدرائيات في باريس Cathedrals in Paris Cathedrals in Paris Katedrály v Paříži Katedraler i Paris Cathedrals in Paris Cathedrals in Paris Cathedrals in Paris Cathedrals in Paris Cathedrals in Paris Cathedrals in Paris Cathédrales dans Paris Cathedrals in Paris Cathedrals in Paris Cathedrals in Paris Cattedrali a Parigi Cathedrals in Paris 프랑스 파리의 대성당 Kathedralen zu Paräis Cathedrals in Paris Cathedrals in Paris Kathedralen in Parijs Katedry w Paryżu Cathedrals in Paris Cathedrals in Paris Соборы в Париже Cathedrals in Paris Katedraler i Paris Cathedrals in Paris Paris'teki katedraller Собори в Парижі Cathedrals in Paris 巴黎大教堂

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 ?item ?itemLabel ?placeLabel ?coords ?image
WHERE
{
  ?item wdt:P31 wd:Q2977 .
  ?item wdt:P131 ?place .
  ?place wdt:P131 wd:Q90 .
  OPTIONAL { ?item wdt:P625 ?coords . }
  OPTIONAL { ?item wdt:P18 ?image . }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "fr" . }
} ORDER BY ?placeLabel ?itemLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?coords"):::projected v6("?image"):::projected v3("?item"):::projected v2("?itemLabel"):::projected v4("?place") v1("?placeLabel"):::projected c2(["wd:Q2977"]):::iri c4(["wd:Q90"]):::iri c8(["bd:serviceParam"]):::iri c10(["fr"]):::literal v3 --"wdt:P31"--> c2 v3 --"wdt:P131"--> v4 v4 --"wdt:P131"--> c4 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P625".-> v5 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P18".-> v6 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end