Skip to content

Enum: ContributorType

The type of contributor being represented.

URI: ContributorType

Permissible Values

Value Meaning Description
Person schema:Person A person
Organization schema:Organization An organization

Slots

Name Description
contributor_type Must be either 'Person' or 'Organization'

Identifier and Mapping Information

Schema Source

  • from schema: https://kbase.github.io/credit_engine/linkml/credit_metadata

LinkML Source

name: ContributorType
description: The type of contributor being represented.
from_schema: https://kbase.github.io/credit_engine/linkml/credit_metadata
rank: 1000
permissible_values:
  Person:
    text: Person
    description: A person.
    meaning: schema:Person
  Organization:
    text: Organization
    description: An organization.
    meaning: schema:Organization
reachable_from:
  source_ontology: bioportal:DATACITE-VOCAB
  source_nodes:
  - DataCite:ResourceCreatorType
  relationship_types:
  - rdfs:subClassOf
  include_self: false