[topbraid-users] Example of spif:buildStringFromRDFList second argument (template string)?

2013-02-21 Thread Jack Hodges
I am trying to export a SPARQL query written in a class' spin:query property, as a string. Several iterations have gotten me to a point where I think that spif:buildStringFromRDFList might be helpful, but the documentation doesn't say much about how to instantiate the second argument (called a

Re: [topbraid-users] Example of spif:buildStringFromRDFList second argument (template string)?

2013-02-21 Thread Holger Knublauch
Hi Jack, it's the same syntax as with other SPIF functions such as spif:buildURI. {?member} is the placeholder for the actual value. Example: spif:buildStringFromRDFList(?list, {?member}, , ) HTH Holger On 2/22/2013 12:11, Jack Hodges wrote: I am trying to export a SPARQL query written in