Skip to content

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" NamedThing <|-- Experiment click NamedThing href "../NamedThing" Experiment : created_at Experiment : description Experiment : experiment_id Experiment : has_participant Experiment --> "*" Sample : has_participant click Sample href "../Sample" Experiment : names Experiment --> "*" Name : names click Name href "../Name" Experiment : part_of Experiment --> "0..1" Project : part_of click Project href "../Project"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
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
names *
Name
Names, alternative names, and synonyms for an entity NamedThing

Identifier and Mapping Information

Schema Source

  • from schema: https://github.com/kbase/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: https://github.com/kbase/cdm-schema
is_a: NamedThing
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:
    - NamedThing
    - Event
    - Experiment
    - Identifier
    - Name
    - Project
    - Protein
    - Sample
  experiment_id:
    name: experiment_id
    description: Internal (CDM) unique identifier.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    identifier: true
    domain_of:
    - 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
is_a: NamedThing
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:
    - NamedThing
    - Event
    - Experiment
    - Identifier
    - Name
    - Project
    - Protein
    - Sample
    range: string
  experiment_id:
    name: experiment_id
    description: Internal (CDM) unique identifier.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    identifier: true
    alias: experiment_id
    owner: Experiment
    domain_of:
    - 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
  names:
    name: names
    description: Names, alternative names, and synonyms for an entity.
    from_schema: https://github.com/kbase/cdm-schema
    rank: 1000
    alias: names
    owner: Experiment
    domain_of:
    - NamedThing
    range: Name
    multivalued: true