Hello,
When I write the following SPARQL as a sml:constructQuery in the
SPARQLMotion ApplyConstruct Form:
?oneOfEnum rdf:rest*/rdf:first/rdfs:label ?enumName .
the formatter changes it to:
?oneOfEnum (((rdf:rest)*/rdf:first)/rdfs:label ?enumName .
which has an extra parentheses on the front of the property chain, which in
turn causes a runtime error when I run the script. This started happening
after upgrading to version 3.5.0. In the meantime I've split up the query so
that it's not using property chaining which gets me around the runtime error,
but thought you might want to look into it.
Jeff
--
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