[topbraid-users] SM Script Runs slower and slower and slower

2012-03-16 Thread Tim Smith
Hi, I'm attempting to process ~250 XML files into RDF. I created a schema for the files using XMLSpy and imported the schema into TBC using the XSD importer. This created two .ttl files. I created an SM script that iterates over the files using tops:files via a bind by select module. Prior to

Re: [topbraid-users] SM Script Runs slower and slower and slower

2012-03-16 Thread Gokhan Soydan
Tim, If you are using a sml:IterateWhile module, then at the end of each iteration, an ApplyByConstruct module with the query: CONSTRUCT { ?s ?p ?o } WHERE { ?s ?p ?o } and with the "sml:replace" value set to "true" might be useful. This flattens deepening nested Jena graph objects by copyin