Versions Compared

Key

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

...

Code Block
themeEclipse
    <edm:WebResource rdf:about="http://gdz.sub.uni-goettingen.de/content/PPN865484686/800/0/00000005.jpg">
        <dcterms:created>2017</dcterms:created>
        <dc:publisher xml:lang="de">Niedersächsische Staats- und Universitätsbibliothek Göttingen</dc:publisher>
        <edm:rights rdf:resource="http://creativecommons.org/publicdomain/mark/1.0/"/>
        <dc:type rdf:resource="http://ddb.vocnet.org/medientyp/mt002"/>
        <marcrel:fnd xml:lang="de">Deutsche Forschungsgemeinschaft</marcrel:fnd>
    </edm:WebResource>    
    
    <skos:Concept rdf:about="http://ddb.vocnet.org/medientyp/mt002">
        <skos:prefLabel xml:lang="de">Bild</skos:prefLabel>
        <skos:notation>mediatype_002</skos:notation>
    </skos:Concept>

Beschreibung eines Objekts im Medienviewer

Einfache Beschreibung eines Objekts im Medienviewer

Code Block
themeEclipse
    <edm:WebResource rdf:about="http://nbn-resolving.org/urn:nbn:de:bvb:12-sbb00000056-3">
        <dc:publisher xml:lang="de">Staatsbibliothek Bamberg</dc:publisher>
        <edm:rights rdf:resource="http://creativecommons.org/licenses/by-sa/4.0/"/>
        <dc:type rdf:resource="http://ddb.vocnet.org/medientyp/mt003"/>
    </edm:WebResource>
    
    <skos:Concept rdf:about="http://ddb.vocnet.org/medientyp/mt003">
        <skos:prefLabel xml:lang="de">Text</skos:prefLabel>
        <skos:notation>mediatype_003</skos:notation>
    </skos:Concept>    

Beschreibung eines Objekts im Medienviewer, dessen Entstehungsdatum bekannt ist und dessen Digitalisierung durch Drittmittel gefördert wurd

Code Block
themeEclipse
    <edm:WebResource rdf:about="http://resolver.sub.uni-goettingen.de/purl?PPN865484635">
        <dcterms:created>2017</dcterms:created>
        <dc:publisher xml:lang="de">Niedersächsische Staats- und Universtitätsbibliothek Göttingen</dc:publisher>
        <marcrel:fnd xml:lang="de">Deutsche Forschungsgemeinschaft</marcrel:fnd>
        <edm:rights rdf:resource="http://creativecommons.org/publicdomain/mark/1.0/"/>
        <dc:type rdf:resource="http://ddb.vocnet.org/medientyp/mt003"/>               
    </edm:WebResource>
    
    <skos:Concept rdf:about="http://ddb.vocnet.org/medientyp/mt003">
        <skos:prefLabel xml:lang="de">Text</skos:prefLabel>
        <skos:notation>mediatype_003</skos:notation>
    </skos:Concept>