I am using Virtuoso Open Source Edition.
My question is how can I dynamically convert an RDB to RDF?
Let's say we have a Relational Database which we need to convert to RDF, but at the same time this Database needs to be updated all the time.
Is there a way to continuously update the RDF Graph based on the new entries of the Relational Database?
So far I have found this tutorial thanks to which I can convert an RDB to RDF but I have to redo the process if I need to update the database. In the beginning of the tutorial it says:
Virtuoso includes an HTML-based Wizard interface for dynamically generating & publishing RDF-based Linked Data
Please correct me if I am wrong here but I don't see how this can be dynamical. All I do is generate linked data based on the current tables. Thanks in advance.