Class: PersonOrOrganization

A collection of people or organization identifiers recognised by the MBO project. The data is sources from the underlying Person and Organization CSV files.

__

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

URI: mbo:PersonOrOrganization

diagram

Inheritance

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
Action metadataPublisherId range PersonOrOrganization
Action agentId range PersonOrOrganization
Action participantIds range PersonOrOrganization
HowTo metadataPublisherId range PersonOrOrganization
HowToStep metadataPublisherId range PersonOrOrganization
HowToStep contributorIds range PersonOrOrganization
HowToStep providerId range PersonOrOrganization
HowToTip metadataPublisherId range PersonOrOrganization
Dataset metadataPublisherId range PersonOrOrganization
Dataset authorId range PersonOrOrganization
Dataset contributorIds range PersonOrOrganization
Dataset ownerId range PersonOrOrganization
Dataset maintainerId range PersonOrOrganization
Dataset publisherId range PersonOrOrganization
Person metadataPublisherId range PersonOrOrganization
Organization metadataPublisherId range PersonOrOrganization
ContactPoint metadataPublisherId range PersonOrOrganization
License metadataPublisherId range PersonOrOrganization
PropertyValue metadataPublisherId range PersonOrOrganization
DataDownload metadataPublisherId range PersonOrOrganization
DataDownload authorId range PersonOrOrganization
DataDownload contributorIds range PersonOrOrganization
DataDownload ownerId range PersonOrOrganization
DataDownload maintainerId range PersonOrOrganization
DataDownload publisherId range PersonOrOrganization
DatasetComment metadataPublisherId range PersonOrOrganization
DatasetComment authorId range PersonOrOrganization
SoftwareSourceCode metadataPublisherId range PersonOrOrganization
SoftwareSourceCode authorId range PersonOrOrganization
SoftwareSourceCode contributorIds range PersonOrOrganization
SoftwareSourceCode maintainerId range PersonOrOrganization
SoftwareSourceCode ownerId range PersonOrOrganization
SoftwareSourceCode publisherId range PersonOrOrganization
SoftwareApplication metadataPublisherId range PersonOrOrganization
SoftwareApplication authorId range PersonOrOrganization
SoftwareApplication contributorIds range PersonOrOrganization
SoftwareApplication maintainerId range PersonOrOrganization
SoftwareApplication ownerId range PersonOrOrganization
SoftwareApplication providerId range PersonOrOrganization
SoftwareApplication publisherId range PersonOrOrganization
Service metadataPublisherId range PersonOrOrganization
EmbargoStatement metadataPublisherId range PersonOrOrganization
DefinedTerm metadataPublisherId range PersonOrOrganization
PublishingStatusDefinedTerm metadataPublisherId range PersonOrOrganization
Place metadataPublisherId range PersonOrOrganization
GeoShape metadataPublisherId range PersonOrOrganization
MonetaryGrant metadataPublisherId range PersonOrOrganization
Taxon metadataPublisherId range PersonOrOrganization
Audience metadataPublisherId range PersonOrOrganization

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: PersonOrOrganization
description: 'A collection of people or organization identifiers recognised by the
  MBO project. The data is sources from the underlying [Person](#person) and [Organization](#organization)
  CSV files.

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

Induced

name: PersonOrOrganization
description: 'A collection of people or organization identifiers recognised by the
  MBO project. The data is sources from the underlying [Person](#person) and [Organization](#organization)
  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. \nNote that when inputting into CSV files this should not be the full\
      \ URI, \nbut just the last part, e.g. `mbo_0000001`.\n"
    title: MBO Permanent Identifier
    from_schema: https://w3id.org/marco-bolo/csv-input-classes
    rank: 1000
    identifier: true
    alias: id
    owner: PersonOrOrganization
    domain_of:
    - Action
    - HowTo
    - HowToStep
    - HowToTip
    - Dataset
    - PersonOrOrganization
    - ContactPoint
    - License
    - PropertyValue
    - DataDownload
    - DatasetComment
    - SoftwareSourceCode
    - SoftwareApplication
    - Service
    - EmbargoStatement
    - DefinedTerm
    - Place
    - GeoShape
    - MonetaryGrant
    - Taxon
    - Audience
    range: string
    required: true
    pattern: ^mbo_[_0-9a-z]+$