-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into add-support-for-extension-slots
- Loading branch information
Showing
7 changed files
with
86 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#curie_map: | ||
# HP: http://purl.obolibrary.org/obo/HP_ | ||
# MP: http://purl.obolibrary.org/obo/MP_ | ||
# obo: http://purl.obolibrary.org/obo/ | ||
# orcid: https://orcid.org/ | ||
#mapping_set_id: https://w3id.org/sssom/commons/examples/no_term_found.sssom.tsv | ||
#creator_id: | ||
# - orcid:0000-0002-7356-1779 | ||
#subject_source: obo:hp | ||
#object_source: obo:mp | ||
#license: "https://creativecommons.org/publicdomain/zero/1.0/" | ||
#mapping_provider: "https://w3id.org/sssom/core_team" | ||
#comment: This is an example file for the SSSOM for illustration only. Its contents are entirely fabricated. | ||
subject_id predicate_id object_id mapping_justification | ||
HP:0009124 skos:exactMatch MP:0000003 semapv:ManualMappingCuration | ||
HP:0000411 skos:exactMatch sssom:NoTermFound semapv:ManualMappingCuration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
## Related documentation | ||
|
||
- [SSSOM Toolkit](https://mapping-commons.github.io/sssom-py/index.html#) | ||
- [SSSOM Java](https://incenp.org/dvlpt/sssom-java/) | ||
- Semantic Mapping Vocabulary (SEMAPV): "https://mapping-commons.github.io/semantic-mapping-vocabulary/" | ||
- LinkML: "https://linkml.io/linkml/" | ||
- OBO Academy: "https://oboacademy.github.io/obook/" | ||
- Monarch Initiative: "https://monarch-initiative.github.io/monarch-documentation/" | ||
- [SSSOM Toolkit](https://mapping-commons.github.io/sssom-py/index.html#): A toolkit and library for processing SSSOM files in Python | ||
- [SSSOM Java](https://incenp.org/dvlpt/sssom-java/): A toolkit and library for processing SSSOM files in Java | ||
- [Semantic Mapping Vocabulary (SEMAPV)](https://mapping-commons.github.io/semantic-mapping-vocabulary/): The mapping vocabulary used for mapping justifications and specialised mapping predicates | ||
- [LinkML](https://linkml.io/linkml/): The modelling framework used by SSSOM | ||
- [OBO Academy](https://oboacademy.github.io/obook/): Ontology and mapping related training materials | ||
- [Monarch Initiative](https://monarch-initiative.github.io/monarch-documentation/): Knowledge Graph related products supported by the Monarch Initiatives, including many tools using and producing SSSOM |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters