Metadata-Version: 2.4
Name: fair-mappings
Version: 0.1.0rc1
Summary: A basic metadata schema for FAIR mapping specifications
Author-email: Nicolas Matentzoglu <nicolas.matentzoglu@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: <4.0,>=3.9
Requires-Dist: click>=8.0
Requires-Dist: linkml-map>=0.4.0
Requires-Dist: linkml-runtime>=1.9.4
Requires-Dist: linkml>=1.9.4
Requires-Dist: sssom-schema>=1.0.0
Requires-Dist: sssom>=0.4.16
Description-Content-Type: text/markdown

<a href="https://github.com/dalito/linkml-project-copier"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-teal.json" alt="Copier Badge" style="max-width:100%;"/></a>

# fair-mappings-schema

A basic metadata schema for FAIR mapping specifications

## Documentation Website

[https://mapping-commons.github.io/fair-mappings-schema](https://mapping-commons.github.io/fair-mappings-schema)

## Repository Structure

* [docs/](docs/) - mkdocs-managed documentation
  * [elements/](docs/elements/) - generated schema documentation
* [examples/](examples/) - Examples of using the schema
* [project/](project/) - project files (these files are auto-generated, do not edit)
* [src/](src/) - source files (edit these)
  * [fair_mappings_schema](src/fair_mappings_schema)
    * [schema/](src/fair_mappings_schema/schema) -- LinkML schema
      (edit this)
    * [datamodel/](src/fair_mappings_schema/datamodel) -- generated
      Python datamodel
* [tests/](tests/) - Python tests
  * [data/](tests/data) - Example data

## Developer Tools

There are several pre-defined command-recipes available.
They are written for the command runner [just](https://github.com/casey/just/). To list all pre-defined commands, run `just` or `just --list`.

## Credits

This project uses the template [linkml-project-copier](https://github.com/dalito/linkml-project-copier) published as [doi:10.5281/zenodo.15163584](https://doi.org/10.5281/zenodo.15163584).
