Class: ExperimentXSample
Represents the participation of a sample in an experiment.
classDiagram
class ExperimentXSample
click ExperimentXSample href "../ExperimentXSample"
Table <|-- ExperimentXSample
click Table href "../Table"
ExperimentXSample : experiment_id
ExperimentXSample : sample_id
Inheritance
- Table
- ExperimentXSample
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
experiment_id | 1..* UUID |
Internal (CDM) unique identifier for an experiment | direct |
sample_id | 1..* UUID |
Internal (CDM) unique identifier for a sample | direct |
Identifier and Mapping Information
Schema Source
- from schema: http://kbase.github.io/cdm-schema/cdm_schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | kb_cdm:ExperimentXSample |
native | kb_cdm:ExperimentXSample |
LinkML Source
Direct
name: Experiment_X_Sample
description: Represents the participation of a sample in an experiment.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
is_a: Table
slots:
- experiment_id
- sample_id
slot_usage:
experiment_id:
name: experiment_id
multivalued: true
sample_id:
name: sample_id
multivalued: true
represents_relationship: true
Induced
name: Experiment_X_Sample
description: Represents the participation of a sample in an experiment.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
is_a: Table
slot_usage:
experiment_id:
name: experiment_id
multivalued: true
sample_id:
name: sample_id
multivalued: true
attributes:
experiment_id:
name: experiment_id
description: Internal (CDM) unique identifier for an experiment.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
rank: 1000
alias: experiment_id
owner: Experiment_X_Sample
domain_of:
- Contributor_X_Role_X_Experiment
- Experiment_X_Project
- Experiment_X_Sample
- Experiment
range: UUID
required: true
multivalued: true
sample_id:
name: sample_id
description: Internal (CDM) unique identifier for a sample.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
rank: 1000
alias: sample_id
owner: Experiment_X_Sample
domain_of:
- Experiment_X_Sample
- Sample
range: UUID
required: true
multivalued: true
represents_relationship: true