Introduction#

This part of the course will explain how you can interact with the LOD made available by a number of institutions, including Europeana, WikiData and the RKD. The lessons in this section discuss SPARQL queries that can help you to extract relevant data from these collections.

Underneath each query, you will find a link to an API which was created using the CLARIAH tool grlc so that you can see what type of data is returned.

Jupyter Notebooks#

If you want to edit the SPARQL queries, you are advised to install Jupyter Notebook and to download all the notebooks that have been developed for this course from the following URL:

https://github.com/peterverhaar/network-cultural-heritage/archive/refs/heads/main.zip

Binder#

Alternatively, you can also work with these notebooks online, by making use of Binder. To do this, open the URL below (or click on ‘Launch Binder’).

Binder

The very first time you open this link, the site may take some time to load. The workbenches are published via mybinder.org, and this environment needs to build a new computational environment containing everything that is needed to run the Notebook.

The link will open a number of workbenches in an online application named Jupyter Lab. You can open one of the files in the menu on the left.

  • You can run all of the code by choosing “Run” > “Run all cells” from the menu at the top.

  • You can also run individual cells by placing your cursor in one of the cells and by choosing [Shift] + [Enter] or by clicking on the ‘Run the selected cells’ icon (i.e. the small triangular button )