Project Participation
A project participation relation connects a person to a funded project they have participated in. It captures the role held by the person within the project and, where available, the organizational affiliation under which they participated. For details on how this relation is produced (direct records and inferred participation through project deliverables), see Step 1 and Step 2 in the Person and relations methodology.
The ProjectParticipation object
person
Type: String • Cardinality: ONE
The OpenAIRE identifier of the person who participated in the project.
"person": "orcid_______::ebbe30d5171e6e53545e7acb391bc9a2"
project
Type: String • Cardinality: ONE
The OpenAIRE identifier of the project the person participated in.
"project": "corda__h2020::1234567890abcdef1234567890abcdef"
roleInProject
Type: String • Cardinality: ONE
The role held by the person within the project. Possible values, in accordance to SKG-IF model, are: co_applicant, lead_applicant, project_leader, project_manager, project_member, workpackage_leader.
"roleInProject": "project_leader"
affiliation
Type: Object • Cardinality: ONE
The organization under which the person participated in the project, identified by a persistent identifier.
"affiliation": {
"pid": "ror",
"value": "https://ror.org/01111rn36"
}
affiliation.pid
Type: String • Cardinality: ONE
The scheme of the persistent identifier used to identify the organization. Possible values are: ror, isni, wikiData, RingGold, fundRef.
"pid": "ror"
affiliation.value
Type: String • Cardinality: ONE
The value of the persistent identifier for the organization, expressed in the scheme indicated by pid.
"value": "https://ror.org/01111rn36"