Copyright University of Bristol, 2003 2003-03-06 libby.miller@bristol.ac.uk This is a tiny RDF api used at this stage for converting between RDF query syntaxes. see Eric Prud'hommeaux's page: http://www.w3.org/2001/11/13-RDF-Query-Rules/ It's open source, using the W3C license: http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 The author is libby.miller@bristol.ac.uk. inkling.app.DifferentSyntaxes converts and saves the queries to the current directory. It uses an N-Triple query (in queries/nt/) and converts to Algae, Inkling (Squish), DQL, RuleML, N3. I can't vouch for the accuracy or generality of these translations at the moment. Comments are provided with the conversions. Useage: java -jar compareQueries-0.1.jar [filename] where [filename] is an N Triple query in a ./queries/nt/ directory or type jar -xvf compareQueries-0.1.jar and type 'make'