Voting helps other researchers find interesting modules.
A Triple is a representation of data with a Subject, a Predicate, and an Object, For example: (Triple, IS-A, "data representation"). Triples are a very good representation of data where the relationship between data points is significant, because the Object of a Triple can be the Subject of another Triple: (Triple, HAS-A, Subject) (Subject, IS-A, "Term of a proposition") The ease with which Triples can represent relationships makes them an excellent candidate for representing graphs. Next id: 21
isNegation
boolean()
nil
obj
GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphTripleObj.t
pred
String.t
provenance
list(GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphTripleProvenance.t)
qualifierSets
list(GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphQualifierSet.t)
sub
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphTriple{ isNegation: boolean() | nil, obj: GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphTripleObj.t() | nil, pred: String.t() | nil, provenance: [GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphTripleProvenance.t()] | nil, qualifierSets: [GoogleApi.ContentWarehouse.V1.Model.KnowledgeGraphQualifierSet.t()] | nil, sub: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()