kbrbe / beltrans-data-integration

Creating a FAIR Linked Data corpus for the BELTRANS research project about Belgian book translations NL-FR and FR-NL between 1970 and 2020
https://www.kbr.be/en/projects/beltrans/
MIT License
5 stars 0 forks source link

Use generic XML extraction script for ISNI persons and organizations #281

Closed SvenLieber closed 2 months ago

SvenLieber commented 3 months ago

So far we only extract data fields from person records from ISNI by using the custom script https://github.com/kbrbe/beltrans-data-integration/blob/27104297bf431df002ea033a03fb8b2423eeb42d/data-sources/isni/isni-xml-to-csv.py

However, since a while we also have a generic script to extract fields from XML To CSV by using a configuration file. We should use this script instead. Hence we have to provide a configuration to extract the person data.

Additionally we wan to provide a separate configuration file to extract data fields for organizations.