Skip to content

Class: DiseaseToEntityAssociationMixin

classDiagram class DiseaseToEntityAssociationMixin DiseaseToEntityAssociationMixin <|-- DiseaseToExposureEventAssociation DiseaseToEntityAssociationMixin <|-- DiseaseToPhenotypicFeatureAssociation DiseaseToEntityAssociationMixin : object DiseaseToEntityAssociationMixin --|> NamedThing : object DiseaseToEntityAssociationMixin : predicate DiseaseToEntityAssociationMixin : subject DiseaseToEntityAssociationMixin --|> Disease : subject

Slots

Name Cardinality and Range Inheritance Examples
subject:
disease class
1
Disease
direct MONDO:0017314
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
NamedThing
direct

Mixin Usage

mixed into description
DiseaseToExposureEventAssociation An association between an exposure event and a disease.
DiseaseToPhenotypicFeatureAssociation An association between a disease and a phenotypic feature in which the phenotypic feature is associated with the disease in some way.

LinkML Source

name: disease to entity association mixin
from_schema: https://w3id.org/biolink/biolink-model
mixin: true
slots:
- subject
- predicate
- object
slot_usage:
  subject:
    name: subject
    description: disease class
    examples:
    - value: MONDO:0017314
      description: Ehlers-Danlos syndrome, vascular type
    values_from:
    - mondo
    - omim
    - orphanet
    - ncit
    - doid
    range: disease
defining_slots:
- subject