Slot: Contributors (mPIDs) (contributorIds)

The Permanent Identifiers of people or organizations who contributed to the entity.

URI: schema:contributor Alias: contributorIds

Applicable Classes

Name Description Modifies Slot
HowToStep An individual step which is part of a HowTo no
SoftwareApplication A description of the software used in the generation of your dataset no
Document A description of documents used, or produced in the generation of your datase... no
SoftwareSourceCode The location and description of the spreadsheet, script, or whole application... 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

Properties

Type and Range

Property Value
Range PersonOrOrganization
Domain Of HowToStep, Dataset, DataDownload, SoftwareSourceCode, SoftwareApplication, Document
Slot URI schema:contributor

Cardinality and Requirements

Property Value
Multivalued Yes

Comments

  • Should be an mPID from the first column of either Person.csv or Organization.csv Pipe-delimited when there are multiple values.

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self schema:contributor
native mbo:contributorIds

LinkML Source

name: contributorIds
description: The Permanent Identifiers of people or organizations who contributed
  to the entity.
title: Contributors (mPIDs)
comments:
- 'Should be an mPID from the first column of either Person.csv or Organization.csv

  Pipe-delimited when there are multiple values.

  '
from_schema: https://w3id.org/marco-bolo/csv-input-classes
rank: 1000
slot_uri: schema:contributor
alias: contributorIds
domain_of:
- HowToStep
- Dataset
- DataDownload
- SoftwareSourceCode
- SoftwareApplication
- Document
range: PersonOrOrganization
required: false
multivalued: true