Skip to content

Social Object

Introduction

The Social Object provides information about social relationships and connections mentioned in the processed document. Each key inside the Social Object represents a specific social relationship, and the associated values are dictionaries containing detailed information about the relationship.

Format

The Social Object has a structured format for each social relationship:

KeyTypeDescription
negationbooleanIndicates whether negation is present.
intensitynumberIntensity level associated with the social relationship.
temporalitystringTemporal aspect of the social relationship (e.g., past, present).
ownerarrayArray of owners associated with the social relationship.
id_listString []A list of strings representing the positions inside the text that triggered the attribute. Each string follows the format "{sentence_index}:{word_index}".
originstringOrigin of the social relationship (e.g., text).
document_pathstringPath within the document associated with the social relationship.
extraobjectAdditional information specific to the social relationship.
typestringType of the social relationship (e.g., parents).
valuevariesValue associated with the social relationship. The format may vary based on the social relationship type.
timenumberTimestamp indicating when the social relationship was processed.
u_idstringUnique identifier for the social relationship.

Next steps

  • Explore the different social relationships within the document to understand the connections and interactions between entities.
  • Read about the Link Object