Skip to content

Commit

Permalink
Merge branch 'main' of github.com:pkiraly/qa-catalogue
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Nov 10, 2023
2 parents e822753 + 6e5f0de commit 7106595
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 17 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.43.0.0</version>
<version>3.43.2.1</version>
</dependency>
</dependencies>

Expand Down
11 changes: 7 additions & 4 deletions src/main/resources/pica/README.md
Original file line number Diff line number Diff line change
@@ -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

- `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`)

16 changes: 8 additions & 8 deletions src/main/resources/pica/avram-k10plus-title.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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
},
Expand Down Expand Up @@ -11262,7 +11262,7 @@
"a": {
"code": "a",
"label": "Notation",
"modified": "2019-11-29T12:36:50",
"modified": "2023-09-19T16:19:17",
"pica3": "",
"repeatable": true
},
Expand Down Expand Up @@ -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
},
Expand Down Expand Up @@ -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
},
Expand Down
5 changes: 5 additions & 0 deletions src/test/resources/pica/schema/README.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 0 additions & 4 deletions src/test/resources/pica/schema/README.txt

This file was deleted.

0 comments on commit 7106595

Please sign in to comment.