Skip to content

Class: SamplePreparation

The process in which a sample is being generated or prepared for further analysis

URI: michi:SamplePreparation

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

Inheritance

Slots

Name Cardinality and Range Description Inheritance
has_input 0..1
String
A property to provide the input of a process PlannedProcess
has_output 0..1
String
A property to provide the output of a proces PlannedProcess
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
Sample output_of_sampling_process range SamplePreparation

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self michi:SamplePreparation
native michi:SamplePreparation

LinkML Source

Direct

name: SamplePreparation
description: The process in which a sample is being generated or prepared for further
  analysis
from_schema: https://w3id.org/NFDI4Chem/MIChI
is_a: PlannedProcess

Induced

name: SamplePreparation
description: The process in which a sample is being generated or prepared for further
  analysis
from_schema: https://w3id.org/NFDI4Chem/MIChI
is_a: PlannedProcess
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: SamplePreparation
    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: SamplePreparation
    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: SamplePreparation
    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: SamplePreparation
    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: SamplePreparation
    domain_of:
    - MinimalMetadataMixin
    range: string