Skip to content

Class: QuantitativeAttribute

A quantifiable piece of information that is attributed to an Entity, Activity or AgenticEntity.

URI: qudt:Quantity

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


      QuantitativeAttribute <|-- Concentration
        click Concentration href "../../classes/Concentration/"
      QuantitativeAttribute <|-- AmountOfSubstance
        click AmountOfSubstance href "../../classes/AmountOfSubstance/"
      QuantitativeAttribute <|-- PHValue
        click PHValue href "../../classes/PHValue/"
      QuantitativeAttribute <|-- Temperature
        click Temperature href "../../classes/Temperature/"
      QuantitativeAttribute <|-- Mass
        click Mass href "../../classes/Mass/"
      QuantitativeAttribute <|-- Volume
        click Volume href "../../classes/Volume/"
      QuantitativeAttribute <|-- Density
        click Density href "../../classes/Density/"
      QuantitativeAttribute <|-- Pressure
        click Pressure href "../../classes/Pressure/"
      QuantitativeAttribute <|-- Yield
        click Yield href "../../classes/Yield/"
      QuantitativeAttribute <|-- MolarEquivalent
        click MolarEquivalent href "../../classes/MolarEquivalent/"
      QuantitativeAttribute <|-- PercentageOfTotal
        click PercentageOfTotal href "../../classes/PercentageOfTotal/"


      QuantitativeAttribute : description

      QuantitativeAttribute : has_quantity_type





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



      QuantitativeAttribute : rdf_type





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



      QuantitativeAttribute : title

      QuantitativeAttribute : type





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



      QuantitativeAttribute : unit





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



      QuantitativeAttribute : value


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
value 1
Float
The slot to provide the literal value of the QuantitativeAttribute. direct
has_quantity_type 1
DefinedTerm
The type of quality that is quantifiable according to the QUDT ontology. direct
unit 0..1 recommended
DefinedTerm
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
SubstanceSample has_quantitative_attribute range QuantitativeAttribute
PolymerSample has_quantitative_attribute range QuantitativeAttribute
Activity has_quantitative_attribute range QuantitativeAttribute
AgenticEntity has_quantitative_attribute range QuantitativeAttribute
AnalysisSourceData has_quantitative_attribute range QuantitativeAttribute
DataAnalysis has_quantitative_attribute range QuantitativeAttribute
DataGeneratingActivity has_quantitative_attribute range QuantitativeAttribute
Device has_quantitative_attribute range QuantitativeAttribute
Entity has_quantitative_attribute range QuantitativeAttribute
EvaluatedActivity has_quantitative_attribute range QuantitativeAttribute
EvaluatedEntity has_quantitative_attribute range QuantitativeAttribute
Software has_quantitative_attribute range QuantitativeAttribute
ChemicalEntity has_quantitative_attribute range QuantitativeAttribute
Atom has_quantitative_attribute range QuantitativeAttribute
ChemicalSubstance has_quantitative_attribute range QuantitativeAttribute
Polymer has_quantitative_attribute range QuantitativeAttribute
MaterialEntity has_quantitative_attribute range QuantitativeAttribute
MaterialSample has_quantitative_attribute range QuantitativeAttribute
ChemicalReaction has_quantitative_attribute range QuantitativeAttribute
StartingMaterial has_quantitative_attribute range QuantitativeAttribute
DissolvingSubstance has_quantitative_attribute range QuantitativeAttribute
Reagent has_quantitative_attribute range QuantitativeAttribute
ChemicalProduct has_quantitative_attribute range QuantitativeAttribute
Catalyst has_quantitative_attribute range QuantitativeAttribute
Reactor has_quantitative_attribute range QuantitativeAttribute

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/nfdi-de/dcat-ap-plus/chemistry

Mappings

Mapping Type Mapped Value
self qudt:Quantity
native chemdcatap:QuantitativeAttribute

LinkML Source

Direct

name: QuantitativeAttribute
description: A quantifiable piece of information that is attributed to an Entity,
  Activity or AgenticEntity.
in_subset:
- domain_agnostic_core
from_schema: https://w3id.org/nfdi-de/dcat-ap-plus/chemistry
mixins:
- ClassifierMixin
slots:
- title
- description
- value
slot_usage:
  value:
    name: value
    description: The slot to provide the literal value of the QuantitativeAttribute.
    range: float
    required: true
attributes:
  has_quantity_type:
    name: has_quantity_type
    description: The type of quality that is quantifiable according to the QUDT ontology.
    from_schema: https://w3id.org/nfdi-de/dcat-ap-plus/
    rank: 1000
    slot_uri: qudt:hasQuantityKind
    domain_of:
    - QuantitativeAttribute
    range: DefinedTerm
    bindings:
    - range: QUDTQuantityKindEnum
      obligation_level: RECOMMENDED
      binds_value_of: id
      description: Binds the type of a quantifiable attribute to a QUDT Quantity Kind
        instance from the QUDT Quantity Kind vocabulary.
    required: true
  unit:
    name: unit
    from_schema: https://w3id.org/nfdi-de/dcat-ap-plus/
    rank: 1000
    slot_uri: qudt:unit
    domain_of:
    - QuantitativeAttribute
    range: DefinedTerm
    bindings:
    - range: QUDTUnitEnum
      obligation_level: RECOMMENDED
      binds_value_of: id
      description: Restricts the allowable defined terms to the QUDT Unit vocabulary.
    recommended: true
class_uri: qudt:Quantity

Induced

name: QuantitativeAttribute
description: A quantifiable piece of information that is attributed to an Entity,
  Activity or AgenticEntity.
in_subset:
- domain_agnostic_core
from_schema: https://w3id.org/nfdi-de/dcat-ap-plus/chemistry
mixins:
- ClassifierMixin
slot_usage:
  value:
    name: value
    description: The slot to provide the literal value of the QuantitativeAttribute.
    range: float
    required: true
attributes:
  has_quantity_type:
    name: has_quantity_type
    description: The type of quality that is quantifiable according to the QUDT ontology.
    from_schema: https://w3id.org/nfdi-de/dcat-ap-plus/
    rank: 1000
    slot_uri: qudt:hasQuantityKind
    alias: has_quantity_type
    owner: QuantitativeAttribute
    domain_of:
    - QuantitativeAttribute
    range: DefinedTerm
    bindings:
    - range: QUDTQuantityKindEnum
      obligation_level: RECOMMENDED
      binds_value_of: id
      description: Binds the type of a quantifiable attribute to a QUDT Quantity Kind
        instance from the QUDT Quantity Kind vocabulary.
    required: true
  unit:
    name: unit
    from_schema: https://w3id.org/nfdi-de/dcat-ap-plus/
    rank: 1000
    slot_uri: qudt:unit
    alias: unit
    owner: QuantitativeAttribute
    domain_of:
    - QuantitativeAttribute
    range: DefinedTerm
    bindings:
    - range: QUDTUnitEnum
      obligation_level: RECOMMENDED
      binds_value_of: id
      description: Restricts the allowable defined terms to the QUDT Unit vocabulary.
    recommended: 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/nfdi-de/dcat-ap-plus/chemistry
    rank: 1000
    slot_uri: dcterms:title
    alias: title
    owner: QuantitativeAttribute
    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/nfdi-de/dcat-ap-plus/chemistry
    rank: 1000
    slot_uri: dcterms:description
    alias: description
    owner: QuantitativeAttribute
    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
  value:
    name: value
    description: The slot to provide the literal value of the QuantitativeAttribute.
    in_subset:
    - domain_agnostic_core
    from_schema: https://w3id.org/nfdi-de/dcat-ap-plus/chemistry
    rank: 1000
    slot_uri: prov:value
    alias: value
    owner: QuantitativeAttribute
    domain_of:
    - QualitativeAttribute
    - QuantitativeAttribute
    range: float
    required: true
  type:
    name: type
    description: This slot is described in more detail within the class in which it
      is used.
    from_schema: https://w3id.org/nfdi-de/dcat-ap-plus/chemistry
    rank: 1000
    slot_uri: dcterms:type
    alias: type
    owner: QuantitativeAttribute
    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/nfdi-de/dcat-ap-plus/chemistry
    rank: 1000
    slot_uri: rdf:type
    alias: rdf_type
    owner: QuantitativeAttribute
    domain_of:
    - ClassifierMixin
    range: DefinedTerm
    recommended: true
    inlined: true
class_uri: qudt:Quantity