I understand Automatic RDBMS Mappings is a newly introduced functionality. I would like to know if Stardog has a way to implement the same programatically, using stardog API, yet.
I found this article in the blogs:
But as per my understanding this also requires a N3 file. Is there any other similar article on the same which might be helpful?
Any leads would be much appreciated.
Thank you for the quick response.
I am using the same VirtualGraphAdminConnection to create Virtual graph. But what should I pass as third parameter if I dont have any mappings file(.tll).
I understand that we can do it through command line by using command:
stardog-admin virtual add emp.properties
as mentioned in : Easy Graph is Good Graph | Stardog
I tried passing null as mappings, but I am facing NullPointerException in that case. Shall I pass an empty file or anything else in that case?