Pano Maria
Pano Maria
Hi @amjdhsn, Sorry for the late reply, I was on holiday :) If I understand correctly, you would like a more concise way to specify functions that is not RDF-equivalent...
@pheyvaer trying your mapping without the socket setup seems to work for me when using the other JSON object ```java String source = "{\"id\":\"tests\"}"; InputStream inputStream = IOUtils.toInputStream(source); RmlMapper mapper...
Ah sorry, I misinterpreted. Int it's current state CARML doesn't support listening to input streams yet (mainly because we didn't have that usecase yet), Currently only "static" inputstreams are supported,...
@pheyvaer For now it is of course possible to have a separate process listenening to the socket and passing any new input to an existing mapper instance. Hope that helps.
@swathi-ssunder currently it is not supported. We are planning to add support in the coming months.
Hi @SebeiHiba, Could you clarify what you mean by inverse or functional? Perhaps with an example?
Hi @snat0x54, >It seems like using the root $ selector in rml:reference depends on the rml:iterator of the logical source. The spec says: "The reference can be an absolute path,...
Hi @ktk, Thanks! We're trying to make CARML useful for more implementations. We're not there yet, but working on it :). The CLI is indeed on the roadmap. Can't say...
@semanticfire I recently started setting up a [separate repo](https://github.com/carml/carml-jar) for a new CLI implementation based on the updated API, and was meaning to get into contact with you guys about...
@tobiasschweizer seems to be a problem with the ordering of the way files are read. I pushed a possible fix. Let me know if that helps. Otherwise please open a...