-
Each time I launch my headless with the mod, the rml_config/HeadlessTweaks.json resets to the following:
{
"version": "1.0.0",
"values": {
"_configSaved": true
}
}
Any idea what's g…
-
-
I'm converting JSON files to turtle files with the RMLMapper. In my mapping file I have a long list of prefixes that should be used when the output data is generated. In general this works fine and t…
-
issue: not possible to scope joins that will only occur within the scope of a single iteration
suggestion: add rml:subTriplesMap (or rml:nestedTriplesMap) as a property of rml:RefObjectMap. This w…
-
RelVal 13034.412 crashed in `(anonymous namespace)::maybeConfigPileUp`:
```
A fatal system signal has occurred: segmentation violation
The following is the call stack containing the origin of the…
-
I've found the font size RML-UI gives by default for 1em is pretty small, and I find the UI to be better looking with that patch
```diff
diff --git a/ui/shared/window.rml b/ui/shared/window.rml
…
-
Currently, relational databases are configured as data sources via the mandatory property `db_url` in the INI file. This is detailed in the documentation here: https://morph-kgc.readthedocs.io/en/late…
-
Hello All,
So I'm trying to use the null function to check the non-existence of a json entity in my data , but it is not behaving correctly:
My data is as follows:
`[{"id":"0","labels":["Studen…
-
I'm trying to use ninja + cmake + gcc from Android NDK to cross-compile OpenCV library on Windows. And I have the following path in the dep file generated by gcc:
```
3rdparty\tbb\tbb40_20111130oss\s…
-
this is the body
`{
"rml": "@prefix rr: . @prefix rml: . @prefix rdf: . @prefix rdfs: . @prefix ql: . @prefix map: . map:map_person_0 rml:logicalSource map:source_0; a rr:TriplesMap; …