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

Vocmap, die Zukunft von #57

Open mokko opened 2 years ago

mokko commented 2 years ago

1.Format präzisieren und ungenaue Zuordnungen zulassen.

Jetzt ist das Format folgendermaßen:

<concept>
    <source lang="de">Bluse</source>
    <target name="aatUri">http://vocab.getty.edu/aat/300046133</target>
    <target name="fashionUri">http://thesaurus.europeanafashion.eu/thesaurus/10018</target>
</concept> 

Dann muss es demnächst so aussehen:

<concept>
    <source lang="de">Bluse</source>
    <target name="aatUri">http://vocab.getty.edu/aat/300046133</target>
    <target relation="exactMatch" name="fashionUri">http://thesaurus.europeanafashion.eu/thesaurus/10018</target>
</concept>

ExactMatch dürfte default sein, also weg zu lassen.

  1. Neues Format in Zml2lido implementieren.

  2. ExcelTool bauen Dann würde ich wohl noch ein Tool bauen, um die Datei in Excel zu bearbeiten, statt XML per Hand zu schreiben.

Relations

Weitere?

  1. Und dann könnte man noch erwägen, ob man was automatisch importiert. Z.B. alle gnd Begriffe oder so etwas.
mokko commented 2 years ago

Ich finde nicht, wie man ungenaue Begriffe in Lido 1.0 darstellt.

mokko commented 2 years ago

@FrankvonHagel, wie stellt Lido 1.0 die Beziehungen narrower, broader etc. dar?