Skip to content
Snippets Groups Projects
Commit f6728eb8 authored by David Maus's avatar David Maus
Browse files

Initialer Commit

parents
No related branches found
No related tags found
No related merge requests found
RewriteEngine On
RewriteBase /
RewriteCond e:/hosting/development/2016/uri.hab.de/public/$1.rdf -f
RewriteRule ^(.*)$ $1.rdf [R=303]
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:org="http://www.w3.org/ns/org#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#">
<org:FormalOrganization rdf:about="http://uri.hab.de/instance/organization/habwf">
<skos:prefLabel>Herzog August Bibliothek Wolfenbüttel</skos:prefLabel>
<foaf:homepage rdf:resource="http://www.hab.de"/>
<owl:sameAs rdf:resource="http://d-nb.info/gnd/8989-8"/>
<owl:sameAs rdf:resource="http://lobid.org/organisation/DE-23"/>
<owl:sameAs rdf:resource="http://ld.zdb-services.de/resource/organisations/DE-23"/>
<org:identifier rdf:datatype="http://uri.hab.de/ontology/diglib-types#ISIL">DE-23</org:identifier>
</org:FormalOrganization>
</rdf:RDF>
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF 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#">
<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>
<rdfs:label xml:lang="de">Bibliothekssigel</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/International_Standard_Identifier_for_Libraries_and_Related_Organizations"/>
<skos:prefLabel>ISIL</skos:prefLabel>
</rdfs:Datatype>
<rdfs:Datatype rdf:about="http://uri.hab.de/ontology/diglib-types#Iconclass">
<rdfs:label xml:lang="en">Iconclass Classification Code</rdfs:label>
<rdfs:label xml:lang="de">Iconclass-Klassifikationscode</rdfs:label>
<rdfs:seeAlso rdf:resource="https://en.wikipedia.org/wiki/Iconclass"/>
<skos:prefLabel>ICONCLASS</skos:prefLabel>
</rdfs:Datatype>
</rdf:RDF>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment