Skip to content

Commit c822531

Browse files
Merge branch 'feature/graph-insights-doc' into feature/graph-insights-doc-19-2-0
# Conflicts: # docs/explore-and-author/graph-exploration/graph-insights/features/groups.md
2 parents 6dc2b69 + 24db921 commit c822531

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

docs/explore-and-author/graph-exploration/graph-insights/features/groups.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ Selecting a group opens the **group details** in the right pane.
1515
The header contains:
1616

1717
- The **group caption** that is either:
18-
- The caption of its class if no class filter was applied
18+
- The caption of its class if no class filter was applied
1919
- A "logical expression" of class captions describing the combination of class filter applied otherwise (see [histogram filtering](#filtering))
20-
- A structured **natural language description** of its contents that details all steps of the traversal.
20+
- A structured **natural language description** of its contents that details all steps of the traversal.
2121

2222
### Histogram Sections {#histograms}
2323

2424
The **histogram sections** display the distribution of classes within a group. It allows analysts to scrutinize class composition (e.g., spot unexpected or missing classes) and perform logical set operations (union, intersection, difference) to restrict the contents of the groups.
2525

26-
- **Scope:** The panel displays counts for all **classes** (including **[user-defined classes](persistence.md#custom-categories)**) present within the selected group.
27-
*Remark: If user-defined classes are present, a second histogram is shown for better overview*
28-
26+
- **Scope:** The panel displays counts for all **classes** (including **[user-defined classes](persistence.md#custom-categories)**) present within the selected group.
27+
- *Remark:* If user-defined classes are present, a second histogram is shown for better overview
28+
2929
![Histogram Panel Overview](../assets/histograms.png){ class="bordered" width="35%" }
3030

3131
#### Search and View Controls
@@ -43,7 +43,7 @@ The histogram panel includes tools to filter and organize the displayed classes:
4343
Flagging highlights specific subsets of data for visual inspection without modifying the structure of the exploration.
4444

4545
- **Action:** Select one or more bars in the histogram and click the **Flag** button.
46-
- **Outcome:** Matching resources are tagged with a (temporary) orange flag and caption.
46+
- **Outcome:** Matching resources are tagged with a (temporary) orange flag and caption.
4747
*Hint: Use the `Temporary flags` menu that appears on the top left of the canvas to manage the persistence of the temporary flags.*
4848

4949
![Flagged Resources in Group](../assets/histogram-flagged-resources.png){ class="bordered" width="80%" }
@@ -83,7 +83,7 @@ As filters are applied, the **group caption** updates to reflect the mathematica
8383
The **expansion menu** of a group presents the options available for adding a non-empty step to the traversal. It tells you which classes are reachable via which direction of which object properties.
8484

8585
1. **Action:** Point at a group and click the arrow that appears to its right.
86-
2. **Select:** The menu presents the hierarchy of connecting (directed) **object properties**, organized by target **class**.
86+
2. **Select:** The menu presents the hierarchy of connecting (directed) **object properties**, organized by target **class**.
8787
- If the data model includes sub-object properties, point the parent object property to open the sub-menu with its child object property.*
8888
3. **Action:** Click an object property with the required direction for the selected target **class** to add a new connection beam to the exploration.
8989

@@ -100,8 +100,8 @@ The **expansion menu** of a group presents the options available for adding a no
100100
Right-click a group or its caption to access its context menu.
101101

102102
- **Export group resources as CSV:** Downloads a file containing all resources of the group.
103-
- **Copy SPARQL Query:** Copies a query that replicates the traversal up to the group and returns all its resources.
104-
- **Edit note:** Adds a text annotation that will be persisted in [saved explorations](persistence.md#saved-explorations).
103+
- **Copy SPARQL Query:** Copies a query that replicates the traversal up to the group and returns all its resources.
104+
- **Edit note:** Adds a text annotation that will be persisted in [saved explorations](persistence.md#saved-explorations).
105105
- **Show resource table:** Opens the tabular view (see the [dedicated page](objects-table.md)).
106106

107107
!!! tip "Usage"
@@ -119,4 +119,4 @@ You can selectively remove different types of filters applied to a group directl
119119
- `Remove data property filters:` Clears filters (e.g., numeric, string matches) applied via the [resource table](objects-table.md#filtering).
120120
- `Remove resource selection filters:` Clears filters that restricted the group to specific resources (e.g., via [table row checkboxes](objects-table.md#filter-types) or [restricting to flagged resources](objects.md#restrict-groups-by-flags)).
121121
- `Remove all filters:` Clears all the above filters.
122-
- **Outcome:** The selected filter layer is removed, the group updates, and the exploration tree automatically recalculates to reflect the restored resources.
122+
- **Outcome:** The selected filter layer is removed, the group updates, and the exploration tree automatically recalculates to reflect the restored resources.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ If you isolate a specific resource of interest during your exploration, you can
2828

2929
There are two ways to trigger this navigation:
3030

31-
**From the Canvas**
31+
### From the Canvas
3232

3333
- **Action:** Right-click a specific resource dot within a group to open its context menu.
3434
- **Select:** `View in CMEM`.
3535

3636
![View Resource in Corporate Memory from Canvas](graph-insights-view-in-cmem-resources.png){ class="bordered" width="60%" }
3737

38-
**From the Details Pane**
38+
### From the Details Pane
3939

4040
- **Action:** Select a resource on the canvas or in the resource table to load its details in the right pane.
4141
- **Select:** Open the view settings (cogwheel) located at the top-right of the details pane and click `View in CMEM`.

0 commit comments

Comments
 (0)