Skip to content

Class: Tracer

Additional metadata that applies to experiments where a tracer study was conducted

URI: oae:Tracer

classDiagram class Tracer click Tracer href "../Tracer" TracerDetails <|-- Tracer click TracerDetails href "../TracerDetails" DosingDetails <|-- Tracer click DosingDetails href "../DosingDetails" InSituExperiment <|-- Tracer click InSituExperiment href "../InSituExperiment" Tracer : additional_details Tracer : data_conflicts_and_unreported_data Tracer : description Tracer : dosing_delivery_type Tracer --> "1" DosingDeliveryType : dosing_delivery_type click DosingDeliveryType href "../DosingDeliveryType" Tracer : dosing_depth Tracer : dosing_description Tracer : dosing_dispersal_hydrologic_location Tracer --> "1" HydrologicLocation : dosing_dispersal_hydrologic_location click HydrologicLocation href "../HydrologicLocation" Tracer : dosing_location Tracer --> "1" DosingLocation : dosing_location click DosingLocation href "../DosingLocation" Tracer : dosing_regimen Tracer : end_datetime Tracer : experiment_id Tracer : experiment_leads Tracer --> "1..*" Person : experiment_leads click Person href "../Person" Tracer : experiment_type Tracer --> "1" ExperimentType : experiment_type click ExperimentType href "../ExperimentType" Tracer : meteorological_and_tidal_data Tracer --> "*" NamedLink : meteorological_and_tidal_data click NamedLink href "../NamedLink" Tracer : name Tracer : permits Tracer --> "*" Permit : permits click Permit href "../Permit" Tracer : project_id Tracer : spatial_coverage Tracer --> "1" SpatialCoverage : spatial_coverage click SpatialCoverage href "../SpatialCoverage" Tracer : start_datetime Tracer : tracer_concentration Tracer --> "1" DosingConcentration : tracer_concentration click DosingConcentration href "../DosingConcentration" Tracer : tracer_details Tracer : tracer_form Tracer --> "1" TracerForm : tracer_form click TracerForm href "../TracerForm" Tracer : vertical_coverage Tracer --> "0..1" VerticalExtent : vertical_coverage click VerticalExtent href "../VerticalExtent"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
tracer_form 1
TracerForm
The form of tracer upon delivery to the ocean (e TracerDetails
tracer_details 1
String
state the kind of tracer used (e TracerDetails
tracer_concentration 1
DosingConcentration
Fixed concentration or provide link/source to tracer concentration separately... TracerDetails
dosing_delivery_type 1
DosingDeliveryType
Type of dosing delivery method DosingDetails
dosing_location 1
DosingLocation
Provide latitude and longitude in decimal degrees DosingDetails
dosing_dispersal_hydrologic_location 1
HydrologicLocation
Descriptive dosing location DosingDetails
dosing_depth 1
String
Depth in meters DosingDetails
dosing_regimen 1
String
A human readable summary description of the dosing regimen / frequency DosingDetails
dosing_description 1
String
Please be descriptive DosingDetails
vertical_coverage 0..1
VerticalExtent
Minimum and maximum depths of observations in meters InSituExperiment
permits *
Permit
Associated permit number(s) InSituExperiment
data_conflicts_and_unreported_data 0..1
String
If data exist that are or have been used by the project but are not provided ... InSituExperiment
meteorological_and_tidal_data *
NamedLink
Include links to relevant open datasets if referenced in the experiment but n... InSituExperiment
additional_details 0..1
String
Open text area to include additional information InSituExperiment
name 0..1
String
Optional common name for experiment Experiment
description 1
String
A narrative description of the experiment Experiment
spatial_coverage 1
SpatialCoverage
Latitude/longitude bounds of observed data in experiment, provided in decimal... Experiment
project_id 1
String
The project to which the submitted data belong Experiment
experiment_id 1
String
The experiment to which the data belong Experiment
experiment_type 1
ExperimentType
The type of mCDR experiment conducted Experiment
experiment_leads 1..*
Person
Provide details for each experiment lead / principal investigator (PI) includ... Experiment
start_datetime 1
Datetime
Start date and time of experiment in UTC ISO-8601 Experiment
end_datetime 0..1
Datetime
End date and time of experiment in UTC ISO-8601 Experiment

Identifier and Mapping Information

Schema Source

  • from schema: OAEDataManagementProtocol

Mappings

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

LinkML Source

Direct

name: Tracer
description: Additional metadata that applies to experiments where a tracer study
  was conducted
from_schema: OAEDataManagementProtocol
is_a: InSituExperiment
mixins:
- TracerDetails
- DosingDetails

Induced

name: Tracer
description: Additional metadata that applies to experiments where a tracer study
  was conducted
from_schema: OAEDataManagementProtocol
is_a: InSituExperiment
mixins:
- TracerDetails
- DosingDetails
attributes:
  tracer_form:
    name: tracer_form
    description: The form of tracer upon delivery to the ocean (e.g. gas or dye-release)
    title: Tracer Form
    from_schema: Experiment
    rank: 1000
    alias: tracer_form
    owner: Tracer
    domain_of:
    - TracerDetails
    range: TracerForm
    required: true
  tracer_details:
    name: tracer_details
    description: state the kind of tracer used (e.g. rhodamine, or a specific gas)
    title: Tracer Details
    from_schema: Experiment
    rank: 1000
    alias: tracer_details
    owner: Tracer
    domain_of:
    - TracerDetails
    range: string
    required: true
  tracer_concentration:
    name: tracer_concentration
    description: Fixed concentration or provide link/source to tracer concentration
      separately in the dosing file. Please include whether concentration is directly
      measured or a derived value. If this is a variable included with  your data,
      please note so here as 'tracer concentration provided as a variable' and use
      'tracer_concentration' for your column header name.
    title: Tracer Concentration
    from_schema: Experiment
    rank: 1000
    alias: tracer_concentration
    owner: Tracer
    domain_of:
    - TracerDetails
    range: DosingConcentration
    required: true
  dosing_delivery_type:
    name: dosing_delivery_type
    description: Type of dosing delivery method. See Controlled Vocabularies for definitions.
    title: Dosing Delivery Type
    from_schema: Experiment
    rank: 1000
    alias: dosing_delivery_type
    owner: Tracer
    domain_of:
    - DosingDetails
    range: DosingDeliveryType
    required: true
  dosing_location:
    name: dosing_location
    description: Provide latitude and longitude in decimal degrees. Depending on your
      method of dispersal, this information may be provided as a point source, vector,
      or bounding box. If provided as a vector, the latitude and longitude values
      should be included in the dosing data file.
    title: Dosing Location
    from_schema: Experiment
    rank: 1000
    alias: dosing_location
    owner: Tracer
    domain_of:
    - DosingDetails
    range: DosingLocation
    required: true
  dosing_dispersal_hydrologic_location:
    name: dosing_dispersal_hydrologic_location
    description: Descriptive dosing location
    title: Dosing Dispersal Hydrologic Location
    from_schema: Experiment
    rank: 1000
    alias: dosing_dispersal_hydrologic_location
    owner: Tracer
    domain_of:
    - DosingDetails
    range: HydrologicLocation
    required: true
  dosing_depth:
    name: dosing_depth
    description: Depth in meters. If this is variable, please include the schedule
      of depth changes and depths, or as a vector in meters with the data.
    title: Dosing Depth
    from_schema: Experiment
    rank: 1000
    alias: dosing_depth
    owner: Tracer
    domain_of:
    - DosingDetails
    range: string
    required: true
  dosing_regimen:
    name: dosing_regimen
    description: A human readable summary description of the dosing regimen / frequency.
      Exact details must be provided in the corresponding dosing file with exact timestamps
      for dosing on/off schedule.
    title: Dosing Regimen
    from_schema: Experiment
    rank: 1000
    alias: dosing_regimen
    owner: Tracer
    domain_of:
    - DosingDetails
    range: string
    required: true
  dosing_description:
    name: dosing_description
    description: 'Please be descriptive. Information about the dosing mechanism must
      be included (outflow from pipe, diffuser, doser, manual placement)

      E.g., outflow from existing facility pipe directly to ocean, manual riverine
      introduction, coastal distribution at three separate 30 meter long sections,
      pier-based diffuser to intercoastal bay, distributed from stationary barge 10
      miles offshore.'
    title: Dosing Description
    from_schema: Experiment
    rank: 1000
    alias: dosing_description
    owner: Tracer
    domain_of:
    - DosingDetails
    range: string
    required: true
  vertical_coverage:
    name: vertical_coverage
    description: Minimum and maximum depths of observations in meters.
    title: Vertical Coverage
    from_schema: OAEDataManagementProtocol
    rank: 1000
    alias: vertical_coverage
    owner: Tracer
    domain_of:
    - InSituExperiment
    range: VerticalExtent
  permits:
    name: permits
    description: Associated permit number(s).
    title: Permits
    from_schema: OAEDataManagementProtocol
    rank: 1000
    alias: permits
    owner: Tracer
    domain_of:
    - InSituExperiment
    range: Permit
    multivalued: true
    inlined: true
    inlined_as_list: true
  data_conflicts_and_unreported_data:
    name: data_conflicts_and_unreported_data
    description: If data exist that are or have been used by the project but are not
      provided due to conflicts (e.g., geopolitical or other), data availability (e.g.,
      a dataset is no longer available), it may be noted here.
    title: Data Conflicts and Unreported Data
    from_schema: Experiment
    rank: 1000
    alias: data_conflicts_and_unreported_data
    owner: Tracer
    domain_of:
    - InSituExperiment
    range: string
  meteorological_and_tidal_data:
    name: meteorological_and_tidal_data
    description: Include links to relevant open datasets if referenced in the experiment
      but not provided in the submission.
    title: Meteorological and Tidal Data
    from_schema: Experiment
    rank: 1000
    alias: meteorological_and_tidal_data
    owner: Tracer
    domain_of:
    - InSituExperiment
    range: NamedLink
    multivalued: true
    inlined: true
    inlined_as_list: true
  additional_details:
    name: additional_details
    description: Open text area to include additional information. These may include
      information for sediment processes data, biological data, or any other required
      information if not included in the main metadata or data files; see General
      Guidelines for Your Data for relevant sections of your data. Additional informational
      files, such as digitized laboratory notebooks, blogs, etc., may be linked here.
    title: Additional Details
    from_schema: Experiment
    alias: additional_details
    owner: Tracer
    domain_of:
    - Project
    - InSituExperiment
    range: string
  name:
    name: name
    description: Optional common name for experiment.
    title: Name
    from_schema: OAEDataManagementProtocol
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Tracer
    domain_of:
    - Organization
    - NamedLink
    - ExternalProject
    - MonetaryGrant
    - Experiment
    - Person
    - Dataset
    - Platform
    - ModelComponent
    range: string
  description:
    name: description
    description: A narrative description of the experiment. For example, what part
      of the project do these data represent (e.g., baseline, intervention, control)
      and what do they contribute to the overall project? Are all project research
      questions listed in Project description relevant? What were the processes to
      achieve these goals and answer these questions? Data submitters are encouraged
      to note any significant changes to the original experimental plan due to unforeseen
      circumstances here.
    title: Experiment Description
    from_schema: OAEDataManagementProtocol
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: Tracer
    domain_of:
    - Project
    - ExternalProject
    - Experiment
    - VocabularyItemReference
    - Dataset
    - ModelComponent
    range: string
    required: true
  spatial_coverage:
    name: spatial_coverage
    description: Latitude/longitude bounds of observed data in experiment, provided
      in decimal degrees as westernmost longitude, southernmost latitude, easternmost
      longitude, northernmost latitude. [S, W, N, E]
    title: Spatial Coverage
    from_schema: OAEDataManagementProtocol
    rank: 1000
    slot_uri: schema:spatialCoverage
    alias: spatial_coverage
    owner: Tracer
    domain_of:
    - Project
    - ExternalProject
    - Experiment
    - ModelGrid
    range: SpatialCoverage
    required: true
  project_id:
    name: project_id
    description: 'The project to which the submitted data belong. A unique project
      identifier that can be used to link project data across data submissions, and
      link baseline data to intervention data, for example.

      If no Project ID has been assigned, one may be generated by combining: lead
      organizer surname and first initial or company, a unique date, and location.

      Any method that creates a unique ID that will link all project data is acceptable.'
    title: Project ID
    from_schema: OAEDataManagementProtocol
    rank: 1000
    alias: project_id
    owner: Tracer
    domain_of:
    - Project
    - Experiment
    - Dataset
    range: string
    required: true
  experiment_id:
    name: experiment_id
    description: 'The experiment to which the data belong. Any naming convention that
      produces a unique ID is usable. The recommended naming convention is:

      Project ID + Experiment type + Optional numerical indicator to differentiate
      between various experiments of the same type for a project. A two digit consecutive
      number beginning with 01'
    title: Experiment ID
    from_schema: OAEDataManagementProtocol
    rank: 1000
    alias: experiment_id
    owner: Tracer
    domain_of:
    - Experiment
    - Dataset
    range: string
    required: true
  experiment_type:
    name: experiment_type
    description: The type of mCDR experiment conducted. See Controlled Vocabularies
      section for definitions.
    title: mCDR Experiment Type
    from_schema: Experiment
    rank: 1000
    alias: experiment_type
    owner: Tracer
    domain_of:
    - Experiment
    range: ExperimentType
    required: true
  experiment_leads:
    name: experiment_leads
    description: 'Provide details for each experiment lead / principal investigator
      (PI) including: Name, institutional information (name, address), phone, email,
      ID type (e.g., ORCID, etc), researcher ID, and role.'
    title: Experiment Lead(s)
    from_schema: Experiment
    rank: 1000
    alias: experiment_leads
    owner: Tracer
    domain_of:
    - Experiment
    range: Person
    required: true
    multivalued: true
    inlined: true
    inlined_as_list: true
  start_datetime:
    name: start_datetime
    description: Start date and time of experiment in UTC ISO-8601
    title: Start Date and Time (UTC)
    from_schema: Experiment
    rank: 1000
    alias: start_datetime
    owner: Tracer
    domain_of:
    - Experiment
    - ModelOutputDataset
    range: datetime
    required: true
  end_datetime:
    name: end_datetime
    description: End date and time of experiment in UTC ISO-8601
    title: End Date and Time (UTC)
    from_schema: Experiment
    rank: 1000
    alias: end_datetime
    owner: Tracer
    domain_of:
    - Experiment
    - ModelOutputDataset
    range: datetime