-
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.
Add 'composed entity' value to the EntityType enum.
Add a new value 'composed entity' to the EntityType enumeration to indicate that an ID is intended to represent a composed (aka "complex", aka "post-coordinated") entity that involves several individual entities. closes #402
- Loading branch information
Showing
2 changed files
with
18 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#curie_map: | ||
# HP: http://purl.obolibrary.org/obo/HP_ | ||
# MONDO: http://purl.obolibrary.org/obo/MONDO_ | ||
# MP: http://purl.obolibrary.org/obo/MP_ | ||
# SCHEMA: http://example.org/schema | ||
#mapping_set_id: https://w3id.org/sssom/commons/examples/composite-entities.sssom.tsv | ||
#license: https://creativecommons.org/publicdomain/zero/1.0/ | ||
#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 subject_type | ||
SCHEMA:0001/(disease:'MONDO:0005148',phenotype:'HP:0009124') skos:exactMatch MP:0000003 semapv:ManualMappingCuration composed entity | ||
SCHEMA:0001/(disease:'MONDO:0005149',phenotype:'HP:0008551') skos:exactMatch MP:0000018 semapv:ManualMappingCuration composed entity | ||
SCHEMA:0001/(disease:'MONDO:0005150',phenotype:'HP:0000411') skos:exactMatch MP:0000018 semapv:ManualMappingCuration composed entity |
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