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

Update range of expression spatial qualifiers #264

Merged
merged 2 commits into from
Sep 9, 2024
Merged
Changes from 1 commit
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
Next Next commit
Update range of expression spatial qualifiers
chris-grove committed Sep 9, 2024
commit eb60546d7744526ec04038acb487b7a88e88fd3c
18 changes: 9 additions & 9 deletions model/schema/expression.yaml
Original file line number Diff line number Diff line change
@@ -304,13 +304,13 @@ classes:
The set of terms that define a specific anatomical site within a specimen.
slots:
- anatomical_structure_curie
- anatomical_structure_qualifier_names
- anatomical_structure_qualifier_curies
- anatomical_structure_uberon_term_curies
- anatomical_substructure_curie
- anatomical_substructure_qualifier_names
- anatomical_substructure_qualifier_curies
- anatomical_substructure_uberon_term_curies
- cellular_component_curie
- cellular_component_qualifier_names
- cellular_component_qualifier_curies
rules:
- postconditions:
any_of:
@@ -373,10 +373,10 @@ slots:
notes: >-
See the spatial_qualifier_set enum at the bottom of this file for terms.
domain: AnatomicalSite
range: VocabularyTerm
range: OntologyTerm
multivalued: true

anatomical_substructure_qualifier_names:
anatomical_substructure_qualifier_curies:
notes: >-
See the spatial_qualifier_set enum at the bottom of this file for terms.
domain: AnatomicalSiteDTO
@@ -442,10 +442,10 @@ slots:
notes: >-
See the spatial_qualifier_set enum at the bottom of this file for terms.
domain: AnatomicalSite
range: VocabularyTerm
range: OntologyTerm
multivalued: true

anatomical_structure_qualifier_names:
anatomical_structure_qualifier_curies:
notes: >-
See the spatial_qualifier_set enum at the bottom of this file for terms.
domain: AnatomicalSiteDTO
@@ -541,10 +541,10 @@ slots:
# ACTION ITEM: Load needed qualifiers as Vocabulary/OntologyTerms.
cellular_component_qualifiers:
domain: AnatomicalSite
range: VocabularyTerm
range: OntologyTerm
multivalued: true

cellular_component_qualifier_names:
cellular_component_qualifier_curies:
domain: AnatomicalSiteDTO
range: string
multivalued: true