RMLio / yarrrml-parser

A YARRRML parser library and CLI in Javascript
MIT License
41 stars 17 forks source link

Obtaining mapping document in ntriples #148

Open dachafra opened 2 years ago

dachafra commented 2 years ago

Issue type: :unicorn: Feature

Description

Giving a new option in the command line to obtain the output mapping document in any of the RDF serializations, instead of having it only in turtle

Why it is useful

There are still some engines (e.g., Oracle) that are only able to parse the rules in a specific RDF serialization.

Existing features it breaks

Nothing

DylanVanAssche commented 2 years ago

RML & R2RML mappings are only written in Turtle though. Pull requests welcome!