Slot: MBO Permanent Identifier (id)

An identifier chosen from the range given to your work package by WP1.

__

URI: mbo:id Alias: id

Applicable Classes

Name Description Modifies Slot
SoftwareApplication A description of the software used in the generation of your dataset no
GeoShape The geographic coordinates describing a Place no
Place A location where something occurred no
HowTo How the Act(ion) of Creation was performed no
PropertyValue A property with or without a value no
MonetaryGrant A source of money awarded to an organization or project no
Audience The target audience for an entity no
Instrument A scientific instrument or sensor used in data collection no
PersonOrOrganization A collection of people or organization identifiers recognised by the MBO proj... no
Service A service provided by an organization, e no
ContactPoint A contact point for a person or organization no
HowToStep An individual step which is part of a HowTo no
HowToTip A 'tip' which should be used to describe the runtime configuration or paramet... no
DefinedTerm A defined vocabulary term no
DatasetComment A comment on a Dataset no
DataDownload A distribution of a Dataset, e no
Dataset A dataset either produced as part of MBO or used in the process of producing ... no
Person A person no
License A person or organization recognised by the MBO project no
Document A description of documents used, or produced in the generation of your datase... no
Action The act of creation of one or more MBO datasets no
Platform A platform on which instruments are mounted, such as a research vessel, no
Taxon A set of organisms asserted to represent a natural cohesive biological unit no
SoftwareSourceCode The location and description of the spreadsheet, script, or whole application... no
PublishingStatusDefinedTerm DefinedTerms which describe the status of publication, no
Organization An organization no
EmbargoStatement A record describing why a dataset has been embargoed and when it will be rele... no

Properties

Type and Range

Property Value
Range String
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

Cardinality and Requirements

Property Value
Required Yes
### Slot Characteristics
Property Value
Identifier Yes

Value Constraints

Property Value
Regex Pattern ^mbo_[a-zA-Z0-9_-]+$

Comments

  • This is the identifier (mPID) for this row of the spreadsheet and for whatever information is being described in this row. It must start with mbo_, only use printable ASCII characters and should be unique in this column.

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self mbo:id
native mbo:id

LinkML Source

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
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_-]+$