diff --git a/pom.xml b/pom.xml index d6c6ef014..3108a2a74 100644 --- a/pom.xml +++ b/pom.xml @@ -188,7 +188,7 @@ org.xerial sqlite-jdbc - 3.43.0.0 + 3.43.2.1 diff --git a/src/main/resources/pica/README.md b/src/main/resources/pica/README.md index 671d84d08..7bad7624f 100644 --- a/src/main/resources/pica/README.md +++ b/src/main/resources/pica/README.md @@ -1,5 +1,8 @@ The list of PICA schemas -- avram-k10plus.json -- avram-k10plus-title.json -- pica-marc.tsv -- mapping of PICA to MARC -- vocabularies.json - list and properties of the vocabularies used by K10plus \ No newline at end of file + +- `avram-k10plus.json` +- `avram-k10plus-title.json` (update with `update-avram-k10plus-title.sh`) +- `pica-marc.tsv`: mapping of PICA to MARC +- `vocabularies.json`: list and properties of the vocabularies used by K10plus. +- `k10plus-subjects.tsv` (Update with `update-avram-k10plus-subjects.sh`) + diff --git a/src/main/resources/pica/avram-k10plus-title.json b/src/main/resources/pica/avram-k10plus-title.json index ce9193c91..55b2b4e67 100644 --- a/src/main/resources/pica/avram-k10plus-title.json +++ b/src/main/resources/pica/avram-k10plus-title.json @@ -923,7 +923,7 @@ "i": { "code": "i", "label": "Einleitende Wendung", - "modified": "2019-08-09T15:09:18", + "modified": "2023-08-03T15:09:00", "pica3": ":_", "repeatable": false } @@ -1455,7 +1455,7 @@ }, "009B": { "label": "Besitznachweis für den Master (Reproduktion in anderer physischer Form)", - "modified": "2020-08-25T07:42:45", + "modified": "2023-11-01T13:30:44", "pica3": "4066", "repeatable": false, "subfields": { @@ -2058,7 +2058,7 @@ }, "016A": { "label": "Materialspezifische Codes für elektronische Ressourcen", - "modified": "2020-06-09T14:59:09", + "modified": "2023-11-02T14:24:50", "pica3": "1101", "repeatable": true, "subfields": { @@ -2092,7 +2092,7 @@ }, "016E": { "label": "Materialspezifische Codes für Mikroformen", - "modified": "2020-10-06T08:13:12", + "modified": "2023-11-02T14:25:37", "pica3": "1105", "repeatable": true, "subfields": { @@ -2506,7 +2506,7 @@ "3": { "code": "3", "label": "Bezugswerk (Klartext)", - "modified": "2021-08-31T08:25:04", + "modified": "2023-11-07T10:55:44", "pica3": "$3", "repeatable": false }, @@ -11262,7 +11262,7 @@ "a": { "code": "a", "label": "Notation", - "modified": "2019-11-29T12:36:50", + "modified": "2023-09-19T16:19:17", "pica3": "", "repeatable": true }, @@ -11366,7 +11366,7 @@ "i": { "code": "i", "label": "Code für Klassifikationen", - "modified": "2023-04-24T09:16:06", + "modified": "2023-09-08T12:59:24", "pica3": "[...]", "repeatable": false }, @@ -11950,7 +11950,7 @@ "f": { "code": "f", "label": "Kontext / Rechtsgrundlage", - "modified": "2021-11-16T14:47:58", + "modified": "2023-09-11T08:57:19", "pica3": "$f", "repeatable": true }, diff --git a/src/test/resources/pica/schema/README.md b/src/test/resources/pica/schema/README.md new file mode 100644 index 000000000..0aed38219 --- /dev/null +++ b/src/test/resources/pica/schema/README.md @@ -0,0 +1,5 @@ +Files in this directory + +- k10plus.json: the Avram PICA schema (on 2022-04-04) +- pica-schema-extra.json +- pica-schema.json diff --git a/src/test/resources/pica/schema/README.txt b/src/test/resources/pica/schema/README.txt deleted file mode 100644 index 1451b2c1c..000000000 --- a/src/test/resources/pica/schema/README.txt +++ /dev/null @@ -1,4 +0,0 @@ -Files in this directory -- k10plus-sample.pica: sample PICA plain file (from Jakob Voß) -- avram-k10plus.json: the Avram PICA schema (symlinked from `/src/main/resources/pica/`) -- k10plus.json: the Avram PICA schema (on 2022-04-04)