query-89100e9643409c2098e1aa5e318e1b21
Propertiesfield of work (P101)instance of (P31)located in the administrative territorial entity (P131)
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#>
SELECT DISTINCT ?hospital ?hospitalLabel WHERE {
?hospital wdt:P101/wdt:P31* wd:Q216685;
wdt:P131* wd:Q1711.
SERVICE wikibase:label {
bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" .
}
}
ORDER BY ?hospitalLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?hospital"):::projected
v1("?hospitalLabel"):::projected
a1((" "))
c5(["wd:Q1711"]):::iri
c7(["bd:serviceParam"]):::iri
c3(["wd:Q216685"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v2 --"wdt:P101"--> a1
a1 --"wdt:P31"--> c3
v2 --"wdt:P131"--> c5
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end