From 499630d29e7dfc9c6ce24961ff15dcc78928b0a6 Mon Sep 17 00:00:00 2001 From: David Maus <maus@hab.de> Date: Fri, 24 Feb 2017 09:22:35 +0100 Subject: [PATCH] =?UTF-8?q?Basisdaten=20zum=20Datenkatalog=20erg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/catalog.rdf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 public/catalog.rdf diff --git a/public/catalog.rdf b/public/catalog.rdf new file mode 100644 index 000000000..8e7f4036a --- /dev/null +++ b/public/catalog.rdf @@ -0,0 +1,24 @@ +<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:dcat="http://www.w3.org/TR/vocab-dcat/" + xmlns:dct="http://purl.org/dc/terms/" + xmlns:foaf="http://xmlns.com/foaf/0.1/" + xmlns:org="http://www.w3.org/ns/org#" + xmlns:skos="http://www.w3.org/2004/02/skos/core#"> + + <dcat:Catalog rdf:about="http://uri.hab.de/catalog"> + <dct:title xml:lang="de">Datenkatalog der Herzog Augst Bibliothek Wolfenbüttel</dct:title> + <dct:publisher> + <org:FormalOrganization rdf:about="http://uri.hab.de/instance/organization/habwf"> + <skos:prefLabel>Herzog August Bibliothek Wolfenbüttel</skos:prefLabel> + </org:FormalOrganization> + </dct:publisher> + <dct:license> + <dct:LicenseDocument rdf:about="http://creativecommons.org/publicdomain/zero/1.0/"> + <skos:prefLabel>CC0 1.0 Universal</skos:prefLabel> + </dct:LicenseDocument> + </dct:license> + <dct:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-02-24</dct:created> + <!-- weitere Eigenschaften vgl. http://www.w3.org/TR/vocab-dcat/#class-catalog --> + </dcat:Catalog> + +</rdf:RDF> -- GitLab