On Tuesday, August 20, 2013 06:01:43 PM Darius Miliauskas wrote: > The example of my code (Java) is the following: > > String queryString2 ="PREFIX base: < > http://www.semanticweb.org/darius/ontologies/2013/6/rooms#>" > + "PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns# > >"
Aside: you'll find it helpful to start each of these strings with \n. This means you can print the query out without it rushing off to the right, and if a syntax error is reported the line number will be useful rather than 1. Chris -- "You're down as expendable. You don't get a weapon." /Dark Lord of Derkholm/ Epimorphics Ltd, http://www.epimorphics.com Registered address: Court Lodge, 105 High Street, Portishead, Bristol BS20 6PT Epimorphics Ltd. is a limited company registered in England (number 7016688)
