mappings
Mappings and Translators
This repository lists publicly available mappings (or translators) for converting from source data formats (or data models or vocabularies) to target data formats (or data models or vocabularies). The contents can be viewed in several ways:
- Browse the github file structure, by mapping language, source format, and target format.
- By source format, target format and mapping language (generated view)
- By target format, source format and mapping language (generated view)
- By source term (generated view)
- By target term (generated view)
How to Contribute
Mappings may be created as .jsonld files in the mappings/ directory
- The build script ignores all buy .jsonld files, so you may place any needed documentation (markdown/html) alongside contributed mappings
- Currently, all levels of the directory structure must include a metadata.json file, even if it's just an empty object -- this should change soon