-
Notifications
You must be signed in to change notification settings - Fork 1
Bugs and Caveats
Valentin Oliver Loftsson edited this page Sep 8, 2021
·
1 revision
Specifications and tools from rml.io
RML, YARRRML, and yarrrml-parser
- Mapping deeper structures cannot be done with RDF containers since they are not supported (yet). One solution is to create different mappings for the different levels of the data structure, and then linking them. However, this approach has been causing memory issues in RocketRML. Relevant issues in
yarrrml-parser
: issue 1, issue 2, issue 3 - Be careful when declaring sources and targets with shorthand notation
-
yarrrml-parser
uses advanced ES syntax so Babel needs to be configured to transpile the required code
Other tools