Skip to content

Class: Sample

The material entity that is being evaluated to assay its attributes/characteristic.

URI: michi:Sample

classDiagram class Sample click Sample href "../Sample" MaterialEntity <|-- Sample click MaterialEntity href "../MaterialEntity" Sample : description Sample : has_characteristic Sample --> "0..1" Characteristic : has_characteristic click Characteristic href "../Characteristic" Sample : id Sample : name Sample : output_of_sampling_process Sample --> "0..1" SamplePreparation : output_of_sampling_process click SamplePreparation href "../SamplePreparation"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
output_of_sampling_process 0..1
SamplePreparation
A property to link a sample to its creation process direct
has_characteristic 0..1
Characteristic
A property to provide a Characteristic of a Material Entity, such as a Sample... 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
Sample output_of_sampling_process domain Sample

TODOs

  • Review with regard to the ISA model and the controlled/independent & dependent variable part

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Sample
description: The material entity that is being evaluated to assay its attributes/characteristic.
todos:
- Review with regard to the ISA model and the controlled/independent & dependent variable
  part
from_schema: https://w3id.org/NFDI4Chem/MIChI
is_a: MaterialEntity
slots:
- output_of_sampling_process
- has_characteristic

Induced

name: Sample
description: The material entity that is being evaluated to assay its attributes/characteristic.
todos:
- Review with regard to the ISA model and the controlled/independent & dependent variable
  part
from_schema: https://w3id.org/NFDI4Chem/MIChI
is_a: MaterialEntity
attributes:
  output_of_sampling_process:
    name: output_of_sampling_process
    description: A property to link a sample to its creation process.
    from_schema: https://w3id.org/NFDI4Chem/MIChI
    rank: 1000
    domain: Sample
    alias: output_of_sampling_process
    owner: Sample
    domain_of:
    - Sample
    range: SamplePreparation
  has_characteristic:
    name: has_characteristic
    description: A property to provide a Characteristic of a Material Entity, such
      as a Sample, or a Process
    from_schema: https://w3id.org/NFDI4Chem/MIChI
    rank: 1000
    alias: has_characteristic
    owner: Sample
    domain_of:
    - Sample
    range: Characteristic
  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: Sample
    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: Sample
    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: Sample
    domain_of:
    - MinimalMetadataMixin
    range: string