Scott, The question is what is passed to the next module. Scott; OWLIM with default settings.
In scenario A: the asserted triples In scenario B: the asserted triples + the inferred triples OR only the inferred triples. According to the what I see in the SPARQLMotion result pane it is asserted + inferred. So I would expect that if I have the same filter I at least get the same leftovers as in scenario A. Paul On Nov 10, 4:38 pm, Scott Henninger <[email protected]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
