This repository contains data for art exhibitions and art museums in Europe. It is updated irregularly.
The lllist.eu website lists art exhibitions in Europe and is generated from exhibition data in this repository.
lllist.eu became active in February 2012 and was updated frequently until March 2018. Since then, the website and this repository are updated irregularly.
The site shows current exhibitions (sorted by closing date), and future exhibitions (sorted by opening date).
lllist is a single-serving site inspired by Paul Hammond's Minimuni. It is served as a static web page, generated from data stored in simple text files: one file for each exhibition.
Data is stored in simple text files. Each file holds data for one exhibition (or museum), formatted as YAML frontmatter. Files are encoded in UTF-8 and have a .txt extension.
This is an example of a file for an exhibition:
---
title: Abraham Cruzvillegas
uid: '20171106103952'
dt-created: 2017-11-06 10:39:52 GMT
event-dt-begin: '2018-02-16'
event-dt-end: '2018-03-25'
event-location: 'Kunsthaus Zürich'
link: http://www.kunsthaus.ch/en/exhibitions/coming-soon/abraham-cruzvillegas/
---
Field names are mostly self explanatory:
Field | Description | Wikidata equivalent |
---|---|---|
title | exhibition title | |
uid | unique identifier | |
dt-created | record creation date/time | |
event-dt-begin | opening date of the exhibition | P1619 |
event-dt-end | closing date of the exhibition | P3999 |
event-location | exhibition venue (museum) | P276 |
link | URL of exhibition webpage |
The set of museum data is still growing. Apart from museums, it includes some exhibition venues without a collection (Kunsthalle).
Field names are mostly self explanatory:
Field | Description | Wikidata equivalent |
---|---|---|
title | museum name | |
uid | unique identifier | |
dt-created | record creation date/time | |
link | URL of museum webpage | P856 |
tags | tags | |
wikidata_id | corresponding Wikidata item | |
wikipedia | corresponding Wikipedia article | |
lat | latitude | P625 |
lon | longitude | P625 |
isa | object class (usually museum) |
- Related projects
- Museum of Modern Art collection and exhibition data
- The Tate Collection
- Europeana Collections
- Unsustainable Museum Data by Matthew Lincoln
Data is provided “as is”, without warranties of any kind.
This dataset is placed in the public domain using a CC0 License.