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/features/groups.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,16 +15,16 @@ Selecting a group opens the **group details** in the right pane.
15
15
The header contains:
16
16
17
17
- 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
19
19
- 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.
21
21
22
22
### Histogram Sections {#histograms}
23
23
24
24
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.
25
25
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
28
28
-**Hierarchy:** Use the `(+)` icons to expand a class (e.g., `Confections`) to reveal the distribution of its sub-classes.
29
29
-**Sorting:** Use the dropdown to order bars by `Name` (Alphabetical) or `Quantity` (Cardinality).
30
30
@@ -35,7 +35,7 @@ The **histogram sections** display the distribution of classes within a group. I
35
35
Flagging highlights specific subsets of data for visual inspection without modifying the structure of the exploration.
36
36
37
37
-**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.
39
39
*Hint: Use the `Temporary flags` menu that appears on the top left of the canvas to manage the persistence of the temporary flags.*
40
40
41
41
{ class="bordered" width="80%" }
@@ -75,7 +75,7 @@ As filters are applied, the **group caption** updates to reflect the mathematica
75
75
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.
76
76
77
77
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**.
79
79
- If the data model includes sub-object properties, point the parent object property to open the sub-menu with its child object property.*
80
80
3.**Action:** Click an object property with the required direction for the selected target **class** to add a new connection beam to the exploration.
81
81
@@ -92,8 +92,8 @@ The **expansion menu** of a group presents the options available for adding a no
92
92
Right-click a group or its caption to access its context menu.
93
93
94
94
-**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).
97
97
-**Show resource table:** Opens the tabular view (see the [dedicated page](objects-table.md)).
0 commit comments