Skip to content

Class: PublicComment

A public comment document associated with a consultation for this experiment.

URI: oae:PublicComment

 classDiagram
    class PublicComment
    click PublicComment href "../PublicComment"
      PublicComment : comment_type




    PublicComment --> "1" PublicCommentType : comment_type
    click PublicCommentType href "../PublicCommentType"


      PublicComment : description

      PublicComment : url

Slots

Name Cardinality and Range Description Inheritance
description 0..1
String
A narrative description of what this public comment contains direct
url 1
uri
Link or DOI to access the public comment document direct
comment_type 1
PublicCommentType
The kind of consultation these comments came from direct

Usages

used by used in type used
Experiment public_comments range PublicComment
InSituExperiment public_comments range PublicComment
Intervention public_comments range PublicComment
Tracer public_comments range PublicComment
InterventionWithTracer public_comments range PublicComment
Model public_comments range PublicComment

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: PublicComment
description: A public comment document associated with a consultation for this experiment.
from_schema: https://schema.oaedata.org/OAEDataSchema
slots:
- description
slot_usage:
  description:
    name: description
    description: A narrative description of what this public comment contains.
attributes:
  url:
    name: url
    description: Link or DOI to access the public comment document.
    title: URL
    from_schema: Experiment
    domain_of:
    - NamedLink
    - PublicComment
    range: uri
    required: true
  comment_type:
    name: comment_type
    description: The kind of consultation these comments came from.
    title: Public Comment Type
    from_schema: Experiment
    rank: 1000
    domain_of:
    - PublicComment
    range: PublicCommentType
    required: true

Induced

name: PublicComment
description: A public comment document associated with a consultation for this experiment.
from_schema: https://schema.oaedata.org/OAEDataSchema
slot_usage:
  description:
    name: description
    description: A narrative description of what this public comment contains.
attributes:
  url:
    name: url
    description: Link or DOI to access the public comment document.
    title: URL
    from_schema: Experiment
    alias: url
    owner: PublicComment
    domain_of:
    - NamedLink
    - PublicComment
    range: uri
    required: true
  comment_type:
    name: comment_type
    description: The kind of consultation these comments came from.
    title: Public Comment Type
    from_schema: Experiment
    rank: 1000
    alias: comment_type
    owner: PublicComment
    domain_of:
    - PublicComment
    range: PublicCommentType
    required: true
  description:
    name: description
    description: A narrative description of what this public comment contains.
    title: Description
    from_schema: https://schema.oaedata.org/OAEDataSchema
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: PublicComment
    domain_of:
    - Project
    - ExternalProject
    - Experiment
    - PublicComment
    - VocabularyItemReference
    - Dataset
    - ModelComponent
    range: string