Class: Characteristic
An attribute/characteristic of an entity (which could be a material entity, information or process)
URI: BFO:0000020
classDiagram
class Characteristic
click Characteristic href "../Characteristic"
Characteristic : has_quantitative_value
Characteristic : output_of_analysis
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
has_quantitative_value | 0..1 String |
A property to provide the qualitative value of a characteristic | direct |
output_of_analysis | 0..1 String |
A property to provide the chemical analysis or assay that determined the char... | direct |
Usages
used by | used in | type | used |
---|---|---|---|
Characteristic | has_quantitative_value | domain | Characteristic |
Characteristic | output_of_analysis | domain | Characteristic |
Sample | has_characteristic | range | Characteristic |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/NFDI4Chem/MIChI
Mappings
Mapping Type | Mapped Value |
---|---|
self | BFO:0000020 |
native | michi:Characteristic |
LinkML Source
Direct
name: Characteristic
description: An attribute/characteristic of an entity (which could be a material entity,
information or process)
from_schema: https://w3id.org/NFDI4Chem/MIChI
slots:
- has_quantitative_value
- output_of_analysis
class_uri: BFO:0000020
Induced
name: Characteristic
description: An attribute/characteristic of an entity (which could be a material entity,
information or process)
from_schema: https://w3id.org/NFDI4Chem/MIChI
attributes:
has_quantitative_value:
name: has_quantitative_value
description: A property to provide the qualitative value of a characteristic
from_schema: https://w3id.org/NFDI4Chem/MIChI
rank: 1000
domain: Characteristic
alias: has_quantitative_value
owner: Characteristic
domain_of:
- Characteristic
range: string
output_of_analysis:
name: output_of_analysis
description: A property to provide the chemical analysis or assay that determined
the characteristic
from_schema: https://w3id.org/NFDI4Chem/MIChI
rank: 1000
domain: Characteristic
alias: output_of_analysis
owner: Characteristic
domain_of:
- Characteristic
range: string
class_uri: BFO:0000020