Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow keywords in textClass #75

Open
burki opened this issue Oct 21, 2019 · 0 comments
Open

Allow keywords in textClass #75

burki opened this issue Oct 21, 2019 · 0 comments

Comments

@burki
Copy link
Collaborator

burki commented Oct 21, 2019

Currently, /TEI/teiHeader/profileDesc/textClass only allows the classCode tag mainly used for the DTA-specific classification of the Genre and a DWDS-specific classification (http://www.deutschestextarchiv.de/doku/klassifikation).

In order to use different classification schemes such as GND or LCSH, adding keywords / term as in https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-keywords.html might be helpful:

    <textClass>
      <keywords>
        <term ref="http://d-nb.info/gnd/4015656-4">Eugenik</term>
      </keywords>
    </textClass>

With classCode only, due to the lack of att.canonical (key, ref) on this element, it seems hard to record both the URI as well as the label without introducing project specific conventions such as for example <classCode scheme="...">Eugenik [http://d-nb.info/gnd/4015656-4]</classCode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants