query-6f8ed995b51173f71c663bfab703064d

rq turtle/ttl

Propertiesinstance of (P31)located in the administrative territorial entity (P131)coordinate location (P625)street address (P6375)

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 ?hospital ?hospitalLabel ?coordinates ?street
WHERE {
  { ?hospital wdt:P31 wd:Q1774898 } UNION  { ?hospital wdt:P31 wd:Q16917 }
  { ?hospital wdt:P131  wd:Q2090 } UNION  { ?hospital wdt:P131 wd:Q3126 }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
  OPTIONAL { ?hospital wdt:P625 ?coordinates. 
             ?hospital wdt:P6375 ?street;
           }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?coordinates"):::projected v1("?hospital"):::projected v3("?street"):::projected c5(["wd:Q2090"]):::iri c8(["bd:serviceParam"]):::iri c10(["#91;AUTO_LANGUAGE#93;"]):::literal c3(["wd:Q16917"]):::iri c2(["wd:Q1774898"]):::iri c6(["wd:Q3126"]):::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 subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P131"--> c6 end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P131"--> c5 end union1r <== or ==> union1l end 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".-> v2 v1 --"wdt:P6375"--> v3 end