Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Einfache Beschreibung des Datengebers

Code Block
languagexml
themeEclipse
    <edm:Agent rdf:about="http://ld.zdb-services.de/resource/organisations/DE-7">
        <skos:prefLabel xml:lang="de">Niedersächsische Staats- und Universitätsbibliothek Göttingen</skos:prefLabel>
        <rdf:type rdf:resource="http://ddb.vocnet.org/sparte/sparte002"/>
    </edm:Agent>
    
    <skos:Concept rdf:about="http://ddb.vocnet.org/sparte/sparte002">
        <skos:notation>sec_02</skos:notation>
        <skos:prefLabel xml:lang="de">Bibliothek</skos:prefLabel>
    </skos:Concept>

Einfache Beschreibung  mit Link in die GND

Code Block
languagexml
themeEclipse
    <edm:Agent rdf:about="http://ld.zdb-services.de/resource/organisations/DE-22">
        <skos:prefLabel xml:lang="de">Staatsbibliothek Bamberg</skos:prefLabel>
        <rdf:type rdf:resource="http://ddb.vocnet.org/sparte/sparte002"/>
        <owl:sameAs rdf:resource="http://d-nb.info/gnd/2022477-1"/>
    </edm:Agent>
    
    <skos:Concept rdf:about="http://ddb.vocnet.org/sparte/sparte002">
        <skos:notation>sec_02</skos:notation>
        <skos:prefLabel xml:lang="de">Bibliothek</skos:prefLabel>
    </skos:Concept>   

Ausführliche Beschreibung des Datengebers

Code Block
languagexml
themeEclipse
    <edm:Agent rdf:about="http://ld.zdb-services.de/resource/organisations/DE-MUS-069821">
        <skos:prefLabel xml:lang="de">Diplomatischer Apparat der Georg-August-Universität Göttingen</skos:prefLabel>
        <skos:altLabel xml:lang="de">Universität Göttingen, Apparatus diplomaticus</skos:altLabel>
        <edm:begin>1759</edm:begin>
        <skos:note xml:lang="de">Der Diplomatische Apparat (Apparatus diplomaticus) ist eine wissenschaftliche Einrichtung der Philosophischen Fakultät. Er umfasst eine beispiellose Sammlung von weit mehr als 			tausend Schriftzeugnissen aus Spätantike, Mittelalter und Früher Neuzeit, abgefasst in verschiedensten, insbesondere alten und außereuropäischen Sprachen (u.a. Latein, Mitteldeutsch, Altgriechisch, Hebräisch, Arabisch, Persisch, Türkisch, Tamilisch, Singhalesisch). Schon in der Gründerzeit der Universität, existierte ein didaktisch ausgerichtetes „Diplomatisches Cabinet“, das seit 1759 der Diplomatik, der Lehre zur Erschließung und Erforschung von Urkunden, diente, aber auch Handschriften, Siegel und Kupferstich-Reproduktionen barg. Noch im heutigen, 1802 angelegten Apparat bilden Papst-, Kaiser-, Königs- sowie geistliche, dynastische, städtische und bürgerliche Privaturkunden den Grundbestand.</skos:note>
        <rdf:type rdf:resource="http://ddb.vocnet.org/sparte/sparte004"/>
        <owl:sameAs>http://d-nb.info/gnd/110879159X</owl:sameAs>
    </edm:Agent>
    
    <skos:Concept rdf:about="http://ddb.vocnet.org/sparte/sparte004">
        <skos:notation>sec_04</skos:notation>
        <skos:prefLabel xml:lang="de">Forschung</skos:prefLabel>
    </skos:Concept>   

Beschreibung eines Aggregators

Code Block
languagexml
themeEclipse
    <edm:Agent rdf:about="https://www.deutsche-digitale-bibliothek.de/organization/NNMAKUTYVGHBSYG26LXD2YOMZX7MN7OS">
        <skos:prefLabel xml:lang="de">bavarikon</skos:prefLabel>
        <skos:altLabel xml:lang="de">Kultur und Wissensschätze Bayerns</skos:altLabel>
    </edm:Agent>

...

GND-URI ist vorhanden

Code Block
languagexml
themeEclipse
    <edm:Agent rdf:about="http://d-nb.info/gnd/1056162341">
        <skos:prefLabel xml:lang="de">Preuer, Joseph</skos:prefLabel>
    </edm:Agent>  


Code Block
languagexml
themeEclipse
     <edm:Agent rdf:about="https://d-nb.info/gnd/118528823">       
        <skos:prefLabel xml:lang="de">Eckhart, Meister</skos:prefLabel>
    </edm:Agent>  

Einfache Beschreibung wenn kein GND-URI vorhanden ist

Code Block
languagexml
themeEclipse
    <edm:Agent rdf:about="record_MCB_AGG_06_costumedesign1">
        <skos:prefLabel xml:lang="de">Obert,Beatriz</skos:prefLabel>        
    </edm:Agent>

Erweiterte Beschreibung wenn kein GND-URI vorhanden ist

Code Block
languagexml
themeEclipse
    <edm:Agent rdf:about="record_MCB_AGG_06_performer1">
        <skos:prefLabel xml:lang="de">Schmidt, Lisa</skos:prefLabel>
        <skos:note xml:lang="de">Choreographin, Theaterwissenschaftlerin, Tänzerin unter anderem bei Trisha Brown.</skos:note>
    </edm:Agent>

Daten werden aus einer anderen Normdatei (nicht GND) übernommen

Code Block
languagexml
themeEclipse
    <edm:Agent rdf:about="http://vocab.getty.edu/page/ulan/500100815">
        <skos:prefLabel xml:lang="de">Mueller, Herman Carl</skos:prefLabel>
        <rdaGr2:dateOfBirth>1854</rdaGr2:dateOfBirth>
        <rdaGr2:dateOfDeath>1941</rdaGr2:dateOfDeath>
        <skos:note>American ceramicist</skos:note>
    </edm:Agent>

Beschreibung einer Körperschaft, die an einem Werk beteiligt ist oder Thema des Werkes ist

Code Block
languagexml
themeEclipse
    <edm:Agent rdf:about="https://d-nb.info/gnd/2174166-9">
        <skos:prefLabel xml:lang="de">Tanzfabrik Berlin</skos:prefLabel>
    </edm:Agent>

...