Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -323,3 +323,4 @@ src/ontology/reports/xrefs.tsv
src/ontology/imports/*.json
/src/metadata
src/mappings/*.owl
.claude/
4 changes: 3 additions & 1 deletion src/patterns/dosdp-dev/abnormalLevelOfChemicalEntity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ classes:
amount: PATO:0000070
abnormal: PATO:0000460
chemical entity: CHEBI:24431
anatomical entity: UBERON:0001062

relations:
inheres_in: RO:0000052
has_modifier: RO:0002573
has_part: BFO:0000051
part_of: BFO:0000050

annotationProperties:
exact_synonym: oio:hasExactSynonym
Expand All @@ -40,7 +42,7 @@ def:
- chemical_entity

equivalentTo:
text: "'has_part' some ('amount' and ('inheres_in' some %s) and ('has_modifier' some 'abnormal'))"
text: "'has_part' some ('amount' and ('inheres_in' some (%s and ('part_of' some 'anatomical entity'))) and ('has_modifier' some 'abnormal'))"
vars:
- chemical_entity

Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ classes:
abnormal: PATO:0000460
chemical entity: CHEBI:24431
role: CHEBI:50906
anatomical entity: UBERON:0001062

relations:
inheres_in: RO:0000052
has_modifier: RO:0002573
has_part: BFO:0000051
has_role: RO:0000087
part_of: BFO:0000050

annotationProperties:
exact_synonym: oio:hasExactSynonym
Expand All @@ -35,6 +37,6 @@ def:
- role

equivalentTo:
text: "'has_part' some ('amount' and ('inheres_in' some ('chemical entity' and ('has_role' some %s))) and ('has_modifier' some 'abnormal'))"
text: "'has_part' some ('amount' and ('inheres_in' some ('chemical entity' and ('has_role' some %s) and ('part_of' some 'anatomical entity'))) and ('has_modifier' some 'abnormal'))"
vars:
- role