From: <jm...@us...> - 2011-03-28 19:59:12
|
Revision: 2302 http://eulergui.svn.sourceforge.net/eulergui/?rev=2302&view=rev Author: jmvanel Date: 2011-03-28 19:59:06 +0000 (Mon, 28 Mar 2011) Log Message: ----------- class N3Comparator : attempt to make a valid comparator for 2 RDF graphs, * taking in account blank nodes renaming, e.g. for these 2 graphs, it will say "identical" : * @prefix : <http://a.b/#>. _:a :p _:b. * @prefix : <http://a.b/#>. _:a2 :p _:b2. * * Alas it says : * * [] <http://a.b/#p> [] . Added Paths: ----------- trunk/eulergui/src/main/java/eulergui/compare/ trunk/eulergui/src/main/java/eulergui/compare/N3Comparator.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |