Versions Compared

Key

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

...

LIDO Elementname

<recordID>

Elementpfad

/lidoWrap/lido/administrativeMetadata/recordWrap/recordID

Attribute

type (verpflichtend)

Definition

Element mit einer eindeutigen/permanenten ID eines des Datensatzes aus einem dem (lokalen) System eines des Datenpartners.

Anmerkung

Das Element muss genau einmal vorkommen. 

Verpflichtungsgrad

Pflicht

Wiederholbar

Nein

Datentyp

Text

Werte

Das Attribut type enthält den Wert http://terminology.lido-schema.org/lido00100 (= Lokaler Identifikator).

...

Code Block
languagexml
themeEclipse
title<recordRights> / <rightsType> / <conceptID>
<!-- Ohne Nennung Rechteinhaber*in -->

<lido:recordWrap>
	<lido:recordRights>
		<lido:rightsType>
			<lido:conceptID lido:type="http://terminology.lido-schema.org/lido00099">https://creativecommons.org/publicdomain/zero/1.0/</lido:conceptID>
			<lido:term>CC0</lido:term>
		</lido:rightsType>
	</lido:recordRights>
</lido:recordWrap>
 
 
<!-- Mit Nennung Rechteinhaber*in -->
 
<lido:recordWrap>
	<lido:recordRights>
   		<lido:rightsType>
       		<lido:conceptID lido:type="http://terminology.lido-schema.org/lido00099">https://creativecommons.org/licenses/by-nc-sa/4.0/</lido:conceptID>
       		<lido:term>CC BY-NC-SA 4.0</lido:term>
   		</lido:rightsType>
   		<lido:rightsHolder>
       		<lido_legalBodyID lido:type="http://terminology.lido-schema.org/lido00099" lido:source="ISIL (ISO 15511)">https://ld.zdb-services.de/resource/organisations/DE-MUS-031316</lido:legalBodyID>
       		<lido:legalBodyName>
           		<lido:appellationValue xml:lang="deu">Städtische Museen Calw</lido:appellationValue>
       		</lido:legalBodyName>
   		</lido:rightsHolder>
	</lido:recordRights>
</lido:recordWrap>

...

LIDO Elementname

<recordInfoSet> / <recordMetadataDate>

Elementpfad

/lidoWrap/lido/administrativeMetadata/recordWrap/recordInfoSet/recordMetadataDate

Attribute

type (verpflichtend) (warning)

Definition

Datum und Uhrzeit der Erstellung der Präsentations- oder Serviceinformationen im LIDO-Format

Anmerkung

Zeitstempel in Form einer normierten Datums-,  Uhrzeits- und Zeitzonenangabe in Bezug auf den Objektdatensatz für den Zeitpunkt der Erzeugung des LIDO-Formats. Empfohlen wird der ISO 8601-Standard.

Anwendung

Anzeige (geplant)

Empfehlung

Ja

Verpflichtungsgrad

Empfohlen

Wiederholbar

Nein

Datentyp

Text (kontrolliertes Format)

Werte

Das Attribut type enthält den Wert http://terminology.lido-schema.org/lido00472 (= erstellt/created). Im Attribut type des Elements <recordInfoSet> steht zudem der Wert http://terminology.lido-schema.org/lido00470 (= LIDO record)

...