FreebaseCitation

AI Overview😉

  • The potential purpose of this module is to ensure that data used in search results is properly attributed to its original source, providing transparency and credibility to the information presented.
  • This module could impact search results by promoting websites that provide accurate and transparent attribution of their data, while potentially demoting those that do not. This could lead to more trustworthy and reliable search results, as users can better understand the origin and credibility of the information.
  • To be more favorable for this function, a website can ensure that it provides clear and accurate attribution of its data, including the original source, dataset, project, and provider. This can be done by including proper citations, references, and links to the original data sources, and making sure that this information is easily accessible and machine-readable.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Citation contains the information needed to correctly attribute the source of data.

Attributes

  • dataset (type: String.t, default: nil) - Mid of the dataset.
  • isAttributionRequired (type: boolean(), default: nil) - If set to true, the citation is required to be displayed when the data is used.
  • project (type: String.t, default: nil) - Name of the project of the data's origin.
  • provider (type: String.t, default: nil) - The name of the provider of this information.
  • statement (type: String.t, default: nil) - A human readable statement of attribution.
  • uri (type: String.t, default: nil) - Uri link associated with this data.

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.FreebaseCitation{
  dataset: String.t() | nil,
  isAttributionRequired: boolean() | nil,
  project: String.t() | nil,
  provider: String.t() | nil,
  statement: String.t() | nil,
  uri: 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.