On 27.04.2012 12:14, Alex wrote:
Hello again,
my scenario is the following: given a graph<g>  with some triples
apply a rule set based on a schema and insert the inferred triples to
another graphs<rdfs_g>.

So I use the following query to accomplish that:

sparql define input:inference<something>  insert into<rdfs_g>  {?s ?p
?o} where{graph<g>  {?s ?p ?o}} (1)

I then check for a specific uri in rdfs_g and I see the same inferred
triples but NOT all of them and the number of triples is the same.

To further test it I apply the same rule for this specific uri:

sparql define input:inference<something>  insert into<rdfs_g>  {<uri>
?p ?o} where{graph<g>  {<uri>  ?p ?o}} (2)

Comparing the<rdfs_g>  to<g>  there is big difference on the number of
triples (i.e. 15 to 8 rows respectively) and I think I see the total
inferred triples.

What is wrong with that?? I have test it (1) on a smaller dataset that
<g>  and works fine.

I am begging to lose my mind on this. How could I debug this?

There is a threshold in the ini file which defines how many triples are returned at max. Perhaps this is the source of your problem?!

Ciao Carina

Thanks.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Virtuoso-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

--

Carina Haupt

Fraunhofer-Institute for Algorithms and Scientific Computing (SCAI)
Schloss Birlinghoven
D-53754 Sankt Augustin

Tel.: +49 - 2241 - 14 - 3480
E-mail: [email protected]
Internet: http://www.scai.fraunhofer.de

and

Bonn-Aachen International Center for Information Technology (B-IT)
Dahlmannstrasse 2
D-53113 Bonn

E-mail: [email protected]
Internet: http://www.b-it-center.de

Reply via email to