User:1ucyp/Queries/codingdavinci hackathon GLAM participants

Participating GLAM institutions in the German cultural data hackathon, Coding da Vinci (incomplete list, as of 7.4.21)

SELECT DISTINCT ?GLAM ?GLAMLabel
WHERE 
{
  ?event wdt:P179 wd:Q51845238.              # event is in the series coding da vinci
  ?event wdt:P710 ?GLAM.                     # event has participating institution
  
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de". }
}
Try it!