Skip to content

Class: ExternalProject

A research project that is not directly managed by the OAE project, but whose location is proximal to the OAE project and whose data may be relevant to understanding the context or impacts of OAE activities.

URI: oae:ExternalProject

 classDiagram
    class ExternalProject
    click ExternalProject href "../ExternalProject"
      ExternalProject : description

      ExternalProject : name

      ExternalProject : related_links

      ExternalProject : spatial_coverage




    ExternalProject --> "1" SpatialCoverage : spatial_coverage
    click SpatialCoverage href "../SpatialCoverage"


      ExternalProject : temporal_coverage


Slots

Name Cardinality and Range Description Inheritance
temporal_coverage 1
String
Start date and end date (if known) of the project in ISO-8601 interval format... direct
spatial_coverage 1
SpatialCoverage
Latitude/longitude bounds of project site (e direct
name 1
String
The name of the external research project direct
description 0..1
String
A brief description of the external research project direct
related_links *
uri
Links to websites or documents related to the external research project direct

Usages

used by used in type used
Project previous_or_ongoing_colocated_research range ExternalProject

Identifier and Mapping Information

Schema Source

  • from schema: https://schema.oaedata.org/OAEDataSchema

Mappings

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

LinkML Source

Direct

name: ExternalProject
description: A research project that is not directly managed by the OAE project, but
  whose location is proximal to the OAE project and whose data may be relevant to
  understanding the context or impacts of OAE activities.
from_schema: https://schema.oaedata.org/OAEDataSchema
slots:
- temporal_coverage
- spatial_coverage
attributes:
  name:
    name: name
    description: The name of the external research project.
    title: Name
    from_schema: ExternalProject
    domain_of:
    - Organization
    - NamedLink
    - ExternalProject
    - MonetaryGrant
    - Experiment
    - Person
    - Dataset
    - Platform
    - ModelComponent
    range: string
    required: true
  description:
    name: description
    description: A brief description of the external research project.
    title: Description
    from_schema: ExternalProject
    domain_of:
    - Project
    - ExternalProject
    - Experiment
    - VocabularyItemReference
    - Dataset
    - ModelComponent
    range: string
  related_links:
    name: related_links
    description: Links to websites or documents related to the external research project.
    title: Related Links
    from_schema: ExternalProject
    rank: 1000
    domain_of:
    - ExternalProject
    range: uri
    multivalued: true

Induced

name: ExternalProject
description: A research project that is not directly managed by the OAE project, but
  whose location is proximal to the OAE project and whose data may be relevant to
  understanding the context or impacts of OAE activities.
from_schema: https://schema.oaedata.org/OAEDataSchema
attributes:
  name:
    name: name
    description: The name of the external research project.
    title: Name
    from_schema: ExternalProject
    alias: name
    owner: ExternalProject
    domain_of:
    - Organization
    - NamedLink
    - ExternalProject
    - MonetaryGrant
    - Experiment
    - Person
    - Dataset
    - Platform
    - ModelComponent
    range: string
    required: true
  description:
    name: description
    description: A brief description of the external research project.
    title: Description
    from_schema: ExternalProject
    alias: description
    owner: ExternalProject
    domain_of:
    - Project
    - ExternalProject
    - Experiment
    - VocabularyItemReference
    - Dataset
    - ModelComponent
    range: string
  related_links:
    name: related_links
    description: Links to websites or documents related to the external research project.
    title: Related Links
    from_schema: ExternalProject
    rank: 1000
    alias: related_links
    owner: ExternalProject
    domain_of:
    - ExternalProject
    range: uri
    multivalued: true
  temporal_coverage:
    name: temporal_coverage
    description: Start date and end date (if known) of the project in ISO-8601 interval
      format (YYYY-MM-DD/YYY-MM-DD). If the end date is not known, use open-ended
      format YYYY-MM-DD/..
    title: Temporal Coverage
    from_schema: https://schema.oaedata.org/OAEDataSchema
    rank: 1000
    slot_uri: schema:temporalCoverage
    alias: temporal_coverage
    owner: ExternalProject
    domain_of:
    - Project
    - ExternalProject
    - FieldDataset
    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), expressed as a schema.org GeoShape
      bounding box.
    title: Spatial Coverage
    from_schema: https://schema.oaedata.org/OAEDataSchema
    rank: 1000
    slot_uri: schema:spatialCoverage
    alias: spatial_coverage
    owner: ExternalProject
    domain_of:
    - Project
    - ExternalProject
    - Experiment
    - ModelGrid
    range: SpatialCoverage
    required: true