graphic mark or emblem commonly used by commercial enterprises, organizations and products
sparqlquery -qp wikidata.yaml -qn UniversityLogos -f mediawiki
# University Logos # WF 2023-03-11 SELECT ?item ?itemLabel ?logo WHERE { ?item wdt:P31 wd:Q3918. ?item rdfs:label ?itemLabel. FILTER(LANG(?itemLabel)="en") ?item wdt:P154 ?logo } ORDER BY ?itemLabel
try it!