Project

General

Profile

Core entity person » History » Version 5

Claudio Atzori, 30/09/2015 02:15 PM

1 1 Alessia Bardi
h1. Core entity: Person
2
3
A Person is here intended as the (metadata) description/representation of a person involved in the scholarly communication chain, such as scientific publications' authors, contributors, data scientists and project coordinators. 
4
5
|_Property_|_Type_|_Multiplicity_|_Description_|
6
| First name | [[type_structured_property|Structured(String,-,Provenance)]] |  0..1 | |
7 5 Claudio Atzori
| Second name [1] | [[type_structured_property|Structured(String,-,Provenance)]] | 0..1 | |
8 1 Alessia Bardi
| Full name | [[type_structured_property|Structured(String,-,Provenance)]] | 0..1 | |
9 2 Alessia Bardi
| Fax | [[type_structured_property|Structured(String,-,Provenance)]] | 0..1 ||
10
| Email | [[type_structured_property|Structured(String,-,Provenance)]] | 0..1 ||
11
| Phone | [[type_structured_property|Structured(String,-,Provenance)]]| 0..1 ||
12 3 Alessia Bardi
| Nationality | [[type_structured_property|Structured(-, Qualifier, -)]] | 0..1 |Nationality of the person. Qualifier.scheme is "dnet:countries":http://api.openaire.eu/vocabularies/dnet:countries  and its classes the standard ISO 3166-1 alpha-2 country codes|
13
| PID | [[type_structured_property|Structured(String,Qualifier,Provenance)]] | 0..N | unique and persistent identifier used to identify the person together with the relative identification agency. The identification agency is expressed in the Qualifier part. Qualifier.scheme is "dnet:pid_types":http://api.openaire.eu/vocabularies/dnet:pid_types |
14 1 Alessia Bardi
15
|_Relationship_|_Target_|_Multiplicity_|_Description_|
16
|CollectedFrom | Datasource |1..N| A Datasource from which this Person has been collected (e.g. an aggregator of institutional repositories, an entity registry) |
17
|[[linking_entity_personProject|Person_Project]] | Project |0..N| The Project this Person is somehow involved |
18
|[[linking_entity_personResult|Person_Result]] | Result |0..N| Result related (e.g. authored by) to this Person  |
19
|[[linking_entity_personPerson|Person_Person]]| Person |0..N| Link to other Person entities (e.g. co-authors)  |
20 4 Claudio Atzori
21
[1] Second name should ne renamed to "Family name"