Go to file
cesare 0b70dbcc6a added rdfs:seeAlso 2023-04-06 10:01:56 +02:00
data working on lessico panlatino fibre tessili (in progress) 2023-04-05 17:50:04 +02:00
README.md descriptions updated 2023-03-21 16:59:41 +01:00
config-lessico.yaml working on lessico panlatino fibre tessili (in progress) 2023-04-05 17:50:04 +02:00
config.yaml id changed 2021-12-17 15:47:58 +01:00
requirements.txt config added 2021-12-14 09:23:13 +01:00
rules.yaml descriptions updated 2023-03-21 16:59:41 +01:00
sshoc_31_skos-yarrrml.ipynb descriptions updated 2023-03-21 16:59:41 +01:00
sshoc_31_skos.ipynb descriptions updated 2023-03-21 16:59:41 +01:00
sshoc_lessico_panlatino.ipynb added rdfs:seeAlso 2023-04-06 10:01:56 +02:00

README.md

SSHOC Multilingual Data Stewardship terminology and Multilingual Metadata SKOSifying mapping

These Jupyter Notebooks implement a parser used to transform the SSHOC Multilingual Data Stewardship Terminology and the SSHOC Multilingual Metadata, created during the Social Sciences & Humanities Open Cloud (SSHOC) project, into SKOS resources.

The parsers transform the content in SKOS data following a set of mapping rules, the result is stored in Turtle and rdf files.

Installation

It is recommended to install this notebook in a virtual environment to avoid dependency clash. To install the SKOSifying mapping Jupyter notebook enter cloned directory and install it via pip with explicit requirements.txt from the project:

  • Clone the repository, enter the directory and install requirements:
git clone https://gitea-s2i2s.isti.cnr.it/concordia/sshoc-skosmapping.git
cd sshoc-skosmapping
pip install ./ -r ./requirements.txt
  • Run the sshoc_31_skos.ipynb notebook

  • The result files are stored in the sshoc-skosmapping/data directory