jupyrdf / ipyradiant

Jupyter widgets for working with RDF graphs.
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Node Focus View Visualization #95

Closed zwelz3 closed 3 years ago

zwelz3 commented 3 years ago

Viewing the LPG graph for a specific node (or node type e.g. rdf:Class) can be informative as part of:

This representation, of a node, its outgoing connections to other nodes, and its internal data representation (as data properties), will be referred to as Focus Mode since it allows users to focus on a specific node of interest.

This ticket will be split into two parts:

  1. develop the initial focus mode visualization
  2. expand existing tools (e.g. FileManager) to support to support graph instances and ontology files

Blocked by #91

zwelz3 commented 3 years ago

During internal review, we have decided to forgo a focus view in favor of improving the GraphExplorer capabilities. The goal is for the GraphExplorer widget to support selecting individual nodes, which will mimic the concept behind the focus view, but also allow for additional exploration.

See #98