Skip to content

Class: Model

A computational model experiment related to OAE.

URI: oae:Model

classDiagram class Model click Model href "../Model" Experiment <|-- Model click Experiment href "../Experiment" Model : description Model : end_datetime Model : experiment_id Model : experiment_leads Model --> "1..*" Person : experiment_leads click Person href "../Person" Model : experiment_type Model --> "1" ExperimentType : experiment_type click ExperimentType href "../ExperimentType" Model : grid_details Model --> "*" ModelGrid : grid_details click ModelGrid href "../ModelGrid" Model : input_details Model --> "0..1" ModelInputDetails : input_details click ModelInputDetails href "../ModelInputDetails" Model : model_components Model --> "*" ModelComponent : model_components click ModelComponent href "../ModelComponent" Model : model_configuration Model : name Model : project_id Model : spatial_coverage Model --> "1" SpatialCoverage : spatial_coverage click SpatialCoverage href "../SpatialCoverage" Model : start_datetime

Inheritance

Slots

Name Cardinality and Range Description Inheritance
model_configuration *
uri
Links to model configuration files or documentation direct
model_components *
ModelComponent
Components of the model (e direct
grid_details *
ModelGrid
Details about the model grid(s) direct
input_details 0..1
ModelInputDetails
Details about input data sources used to drive the model direct
name 0..1
String
Optional common name for experiment Experiment
description 1
String
A narrative description of the experiment Experiment
spatial_coverage 1
SpatialCoverage
Latitude/longitude bounds of observed data in experiment, provided in decimal... Experiment
project_id 1
String
The project to which the submitted data belong Experiment
experiment_id 1
String
The experiment to which the data belong Experiment
experiment_type 1
ExperimentType
The type of mCDR experiment conducted Experiment
experiment_leads 1..*
Person
Provide details for each experiment lead / principal investigator (PI) includ... Experiment
start_datetime 1
Datetime
Start date and time of experiment in UTC ISO-8601 Experiment
end_datetime 0..1
Datetime
End date and time of experiment in UTC ISO-8601 Experiment

Identifier and Mapping Information

Schema Source

  • from schema: OAEDataManagementProtocol

Mappings

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

LinkML Source

Direct

name: Model
description: A computational model experiment related to OAE.
from_schema: OAEDataManagementProtocol
is_a: Experiment
attributes:
  model_configuration:
    name: model_configuration
    description: Links to model configuration files or documentation.
    title: Model Configuration
    from_schema: Model
    rank: 1000
    domain_of:
    - Model
    range: uri
    multivalued: true
  model_components:
    name: model_components
    description: Components of the model (e.g., physics, biogeochemistry).
    title: Model Components
    from_schema: Model
    rank: 1000
    domain_of:
    - Model
    range: ModelComponent
    multivalued: true
    inlined: true
    inlined_as_list: true
  grid_details:
    name: grid_details
    description: Details about the model grid(s). Use multiple entries for nested
      grid configurations.
    title: Grid Details
    from_schema: Model
    rank: 1000
    domain_of:
    - Model
    range: ModelGrid
    multivalued: true
    inlined: true
    inlined_as_list: true
  input_details:
    name: input_details
    description: Details about input data sources used to drive the model.
    title: Input Details
    from_schema: Model
    rank: 1000
    domain_of:
    - Model
    range: ModelInputDetails
    inlined: true

Induced

name: Model
description: A computational model experiment related to OAE.
from_schema: OAEDataManagementProtocol
is_a: Experiment
attributes:
  model_configuration:
    name: model_configuration
    description: Links to model configuration files or documentation.
    title: Model Configuration
    from_schema: Model
    rank: 1000
    alias: model_configuration
    owner: Model
    domain_of:
    - Model
    range: uri
    multivalued: true
  model_components:
    name: model_components
    description: Components of the model (e.g., physics, biogeochemistry).
    title: Model Components
    from_schema: Model
    rank: 1000
    alias: model_components
    owner: Model
    domain_of:
    - Model
    range: ModelComponent
    multivalued: true
    inlined: true
    inlined_as_list: true
  grid_details:
    name: grid_details
    description: Details about the model grid(s). Use multiple entries for nested
      grid configurations.
    title: Grid Details
    from_schema: Model
    rank: 1000
    alias: grid_details
    owner: Model
    domain_of:
    - Model
    range: ModelGrid
    multivalued: true
    inlined: true
    inlined_as_list: true
  input_details:
    name: input_details
    description: Details about input data sources used to drive the model.
    title: Input Details
    from_schema: Model
    rank: 1000
    alias: input_details
    owner: Model
    domain_of:
    - Model
    range: ModelInputDetails
    inlined: true
  name:
    name: name
    description: Optional common name for experiment.
    title: Name
    from_schema: OAEDataManagementProtocol
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Model
    domain_of:
    - Organization
    - NamedLink
    - ExternalProject
    - MonetaryGrant
    - Experiment
    - Person
    - Dataset
    - Platform
    - ModelComponent
    range: string
  description:
    name: description
    description: A narrative description of the experiment. For example, what part
      of the project do these data represent (e.g., baseline, intervention, control)
      and what do they contribute to the overall project? Are all project research
      questions listed in Project description relevant? What were the processes to
      achieve these goals and answer these questions? Data submitters are encouraged
      to note any significant changes to the original experimental plan due to unforeseen
      circumstances here.
    title: Experiment Description
    from_schema: OAEDataManagementProtocol
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: Model
    domain_of:
    - Project
    - ExternalProject
    - Experiment
    - VocabularyItemReference
    - Dataset
    - ModelComponent
    range: string
    required: true
  spatial_coverage:
    name: spatial_coverage
    description: Latitude/longitude bounds of observed data in experiment, 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: Model
    domain_of:
    - Project
    - ExternalProject
    - Experiment
    - ModelGrid
    range: SpatialCoverage
    required: true
  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: lead
      organizer surname and first initial or company, a unique date, and location.

      Any method that creates a unique ID that will link all project data is acceptable.'
    title: Project ID
    from_schema: OAEDataManagementProtocol
    rank: 1000
    alias: project_id
    owner: Model
    domain_of:
    - Project
    - Experiment
    - Dataset
    range: string
    required: true
  experiment_id:
    name: experiment_id
    description: 'The experiment to which the data belong. Any naming convention that
      produces a unique ID is usable. The recommended naming convention is:

      Project ID + Experiment type + Optional numerical indicator to differentiate
      between various experiments of the same type for a project. A two digit consecutive
      number beginning with 01'
    title: Experiment ID
    from_schema: OAEDataManagementProtocol
    rank: 1000
    alias: experiment_id
    owner: Model
    domain_of:
    - Experiment
    - Dataset
    range: string
    required: true
  experiment_type:
    name: experiment_type
    description: The type of mCDR experiment conducted. See Controlled Vocabularies
      section for definitions.
    title: mCDR Experiment Type
    from_schema: Experiment
    rank: 1000
    alias: experiment_type
    owner: Model
    domain_of:
    - Experiment
    range: ExperimentType
    required: true
  experiment_leads:
    name: experiment_leads
    description: 'Provide details for each experiment lead / principal investigator
      (PI) including: Name, institutional information (name, address), phone, email,
      ID type (e.g., ORCID, etc), researcher ID, and role.'
    title: Experiment Lead(s)
    from_schema: Experiment
    rank: 1000
    alias: experiment_leads
    owner: Model
    domain_of:
    - Experiment
    range: Person
    required: true
    multivalued: true
    inlined: true
    inlined_as_list: true
  start_datetime:
    name: start_datetime
    description: Start date and time of experiment in UTC ISO-8601
    title: Start Date and Time (UTC)
    from_schema: Experiment
    rank: 1000
    alias: start_datetime
    owner: Model
    domain_of:
    - Experiment
    - ModelOutputDataset
    range: datetime
    required: true
  end_datetime:
    name: end_datetime
    description: End date and time of experiment in UTC ISO-8601
    title: End Date and Time (UTC)
    from_schema: Experiment
    rank: 1000
    alias: end_datetime
    owner: Model
    domain_of:
    - Experiment
    - ModelOutputDataset
    range: datetime