-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
8 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 |
---|---|---|
@@ -1,17 +1,18 @@ | ||
# Biomappings SSSOM Export | ||
|
||
The data is distributed under the [Simple Standard for Sharing Ontology Mappings | ||
(SSSOM)](https://github.com/mapping-commons/sssom) format. | ||
(SSSOM)](https://github.com/mapping-commons/sssom) format. Each file is assigned a PURL in the `https://w3id.org/biopragmatics/biomappings/sssom/` | ||
namespace. | ||
|
||
> **Warning** | ||
> The SSSOM export contains a combination of the manually curated positive mappings and predicted mappings. | ||
> Please use the mapping justification and confidence accordingly. Note that prediction confidences are | ||
> generated by each prediction script according to its own rules - some give a global confidence and some | ||
> give a prediction-specific confidence. | ||
| Facet | Description | Link | | ||
|--------------|------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------| | ||
| TSV | Mappings (predicted and curated) | [`docs/_data/biomappings.sssom.tsv`](https://github.com/biopragmatics/biomappings/raw/master/docs/_data/sssom/biomappings.sssom.tsv) | | ||
| Metadata YML | CURIE Map, credits, etc. that go along with the TSV export | [`docs/_data/biomappings.sssom.yml`](https://github.com/biopragmatics/biomappings/raw/master/docs/_data/sssom/biomappings.sssom.yml) | | ||
| JSON | Mappings in JSON | [`docs/_data/biomappings.sssom.json`](https://github.com/biopragmatics/biomappings/raw/master/docs/_data/sssom/biomappings.sssom.json) | | ||
| OWL | Mappings in ontology format | [`docs/_data/biomappings.sssom.owl`](https://github.com/biopragmatics/biomappings/raw/master/docs/_data/sssom/biomappings.sssom.owl) | | ||
| Facet | Description | PURL | Link | | ||
|--------------|--------------------------------------------|-------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------| | ||
| TSV | Mappings (predicted and curated) | https://w3id.org/biopragmatics/biomappings/sssom/biomappings.sssom.tsv | [`docs/_data/biomappings.sssom.tsv`](https://github.com/biopragmatics/biomappings/raw/master/docs/_data/sssom/biomappings.sssom.tsv) | | ||
| Metadata YML | Metadata that go along with the TSV export | https://w3id.org/biopragmatics/biomappings/sssom/biomappings.sssom.yml | [`docs/_data/biomappings.sssom.yml`](https://github.com/biopragmatics/biomappings/raw/master/docs/_data/sssom/biomappings.sssom.yml) | | ||
| JSON | Mappings in JSON | https://w3id.org/biopragmatics/biomappings/sssom/biomappings.sssom.json | [`docs/_data/biomappings.sssom.json`](https://github.com/biopragmatics/biomappings/raw/master/docs/_data/sssom/biomappings.sssom.json) | | ||
| OWL | Mappings in ontology format | https://w3id.org/biopragmatics/biomappings/sssom/biomappings.sssom.owl | [`docs/_data/biomappings.sssom.owl`](https://github.com/biopragmatics/biomappings/raw/master/docs/_data/sssom/biomappings.sssom.owl) | |