Skip to content

Class: QuantityValue

A quantity value with numeric value and optional unit

URI: basalt_schema:QuantityValue

 classDiagram
    class QuantityValue
    click QuantityValue href "../QuantityValue/"
      QuantityValue : description

      QuantityValue : has_maximum_numeric_value

      QuantityValue : has_minimum_numeric_value

      QuantityValue : has_numeric_value

      QuantityValue : has_raw_value

      QuantityValue : has_unit

      QuantityValue : has_value_unit

      QuantityValue : id

Slots

Name Cardinality and Range Description Inheritance
description 0..1
String
Human-readable description for the entity or activity direct
id 1
Uuid
direct
has_value_unit 0..1
String
direct
has_unit 0..1
String
The human-readable unit name direct
has_numeric_value 0..1
Double
The numeric value of the quantity direct
has_minimum_numeric_value 0..1
Double
direct
has_maximum_numeric_value 0..1
Double
direct
has_raw_value 0..1
String
direct

Usages

used by used in type used
ContainerType container_size_id range QuantityValue
LabDevice activity_time_id range QuantityValue
LabDevice activity_speed_id range QuantityValue
BulkDensityProduct bulk_density_id range QuantityValue
ElementalAnalysisProduct total_carbon_id range QuantityValue
ElementalAnalysisProduct total_nitrogen_id range QuantityValue
ElementalAnalysisProduct total_kjeldahl_nitrogen_id range QuantityValue
ElementalAnalysisProduct total_sulfur_id range QuantityValue
EnzymeProduct beta_glucosidase_ug_pnp_per_g_per_h_id range QuantityValue
GWCMoistureProduct gwc_percent_id range QuantityValue
IonsAnalysisProduct sulfate_id range QuantityValue
IonsAnalysisProduct boron_id range QuantityValue
IonsAnalysisProduct zinc_id range QuantityValue
IonsAnalysisProduct manganate_id range QuantityValue
IonsAnalysisProduct copper_id range QuantityValue
IonsAnalysisProduct iron_id range QuantityValue
IonsAnalysisProduct calcium_id range QuantityValue
IonsAnalysisProduct magnesium_id range QuantityValue
IonsAnalysisProduct sodium_id range QuantityValue
IonsAnalysisProduct potassium_id range QuantityValue
IonsAnalysisProduct total_bases_id range QuantityValue
IonsAnalysisProduct cation_exchange_capacity_id range QuantityValue
MAOMProduct total_organic_carbon_id range QuantityValue
MAOMProduct total_nitrogen_id range QuantityValue
MicrobialBiomassProduct mbc_id range QuantityValue
MicrobialBiomassProduct mbn_id range QuantityValue
NitrogenAnalysisProduct no3_n_id range QuantityValue
NitrogenAnalysisProduct nh4_n_id range QuantityValue
PhosphorusAnalysisProduct phosphorus_id range QuantityValue
TextureProduct sand_pct_id range QuantityValue
TextureProduct silt_pct_id range QuantityValue
TextureProduct clay_pct_id range QuantityValue
WEOMProduct total_organic_carbon_id range QuantityValue
WEOMProduct total_nitrogen_id range QuantityValue

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self basalt_schema:QuantityValue
native basalt_schema:QuantityValue

LinkML Source

Direct

name: QuantityValue
description: A quantity value with numeric value and optional unit
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
slots:
- description
attributes:
  id:
    name: id
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/value-tables
    identifier: true
    domain_of:
    - Activity
    - Entity
    - DataProduct
    - DataGenerationActivity
    - DataProcessingActivity
    - AlternativeIdentifier
    - FunctionalAnnotationIdentifier
    - Instrument
    - OntologyClass
    - ContainerType
    - Custodian
    - InstrumentAlternativeIdentifier
    - LabDevice
    - SampleProcessing
    - ProcessingSampleLink
    - Configuration
    - MobilePhaseSegment
    - MassSpectrometryStandardRun
    - PurchasedMaterial
    - LabProcessingActivity
    - organism
    - MAOMProduct
    - WEOMProduct
    - Site
    - Sample
    - AerosolArmSample
    - AerosolSample
    - AMP2UserSample
    - CommerciallyPurchasedSample
    - CultureEnvironmentalSample
    - EngineeredStrainSample
    - FieldDeployedTerraformSample
    - MixedCultureSample
    - MonetSoilSample
    - OtherUndescribedSample
    - PlantSample
    - PureCultureSample
    - SedimentSample
    - SoilSample
    - SynthesizedMaterialSample
    - TerraformSample
    - WaterSample
    - ProcessedSample
    - CoreSection
    - SamplingActivity
    - AerosolArmSamplingActivity
    - AerosolSamplingActivity
    - CommerciallyPurchasedSamplingActivity
    - CultureEnvironmentalSamplingActivity
    - EngineeredStrainSamplingActivity
    - FieldDeployedTerraformSamplingActivity
    - MixedCultureSamplingActivity
    - MonetSoilSamplingActivity
    - OtherUndescribedSamplingActivity
    - PlantSamplingActivity
    - PureCultureSamplingActivity
    - SedimentSamplingActivity
    - SoilSamplingActivity
    - SynthesizedMaterialSamplingActivity
    - TerraformSamplingActivity
    - WaterSamplingActivity
    - Study
    - ProjectParticipant
    - TimestampValue
    - TextValue
    - SoftwareControlledTermValue
    - ControlledTermValue
    - PersonValue
    - QuantityValue
    - ConditioningValue
    - zipDownload
    range: uuid
    required: true
  has_value_unit:
    name: has_value_unit
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/value-tables
    rank: 1000
    domain_of:
    - QuantityValue
  has_unit:
    name: has_unit
    description: The human-readable unit name
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/value-tables
    rank: 1000
    domain_of:
    - QuantityValue
  has_numeric_value:
    name: has_numeric_value
    description: The numeric value of the quantity
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/value-tables
    rank: 1000
    domain_of:
    - QuantityValue
    range: double
  has_minimum_numeric_value:
    name: has_minimum_numeric_value
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/value-tables
    rank: 1000
    domain_of:
    - QuantityValue
    range: double
  has_maximum_numeric_value:
    name: has_maximum_numeric_value
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/value-tables
    rank: 1000
    domain_of:
    - QuantityValue
    range: double
  has_raw_value:
    name: has_raw_value
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/value-tables
    domain_of:
    - TimestampValue
    - TextValue
    - SoftwareControlledTermValue
    - ControlledTermValue
    - QuantityValue
    - ConditioningValue

Induced

name: QuantityValue
description: A quantity value with numeric value and optional unit
from_schema: https://EMSL-Computing.github.io/BASALT-Schema
attributes:
  id:
    name: id
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/value-tables
    identifier: true
    alias: id
    owner: QuantityValue
    domain_of:
    - Activity
    - Entity
    - DataProduct
    - DataGenerationActivity
    - DataProcessingActivity
    - AlternativeIdentifier
    - FunctionalAnnotationIdentifier
    - Instrument
    - OntologyClass
    - ContainerType
    - Custodian
    - InstrumentAlternativeIdentifier
    - LabDevice
    - SampleProcessing
    - ProcessingSampleLink
    - Configuration
    - MobilePhaseSegment
    - MassSpectrometryStandardRun
    - PurchasedMaterial
    - LabProcessingActivity
    - organism
    - MAOMProduct
    - WEOMProduct
    - Site
    - Sample
    - AerosolArmSample
    - AerosolSample
    - AMP2UserSample
    - CommerciallyPurchasedSample
    - CultureEnvironmentalSample
    - EngineeredStrainSample
    - FieldDeployedTerraformSample
    - MixedCultureSample
    - MonetSoilSample
    - OtherUndescribedSample
    - PlantSample
    - PureCultureSample
    - SedimentSample
    - SoilSample
    - SynthesizedMaterialSample
    - TerraformSample
    - WaterSample
    - ProcessedSample
    - CoreSection
    - SamplingActivity
    - AerosolArmSamplingActivity
    - AerosolSamplingActivity
    - CommerciallyPurchasedSamplingActivity
    - CultureEnvironmentalSamplingActivity
    - EngineeredStrainSamplingActivity
    - FieldDeployedTerraformSamplingActivity
    - MixedCultureSamplingActivity
    - MonetSoilSamplingActivity
    - OtherUndescribedSamplingActivity
    - PlantSamplingActivity
    - PureCultureSamplingActivity
    - SedimentSamplingActivity
    - SoilSamplingActivity
    - SynthesizedMaterialSamplingActivity
    - TerraformSamplingActivity
    - WaterSamplingActivity
    - Study
    - ProjectParticipant
    - TimestampValue
    - TextValue
    - SoftwareControlledTermValue
    - ControlledTermValue
    - PersonValue
    - QuantityValue
    - ConditioningValue
    - zipDownload
    range: uuid
    required: true
  has_value_unit:
    name: has_value_unit
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/value-tables
    rank: 1000
    alias: has_value_unit
    owner: QuantityValue
    domain_of:
    - QuantityValue
    range: string
  has_unit:
    name: has_unit
    description: The human-readable unit name
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/value-tables
    rank: 1000
    alias: has_unit
    owner: QuantityValue
    domain_of:
    - QuantityValue
    range: string
  has_numeric_value:
    name: has_numeric_value
    description: The numeric value of the quantity
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/value-tables
    rank: 1000
    alias: has_numeric_value
    owner: QuantityValue
    domain_of:
    - QuantityValue
    range: double
  has_minimum_numeric_value:
    name: has_minimum_numeric_value
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/value-tables
    rank: 1000
    alias: has_minimum_numeric_value
    owner: QuantityValue
    domain_of:
    - QuantityValue
    range: double
  has_maximum_numeric_value:
    name: has_maximum_numeric_value
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/value-tables
    rank: 1000
    alias: has_maximum_numeric_value
    owner: QuantityValue
    domain_of:
    - QuantityValue
    range: double
  has_raw_value:
    name: has_raw_value
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema/value-tables
    alias: has_raw_value
    owner: QuantityValue
    domain_of:
    - TimestampValue
    - TextValue
    - SoftwareControlledTermValue
    - ControlledTermValue
    - QuantityValue
    - ConditioningValue
    range: string
  description:
    name: description
    description: Human-readable description for the entity or activity
    title: description
    from_schema: https://EMSL-Computing.github.io/BASALT-Schema
    rank: 1000
    alias: description
    owner: QuantityValue
    domain_of:
    - Activity
    - Entity
    - DataProduct
    - DataGenerationActivity
    - DataProcessingActivity
    - OntologyClass
    - ContainerType
    - LabDevice
    - Configuration
    - MassSpectrometryStandardRun
    - PurchasedMaterial
    - LabProcessingActivity
    - organism
    - Site
    - Sample
    - SamplingActivity
    - SoilSamplingActivity
    - Study
    - TimestampValue
    - TextValue
    - SoftwareControlledTermValue
    - ControlledTermValue
    - QuantityValue
    range: string