[not loaded]PublicShow sourceprophier.pl -- Vizualize the RDF property hierarchy

This program demonstrates simple data processing and vizualization. In order to process the request, we

  1. compute the hierarchy as a Prolog datastructure (using property_tree/1). This allows for reuse, for example emitting the same datastructure as JSON, so we can do the rendering in Javscript at the client side.
  2. emit the tree as a nested ul structure

Finally, we can add it to the ClioPatria menu by adding a clause for cliopatria:menu_item/2.

To be done
- Add style to make it look pretty.