run
examples/testCaseSPARQLDescription
add in ROLlearner2
SparqlQueryDescriptionConvertVisitor visit = new SparqlQueryDescriptionConvertVisitor();
String sparqlQuery = visit.getSparqlQuery(ed.getDescription().toKBSyntaxString());
and
String sparqlQuery = visit.getSparqlQuery(ed.getDescription());
Anonymous
Where should I add this piece of code (in particular, "ed" is not defined) and which of the conf files should be used?
Test files have been moved from /examples/testCaseSPARQLDescription to /test/testCaseSPARQLDescription. Please refine the bug description.