Skip to content

Class: SamplePreservation

Sample preservation information for DIC and TA measurements. Reference: OAPMetadata XSD variables.xsd - sample_preservation

URI: oae:SamplePreservation

classDiagram class SamplePreservation click SamplePreservation href "../SamplePreservation" SamplePreservation : correction_description SamplePreservation : preservative SamplePreservation : volume

Slots

Name Cardinality and Range Description Inheritance
preservative 1
String
As described, e direct
volume 1
String
The volume of preservative used direct
correction_description 0..1
String
Description of how the preservative effect was corrected for direct

Usages

used by used in type used
DiscreteTAVariable sample_preservation range SamplePreservation
DiscreteDICVariable sample_preservation range SamplePreservation

Identifier and Mapping Information

Schema Source

  • from schema: OAEDataManagementProtocol

Mappings

Mapping Type Mapped Value
self oae:SamplePreservation
native oae:SamplePreservation

LinkML Source

Direct

name: SamplePreservation
description: 'Sample preservation information for DIC and TA measurements. Reference:
  OAPMetadata XSD variables.xsd - sample_preservation'
from_schema: OAEDataManagementProtocol
attributes:
  preservative:
    name: preservative
    description: As described, e.g., Mercury Chloride.
    title: Preservative used
    from_schema: Variable
    rank: 1000
    domain_of:
    - SamplePreservation
    range: string
    required: true
  volume:
    name: volume
    description: The volume of preservative used.
    title: Preservative volume
    from_schema: Variable
    rank: 1000
    domain_of:
    - SamplePreservation
    range: string
    required: true
  correction_description:
    name: correction_description
    description: Description of how the preservative effect was corrected for.
    title: Preservative correction description
    from_schema: Variable
    rank: 1000
    domain_of:
    - SamplePreservation
    range: string

Induced

name: SamplePreservation
description: 'Sample preservation information for DIC and TA measurements. Reference:
  OAPMetadata XSD variables.xsd - sample_preservation'
from_schema: OAEDataManagementProtocol
attributes:
  preservative:
    name: preservative
    description: As described, e.g., Mercury Chloride.
    title: Preservative used
    from_schema: Variable
    rank: 1000
    alias: preservative
    owner: SamplePreservation
    domain_of:
    - SamplePreservation
    range: string
    required: true
  volume:
    name: volume
    description: The volume of preservative used.
    title: Preservative volume
    from_schema: Variable
    rank: 1000
    alias: volume
    owner: SamplePreservation
    domain_of:
    - SamplePreservation
    range: string
    required: true
  correction_description:
    name: correction_description
    description: Description of how the preservative effect was corrected for.
    title: Preservative correction description
    from_schema: Variable
    rank: 1000
    alias: correction_description
    owner: SamplePreservation
    domain_of:
    - SamplePreservation
    range: string