Skip to content

Commit

Permalink
Fixes #2102 duplicated label to synonym
Browse files Browse the repository at this point in the history
Fixes #2102 duplicated label to synonym. The rdf:label is duplicated as an exact synonym.
  • Loading branch information
aleixpuigb committed Aug 31, 2023
1 parent 548dd1c commit d757bc9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ontology/cl-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -7218,7 +7218,6 @@ AnnotationAssertion(Annotation(oboInOwl:hasDbXref "GOC:tfm") Annotation(oboInOwl
AnnotationAssertion(oboInOwl:hasDbXref obo:CL_0000448 "CALOHA:TS-1119")
AnnotationAssertion(oboInOwl:hasDbXref obo:CL_0000448 "FMA:83434")
AnnotationAssertion(oboInOwl:hasExactSynonym obo:CL_0000448 "white adipose cell")
AnnotationAssertion(oboInOwl:hasExactSynonym obo:CL_0000448 "white fat cell")
AnnotationAssertion(oboInOwl:hasRelatedSynonym obo:CL_0000448 "white adipocyte")
AnnotationAssertion(rdfs:label obo:CL_0000448 "white fat cell")
SubClassOf(obo:CL_0000448 obo:CL_0000136)
Expand Down Expand Up @@ -8574,7 +8573,6 @@ AnnotationAssertion(oboInOwl:hasDbXref obo:CL_0000598 "FMA:86775")
AnnotationAssertion(oboInOwl:hasDbXref obo:CL_0000598 "NIFSTD:sao862606388")
AnnotationAssertion(oboInOwl:hasExactSynonym obo:CL_0000598 "projection neuron")
AnnotationAssertion(oboInOwl:hasExactSynonym obo:CL_0000598 "pyramidal cell")
AnnotationAssertion(oboInOwl:hasExactSynonym obo:CL_0000598 "pyramidal neuron")
AnnotationAssertion(oboInOwl:inSubset obo:CL_0000598 <http://purl.obolibrary.org/obo/cl#BDS_subset>)
AnnotationAssertion(rdfs:label obo:CL_0000598 "pyramidal neuron")
EquivalentClasses(obo:CL_0000598 ObjectIntersectionOf(obo:CL_0000540 ObjectSomeValuesFrom(obo:RO_0000053 obo:PATO_0070015)))
Expand Down Expand Up @@ -26103,7 +26101,6 @@ AnnotationAssertion(Annotation(oboInOwl:hasDbXref "FMA:67102") Annotation(oboInO
AnnotationAssertion(oboInOwl:hasDbXref obo:CL_1000409 "FMA:67102")
AnnotationAssertion(Annotation(oboInOwl:hasDbXref "FMA:67102") oboInOwl:hasExactSynonym obo:CL_1000409 "SA nodal myocyte")
AnnotationAssertion(Annotation(oboInOwl:hasDbXref "GOC:pr") oboInOwl:hasExactSynonym obo:CL_1000409 "SA node cardiac muscle cell")
AnnotationAssertion(Annotation(oboInOwl:hasDbXref "FMA:67102") oboInOwl:hasExactSynonym obo:CL_1000409 "myocyte of sinoatrial node")
AnnotationAssertion(Annotation(oboInOwl:hasDbXref "GOC:pr") oboInOwl:hasExactSynonym obo:CL_1000409 "sinoatrial node cell")
AnnotationAssertion(oboInOwl:hasExactSynonym obo:CL_1000409 "sinoatrial node myocyte")
AnnotationAssertion(Annotation(oboInOwl:hasDbXref "FMA:67102") oboInOwl:hasExactSynonym obo:CL_1000409 "sinuatrial node myocyte")
Expand Down Expand Up @@ -27785,7 +27782,6 @@ AnnotationAssertion(Annotation(oboInOwl:hasDbXref "NIFEXT:122") oboInOwl:hasExac
AnnotationAssertion(Annotation(oboInOwl:hasDbXref "NIFEXT:122") oboInOwl:hasExactSynonym obo:CL_1001435 "olfactory bulb glomerular layer cell")
AnnotationAssertion(Annotation(oboInOwl:hasDbXref "MP:0009943") oboInOwl:hasExactSynonym obo:CL_1001435 "olfactory bulb glomerularal cell")
AnnotationAssertion(oboInOwl:hasExactSynonym obo:CL_1001435 "olfactory bulb periglomerular cell")
AnnotationAssertion(Annotation(oboInOwl:hasDbXref "NIFEXT:122") oboInOwl:hasExactSynonym obo:CL_1001435 "periglomerular cell")
AnnotationAssertion(rdfs:label obo:CL_1001435 "periglomerular cell")
SubClassOf(obo:CL_1001435 obo:CL_1001434)
SubClassOf(obo:CL_1001435 ObjectSomeValuesFrom(obo:RO_0002100 obo:UBERON_0005377))
Expand Down

0 comments on commit d757bc9

Please sign in to comment.