From 6defe8c5ffd5a055c37cb6265519d69cb082ce04 Mon Sep 17 00:00:00 2001 From: David Maus <maus@hab.de> Date: Wed, 28 Feb 2018 14:20:10 +0100 Subject: [PATCH] =?UTF-8?q?Erg=C3=A4nze=20Metadaten=20f=C3=BCr=20Diglib=20?= =?UTF-8?q?Datentypen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/ontology/diglib-types.rdf | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/public/ontology/diglib-types.rdf b/public/ontology/diglib-types.rdf index abef52735..a1eddb0dc 100644 --- a/public/ontology/diglib-types.rdf +++ b/public/ontology/diglib-types.rdf @@ -1,7 +1,27 @@ <?xml version="1.0" encoding="utf-8"?> -<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" +<rdf:RDF xmlns:dct="http://purl.org/dc/terms/" + xmlns:foaf="http://xmlns.com/foaf/0.1/" + 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#"> + + <rdf:Description rdf:about="http://uri.hab.de/ontology/diglib-types"> + <skos:prefLabel xml:lang="de">Datentypen der Wolfenbütteler Digitalen Bibliothek</skos:prefLabel> + <dct:publisher> + <foaf:Organization rdf:about="http://uri.hab.de/instance/organization/habwf"> + <rdfs:label>Herzog August Bibliothek Wolfenbüttel</rdfs:label> + </foaf:Organization> + </dct:publisher> + <dct:license> + <dct:LicenseDocument> + <owl:sameAs rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/"/> + <rdfs:label>CC0 1.0 Universal</rdfs:label> + </dct:LicenseDocument> + </dct:license> + <dct:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2018-02-20</dct:modified> + <dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-06-23</dct:created> + </rdf:Description> <rdfs:Datatype rdf:about="http://uri.hab.de/ontology/diglib-types#ISIL"> <rdfs:label xml:lang="en">International Standard Identifier for Libraries and Related Organisations</rdfs:label> -- GitLab