Skip to content

Enum: Contributor Type

An enumaration used to distinguish the contributors of an event or event series with regard to them being either an organization or a person.

Permissible Values

Value Meaning Description
organization OBI:0000245 An institution, or an association that has one or more people as members and ...
person NCBITaxon:9606 A human being that acts as some kind of participant in an event or event seri...

LinkML Source

name: ContributorType
description: An enumaration used to distinguish the contributors of an event or event
  series with regard to them being either an organization or a person.
title: Contributor Type
from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
rank: 1000
permissible_values:
  organization:
    text: organization
    description: An institution, or an association that has one or more people as
      members and which actsas some kind of participant in an event or event series.
    meaning: OBI:0000245
  person:
    text: person
    description: A human being that acts as some kind of participant in an event or
      event series.
    meaning: NCBITaxon:9606