zazuko / xrm

A friendly language for mappings to RDF
MIT License
1 stars 0 forks source link

XRM editor syntax serialization for mapping described in RDF #128

Open mchlrch opened 1 year ago

mchlrch commented 1 year ago

Adding the possibility to serialize an RDF representation (see #127) of xrm mapping elements (everything: source, vocab, mapping, dialect, ...) back to xrm editor syntax.

This improves hackability and unlocks possibilities for toolchain improvements outside of the xrm editor itself, for example:

From the outside, this looks like integration on editor syntax level. Before implementing this, we also need to consider the option of first introducing a domainmodel layer into xrm, as this would yield additional extension points for toolchain integration independent of the xrm editor.