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. \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]+$