openaire-graph-docs/docs/data-model/entities/organization.md

2.0 KiB

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

The OpenAIRE id for the organization, created according to the OpenAIRE entity identifier and PID mapping policy.

"id": "20|openorgs____::b84450f9864182c67b8611b5593f4250"

legalshortname

Type: String • Cardinality: ONE

The legal name in short form of the organization.

"legalshortname": "ARC"

legalname

Type: String • Cardinality: ONE

The legal name of the organization.

"legalname": "Athena Research and Innovation Center In Information Communication & Knowledge Technologies"

alternativenames

Type: String • Cardinality: MANY

Alternative names that identify the organization.

"alternativenames": [
    "Athena Research and Innovation Center In Information Communication & Knowledge Technologies",
    "Athena RIC",
    "ARC",
    ...
]

websiteurl

Type: String • Cardinality: ONE

The websiteurl of the organization.

"websiteurl": "https://www.athena-innovation.gr/el/announce/pressreleases.html"

country

Type: Country • Cardinality: ONE

The country where the organization is located.

"country":{
    "code": "GR",
    "label": "Greece"
}

pid

Type: OrganizationPid • Cardinality: MANY

The list of persistent identifiers for the organization.

"pid": [
    {
        "scheme": "ISNI",
        "value": "0000 0004 0393 5688"
    },
    { 
        "scheme": "GRID",
        "value":
        "grid.19843.37"
    },
    ...
]