Skip to content

Commit e071b09

Browse files
committed
add custom header and metadata to Graph Insights pages
1 parent 1c48ffe commit e071b09

File tree

4 files changed

+23
-7
lines changed

4 files changed

+23
-7
lines changed

docs/explore-and-author/graph-exploration/graph-insights/concepts.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
1+
---
2+
tags:
3+
- KnowledgeGraph
4+
- GraphInsights
5+
---
26

37
# Core Concepts
48

@@ -12,12 +16,12 @@ The fundamental element of the exploration tree is the **group**, a set of resou
1216

1317
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.
1418

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.
1620

1721
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.
1822

1923
!!! tip "Exploration Tree Components"
20-
24+
2125
**Groups:** A labelled disk represents a **set of resources**.
2226

2327
- ***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
3034
![Group Graph](assets/tutorial-supply-chain-without-backpropragation.png){ class="bordered" width="80%" }
3135

3236
!!! warning "Graph Traversals vs. Graph Topology"
33-
37+
3438
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.
3539

3640
---
@@ -85,8 +89,8 @@ Narrow down any group to match your current focus using [data property filters](
8589
*Example:*
8690

8791
- *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.
93+
9094
---
9195

9296
## Exploration Data Sharing

docs/explore-and-author/graph-exploration/graph-insights/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ status: new
33
icon: eccenca/graph-insights
44
tags:
55
- KnowledgeGraph
6+
- GraphInsights
67
---
78
# Graph Insights
89

docs/explore-and-author/graph-exploration/graph-insights/navigating-to-cmem.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
tags:
3+
- KnowledgeGraph
4+
- GraphInsights
5+
---
6+
17
# Navigating to Corporate Memory
28

39
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.

docs/explore-and-author/graph-exploration/graph-insights/tutorial.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
1+
---
2+
tags:
3+
- AdvancedTutorial
4+
- GraphInsights
5+
- KnowledgeGraph
6+
---
27

38
# Graph Insights Tutorial – Supply Chain Risk Analysis
49

0 commit comments

Comments
 (0)