Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 2.46 KB

sparql_user_guide.md

File metadata and controls

28 lines (20 loc) · 2.46 KB

SPARQL Query Widget User Guide

This is a user guide for using the SPARQL Widget (currently under development) in a UD-Viz application. This is a Widget for visualizing urban graph data and interacting with objects in the 3D scene.

Interface

Untitled drawing

Select Query

Use this dropdown menu to load one of several prewritten queries to vizualize urban data in UD-Viz. This demo features 5 queries:

  1. Show Workspace: Show the entire workspace dataset including both scenarios of evolution, their spaces, and the versions and version transitions contained within.
  2. Show Workspace (without spaces): Show the workspace without (concensus and proposition) spaces. This is a bit visually cleaner than the first query.
  3. Show Workspace (without spaces and scenarios): Show just the versions and version transitions of the workspace. This is visually cleaner than the previous queries for understanding the structure of both scenarios of evolution, but clicking on version or version transition nodes will not update the 3D scene in this query (scenarios must be included in the query for UD-Viz to deduce which 3D city model to show).
  4. Show only Scenario 1 Versions and Transitions: Show just the versions and version transitions from scenario 1.
  5. Show Scenario 2 Versions and Transitions: Same as previous query but for scenario 2.
  6. Show Transition 2015 -> 2018 (warning: big query): Show the building transactions (individual changes) that occurred between 2015 and 2018.

Show/Hide Query

This button can toggle whether the text area for the query to be submitted is shown or not. This also allows the query to be edited before submission.

Queries are written in SPARQL

Select Result Visualization Format

Use this dropdown menu to select how the query result will be visualized. Only one visualization format is proposed for this demo so this dropdown is not very useful...

Interacting with the Graph

Once a query is sent and a graph is visualized, clicking on a node with the legend color vers:Version or vers:VersionTransition will update the 3D scene to show the city at that time (if a version is clicked) or what buildings were changes between two versions (if a transition is clicked).

image