Class: Affiliation¶
Institutional affiliation
URI: revaise:Affiliation
```mermaid classDiagram class Affiliation click Affiliation href "../Affiliation/" Affiliation : address
Affiliation : city
Affiliation : country
Affiliation : department
Affiliation : institution_name
Affiliation : ror_id
```
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| institution_name | 1 String |
Name of the institution | direct |
| department | 0..1 String |
Department or division | direct |
| address | 0..1 String |
Street address | direct |
| city | 0..1 String |
City | direct |
| country | 0..1 String |
Country | direct |
| ror_id | 0..1 String |
Research Organization Registry identifier | direct |
Usages¶
| used by | used in | type | used |
|---|---|---|---|
| Author | affiliations | range | Affiliation |
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/author
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | revaise:Affiliation |
| native | revaise:Affiliation |
LinkML Source¶
Direct¶
name: Affiliation
description: Institutional affiliation
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/author
slots:
- institution_name
- department
- address
- city
- country
- ror_id
slot_usage:
institution_name:
name: institution_name
description: Name of the institution
range: string
required: true
department:
name: department
description: Department or division
range: string
address:
name: address
description: Street address
range: string
city:
name: city
description: City
range: string
country:
name: country
description: Country
range: string
ror_id:
name: ror_id
description: Research Organization Registry identifier
range: string
pattern: ^https://ror.org/0[a-z0-9]{8}$
Induced¶
name: Affiliation
description: Institutional affiliation
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/author
slot_usage:
institution_name:
name: institution_name
description: Name of the institution
range: string
required: true
department:
name: department
description: Department or division
range: string
address:
name: address
description: Street address
range: string
city:
name: city
description: City
range: string
country:
name: country
description: Country
range: string
ror_id:
name: ror_id
description: Research Organization Registry identifier
range: string
pattern: ^https://ror.org/0[a-z0-9]{8}$
attributes:
institution_name:
name: institution_name
description: Name of the institution
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/author
rank: 1000
alias: institution_name
owner: Affiliation
domain_of:
- Affiliation
range: string
required: true
department:
name: department
description: Department or division
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/author
rank: 1000
alias: department
owner: Affiliation
domain_of:
- Affiliation
range: string
address:
name: address
description: Street address
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/author
rank: 1000
alias: address
owner: Affiliation
domain_of:
- Affiliation
range: string
city:
name: city
description: City
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/author
rank: 1000
alias: city
owner: Affiliation
domain_of:
- Affiliation
range: string
country:
name: country
description: Country
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/author
rank: 1000
alias: country
owner: Affiliation
domain_of:
- Affiliation
range: string
ror_id:
name: ror_id
description: Research Organization Registry identifier
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/author
rank: 1000
alias: ror_id
owner: Affiliation
domain_of:
- Affiliation
range: string
pattern: ^https://ror.org/0[a-z0-9]{8}$