From 23a528b054ae5446602dbe0d2e24dc9a64ea7d01 Mon Sep 17 00:00:00 2001 From: David Maus <maus@hab.de> Date: Tue, 20 Feb 2018 10:42:11 +0100 Subject: [PATCH] =?UTF-8?q?rdfs:Class=20f=C3=BCr=20Gesamtwerk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/ontology/diglib-struct.rdf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/ontology/diglib-struct.rdf b/public/ontology/diglib-struct.rdf index 13f296ae0..dfd982003 100644 --- a/public/ontology/diglib-struct.rdf +++ b/public/ontology/diglib-struct.rdf @@ -169,4 +169,7 @@ <rdfs:Class rdf:about="http://uri.hab.de/ontology/diglib-struct#physSequence"> <rdfs:label xml:lang="de">Seiten</rdfs:label> </rdfs:Class> + <rdfs:Class rdf:about="http://uri.hab.de/ontology/diglib-struct#Monograph"> + <rdfs:label xml:lang="de">Werk</rdfs:label> + </rdfs:Class> </rdf:RDF> -- GitLab