ResearchScienceSearchOrganization

AI Overview😉

  • The potential purpose of this module is to identify and store information about the organization or entity behind a dataset, research, or content. This includes the organization's name, URL, and a unique identifier (mid) that can be used to reconcile and match the organization across different datasets.
  • This module could impact search results by allowing Google to better understand the credibility, authority, and relevance of a dataset or research based on the organization behind it. This could lead to more accurate and trustworthy results, as well as the ability to filter or prioritize results based on the organization.
  • A website may change things to be more favorable for this function by providing clear and consistent information about the organization behind the content, such as a clear "About Us" page or metadata that includes the organization's name, URL, and other relevant details. Additionally, using standardized identifiers (e.g. KG mid) and providing labels in the preferred language of the dataset could help Google accurately match and reconcile the organization.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchOrganization (google_api_content_warehouse v0.4.0)

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

  • 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.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@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
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.