Project

General

Profile

Core entity person » History » Revision 2

Revision 1 (Alessia Bardi, 28/04/2015 06:45 PM) → Revision 2/5 (Alessia Bardi, 28/04/2015 07:03 PM)

h1. Core entity: Person 

 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.  

 |_Property_|_Type_|_Multiplicity_|_Description_| 
 | First name | [[type_structured_property|Structured(String,-,Provenance)]] |    0..1 | | 
 | Second name | [[type_structured_property|Structured(String,-,Provenance)]] | 1..N | | 
  
 | Full name | [[type_structured_property|Structured(String,-,Provenance)]] | 0..1 | | 
 | Fax | [[type_structured_property|Structured(String,-,Provenance)]] | 0..1 || |    | 
 | Email | [[type_structured_property|Structured(String,-,Provenance)]] | 0..1 || | | 
 | Phone | [[type_structured_property|Structured(String,-,Provenance)]]| 0..1 || | | 
 | Nationality | [[type_structured_property|Structured(-, Qualifier, -)]] | 0..1 || | | 
 | 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, e.g., OrcidID | 

 |_Relationship_|_Target_|_Multiplicity_|_Description_| 
 |CollectedFrom | Datasource |1..N| A Datasource from which this Person has been collected (e.g. an aggregator of institutional repositories, an entity registry) | 
 |[[linking_entity_personProject|Person_Project]] | Project |0..N| The Project this Person is somehow involved | 
 |[[linking_entity_personResult|Person_Result]] | Result |0..N| Result related (e.g. authored by) to this Person    | 
 |[[linking_entity_personPerson|Person_Person]]| Person |0..N| Link to other Person entities (e.g. co-authors)    |