Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add INN synonym type #150

Merged
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/ontology/components/omo-to-external.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# UBERON_CORE_HASH: "http://purl.obolibrary.org/obo/uberon/core#"
# FOVT_HASH: "http://purl.obolibrary.org/obo/fovt#"
# MONDO_HASH: "http://purl.obolibrary.org/obo/mondo#"
# CHEBI_HASH: "http://purl.obolibrary.org/obo/chebi#"
subject_id subject_label predicate_id object_id object_label notes mapping_justification author_id
OMO:0003000 abbreviation owl:equivalentProperty HP_HASH:abbreviation abbreviation . semapv:ManualMappingCuration
OMO:0003003 layperson synonym owl:equivalentProperty HP_HASH:layperson layperson . semapv:ManualMappingCuration
Expand All @@ -18,3 +19,4 @@ OMO:0003006 misspelling owl:equivalentProperty UBERON_CORE_HASH:MISSPELLING miss
OMO:0003006 misspelling owl:equivalentProperty FOVT_HASH:misspelling misspelling . semapv:ManualMappingCuration https://orcid.org/0000-0003-4423-4370
OMO:0003006 misspelling owl:equivalentProperty MONDO_HASH:MISSPELLING misspelling . semapv:ManualMappingCuration https://orcid.org/0000-0003-4423-4370
OMO:0003007 misnomer owl:equivalentProperty NCBITaxon_HASH:misnomer misnomer . semapv:ManualMappingCuration https://orcid.org/0000-0003-4423-4370
OMO:0003010 International Nonproprietary Name owl:equivalentProperty CHEBI_HASH:INN INN . semapv:ManualMappingCuration https://orcid.org/0000-0003-4423-4370
1 change: 1 addition & 0 deletions src/templates/annotation_properties.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ OMO:0003006 owl:AnnotationProperty misspelling A synonym type for common misspel
OMO:0003007 owl:AnnotationProperty misnomer A synonym type for misnomers, i.e., a synonym that is not technically correct but is commonly used anyway oboInOwl:SynonymType https://orcid.org/0000-0003-4423-4370 2023-03-03 https://github.com/information-artifact-ontology/ontology-metadata/issues/133
OMO:0003008 owl:AnnotationProperty previous name A synonym type for names that have been used as primary labels in the past. oboInOwl:SynonymType https://orcid.org/0000-0003-4423-4370 2023-07-25 MAPT, the gene that encodes the Tau protein, has a previous name DDPAC. Note: in this case, the name type is more specifically the gene symbol. https://github.com/information-artifact-ontology/ontology-metadata/issues/139
OMO:0003009 owl:AnnotationProperty legal name A synonym type for the legal entity name oboInOwl:SynonymType https://orcid.org/0000-0003-4423-4370 2023-07-27 The legal name for Harvard University (https://ror.org/03vek6s52) is President and Fellows of Harvard College https://github.com/information-artifact-ontology/ontology-metadata/issues/141
OMO:0003010 owl:AnnotationProperty International Nonproprietary Name The International Nonproprietary Name (INN) is a standardize name for a pharmaceutical drug or active ingredient issued by the World Health Organization (WHO) meant to address the issues with country- or language-specific brand names. These are issued in several languages, including English, Latin, French, Russian, Spanish, Arabic, and Chinese. oboInOwl:SynonymType https://orcid.org/0000-0003-4423-4370 2023-09-30 "CHEBI:46195 has been assigned the english International Nonproproprietary Name (INN) ""paracetamol"". In some cases such as this one, the INN might be the same as the ontology's primary label" https://github.com/information-artifact-ontology/ontology-metadata/issues/149