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
The address of the institution.
A user-specific identifier for an organization.
The ROR (ror.org) identifier of the institution.
The homepage of the institution.
Attributes Documentation