Class: StudyWorkflowAssociation
M:N link between Study and WorkflowRun
URI: lambdaber:StudyWorkflowAssociation
classDiagram
class StudyWorkflowAssociation
click StudyWorkflowAssociation href "../StudyWorkflowAssociation/"
StudyWorkflowAssociation : study_id
StudyWorkflowAssociation --> "1" Study : study_id
click Study href "../Study/"
StudyWorkflowAssociation : workflow_id
StudyWorkflowAssociation --> "1" WorkflowRun : workflow_id
click WorkflowRun href "../WorkflowRun/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| study_id | 1 Study |
Reference to the study | direct |
| workflow_id | 1 WorkflowRun |
Reference to the workflow run | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Dataset | study_workflow_associations | range | StudyWorkflowAssociation |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lambda-ber-schema/
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | lambdaber:StudyWorkflowAssociation |
| native | lambdaber:StudyWorkflowAssociation |
LinkML Source
Direct
name: StudyWorkflowAssociation
description: M:N link between Study and WorkflowRun
from_schema: https://w3id.org/lambda-ber-schema/
attributes:
study_id:
name: study_id
description: Reference to the study
from_schema: https://w3id.org/lambda-ber-schema/
domain_of:
- StudySampleAssociation
- StudyExperimentAssociation
- StudyWorkflowAssociation
range: Study
required: true
workflow_id:
name: workflow_id
description: Reference to the workflow run
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
domain_of:
- StudyWorkflowAssociation
- WorkflowExperimentAssociation
- WorkflowInputAssociation
- WorkflowOutputAssociation
range: WorkflowRun
required: true
Induced
name: StudyWorkflowAssociation
description: M:N link between Study and WorkflowRun
from_schema: https://w3id.org/lambda-ber-schema/
attributes:
study_id:
name: study_id
description: Reference to the study
from_schema: https://w3id.org/lambda-ber-schema/
alias: study_id
owner: StudyWorkflowAssociation
domain_of:
- StudySampleAssociation
- StudyExperimentAssociation
- StudyWorkflowAssociation
range: Study
required: true
workflow_id:
name: workflow_id
description: Reference to the workflow run
from_schema: https://w3id.org/lambda-ber-schema/
rank: 1000
alias: workflow_id
owner: StudyWorkflowAssociation
domain_of:
- StudyWorkflowAssociation
- WorkflowExperimentAssociation
- WorkflowInputAssociation
- WorkflowOutputAssociation
range: WorkflowRun
required: true