Skip to content

Class: CombustionSynthesis

Catalyst preparation by combustion of a fuel/oxidizer mixture,

producing metal oxide catalysts in a single rapid step.

URI: coremeta4cat:CombustionSynthesis

 classDiagram
    class CombustionSynthesis
    click CombustionSynthesis href "../../classes/CombustionSynthesis/"
      ThermalSynthesisMixin <|-- CombustionSynthesis
        click ThermalSynthesisMixin href "../../classes/ThermalSynthesisMixin/"
      PreparationMethod <|-- CombustionSynthesis
        click PreparationMethod href "../../classes/PreparationMethod/"

      CombustionSynthesis : atmosphere

      CombustionSynthesis : description

      CombustionSynthesis : equipment

      CombustionSynthesis : fuel

      CombustionSynthesis : fuel_to_oxidizer_ratio

      CombustionSynthesis : oxidizer

      CombustionSynthesis : post_treatment

      CombustionSynthesis : rdf_type





        CombustionSynthesis --> "0..1 _recommended_" DefinedTerm : rdf_type
        click DefinedTerm href "../../classes/DefinedTerm/"



      CombustionSynthesis : set_temperature

      CombustionSynthesis : synthesis_duration

      CombustionSynthesis : synthesis_temperature

      CombustionSynthesis : title

      CombustionSynthesis : type





        CombustionSynthesis --> "0..1" DefinedTerm : type
        click DefinedTerm href "../../classes/DefinedTerm/"



      CombustionSynthesis : vessel_type


Inheritance

Slots

Name Cardinality and Range Description Inheritance
fuel *
String
Organic fuel used in combustion synthesis (e.g. urea, glycine). direct
oxidizer *
String
Oxidizer used in combustion synthesis (e.g. metal nitrates). direct
fuel_to_oxidizer_ratio *
Float
Molar ratio of fuel to oxidizer. direct
set_temperature *
Float
Target temperature set for the combustion reaction. direct
post_treatment *
String
Post-synthesis treatment applied to the combustion product. direct
synthesis_temperature *
Float
Temperature applied during the synthesis step. ThermalSynthesisMixin
synthesis_duration *
Float
Total duration of the synthesis step. ThermalSynthesisMixin
equipment *
String
Equipment or instrument used in a process. ThermalSynthesisMixin
vessel_type *
String
Type of reaction or synthesis vessel used. ThermalSynthesisMixin
atmosphere *
String
Gaseous environment or atmospheric conditions during a process. ThermalSynthesisMixin
title 0..1
String
This slot is described in more detail within the class in which it is used. Plan
description 0..1
String
This slot is described in more detail within the class in which it is used. Plan
type 0..1
DefinedTerm
This slot is described in more detail within the class in which it is used. ClassifierMixin
rdf_type 0..1 recommended
DefinedTerm
The slot to specify the ontology class that is instantiated by an entity. ClassifierMixin

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/nfdi4cat/coremeta4cat

Mappings

Mapping Type Mapped Value
self coremeta4cat:CombustionSynthesis
native coremeta4cat:CombustionSynthesis

LinkML Source

Direct

name: CombustionSynthesis
description: 'Catalyst preparation by combustion of a fuel/oxidizer mixture,

  producing metal oxide catalysts in a single rapid step.'
from_schema: https://w3id.org/nfdi4cat/coremeta4cat
is_a: PreparationMethod
mixins:
- ThermalSynthesisMixin
slots:
- fuel
- oxidizer
- fuel_to_oxidizer_ratio
- set_temperature
- post_treatment
class_uri: coremeta4cat:CombustionSynthesis

Induced

name: CombustionSynthesis
description: 'Catalyst preparation by combustion of a fuel/oxidizer mixture,

  producing metal oxide catalysts in a single rapid step.'
from_schema: https://w3id.org/nfdi4cat/coremeta4cat
is_a: PreparationMethod
mixins:
- ThermalSynthesisMixin
attributes:
  fuel:
    name: fuel
    description: Organic fuel used in combustion synthesis (e.g. urea, glycine).
    from_schema: https://w3id.org/nfdi4cat/coremeta4cat
    rank: 1000
    slot_uri: coremeta4cat:fuel
    alias: fuel
    owner: CombustionSynthesis
    domain_of:
    - CombustionSynthesis
    range: string
    multivalued: true
  oxidizer:
    name: oxidizer
    description: Oxidizer used in combustion synthesis (e.g. metal nitrates).
    from_schema: https://w3id.org/nfdi4cat/coremeta4cat
    rank: 1000
    slot_uri: coremeta4cat:oxidizer
    alias: oxidizer
    owner: CombustionSynthesis
    domain_of:
    - CombustionSynthesis
    range: string
    multivalued: true
  fuel_to_oxidizer_ratio:
    name: fuel_to_oxidizer_ratio
    description: Molar ratio of fuel to oxidizer.
    from_schema: https://w3id.org/nfdi4cat/coremeta4cat
    rank: 1000
    slot_uri: coremeta4cat:fuel_to_oxidizer_ratio
    alias: fuel_to_oxidizer_ratio
    owner: CombustionSynthesis
    domain_of:
    - CombustionSynthesis
    range: float
    multivalued: true
  set_temperature:
    name: set_temperature
    description: Target temperature set for the combustion reaction.
    from_schema: https://w3id.org/nfdi4cat/coremeta4cat
    rank: 1000
    slot_uri: coremeta4cat:set_temperature
    alias: set_temperature
    owner: CombustionSynthesis
    domain_of:
    - CombustionSynthesis
    range: float
    multivalued: true
    unit:
      ucum_code: Cel
  post_treatment:
    name: post_treatment
    description: Post-synthesis treatment applied to the combustion product.
    from_schema: https://w3id.org/nfdi4cat/coremeta4cat
    rank: 1000
    slot_uri: coremeta4cat:post_treatment
    alias: post_treatment
    owner: CombustionSynthesis
    domain_of:
    - CombustionSynthesis
    range: string
    multivalued: true
  synthesis_temperature:
    name: synthesis_temperature
    description: Temperature applied during the synthesis step.
    from_schema: https://w3id.org/nfdi4cat/coremeta4cat
    rank: 1000
    slot_uri: VOC4CAT:0000051
    alias: synthesis_temperature
    owner: CombustionSynthesis
    domain_of:
    - ThermalSynthesisMixin
    range: float
    multivalued: true
    unit:
      ucum_code: Cel
  synthesis_duration:
    name: synthesis_duration
    description: Total duration of the synthesis step.
    from_schema: https://w3id.org/nfdi4cat/coremeta4cat
    rank: 1000
    slot_uri: VOC4CAT:0000050
    alias: synthesis_duration
    owner: CombustionSynthesis
    domain_of:
    - ThermalSynthesisMixin
    range: float
    multivalued: true
    unit:
      ucum_code: h
  equipment:
    name: equipment
    description: Equipment or instrument used in a process.
    from_schema: https://w3id.org/nfdi4cat/coremeta4cat
    rank: 1000
    slot_uri: VOC4CAT:0000187
    alias: equipment
    owner: CombustionSynthesis
    domain_of:
    - ThermalSynthesisMixin
    - Characterization
    range: string
    multivalued: true
  vessel_type:
    name: vessel_type
    description: Type of reaction or synthesis vessel used.
    from_schema: https://w3id.org/nfdi4cat/coremeta4cat
    rank: 1000
    slot_uri: coremeta4cat:vessel_type
    alias: vessel_type
    owner: CombustionSynthesis
    domain_of:
    - ThermalSynthesisMixin
    range: string
    multivalued: true
  atmosphere:
    name: atmosphere
    description: Gaseous environment or atmospheric conditions during a process.
    from_schema: https://w3id.org/nfdi4cat/coremeta4cat
    rank: 1000
    slot_uri: coremeta4cat:atmosphere
    alias: atmosphere
    owner: CombustionSynthesis
    domain_of:
    - ThermalSynthesisMixin
    - MolecularSynthesis
    - ElectrochemistryMixin
    - PowderXRD
    - XPS
    - InfraredSpectroscopy
    - DRIFTS
    - RamanSpectroscopy
    - NMRSpectroscopy
    - Thermogravimetry
    - Reaction
    range: string
    multivalued: true
  title:
    name: title
    description: This slot is described in more detail within the class in which it
      is used.
    from_schema: https://w3id.org/nfdi4cat/coremeta4cat
    rank: 1000
    slot_uri: dcterms:title
    alias: title
    owner: CombustionSynthesis
    domain_of:
    - Activity
    - AgenticEntity
    - Any
    - Attribution
    - Catalogue
    - CatalogueRecord
    - ChecksumAlgorithm
    - Concept
    - ConceptScheme
    - DataService
    - Dataset
    - DatasetSeries
    - DefinedTerm
    - Distribution
    - Document
    - Entity
    - Frequency
    - Geometry
    - Identifier
    - LegalResource
    - LicenseDocument
    - LinguisticSystem
    - MediaType
    - MediaTypeOrExtent
    - PeriodOfTime
    - Plan
    - Policy
    - ProvenanceStatement
    - QualitativeAttribute
    - QuantitativeAttribute
    - Resource
    - RightsStatement
    - Role
    - Standard
    - SupportiveEntity
    - Surrounding
    - TimeInstant
    range: string
  description:
    name: description
    description: This slot is described in more detail within the class in which it
      is used.
    from_schema: https://w3id.org/nfdi4cat/coremeta4cat
    rank: 1000
    slot_uri: dcterms:description
    alias: description
    owner: CombustionSynthesis
    domain_of:
    - Activity
    - AgenticEntity
    - Any
    - Attribution
    - Catalogue
    - CatalogueRecord
    - ChecksumAlgorithm
    - Concept
    - ConceptScheme
    - DataService
    - Dataset
    - DatasetSeries
    - Distribution
    - Document
    - Entity
    - Frequency
    - Geometry
    - Identifier
    - LegalResource
    - LicenseDocument
    - LinguisticSystem
    - MediaType
    - MediaTypeOrExtent
    - PeriodOfTime
    - Plan
    - Policy
    - ProvenanceStatement
    - QualitativeAttribute
    - QuantitativeAttribute
    - Resource
    - RightsStatement
    - Role
    - Standard
    - SupportiveEntity
    - Surrounding
    - TimeInstant
    range: string
  type:
    name: type
    description: This slot is described in more detail within the class in which it
      is used.
    from_schema: https://w3id.org/nfdi4cat/coremeta4cat
    rank: 1000
    slot_uri: dcterms:type
    alias: type
    owner: CombustionSynthesis
    domain_of:
    - Agent
    - ClassifierMixin
    - Dataset
    - LicenseDocument
    range: DefinedTerm
    inlined: true
  rdf_type:
    name: rdf_type
    description: The slot to specify the ontology class that is instantiated by an
      entity.
    in_subset:
    - domain_agnostic_core
    from_schema: https://w3id.org/nfdi4cat/coremeta4cat
    rank: 1000
    slot_uri: rdf:type
    alias: rdf_type
    owner: CombustionSynthesis
    domain_of:
    - ClassifierMixin
    range: DefinedTerm
    recommended: true
    inlined: true
class_uri: coremeta4cat:CombustionSynthesis