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
Inheritance
- PersonOrOrganization
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
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.
'
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: PersonOrOrganization
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_-]+$