Hi everyone: I'm having some problems storing and retrieving SPARQL queries in/from my RDF SPIN model. I would like to store a set of SPARQL queries in my model and call them in my Java application to test for conditions and to add triples on demand. I tried to attach a spin:query to a resource, but the query was stored in a blank node. Can I access a blank node resource as a SPIN query in my Java code? Is there a way to store named queries (e.g. http://example.org/MyProject#myQuery)? I also tried to create an instance of sparql:Query, but I was not able to get a reference to it in my Java application (I could only get a null reference).
Thanks for your help, Brian -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include TopBraid Composer, TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN. 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-users?hl=en
