Skip to content

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 Process <|-- MaterialProcessing Process <|-- SpecimenCollectionProcess Process : has_input Process : has_output Process : id Process : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1..1
Uriorcurie
direct
name 0..1
String
direct
has_input 0..*
String
direct
has_output 0..*
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
    multivalued: true
    domain_of:
    - MaterialProcessing
    - Process
    - SpecimenCollectionProcess
  has_output:
    name: has_output
    multivalued: true
    domain_of:
    - MaterialProcessing
    - Process
    - SpecimenCollectionProcess
  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
    multivalued: true
    domain_of:
    - MaterialProcessing
    - Process
    - SpecimenCollectionProcess
  has_output:
    name: has_output
    multivalued: true
    domain_of:
    - MaterialProcessing
    - Process
    - SpecimenCollectionProcess
  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
    multivalued: true
    alias: has_input
    owner: Process
    domain_of:
    - MaterialProcessing
    - Process
    - SpecimenCollectionProcess
    range: string
  has_output:
    name: has_output
    from_schema: https://w3id.org/linkml/cmdr
    rank: 1000
    multivalued: true
    alias: has_output
    owner: Process
    domain_of:
    - MaterialProcessing
    - Process
    - SpecimenCollectionProcess
    range: string