Class: DiseaseToEntityAssociationMixin
Description: A mixin applied to any association whose subject (source node) is a disease.
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: Has a value from the Biolink 'related_to' hierarchy. In RDF, this corresponds to rdf:predicate and in Neo4j this corresponds to the relationship type. The convention is for an edge label in snake_case form. For example, biolink:related_to, biolink:causes, biolink:treats |
1 Uriorcurie |
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
description: A mixin applied to any association whose subject (source node) is a disease.
from_schema: https://w3id.org/biolink/vocab/
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