Organisations

The entity Organisation represents academic institutions, research centers, funders, or any other institutions taking part to the research process.

Properties

This section is to describe the metadata fields for the Organisation.

Local identifier

Description:

Unique code identifiying the Organisation in the SKG (if any, otherwise “stateless identifier”)

Type:

String

Use:

Mandatory (1)

1 "local_identifier": "the_id"

Identifiers

Description:

Identifier for the entity outside of the SKG (e.g., ROR ID, ISNI).

Type:

List

Use:

Recommended (1)

Scheme

Description:

The scheme for the external identifier.

Type:

String

Use:

Mandatory (1)

Value

Description:

The external identifier.

Type:

String

Use:

Mandatory (1)

1 "identifiers": [
2     {
3         "scheme": "ROR"
4         "value": "05kacka20"
5     }
6 ]

Name

Description:

The name of the Organisation

Type:

String

Use:

Mandatory (1)

1 "name": "Institute of Information Science and Technologies"

Short name

Description:

The short name/acronym for the Organisation

Type:

String

Use:

Optional (0..1)

1 "short_name": "CNR-ISTI"

Other names

Description:

Other names, maybe in different languages, to identifie the Organisation

Type:

List

Use:

Optional (1..*)

1 "other_names": ["ISTI", "ISTI-CNR"]

Website

Description:

The website URL for the Organisation

Type:

URL

Use:

Mandatory (1)

1 "website": "http://www.isti.cnr.it"

Country code

Description:

The country code of the Organisation

Type:

String (follow ISO 3166-1 alpha-2 <https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2>`_)

Use:

Mandatory (1)

1 "country": "IT"

Organisation type

Description:

The type of the Organisation

Type:

String, one of the following

  • archive

  • company

  • education

  • facility

  • government

  • healthcare

  • nonprofit

  • funder

  • other

Use:

Recommended (1)

1 "type": "Education"