aboutsummaryrefslogtreecommitdiffstats
path: root/guide/src/data_model.md
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-12-08 10:58:23 -0800
committerBryan Newbold <bnewbold@robocracy.org>2021-12-08 10:58:23 -0800
commit07b9dfe28b4732f0ca52dc4fd571ea238d953279 (patch)
tree39c31a865c7d95297ed9062ef126106a0b80ec57 /guide/src/data_model.md
parent2ee2a91df7a82d46e72657cb45f4524389e5d972 (diff)
downloadfatcat-07b9dfe28b4732f0ca52dc4fd571ea238d953279.tar.gz
fatcat-07b9dfe28b4732f0ca52dc4fd571ea238d953279.zip
updates to guide based on feedback
Diffstat (limited to 'guide/src/data_model.md')
-rw-r--r--guide/src/data_model.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/guide/src/data_model.md b/guide/src/data_model.md
index a72b885d..8ee3eaa1 100644
--- a/guide/src/data_model.md
+++ b/guide/src/data_model.md
@@ -54,12 +54,12 @@ the same regardless of type.
A specific version of any entity in the catalog is called a "revision".
Revisions are generally immutable (do not change and are not editable), and are
-not normally referred to directly. Instead, persistent "fatcat identifiers" can
-be created, which "point to" a single revision at a time. This distinction
-means that entities referred to by an identifier can change over time (as
-metadata is corrected and expanded). Revision objects do not "point" back to
-specific identifiers, so they are not the same as a simple "version number" for
-an identifier.
+not normally referred to directly. Instead, persistent "fatcat identifiers"
+(`ident`) can be created, which "point to" a single revision at a time. This
+distinction means that entities referred to by an identifier can change over
+time (as metadata is corrected and expanded). Revision objects do not "point"
+back to specific identifiers, so they are not the same as a simple "version
+number" for an identifier.
Identifiers also have the ability to be merged (by redirecting one identifier
to another) and "deleted" (by pointing the identifier to no revision at all).