On 25/06/2020 10:51, Martynas Jusevičius wrote:
RDFDataMgr is that functionality.So RDFDataMgr does the location-mapping but not the Model caching?
Yes.RDFDataMgr itself is a collection of convience functions to call RDFParser builder and if you want detailed control, use that:
RDFParser.create() .streamManager .httpAccept .lang .source ... .parse(...) Andy