Hi Ivan,
Thank you for implementing graph groups support for inference schemas.
You said "then add your TBox and ABox graphs to that group", but I see no
sense to add ABox to schema as Virtuoso doesn't support any OWL features
that mix TBox and ABox (for example, oneOf restriction).
Regards,
Ale
Hello Alexander,
As proven by studying the code, the support of multiple schema graphs
become seriously incomplete as inference was extended more and more.
Even worse, an attempt to extend it "mechanically" to coven new
inference features would cause slow loading of big rule sets in big
databases.
Hi Kingsley,
Thank you for clarifications. I have just misunderstood rdfs_rule_set
concept :( Now the problem is solved.
Regards,
Alexander
2010/2/22 Kingsley Idehen
> Alexander Sidorov wrote:
>
>> Hello!
>>
>> Documentation says "It is possible to combine multiple schema graphs into
>> a sing
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
m>
- Original Message -
From: "Alexander Sidorov" mailto:alexi...@gmail.com>>
To: "Virtuoso Users" mailto:virtuoso-users@lists.sourceforge.net>>
Sent: Monday, February 22, 2010 9:55:42 AM
Subject: [Virtuoso-users] Multiple graphs in one r
t; rdfs_rule_set ('rules', 'urn:rulegraph');
>
> wkr www.turnguard.com
>
>
> ----- Original Message -
> From: "Alexander Sidorov"
> To: "Virtuoso Users"
> Sent: Monday, February 22, 2010 9:55:42 AM
> Subject: [Virtuoso-users] M
FXML (http_get ('http://www.w3.org/2002/07/owl.rdf'), 'no',
'urn:rulegraph');
rdfs_rule_set ('rules', 'urn:rulegraph');
wkr www.turnguard.com
- Original Message -
From: "Alexander Sidorov"
To: "Virtuoso Users"
Hello!
Documentation says "It is possible to combine multiple schema graphs into a
single rule set", but how to implement this? 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