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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -