Class: Acknowledgement
URI: ak_schema:Acknowledgement
classDiagram
class Acknowledgement
click Acknowledgement href "../Acknowledgement"
AIRRStandards <|-- Acknowledgement
click AIRRStandards href "../AIRRStandards"
Acknowledgement : acknowledgement_id
Acknowledgement : individual_full_name
Acknowledgement : institution_name
Acknowledgement : orcid_id
Inheritance
- AIRRStandards
- Acknowledgement
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
acknowledgement_id | 0..1 String |
unique identifier of this Acknowledgement within the file | direct |
individual_full_name | 0..1 String |
Full name of individual | direct |
institution_name | 0..1 String |
Individual's department and institution name | direct |
orcid_id | 0..1 String |
Individual's ORCID identifier | direct |
Usages
used by | used in | type | used |
---|---|---|---|
AlleleDescription | acknowledgements | range | Acknowledgement |
GermlineSet | acknowledgements | range | Acknowledgement |
Identifier and Mapping Information
Schema Source
- from schema: https://github.com/airr-knowledge/ak-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | ak_schema:Acknowledgement |
native | ak_schema:Acknowledgement |
LinkML Source
Direct
name: Acknowledgement
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AIRRStandards
slots:
- acknowledgement_id
- individual_full_name
- institution_name
- orcid_id
Induced
name: Acknowledgement
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: AIRRStandards
attributes:
acknowledgement_id:
name: acknowledgement_id
annotations:
nullable:
tag: nullable
value: true
description: unique identifier of this Acknowledgement within the file
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: acknowledgement_id
owner: Acknowledgement
domain_of:
- Acknowledgement
range: string
individual_full_name:
name: individual_full_name
annotations:
nullable:
tag: nullable
value: true
description: Full name of individual
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: individual_full_name
owner: Acknowledgement
domain_of:
- Acknowledgement
range: string
institution_name:
name: institution_name
annotations:
nullable:
tag: nullable
value: true
description: Individual's department and institution name
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: institution_name
owner: Acknowledgement
domain_of:
- Acknowledgement
range: string
orcid_id:
name: orcid_id
annotations:
nullable:
tag: nullable
value: true
description: Individual's ORCID identifier
from_schema: https://github.com/airr-knowledge/ak-schema
rank: 1000
alias: orcid_id
owner: Acknowledgement
domain_of:
- Acknowledgement
range: string