-
Following the discussion in https://github.com/inveniosoftware/dojson/issues/23, it is interesting to create a new, very liberal MARC21 schema, where all the fields and subfields would be repeatable, …
-
while trying to harvest authority data from DNB OAI endpoint, I'm getting following error:
```
INFO[0000] https://services.dnb.de/oai/repository?from=2008-04-01T00:00:00Z&metadataPrefix=MARC21-xml…
-
Needs a converter to convert [MarcJSON](https://github.com/thisismattmiller/marc-json-schema) to either [Marc21](https://www.loc.gov/marc/bibliographic/) or [MarcXML](https://www.loc.gov/marc/marcxml.…
-
Recently found this project after searching for regex patterns for each MARC 21 subfield. A little overwhelmed about all its features. I start trying to get a report of a set of 102964 records of a MA…
-
The LOC specification for 880 seems to be very difficult (impossible?) to map to JSON in a reasonable manner (basically almost all the subfields can be mapped to `Same as associated field` JSON key, w…
-
## Useful links
- The current data model of CDS Videos is available [here](https://github.com/CERNDocumentServer/cds-videos/blob/main/cds/modules/records/schemas/records/videos/video/video-v1.0.0.jso…
-
In using the series relationships in BibFrame at the National Library of Sweden, we've encountered some problems. There is a need for clarification regarding their intended meaning and use, and possib…
-
I ran into a fatal problem in my index because a record with malformed (non-numeric) control fields caused the FullRecordAsJSON2 method to throw an exception instead of exporting MARC-as-JSON. This sa…
-
The writeStartDocument function adds a duplicate xmlns tag in the XML collection element when converting a MARC21 binary to MARCXML. It looks like this.
This causes DOM parsers to break.
A workar…
-
Given the following assumptions:
* POD is intended to be an environment to support consortial resource sharing
* POD data is subject a data sharing and user agreement, and is not openly available
…