Class: Person
All information bound to people.
URI: C2D_Ontology:Person
classDiagram
class Person
click Person href "../Person"
Entity <|-- Person
click Entity href "../Entity"
Person : contact
Person --> "*" ContactInfo : contact
click ContactInfo href "../ContactInfo"
Person : instAffiliation
Person --> "*" Institution : instAffiliation
click Institution href "../Institution"
Person : location
Person --> "*" LocationInfo : location
click LocationInfo href "../LocationInfo"
Person : name
Person --> "1" PersonName : name
click PersonName href "../PersonName"
Person : persistentIdentifier
Person --> "*" PersistentIdentifier : persistentIdentifier
click PersistentIdentifier href "../PersistentIdentifier"
Person : projects
Person --> "*" Project : projects
click Project href "../Project"
Inheritance
- Entity
- Person
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
instAffiliation | * Institution |
direct | |
name | 1 PersonName |
The name of a person is a compositum of firstName, lastName and optional midd... | Entity |
contact | * ContactInfo |
References a contact entity to describe different methods of contact | Entity |
location | * LocationInfo |
Describes the location of something as n separate location object(s) | Entity |
persistentIdentifier | * PersistentIdentifier |
Links PID item | Entity |
projects | * Project |
Research projects and initiatives related to this element | Entity |
Usages
used by | used in | type | used |
---|---|---|---|
DataProblem | owner | range | Person |
DataProblem | client | range | Person |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/example/C2D_Ontology
Mappings
Mapping Type | Mapped Value |
---|---|
self | C2D_Ontology:Person |
native | C2D_Ontology:Person |
LinkML Source
Direct
name: Person
description: All information bound to people.
from_schema: https://w3id.org/linkml/example/C2D_Ontology
is_a: Entity
slots:
- instAffiliation
slot_usage:
name:
name: name
description: The name of a person is a compositum of firstName, lastName and optional
middleNames implemented as an instance of PersonName.
domain_of:
- Entity
range: PersonName
Induced
name: Person
description: All information bound to people.
from_schema: https://w3id.org/linkml/example/C2D_Ontology
is_a: Entity
slot_usage:
name:
name: name
description: The name of a person is a compositum of firstName, lastName and optional
middleNames implemented as an instance of PersonName.
domain_of:
- Entity
range: PersonName
attributes:
instAffiliation:
name: instAffiliation
from_schema: https://w3id.org/linkml/example/C2D_Ontology
rank: 1000
multivalued: true
alias: instAffiliation
owner: Person
domain_of:
- Person
is_grouping_slot: true
range: Institution
inlined: true
inlined_as_list: true
name:
name: name
description: The name of a person is a compositum of firstName, lastName and optional
middleNames implemented as an instance of PersonName.
from_schema: https://w3id.org/linkml/example/C2D_Ontology
rank: 1000
multivalued: false
alias: name
owner: Person
domain_of:
- Entity
range: PersonName
required: true
contact:
name: contact
description: References a contact entity to describe different methods of contact.
from_schema: https://w3id.org/linkml/example/C2D_Ontology
aliases:
- kontakt
rank: 1000
multivalued: true
alias: contact
owner: Person
domain_of:
- Entity
range: ContactInfo
location:
name: location
description: Describes the location of something as n separate location object(s).
from_schema: https://w3id.org/linkml/example/C2D_Ontology
rank: 1000
multivalued: true
alias: location
owner: Person
domain_of:
- Entity
range: LocationInfo
persistentIdentifier:
name: persistentIdentifier
description: Links PID item.
from_schema: https://w3id.org/linkml/example/C2D_Ontology
rank: 1000
multivalued: true
alias: persistentIdentifier
owner: Person
domain_of:
- Entity
- Item
- Literature
range: PersistentIdentifier
required: false
projects:
name: projects
description: Research projects and initiatives related to this element.
from_schema: https://w3id.org/linkml/example/C2D_Ontology
aliases:
- Projekte
rank: 1000
multivalued: true
alias: projects
owner: Person
domain_of:
- Entity
- Item
range: Project