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

Remove leading spaces from synonyms #2170

Merged
merged 1 commit into from
Feb 13, 2024
Merged
Changes from all 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
8 changes: 4 additions & 4 deletions src/ontology/efo-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -94375,7 +94375,7 @@ AnnotationAssertion(obo:IAO_0000117 efo:EFO_0002077 "James Malone")
AnnotationAssertion(oboInOwl:hasDbXref efo:EFO_0002077 "BTO:0003079")
AnnotationAssertion(oboInOwl:hasDbXref efo:EFO_0002077 "CLO:0008738")
AnnotationAssertion(oboInOwl:hasDbXref efo:EFO_0002077 "RRID:CVCL_0597")
AnnotationAssertion(oboInOwl:hasExactSynonym efo:EFO_0002077 " Ramos 1")
AnnotationAssertion(oboInOwl:hasExactSynonym efo:EFO_0002077 "Ramos 1")
AnnotationAssertion(oboInOwl:hasExactSynonym efo:EFO_0002077 "RA 1")
AnnotationAssertion(oboInOwl:hasExactSynonym efo:EFO_0002077 "Ramos-RA1")
AnnotationAssertion(rdfs:label efo:EFO_0002077 "Ramos")
Expand Down Expand Up @@ -94649,7 +94649,7 @@ AnnotationAssertion(oboInOwl:hasDbXref efo:EFO_0002101 "BTO:0000016")
AnnotationAssertion(oboInOwl:hasDbXref efo:EFO_0002101 "CLO:0001560")
AnnotationAssertion(oboInOwl:hasDbXref efo:EFO_0002101 "CLO:0050637")
AnnotationAssertion(oboInOwl:hasDbXref efo:EFO_0002101 "RRID:CVCL_0131")
AnnotationAssertion(oboInOwl:hasExactSynonym efo:EFO_0002101 " A-172 MG")
AnnotationAssertion(oboInOwl:hasExactSynonym efo:EFO_0002101 "A-172 MG")
AnnotationAssertion(oboInOwl:hasExactSynonym efo:EFO_0002101 "A-172MG")
AnnotationAssertion(rdfs:label efo:EFO_0002101 "A172")
SubClassOf(efo:EFO_0002101 obo:CL_0000010)
Expand Down Expand Up @@ -137271,7 +137271,7 @@ AnnotationAssertion(obo:IAO_0000117 efo:EFO_0006579 "Laura Huerta")
AnnotationAssertion(efo:definition_citation efo:EFO_0006579 "PMID: 6177045")
AnnotationAssertion(oboInOwl:hasDbXref efo:EFO_0006579 "BTO:0000565")
AnnotationAssertion(oboInOwl:hasDbXref efo:EFO_0006579 "RRID:CVCL_0001")
AnnotationAssertion(oboInOwl:hasExactSynonym efo:EFO_0006579 " GM06141")
AnnotationAssertion(oboInOwl:hasExactSynonym efo:EFO_0006579 "GM06141")
AnnotationAssertion(oboInOwl:hasExactSynonym efo:EFO_0006579 "GM06141B")
AnnotationAssertion(rdfs:label efo:EFO_0006579 "HEL")
SubClassOf(efo:EFO_0006579 obo:CL_0000010)
Expand Down Expand Up @@ -201872,7 +201872,7 @@ AnnotationAssertion(obo:IAO_0000115 efo:EFO_0022444 "Human infant acute lymphobl
AnnotationAssertion(obo:IAO_0000117 efo:EFO_0022444 "Kalpana Panneerselvam")
AnnotationAssertion(oboInOwl:hasDbXref efo:EFO_0022444 "PMID:12399976")
AnnotationAssertion(oboInOwl:hasDbXref efo:EFO_0022444 "RRID:CVCL_7984")
AnnotationAssertion(oboInOwl:hasExactSynonym efo:EFO_0022444 " K.P.L.RY")
AnnotationAssertion(oboInOwl:hasExactSynonym efo:EFO_0022444 "K.P.L.RY")
AnnotationAssertion(oboInOwl:hasExactSynonym efo:EFO_0022444 "KPLRY")
AnnotationAssertion(oboInOwl:hasExactSynonym efo:EFO_0022444 "Kyoto Pediatrics-Leukemia-RY")
AnnotationAssertion(rdfs:label efo:EFO_0022444 "KP-L-RY")
Expand Down
Loading