ResearchScienceSearchOrganization

GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchOrganization


Table of Contents ▼

Jump to a specific part of the page:

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):

View Attributes

Attributes

  1. organizationMid (type: list(String.t), default: nil)
    - KG mid for the organization or person.
  2. organizationMidLabel (type: list(String.t), default: nil)
    - Label (in the preferred language of the dataset) for the mid.
  3. organizationName (type: String.t, default: nil)
    - Unreconciled organization name. We store it here only if there are no organization_mid values present.
  4. organizationUrl (type: String.t, default: nil)
    - Original organization url
  5. originalOrganizationName (type: String.t, default: nil)
    - Original name before reconciliation; empty if not reconciled.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchOrganization{
organizationMid: [String.t()] | nil,
organizationMidLabel: [String.t()] | nil,
organizationName: String.t() | nil,
organizationUrl: String.t() | nil,
originalOrganizationName: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchOrganization