From 842bd7373c0e723b18ebc08770ecd9d32094b5d1 Mon Sep 17 00:00:00 2001
From: David Maus <maus@hab.de>
Date: Fri, 16 Feb 2018 14:22:07 +0100
Subject: [PATCH] =?UTF-8?q?Verwende=20owl:sameAs=20f=C3=BCr=20Lizenzdokume?=
 =?UTF-8?q?nt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/public/instance/catalog.rdf b/public/instance/catalog.rdf
index 36348b7ab..e34e45ced 100644
--- a/public/instance/catalog.rdf
+++ b/public/instance/catalog.rdf
@@ -14,7 +14,8 @@
       </org:FormalOrganization>
     </dct:publisher>
     <dct:license>
-      <dct:LicenseDocument rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+      <dct:LicenseDocument>
+        <owl:sameAs rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/"/>
         <skos:prefLabel>CC0 1.0 Universal</skos:prefLabel>
       </dct:LicenseDocument>
     </dct:license>
-- 
GitLab