Skip to content

Class: OrganismTaxonToEntityAssociation

Description: An association between an organism taxon and another entity
classDiagram class OrganismTaxonToEntityAssociation OrganismTaxonToEntityAssociation <|-- OrganismTaxonToOrganismTaxonAssociation OrganismTaxonToEntityAssociation <|-- OrganismTaxonToEnvironmentAssociation OrganismTaxonToEntityAssociation : object OrganismTaxonToEntityAssociation --|> NamedThing : object OrganismTaxonToEntityAssociation : predicate OrganismTaxonToEntityAssociation : subject OrganismTaxonToEntityAssociation --|> OrganismTaxon : subject

Slots

Name Cardinality and Range Inheritance Examples
subject:
organism taxon that is the subject of the association
1
OrganismTaxon
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
NamedThing
direct

Mixin Usage

mixed into description
OrganismTaxonToOrganismTaxonAssociation A relationship between two organism taxon nodes
OrganismTaxonToEnvironmentAssociation None

LinkML Source

name: organism taxon to entity association
description: An association between an organism taxon and another entity
from_schema: https://w3id.org/biolink/biolink-model
mixin: true
slots:
- subject
- predicate
- object
slot_usage:
  subject:
    name: subject
    description: organism taxon that is the subject of the association
    range: organism taxon
defining_slots:
- subject