I am new to stardog. I am trying solve below problem:
- I have created a virtual graph to query on employee data
- I have created a virtual graph to query on department data
As both these data resides on different database, I have to create two separate virtual graph.
Now I want to import these data into stardog server in single materialized graph, so that links between employee and department can be established and I can able to fetch consolidated view of these data by firing query on this single graph instead of writing a query to fetch data from both the virtual graph.
Can you tell me the way to achieve that?
Also let me know is it the correct way to solving this problem?