Hi to all,
I'm currently using TopBraid Composer Free Edition 
 Version: 4.5.0

I have noticed a strange behaviour: wherever I launch an inference on a 
file, and then I interrupt (Cancel) the inference process for some reason, 
Top Braid rewrites my rule file adding variables at random to function 
called in rules.
For example the following spin:rule:
*INSERT {*
*    ?previousPerson tracking:blobMatch ?this .*
   
*}*
*WHERE {*
*    ?previousPerson a foaf:Person .*
*   ?previousPerson tracking:blobMatch ?b2 .*
*[....]*
*    FILTER (((spin:myfunction(?b2, ?this) && spin:hasHumanSize(?this)) && 
(?dist <= 45)) && (?dist = spin:getMinHumanDistance(?b2, ?this))) .*
*    .*
*}*

becomes: 
*INSERT {*
*    ?previousPerson tracking:blobMatch ?this .*
   
*}*
*WHERE {*
*    ?previousPerson a foaf:Person .*
*   ?previousPerson tracking:blobMatch ?b2 .*
*[....]*
*    FILTER (((spin:myfunction(?b2, ?this) && spin:hasHumanSize(?this, 
?this)) && (?dist <= 45)) && (?dist = spin:getMinHumanDistance(?b2, ?this, 
?b2))) .*
*    .*
*}*

Sometimes it also changes the order of variables in my fuction 
declaration...
What could be the problem?
Note: I'm currently storing rules in rdf format instead of ttl, is it an 
issue?
Thanks a lot 
Claudia

-- 
You received this message because you are subscribed to the Google Group 
"TopBraid Suite Users", the topics of which include Enterprise Vocabulary 
Network (EVN), Reference Data Manager (RDM), TopBraid Composer, TopBraid Live, 
TopBraid Insight, SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to topbraid-users@googlegroups.com
--- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to topbraid-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to