Class: CellLineToEntityAssociationMixin
Description: An relationship between a cell line and another entity
classDiagram
class CellLineToEntityAssociationMixin
CellLineToEntityAssociationMixin <|-- CellLineToDiseaseOrPhenotypicFeatureAssociation
CellLineToEntityAssociationMixin : object
CellLineToEntityAssociationMixin --|> NamedThing : object
CellLineToEntityAssociationMixin : predicate
CellLineToEntityAssociationMixin : subject
CellLineToEntityAssociationMixin --|> CellLine : 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 CellLine |
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 NamedThing |
direct |
Mixin Usage
| mixed into | description |
|---|---|
| CellLineToDiseaseOrPhenotypicFeatureAssociation | An relationship between a cell line and a disease or a phenotype, where the cell line is derived from an individual with that disease or phenotype. |
LinkML Source
name: cell line to entity association mixin
description: An relationship between a cell line and another entity
from_schema: https://w3id.org/biolink/vocab/
mixin: true
slots:
- subject
- predicate
- object
slot_usage:
subject:
name: subject
range: cell line
defining_slots:
- subject