From 390af83f635fc4292f18499fa679c12e3c59dab6 Mon Sep 17 00:00:00 2001
From: Lukas Mahler <lukas.mahler@student.tuwien.ac.at>
Date: Mon, 19 Feb 2024 16:48:37 +0100
Subject: [PATCH] add additional reference in metadata

---
 README.md                                        | 13 +++++++------
 resource/1_audio_files/record_metadata.yml       |  6 ++++++
 resource/5_ml_model/ml_model_entity_metadata.yml |  8 ++++++++
 3 files changed, 21 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 1052b11..71105db 100644
--- a/README.md
+++ b/README.md
@@ -32,9 +32,10 @@ Lukas Mahler, https://orcid.org/0000-0002-8985-8139
 
 ## References
 
-| Name                  | Identifier                                                                                 |
-|-----------------------|--------------------------------------------------------------------------------------------|
-| Docker Image on TUWRD | [![DOI](https://researchdata.tuwien.ac.at/badge/DOI/10.48436/f0kah-nnc65.svg)](https://doi.org/10.48436/f0kah-nnc65)|
-| DBRepo Database       | [https://dbrepo1.ec.tuwien.ac.at/pid/34](https://dbrepo1.ec.tuwien.ac.at/pid/34) |
-| TUgitLab              | https://gitlab.tuwien.ac.at/martin.weise/fairnb |
-| Thesis                | [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10679965.svg)](https://doi.org/10.5281/zenodo.10679965)
+| Name                                | Identifier                                                                                 |
+|-------------------------------------|--------------------------------------------------------------------------------------------|
+| Docker Image on TUWRD               | [![DOI](https://researchdata.tuwien.ac.at/badge/DOI/10.48436/f0kah-nnc65.svg)](https://doi.org/10.48436/f0kah-nnc65)|
+| DBRepo Database                     | [https://dbrepo1.ec.tuwien.ac.at/pid/34](https://dbrepo1.ec.tuwien.ac.at/pid/34) |
+| TUgitLab                            | https://gitlab.tuwien.ac.at/martin.weise/fairnb |
+| Thesis                              | [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10679965.svg)](https://doi.org/10.5281/zenodo.10679965)
+| Dataset, created by Aljanaki et al. | https://www2.projects.science.uu.nl/memotion/emotifydata/ |
diff --git a/resource/1_audio_files/record_metadata.yml b/resource/1_audio_files/record_metadata.yml
index dc60b18..902c5c5 100644
--- a/resource/1_audio_files/record_metadata.yml
+++ b/resource/1_audio_files/record_metadata.yml
@@ -35,3 +35,9 @@ metadata:
     resource_type:
       id: software
     scheme: url
+  - identifier: https://dbrepo1.ec.tuwien.ac.at/pid/34
+    relation_type:
+      id: issupplementto
+    resource_type:
+      id: dataset
+    scheme: url
diff --git a/resource/5_ml_model/ml_model_entity_metadata.yml b/resource/5_ml_model/ml_model_entity_metadata.yml
index eecb965..cb8fef0 100644
--- a/resource/5_ml_model/ml_model_entity_metadata.yml
+++ b/resource/5_ml_model/ml_model_entity_metadata.yml
@@ -28,6 +28,14 @@ metadata:
     scheme: url
   resource_type:
     id: software
+  - identifier: https://dbrepo1.ec.tuwien.ac.at/pid/34
+    relation_type:
+      id: issupplementto
+    resource_type:
+      id: dataset
+    scheme: url
+  resource_type:
+    id: software
   rights:
   - id: mit
   title: SVM model for genre classification
-- 
GitLab