Skip to content

Commit

Permalink
Add a few errors to example SSSOM TSV
Browse files Browse the repository at this point in the history
  • Loading branch information
matentzn committed Dec 9, 2024
1 parent 8ce7a74 commit e6b1577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sssom_validate_ui/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ def generate_example():
subject_id subject_label predicate_id object_id object_label mapping_justification
HP:0000175 Cleft palate skos:exactMatch MP:0000111 cleft palate semapv:LexicalMatching
HP:0000252 Microcephaly skos:exactMatch MP:0000433 microcephaly semapv:LexicalMatching
HP:0000260 Wide anterior fontanel skos:exactMatch MP:0000085 large anterior fontanelle semapv:LexicalMatching
HP:0000260 Wide anterior fontanel skos:exactMatch MP:0000085 large anterior fontanelle semapv:LexicalMatching
HP:0000375 Abnormal cochlea morphology skos:exactMatch MP:0000031 abnormal cochlea morphology semapv:LexicalMatching
HP:0000411 Protruding ear skos:exactMatch MP:0000021 prominent ears semapv:LexicalMatching
HP:0000411 Protruding ear skos:exactBatch MP:0000021 prominent ears semapv:LexicalMatching
HP:0000822 Hypertension skos:exactMatch MP:0000231 hypertension semapv:LexicalMatching"""
return example

Expand Down

0 comments on commit e6b1577

Please sign in to comment.