Class: AnyDefinedTerm

Any term defined by the MBO project. The data is sourced from the underlying DefinedTerm and PublishingStatusDefinedTerm CSV files.

__

  • NOTE: this is an abstract class and should not be instantiated directly

URI: mbo:AnyDefinedTerm

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

Usages

used by used in type used
DefinedTermSet hasDefinedTermIds range AnyDefinedTerm

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: AnyDefinedTerm
description: 'Any term defined by the MBO project. The data is sourced from the underlying
  [DefinedTerm](#definedterm) and [PublishingStatusDefinedTerm](#publishingstatusdefinedterm)
  CSV files.

  '
from_schema: https://w3id.org/marco-bolo/csv-input-classes
abstract: true
slots:
- id

Induced

name: AnyDefinedTerm
description: 'Any term defined by the MBO project. The data is sourced from the underlying
  [DefinedTerm](#definedterm) and [PublishingStatusDefinedTerm](#publishingstatusdefinedterm)
  CSV files.

  '
from_schema: https://w3id.org/marco-bolo/csv-input-classes
abstract: true
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: AnyDefinedTerm
    domain_of:
    - Action
    - HowTo
    - HowToStep
    - HowToTip
    - Dataset
    - PersonOrOrganization
    - ContactPoint
    - License
    - PropertyValue
    - DataDownload
    - DatasetComment
    - SoftwareSourceCode
    - SoftwareApplication
    - Service
    - EmbargoStatement
    - DefinedTerm
    - AnyDefinedTerm
    - DefinedTermSet
    - Place
    - GeoShape
    - MonetaryGrant
    - Taxon
    - Audience
    - Document
    - Instrument
    - Platform
    range: string
    required: true
    pattern: ^mbo_[a-zA-Z0-9_-]+$