VladimirAlexiev / rdf2rml

RDF by Example: rdfpuml for True RDF Diagrams, rdf2rml for R2RML Generation
44 stars 5 forks source link

Add option `left to right direction` #18

Closed VladimirAlexiev closed 1 year ago

VladimirAlexiev commented 2 years 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.

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:

mariapoveda commented 2 years ago

This looks really good. Which is the tool to generate the graphics?

rgcmme commented 2 years ago

Yes, it is very nice!

VladimirAlexiev commented 1 year ago

@mariapoveda @rgcmme The tool is rdfpuml in this repo