removed log message
This commit is contained in:
parent
1ec081dcf3
commit
ff91b5a67e
1 changed files with 0 additions and 1 deletions
|
@ -481,7 +481,6 @@ public class PropertyDaoJena extends JenaBaseDao implements PropertyDao {
|
||||||
" FILTER(?p != owl:bottomDataProperty \n" +
|
" FILTER(?p != owl:bottomDataProperty \n" +
|
||||||
" && ?p != owl:bottomObjectProperty) \n" +
|
" && ?p != owl:bottomObjectProperty) \n" +
|
||||||
"}";
|
"}";
|
||||||
log.info(queryStr);
|
|
||||||
Query q = QueryFactory.create(queryStr, Syntax.syntaxSPARQL_11);
|
Query q = QueryFactory.create(queryStr, Syntax.syntaxSPARQL_11);
|
||||||
QueryExecution qe = QueryExecutionFactory.create(
|
QueryExecution qe = QueryExecutionFactory.create(
|
||||||
q, getOntModelSelector().getTBoxModel());
|
q, getOntModelSelector().getTBoxModel());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue