Class: Experiment
A discrete scientific procedure undertaken to make a discovery, test a hypothesis, or demonstrate a known fact.
URI: cdm:Experiment
classDiagram
class Experiment
click Experiment href "../Experiment"
Experiment : created_at
Experiment : description
Experiment : experiment_id
Experiment : has_participant
Experiment --> "*" Sample : has_participant
click Sample href "../Sample"
Experiment : name
Experiment : part_of
Experiment --> "0..1" Project : part_of
click Project href "../Project"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
name | 0..1 String |
A string used as a name or title | direct |
created_at | 0..1 Datetime |
The start time of the exeperiment | direct |
description | 0..1 String |
Brief explanation of what was done | direct |
experiment_id | 1 UUID |
Internal (CDM) unique identifier | direct |
has_participant | * Sample |
Participants in an experiment | direct |
part_of | 0..1 Project |
The project to which this experiment belongs | direct |
Usages
used by | used in | type | used |
---|---|---|---|
ContributorXExperiment | experiment_id | range | Experiment |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/kbase/cdm-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | cdm:Experiment |
native | 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: https://github.com/kbase/cdm-schema
slots:
- name
attributes:
created_at:
name: created_at
description: The start time of the exeperiment.
from_schema: https://github.com/kbase/cdm-schema
domain_of:
- Event
- Experiment
- Measurement
- MeasurementSet
range: datetime
description:
name: description
description: Brief explanation of what was done.
from_schema: https://github.com/kbase/cdm-schema
domain_of:
- Cluster
- Event
- Experiment
- Project
- Protein
- Sample
- Identifier
- Name
experiment_id:
name: experiment_id
description: Internal (CDM) unique identifier.
from_schema: https://github.com/kbase/cdm-schema
identifier: true
domain_of:
- Contributor_X_Experiment
- Experiment
range: UUID
required: true
has_participant:
name: has_participant
description: Participants in an experiment.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
domain_of:
- Experiment
range: Sample
multivalued: true
part_of:
name: part_of
description: The project to which this experiment belongs.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
domain_of:
- Experiment
range: Project
Induced
name: Experiment
description: A discrete scientific procedure undertaken to make a discovery, test
a hypothesis, or demonstrate a known fact.
from_schema: https://github.com/kbase/cdm-schema
attributes:
created_at:
name: created_at
description: The start time of the exeperiment.
from_schema: https://github.com/kbase/cdm-schema
alias: created_at
owner: Experiment
domain_of:
- Event
- Experiment
- Measurement
- MeasurementSet
range: datetime
description:
name: description
description: Brief explanation of what was done.
from_schema: https://github.com/kbase/cdm-schema
alias: description
owner: Experiment
domain_of:
- Cluster
- Event
- Experiment
- Project
- Protein
- Sample
- Identifier
- Name
range: string
experiment_id:
name: experiment_id
description: Internal (CDM) unique identifier.
from_schema: https://github.com/kbase/cdm-schema
identifier: true
alias: experiment_id
owner: Experiment
domain_of:
- Contributor_X_Experiment
- Experiment
range: UUID
required: true
has_participant:
name: has_participant
description: Participants in an experiment.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
alias: has_participant
owner: Experiment
domain_of:
- Experiment
range: Sample
multivalued: true
part_of:
name: part_of
description: The project to which this experiment belongs.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
alias: part_of
owner: Experiment
domain_of:
- Experiment
range: Project
name:
name: name
description: A string used as a name or title.
from_schema: https://github.com/kbase/cdm-schema
rank: 1000
alias: name
owner: Experiment
domain_of:
- Contributor
- DataSource
- Event
- Experiment
- Measurement
- Name
range: string