Class: OAEProject
A project conducting OAE field trials or modeling.
URI: oae:OAEProject
classDiagram
class OAEProject
click OAEProject href "../OAEProject"
OAEProject : additional_details
OAEProject : colocated_operations
OAEProject : experiments
OAEProject --> "* _recommended_" Experiment : experiments
click Experiment href "../Experiment"
OAEProject : funding
OAEProject --> "*" MonetaryGrant : funding
click MonetaryGrant href "../MonetaryGrant"
OAEProject : mcdr_pathway
OAEProject --> "0..1" MCDRPathway : mcdr_pathway
click MCDRPathway href "../MCDRPathway"
OAEProject : permits
OAEProject --> "*" Permit : permits
click Permit href "../Permit"
OAEProject : physical_site_description
OAEProject : previous_or_ongoing_colocated_research
OAEProject --> "*" ExternalProject : previous_or_ongoing_colocated_research
click ExternalProject href "../ExternalProject"
OAEProject : project_description
OAEProject : project_id
OAEProject : public_comments
OAEProject --> "* _recommended_" NamedLink : public_comments
click NamedLink href "../NamedLink"
OAEProject : research_project
OAEProject : sea_names
OAEProject --> "* _recommended_" SeaNames : sea_names
click SeaNames href "../SeaNames"
OAEProject : social_context_site_description
OAEProject : social_research_conducted_to_date
OAEProject : spatial_coverage
OAEProject --> "1" Place : spatial_coverage
click Place href "../Place"
OAEProject : temporal_coverage
OAEProject : vertical_coverage
OAEProject --> "1" VerticalExtent : vertical_coverage
click VerticalExtent href "../VerticalExtent"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| temporal_coverage | 1 String |
The start and end date (optional) of the project | direct |
| spatial_coverage | 1 Place |
Latitude/longitude bounds of project site (e | direct |
| vertical_coverage | 1 VerticalExtent |
Minimum and maximum depths of observation in meters | direct |
| project_id | 1 String |
The project to which the submitted data belong | direct |
| experiments | * recommended Experiment |
direct | |
| sea_names | * recommended SeaNames |
Names of the seas where the data collection takes place, See Controlled Vocab... | direct |
| project_description | 0..1 String |
A narrative description of the project | direct |
| physical_site_description | 0..1 String |
Provide information to help characterize the field site and provide context w... | direct |
| social_context_site_description | 0..1 String |
Details may include: | direct |
| social_research_conducted_to_date | 0..1 String |
A description of any social research conducted to date | direct |
| mcdr_pathway | 0..1 MCDRPathway |
The Marine Carbon Dioxide Removal (MCDR) pathway being studied | direct |
| previous_or_ongoing_colocated_research | * ExternalProject |
This field is required for co-located operations that potentially impact the ... | direct |
| colocated_operations | 0..1 String |
A description is required if any nearby operations exist that may influence t... | direct |
| permits | * Permit |
Associated permit number(s) | direct |
| public_comments | * recommended NamedLink |
Links to public comments or concerns about the project | direct |
| research_project | 0..1 String |
Project, which the data collection is part of | direct |
| funding | * MonetaryGrant |
direct | |
| additional_details | 0..1 String |
Open text area to include additional information | direct |
Identifier and Mapping Information
Schema Source
- from schema: OAEDataManagementProtocol
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | oae:OAEProject |
| native | oae:OAEProject |
| broad | schema:ResearchProject |
LinkML Source
Direct
name: OAEProject
description: A project conducting OAE field trials or modeling.
from_schema: OAEDataManagementProtocol
broad_mappings:
- schema:ResearchProject
slots:
- temporal_coverage
- spatial_coverage
- vertical_coverage
slot_usage:
temporal_coverage:
name: temporal_coverage
description: The start and end date (optional) of the project
required: true
spatial_coverage:
name: spatial_coverage
required: true
vertical_coverage:
name: vertical_coverage
required: true
attributes:
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 the following
fields, as described in Cross-linking Data Sets with Common Identifiers.
Any method that creates a unique ID that will link all project data (e.g., a
project''s baseline data to intervention data, and various data submissions
within an experiment type) is acceptable.'
title: Project ID
from_schema: OAEProject
rank: 1000
domain_of:
- OAEProject
- Experiment
range: string
required: true
experiments:
name: experiments
title: Related Experiments
from_schema: OAEProject
rank: 1000
domain_of:
- OAEProject
range: Experiment
recommended: true
multivalued: true
sea_names:
name: sea_names
description: Names of the seas where the data collection takes place, See Controlled
Vocabularies section for definitions.
title: Sea Names
from_schema: OAEProject
rank: 1000
domain_of:
- OAEProject
range: SeaNames
recommended: true
multivalued: true
project_description:
name: project_description
description: 'A narrative description of the project. For example, what were the
goals of the project? What were the research questions? What were the processes
to achieve these goals and answer these questions? Who were the key stakeholders,
organizers, project leaders? Was this building off a previous or ongoing project,
or is this a new region/experiment/mechanistic study?
If there are relevant regulatory parameters and/or limits to dosing trials at
this location, these may be described here.'
title: Project Description
from_schema: OAEProject
rank: 1000
domain_of:
- OAEProject
range: string
physical_site_description:
name: physical_site_description
description: 'Provide information to help characterize the field site and provide
context when interpreting the data. For example, descriptions of tidal patterns,
climatological conditions, notable geological characteristics, the geographical
and marine setting (coastal, intertidal, island region, sheltered environment),
and characteristic meteorological events. If possible based on the file type
of this submission, please include useful maps or figures here.
Links to relevant datasets, cruise reports, etc may be provided here.'
title: Physical Site Description
from_schema: OAEProject
rank: 1000
domain_of:
- OAEProject
range: string
social_context_site_description:
name: social_context_site_description
description: "Details may include:\n - Commercial, recreational, ecological,\
\ and cultural uses of study site\n - Industrial site history\n - Demographics\
\ of site area\n - Notable events that may impact local sentiment to mCDR (for\
\ example: site had significant toxic spill in past decade, local positive support\
\ for offshore wind farming, frequent HAB site) -Ecologically protected species,\
\ economically significant operations in the marine environment\n - In study\
\ areas with nearby state or federal jurisdiction borders, potential conflicts\
\ with other countries or permits from foreign governments should be described.\n\
\ - Links to relevant social science surveys, engaged community groups, etc."
title: Social Context Site Description
from_schema: OAEProject
rank: 1000
domain_of:
- OAEProject
range: string
social_research_conducted_to_date:
name: social_research_conducted_to_date
description: "A description of any social research conducted to date. If provided\
\ as a separate file, list filename here. Information may include:\n - Description\
\ of Community engagement research approach conducted and results\n - Stakeholder\
\ mapping method and link to output"
title: Social Research Conducted to Date
from_schema: OAEProject
rank: 1000
domain_of:
- OAEProject
range: string
mcdr_pathway:
name: mcdr_pathway
description: The Marine Carbon Dioxide Removal (MCDR) pathway being studied.
title: MCDR Pathway
from_schema: OAEProject
rank: 1000
domain_of:
- OAEProject
range: MCDRPathway
previous_or_ongoing_colocated_research:
name: previous_or_ongoing_colocated_research
description: This field is required for co-located operations that potentially
impact the project results. If previous or on-going mCDR field operations have
occurred in the study domain by any project developer, they may be mentioned
here either as a description, and/or if a reference to the study exists in the
form of a data set, publication, etc, the DOI or other identifying information
should be provided. Please provide direct links to data when available.
title: Previous or Ongoing Co-located Research
from_schema: OAEProject
rank: 1000
domain_of:
- OAEProject
range: ExternalProject
multivalued: true
colocated_operations:
name: colocated_operations
description: A description is required if any nearby operations exist that may
influence the waters over the time period covered by this data. This might be
a nearby mCDR project, a facility that discharges water with different characteristics
than the inflow (e.g., a desalination plant), frequent boating operations, etc.
title: Co-located Operations
from_schema: OAEProject
rank: 1000
domain_of:
- OAEProject
range: string
permits:
name: permits
description: Associated permit number(s).
title: Permits
from_schema: OAEProject
rank: 1000
domain_of:
- OAEProject
range: Permit
multivalued: true
inlined: true
inlined_as_list: true
public_comments:
name: public_comments
description: Links to public comments or concerns about the project.
title: Public Comments
from_schema: OAEProject
rank: 1000
domain_of:
- OAEProject
range: NamedLink
recommended: true
multivalued: true
research_project:
name: research_project
description: Project, which the data collection is part of. For example, West
Coast Ocean Acidification (WCOA) Project.
title: Research Project
from_schema: OAEProject
rank: 1000
domain_of:
- OAEProject
range: string
funding:
name: funding
title: Funding Info
from_schema: OAEProject
rank: 1000
slot_uri: schema:funding
domain_of:
- OAEProject
range: MonetaryGrant
multivalued: 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](https://www.carbontosea.org/oae-data-protocol/1-0-0/#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: OAEProject
rank: 1000
domain_of:
- OAEProject
- Experiment
range: string
Induced
name: OAEProject
description: A project conducting OAE field trials or modeling.
from_schema: OAEDataManagementProtocol
broad_mappings:
- schema:ResearchProject
slot_usage:
temporal_coverage:
name: temporal_coverage
description: The start and end date (optional) of the project
required: true
spatial_coverage:
name: spatial_coverage
required: true
vertical_coverage:
name: vertical_coverage
required: true
attributes:
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 the following
fields, as described in Cross-linking Data Sets with Common Identifiers.
Any method that creates a unique ID that will link all project data (e.g., a
project''s baseline data to intervention data, and various data submissions
within an experiment type) is acceptable.'
title: Project ID
from_schema: OAEProject
rank: 1000
alias: project_id
owner: OAEProject
domain_of:
- OAEProject
- Experiment
range: string
required: true
experiments:
name: experiments
title: Related Experiments
from_schema: OAEProject
rank: 1000
alias: experiments
owner: OAEProject
domain_of:
- OAEProject
range: Experiment
recommended: true
multivalued: true
sea_names:
name: sea_names
description: Names of the seas where the data collection takes place, See Controlled
Vocabularies section for definitions.
title: Sea Names
from_schema: OAEProject
rank: 1000
alias: sea_names
owner: OAEProject
domain_of:
- OAEProject
range: SeaNames
recommended: true
multivalued: true
project_description:
name: project_description
description: 'A narrative description of the project. For example, what were the
goals of the project? What were the research questions? What were the processes
to achieve these goals and answer these questions? Who were the key stakeholders,
organizers, project leaders? Was this building off a previous or ongoing project,
or is this a new region/experiment/mechanistic study?
If there are relevant regulatory parameters and/or limits to dosing trials at
this location, these may be described here.'
title: Project Description
from_schema: OAEProject
rank: 1000
alias: project_description
owner: OAEProject
domain_of:
- OAEProject
range: string
physical_site_description:
name: physical_site_description
description: 'Provide information to help characterize the field site and provide
context when interpreting the data. For example, descriptions of tidal patterns,
climatological conditions, notable geological characteristics, the geographical
and marine setting (coastal, intertidal, island region, sheltered environment),
and characteristic meteorological events. If possible based on the file type
of this submission, please include useful maps or figures here.
Links to relevant datasets, cruise reports, etc may be provided here.'
title: Physical Site Description
from_schema: OAEProject
rank: 1000
alias: physical_site_description
owner: OAEProject
domain_of:
- OAEProject
range: string
social_context_site_description:
name: social_context_site_description
description: "Details may include:\n - Commercial, recreational, ecological,\
\ and cultural uses of study site\n - Industrial site history\n - Demographics\
\ of site area\n - Notable events that may impact local sentiment to mCDR (for\
\ example: site had significant toxic spill in past decade, local positive support\
\ for offshore wind farming, frequent HAB site) -Ecologically protected species,\
\ economically significant operations in the marine environment\n - In study\
\ areas with nearby state or federal jurisdiction borders, potential conflicts\
\ with other countries or permits from foreign governments should be described.\n\
\ - Links to relevant social science surveys, engaged community groups, etc."
title: Social Context Site Description
from_schema: OAEProject
rank: 1000
alias: social_context_site_description
owner: OAEProject
domain_of:
- OAEProject
range: string
social_research_conducted_to_date:
name: social_research_conducted_to_date
description: "A description of any social research conducted to date. If provided\
\ as a separate file, list filename here. Information may include:\n - Description\
\ of Community engagement research approach conducted and results\n - Stakeholder\
\ mapping method and link to output"
title: Social Research Conducted to Date
from_schema: OAEProject
rank: 1000
alias: social_research_conducted_to_date
owner: OAEProject
domain_of:
- OAEProject
range: string
mcdr_pathway:
name: mcdr_pathway
description: The Marine Carbon Dioxide Removal (MCDR) pathway being studied.
title: MCDR Pathway
from_schema: OAEProject
rank: 1000
alias: mcdr_pathway
owner: OAEProject
domain_of:
- OAEProject
range: MCDRPathway
previous_or_ongoing_colocated_research:
name: previous_or_ongoing_colocated_research
description: This field is required for co-located operations that potentially
impact the project results. If previous or on-going mCDR field operations have
occurred in the study domain by any project developer, they may be mentioned
here either as a description, and/or if a reference to the study exists in the
form of a data set, publication, etc, the DOI or other identifying information
should be provided. Please provide direct links to data when available.
title: Previous or Ongoing Co-located Research
from_schema: OAEProject
rank: 1000
alias: previous_or_ongoing_colocated_research
owner: OAEProject
domain_of:
- OAEProject
range: ExternalProject
multivalued: true
colocated_operations:
name: colocated_operations
description: A description is required if any nearby operations exist that may
influence the waters over the time period covered by this data. This might be
a nearby mCDR project, a facility that discharges water with different characteristics
than the inflow (e.g., a desalination plant), frequent boating operations, etc.
title: Co-located Operations
from_schema: OAEProject
rank: 1000
alias: colocated_operations
owner: OAEProject
domain_of:
- OAEProject
range: string
permits:
name: permits
description: Associated permit number(s).
title: Permits
from_schema: OAEProject
rank: 1000
alias: permits
owner: OAEProject
domain_of:
- OAEProject
range: Permit
multivalued: true
inlined: true
inlined_as_list: true
public_comments:
name: public_comments
description: Links to public comments or concerns about the project.
title: Public Comments
from_schema: OAEProject
rank: 1000
alias: public_comments
owner: OAEProject
domain_of:
- OAEProject
range: NamedLink
recommended: true
multivalued: true
research_project:
name: research_project
description: Project, which the data collection is part of. For example, West
Coast Ocean Acidification (WCOA) Project.
title: Research Project
from_schema: OAEProject
rank: 1000
alias: research_project
owner: OAEProject
domain_of:
- OAEProject
range: string
funding:
name: funding
title: Funding Info
from_schema: OAEProject
rank: 1000
slot_uri: schema:funding
alias: funding
owner: OAEProject
domain_of:
- OAEProject
range: MonetaryGrant
multivalued: 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](https://www.carbontosea.org/oae-data-protocol/1-0-0/#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: OAEProject
rank: 1000
alias: additional_details
owner: OAEProject
domain_of:
- OAEProject
- Experiment
range: string
temporal_coverage:
name: temporal_coverage
description: The start and end date (optional) of the project
title: Temporal Coverage
from_schema: OAEDataManagementProtocol
rank: 1000
slot_uri: schema:temporalCoverage
alias: temporal_coverage
owner: OAEProject
domain_of:
- OAEProject
- ExternalProject
range: string
required: true
pattern: ^\d{4}-\d{2}-\d{2}/(\d{4}-\d{2}-\d{2}|\.\.)$
spatial_coverage:
name: spatial_coverage
description: Latitude/longitude bounds of project site (e.g., boundary domain
of observations or relevant activities) 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: OAEProject
domain_of:
- OAEProject
- ExternalProject
- Experiment
range: Place
required: true
vertical_coverage:
name: vertical_coverage
description: Minimum and maximum depths of observation in meters.
title: Vertical Coverage
from_schema: OAEDataManagementProtocol
rank: 1000
alias: vertical_coverage
owner: OAEProject
domain_of:
- OAEProject
- Experiment
range: VerticalExtent
required: true