From 8ee55582dcaaff9c212eb167c24d89c8f5a4e4c0 Mon Sep 17 00:00:00 2001 From: David Maus <maus@hab.de> Date: Thu, 23 Feb 2017 08:47:28 +0100 Subject: [PATCH] =?UTF-8?q?Datentyp=20f=C3=BCr=20Signaturen=20erg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/ontology/diglib-types.rdf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/ontology/diglib-types.rdf b/public/ontology/diglib-types.rdf index 2950a3944..806115ee7 100644 --- a/public/ontology/diglib-types.rdf +++ b/public/ontology/diglib-types.rdf @@ -31,4 +31,10 @@ <skos:prefLabel>VD17</skos:prefLabel> </rdfs:Datatype> + <rdfs:Datatype rdf:about="http://uri.hab.de/ontology/diglib-types#Shelfmark"> + <rdfs:label xml:lang="en">Shelfmark</rdfs:label> + <rdfs:label xml:lang="de">Signatur</rdfs:label> + <skos:prefLabel>HAB Wolfenbüttel</skos:prefLabel> + </rdfs:Datatype> + </rdf:RDF> -- GitLab