From ea9b45a5ab91055bd5f31d777a9024b489e9a5c6 Mon Sep 17 00:00:00 2001 From: Greta Rauch <43393199+GARauch@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:17:58 -0400 Subject: [PATCH] Update 3_structure.md --- docs/3_structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3_structure.md b/docs/3_structure.md index 89a3513..933e719 100644 --- a/docs/3_structure.md +++ b/docs/3_structure.md @@ -41,7 +41,7 @@ The example image and four definitions below offer a basic understanding of the --- ## Graph Schema -The CHCD has six main kinds of nodes (i.e. six node labels) in the database: `:Person`, `:CorporateEntity`, `:Institution`, `:Event`, `:Publication`, and `GeneralArea`. In addition, there are five kinds of geographic nodes which represent the five different levels of geography in the database: `:Village`, `:Township`, `:County`, `:Prefecture`, and `:Province` +The CHCD has six main kinds of nodes (i.e. six node labels) in the database: `:Person`, `:CorporateEntity`, `:Institution`, `:Event`, `:Publication`, and `:GeneralArea`. In addition, there are five kinds of geographic nodes which represent the five different levels of geography in the database: `:Village`, `:Township`, `:County`, `:Prefecture`, and `:Province` These six main nodes and five geographic nodes are connected by eight kinds of relationship (i.e. eight edge labels) in the database: `:PART_OF`, `:RELATED_TO`, `:CONNECTED_TO`, `:PRESENT_AT`, `:INVOLVED_WITH`, `:LOCATED_IN`, `:LINKED_TO`, and `:INSIDE_OF`.