Class: Affiliation (Affiliation)
The affiliation of the contributor.
classDiagram
class Affiliation
click Affiliation href "../Affiliation/"
Affiliation : department
Affiliation : organization
Affiliation --> "0..1" Organization : organization
click Organization href "../Organization/"
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| organization | 0..1 Organization |
The organization the contributor is affiliated with | direct |
| department | 0..1 String |
The department the contributor belongs to | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Contributor | affiliations | range | Affiliation |
Identifier and Mapping Information
Schema Source
- from schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | nfdi4immuno:Affiliation |
| native | nfdi4immuno:Affiliation |
LinkML Source
Direct
name: Affiliation
description: The affiliation of the contributor.
title: Affiliation
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
slots:
- organization
- department
Induced
name: Affiliation
description: The affiliation of the contributor.
title: Affiliation
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
attributes:
organization:
name: organization
description: The organization the contributor is affiliated with.
title: Organization
examples:
- value: '{''key'': ''ROR:03yrm5c26'', ''term'': ''California Digital Library''}'
description: A registered organization.
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
rank: 1000
alias: organization
owner: Affiliation
domain_of:
- Affiliation
range: Organization
department:
name: department
description: The department the contributor belongs to.
title: Department
examples:
- value: Department of Biology
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
rank: 1000
alias: department
owner: Affiliation
domain_of:
- Affiliation
range: string