From 27c250bbcb5a2472475d2ee016c6f11babb256fe Mon Sep 17 00:00:00 2001 From: Robin Vobruba Date: Mon, 6 May 2024 15:28:54 +0100 Subject: [PATCH] ont: Improves linking to creators [fix] --- OKH-LOSH.ttl | 7 +++++-- OTRL.ttl | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/OKH-LOSH.ttl b/OKH-LOSH.ttl index 9f75a6f0..1519eaf5 100644 --- a/OKH-LOSH.ttl +++ b/OKH-LOSH.ttl @@ -6,6 +6,7 @@ @prefix epo: . @prefix npg: . @prefix obo: . +@prefix orcid: . @prefix otrl: . @prefix owl: . @prefix rdf: . @@ -44,8 +45,10 @@ not *one of them*. You may think of this as an `AND` coupling. We want the *one of them* meaning though (`OR`). The `schema:*` properties give us just that."""@en ; - dcterms:creator "Martin Häuer " ; # TODO This should linnk to a separate object; it should not be a string - dcterms:creator "Robin Vobruba " ; # TODO This should linnk to a separate object; it should not be a string + dce:creator "Martin Häuer " ; + dcterms:creator orcid:0000-0002-1611-7129 ; + dce:creator "Robin Vobruba " ; + dcterms:creator orcid:0009-0004-3559-6542 ; dcterms:license ; cc:license ; spdxt:ListedLicense "GPL-3.0-or-later" ; diff --git a/OTRL.ttl b/OTRL.ttl index 127e93d4..b019da31 100644 --- a/OTRL.ttl +++ b/OTRL.ttl @@ -3,6 +3,7 @@ @prefix cc: . @prefix dce: . @prefix dcterms: . +@prefix orcid: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @@ -40,8 +41,10 @@ not *one of them*. You may think of this as an `AND` coupling. We want the *one of them* meaning though (`OR`). The `schema:*` properties give us just that."""@en ; - dcterms:creator "Martin Häuer " ; # TODO This should linnk to a separate object; it should not be a string - dcterms:creator "Robin Vobruba " ; # TODO This should linnk to a separate object; it should not be a string + dce:creator "Martin Häuer " ; + dcterms:creator orcid:0000-0002-1611-7129 ; + dce:creator "Robin Vobruba " ; + dcterms:creator orcid:0009-0004-3559-6542 ; dcterms:license ; cc:license ; spdxt:ListedLicense "GPL-3.0-or-later" ;