Hi Tim,

this has been disabled for now (by default) because SPARQLMotion  
modules now store the SPARQL queries in SPIN RDF format. This format  
currently only supports comments in the beginning of the query, e.g.

# This query is trivial.
# Yes. Really trivial.
ASK WHERE {
}

will be stored OK. All other comments are currently lost because this  
would require some deep magic with the Jena SPARQL parser.

A work-around is to save your queries as strings (that's still allowed  
but not encouraged by the UI). This would mean editing those values  
differently, e.g. with the source code editor :( I can think of a  
number of UI work-arounds that would always store them as strings if  
that's needed by anyone.

Holger


On Mar 26, 2009, at 7:44 PM, Smith, Tim wrote:

> Hi – in TBC 3.0 Beta 2 comments are still deleted when entering them  
> in SPARQLMotion modules such as CONSTRUCT queries, etc.
>
> Any chance comments will be supported in the final release?  It is  
> very much of a pain to have comments deleted!  There is no way to  
> document your SPARQL in those modules and all good coders document  
> their code… J
>
> Thanks,
>
> Tim
>
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TopBraid Composer Users" group.
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-composer-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to