ilrt / Beyond2022TeiTemplate

Work on creating a template for the TEI/XML that will be used in the Medieval Gold Seam and other seams
2 stars 0 forks source link

Should we use the UK TNA taxonomy? #21

Closed MikeJ1971 closed 3 years ago

MikeJ1971 commented 3 years ago

I extracted the terms used in the TNA taxonomy from the Discovery search form:

https://github.com/ilrt/Beyond2022TeiTemplate/blob/master/taxonomies/tna_discovery.csv

I've included the use of the taxonomy as an example?

     ```
     <textClass>
        <keywords scheme="http://discovery.nationalarchives.gov.uk/">
           <term>Ireland</term>
        </keywords>
     </textClass>
     ```

Should we use it? Will Discovery be incorporating Beyond 2022 data in the future? Are these covered in the Library of Congress subject headings.

crooksp commented 3 years ago

hi Mike,

I have spoken to the Beyond 2022 team and we would like to recommend using FAST LoC headings.

https://fast.oclc.org/searchfast/

Peter

MikeJ1971 commented 3 years ago

Remove the TNA taxonomy from the example.

MikeJ1971 commented 3 years ago

The example has been updated with the taxonomy removed.