Skip to content

Commit 994a2c9

Browse files
committed
fix rumdl issues in gi sections.
1 parent f8b6126 commit 994a2c9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ 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 (eg. 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*
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
2828
- **Hierarchy:** Use the `(+)` icons to expand a class (e.g., `Confections`) to reveal the distribution of its sub-classes.
2929
- **Sorting:** Use the dropdown to order bars by `Name` (Alphabetical) or `Quantity` (Cardinality).
3030

@@ -35,7 +35,7 @@ The **histogram sections** display the distribution of classes within a group. I
3535
Flagging highlights specific subsets of data for visual inspection without modifying the structure of the exploration.
3636

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

4141
![Flagged Resources in Group](../assets/histogram-flagged-resources.png){ class="bordered" width="80%" }
@@ -75,7 +75,7 @@ As filters are applied, the **group caption** updates to reflect the mathematica
7575
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.
7676

7777
1. **Action:** Click any group to open the menu.
78-
2. **Select:** The menu presents the hierarchy of connecting (directed) **object properties**, organized by target **class**.
78+
2. **Select:** The menu presents the hierarchy of connecting (directed) **object properties**, organized by target **class**.
7979
- If the data model includes sub-object properties, point the parent object property to open the sub-menu with its child object property.*
8080
3. **Action:** Click an object property with the required direction for the selected target **class** to add a new connection beam to the exploration.
8181

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

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

9999
!!! tip "Usage"

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="75%" }
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:** Click the `View in CMEM` button located at the top of the Details pane.

0 commit comments

Comments
 (0)