From b75214e67abba80f2f127c03e9bf00a62093ee23 Mon Sep 17 00:00:00 2001 From: cesare Date: Mon, 20 Dec 2021 09:02:51 +0100 Subject: [PATCH] markdown updated --- sshoc_31_skos.ipynb | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/sshoc_31_skos.ipynb b/sshoc_31_skos.ipynb index 5a45550..8349164 100644 --- a/sshoc_31_skos.ipynb +++ b/sshoc_31_skos.ipynb @@ -5,9 +5,9 @@ "id": "mechanical-johns", "metadata": {}, "source": [ - "## Mapping *Data Stewardship terminology* and *Metadata* from spreadsheets to SKOS resources\n", + "## Mapping *Multilingual Data Stewardship terminology* and *SSHOC Multilingual Metadata* to SKOS resources\n", "\n", - "This Notebook implements a simple parser used to transform the Data Stewardship terminology and the Metadata, created in the Task 3.1 of the SSHOC project and published as spreadsheets, into SKOS resources. The parser reads the spreadsheets and transforms the content in SKOS data following a set of mapping rules, the result is stored in two Turtle files.\n", + "This Notebook implements a simple parser used to transform the SSHOC Multilingual Data Stewardship Terminology and the SSHOC Multilingual Metadata, created in the Task 3.1 of the SSHOC project and published as spreadsheets, into SKOS resources. The parser reads the spreadsheets and transforms the content in SKOS data following a set of mapping rules, the result is stored in two Turtle files.\n", "\n" ] }, @@ -84,7 +84,7 @@ "id": "virtual-conducting", "metadata": {}, "source": [ - "Download **Data Stewardship terminology** spreadsheet and show it to check if the operation has been executed correctly" + "Download **Data Stewardship terminology** spreadsheet" ] }, { @@ -121,7 +121,7 @@ "id": "impossible-romantic", "metadata": {}, "source": [ - "Create a graph for the SKOS data and binds the namespaces to it" + "Create a graph for the SKOS data and bind the namespaces to it" ] }, { @@ -161,7 +161,7 @@ { "data": { "text/plain": [ - ")>" + ")>" ] }, "execution_count": 7, @@ -331,7 +331,7 @@ "id": "arabic-buyer", "metadata": {}, "source": [ - "Create a *Turtle* file in the **/data** directory with the SKOS resources for **Data Stewardship terminology** " + "Create a *Turtle* file and an *rdf* file in the **/data** directory with the SKOS resource for the **SSHOC Multilingual Data Stewardship Terminology** " ] }, { @@ -350,7 +350,7 @@ "id": "ruled-america", "metadata": {}, "source": [ - "Download **Metadata** spreadsheet and show it to check if the operation has been executed correctly" + "Download **SSHOC Multilingual Metadata** spreadsheet" ] }, { @@ -384,7 +384,7 @@ "id": "explicit-routine", "metadata": {}, "source": [ - "Create a graph for the SKOS data and binds the namespaces to it" + "Create a graph for the SKOS data and bind the namespaces to it" ] }, { @@ -416,7 +416,7 @@ { "data": { "text/plain": [ - ")>" + ")>" ] }, "execution_count": 15, @@ -456,7 +456,7 @@ "id": "passing-onion", "metadata": {}, "source": [ - "The following cell implements the mapping rules for creating SKOS resources." + "The following cell implements the mapping rules for creating a SKOS resource." ] }, { @@ -534,7 +534,7 @@ "id": "connected-honey", "metadata": {}, "source": [ - "Create a *Turtle* file in the **/data** directory with the SKOS resources for **Metadata** " + "Create a *Turtle* file and an *rdf* file in the **/data** directory with the SKOS resource for **SSHOC Multilingual Metadata** " ] }, {