--
-- You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary Network (EVN), TopBraid Composer, TopBraid Live, TopBraid Insight, SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to
topbrai...@googlegroups.com
To unsubscribe from this group, send email to
topbraid-user...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en
---
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-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "TopBraid Suite Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/topbraid-users/5ZxxlFnWyyI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to topbraid-user...@googlegroups.com.
Tanya,
Are you saying that you get something constructed for resources with type http://example.org/type_ABC that should not be constructed? What class is the rule attached to - type_ABC, type_XYZ or something else? How do ?agent1 and ?agent2 variables get bound?
My initial guess this is not a product issue, but rather an issue with the queries.
As an aside, recommend replacing
With
?this a <http://example.org/type_ABC>.
It is inefficient to get all triples and then filter out the ones you don’t need when you are can get only the ones you need from the beginning.
Regards,
Irene