From: <jm...@us...> - 2012-10-04 10:28:08
|
Revision: 3292 http://eulergui.svn.sourceforge.net/eulergui/?rev=3292&view=rev Author: jmvanel Date: 2012-10-04 10:27:58 +0000 (Thu, 04 Oct 2012) Log Message: ----------- add method in RDFN3Converter (for the musical player app): /** pretty-print N3 from a list of Triple's, into a Writer; * it has the additional advantage that incorrect N3 terms, like unprotected quotes " , * that can occur in Drools N3 KB, are correctly formatted. */ public static void convertTripleListIntoN3( List<ITriple> triples, Map<String, URI> prefixesAndURI, Writer outWriter) Modified Paths: -------------- trunk/eulergui/src/main/java/eulergui/algos/URIPrefixesInProject.java trunk/eulergui/src/main/java/eulergui/rdf/RDFN3Converter.java trunk/eulergui/src/main/java/unif/TripleStoreJena.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |