On 6/26/2012 16:31, Mark Colquhoun wrote:
Hi Holger,

Thanks. I ended up finding the reference. Pity you didn't send your email 10 mins earlier :)

Now I just need to work out how to use it! Not sure if I need an iterate over select or something else to use the result of tops:files?

Yes if you want to iterate over all files, create an sml:IterateOverSelect with a query such as

SELECT *
WHERE {
    ?file tops:files ("TopBraid/Examples/" true)
}

This will bind ?file in each iteration and you can use it inside of modules such as sml:ImportTextFile

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 Ensemble, 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


Reply via email to