Andrea; if you use the sml:ReturnSPARQLResults module, the results will be returned in the standard SPARQL result set format in XML - i.e. precisely as in a SPARQL endpoint. A very flexible way to create SPARQL endpoints with whatever processing needed by the script.
If you use the sml:ReturnRDF module, results are returned in RDF triples. This is very convenient for creating custom SPARQLMotion modules - i.e. that take triples as input, process the triples the way you need, and return triples. See > Reference > SPARQLMotion Modules Overview for the various modules, and the documentation and training examples at http://www.topquadrant.com/products/SPARQLMotion.html -- Scott On Mar 22, 8:06 am, Andrea Todaro <[email protected]> wrote: > Hi to all, > I made a SPARQLMotion function that returns a module type sml:ReturnRDF, > and i call that function by actionscript code > (*graph.executeSparqlMotion(....) > *). > I would like know if there is any chance to retrieve the rdf result (I > suppose in String format) and turn it in Graph. > Thank you for your help in this matter. > Andrea -- 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 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
