Skip to content

Class: WorkflowExperimentAssociation

M:N link between WorkflowRun and source ExperimentRuns

URI: lambdaber:WorkflowExperimentAssociation

classDiagram class WorkflowExperimentAssociation click WorkflowExperimentAssociation href "../WorkflowExperimentAssociation/" WorkflowExperimentAssociation : experiment_id WorkflowExperimentAssociation --> "1" ExperimentRun : experiment_id click ExperimentRun href "../ExperimentRun/" WorkflowExperimentAssociation : workflow_id WorkflowExperimentAssociation --> "1" WorkflowRun : workflow_id click WorkflowRun href "../WorkflowRun/"

Slots

Name Cardinality and Range Description Inheritance
workflow_id 1
WorkflowRun
Reference to the workflow run direct
experiment_id 1
ExperimentRun
Reference to the source experiment run direct

Usages

used by used in type used
Dataset workflow_experiment_associations range WorkflowExperimentAssociation

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lambda-ber-schema/

Mappings

Mapping Type Mapped Value
self lambdaber:WorkflowExperimentAssociation
native lambdaber:WorkflowExperimentAssociation

LinkML Source

Direct

name: WorkflowExperimentAssociation
description: M:N link between WorkflowRun and source ExperimentRuns
from_schema: https://w3id.org/lambda-ber-schema/
attributes:
  workflow_id:
    name: workflow_id
    description: Reference to the workflow run
    from_schema: https://w3id.org/lambda-ber-schema/
    domain_of:
    - StudyWorkflowAssociation
    - WorkflowExperimentAssociation
    - WorkflowInputAssociation
    - WorkflowOutputAssociation
    range: WorkflowRun
    required: true
  experiment_id:
    name: experiment_id
    description: Reference to the source experiment run
    from_schema: https://w3id.org/lambda-ber-schema/
    domain_of:
    - StudyExperimentAssociation
    - ExperimentSampleAssociation
    - ExperimentInstrumentAssociation
    - WorkflowExperimentAssociation
    range: ExperimentRun
    required: true

Induced

name: WorkflowExperimentAssociation
description: M:N link between WorkflowRun and source ExperimentRuns
from_schema: https://w3id.org/lambda-ber-schema/
attributes:
  workflow_id:
    name: workflow_id
    description: Reference to the workflow run
    from_schema: https://w3id.org/lambda-ber-schema/
    alias: workflow_id
    owner: WorkflowExperimentAssociation
    domain_of:
    - StudyWorkflowAssociation
    - WorkflowExperimentAssociation
    - WorkflowInputAssociation
    - WorkflowOutputAssociation
    range: WorkflowRun
    required: true
  experiment_id:
    name: experiment_id
    description: Reference to the source experiment run
    from_schema: https://w3id.org/lambda-ber-schema/
    alias: experiment_id
    owner: WorkflowExperimentAssociation
    domain_of:
    - StudyExperimentAssociation
    - ExperimentSampleAssociation
    - ExperimentInstrumentAssociation
    - WorkflowExperimentAssociation
    range: ExperimentRun
    required: true