Add data to the venue index
your-dataset-name.tsv
(tab-separated values) or your-dataset-name.xlsx
(Excel spreadsheet).node scripts/tsv_to_jsonld.ts
static/index.json
with your dataset metadata. Open an issue and attach your TSV or Excel file, along with metadata about your dataset.
Open IssueFork the repository, add your TSV and a generated JSON-LD file, and submit a pull request.
Visit RepositoryField | Description | Example | Status |
---|---|---|---|
id | Unique identifier for the venue | http://www.cinemacontext.nl/id/B000016 | Optional |
name | Name of the venue | Kriterion | Required |
description | Detailed description | Filmtheater Kriterion, officieel... | Optional |
additionalTypeId | ID for venue type, split multiple values by semicolon (;) | cinema | Optional |
additionalTypeName | Type of venue, split multiple values by semicolon (;) | Art house cinema | Optional |
startDate | Date when venue opened (YYYY-MM-DD) | 1945-11-06 | Required |
endDate | Date when venue closed (YYYY-MM-DD) | (Empty when still in operation) | Optional |
addressLocality | City | Amsterdam | Optional |
addressRegion | Province/state code | NH | Optional |
postalCode | Postal code | 1012 | Optional |
streetAddress | Street address | Roetersstraat 170 | Optional |
latitude | Geographic latitude | 52.3625 | Required |
longitude | Geographic longitude | 4.910556 | Required |
citation | Bibliographic reference, split multiple values by semicolon (;) | Cinema Context | Optional |
sameAs | External identifier URL, split multiple values by semicolon (;) | http://www.cinemacontext.nl/id/B000016 | Optional |
For fields that allow multiple values (additionalTypeId
, additionalTypeName
, citation
, sameAs
), separate each value with a
semicolon (;
) character.
If the additionalTypeId
and additionalTypeName
fields are left empty, the type will be Venue
by default.
Field | Description | Example | Status |
---|---|---|---|
name | Title of your dataset | Cinema Context | Required |
description | Brief description of the dataset content and scope | Cinema Context is a database of Dutch cinema and film culture. | Required |
citation | How to cite your dataset (include URL if applicable) | Cinema Context. n.d. Cinema Context. https://www.cinemacontext.nl/ | Required |
url | URL to the original source or project website | https://www.cinemacontext.nl/ | Optional |
dateModified | Date when the dataset was last updated (YYYY-MM-DD) | 2025-03-20 | Optional |