Paul; It all depends on what inferences are being made by OWLIM, hence
questions on what is in the model, what OWLIM ruleset is used (I'd
assume owl-max, the default) have to be asked.

-- Scott

On Nov 10, 6:44 am, PaulZH <[email protected]> wrote:
> I have following flow:
> a) import from remote sesame ->SPARQLMotion results as expected
> b) filterByConstruct with
> CONSTRUCT {
>     ?a a ?type .
>     ?a ?b ?c .}
>
> WHERE {
>     ?a a ?type .
>     ?a ?b ?c .
>     FILTER (?type != ns:ClassA) .}
>
> ->SPARQLMotion results as expected
>
> Now
> a) idem import from remote sesame
> b) ApplyOWLIM
> c) idem filterByConstruct with same query
>
> I get only a few triples with predicate rdf:first and rdf:rest.
>
> I would have expected the same result as previously.
>
> What am I missing?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TopBraid Composer Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/topbraid-composer-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to