Skip to content

Class: Contributor

A contributor is a person or organization that holds a contributor role which is being realized in an event or event series.

Inheritance

Slots

Name Range Cardinality Description
Type Contributor Type 0..1 A property to provide the information whether the contributor is an organization or person.
ID xsd:anyURI 1..1 The internal ConfIDent identifier for a contibutor
Name xsd:string 0..1 A property to provide a name of a schema entity.
External ID External ID 0..* A property to provide an external id of a schema entity.

Mappings

Mapping Type Mapped Value
self ['confident:Contributor']
native ['confident:Contributor']

LinkML Source

name: Contributor
description: A contributor is a person or organization that holds a contributor role
  which is being realized in an event or event series.
title: Contributor
from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
rank: 1000
mixins:
- NamedThing
slots:
- type
slot_usage:
  type:
    name: type
    description: A property to provide the information whether the contributor is
      an organization or person.
    designates_type: true
    domain_of:
    - Event
    - Deadline
    - Metric
    - Contributor
    - Event
    - Deadline
    - Metric
    - Contributor
    range: ContributorType
  id:
    name: id
    description: The internal ConfIDent identifier for a contibutor
    domain_of:
    - EventSeries
    - Event
    - NamedThing
    - EventSeries
    - Event
    - NamedThing