Closed VladimirAlexiev closed 1 year ago
@mariapoveda, @rgcmme I made a diagram from one of your examples:
Details in https://github.com/VladimirAlexiev/rdf2rml/tree/master/test/saref4city. Had to tweak prefixes and base to make it look better. If there's interest to visualize other SAREF examples like this, we can automate it.
https://github.com/VladimirAlexiev/rdf2rml/tree/master/test/saref4city#why-the-rigmarole: need to add option left to right direction to my tool.
left to right direction
Maybe something like this in Turtle
[] puml:option "left to right direction"
where the text is directly dumped at the beginning of the puml.
Pros of this simple approach:
skinparam
!pragma
puml:option
[] puml:option """ left to right direction !pragma layout smetana """
This looks really good. Which is the tool to generate the graphics?
Yes, it is very nice!
@mariapoveda @rgcmme The tool is rdfpuml in this repo
rdfpuml
@mariapoveda, @rgcmme I made a diagram from one of your examples:
Details in https://github.com/VladimirAlexiev/rdf2rml/tree/master/test/saref4city. Had to tweak prefixes and base to make it look better. If there's interest to visualize other SAREF examples like this, we can automate it.
https://github.com/VladimirAlexiev/rdf2rml/tree/master/test/saref4city#why-the-rigmarole: need to add option
left to right direction
to my tool.Maybe something like this in Turtle
where the text is directly dumped at the beginning of the puml.
Pros of this simple approach:
skinparam
and!pragma
puml:option
is not guaranteed, but some puml options may need to come in order