query-9e9a5a049ed1d89e19a5e3122f14a7bb

rq turtle/ttl

Mapa de edificios de estilo románico en Galicia según unidad administrativa de ubicación

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
SELECT ?lugar ?lugarLabel ?coordenadas (sample(?imagen) as ?fotografia) WHERE {  
  ?lugar wdt:P149 wd:Q46805 ;
         wdt:P131* wd:Q3908 ;
  wdt:P625 ?coordenadas .
  optional {?lugar wdt:P18 ?imagen .}
SERVICE wikibase:label { bd:serviceParam wikibase:language "es" }
} group by ?lugar ?lugarLabel ?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("?lugar"):::projected c2(["wd:Q46805"]):::iri c8(["bd:serviceParam"]):::iri c4(["wd:Q3908"]):::iri c10(["es"]):::literal v1 --"wdt:P149"--> c2 v1 --"wdt:P131"--> c4 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; c8 --"wikibase:language"--> c10 end bind1[/"sample(?imagen)"/] v3 --o bind1 bind1 --as--o v4