query-7796368129775a2fb462155641d270c4
Hospitals that specialize in eye problems SELECT ?hospital ?hospitalLabel ?specialization WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de". } ?hospital wdt:P31 wd:Q16917; wdt:P131 wd:Q64; (wdt:P101/wdt:P1995*) wd:Q161437. }
Use at
- https://query.wikidata.org/sparql
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#>
#Hospitals that specialize in eye problems
SELECT ?hospital ?hospitalLabel ?specialization WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de". }
?hospital wdt:P31 wd:Q16917;
wdt:P131 wd:Q64;
(wdt:P101/wdt:P1995*) wd:Q161437.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?hospital"):::projected
a1((" "))
c4(["#91;AUTO_LANGUAGE#93;,de"]):::literal
c2(["bd:serviceParam"]):::iri
c6(["wd:Q16917"]):::iri
c8(["wd:Q64"]):::iri
c11(["wd:Q161437"]):::iri
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"wdt:P31"--> c6
v1 --"wdt:P131"--> c8
v1 --"wdt:P101"--> a1
a1 --"wdt:P1995"--> c11