diff --git a/apps/hashdotai/glossary/graphs.mdx b/apps/hashdotai/glossary/graphs.mdx index ff6b82f86e2..06db4959cb1 100644 --- a/apps/hashdotai/glossary/graphs.mdx +++ b/apps/hashdotai/glossary/graphs.mdx @@ -9,15 +9,15 @@ tags: ["Graphs", "Machine Learning", "Software Engineering"] ### In HASH -In the context of HASH, a graph is a collection of entities which may be connected to other entities by [links](/glossary/links). +In the context of HASH, a graph is a collection of [entities](/glossary/entities) which may be connected to other entities by [links](/glossary/links). -The data in a single HASH workspace can be thought of as a graph, some of which may be kept private, and parts of which may be public. +The data and [types](/glossary/types) in a single HASH workspace are known as a [web](/guide/webs), and these can be thought of as a graph in which some information might be kept private, while other parts may be shared publicly. -The totality of all public data in HASH may also be thought of as a graph, as many individual workspaces are connected through [linked entities](/glossary/entities#Linked-entities) and shared [types](/glossary/types). +The totality of all public data in HASH, sometimes called the "[HASH public web](https://hash.ai/guide/webs#hash-public-web)", may also be thought of as a graph, as many individual workspaces are connected to each other through [linked entities](/glossary/entities#Linked-entities) and shared types. ### In the Block Protocol -The [Block Protocol](/glossary/block-protocol) module which deals with entities and the links between them is known as the _Graph Module_. +The [Block Protocol](/glossary/block-protocol) module which deals with entities and the links between them is known as the _Graph_ module. ### In mathematics and computer science