Create Virtual Graph Virtuoso -
on knowledge base deployed on virtuoso v7.2.1, i've 2 rdf graphs, namely http://example.com/a , http://example.com/b, populated triples. 
i'd create virtual graph http://example.com/vg should represent union of http://example.com/a , http://example.com/b.  therefore, change on either http://example.com/a , http://example.com/b should propagated http://example.com/vg. 
digging documentation did not find pointers , closest thing do, so-called rdf view, operates on tables , not rdf graphs. has suggestion on how implement it? in advance
currently, virtuoso way graph group.
you'll need use db.dba.rdf_graph_group_create(), db.dba.rdf_graph_group_ins(), , related functions.
the graph group view of of union of member graphs, changes member graphs reflected through graph group.  there no change propagation, such.
for future -- virtuoso-specific questions faster response on virtuoso users mailing list, openlink support forums, etc.
Comments
Post a Comment