semantic web - Export vector graphics from OntoGraf plugin in Protege -


is there way export scalable vector graphics (svg) ontograf plugin in protege? or there similar plugin, svg can exported?

this can achieved following way:

  • inside protege , in ontograph tab, click button export graph dot (before last icon). save onto.dot somewhere on machine.
  • then open terminal , convert .dot file svg: dot -tsvg onto.dot > output.svg

the file output.svg svg version of graph.


Comments