diff --git a/doc/ch04-md-contrvocabs.adoc b/doc/ch04-md-contrvocabs.adoc index 8f0498a..544f593 100644 --- a/doc/ch04-md-contrvocabs.adoc +++ b/doc/ch04-md-contrvocabs.adoc @@ -64,6 +64,10 @@ data. This is primarily Sentinel datasets. |AeN |Datasets from the Arven etter Nansen Project. +|TONE |Datasets from the Troll Observing Network in Antarctica. + +|NySMAC |Datasets from Ny-Ålesund in the context of NySMAC (Ny-Ålesund Science Managers Committee). + |======================================================================= <> diff --git a/thesauri/mmd-vocabulary.ttl b/thesauri/mmd-vocabulary.ttl index 0bf89e9..479ec40 100644 --- a/thesauri/mmd-vocabulary.ttl +++ b/thesauri/mmd-vocabulary.ttl @@ -1071,8 +1071,9 @@ a skos:Collection, isothes:ConceptGroup ; skos:inScheme ; skos:prefLabel "Collection Keywords"@en ; + skos:changeNote "2024-02-21, Added Concept \"TONE\" and \"NySMAC\" in collection"@en ; skos:definition "The purpose of this vocabulary is to identify which collection a dataset belong to. This is used to identify sets when serving metadata through e.g. OAI-PMH or to identify which data to present in e.g. a project specific portal when all metadata records are in the same repository."@en ; - skos:member , , , , , , , , , , , , , , , , , , , , , , . + skos:member , , , , , , , , , , , , , , , , , , , , , , , , . a skos:Concept ; @@ -1198,6 +1199,18 @@ rdfs:seeAlso ; skos:definition "Datasets from the Arven etter Nansen Project."@en . + + a skos:Concept ; + skos:prefLabel "TONE"@en ; + rdfs:seeAlso ; + skos:definition "Datasets from the Troll Observing Network in Antarctica."@en . + + + a skos:Concept ; + skos:prefLabel "NySMAC"@en ; + rdfs:seeAlso ; + skos:definition "Datasets from Ny-Ålesund in the context of NySMAC (Ny-Ålesund Science Managers Committee)."@en . + a skos:Collection, ; diff --git a/thesauri/mmd-vocabulary.xml b/thesauri/mmd-vocabulary.xml index a5acb16..9083d5f 100644 --- a/thesauri/mmd-vocabulary.xml +++ b/thesauri/mmd-vocabulary.xml @@ -1414,6 +1414,7 @@ Collection Keywords + 2024-02-21, Added Concept \"TONE\" and \"NySMAC\" in collection The purpose of this vocabulary is to identify which collection a dataset belong to. This is used to identify sets when serving metadata through e.g. OAI-PMH or to identify which data to present in e.g. a project specific portal when all metadata records are in the same repository. @@ -1585,6 +1586,22 @@ + + + TONE + + Datasets from the Troll Observing Network in Antarctica. + + + + + + NySMAC + + Datasets from Ny-Ålesund in the context of NySMAC (Ny-Ålesund Science Managers Committee). + + + diff --git a/xsd/mmd.xsd b/xsd/mmd.xsd index 251a69c..fe66f51 100644 --- a/xsd/mmd.xsd +++ b/xsd/mmd.xsd @@ -427,6 +427,8 @@ + + diff --git a/xsd/mmd_strict.xsd b/xsd/mmd_strict.xsd index 1c6d164..d635e14 100644 --- a/xsd/mmd_strict.xsd +++ b/xsd/mmd_strict.xsd @@ -451,6 +451,8 @@ + +