From: Bryan T. <tho...@us...> - 2007-04-14 13:50:02
|
Update of /cvsroot/cweb/bigdata-rdf/src/java/com/bigdata/rdf/sail In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv20481/src/java/com/bigdata/rdf/sail Modified Files: SimpleRdfRepository.java Log Message: Added code (commented out) to load the word net schema + nouns data set in the full forward closure test. Index: SimpleRdfRepository.java =================================================================== RCS file: /cvsroot/cweb/bigdata-rdf/src/java/com/bigdata/rdf/sail/SimpleRdfRepository.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** SimpleRdfRepository.java 13 Apr 2007 15:02:34 -0000 1.2 --- SimpleRdfRepository.java 14 Apr 2007 13:49:58 -0000 1.3 *************** *** 366,369 **** --- 366,373 ---- } + /* + * @todo make closure optional? Is closure required by the Sesame test + * suite? Mark entailments in the KB using the btree entry value? + */ tripleStore.fullForwardClosure(); |