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

ciliatedness --> ciliated + add mono and multi ciliated #562

Merged
merged 5 commits into from
Aug 12, 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
21 changes: 19 additions & 2 deletions src/ontology/pato-edit.obo
Original file line number Diff line number Diff line change
Expand Up @@ -8984,8 +8984,8 @@ is_a: PATO:0002505 ! nucleated

[Term]
id: PATO:0001408
name: ciliatedness
def: "A cellular quality inhering in a bearer by virtue of the bearer's having thin, tail-like projections extending outwards from the cell body." [Wikipedia:http\://en.wikipedia.org/wiki/Ciliated]
name: ciliated
def: "A cellular quality inhering in a bearer by virtue of the bearer's having one or more cilia as a part." [PMID:36924208, wikipedia:Cilium]
subset: cell_quality
subset: value_slim
is_a: PATO:0001396 ! cellular quality
Expand Down Expand Up @@ -19871,6 +19871,22 @@ is_a: PATO:0000051 ! morphology
property_value: http://purl.org/dc/terms/contributor https://orcid.org/0000-0002-7073-9172
creation_date: 2021-01-23T11:31:53Z

[Term]
id: PATO:0010007
name: multiciliated
def: "A cellular quality inhering in a bearer by virtue of the bearer's having multiple cilia." [PMID:36924208]
is_a: PATO:0001408 ! ciliated
property_value: http://purl.org/dc/terms/date "2024-07-23T10:43:20Z" xsd:dateTime
property_value: http://www.geneontology.org/formats/oboInOwl#http://purl.org/dc/terms/contributor https://orcid.org/0000-0002-7073-9172
anitacaron marked this conversation as resolved.
Show resolved Hide resolved

[Term]
id: PATO:0010008
name: monociliated
def: "A cellular quality inhering in a bearer by virtue of the bearer's having only one cilium." [PMID:36924208]
is_a: PATO:0001408 ! ciliated
property_value: http://purl.org/dc/terms/date "2024-07-23T10:43:33Z" xsd:dateTime
property_value: http://www.geneontology.org/formats/oboInOwl#http://purl.org/dc/terms/contributor https://orcid.org/0000-0002-7073-9172

[Term]
id: PATO:0015001
name: absence due to degeneration
Expand Down Expand Up @@ -20662,6 +20678,7 @@ property_value: http://purl.org/dc/terms/contributor https://orcid.org/0000-0001
[Term]
id: PATO:0040042
name: decreased ratio
def: "A decreased quality inhering in a bearer by virtue of the bearer's decreased magnitude in proportion to the magnitude of another entity." [] {http://purl.org/dc/terms/contributor="https://orcid.org/0000-0001-5208-3432", http://purl.org/dc/terms/contributor="https://orcid.org/0000-0001-8314-2140"}
def: "A decreased quality inhering in a bearer by virtue of the bearer's decreased magnitude in proportion to the magnitude of another entity." [] {http://purl.org/dc/terms/contributor="https://orcid.org/0000-0001-8314-2140", http://purl.org/dc/terms/contributor="https://orcid.org/0000-0001-5208-3432"}
comment: Example: decreased proportion of CD4 T cells relative to total T cells.
subset: relational_slim
Expand Down
Loading