Class: Experiment
A discrete scientific procedure undertaken to make a discovery, test a hypothesis, or demonstrate a known fact.
URI: kb_cdm:Experiment
classDiagram
class Experiment
click Experiment href "../Experiment"
Table <|-- Experiment
click Table href "../Table"
Experiment : created_at
Experiment : description
Experiment : experiment_id
Experiment : name
Inheritance
- Table
- Experiment
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
experiment_id | 1 UUID |
Internal (CDM) unique identifier for an experiment | direct |
created_at | 0..1 Iso8601 |
The start time of the experiment | direct |
description | 0..1 String |
Brief explanation of what was done | direct |
name | 0..1 String |
Name or title of the experiment | 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:Experiment |
native | kb_cdm:Experiment |
LinkML Source
Direct
name: Experiment
description: A discrete scientific procedure undertaken to make a discovery, test
a hypothesis, or demonstrate a known fact.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
is_a: Table
slots:
- experiment_id
slot_usage:
experiment_id:
name: experiment_id
identifier: true
attributes:
created_at:
name: created_at
description: The start time of the experiment.
from_schema: http://kbase.github.io/cdm-schema/cdm_components
domain_of:
- Event
- Experiment
- Measurement
range: iso8601
description:
name: description
description: Brief explanation of what was done.
from_schema: http://kbase.github.io/cdm-schema/cdm_components
domain_of:
- Cluster
- Event
- Experiment
- Project
- Protein
- Protocol
- Sample
- Identifier
- Name
name:
name: name
description: Name or title of the experiment.
from_schema: http://kbase.github.io/cdm-schema/cdm_components
domain_of:
- Cluster
- Contributor
- DataSource
- Event
- Experiment
- Name
Induced
name: Experiment
description: A discrete scientific procedure undertaken to make a discovery, test
a hypothesis, or demonstrate a known fact.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
is_a: Table
slot_usage:
experiment_id:
name: experiment_id
identifier: true
attributes:
created_at:
name: created_at
description: The start time of the experiment.
from_schema: http://kbase.github.io/cdm-schema/cdm_components
alias: created_at
owner: Experiment
domain_of:
- Event
- Experiment
- Measurement
range: iso8601
description:
name: description
description: Brief explanation of what was done.
from_schema: http://kbase.github.io/cdm-schema/cdm_components
alias: description
owner: Experiment
domain_of:
- Cluster
- Event
- Experiment
- Project
- Protein
- Protocol
- Sample
- Identifier
- Name
range: string
name:
name: name
description: Name or title of the experiment.
from_schema: http://kbase.github.io/cdm-schema/cdm_components
alias: name
owner: Experiment
domain_of:
- Cluster
- Contributor
- DataSource
- Event
- Experiment
- Name
range: string
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
identifier: true
alias: experiment_id
owner: Experiment
domain_of:
- Contributor_X_Role_X_Experiment
- Experiment_X_Project
- Experiment_X_Sample
- Experiment
range: UUID
required: true