On Monday 12 Sep 2011 02:21:47 Roberto García wrote: > Hi, > > > could you please provide us with a bit more information - the build > > number of owlim (if you have it) plus the exact ruleset which you're > > using. > > I'm using owlim-se-4.2.3924 and the ruleset is OWL-RL (optimized) > > > Also, are you talking about explicitly loaded statements showing up only > > in onto:implicit and not in the context you specified? If you explore > > the context itself, do you see the statements you've added? > > Yes, they are just loaded in onto:implicit. They do not appear in the > context I explicitly load them into. > > > Lastly, could you give us an example of a dataset and a query which > > returns different results with 4.1 and 4.2? > > For instance, if I do a DESCRIBE ... FROM <context> it doesn't work in > 4.2 but does work in 4.1. > > Best, > > Roberto > _______________________________________________ > OWLIM-discussion mailing list > [email protected] > http://ontotext.com/mailman/listinfo/owlim-discussion
Hello, I'm really sorry - I sent my last message to the list and forgot to CC you. I did manage to reproduce your issue with the workbench's explore functionality. It will be fixed in 4.3 (scheduled for 28th of October). The data is loaded properly, though. You can do, for example PREFIX ex: <http://example.com> DESCRIBE ex:thing FROM NAMED ex:context => returns statements about ex:thing or PREFIX ex: <http://example.com> SELECT ?graph WHERE { GRAPH ?graph { ex:thing ?p ?o } } => returns ex:context After loading a dataset containing statements with <http://example.com/thing> into context <http://example.com/context>. If you're still having issues, please write back. _______________________________________________ OWLIM-discussion mailing list [email protected] http://ontotext.com/mailman/listinfo/owlim-discussion
