From 4abd136af332a4f73408976886c6f5ea85110c46 Mon Sep 17 00:00:00 2001
From: David Maus <maus@hab.de>
Date: Mon, 28 May 2018 08:52:24 +0200
Subject: [PATCH] =?UTF-8?q?Verwende=20owl:sameAs=20f=C3=BCr=20Link=20auf?=
 =?UTF-8?q?=20Verfasser=20Emblemontology?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 public/ontology/emblem.rdf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/public/ontology/emblem.rdf b/public/ontology/emblem.rdf
index 9237e7deb..9529db369 100644
--- a/public/ontology/emblem.rdf
+++ b/public/ontology/emblem.rdf
@@ -17,7 +17,8 @@
       </foaf:Person>
     </dct:creator>
     <dct:creator>
-      <foaf:Person rdf:about="https://orcid.org/0000-0001-9292-5673">
+      <foaf:Person>
+        <owl:sameAs rdf:resource="https://orcid.org/0000-0001-9292-5673"/>
         <foaf:name>David Maus</foaf:name>
         <foaf:mbox rdf:resource="mailto:maus@hab.de"/>
       </foaf:Person>
-- 
GitLab