Compare commits

..

No commits in common. "4ac221bee28de8f2122097d2cf9f80e191bc8323" and "12326d4d3d06714b5f85935d56b32aa10ea1319c" have entirely different histories.

2 changed files with 4 additions and 20 deletions

View File

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2022-2023 museum-digital Copyright (c) 2022
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -3,30 +3,14 @@
## Formats covered thus far ## Formats covered thus far
- `LIDO 1.0` - `LIDO 1.0`
(Primary exchange export format). See <https://lido-schema.org> (Primary exchange export format)
- LIDO 1.1
Updated version of the LIDO standard, as of 2022. See <https://lido-schema.org>
- EODEM
A LIDO profile (based on LIDO 1.1) specifically designed for the automation of the exchange of loan object information. Contrary to LIDO, it thus also covers some internal fields. See: <https://cidoc.mini.icom.museum/working-groups/documentation-standards/eodem-home/>
## Repository structure ## Repository structure
### [/src](./src) ### /src
Contains the relevant .xsl files used for converting md:xml to other formats. Contains the relevant .xsl files used for converting md:xml to other formats.
#### [/src/schemas](./src/schemas) ### /sample
This directory contains schemas for validating the different formats.
#### [/src/selections](./src/selections)
This directory contains JSON files listing which bits and pieces should be made available during an export from musdb when exporting to a given format. E.g., LIDO cannot represent internal information like insurance values. It thus does not make sense to export such information during the export to md:xml pre-transformation in the first place.
### [/sample](./sample)
Here you can find sample mx:xml files. Here you can find sample mx:xml files.
## License
This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for the full license text.