Class: Process
A planned process resulting in a material or data
- NOTE: this is an abstract class and should not be instantiated directly
URI: cmdr:Process
classDiagram
class Process
click Process href "../Process"
Process <|-- MaterialProcessing
click MaterialProcessing href "../MaterialProcessing"
Process <|-- SpecimenCollectionProcess
click SpecimenCollectionProcess href "../SpecimenCollectionProcess"
Process : has_input
Process : has_output
Process : id
Process : name
Inheritance
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
id | 1 Uriorcurie |
direct | |
name | 0..1 String |
direct | |
has_input | * String |
direct | |
has_output | * String |
direct |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/cmdr
Mappings
Mapping Type | Mapped Value |
---|---|
self | cmdr:Process |
native | cmdr:Process |
LinkML Source
Direct
name: Process
description: A planned process resulting in a material or data
from_schema: https://w3id.org/linkml/cmdr
abstract: true
slots:
- id
- name
- has_input
- has_output
slot_usage:
has_input:
name: has_input
domain_of:
- MaterialProcessing
- Process
- SpecimenCollectionProcess
multivalued: true
has_output:
name: has_output
domain_of:
- MaterialProcessing
- Process
- SpecimenCollectionProcess
multivalued: true
id:
name: id
identifier: true
domain_of:
- Investigation
- MaterialEntity
- Participation
- Process
- Subject
range: uriorcurie
Induced
name: Process
description: A planned process resulting in a material or data
from_schema: https://w3id.org/linkml/cmdr
abstract: true
slot_usage:
has_input:
name: has_input
domain_of:
- MaterialProcessing
- Process
- SpecimenCollectionProcess
multivalued: true
has_output:
name: has_output
domain_of:
- MaterialProcessing
- Process
- SpecimenCollectionProcess
multivalued: true
id:
name: id
identifier: true
domain_of:
- Investigation
- MaterialEntity
- Participation
- Process
- Subject
range: uriorcurie
attributes:
id:
name: id
from_schema: https://w3id.org/linkml/cmdr
rank: 1000
identifier: true
alias: id
owner: Process
domain_of:
- Investigation
- MaterialEntity
- Participation
- Process
- Subject
range: uriorcurie
name:
name: name
from_schema: https://w3id.org/linkml/cmdr
rank: 1000
alias: name
owner: Process
domain_of:
- Investigation
- MaterialEntity
- Participation
- Process
- Subject
range: string
has_input:
name: has_input
from_schema: https://w3id.org/linkml/cmdr
rank: 1000
alias: has_input
owner: Process
domain_of:
- MaterialProcessing
- Process
- SpecimenCollectionProcess
range: string
multivalued: true
has_output:
name: has_output
from_schema: https://w3id.org/linkml/cmdr
rank: 1000
alias: has_output
owner: Process
domain_of:
- MaterialProcessing
- Process
- SpecimenCollectionProcess
range: string
multivalued: true