Slot: has_physical_state
The slot to specify the physical state of a MaterialEntity.
URI: SIO:000008 Alias: has_physical_state
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| Reactor | A reactor is a container for controlling a biological or chemical reaction or process. | no |
| MaterialSample | A Sample that was derived from a previous MaterialSample or some other kind of MaterialEntity. | no |
| ChemicalSubstance | A MaterialEntity of constant composition, composed of chemical entities of the same type or of different types. | no |
| Materialistic | A LinkML mixin used to pass down properties common to all material entities. It is needed for example to have MaterialSample have the same properties as MaterialEntity, although it is defined as a subclass of EvaluatedEntity. | no |
| Reagent | A ChemicalSubstance that is consumed or transformed in a ChemicalReaction. | no |
| ChemicalProduct | A chemical substance that is produced by a ChemicalReaction. | no |
| StartingMaterial | A ChemicalSubstance with that has a starting material role in a synthesis. | no |
| ChemicalEntity | Any constitutionally or isotopically distinct atom, molecule, ion, ion pair, radical, radical ion, complex, conformer etc., identifiable as a separately distinguishable entity. | no |
| DissolvingSubstance | A liquid ChemicalSubstance that dissolves or that is capable of dissolving a ChemicalSubstance. | no |
| Catalyst | A ChemicalSubstance or MaterialEntity that initiates or accelerates a ChemicalReaction without itself being affected. | no |
| SubstanceSample | A MaterialSample derived from a ChemicalSubstance that is of interest in an analytical procedure. | no |
| Atom | A MaterialEntity constituting the smallest component of an element having the chemical properties of the element. | no |
| Precursor | A MaterialSample that serves as input material in a catalyst Synthesis. Precursors are consumed or transformed during the preparation process. |
no |
| Polymer | A ChemicalSubstance that is composed of macromolecules of different kinds and which may be differentiated by composition, length, degree of branching etc.. | no |
| PolymerSample | A SubstanceSample derived from a Polymer. | no |
| CatalystSample | A MaterialSample that is the product of a catalyst Synthesis. The specific type of catalyst (e.g. heterogeneous, supported metal) is expressed via rdf_type using a voc4cat term. |
no |
| MaterialEntity | A material is an Entity that has some portion of matter as proper part. | no |
Properties
- Range: PhysicalStateEnum
TODOs
- Find out how to make this a subproperty of has_qualitative_attribute, as it currently throws the error 'physical_state enumerations cannot be inlined' due to the fact that we are using an enum here.
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/nfdi4cat/coremeta4cat
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | SIO:000008 |
| native | coremeta4cat:has_physical_state |
LinkML Source
name: has_physical_state
description: The slot to specify the physical state of a MaterialEntity.
todos:
- Find out how to make this a subproperty of has_qualitative_attribute, as it currently
throws the error 'physical_state enumerations cannot be inlined' due to the fact
that we are using an enum here.
from_schema: https://w3id.org/nfdi4cat/coremeta4cat
rank: 1000
slot_uri: SIO:000008
alias: has_physical_state
domain_of:
- Materialistic
range: PhysicalStateEnum
multivalued: false
inlined: false