Organization

class technote.metadata.model.Organization(*, name, internal_id=None, ror=None, address=None, url=None)

Bases: object

The domain model for an organization (e.g. an institution).

Parameters:

Attributes Summary

address

The address of the institution.

internal_id

A user-specific identifier for an organization.

ror

The ROR (ror.org) identifier of the institution.

url

The homepage of the institution.

Attributes Documentation

address: str | None = None

The address of the institution.

internal_id: str | None = None

A user-specific identifier for an organization.

ror: str | None = None

The ROR (ror.org) identifier of the institution.

url: str | None = None

The homepage of the institution.