Definition

Siehe: [Entwurf] Rechteinformation für Metadaten und Abstract für ausführliche Informationen und Empfehlungen.

Empfehlung

Für die Angabe, welche Rechteinformation für das Abstract eines digitalen Dokuments gelten, empfehlen wir die Verwendung der folgenden Elemente aus MODS:

<accessCondition>

In das MODS-Element <accessCondition> (https://www.loc.gov/standards/mods/userguide/accesscondition.html) wird zur Beschreibung der Rechteinformation für das Abstract immer die offizielle Benennung des Vokabulars der Rechteinformation für das Abstract eingetragen (Vergleiche: Rechtehinweis/Lizenz (Empfehlung 2.0)). Das MODS-Element wird durch folgende MODS-Attribute spezifiziert.

<accessCondition@xlink:href>

In das MODS-Attribut <accessCondition@xlink:href> wird zur Beschreibung der Rechteinformation für das Abstract immer der URI der Rechteinformation für das Abstract eingetragen. 

<accessCondition@type>

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

Beispiele

Creative Commons: "CC0 1.0" (Lizenz)

<mods:mods>
	<mods:accessCondition type="use and reproduction abstract" xlink:href="http://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0</accessCondition>
</mods:mods> 

Creative Commons: "CC BY 4.0" (Lizenz)

<mods:mods>
	<mods:accessCondition type="use and reproduction abstract" xlink:href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</accessCondition>
</mods:mods>