FreebaseValue

FreebaseInfrastructure

GoogleApi.ContentWarehouse.V1.Model.FreebaseValue

4
out of 10
Low
SEO Impact
Values are effectively a union of several possible Knowledge Graph types: simple primitive datatypes such as booleans, integers and floats, references to other Knowledge Graph topics (by id), or "compound values" which are expressed as embedded topics with associated properties and values. Values occur in indexed order (if any).

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Freebase Value) contains 22 attributes that define its data structure. Key functionality includes: Present when value is bool.

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture
  • Consider how this system might interact with other ranking signals

Attributes

22
Sort:|Filter:
boolValueboolean(
Default: nil

Present when value is bool.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.FreebaseCitation.t

Citation data for this value. See: http://go/kg-clap

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.FreebaseTopic.t

Compound values are those that contain either a number of simple valued facets (such as a latitude/longitude pair), or "mediator" topics representing multi-dimensional relationships between topics. In both cases we represent them here with an embedded topic, although the topic's identity is somewhat secondary to the property/value pairs it contains. (The identity is still made available so that it can be used to perform updates to that mediator on the Knowledge Graph.)

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.StorageGraphBfgTripleProvenance.t

Deletion provenance for this value.

displayLangstring
Default: nilFull type: String.t

The lang of the display_value field.

displayValuestring
Default: nilFull type: String.t

The display value of this value. This is a i18n-aware formatted value if present.

expectedProtostring
Default: nilFull type: String.t

An optional name for a proto field.

floatValuefloat(
Default: nil

Present when value is float.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.FreebaseId.t

Present when value is an id.

indexstring
Default: nilFull type: String.t

Index of the value relative to the containing property (if any). Knowledge Graph supports a loose notion of indexing: some non-unique properties may have indices, while others may not. Furthermore, for a single property, some values may have indices (such as the top 5 actors in a film), while others may not (the film's supporting cast). Un-indexed values will appear at the end of the repeated value list. This field contains the index value only when is present in the Knowledge Graph.

intValuestring
Default: nilFull type: String.t

Present when value is int.

langstring
Default: nilFull type: String.t

Whenever the value is text with TYPE_TEXT, the lang field is populated with the III LanguageCode associated with the string_value field.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.FreebaseLatLong.t
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.FreebaseMeasurement.t
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.FreebaseNestedStruct.t

Populated if this value holds NestedStruct. 'type' field needs to be set to TYPE_NESTED_STRUCT.

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.StorageGraphBfgTripleProvenance.t

Provenance for this value.

rawValuestring
Default: nilFull type: String.t

Similar to string_value/etc but contains raw bytes.

stringValuestring
Default: nilFull type: String.t

Present when value is text, enum,

subgraphIdstring
Default: nilFull type: list(String.t
timestampstring
Default: nilFull type: String.t

The ISO-8601 timestamp corresponding to when this value was created (when it was written to the Knowledge Graph). Deprecated in favor of timestamp_usec.

timestampUsecstring
Default: nilFull type: String.t

The microsecond timestamp corresponding to when this value was created.

typestring
Default: nilFull type: String.t