Skip to content

Class: ExperimentXProject

Captures the relationship between an experiment and the project that it is a part of.

URI: kb_cdm:ExperimentXProject

classDiagram class ExperimentXProject click ExperimentXProject href "../ExperimentXProject" Table <|-- ExperimentXProject click Table href "../Table" ExperimentXProject : experiment_id ExperimentXProject : project_id

Inheritance

  • Table
    • ExperimentXProject

Slots

Name Cardinality and Range Description Inheritance
experiment_id 1..*
UUID
Internal (CDM) unique identifier for an experiment direct
project_id 1
UUID
Internal (CDM) unique identifier for a project 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:ExperimentXProject
native kb_cdm:ExperimentXProject

LinkML Source

Direct

name: Experiment_X_Project
description: Captures the relationship between an experiment and the project that
  it is a part of.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
is_a: Table
slots:
- experiment_id
- project_id
slot_usage:
  experiment_id:
    name: experiment_id
    multivalued: true
represents_relationship: true

Induced

name: Experiment_X_Project
description: Captures the relationship between an experiment and the project that
  it is a part of.
from_schema: http://kbase.github.io/cdm-schema/cdm_schema
is_a: Table
slot_usage:
  experiment_id:
    name: experiment_id
    multivalued: true
attributes:
  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
    alias: experiment_id
    owner: Experiment_X_Project
    domain_of:
    - Contributor_X_Role_X_Experiment
    - Experiment_X_Project
    - Experiment_X_Sample
    - Experiment
    range: UUID
    required: true
    multivalued: true
  project_id:
    name: project_id
    description: Internal (CDM) unique identifier for a project.
    from_schema: http://kbase.github.io/cdm-schema/cdm_schema
    rank: 1000
    alias: project_id
    owner: Experiment_X_Project
    domain_of:
    - Contributor_X_Role_X_Project
    - Experiment_X_Project
    - Project
    range: UUID
    required: true
represents_relationship: true