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: Optional[str] = None#

The address of the institution.

internal_id: Optional[str] = None#

A user-specific identifier for an organization.

ror: Optional[str] = None#

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

url: Optional[str] = None#

The homepage of the institution.