query-1b54cb2010f9f0b03d48ec68f9e28c59

rq turtle/ttl

Hospitales en Buenos AiresMapa de hospitales en Buenos Aires, con visión con capas y enlace a artículo en WP ES

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Map{"layer":"?ubicaci_n"}
SELECT ?CentrosSalud  ?CentrosSaludLabel ?coordenadas ?ubicaci_n ?ubicaci_nLabel ?imagen ?sitelinkES
WHERE {
  {?CentrosSalud wdt:P31  wd:Q16917.}
 UNION {?CentrosSalud wdt:P31  wd:Q569500.}
  ?CentrosSalud wdt:P131  wd:Q1486.
  ?CentrosSalud wdt:P276  ?ubicaci_n.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],es". }
  OPTIONAL {?CentrosSalud wdt:P625  ?coordenadas.}
  OPTIONAL {?CentrosSalud wdt:P18  ?imagen.}
  OPTIONAL {  ?sitelinkES schema:isPartOf <https://es.wikipedia.org/>;
  schema:about ?CentrosSalud.
}
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?CentrosSalud"):::projected v3("?coordenadas"):::projected v4("?imagen"):::projected v5("?sitelinkES"):::projected v2("?ubicaci_n"):::projected c8(["bd:serviceParam"]):::iri c10(["#91;AUTO_LANGUAGE#93;,es"]):::literal c2(["wd:Q16917"]):::iri c14([https://es.wikipedia.org/]):::iri c5(["wd:Q1486"]):::iri c3(["wd:Q569500"]):::iri subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P31"--> c3 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P31"--> c2 end union0r <== or ==> union0l end v1 --"wdt:P131"--> c5 v1 --"wdt:P276"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P625".-> v3 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v4 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v5 -."schema:isPartOf".-> c14 v5 --"schema:about"--> v1 end