Skip to content

Class: PlannedProcess

A process that is executed according to some plan or protocol

URI: OBI:0000011

classDiagram class PlannedProcess click PlannedProcess href "../PlannedProcess" MinimalMetadataMixin <|-- PlannedProcess click MinimalMetadataMixin href "../MinimalMetadataMixin" PlannedProcess <|-- ChemicalAssay click ChemicalAssay href "../ChemicalAssay" PlannedProcess <|-- ChemicalAnalysis click ChemicalAnalysis href "../ChemicalAnalysis" PlannedProcess <|-- SamplePreparation click SamplePreparation href "../SamplePreparation" PlannedProcess : description PlannedProcess : has_input PlannedProcess : has_output PlannedProcess : id PlannedProcess : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
has_input 0..1
String
A property to provide the input of a process direct
has_output 0..1
String
A property to provide the output of a proces direct
id 1
Uriorcurie
A property to provide the unique identifier for a thing MinimalMetadataMixin
name 0..1
String
A property to provide the human-readable name for a thing MinimalMetadataMixin
description 0..1
String
A property to provide the human-readable description for a thing MinimalMetadataMixin

Usages

used by used in type used
PlannedProcess has_input domain PlannedProcess
PlannedProcess has_output domain PlannedProcess
ChemicalAssay has_input domain PlannedProcess
ChemicalAssay has_output domain PlannedProcess
ChemicalAnalysis has_input domain PlannedProcess
ChemicalAnalysis has_output domain PlannedProcess
SamplePreparation has_input domain PlannedProcess
SamplePreparation has_output domain PlannedProcess

Comments

  • PS: unsure if we really need this abstract class or if its children would suffice

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/NFDI4Chem/MIChI

Mappings

Mapping Type Mapped Value
self OBI:0000011
native michi:PlannedProcess

LinkML Source

Direct

name: PlannedProcess
description: A process that is executed according to some plan or protocol
comments:
- 'PS: unsure if we really need this abstract class or if its children would suffice'
from_schema: https://w3id.org/NFDI4Chem/MIChI
mixins:
- MinimalMetadataMixin
slots:
- has_input
- has_output
class_uri: OBI:0000011

Induced

name: PlannedProcess
description: A process that is executed according to some plan or protocol
comments:
- 'PS: unsure if we really need this abstract class or if its children would suffice'
from_schema: https://w3id.org/NFDI4Chem/MIChI
mixins:
- MinimalMetadataMixin
attributes:
  has_input:
    name: has_input
    description: A property to provide the input of a process.
    from_schema: https://w3id.org/NFDI4Chem/MIChI
    rank: 1000
    domain: PlannedProcess
    alias: has_input
    owner: PlannedProcess
    domain_of:
    - PlannedProcess
    range: string
  has_output:
    name: has_output
    description: A property to provide the output of a proces.
    from_schema: https://w3id.org/NFDI4Chem/MIChI
    rank: 1000
    domain: PlannedProcess
    alias: has_output
    owner: PlannedProcess
    domain_of:
    - PlannedProcess
    range: string
  id:
    name: id
    description: A property to provide the unique identifier for a thing
    from_schema: https://w3id.org/NFDI4Chem/MIChI
    rank: 1000
    slot_uri: dct:identifier
    identifier: true
    alias: id
    owner: PlannedProcess
    domain_of:
    - MinimalMetadataMixin
    range: uriorcurie
    required: true
  name:
    name: name
    description: A property to provide the human-readable name for a thing
    from_schema: https://w3id.org/NFDI4Chem/MIChI
    rank: 1000
    slot_uri: dct:title
    alias: name
    owner: PlannedProcess
    domain_of:
    - MinimalMetadataMixin
    range: string
  description:
    name: description
    description: A property to provide the human-readable description for a thing
    from_schema: https://w3id.org/NFDI4Chem/MIChI
    rank: 1000
    slot_uri: dct:description
    alias: description
    owner: PlannedProcess
    domain_of:
    - MinimalMetadataMixin
    range: string
class_uri: OBI:0000011