Skip to main content

Graph Explorer

The Graph Explorer component is a graph-based visualization tool for users to explore data as connected entities with direct or indirect relationships, commonalities, and dependencies. The Graph Explorer lets users intuitively explore hidden patterns and connections between data points. The data points are expressed as nodes, and the relationships connecting them are expressed as edges/vectors.

The Graph Explorer allows users to visualize the data and better understand how the data is related, gain insights on specific data points, and express complex scenarios or sequences of events.

In the Graph Explorer

Graph explorer - Preview

The Graph Explorer can be accessed by clicking on the Visualize tab and selecting Graph Explorer.

The starting point in the Graph Explorer after selecting the desired knowledge graph is to create your initial query. This can be accomplished in one of two ways:

  1. In the default tab called Visual query which offers a user-friendly interface complete with dropdown menus for selection.
  2. In the Natural Language Query tab which is a controlled natural language interface which allows for a more natural language approach.

Graph explorer - tabs

Visual query tab

The Visual query default tab enables the creation of queries with a user-friendly SQL query builder with dropdown menus to choose a concept, its properties, filters, and a limit to the query.

Graph explorer - Start query

Natural Language Query tab

The Natural Language Query tab enables the creation of queries in a controlled natural language approach based on the specific terminology defined in the ontology. The query begins with the word find followed by the initial concept you are querying as defined in the ontology. After this, you can either manually complete the query or select from the autocomplete options provided by Timbr.

Once find is entered followed by an appropriate concept, the autocomplete function will offer suggestions based on the ontology. These suggestions include properties of the concept, relationships to other concepts, data values and various logical operators such as 'sort by', 'equals', 'AND', 'OR', etc.

Graph explorer - BLI options

Once the query is finalized, settings can be adjusted prior to execution. To the right of the query field, a settings button provides options to display results in a nested format or to save the query for later use.

The query is executed by clicking on the GO button, located to the right of the query field.

Graph explorer - BLI query

After the initial query is created using either the SQL query builder or the Natural Language Query interface, the executed query displays the resulting data points as nodes on the graph. Each node on the graph represents a data point or a data point property (attribute).

The components of the graph explorer are as follows:

Main Graph View

Graph explorer - Main graph area

An interactive graph representing the nodes as data points and relationships as edges. You can zoom-in and zoom-out of the graph view by using the mouse wheel.

Main Graph Control

Graph explorer - Main graph control

The main graph control can be found above the graph and controls all things related to the ontology and the graph as a whole. This includes:

Change knowledge graph - Allowing to transfer and explore any other knowledge graph.

Fullscreen/Exit Fullscreen - For entering and exiting full-screen mode.

Save Exploration - Saves the status of the current exploration.

Open a saved graph - Opens a list of all the saved explorations to choose from. Once chosen the saved exploration will be added to the graph.

Undo/Redo - Undo the graph state to a previous state or Redo the following action.

Grow Selection - Clicking on Grow Selection after a node has been selected will highlight all connected nodes of the selected node as well.

Shrink Selection - Clicking on Shrink Selection after multiple nodes are selected will remove the highlight from all connected nodes, reverting to only the originally selected node.

Graph settings - Opens a window with different graph settings including:

  1. Physics - This setting can be set to Auto, On or Off, determining whether the nodes on the graph will automatically stop moving based on the timeout chosen right below physics, move constantly or perhaps not at all.
  2. Automatic graph functions - These functions run automatically on the graph and include the following functions:
  • None - Graph Explorer will not run any queries or try to automatically infer any relationships between the nodes in the graph.
  • Infer similar properties and relationships - Graph Explorer will automatically add nodes and edges to all nodes that have at least one or more relationships to other nodes in the graph.
  • Retraverse similar properties and relationships - Graph Explorer will automatically traverse the same relationships of existing nodes in the graph when introducing new nodes of the same group that exist in the graph.
  • Retraverse and infer similar properties and relationships - Perform both automatic functions as described above.
  1. Node Shape - Choose the shape of the nodes, current options are dot, box, circle, star, ellipse and square.
  2. Node Scaling - Choosing to scale the node sizes based on different parameters, the current options are:
    • Incoming and outgoing relationships
    • Incoming relationships
    • Outgoing relationships
    • By a specific property
    • Constant (default)
    • Page rank algorithm
    • Between centrality algorithm
  3. Node size - The node sizes can be manually adjusted using the slider.
  4. Layout - Choose the layout of the graph from:
  1. Free-form - The default layout view of the graph.
  2. Hierarchy - A hierarchy layout view of the graph that when chosen has the following options available:

Direction - The direction of the relationships in the graph should be one of the following options:

  • Up -> Down
  • Left -> Right
  • Down -> Up
  • Right -> Left

Sort - The algorithm used to ascertain the levels of the nodes based on the data. Sort contains two options:

  • Hubsize - Takes the nodes that have the most relationships and puts them at the top. From that point, the rest of the hierarchy is evaluated.
  • Directed - Adhere to the relationships in the data (the edges).

Shake To - Controls what is the source in the directed layout. There are two options:

  • Roots - When all the root nodes are lined up at the top and their child nodes are as close to their root parents as possible.
  • Leaves - When all the leaves are lined up at the bottom and their parent nodes are as close to their children as possible.

Level Space - The spacing between the node levels on the graph.

Node Space - The spacing between nodes in the graph.

Tree Space - The spacing between trees (a group of connected nodes) in the graph.

Once settings are modified Save must be clicked to save the changes. To return to the graph’s default settings, Reset to default should be selected on the top right corner of the graph settings window.

Graph Node Actions - Enables to filter the graph by relationships, properties and other general attributes, with the ability to show, hide, or group any attribute on the graph.

Fetch all groups properties - Adds all the properties to all the node groups on the graph, if they haven’t already been added using the query builder earlier.

Find data connections - This enables traversing the graph using relationships and properties.

Add data nodes - Add data points as nodes to the graph like in the initial query screen. Choose a concept, properties, filters and limit to add to the graph.

Search data nodes - A text search bar for searching specific data nodes on the graph.

Node Groups Control

Graph explorer - Node groups control

The node groups control is located at the top left of the Graph Explorer and features two tabs. The first tab, Concepts, displays a list of node groups (concepts) included in the graph. The second tab, Properties, shows a list of all properties that appear on the graph.

Concepts tab

In the node groups control, under the Concepts tab, you can change node group settings, cluster nodes to a group, add properties to concept groups, or traverse the graph using relationships and properties from a chosen node group.

Graph explorer - Node groups control options

When hovering over a concepts node group the following options will reveal themselves:

Information - displays the description of the concept group that was defined when creating the concept.

Node Group Settings - Opens a window with different node group settings including:

  1. Node Label - This allows you to change and choose the label you would like to have representing your node group’s data points.
  2. Node color - Choosing the color of the nodes in the selected group.
  3. Node label color - Choosing the label color for the nodes in the selected group.
  4. Node Shape - Choosing the shape of the nodes in the chosen group, current options are dot, box, circle, star, ellipse and square.
  5. Node Scaling - Choosing to scale the group node sizes based on different parameters, the current options are:
    • Incoming and outgoing relationships
    • Incoming relationships
    • Outgoing relationships
    • By a specific property
    • Constant (default)
    • Page rank algorithm
    • Between centrality algorithm

Once the node group settings are modified Apply must be clicked to apply the changes. To return to the default settings, Reset to default should be selected at the bottom of the node group settings window.

Cluster Nodes - Cluster a group of nodes into a single node, and then count the number of nodes in that group. To un-cluster the nodes, click on the cluster.

Fetch all group properties - Adds all the properties to the data points of the selected node group, if they haven’t already been added using the query builder earlier.

Find data connections - This enables traversing the graph using relationships and properties of the selected node group.

Properties tab

In the node groups control, under the Properties tab, you can change property node color settings, or cluster a group of property nodes into a single node.

Graph explorer - properties

When hovering over a properties node group the following options will reveal themselves:

Change property color - Opens a window where you can edit various color settings for the selected property node group. Options include changing the node’s background color, border color, and the colors used when the node is highlighted or hovered over.

Cluster Nodes - Clusters a group of property nodes into a single node, and then counts the number of nodes in that group. To un-cluster the nodes, click on the cluster.

Graph explorer - properties hover

Node Properties

Graph explorer - Node properties

A right-side panel that opens when you click on a node in the graph. Provides additional information about a node (datapoint).

Node Action Menu

Graph explorer - Node action menu

A list of actions that can be performed on a single node. This can be accessed by right-clicking on a node in the graph. The actions include:

Add connections - Allows to add connected relationships and properties to the selected node.

Change layout - The ability to change or edit the selected node’s label name, color and node background color.

Get all properties - Adds all the properties to the selected data point if they haven’t already been added using the query builder earlier.

Relationship tree - Opens a tree view of the edges (relationships) of the selected node in the node properties side panel on the right.

Select connected - Highlights all the connected nodes of the selected node.

Isolate - Allows isolating a single node or all its connected nodes leaving only them on the graph. Remove node - Removes the selected node or all its connected nodes on the graph.

Query Action Log

Graph explorer - Action log

A log of actions performed during the exploration. It can be accessed on the bottom side of the screen.

The log enables users to see the timestamp, status, action name and runtime of each action performed on the graph. In addition, when hovering over the actions in the log the following options appear:

Copy query - The ability to view and copy any query behind any action performed on the graph.

Delete log - Deletes any action from the action log.

Download JSON log - Downloads the chosen action as a JSON file.