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://github.com/kbase/credit_engine/schema/kbase/linkml

LinkML Source

name: ContributorType
description: The type of contributor being represented
from_schema: https://github.com/kbase/credit_engine/schema/kbase/linkml
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