This commit is contained in:
parent
c749a9c9aa
commit
fe28e288cb
1 changed files with 2 additions and 2 deletions
|
@ -952,7 +952,7 @@ public class SimpleReasoner extends StatementListener {
|
||||||
tboxModel.enterCriticalSection(Lock.READ);
|
tboxModel.enterCriticalSection(Lock.READ);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
log.info("Computing class-based ABox inferences");
|
log.info("Computing class-based ABox inferences in a separate thread.");
|
||||||
inferenceRebuildModel.removeAll();
|
inferenceRebuildModel.removeAll();
|
||||||
StmtIterator iter = aboxModel.listStatements((Resource) null, RDF.type, (RDFNode) null);
|
StmtIterator iter = aboxModel.listStatements((Resource) null, RDF.type, (RDFNode) null);
|
||||||
|
|
||||||
|
@ -1140,7 +1140,7 @@ public class SimpleReasoner extends StatementListener {
|
||||||
inferenceRebuildModel.removeAll();
|
inferenceRebuildModel.removeAll();
|
||||||
StmtIterator iter = aboxModel.listStatements((Resource) null, RDF.type, (RDFNode) null);
|
StmtIterator iter = aboxModel.listStatements((Resource) null, RDF.type, (RDFNode) null);
|
||||||
|
|
||||||
log.info("Computing mostSpecificType annotations");
|
log.info("Computing mostSpecificType annotations in a separate thread");
|
||||||
int numStmts = 0;
|
int numStmts = 0;
|
||||||
|
|
||||||
while (iter.hasNext()) {
|
while (iter.hasNext()) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue