Skip to content

Class: ChemicalAssay

The planned process to chemically assay a sample in order to determine some characteristic of it.

URI: OBI:0000070

classDiagram class ChemicalAssay click ChemicalAssay href "../ChemicalAssay" PlannedProcess <|-- ChemicalAssay click PlannedProcess href "../PlannedProcess" ChemicalAssay : description ChemicalAssay : has_device ChemicalAssay : has_input ChemicalAssay : has_output ChemicalAssay : has_sample ChemicalAssay : has_type ChemicalAssay : id ChemicalAssay : name ChemicalAssay : produces_dataset

Inheritance

Slots

Name Cardinality and Range Description Inheritance
has_sample 0..1
String
A property to provide the sample being evaluated in a ChemicalAssay direct
has_device 0..1
String
A property to provide the device being used in a ChemicalAssay direct
produces_dataset 0..1
String
A property to provide the dataset being produced by a ChemicalAnalysis or Che... direct
has_type 0..1
String
A property to provide the specific type of the class it is used on direct
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
ChemicalAssay has_sample domain ChemicalAssay
ChemicalAssay has_device domain ChemicalAssay
ChemicalAssay produces_dataset domain ChemicalAssay

Comments

  • Examples: a certain Raman spectroscopy performed to determine the Raman shift of some sample

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self OBI:0000070
native michi:ChemicalAssay

LinkML Source

Direct

name: ChemicalAssay
description: The planned process to chemically assay a sample in order to determine
  some characteristic of it.
comments:
- 'Examples: a certain Raman spectroscopy performed to determine the Raman shift of
  some sample'
from_schema: https://w3id.org/NFDI4Chem/MIChI
is_a: PlannedProcess
slots:
- has_sample
- has_device
- produces_dataset
- has_type
class_uri: OBI:0000070

Induced

name: ChemicalAssay
description: The planned process to chemically assay a sample in order to determine
  some characteristic of it.
comments:
- 'Examples: a certain Raman spectroscopy performed to determine the Raman shift of
  some sample'
from_schema: https://w3id.org/NFDI4Chem/MIChI
is_a: PlannedProcess
attributes:
  has_sample:
    name: has_sample
    description: A property to provide the sample being evaluated in a ChemicalAssay
    from_schema: https://w3id.org/NFDI4Chem/MIChI
    rank: 1000
    is_a: has_input
    domain: ChemicalAssay
    alias: has_sample
    owner: ChemicalAssay
    domain_of:
    - ChemicalAssay
    range: string
  has_device:
    name: has_device
    description: A property to provide the device being used in a ChemicalAssay
    from_schema: https://w3id.org/NFDI4Chem/MIChI
    rank: 1000
    is_a: has_input
    domain: ChemicalAssay
    alias: has_device
    owner: ChemicalAssay
    domain_of:
    - ChemicalAssay
    range: string
  produces_dataset:
    name: produces_dataset
    description: A property to provide the dataset being produced by a ChemicalAnalysis
      or ChemicalAssay
    from_schema: https://w3id.org/NFDI4Chem/MIChI
    rank: 1000
    is_a: has_output
    domain: ChemicalAssay
    alias: produces_dataset
    owner: ChemicalAssay
    domain_of:
    - ChemicalAssay
    range: string
  has_type:
    name: has_type
    description: A property to provide the specific type of the class it is used on.
    todos:
    - Reread the LinkML docs to find out how to implement this properly
    from_schema: https://w3id.org/NFDI4Chem/MIChI
    rank: 1000
    designates_type: true
    alias: has_type
    owner: ChemicalAssay
    domain_of:
    - Device
    - ChemicalAssay
    range: string
  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: ChemicalAssay
    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: ChemicalAssay
    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: ChemicalAssay
    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: ChemicalAssay
    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: ChemicalAssay
    domain_of:
    - MinimalMetadataMixin
    range: string
class_uri: OBI:0000070