Skip to content

Commit

Permalink
Update graphs.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
vilkinsons authored Dec 13, 2024
1 parent 3c2cd0d commit 8012193
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/hashdotai/glossary/graphs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8012193

Please sign in to comment.