Julián Arenas Guerrero
Julián Arenas Guerrero
Hi @TereLaguinge , Could you please try if the problem persists with the following configuration? ``` [CONFIGURATION] number_of_processes=1 [DataSourceJSON] mappings=OAtrial.json.ttl file_path=data_100_5.json ``` Thanks, Julián
Hi again @TereLaguinge , I think that this might be related to [file buffers](https://stackoverflow.com/questions/7127075/what-exactly-is-file-flush-doing#answer-7127162). I am flushing now everything to disk on file close. I have tested it and it...
Hi @TereLaguinge , Thank for testing and the very detailed answer :) As I see from the screenshot of notepad you are running on windows. Could you confirm? I think...
This is related to non-atomic write operation in Windows. It is now solved with a mutex.
Hi @dgarijo , If I understood correctly this is not a bug, but an enhancement suggestion to show human friendly error messages in Morph-KGC. Could you confirm?
Since the mapping as an error it is expected to fail. There are already some human friendly feedback for some wrong mappings (e.g, if a Literal termtype is provided in...
Morph-KGC currently raises errors with the messages when a mapping is wrong, I assume you suggest removing this behaviour and: show a message (without stack trace) and exit.
Mappings are handled through RDFlib, i.e., error handling on this is delegated to RDFlib. Indeed, it is needed to provide more meaningful error messages in general, this is related to...
Mapping files using the `.rml` extensions have been adressed in #80 . Regarding meaningful error reporting, the issue is similar to #63 . I close this issue and will use...
Hi @mwx23 , Thanks for using Morph-KGC and reporting the issue! Indeed, this is something that I knew I just didnt have the time to do it. In the R2RML...