VladimirAlexiev / rdf2rml

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

Keep round brackets in fields #9

Closed VladimirAlexiev closed 2 months ago

VladimirAlexiev commented 3 years ago

Currently a field like

dc:title "(title)"

Is rendered with square brackets to avoid puml interpreting it as a method.

Prepend {field} to each field to avoid this: https://github.com/plantuml/plantuml/issues/536