Wikidata:WikiProject UConn/Articles written by UConn people

From Wikidata
Jump to navigation Jump to search
#UConn authors of articles
#Only authors that are part of Wikiproject UConn
SELECT DISTINCT ?author ?authorLabel ?article ?articleLabel
WHERE {
	{?author wdt:P5008 wd:Q109854824 }
        ?article wdt:P50 ?author.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
} ORDER BY ASC(?articleLabel)
Try it! (https://w.wiki/5W77)