Class: EntityToOutcomeAssociationMixin
Description: An association between some entity and an outcome
classDiagram
class EntityToOutcomeAssociationMixin
EntityToOutcomeAssociationMixin <|-- ExposureEventToOutcomeAssociation
EntityToOutcomeAssociationMixin : object
EntityToOutcomeAssociationMixin --|> Outcome : object
EntityToOutcomeAssociationMixin : predicate
EntityToOutcomeAssociationMixin : subject
EntityToOutcomeAssociationMixin --|> 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: 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 Outcome |
direct |
Mixin Usage
| mixed into | description |
|---|---|
| ExposureEventToOutcomeAssociation | An association between an exposure event and an outcome. |
LinkML Source
name: entity to outcome association mixin
description: An association between some entity and an outcome
from_schema: https://w3id.org/biolink/vocab/
mixin: true
slots:
- subject
- predicate
- object
slot_usage:
object:
name: object
range: outcome
defining_slots:
- object