query-d7db032966c233d60d57b17f2b0cb2bf
All UConn faculty members
Provides list of all Wikidata items where Employer = University of Connecticut
SELECT ?item ?itemLabel ?itemDescription WHERE { ?item wdt:P108 wd:Q49206 . ?item wdt:P31 wd:Q5 SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
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#>
#All UConn faculty members
#Provides list of all Wikidata items where Employer = University of Connecticut
SELECT ?item ?itemLabel ?itemDescription
WHERE
{
?item wdt:P108 wd:Q49206 .
?item wdt:P31 wd:Q5
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }