qa-catalogue
qa-catalogue copied to clipboard
Import machine readable UNIMARC schema
Information from Branka Badovinac, member of the International Federation of Library Associations and Institutions's (IFLA) Permanent UNIMARC Committee (PUC):
„At the moment for the UNIMARC datasets are available in a similar structure on IFLA Namespaces: https://www.iflastandards.info/unimarc. Please note that this is a work in progress, the element sets of UNIMARC/A should be published this autumn and for UNIMARC/B an update is planned in the near future. Meanwhile, the new edition of both manuals in online version (PDF) is planned to be published this year, please follow the PUC website.”
In the above link one can find a machine readable version of UNIMARC based on semantic web standard. The JSON-LD representation of field 073 subfield z (073$z
) is the following:
{
"@id": "http://iflastandards.info/ns/unimarc/unimarcb/elements/0XX/U073_2z",
"@type": "Property",
"description": {
"en": [
"A number or code that has been identified as being erroneously applied to an item or is otherwise invalid."
]
},
"isDefinedBy": {
"@id": "http://iflastandards.info/ns/unimarc/unimarcb/elements/0XX/",
"url": "http://metadataregistry.org/schema/show/id/126.html",
"label": "UNIMARC/B elements 0XX"
},
"label": {
"en": "Erroneous number or code in International article number (EAN) (Difference)"
},
"lexicalAlias": "http://iflastandards.info/ns/unimarc/unimarcb/elements/0XX/hasErroneousNumberOrCodeInInternationalArticleNumberEanDifference.en",
"name": "hasErroneousNumberOrCodeInInternationalArticleNumberEanDifference",
"status": {
"@id": "http://metadataregistry.org/uri/RegStatus/1001",
"lexicalAlias": "http://metadataregistry.org/uri/RegStatus/Published.en",
"url": "http://metadataregistry.org/concept/show/id/412.html",
"label": "Published"
},
"url": "http://metadataregistry.org/schemaprop/show/id/22147.html"
}
The purpose of this tickets is to create a component in QA catalogue, that
- [ ] #306
- [ ] #307
The component should be able to store the schema object in the memory, and that object should be used as MARC21 or PICA schemas are utilized in the tool.
The PDF version of the standard is available here: https://www.academia.edu/1903458/UNIMARC_manual_Bibliographic_format
Parent: #304