Skip to content

Class: Experiment

URI: https://w3id.org/kbase/kbase_phenotype/Experiment

classDiagram class Experiment click Experiment href "../Experiment/" Experiment : contributor Experiment : created_at Experiment : description Experiment : experiment_id Experiment : name Experiment : protocol_id

Slots

Name Cardinality and Range Description Inheritance
experiment_id 1
String
direct
name 0..1
String
direct
description 0..1
String
direct
protocol_id 0..1
String
direct
created_at 0..1
String
direct
contributor 0..1
String
direct

Identifier and Mapping Information

Annotations

property value
source_table experiment

Schema Source

  • from schema: https://w3id.org/kbase/kbase_phenotype

Mappings

Mapping Type Mapped Value
self https://w3id.org/kbase/kbase_phenotype/Experiment
native https://w3id.org/kbase/kbase_phenotype/Experiment

LinkML Source

Direct

name: Experiment
annotations:
  source_table:
    tag: source_table
    value: experiment
from_schema: https://w3id.org/kbase/kbase_phenotype
attributes:
  experiment_id:
    name: experiment_id
    from_schema: https://w3id.org/kbase/kbase_phenotype
    rank: 1000
    identifier: true
    domain_of:
    - Experiment
    - ExperimentalContext
    - ExperimentXMeasurement
    range: string
    required: true
  name:
    name: name
    from_schema: https://w3id.org/kbase/kbase_phenotype
    rank: 1000
    domain_of:
    - Experiment
    - ExperimentalVariable
    - Protocol
    range: string
  description:
    name: description
    from_schema: https://w3id.org/kbase/kbase_phenotype
    rank: 1000
    domain_of:
    - Experiment
    - ExperimentalVariable
    - Protocol
    range: string
  protocol_id:
    name: protocol_id
    from_schema: https://w3id.org/kbase/kbase_phenotype
    rank: 1000
    identifier: false
    domain_of:
    - Experiment
    - Protocol
    range: string
  created_at:
    name: created_at
    from_schema: https://w3id.org/kbase/kbase_phenotype
    rank: 1000
    domain_of:
    - Experiment
    range: string
  contributor:
    name: contributor
    from_schema: https://w3id.org/kbase/kbase_phenotype
    rank: 1000
    domain_of:
    - Experiment
    range: string

Induced

name: Experiment
annotations:
  source_table:
    tag: source_table
    value: experiment
from_schema: https://w3id.org/kbase/kbase_phenotype
attributes:
  experiment_id:
    name: experiment_id
    from_schema: https://w3id.org/kbase/kbase_phenotype
    rank: 1000
    identifier: true
    alias: experiment_id
    owner: Experiment
    domain_of:
    - Experiment
    - ExperimentalContext
    - ExperimentXMeasurement
    range: string
  name:
    name: name
    from_schema: https://w3id.org/kbase/kbase_phenotype
    rank: 1000
    alias: name
    owner: Experiment
    domain_of:
    - Experiment
    - ExperimentalVariable
    - Protocol
    range: string
  description:
    name: description
    from_schema: https://w3id.org/kbase/kbase_phenotype
    rank: 1000
    alias: description
    owner: Experiment
    domain_of:
    - Experiment
    - ExperimentalVariable
    - Protocol
    range: string
  protocol_id:
    name: protocol_id
    from_schema: https://w3id.org/kbase/kbase_phenotype
    rank: 1000
    identifier: false
    alias: protocol_id
    owner: Experiment
    domain_of:
    - Experiment
    - Protocol
    range: string
  created_at:
    name: created_at
    from_schema: https://w3id.org/kbase/kbase_phenotype
    rank: 1000
    alias: created_at
    owner: Experiment
    domain_of:
    - Experiment
    range: string
  contributor:
    name: contributor
    from_schema: https://w3id.org/kbase/kbase_phenotype
    rank: 1000
    alias: contributor
    owner: Experiment
    domain_of:
    - Experiment
    range: string