Class: ChemicalAnalysis
An interpretation of the data output of a ChemicalAssay
classDiagram
class ChemicalAnalysis
click ChemicalAnalysis href "../ChemicalAnalysis"
PlannedProcess <|-- ChemicalAnalysis
click PlannedProcess href "../PlannedProcess"
ChemicalAnalysis : based_on_assay_output
ChemicalAnalysis : description
ChemicalAnalysis : has_input
ChemicalAnalysis : has_output
ChemicalAnalysis : has_status
ChemicalAnalysis --> "0..1" ChemicalAnalysisStatus : has_status
click ChemicalAnalysisStatus href "../ChemicalAnalysisStatus"
ChemicalAnalysis : id
ChemicalAnalysis : name
Inheritance
- PlannedProcess [ MinimalMetadataMixin]
- ChemicalAnalysis
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
has_status | 0..1 ChemicalAnalysisStatus |
A property to provide the status of a ChemicalAnalysis | direct |
based_on_assay_output | 0..1 String |
The status of a ChemicalAnalysis | 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 |
---|---|---|---|
ChemicalAnalysis | has_status | domain | ChemicalAnalysis |
ChemicalAnalysis | based_on_assay_output | domain | ChemicalAnalysis |
Comments
- Examples: an assignment of chemical structures to certain peaks in a spectrum
TODOs
- think about or the other possible slots for different kinds of chemical analyses
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/NFDI4Chem/MIChI
Mappings
Mapping Type | Mapped Value |
---|---|
self | michi:ChemicalAnalysis |
native | michi:ChemicalAnalysis |
LinkML Source
Direct
name: ChemicalAnalysis
description: An interpretation of the data output of a ChemicalAssay
todos:
- think about or the other possible slots for different kinds of chemical analyses
comments:
- 'Examples: an assignment of chemical structures to certain peaks in a spectrum'
from_schema: https://w3id.org/NFDI4Chem/MIChI
is_a: PlannedProcess
slots:
- has_status
- based_on_assay_output
Induced
name: ChemicalAnalysis
description: An interpretation of the data output of a ChemicalAssay
todos:
- think about or the other possible slots for different kinds of chemical analyses
comments:
- 'Examples: an assignment of chemical structures to certain peaks in a spectrum'
from_schema: https://w3id.org/NFDI4Chem/MIChI
is_a: PlannedProcess
attributes:
has_status:
name: has_status
description: A property to provide the status of a ChemicalAnalysis
from_schema: https://w3id.org/NFDI4Chem/MIChI
rank: 1000
domain: ChemicalAnalysis
alias: has_status
owner: ChemicalAnalysis
domain_of:
- ChemicalAnalysis
range: ChemicalAnalysisStatus
based_on_assay_output:
name: based_on_assay_output
description: The status of a ChemicalAnalysis
from_schema: https://w3id.org/NFDI4Chem/MIChI
rank: 1000
domain: ChemicalAnalysis
alias: based_on_assay_output
owner: ChemicalAnalysis
domain_of:
- ChemicalAnalysis
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: ChemicalAnalysis
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: ChemicalAnalysis
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: ChemicalAnalysis
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: ChemicalAnalysis
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: ChemicalAnalysis
domain_of:
- MinimalMetadataMixin
range: string