On 5/28/2014 17:11, Nicolae Marasoiu wrote:
Hi,

I have a module of type sml:ConvertTextToRDF with sm:XML serialization type,
The payload to parse / deserialize into RDF / sparql restult set is:

<?xml version="1.0"?>
<sparql xmlns="http://www.w3.org/2005/sparql-results#";>

sml:ConvertTextToRDF can only be used to parse RDF stored in RDF/XML or Turtle. The XML that you have is not an RDF format, but an XML representation of a tabular SPARQL result set. The error message means that it tried to use the RDF/XML parser but failed. There is no built-in parser for the SPARQL XML result set format in TopBraid. Among others, it would be unclear how to construct RDF triples from result variables such as returnStatus.

Holger

--
-- 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
[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
--- 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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to