query all "higher education institutions"

PHOTO EMBED

Fri May 21 2021 23:48:41 GMT+0000 (Coordinated Universal Time)

Saved by @suibhne #sparql #wikidata #query

​select distinct ?school ?schoolLabel

where {
  ?school wdt:P31/wdt:P279* wd:Q38723. 
   SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}

limit 100
content_copyCOPY

https://query.wikidata.org/