Wikidata:WikiProject UConn/UConn people, places, and things in Wikipedia

#UConn people, places, and things with corresponding Wikipedia articles
SELECT ?uconn ?uconnLabel ?article
WHERE {
    ?uconn wdt:P5008 wd:Q109854824 . # On Focus List of UConn wikiproject
    ?article schema:about ?uconn .
    ?article schema:isPartOf <https://en.wikipedia.org/>.

SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }
}
Try it!