mokko / zml2lido

xslt that transforms Zetcom's xml to LIDO plus some Python glue to make things easy
GNU General Public License v3.0
2 stars 2 forks source link

ICONCLASS Knoten #90

Closed FrankvonHagel closed 1 year ago

FrankvonHagel commented 1 year ago

Es gibt Probleme mit der aktuellen Auszeichnung von ICONCLASS Hast ja alles URL, Literal, Notation:

<lido:conceptID lido:type="URL" lido:source="iconclass">http://iconclass.org/26A</lido:conceptID>
                        <lido:term xml:lang="de">Wolken</lido:term>
                        <lido:term xml:lang="de">26 A</lido:term>

das auseinanderhalten der diversen Angaben ist verwirrend. besser Hast ja alles URL, Literal, Notation:

 <lido:conceptID lido:type="URL" lido:source="iconclass">http://iconclass.org/26A</lido:conceptID>
                        <lido:term xml:lang="de" lido:type="term" lido:source="iconclass">Wolken</lido:term>
                        <lido:term xml:lang="de" lido:type="Notation" lido:source="iconclass">26 A</lido:term>

FRAGE: würdest du die xml:lang bei Type=Notation weglassen?

mokko commented 1 year ago

Das verstehe ich so nicht. VIlleicht können wir auf webex reden. Danke

mokko commented 1 year ago

lido:source="iconclass" sieht redundant aus. Lasse ich auch weg.

mokko commented 1 year ago

So richtig? objId DE-MUS-017018/829489

<lido:subjectConcept>
  <lido:conceptID lido:type="URL" lido:source="iconclass">http://iconclass.org/25F32</lido:conceptID>
  <lido:term xml:lang="de">Singvögel</lido:term>
  <lido:term>25 F 36 (PELICAN)</lido:term>
</lido:subjectConcept>
mokko commented 1 year ago

e5f2e78