Skip to content

Class: QuantitativeRange

A quantitative property expressed as a range between a lower and upper bound,

sharing a common unit. Used where an experiment operates over a range of

conditions (e.g. a temperature sweep, a feed concentration window).

__

Aligned to qudt:Quantity (as in the DCAT-AP-PLUS QuantitativeAttribute pattern)

but with min_value / max_value instead of a single value to represent an

interval rather than a point value. Provide the shared unit as a QUDT DefinedTerm.

URI: qudt:Quantity

 classDiagram
    class QuantitativeRange
    click QuantitativeRange href "../../classes/QuantitativeRange/"
      ClassifierMixin <|-- QuantitativeRange
        click ClassifierMixin href "../../classes/ClassifierMixin/"

      QuantitativeRange : description

      QuantitativeRange : has_quantity_type





        QuantitativeRange --> "0..1" DefinedTerm : has_quantity_type
        click DefinedTerm href "../../classes/DefinedTerm/"



      QuantitativeRange : max_value

      QuantitativeRange : min_value

      QuantitativeRange : rdf_type





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



      QuantitativeRange : title

      QuantitativeRange : type





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



      QuantitativeRange : unit





        QuantitativeRange --> "0..1" DefinedTerm : unit
        click DefinedTerm href "../../classes/DefinedTerm/"



Inheritance

Slots

Name Cardinality and Range Description Inheritance
title 0..1
String
This slot is described in more detail within the class in which it is used. direct
description 0..1
String
This slot is described in more detail within the class in which it is used. direct
min_value 0..1
Float
Lower bound of the range. direct
max_value 0..1
Float
Upper bound of the range. direct
unit 0..1
DefinedTerm
Unit shared by both bounds, as a QUDT unit term
(e.g. id: http://qudt.org/vocab/unit/DegreeCelsius, title: "Degree Celsius").
direct
has_quantity_type 0..1
DefinedTerm
QUDT QuantityKind term for the kind of quantity this range describes
(e.g. id: http://qudt.org/vocab/quantitykind/Temperature, title: "Temperature").
direct
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

Usages

used by used in type used
CalcinationMixin has_calcination_temperature_range range QuantitativeRange
Impregnation has_calcination_temperature_range range QuantitativeRange
CoPrecipitation has_calcination_temperature_range range QuantitativeRange
DepositionPrecipitation has_calcination_temperature_range range QuantitativeRange
SonochemicalSynthesis has_calcination_temperature_range range QuantitativeRange
ExsolutionSynthesis has_calcination_temperature_range range QuantitativeRange
EnergyRangeMixin has_energy_range range QuantitativeRange
TemperatureProgramMixin has_temperature_range range QuantitativeRange
MassRangeMixin has_mz_range range QuantitativeRange
PowderXRD has_two_theta_range range QuantitativeRange
XRayAbsorptionSpectroscopy has_energy_range range QuantitativeRange
XPS has_energy_range range QuantitativeRange
InfraredSpectroscopy has_wavenumber_range range QuantitativeRange
DRIFTS has_wavenumber_range range QuantitativeRange
Thermogravimetry has_temperature_range range QuantitativeRange
TPR has_temperature_range range QuantitativeRange
TPO has_temperature_range range QuantitativeRange
ElectroSprayIonizationMassSpectrometry has_mz_range range QuantitativeRange
GCMS has_mz_range range QuantitativeRange
CatalyticReaction reactor_temperature_range range QuantitativeRange
CatalyticReaction feed_composition_range range QuantitativeRange

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self qudt:Quantity
native coremeta4cat:QuantitativeRange

LinkML Source

Direct

name: QuantitativeRange
description: 'A quantitative property expressed as a range between a lower and upper
  bound,

  sharing a common unit. Used where an experiment operates over a range of

  conditions (e.g. a temperature sweep, a feed concentration window).


  Aligned to qudt:Quantity (as in the DCAT-AP-PLUS QuantitativeAttribute pattern)

  but with min_value / max_value instead of a single value to represent an

  interval rather than a point value. Provide the shared unit as a QUDT DefinedTerm.'
from_schema: https://w3id.org/nfdi4cat/coremeta4cat
mixins:
- ClassifierMixin
slots:
- title
- description
attributes:
  min_value:
    name: min_value
    description: Lower bound of the range.
    from_schema: https://w3id.org/nfdi4cat/coremeta4cat/common/
    rank: 1000
    slot_uri: coremeta4cat:minValue
    domain_of:
    - QuantitativeRange
    range: float
  max_value:
    name: max_value
    description: Upper bound of the range.
    from_schema: https://w3id.org/nfdi4cat/coremeta4cat/common/
    rank: 1000
    slot_uri: coremeta4cat:maxValue
    domain_of:
    - QuantitativeRange
    range: float
  unit:
    name: unit
    description: 'Unit shared by both bounds, as a QUDT unit term

      (e.g. id: http://qudt.org/vocab/unit/DegreeCelsius, title: "Degree Celsius").'
    from_schema: https://w3id.org/nfdi4cat/coremeta4cat/common/
    rank: 1000
    slot_uri: qudt:unit
    domain_of:
    - QuantitativeRange
    - QuantitativeAttribute
    range: DefinedTerm
  has_quantity_type:
    name: has_quantity_type
    description: 'QUDT QuantityKind term for the kind of quantity this range describes

      (e.g. id: http://qudt.org/vocab/quantitykind/Temperature, title: "Temperature").'
    from_schema: https://w3id.org/nfdi4cat/coremeta4cat/common/
    rank: 1000
    slot_uri: qudt:hasQuantityKind
    domain_of:
    - QuantitativeRange
    - QuantitativeAttribute
    range: DefinedTerm
class_uri: qudt:Quantity

Induced

name: QuantitativeRange
description: 'A quantitative property expressed as a range between a lower and upper
  bound,

  sharing a common unit. Used where an experiment operates over a range of

  conditions (e.g. a temperature sweep, a feed concentration window).


  Aligned to qudt:Quantity (as in the DCAT-AP-PLUS QuantitativeAttribute pattern)

  but with min_value / max_value instead of a single value to represent an

  interval rather than a point value. Provide the shared unit as a QUDT DefinedTerm.'
from_schema: https://w3id.org/nfdi4cat/coremeta4cat
mixins:
- ClassifierMixin
attributes:
  min_value:
    name: min_value
    description: Lower bound of the range.
    from_schema: https://w3id.org/nfdi4cat/coremeta4cat/common/
    rank: 1000
    slot_uri: coremeta4cat:minValue
    alias: min_value
    owner: QuantitativeRange
    domain_of:
    - QuantitativeRange
    range: float
  max_value:
    name: max_value
    description: Upper bound of the range.
    from_schema: https://w3id.org/nfdi4cat/coremeta4cat/common/
    rank: 1000
    slot_uri: coremeta4cat:maxValue
    alias: max_value
    owner: QuantitativeRange
    domain_of:
    - QuantitativeRange
    range: float
  unit:
    name: unit
    description: 'Unit shared by both bounds, as a QUDT unit term

      (e.g. id: http://qudt.org/vocab/unit/DegreeCelsius, title: "Degree Celsius").'
    from_schema: https://w3id.org/nfdi4cat/coremeta4cat/common/
    rank: 1000
    slot_uri: qudt:unit
    alias: unit
    owner: QuantitativeRange
    domain_of:
    - QuantitativeRange
    - QuantitativeAttribute
    range: DefinedTerm
  has_quantity_type:
    name: has_quantity_type
    description: 'QUDT QuantityKind term for the kind of quantity this range describes

      (e.g. id: http://qudt.org/vocab/quantitykind/Temperature, title: "Temperature").'
    from_schema: https://w3id.org/nfdi4cat/coremeta4cat/common/
    rank: 1000
    slot_uri: qudt:hasQuantityKind
    alias: has_quantity_type
    owner: QuantitativeRange
    domain_of:
    - QuantitativeRange
    - QuantitativeAttribute
    range: DefinedTerm
  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: QuantitativeRange
    domain_of:
    - QuantitativeRange
    - 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: QuantitativeRange
    domain_of:
    - QuantitativeRange
    - 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: QuantitativeRange
    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: QuantitativeRange
    domain_of:
    - ClassifierMixin
    range: DefinedTerm
    recommended: true
    inlined: true
class_uri: qudt:Quantity