- From: Martin G. Skjæveland <martige@ifi.uio.no>
- Date: Mon, 10 Sep 2018 09:43:04 +0200
- To: semantic-web@w3.org
rdfvizler is a tool I wrote for similar purposes. It is based on the same ideas and produces similar output as many of the tools in this tread, but its twist is that you can configure the output using (Jena) rules. (This is an idea that I took from somewhere else, but I don't remember where, sorry.) rdfvizler translates the use of a special purpose vocabulary into graphviz syntax and gives graphviz the job of producing the visualisation. What and how to draw is determined by saturating the input RDF graph with the help of Jena rules. The project lives here: https://github.com/mgskjaeveland/rdfvizler. I am sorry to say with little documentation, but I would be glad to see it resurrected. Here is the visualisation of the example graph used in ericP's write up: http://sws.ifi.uio.no/rdfvizler/dot/?rdf=https://raw.githubusercontent.com/fatestigma/ontology-visualization/master/test.ttl This is the default rule set: https://github.com/mgskjaeveland/rdfvizler/blob/develop/docs/rules/rdf.jrule Martin
Received on Monday, 10 September 2018 07:43:31 UTC