Skip to content

Commit

Permalink
Fixes #2707 - Logical and textual defs acinar cell of sebaceous gland (
Browse files Browse the repository at this point in the history
…#2711)

* Fixes #2707

- Fixed the logical defintion
- Improved textual defs to align with the logical definition and provided references

* Update cl-edit.owl

Relabelled to sebocyte and skin sebocyte.
Updated logical and textual definitions

---------

Co-authored-by: David Osumi-Sutherland <[email protected]>
  • Loading branch information
Caroline-99 and dosumis authored Nov 1, 2024
1 parent e5d2684 commit 943a299
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions src/ontology/cl-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -6378,12 +6378,12 @@ AnnotationAssertion(obo:IAO_0100001 obo:CL_0000316 obo:PO_0000082)
AnnotationAssertion(rdfs:label obo:CL_0000316 "obsolete ray initial")
AnnotationAssertion(owl:deprecated obo:CL_0000316 "true"^^xsd:boolean)

# Class: obo:CL_0000317 (sebum secreting cell)
# Class: obo:CL_0000317 (sebocyte)

AnnotationAssertion(Annotation(oboInOwl:hasDbXref "MESH:D012629") obo:IAO_0000115 obo:CL_0000317 "A cell secreting sebun, an oily substance secreted by sebaceous glands, composed of keratin, fat, and cellular debris.")
AnnotationAssertion(oboInOwl:hasExactSynonym obo:CL_0000317 "sebocyte")
AnnotationAssertion(rdfs:label obo:CL_0000317 "sebum secreting cell")
EquivalentClasses(obo:CL_0000317 ObjectIntersectionOf(obo:CL_0000151 ObjectSomeValuesFrom(obo:BFO_0000050 obo:UBERON_0001821)))
AnnotationAssertion(Annotation(oboInOwl:hasDbXref "MESH:D012629") Annotation(oboInOwl:hasDbXref "PMID:19944183") obo:IAO_0000115 obo:CL_0000317 "An epithelial cell that is part of a sebaceous gland. This cell produces and secretes sebum, an oily, lipid-rich substance, through holocrine secretion where the entire cell ruptures to release its contents.")
AnnotationAssertion(oboInOwl:hasExactSynonym obo:CL_0000317 "sebum secreting cell")
AnnotationAssertion(rdfs:label obo:CL_0000317 "sebocyte")
EquivalentClasses(obo:CL_0000317 ObjectIntersectionOf(obo:CL_0000066 ObjectSomeValuesFrom(obo:BFO_0000050 obo:UBERON_0001821)))
SubClassOf(Annotation(oboInOwl:is_inferred "true") obo:CL_0000317 obo:CL_0000151)

# Class: obo:CL_0000318 (sweat secreting cell)
Expand Down Expand Up @@ -15223,19 +15223,18 @@ AnnotationAssertion(rdfs:comment obo:CL_0002139 "These cells are reportedly CD31
AnnotationAssertion(rdfs:label obo:CL_0002139 "endothelial cell of vascular tree")
SubClassOf(obo:CL_0002139 obo:CL_0000115)

# Class: obo:CL_0002140 (acinar cell of sebaceous gland)
# Class: obo:CL_0002140 (skin sebocyte)

AnnotationAssertion(Annotation(oboInOwl:hasDbXref "GOC:tfm") obo:IAO_0000115 obo:CL_0002140 "A sebum secreting cell of the skin that secretes sebum into the hair follicles.")
AnnotationAssertion(Annotation(oboInOwl:hasDbXref "GOC:tfm") Annotation(oboInOwl:hasDbXref "PMID:37205445") obo:IAO_0000115 obo:CL_0002140 "An acinar cell that is part of a skin sebaceous gland. This cell produces and secretes sebum into hair follicles.")
AnnotationAssertion(terms:contributor obo:CL_0002140 <https://orcid.org/0000-0003-1980-3228>)
AnnotationAssertion(oboInOwl:creation_date obo:CL_0002140 "2010-08-24T09:27:52Z"^^xsd:dateTime)
AnnotationAssertion(oboInOwl:hasBroadSynonym obo:CL_0002140 "sebocyte")
AnnotationAssertion(oboInOwl:hasBroadSynonym obo:CL_0002140 "acinar cell of sebaceous gland")
AnnotationAssertion(oboInOwl:hasDbXref obo:CL_0002140 "BTO:0004613")
AnnotationAssertion(oboInOwl:hasDbXref obo:CL_0002140 "FMA:70953")
AnnotationAssertion(rdfs:label obo:CL_0002140 "acinar cell of sebaceous gland")
EquivalentClasses(obo:CL_0002140 ObjectIntersectionOf(obo:CL_0000317 ObjectSomeValuesFrom(obo:BFO_0000050 obo:UBERON_0003487)))
AnnotationAssertion(oboInOwl:hasExactSynonym obo:CL_0002140 "acinar cell of skin sebaceous gland")
AnnotationAssertion(rdfs:label obo:CL_0002140 "skin sebocyte")
EquivalentClasses(obo:CL_0002140 ObjectIntersectionOf(obo:CL_0000622 ObjectSomeValuesFrom(obo:BFO_0000050 obo:UBERON_0003487)))
SubClassOf(Annotation(oboInOwl:is_inferred "true") obo:CL_0002140 obo:CL_0000317)
SubClassOf(obo:CL_0002140 obo:CL_0000622)
SubClassOf(obo:CL_0002140 obo:CL_1000448)

# Class: obo:CL_0002141 (active chief cell of parathyroid gland)

Expand Down

0 comments on commit 943a299

Please sign in to comment.