Skip to content

Class: OAEProject

A project conducting OAE field trials or modeling.

URI: oae:OAEProject

classDiagram class OAEProject click OAEProject href "../OAEProject" OAEProject : description OAEProject : mcdr_pathway OAEProject --> "0..1" MCDRPathway : mcdr_pathway click MCDRPathway href "../MCDRPathway" OAEProject : permit_info OAEProject : project_id OAEProject : site_description

Slots

Name Cardinality and Range Description Inheritance
description 0..1
String
A narrative description of the thing direct
project_id 0..1
String
Unique identifier for an OAE project direct
mcdr_pathway 0..1
MCDRPathway
The Marine Carbon Dioxide Removal (MCDR) pathway being studied direct
site_description 0..1
String
Details about the project site, including location and conditions direct
permit_info 0..1
String
Regulatory details for the project direct

Usages

used by used in type used
Experiment project range OAEProject
Intervention project range OAEProject
ModelSimulation project range OAEProject

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:
- description
attributes:
  project_id:
    name: project_id
    description: Unique identifier for an OAE project.
    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.
    from_schema: OAEProject
    rank: 1000
    domain_of:
    - OAEProject
    range: MCDRPathway
  site_description:
    name: site_description
    description: Details about the project site, including location and conditions.
    from_schema: OAEProject
    rank: 1000
    domain_of:
    - OAEProject
    range: string
  permit_info:
    name: permit_info
    description: Regulatory details for the project.
    from_schema: OAEProject
    rank: 1000
    domain_of:
    - OAEProject
    range: string

Induced

name: OAEProject
description: A project conducting OAE field trials or modeling.
from_schema: OAEDataManagementProtocol
broad_mappings:
- schema:ResearchProject
attributes:
  project_id:
    name: project_id
    description: Unique identifier for an OAE project.
    from_schema: OAEProject
    rank: 1000
    alias: project_id
    owner: OAEProject
    domain_of:
    - OAEProject
    range: string
  mcdr_pathway:
    name: mcdr_pathway
    description: The Marine Carbon Dioxide Removal (MCDR) pathway being studied.
    from_schema: OAEProject
    rank: 1000
    alias: mcdr_pathway
    owner: OAEProject
    domain_of:
    - OAEProject
    range: MCDRPathway
  site_description:
    name: site_description
    description: Details about the project site, including location and conditions.
    from_schema: OAEProject
    rank: 1000
    alias: site_description
    owner: OAEProject
    domain_of:
    - OAEProject
    range: string
  permit_info:
    name: permit_info
    description: Regulatory details for the project.
    from_schema: OAEProject
    rank: 1000
    alias: permit_info
    owner: OAEProject
    domain_of:
    - OAEProject
    range: string
  description:
    name: description
    description: A narrative description of the thing.
    from_schema: OAEDataManagementProtocol
    rank: 1000
    alias: description
    owner: OAEProject
    domain_of:
    - OAEProject
    - Dataset
    - Experiment
    - ModelComponent
    range: string