query-005faa9c295733c58a5d22a3b7b71391

rq turtle/ttl

Obras de Antonio Gaudí

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#>
#defaultView:Map{"hide":["?coordenadas"]}
SELECT ?itemLabel ?coordenadas (SAMPLE(?imagen) AS ?fotografia) WHERE {
  ?item wdt:P84 wd:Q25328 ;
        wdt:P625 ?coordenadas ;
        wdt:P18 ?imagen .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],es". }
} GROUP BY ?itemLabel ?coordenadas

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?coordenadas"):::projected v4("?fotografia") v3("?imagen"):::projected v1("?item") c6(["bd:serviceParam"]):::iri c8(["#91;AUTO_LANGUAGE#93;,es"]):::literal c2(["wd:Q25328"]):::iri v1 --"wdt:P84"--> c2 v1 --"wdt:P625"--> v2 v1 --"wdt:P18"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end bind1[/"sample(?imagen)"/] v3 --o bind1 bind1 --as--o v4