node_shape(+URI, -Shape, +Options) is semidet[multifile, cpacks(hooks)]
Compute the desired shape for a GraphViz node representing URI.
Arguments:
URI- is the resource for which to determine the shape
Shape- is a list Name(Value) for parameters given to GraphViz.
Options- provides additional guidance. Currently it may provide start(StartURI) to indicate the graph is a context node for the resource StartURI.
See also
- http://www.graphviz.org/doc/info/shapes.html
 node_shape(+Bag, -Shape, +Options) is semidet[multifile, cpacks(hooks)]
Compute the desired properties for a table used to display a bag of resources. Shape options include:
max(Max)
Only show the first Max members of the bag. Default is 5.
shape(Shape)
Basic shape
style(Style)
Style options
max_label_length(Chars)
Truncate labels that have more then Chars characters.
Arguments:
Bag- is a list of member resources