You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/explore-and-author/graph-exploration/graph-insights/concepts.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,8 @@
1
-
1
+
---
2
+
tags:
3
+
- KnowledgeGraph
4
+
- GraphInsights
5
+
---
2
6
3
7
# Core Concepts
4
8
@@ -12,12 +16,12 @@ The fundamental element of the exploration tree is the **group**, a set of resou
12
16
13
17
Groups are linked by **connection beams**, a set of object property assertions with the **same object property** that links together one element of each group, optionally filtered by the values of their data properties.
14
18
15
-
The **exploration tree** is expanded step-by-step by adding a new group for a **user-selected class** connected via a **user-selected object property** to the right of an existing group.
19
+
The **exploration tree** is expanded step-by-step by adding a new group for a **user-selected class** connected via a **user-selected object property** to the right of an existing group.
16
20
17
21
The **data guided expansion** follows a **left-join pattern**, each resource of the new right group being linked to at least one resource of the unmodified left group. The choices offered to the user are based on the actual graph data to ensure that the new group is not empty.
18
22
19
23
!!! tip "Exploration Tree Components"
20
-
24
+
21
25
**Groups:** A labelled disk represents a **set of resources**.
22
26
23
27
- ***Instance rendering mode:*** Small groups display an individual dot for each resource (e.g., "Product (77)").
@@ -30,7 +34,7 @@ The **data guided expansion** follows a **left-join pattern**, each resource of
The exploration tree visualizes aggregated exploration paths, not the actual graph structure. A single resource may be present in multiple groups simultaneously if it lies at different positions in the expanded paths.
35
39
36
40
---
@@ -85,8 +89,8 @@ Narrow down any group to match your current focus using [data property filters](
85
89
*Example:*
86
90
87
91
-*Action:* Filter the `Order` group by `orderDate` to keep only "2023" values.
88
-
-*Result:* The group count updates (e.g., from 830 to 45) and the exploration subtree to its right (if any) is updated to match the reduced starting set of resources.
89
-
92
+
-*Result:* The group count updates (e.g., from 830 to 45) and the exploration subtree to its right (if any) is updated to match the reduced starting set of resources.
Copy file name to clipboardExpand all lines: docs/explore-and-author/graph-exploration/graph-insights/navigating-to-cmem.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
---
2
+
tags:
3
+
- KnowledgeGraph
4
+
- GraphInsights
5
+
---
6
+
1
7
# Navigating to Corporate Memory
2
8
3
9
Graph Insights allows you to seamlessly jump from your visual analysis directly back to the source records in Corporate Memory. This creates a smooth transition from a high-level exploration to operational data management.
0 commit comments