query-2f5c19aa52c19362b6b17938181930bf
Propertiesinstance of (P31)subclass of (P279)located in the administrative territorial entity (P131)official website (P856)owned by (P127)
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 ?hospitalLabel ?officialWebsiteLabel
WHERE{
{H{
SELECT ?hospital ?officialWebsite
WHERE {
{
SELECT DISTINCT ?hospital
WHERE{
?hospital wdt:P31/wdt:P279* wd:Q16917; #hospital
wdt:P131 wd:Q1711. #Potsdam
}
} ?hospital wdt:P127 ?owner.
?owner wdt:P856 ?officialWebsite.
}
}}
UNION
{H{
SELECT ?hospital ?officialWebsite
WHERE {
{
SELECT DISTINCT ?hospital
WHERE{
?hospital wdt:P31/wdt:P279* wd:Q16917; #hospital
wdt:P131 wd:Q1711. #Potsdam
}
} ?hospital wdt:P856 ?officialWebsite.
}
}}
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
ORDER BY ?hospitalLabel