Class: MaterialSampleToEntityAssociationMixin
Description: An association between a material sample and something.
classDiagram
class MaterialSampleToEntityAssociationMixin
MaterialSampleToEntityAssociationMixin <|-- MaterialSampleToDiseaseOrPhenotypicFeatureAssociation
MaterialSampleToEntityAssociationMixin : object
MaterialSampleToEntityAssociationMixin --|> NamedThing : object
MaterialSampleToEntityAssociationMixin : predicate
MaterialSampleToEntityAssociationMixin : subject
MaterialSampleToEntityAssociationMixin --|> MaterialSample : subject
Slots
| Name | Cardinality and Range | Inheritance | Examples |
|---|---|---|---|
| subject: the material sample being described |
1 MaterialSample |
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 |
|---|---|
| MaterialSampleToDiseaseOrPhenotypicFeatureAssociation | An association between a material sample and a disease or phenotype. |
LinkML Source
name: material sample to entity association mixin
description: An association between a material sample and something.
from_schema: https://w3id.org/biolink/vocab/
mixin: true
slots:
- subject
- predicate
- object
slot_usage:
subject:
name: subject
description: the material sample being described
range: material sample
defining_slots:
- subject