> For the complete documentation index, see [llms.txt](https://relationlabs.gitbook.io/protocol/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://relationlabs.gitbook.io/protocol/protocol-zh/contract-open-standard/relationship.md).

# Relationship

在社交图谱的构建中，每个个体通常表示为一个节点，而它们之间的关系则通过线来表示。

在社交图谱中，这些关系线是非常重要的，因为它们描述了人与人之间的联系和互动。最基础的关系类型有点对点关系以及群组关系，群组关系是通过第三方节点将多个节点关联起来。

Relation Protocol对于Relationship也定义了两个模块：

* follow模块： 构建点对点的单向关系
* dao模块： 构建群组性关系，即多个节点通过dao进行关联
