Class: EmbargoStatement

A record describing why a dataset has been embargoed and when it will be released.

__

URI: schema:Statement

diagram

Slots

Name Cardinality and Range Description Inheritance
id 1
String
An identifier chosen from the range given to your work package by WP1 direct
metadataPublisherId 1
PersonOrOrganization
The MBO Persistent IDentifier (mPID) of the person who entered this row of da... direct
metadataDescribedForActionId 1
Action
The Action which resulted in this metadata record being described direct
embargoedDatasetMboId 1
Dataset
The dataset that this embargo statement describes direct
embargoExpires 1
String
The date when the embargo expires direct
embargoDescription 1
String
The textual description of the embargo direct

Usages

used by used in type used
Dataset embargoStatementMboId range EmbargoStatement
Document embargoStatementMboId range EmbargoStatement

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/marco-bolo/csv-input-classes

Mappings

Mapping Type Mapped Value
self schema:Statement
native mbo:EmbargoStatement

LinkML Source

Direct

name: EmbargoStatement
description: 'A record describing why a dataset has been embargoed and when it will
  be released.

  '
from_schema: https://w3id.org/marco-bolo/csv-input-classes
slots:
- id
- metadataPublisherId
- metadataDescribedForActionId
- embargoedDatasetMboId
- embargoExpires
- embargoDescription
class_uri: schema:Statement

Induced

name: EmbargoStatement
description: 'A record describing why a dataset has been embargoed and when it will
  be released.

  '
from_schema: https://w3id.org/marco-bolo/csv-input-classes
attributes:
  id:
    name: id
    description: 'An identifier chosen from the range given to your work package by
      WP1.

      '
    title: MBO Permanent Identifier
    comments:
    - "This is the identifier (mPID) for this row of the spreadsheet \nand for whatever\
      \ information is being described in this row. \nIt must start with `mbo_`, only\
      \ use printable ASCII characters\nand should be unique in this column. \n"
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    identifier: true
    alias: id
    owner: EmbargoStatement
    domain_of:
    - Action
    - HowTo
    - HowToStep
    - HowToTip
    - Dataset
    - PersonOrOrganization
    - ContactPoint
    - License
    - PropertyValue
    - DataDownload
    - DatasetComment
    - SoftwareSourceCode
    - SoftwareApplication
    - Service
    - EmbargoStatement
    - DefinedTerm
    - Place
    - GeoShape
    - MonetaryGrant
    - Taxon
    - Audience
    - Document
    - Instrument
    - Platform
    range: string
    required: true
    pattern: ^mbo_[a-zA-Z0-9_-]+$
  metadataPublisherId:
    name: metadataPublisherId
    description: 'The MBO Persistent IDentifier (mPID) of the person who entered this
      row of data.

      '
    title: Data Entry Person (mPID - you)
    comments:
    - 'Should be an mPID from the first column of Person.csv

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:creator
    alias: metadataPublisherId
    owner: EmbargoStatement
    domain_of:
    - Action
    - HowTo
    - HowToStep
    - HowToTip
    - Dataset
    - Person
    - Organization
    - ContactPoint
    - License
    - PropertyValue
    - DataDownload
    - DatasetComment
    - SoftwareSourceCode
    - SoftwareApplication
    - Service
    - EmbargoStatement
    - DefinedTerm
    - Place
    - GeoShape
    - MonetaryGrant
    - Taxon
    - Audience
    - Document
    - Instrument
    - Platform
    range: PersonOrOrganization
    required: true
    multivalued: false
  metadataDescribedForActionId:
    name: metadataDescribedForActionId
    description: 'The [Action](#action) which resulted in this metadata record being
      described.


      Is likely to be the Action associated with a MARCO-BOLO Task.

      '
    title: Data Entered for Action (mPID)
    comments:
    - "The mPID from the first column of the Action.csv. \nNote that you can reference\
      \ the same mPID in multiple rows.\n\nUses the <https://w3id.org/marco-bolo/isResultOf>\
      \ predicate but ultimately ends up being \nrepresented as a triple in the form\
      \ `<action> schema:result <this-entity>`.\n"
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: mbo:isResultOf
    alias: metadataDescribedForActionId
    owner: EmbargoStatement
    domain_of:
    - Action
    - HowTo
    - HowToStep
    - HowToTip
    - Dataset
    - Person
    - Organization
    - ContactPoint
    - License
    - PropertyValue
    - DataDownload
    - DatasetComment
    - SoftwareSourceCode
    - SoftwareApplication
    - EmbargoStatement
    - DefinedTerm
    - Place
    - GeoShape
    - MonetaryGrant
    - Taxon
    - Audience
    - Document
    - Instrument
    - Platform
    range: Action
    required: true
    multivalued: false
  embargoedDatasetMboId:
    name: embargoedDatasetMboId
    description: The dataset that this embargo statement describes.
    title: Embargo Dataset (mPID)
    comments:
    - 'A mPID from the first column of Dataset.csv

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:mainEntity
    alias: embargoedDatasetMboId
    owner: EmbargoStatement
    domain_of:
    - EmbargoStatement
    range: Dataset
    required: true
    multivalued: false
  embargoExpires:
    name: embargoExpires
    description: The date when the embargo expires.
    title: Embargo Expires
    comments:
    - 'A date in ISO8601, YYYY, YYYY-MM, or YYYY-MM-DD format

      For example: `2025`

      `2025-12`

      `2025-12-31`

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:expires
    alias: embargoExpires
    owner: EmbargoStatement
    domain_of:
    - EmbargoStatement
    range: string
    required: true
    multivalued: false
    pattern: ^(\d{4}(-\d{2}(-\d{2})?)?)$
  embargoDescription:
    name: embargoDescription
    description: The textual description of the embargo.
    title: Explanation/Description
    comments:
    - "For example: \n`Preliminary dataset undergoing quality control and validation\
      \ procedures. \nEmbargo in place until data quality flags are finalized.`\n"
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:text
    alias: embargoDescription
    owner: EmbargoStatement
    domain_of:
    - EmbargoStatement
    range: string
    required: true
    multivalued: false
class_uri: schema:Statement