fairgenomes/fairgenomes-semantic-model

Implement ontology alternatives i.e. mappings in the schema

Closed this issue · 2 comments

Allow alternative ontologies to be defined that are essentially mappings to other models. Perhaps use SKOS nomenclature to indicate the relation? https://www.w3.org/TR/2008/WD-skos-reference-20080829/skos.html

example:

       - name: Identifier
            description: A unique proper name or character sequence that identifies this particular study.
            ontology: OMIABIS:0000006 [http://purl.obolibrary.org/obo/OMIABIS_0000006]
            exactMatch: SIO:000729 [http://semanticscience.org/resource/SIO_000729]
            values: UniqueID

Implemented this capability