rdflib
rdflib copied to clipboard
rdf2dot with graphic attributes ?
At the moment, the tool rdf2dot transforms RDF files into Graphviz DOT format, and it would be great to add RDF statements for graphic metadata:
- Color and size of edges. Dashed/solid/dotted style edges.
- Color and shapes of nodes.
- Edge arrows can be unidirectional or bidirectional (although it could be deduced if we have s-p-o and o-p-s)
- DOT can group tabular data (subjects with similar predicates) in HTML-like tables. This is useful to display a big number of similar subjects.
Maybe some ideas here: