Versions Compared

Key

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

...

Code Block
languagexml
themeEclipse
title<eventDescriptionSet> / <descriptiveNoteValue>
<!-- Beispiel für Ereignisart "Ausstellung" -->
<lido:event>
    <lido:eventType>
        <lido:conceptID lido:type="http://terminology.lido-schema.org/lido00099">http://terminology.lido-schema.org/lido00225</lido:conceptID>
        <lido:term xml:lang="deu">Ausstellung</lido:term>
    </lido:eventType>
    <lido:eventDescriptionSet>
        <lido:descriptiveNoteValue xml:lang="deu">Anlässlich der 31. Biennale di Venezia erhält Alberto Giacommetti den großen Skulpturenpreis. Zu der hier gezeigten Werkauswahl gehört auch L’Homme qui marche I.       </lido:descriptiveNoteValue>
    </lido:eventDescriptionSet>
</lido:event>
 
<!-- Beispiel für Ereignisart "Zerstörung" -->
<lido:event>
    <lido:eventType>
        <lido:conceptID lido:type="http://terminology.lido-schema.org/lido00099">http://terminology.lido-schema.org/lido00026</lido:conceptID>
        <lido:term xml:lang="deu">Zerstörung (Aktivität)</lido:term>
    </lido:eventType>
    <lido:eventDescriptionSet>
        <lido:descriptiveNoteValue xml:lang="deu">Abtragung bei der Neugestaltung des Hauptmarktes 1855.</lido:descriptiveNoteValue>
</lido:eventDescriptionSet>

...