Skip to content

Class: Experiment

A single experiment conducted within an OAE project.

URI: oae:Experiment

classDiagram class Experiment click Experiment href "../Experiment" Experiment <|-- Intervention click Intervention href "../Intervention" Experiment <|-- ModelSimulation click ModelSimulation href "../ModelSimulation" Experiment : datasets Experiment --> "*" Dataset : datasets click Dataset href "../Dataset" Experiment : description Experiment : end_date Experiment : experiment_id Experiment : experiment_type Experiment --> "0..1" ExperimentType : experiment_type click ExperimentType href "../ExperimentType" Experiment : observation_type Experiment --> "*" ObservationType : observation_type click ObservationType href "../ObservationType" Experiment : previous_research Experiment : project Experiment --> "0..1" OAEProject : project click OAEProject href "../OAEProject" Experiment : start_date

Inheritance

Slots

Name Cardinality and Range Description Inheritance
description 0..1
String
A narrative description of the thing direct
experiment_type 0..1
ExperimentType
The type of experiment being conducted direct
experiment_id 0..1
String
Unique identifier for an OAE experiment direct
project 0..1
OAEProject
The OAE project to which the experiment belongs direct
observation_type *
ObservationType
The type of observation / data submitted, multiple values are allowed of muli... direct
start_date 0..1
Datetime
Date when the experiment began direct
end_date 0..1
Datetime
Date when the experiment ended direct
datasets *
Dataset
The dataset(s) associated with the experiment direct
previous_research *
String
Previous research related to the experiment direct

Identifier and Mapping Information

Schema Source

  • from schema: OAEDataManagementProtocol

Mappings

Mapping Type Mapped Value
self oae:Experiment
native oae:Experiment

LinkML Source

Direct

name: Experiment
description: A single experiment conducted within an OAE project.
from_schema: OAEDataManagementProtocol
slots:
- description
- experiment_type
attributes:
  experiment_id:
    name: experiment_id
    description: Unique identifier for an OAE experiment.
    from_schema: Experiment
    rank: 1000
    domain_of:
    - Experiment
    range: string
  project:
    name: project
    description: The OAE project to which the experiment belongs.
    from_schema: Experiment
    rank: 1000
    domain_of:
    - Experiment
    range: OAEProject
    inlined: true
  observation_type:
    name: observation_type
    description: The type of observation / data submitted, multiple values are allowed
      of mulitple datasets are being submitted for this experiment.
    from_schema: Experiment
    rank: 1000
    domain_of:
    - Experiment
    range: ObservationType
    multivalued: true
  start_date:
    name: start_date
    description: Date when the experiment began.
    from_schema: Experiment
    rank: 1000
    domain_of:
    - Experiment
    range: datetime
  end_date:
    name: end_date
    description: Date when the experiment ended.
    from_schema: Experiment
    rank: 1000
    domain_of:
    - Experiment
    range: datetime
  datasets:
    name: datasets
    description: The dataset(s) associated with the experiment.
    from_schema: Experiment
    rank: 1000
    domain_of:
    - Experiment
    range: Dataset
    multivalued: true
    inlined: true
  previous_research:
    name: previous_research
    description: Previous research related to the experiment.
    from_schema: Experiment
    rank: 1000
    domain_of:
    - Experiment
    range: string
    multivalued: true

Induced

name: Experiment
description: A single experiment conducted within an OAE project.
from_schema: OAEDataManagementProtocol
attributes:
  experiment_id:
    name: experiment_id
    description: Unique identifier for an OAE experiment.
    from_schema: Experiment
    rank: 1000
    alias: experiment_id
    owner: Experiment
    domain_of:
    - Experiment
    range: string
  project:
    name: project
    description: The OAE project to which the experiment belongs.
    from_schema: Experiment
    rank: 1000
    alias: project
    owner: Experiment
    domain_of:
    - Experiment
    range: OAEProject
    inlined: true
  observation_type:
    name: observation_type
    description: The type of observation / data submitted, multiple values are allowed
      of mulitple datasets are being submitted for this experiment.
    from_schema: Experiment
    rank: 1000
    alias: observation_type
    owner: Experiment
    domain_of:
    - Experiment
    range: ObservationType
    multivalued: true
  start_date:
    name: start_date
    description: Date when the experiment began.
    from_schema: Experiment
    rank: 1000
    alias: start_date
    owner: Experiment
    domain_of:
    - Experiment
    range: datetime
  end_date:
    name: end_date
    description: Date when the experiment ended.
    from_schema: Experiment
    rank: 1000
    alias: end_date
    owner: Experiment
    domain_of:
    - Experiment
    range: datetime
  datasets:
    name: datasets
    description: The dataset(s) associated with the experiment.
    from_schema: Experiment
    rank: 1000
    alias: datasets
    owner: Experiment
    domain_of:
    - Experiment
    range: Dataset
    multivalued: true
    inlined: true
  previous_research:
    name: previous_research
    description: Previous research related to the experiment.
    from_schema: Experiment
    rank: 1000
    alias: previous_research
    owner: Experiment
    domain_of:
    - Experiment
    range: string
    multivalued: true
  description:
    name: description
    description: A narrative description of the thing.
    from_schema: OAEDataManagementProtocol
    rank: 1000
    alias: description
    owner: Experiment
    domain_of:
    - OAEProject
    - Dataset
    - Experiment
    - ModelComponent
    range: string
  experiment_type:
    name: experiment_type
    description: The type of experiment being conducted.
    from_schema: OAEDataManagementProtocol
    rank: 1000
    alias: experiment_type
    owner: Experiment
    domain_of:
    - Experiment
    range: ExperimentType