49 lines
1.3 KiB
Markdown
49 lines
1.3 KiB
Markdown
---
|
|
sidebar_position: 3
|
|
---
|
|
|
|
# Organization
|
|
|
|
Organizations include companies, research centers or institutions involved as project partners or as responsible of operating data sources. Information about organizations are collected from funder databases like CORDA, registries of data sources like OpenDOAR and re3Data, and CRIS systems, as being related to projects or data sources.
|
|
|
|
|
|
---
|
|
|
|
## The `Organization` object
|
|
|
|
### id
|
|
_Type: String • Cardinality: ONE_
|
|
|
|
Main entity identifier, created according to [OpenAIRE_entity_identifier_and_PID_mapping_policy](https://support.openaire.eu/projects/docs/wiki/OpenAIRE_entity_identifier_and_PID_mapping_policy).
|
|
|
|
### legalshortname
|
|
_Type: String • Cardinality: ONE_
|
|
|
|
The legal name in short form of the organization.
|
|
|
|
### legalname
|
|
_Type: String • Cardinality: ONE_
|
|
|
|
The legal name of the organization.
|
|
|
|
### alternativenames
|
|
_Type: String • Cardinality: MANY_
|
|
|
|
The alternative names of the organization.
|
|
|
|
### websiteurl
|
|
_Type: String • Cardinality: ONE_
|
|
|
|
The websiteurl of the organization.
|
|
|
|
### country
|
|
_Type: [Country](other#country) • Cardinality: ONE_
|
|
|
|
The country where the organization is located.
|
|
|
|
### pid
|
|
_Type: [OrganizationPid](other#organizationpid) • Cardinality: MANY_
|
|
|
|
The list of persistent identifiers for the organization.
|
|
|