Class: ContributorContribution
Default ContributorContribution description
URI: https://github.com/vdjserver/vdjserver-airr-schema/ContributorContribution
classDiagram
class ContributorContribution
click ContributorContribution href "../ContributorContribution/"
AIRRStandards <|-- ContributorContribution
click AIRRStandards href "../AIRRStandards/"
ContributorContribution : degree
ContributorContribution --> "0..1" DegreeEnum : degree
click DegreeEnum href "../DegreeEnum/"
ContributorContribution : role
ContributorContribution --> "0..1" RoleEnum : role
click RoleEnum href "../RoleEnum/"
Inheritance
- AIRRStandards
- ContributorContribution
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| role | 0..1 RoleEnum |
Role according to CRediT taxonomy | direct |
| degree | 0..1 DegreeEnum |
Optional specification of the degree of contribution, should be used if multi... | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Contributor | contributions | range | ContributorContribution |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/vdjserver/vdjserver-airr-schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | https://github.com/vdjserver/vdjserver-airr-schema/ContributorContribution |
| native | https://github.com/vdjserver/vdjserver-airr-schema/ContributorContribution |
LinkML Source
Direct
name: ContributorContribution
description: Default ContributorContribution description
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: AIRRStandards
slots:
- role
- degree
Induced
name: ContributorContribution
description: Default ContributorContribution description
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: AIRRStandards
attributes:
role:
name: role
annotations:
nullable:
tag: nullable
value: false
description: Role according to CRediT taxonomy
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
rank: 1000
owner: ContributorContribution
domain_of:
- ContributorContribution
range: RoleEnum
degree:
name: degree
annotations:
nullable:
tag: nullable
value: true
description: Optional specification of the degree of contribution, should be used
if multiple individuals serve the same role.
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
rank: 1000
owner: ContributorContribution
domain_of:
- ContributorContribution
range: DegreeEnum