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" Place : spatial_coverage click Place href "../Place" 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
Place
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
OAEProject previous_or_ongoing_colocated_research range ExternalProject

Identifier and Mapping Information

Schema Source

  • from schema: OAEDataManagementProtocol

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: OAEDataManagementProtocol
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
    - Investigator
    range: string
    required: true
  description:
    name: description
    description: A brief description of the external research project.
    title: Description
    from_schema: ExternalProject
    domain_of:
    - ExternalProject
    - Experiment
    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: OAEDataManagementProtocol
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
    - Investigator
    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:
    - ExternalProject
    - Experiment
    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: OAEDataManagementProtocol
    rank: 1000
    slot_uri: schema:temporalCoverage
    alias: temporal_coverage
    owner: ExternalProject
    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: ExternalProject
    domain_of:
    - OAEProject
    - ExternalProject
    - Experiment
    range: Place
    required: true