Ok, I am going to have a go at this by (a) figuring out which b-nodes need to be
displayed on thier own account, and then (b) using outline mode code to display
the tree, fully opened out (?) for te document view. The outline code wil need to
be extended to auto-open and only take data from the given document.
<DanC> tbl: also needs document view
<DanC> DC: huh?
<DanC> tbl: a la pretty-printer
<DanC> ... mixed with outline view
<DanC> ... hmm... replace things with their labels?
<DanC> tbl: there's a spectrum...
<DanC> ... from file contents
<DanC> ... to pretty-pretty printed N3
<DanC> ... to outline view
<DanC> ... to outline view with labels in place of what they're a label of
<DanC> ... to english
<DanC> dc: a stupid implementation is just to expand everything you haven't
already seen (in one source)
<DanC> tbl: yeah... breadth-first
<DanC> tbl: or compute subjects... i.e. bnodes with more than one incoming link
<DanC> ACTION DanC: add document view issue