From 7dbffe5e8ca363e9ec5494a6c262cae30419f6f1 Mon Sep 17 00:00:00 2001
From: David Maus <maus@hab.de>
Date: Mon, 28 May 2018 09:18:30 +0200
Subject: [PATCH] =?UTF-8?q?VANN=20f=C3=BCr=20Emblemontologie?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

VANN: A vocabulary for annotating vocabulary descriptions
http://vocab.org/vann/
---
 public/ontology/emblem.rdf | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/public/ontology/emblem.rdf b/public/ontology/emblem.rdf
index 1f7fb9802..049202699 100644
--- a/public/ontology/emblem.rdf
+++ b/public/ontology/emblem.rdf
@@ -5,7 +5,8 @@
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
-    xmlns:skos="http://www.w3.org/2004/02/skos/core#">
+    xmlns:skos="http://www.w3.org/2004/02/skos/core#"
+    xmlns:vann="http://purl.org/vocab/vann/">
 
   <rdf:Description rdf:about="http://uri.hab.de/ontology/emblem">
     <dct:title xml:lang="en">Wolfenbüttel Core Emblem Ontology</dct:title>
@@ -72,6 +73,9 @@
         <skos:prefLabel xml:lang="de">Emblematik &lt;Emblemliteratur&gt;</skos:prefLabel>
       </skos:Concept>
     </dct:subject>
+    <vann:preferredNamespacePrefix>emblem</vann:preferredNamespacePrefix>
+    <vann:preferredNamespaceUri>http://uri.hab.de/ontology/emblem#</vann:preferredNamespaceUri>
+    <vann:example rdf:resource="http://uri.hab.de/instance/emblem/E018850"/>
   </rdf:Description>
 
   <rdfs:Class rdf:about="http://uri.hab.de/ontology/emblem#Emblem">
-- 
GitLab