Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/biolink/biolink-model
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed May 25, 2022
2 parents 0334969 + 3441c0f commit c7243d9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions biolink-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9376,6 +9376,7 @@ classes:
## Exposures

exposure event:
is_a: named thing
aliases: ['exposure', 'experimental condition']
mixin: true
slots:
Expand All @@ -9390,6 +9391,7 @@ classes:

# TODO - confirm that genomic backgrounds are exposures
genomic background exposure:
is_a: attribute
mixins:
- exposure event
- gene grouping mixin
Expand Down Expand Up @@ -9428,6 +9430,7 @@ classes:
- STY:T037

pathological process exposure:
is_a: attribute
mixins:
- exposure event
description: >-
Expand All @@ -9444,6 +9447,7 @@ classes:
- pathological entity mixin

pathological anatomical exposure:
is_a: attribute
mixins:
- exposure event
description: >-
Expand All @@ -9452,6 +9456,7 @@ classes:
e.g. thrombosis leading to an ischemic disease outcome.
disease or phenotypic feature exposure:
is_a: attribute
mixins:
- exposure event
- pathological entity mixin
Expand All @@ -9462,6 +9467,7 @@ classes:
of skin pigmentation predisposing an individual to skin cancer.
chemical exposure:
is_a: attribute
mixins:
- exposure event
slots:
Expand All @@ -9477,6 +9483,7 @@ classes:
- SIO:001399

complex chemical exposure:
is_a: attribute
description: >-
A complex chemical exposure is an intake of a chemical
mixture (e.g. gasoline), other than a drug.
Expand Down Expand Up @@ -9525,6 +9532,7 @@ classes:
- MAXO:0000058

biotic exposure:
is_a: attribute
aliases: ['viral exposure','bacterial exposure']
mixins:
- exposure event
Expand Down Expand Up @@ -9558,6 +9566,7 @@ classes:
- dcid:WinterStoremEvent

environmental exposure:
is_a: attribute
mixins:
- exposure event
description: >-
Expand All @@ -9566,12 +9575,14 @@ classes:
cold, general pollution) and water-born contaminants.
behavioral exposure:
is_a: attribute
mixins:
- exposure event
description: >-
A behavioral exposure is a factor relating to behavior impacting an individual.
socioeconomic exposure:
is_a: attribute
mixins:
- exposure event
description: >-
Expand Down

0 comments on commit c7243d9

Please sign in to comment.