Skip to content

Commit

Permalink
Merge pull request #2170 from bgyori/fix_spaces
Browse files Browse the repository at this point in the history
Remove leading spaces from synonyms
  • Loading branch information
zoependlington authored Feb 13, 2024
2 parents 07efeef + cea493d commit 5e9d000
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ontology/efo-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -94515,7 +94515,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 @@ -94789,7 +94789,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 @@ -137411,7 +137411,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 @@ -202012,7 +202012,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

0 comments on commit 5e9d000

Please sign in to comment.