User:1ucyp/Queries/codingdavinci hackathon GLAM participants graph

From Wikidata
Jump to navigation Jump to search

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

#codingdavinci.de Datengebenden Institutionen
#defaultView:Graph
SELECT ?GLAM ?GLAMLabel ?image ?event ?eventLabel #?coord 
WHERE 
{
  ?event wdt:P179 wd:Q51845238.              # event is in the series coding da vinci
  ?event wdt:P710 ?GLAM.                     # event has participating instiution

OPTIONAL {?GLAM wdt:P625 ?coord.}            # get participating institution geographical co-ordinates
OPTIONAL {?GLAM wdt:P18 ?image.}             # get image of participating institution
  
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de". }
}
Try it!