Class: Platform

A platform on which instruments are mounted, such as a research vessel,

mooring, buoy, autonomous vehicle, or fixed station.

__

Following ODIS patterns, this uses schema:Vehicle which covers devices

designed to transport people or cargo over land, water, air, or space.

The platform type should be linked to the NERC Platform Categories (L06) vocabulary.

__

_See: _

_ - https://vocab.nerc.ac.uk/collection/L06/current/_

_ - https://vocab.nerc.ac.uk/collection/C17/current/ (for vessel instances)_

__

URI: schema:Vehicle

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
name 1
String
A name/title direct
alternateName 0..1
String
An alternative name direct
description 0..1
String
A description for this entity direct
identifiers *
String
A generic identifier for this entity direct
platformTypeId 0..1
Uri
A URL persistent identifier for the platform type, preferably from the direct
platformTypeName 0..1
String
A human-readable name for the platform type direct
platformIdentifierType 0..1
String
The type of the primary identifier used for this platform direct
operatorOrganizationMboId 0..1
Organization
The MBO identifier of the organization that operates this platform direct
ownerId 0..1
PersonOrOrganization
The Permanent Identifier of an person or organization who owns the entity direct
url 0..1
SchemaURL
The URL of the entity you are describing direct
subjectOfDocumentMboIds *
Document
Documents containing detailed metadata about this entity, such as direct
keywords *
String
Key words classifying this entity direct

Usages

used by used in type used
HowToStep usePlatformMboIds range Platform
Instrument mountedOnPlatformMboId range Platform

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self schema:Vehicle
native mbo:Platform

LinkML Source

Direct

name: Platform
description: "A platform on which instruments are mounted, such as a research vessel,\n\
  mooring, buoy, autonomous vehicle, or fixed station.\n\nFollowing ODIS patterns,\
  \ this uses schema:Vehicle which covers devices\ndesigned to transport people or\
  \ cargo over land, water, air, or space.\nThe platform type should be linked to\
  \ the NERC Platform Categories (L06) vocabulary.\n\nSee: \n  - https://vocab.nerc.ac.uk/collection/L06/current/\n\
  \  - https://vocab.nerc.ac.uk/collection/C17/current/ (for vessel instances)\n"
from_schema: https://w3id.org/marco-bolo/csv-input-classes
slots:
- id
- metadataPublisherId
- metadataDescribedForActionId
- name
- alternateName
- description
- identifiers
- platformTypeId
- platformTypeName
- platformIdentifierType
- operatorOrganizationMboId
- ownerId
- url
- subjectOfDocumentMboIds
- keywords
class_uri: schema:Vehicle

Induced

name: Platform
description: "A platform on which instruments are mounted, such as a research vessel,\n\
  mooring, buoy, autonomous vehicle, or fixed station.\n\nFollowing ODIS patterns,\
  \ this uses schema:Vehicle which covers devices\ndesigned to transport people or\
  \ cargo over land, water, air, or space.\nThe platform type should be linked to\
  \ the NERC Platform Categories (L06) vocabulary.\n\nSee: \n  - https://vocab.nerc.ac.uk/collection/L06/current/\n\
  \  - https://vocab.nerc.ac.uk/collection/C17/current/ (for vessel instances)\n"
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: Platform
    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: Platform
    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: Platform
    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
  name:
    name: name
    description: A name/title
    title: Name
    comments:
    - "The commonly used name. \nFor example: `MBA` for Marine Biological Association\n"
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Platform
    domain_of:
    - Action
    - HowTo
    - HowToStep
    - HowToTip
    - Dataset
    - Organization
    - ContactPoint
    - License
    - PropertyValue
    - DataDownload
    - SoftwareSourceCode
    - SoftwareApplication
    - Service
    - Place
    - GeoShape
    - MonetaryGrant
    - Taxon
    - Audience
    - Document
    - Instrument
    - Platform
    range: string
    required: true
    multivalued: false
  alternateName:
    name: alternateName
    description: An alternative name.
    title: Alternate Name
    comments:
    - "A less commonly used name for the same entity. \nFor example: \n`DASSH` for\
      \ MBA\n`ICES Survey Protocol` for Manual for the International Bottom Trawl\
      \ Surveys\n"
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:alternateName
    alias: alternateName
    owner: Platform
    domain_of:
    - Organization
    - Document
    - Instrument
    - Platform
    range: string
    required: false
    multivalued: false
  description:
    name: description
    description: A description for this entity.
    title: Description
    comments:
    - 'A concise one-sentence summary of the main point or purpose.

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: Platform
    domain_of:
    - Action
    - HowTo
    - HowToStep
    - HowToTip
    - Dataset
    - Organization
    - ContactPoint
    - License
    - PropertyValue
    - DataDownload
    - SoftwareSourceCode
    - SoftwareApplication
    - Service
    - DefinedTerm
    - Place
    - GeoShape
    - MonetaryGrant
    - Document
    - Instrument
    - Platform
    range: string
    required: false
    multivalued: false
  identifiers:
    name: identifiers
    description: A generic identifier for this entity. Should not hold the MBO identifier.
    title: Identifiers
    comments:
    - 'Can include any kind on non-MBO identifiers like ROR, ORCID, DOI, ISBNs, IGSN,
      UUIDs, etc.

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:identifier
    alias: identifiers
    owner: Platform
    domain_of:
    - Person
    - Organization
    - Document
    - Instrument
    - Platform
    range: string
    required: false
    multivalued: true
  platformTypeId:
    name: platformTypeId
    description: "A URL persistent identifier for the platform type, preferably from\
      \ the \nNERC SeaDataNet Platform Categories (L06).\n"
    title: Platform Type (URL PID)
    comments:
    - 'Should be a URI from a controlled vocabulary.


      Primary source: NERC L06 SeaDataNet Platform Categories

      https://vocab.nerc.ac.uk/collection/L06/current/


      Examples:

      - `http://vocab.nerc.ac.uk/collection/L06/current/31/` (research vessel)

      - `http://vocab.nerc.ac.uk/collection/L06/current/48/` (mooring)

      - `http://vocab.nerc.ac.uk/collection/L06/current/27/` (sub-surface glider)

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:additionalType
    alias: platformTypeId
    owner: Platform
    domain_of:
    - Platform
    range: uri
    required: false
    multivalued: false
  platformTypeName:
    name: platformTypeName
    description: 'A human-readable name for the platform type.

      '
    title: Platform Type Name
    comments:
    - 'For example: `research vessel`, `mooring`, `autonomous underwater vehicle`,

      `surface buoy`, `fixed coastal station`

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:category
    alias: platformTypeName
    owner: Platform
    domain_of:
    - Platform
    range: string
    required: false
    multivalued: false
  platformIdentifierType:
    name: platformIdentifierType
    description: 'The type of the primary identifier used for this platform.

      '
    title: Primary Identifier Type
    comments:
    - 'For vessels, common identifier types include:

      - `IMO` (International Maritime Organization number)

      - `MMSI` (Maritime Mobile Service Identity)

      - `ICES` (ICES Ship Code)

      - `Call Sign`

      - `NODC` (NODC Code)


      For other platforms, use appropriate identifier schemes.

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:additionalProperty
    alias: platformIdentifierType
    owner: Platform
    domain_of:
    - Platform
    range: string
    required: false
    multivalued: false
  operatorOrganizationMboId:
    name: operatorOrganizationMboId
    description: 'The MBO identifier of the organization that operates this platform.

      '
    title: Operator Organization (mPID)
    comments:
    - 'An mPID from the first column of Organization.csv

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:operator
    alias: operatorOrganizationMboId
    owner: Platform
    domain_of:
    - Platform
    range: Organization
    required: false
    multivalued: false
  ownerId:
    name: ownerId
    description: 'The Permanent Identifier of an person or organization who owns the
      entity.

      '
    title: Owner (mPID)
    comments:
    - 'Should be an mPID from the first column of either Person.csv or Organization.csv

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:copyrightHolder
    alias: ownerId
    owner: Platform
    domain_of:
    - Dataset
    - DataDownload
    - SoftwareSourceCode
    - SoftwareApplication
    - Document
    - Instrument
    - Platform
    range: PersonOrOrganization
    required: false
    multivalued: false
  url:
    name: url
    description: The URL of the entity you are describing.
    title: URL
    comments:
    - 'Must include the protocol (scheme) and should follow RFC 3986 standards


      For example: `https://example.com`, `http://example.com`

      `ftp://ftp.example.org/data`, `doi:10.1000/example123`, `urn:isbn:1234567890`,
      `mailto:contact@example.com`

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:url
    alias: url
    owner: Platform
    domain_of:
    - HowTo
    - HowToStep
    - Organization
    - Service
    - MonetaryGrant
    - Document
    - Instrument
    - Platform
    range: schemaURL
    required: false
    multivalued: false
  subjectOfDocumentMboIds:
    name: subjectOfDocumentMboIds
    description: "Documents containing detailed metadata about this entity, such as\
      \ \nmanufacturer specifications, SensorML files, or calibration records.\n"
    title: Described By Documents (mPIDs)
    comments:
    - "mPID(s) from the first column of Document.csv\nPipe-delimited when there are\
      \ multiple values\n\nUse this to link to detailed metadata documents that go\
      \ beyond \nwhat the core fields can express.\n"
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:subjectOf
    alias: subjectOfDocumentMboIds
    owner: Platform
    domain_of:
    - Instrument
    - Platform
    range: Document
    required: false
    multivalued: true
  keywords:
    name: keywords
    description: Key words classifying this entity.
    title: Keywords
    comments:
    - 'Separate multiple keyword with a ''|''.

      e.g. Whales|Population Genetics

      '
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    slot_uri: schema:keywords
    alias: keywords
    owner: Platform
    domain_of:
    - Dataset
    - Organization
    - SoftwareSourceCode
    - SoftwareApplication
    - Document
    - Instrument
    - Platform
    range: string
    required: false
    multivalued: true
class_uri: schema:Vehicle