Skip to content

Spring is in the air

Compare
Choose a tag to compare
@RinkeHoekstra RinkeHoekstra released this 21 Feb 13:50
· 47 commits to master since this release

This means we'll have lots of sunbursts!

This version adds:

  • D3js based sunburst visualization of incoming and outgoing links. Click one of the eye icons, or vz to view this.
  • Collapsed graph icons (the circles). If a triple occurs in more than one graph, these are grouped together. The number of graphs will be shown alongside the circle-icon. Hovering over the icon will expand to show all graphs.
  • More intelligent limits on number of result shown (now per predicate, rather than over all predicates)
  • Solved issue with IRIs not being browsable when they contain non-ascii characters.
  • Can refresh the local store by clicking the rld button in the interface (only visible when running from a local store)

NB: The YASGUI query interface also works when running brwsr on local files, you just need to make sure to query across graphs (i.e. include a GRAPH ?g or FROM <http://some.graph.here> in the query).