Skip to content

Commit

Permalink
MARC 856 mistakenly defined as obsolete #541
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Nov 11, 2024
1 parent a0eca8a commit 5e93ee4
Show file tree
Hide file tree
Showing 5 changed files with 601 additions and 73 deletions.
24 changes: 24 additions & 0 deletions avram-schemas/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# MARC metadata schema in Avram compatible JSON

This directory contains the following versions of the MARC21 schema:

* `marc-schema.json` -- MARC21 bibliographic schema as defined by the Library of Congress
* `marc-schema-with-solr.json` -- with Solr field mapping
* `marc-schema-with-solr-and-extensions.json` -- with Solr field mapping and with locally defined fields of the following libraries:

| code | library |
| ---- |---------|
| DNB | Deuthche Nationalbibliothek (Germany) |
| OCLC | OCLC (USA) |
| GENT | Gent University (Belgium) |
| SZTE | Szegedi Tudományegyetem (Hungary) |
| FENNICA | the Fennica catalog of Finnish National Library (Finland) |
| NKCR | National Library of the Czech Republic |
| BL | British Library (United Kingdom) |
| MARC21NO | the MARC21 profile for Norwegian public libraries (Norway) |
| UVA | University of Amsterdam Library (The Netherlands) |
| B3KAT | B3Kat union catalogue of Bibliotheksverbundes Bayern (BVB) and Kooperativen Bibliotheksverbundes Berlin-Brandenburg (KOBV) (Germany) |
| KBR | KBR, the national library of Belgium |
| ZB | Zentralbibliothek Zürich (Switzerland) |
| OGYK | Országygyűlési Könyvtár, Budapest (Hungary) |

To generate these files, run

```bash
Expand Down
Loading

0 comments on commit 5e93ee4

Please sign in to comment.