zazuko / xrm

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

RDF serialization of xrm mapping itself #127

Open mchlrch opened 1 year ago

mchlrch commented 1 year ago

Adding the possiblity to serialize (parts of) an xrm mapping (everything: source, vocab, mapping, dialect, ...) as RDF.

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

This enables to re-use all information from an xrm mapping project, regardless of mapping output (eg. also for CSVW) and also for information, that is currently not contained in the generated mapping file.

We probably want to use quads, in order to be able to state the provenance back to the mapping files.