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