Go to file
cesare df9801f9bb id changed 2021-12-17 15:47:58 +01:00
data new input files 2021-12-16 18:28:19 +01:00
README.md description updated 2021-12-14 12:50:38 +01: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
sshoc_31_skos.ipynb topconcept map. new descriptions, modify date 2021-12-17 15:36:14 +01:00

README.md

SSHOC Data Stewardship terminology and Metadata SKOSifying mapping

This Jupyter Notebook implements a simple parser used to transform the Multilingual Data Stewardship terminology and the Metadata, created in the Task 3.1 of the Social Sciences & Humanities Open Cloud (SSHOC) project, into SKOS resources. The parser transforms the content in SKOS data following a set of mapping rules, the result is stored in two Turtle 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