From: <jm...@us...> - 2013-07-06 07:52:29
|
Revision: 3632 http://sourceforge.net/p/eulergui/code/3632 Author: jmvanel Date: 2013-07-06 07:52:20 +0000 (Sat, 06 Jul 2013) Log Message: ----------- Data manager GUI: without CL arguments (from TDB data) buttons in response to full text search bear a label and comment - FIX NPE in TripleStoreJena.toN3Term(RDFNode node): case of a Literal without a DatatypeURI was not covered - TripleStoreTDB.getModel() now returns NamedModel( "urn:x-arq:UnionGraph" ) - RuleBasedApplicationWithCache : expose the tdbCache - DataGUIWindow: use tripleStoreTDB to search label and comment TODO : this is just a exploration, architecture is not satisfying: RuleBasedApplicationWithCache should not not expose the tdbCache, and should copy triples from TDB to KB when a search* or a SPARQL query is called (to enable inferences in the KB) Modified Paths: -------------- trunk/eulergui/html/documentation.html trunk/eulergui/src/main/java/deductions/runtime/swing/N3Form.java trunk/eulergui/src/main/java/deductions/runtime/swing/N3FormApp.java trunk/eulergui/src/main/java/eulergui/project/SPARQLToN3Converter.java trunk/eulergui/src/main/java/unif/TripleStoreJena.java trunk/eulergui/src/main/java/unif/TripleStoreTDB.java trunk/eulergui/src/main/scala/deductions/runtime/RuleBasedApplicationWithCache.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/data_manager/DataGUIWindow.scala Added Paths: ----------- trunk/eulergui/src/test/java/deductions/runtime/RuleBasedApplicationWithCacheTest.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |