Skip to content

LvanWissen/schrijverskabinet-rdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Schrijverskabinet RDF

GitHub release DOI

License
Source code License: MIT
Data License: CC BY-SA 4.0

Introduction

The Panpoëticon Batavûm is a collection of small portraits of Dutch poets (and writers in general). The collection was set up at the beginning of the eighteenth century by the painter Arnoud Halen (1673-1732). As a collection the Panpoëticon is no longer intact, but fortunately researchers at Radboud University have made a beautiful digital reconstruction, which can be seen at http://www.schrijverskabinet.nl/.

By modelling the data from the Schrijverskabinet as RDF, we can connect the entities that are included in the Schrijverskabinet to other relevant datasets that for instance include more detailed biographical information, such as ECARTICO, ONSTAGE, and Wikidata. Also, a link to the Linked Open Data from the Koninklijke Bibliotheek allows us to retrieve primary and secondary works for an author included in the Panpoëticon. We then can start asking questions such as 'To what extent were the authors of popular pieces in the Amsterdam Theatre included in the Panpoeticon?' and 'What was the geographical distribution of the poets included in the Panpoeticon?'.

The data was first converted to be used in an Amsterdam Time Machine / UvA CREATE datasprint. More information is available here: https://uvacreate.gitlab.io/datasprint-ecartico-2020/

Data

The data was extracted from http://www.schrijverskabinet.nl/, which can be cited as:

@misc{vandeinsen_vanstrien2016, 
    title={Het schrijverskabinet. Panpoëticon Batavûm},
    howpublished={http://www.schrijverskabinet.nl/}, 
    author={Deinsen, Lieke van and Strien, Ton van},
    editor={Strien, Ton van},
    year={2016}
}

Conversion to RDF

After scraping, the data is stored in a JSON file and further processed into RDF. The conversion is done using a script that follows the schema.org approach in modelling entities and relations. The data is returned as application/trig (see the releases page for the latest stable/citable version).

All persons from the portraits in the data have been linked to an author in the DBNL Author Thesaurus (http://data.bibliotheken.nl/id/dataset/dbnla) using the owl:sameAs property. This can be your starting point in connecting the Schrijverskabinet data to other external datasets.

More information can be found in the release information.

Cite

Please cite both the original website (above) and this repository if you are (re)using the data or refering to the publication.

@dataset{vanwissennijboer2020,
  author       = {Wissen, Leon van and Nijboer, Harm},
  title        = {Schrijverskabinet RDF},
  month        = April,
  year         = 2021,
  publisher    = {Zenodo},
  version      = {2.0},
  doi          = {10.5281/zenodo.3835558},
  url          = {https://doi.org/10.5281/zenodo.3835558}
}