-
While RML supports mapping from JSON as well by using JSON selectors we mostly use JSON-LD context for that. The big benefit is that a JSON-LD parser is all we need and that's pretty common by now.
…
-
Hi
I'm currently trying to use the processor inside a data management workflow for a small POC: we are using CSVW as datasource (a CSV of ~5Mb, exposed on an "internal" http endpoint).
For my te…
-
Hi,
RMLStreamer has made my work easy, thanks.
However, the output is being generated in bottom up fashion e.g.
"blonde" .
"Ketchum" .
"Ash" .
.
"orange" .
"Misty" .
.
…
-
I'm trying to apply a [YARRRML Condition](https://rml.io/yarrrml/spec/#conditions) in the subject. It should only create a subject on a specific condition, but the parser throws an `???` error from […
-
All of them have
```
Error expected: Yes
Expected knowledge graph: None, because an error is expected that stops the generation.
```
-
I need to map an Access database (sight.....)
I can access it through a JDBC driver (http://ucanaccess.sourceforge.net/site.html)
What is the reason why rmlmapper restricts the database connection…
-
Is there currently any support for functions? if so, is there documentation for this? if not, will there be, and when? thanks!
-
I've been messing around with this tool, and I noticed that the docs mention support for generating json-schema specifications. I've tried the commands listed and checked the source, but there's nothi…
-
To import datasets from one of our API's (json data), it would be nice to be able to read the file and import it without the need to write extra SPARQL construct queries to split up the data.
If we…
-
### Issue type: :question: Question
(This issue is related to the PR https://github.com/RMLio/yarrrml-parser/pull/127 which will add the feature of populating external references from `.env` files)…