GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchOrganization
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Organization, such as the source of a dataset or a funder NOTE: source_organization_mid and source_organization_mid_label should always have the same length: the mid and label correspond to each other. We don't use a map for consistency with Location and if we switch to map, we should switch to it in both. Next ID: 6
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
organizationMid
(type:list(String.t)
, default:nil
)
- KG mid for the organization or person. -
organizationMidLabel
(type:list(String.t)
, default:nil
)
- Label (in the preferred language of the dataset) for the mid. -
organizationName
(type:String.t
, default:nil
)
- Unreconciled organization name. We store it here only if there are no organization_mid values present. -
organizationUrl
(type:String.t
, default:nil
)
- Original organization url -
originalOrganizationName
(type:String.t
, default:nil
)
- Original name before reconciliation; empty if not reconciled.
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchOrganization