Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add TONE and NySMAC collections #241

Merged
merged 1 commit into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/ch04-md-contrvocabs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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).

|=======================================================================

<<collection>>
Expand Down
15 changes: 14 additions & 1 deletion thesauri/mmd-vocabulary.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -1071,8 +1071,9 @@
a skos:Collection, isothes:ConceptGroup ;
skos:inScheme <https://vocab.met.no/mmd>;
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 <https://vocab.met.no/mmd/Collection_Keywords/CC>, <https://vocab.met.no/mmd/Collection_Keywords/NMAP>, <https://vocab.met.no/mmd/Collection_Keywords/ADC>, <https://vocab.met.no/mmd/Collection_Keywords/GCW>, <https://vocab.met.no/mmd/Collection_Keywords/NMDC>, <https://vocab.met.no/mmd/Collection_Keywords/SIOS>, <https://vocab.met.no/mmd/Collection_Keywords/NSDN>, <https://vocab.met.no/mmd/Collection_Keywords/DOKI>, <https://vocab.met.no/mmd/Collection_Keywords/DAM>, <https://vocab.met.no/mmd/Collection_Keywords/ACCESS>, <https://vocab.met.no/mmd/Collection_Keywords/NBS>, <https://vocab.met.no/mmd/Collection_Keywords/APPL>, <https://vocab.met.no/mmd/Collection_Keywords/YOPP>, <https://vocab.met.no/mmd/Collection_Keywords/METNCS>, <https://vocab.met.no/mmd/Collection_Keywords/SESS2018>, <https://vocab.met.no/mmd/Collection_Keywords/SESS2019>, <https://vocab.met.no/mmd/Collection_Keywords/SESS2020>, <https://vocab.met.no/mmd/Collection_Keywords/SESS2022>, <https://vocab.met.no/mmd/Collection_Keywords/SIOSCD>, <https://vocab.met.no/mmd/Collection_Keywords/SIOSAP>, <https://vocab.met.no/mmd/Collection_Keywords/SIOSIN>, <https://vocab.met.no/mmd/Collection_Keywords/CVL>, <https://vocab.met.no/mmd/Collection_Keywords/AeN> .
skos:member <https://vocab.met.no/mmd/Collection_Keywords/CC>, <https://vocab.met.no/mmd/Collection_Keywords/NMAP>, <https://vocab.met.no/mmd/Collection_Keywords/ADC>, <https://vocab.met.no/mmd/Collection_Keywords/GCW>, <https://vocab.met.no/mmd/Collection_Keywords/NMDC>, <https://vocab.met.no/mmd/Collection_Keywords/SIOS>, <https://vocab.met.no/mmd/Collection_Keywords/NSDN>, <https://vocab.met.no/mmd/Collection_Keywords/DOKI>, <https://vocab.met.no/mmd/Collection_Keywords/DAM>, <https://vocab.met.no/mmd/Collection_Keywords/ACCESS>, <https://vocab.met.no/mmd/Collection_Keywords/NBS>, <https://vocab.met.no/mmd/Collection_Keywords/APPL>, <https://vocab.met.no/mmd/Collection_Keywords/YOPP>, <https://vocab.met.no/mmd/Collection_Keywords/METNCS>, <https://vocab.met.no/mmd/Collection_Keywords/SESS2018>, <https://vocab.met.no/mmd/Collection_Keywords/SESS2019>, <https://vocab.met.no/mmd/Collection_Keywords/SESS2020>, <https://vocab.met.no/mmd/Collection_Keywords/SESS2022>, <https://vocab.met.no/mmd/Collection_Keywords/SIOSCD>, <https://vocab.met.no/mmd/Collection_Keywords/SIOSAP>, <https://vocab.met.no/mmd/Collection_Keywords/SIOSIN>, <https://vocab.met.no/mmd/Collection_Keywords/CVL>, <https://vocab.met.no/mmd/Collection_Keywords/AeN>, <https://vocab.met.no/mmd/Collection_Keywords/TONE>, <https://vocab.met.no/mmd/Collection_Keywords/NySMAC> .

<https://vocab.met.no/mmd/Collection_Keywords/CC>
a skos:Concept ;
Expand Down Expand Up @@ -1198,6 +1199,18 @@
rdfs:seeAlso <https://arvenetternansen.com/> ;
skos:definition "Datasets from the Arven etter Nansen Project."@en .

<https://vocab.met.no/mmd/Collection_Keywords/TONE>
a skos:Concept ;
skos:prefLabel "TONE"@en ;
rdfs:seeAlso <https://www.npolar.no/en/tone/> ;
skos:definition "Datasets from the Troll Observing Network in Antarctica."@en .

<https://vocab.met.no/mmd/Collection_Keywords/NySMAC>
a skos:Concept ;
skos:prefLabel "NySMAC"@en ;
rdfs:seeAlso <https://nyalesundresearch.no/nysmac/> ;
skos:definition "Datasets from Ny-Ålesund in the context of NySMAC (Ny-Ålesund Science Managers Committee)."@en .


<https://vocab.met.no/mmd/Instrument_Modes>
a skos:Collection, <http://purl.org/iso25964/skos-thes#ConceptGroup> ;
Expand Down
17 changes: 17 additions & 0 deletions thesauri/mmd-vocabulary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1414,6 +1414,7 @@
<rdf:type rdf:resource="http://purl.org/iso25964/skos-thes#ConceptGroup"/>
<skos:inScheme rdf:resource="https://vocab.met.no/mmd"/>
<skos:prefLabel xml:lang="en">Collection Keywords</skos:prefLabel>
<skos:changeNote xml:lang="en">2024-02-21, Added Concept \"TONE\" and \"NySMAC\" in collection</skos:changeNote>
<skos:definition xml:lang="en">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.</skos:definition>
<skos:member>
<skos:Concept rdf:about="https://vocab.met.no/mmd/Collection_Keywords/CC">
Expand Down Expand Up @@ -1585,6 +1586,22 @@
</skos:Concept>
</skos:member>

<skos:member>
<skos:Concept rdf:about="https://vocab.met.no/mmd/Collection_Keywords/TONE">
<skos:prefLabel xml:lang="en">TONE</skos:prefLabel>
<rdfs:seeAlso rdf:resource="https://www.npolar.no/en/tone/"/>
<skos:definition xml:lang="en">Datasets from the Troll Observing Network in Antarctica.</skos:definition>
</skos:Concept>
</skos:member>

<skos:member>
<skos:Concept rdf:about="https://vocab.met.no/mmd/Collection_Keywords/NySMAC">
<skos:prefLabel xml:lang="en">NySMAC</skos:prefLabel>
<rdfs:seeAlso rdf:resource="https://nyalesundresearch.no/nysmac/"/>
<skos:definition xml:lang="en">Datasets from Ny-Ålesund in the context of NySMAC (Ny-Ålesund Science Managers Committee).</skos:definition>
</skos:Concept>
</skos:member>

</skos:Collection>

<skos:Collection rdf:about="https://vocab.met.no/mmd/Instrument_Modes">
Expand Down
2 changes: 2 additions & 0 deletions xsd/mmd.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,8 @@
<xs:enumeration value="SIOSIN"></xs:enumeration>
<xs:enumeration value="CVL"></xs:enumeration>
<xs:enumeration value="AeN"></xs:enumeration>
<xs:enumeration value="TONE"></xs:enumeration>
<xs:enumeration value="NySMAC"></xs:enumeration>
</xs:restriction>
</xs:simpleType>

Expand Down
2 changes: 2 additions & 0 deletions xsd/mmd_strict.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,8 @@
<xs:enumeration value="SIOSIN"></xs:enumeration>
<xs:enumeration value="CVL"></xs:enumeration>
<xs:enumeration value="AeN"></xs:enumeration>
<xs:enumeration value="TONE"></xs:enumeration>
<xs:enumeration value="NySMAC"></xs:enumeration>
</xs:restriction>
</xs:simpleType>

Expand Down