pkiraly / qa-catalogue

QA catalogue – a metadata quality assessment tool for library catalogue records (MARC, PICA)
GNU General Public License v3.0
78 stars 17 forks source link

MARC Schema: missing tags #47

Closed jorol closed 6 years ago

jorol commented 6 years ago

Missing tags:

pkiraly commented 6 years ago

There is a model to use those elements, but it requires the publication of local tag definitions. The codebase contains the following non MARC21 namespaces:

So my idea would be that

  1. The custom fields could be defined inside the library
  2. The custom fields could be added arbitrary in a configuration file
jorol commented 6 years ago

Thanks for the information and links. I'm just using marc-schema.json in MARC::Schema. I think I will handle these fields via an enhanced schema definition as you do with the non MARC21 namespaces.