Alexander Sidorov wrote:
Hello!

Documentation says "It is possible to combine multiple schema graphs into a single rule set", but how to implement this?
This means putting triples from many graphs into a new graph IRI.
If I try to use rdfs_rule_set with one name but different graphs only the last one is used. Also I tried to create graph group and rdfs_rule_set to it, but it didn't work too.
No you use one graph IRI, in this case the one that has the TBox triples merged in from other Graphs.

What I really need is to split TBox and ABox into different graphs to be able "clear and upload" new TBox when I need.
This is how it works i.e. you put the OWL and RDFs triples in a Named Graph that is associated with a Named Rule. Then when you execute SPARQL Queries (in general or specifically scoped to the ABox Named Graph) you apply the inference rules pragmas.

Kingsley

Regards,
Alexander
------------------------------------------------------------------------

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
------------------------------------------------------------------------

_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users


--

Regards,

Kingsley Idehen President & CEO OpenLink Software Web: http://www.openlinksw.com
Weblog: http://www.openlinksw.com/blog/~kidehen
Twitter/Identi.ca: kidehen





Reply via email to