Class: Person
An individual person who contributes to a mapping specification
URI: fair_mappings_schema:Person
classDiagram
class Person
click Person href "../Person/"
Agent <|-- Person
click Agent href "../Agent/"
Person : affiliation
Person : id
Person : name
Person : orcid
Person : type
Inheritance
- Agent
- Person
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| orcid | 0..1 String |
ORCID identifier for a person | direct |
| affiliation | 0..1 String |
Institutional affiliation of a person | direct |
| id | 0..1 String |
Identifier for the information entity | Agent |
| name | 0..1 String |
Name of the information entity | Agent |
| type | 0..1 String |
Type of the information entity | Agent |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/mapping-commons/fair-mappings-schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | fair_mappings_schema:Person |
| native | fair_mappings_schema:Person |
LinkML Source
Direct
name: Person
description: An individual person who contributes to a mapping specification
from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
is_a: Agent
slots:
- orcid
- affiliation
Induced
name: Person
description: An individual person who contributes to a mapping specification
from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
is_a: Agent
attributes:
orcid:
name: orcid
description: ORCID identifier for a person
from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
rank: 1000
alias: orcid
owner: Person
domain_of:
- Person
range: string
affiliation:
name: affiliation
description: Institutional affiliation of a person
from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
rank: 1000
alias: affiliation
owner: Person
domain_of:
- Person
range: string
id:
name: id
description: Identifier for the information entity
from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
rank: 1000
alias: id
owner: Person
domain_of:
- Agent
- Source
- MappingSpecification
range: string
name:
name: name
description: Name of the information entity
from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
rank: 1000
alias: name
owner: Person
domain_of:
- Agent
- Source
- MappingSpecification
range: string
type:
name: type
description: Type of the information entity
from_schema: https://w3id.org/mapping-commons/fair-mappings-schema
rank: 1000
designates_type: true
alias: type
owner: Person
domain_of:
- Agent
- Source
- MappingSpecification
range: string