Class: TracerDetails
An abstract class (used as a mixin, not implemented directly) for detailing the required fields that are specific to an Experiment with type "Tracer"
URI: oae:TracerDetails
classDiagram
class TracerDetails
click TracerDetails href "../TracerDetails"
TracerDetails <|-- Tracer
click Tracer href "../Tracer"
TracerDetails <|-- InterventionWithTracer
click InterventionWithTracer href "../InterventionWithTracer"
TracerDetails : tracer_concentration
TracerDetails --> "1" DosingConcentration : tracer_concentration
click DosingConcentration href "../DosingConcentration"
TracerDetails : tracer_details
TracerDetails : tracer_form
TracerDetails --> "1" TracerForm : tracer_form
click TracerForm href "../TracerForm"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| tracer_form | 1 TracerForm |
The form of tracer upon delivery to the ocean (e | direct |
| tracer_details | 1 String |
state the kind of tracer used (e | direct |
| tracer_concentration | 1 DosingConcentration |
Fixed concentration or provide link/source to tracer concentration separately... | direct |
Mixin Usage
| mixed into | description |
|---|---|
| Tracer | Additional metadata that applies to experiments where a tracer study was cond... |
| InterventionWithTracer | Additional metadata that applies to hybrid experiments where an intervention ... |
Identifier and Mapping Information
Schema Source
- from schema: OAEDataManagementProtocol
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | oae:TracerDetails |
| native | oae:TracerDetails |
LinkML Source
Direct
name: TracerDetails
description: An abstract class (used as a mixin, not implemented directly) for detailing
the required fields that are specific to an Experiment with type "Tracer"
from_schema: OAEDataManagementProtocol
mixin: true
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
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
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
domain_of:
- TracerDetails
range: DosingConcentration
required: true
Induced
name: TracerDetails
description: An abstract class (used as a mixin, not implemented directly) for detailing
the required fields that are specific to an Experiment with type "Tracer"
from_schema: OAEDataManagementProtocol
mixin: true
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: TracerDetails
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: TracerDetails
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: TracerDetails
domain_of:
- TracerDetails
range: DosingConcentration
required: true