Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

e

Info

Auf dieser Seite werden Vorschläge zur einheitlichen Beschreibung der Rechteinformation von Metadaten der digitalen Dokumente beschrieben und mit Beispielen erläutert.

...

In das MODS- Attribut <accessCondition@type> wird immer "use and reproduction metadata", beziehungsweise "use and reproduction abstract" eingetragen. Auf die Definition eines spezifischen Attributs wurde verzichtet, um eine ähnliches Feld wie in MARC nutzen zu können.

Beispiele

Metadaten

Creative Commons: "CC0 1.0" (Lizenz)

Codeblock
languagexml
titleMODS und eigenes Vokabular
<mods:mods>
	<mods:accessCondition type="use and reproduction metadata" xlink:href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0</accessCondition>
</mods:mods> 

Creative Commons: "CC BY 4.0" (Lizenz)

Codeblock
languagexml
titleMODS und eigenes Vokabular
<mods:mods>
	<mods:accessCondition type="use and reproduction metadata" xlink:href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</accessCondition>
</mods:mods> 

Abstract

Creative Commons: "CC0 1.0" (Lizenz)

Codeblock
languagexml
titleMODS und eigenes Vokabular
<mods:mods>
	<mods:accessCondition type="use and reproduction abstract" xlink:href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0</accessCondition>
</mods:mods> 

Creative Commons: "CC BY 4.0" (Lizenz)

Codeblock
languagexml
titleMODS und eigenes Vokabular
<mods:mods>
	<mods:accessCondition type="use and reproduction abstract" xlink:href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</accessCondition>
</mods:mods> 

...