Class: EntityToExposureEventAssociationMixin
Description: An association between some entity and an exposure event.
classDiagram
class EntityToExposureEventAssociationMixin
EntityToExposureEventAssociationMixin <|-- DiseaseToExposureEventAssociation
EntityToExposureEventAssociationMixin : object
EntityToExposureEventAssociationMixin --|> ExposureEvent : object
EntityToExposureEventAssociationMixin : predicate
EntityToExposureEventAssociationMixin : subject
EntityToExposureEventAssociationMixin --|> NamedThing : subject
Slots
Name | Cardinality and Range | Inheritance | Examples |
---|---|---|---|
subject: connects an association to the subject of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object. |
1 NamedThing |
direct | |
predicate: A high-level grouping for the relationship type. AKA minimal predicate. This is analogous to category for nodes. |
1 PredicateType |
direct | |
object: connects an association to the object of the association. For example, in a gene-to-phenotype association, the gene is subject and phenotype is object. |
1 ExposureEvent |
direct |
Mixin Usage
mixed into | description |
---|---|
DiseaseToExposureEventAssociation | An association between an exposure event and a disease. |
LinkML Source
name: entity to exposure event association mixin
description: An association between some entity and an exposure event.
from_schema: https://w3id.org/biolink/biolink-model
mixin: true
slots:
- subject
- predicate
- object
slot_usage:
object:
name: object
range: exposure event
defining_slots:
- object