SmartDataAnalytics / DL-Learner

A tool for supervised Machine Learning in OWL and Description Logics
http://dl-learner.org
GNU General Public License v3.0
152 stars 34 forks source link

[Bug] error in Description object [sf#51] #7

Closed patrickwestphal closed 9 years ago

patrickwestphal commented 9 years ago

Reported by kurzum on 2010-02-16 21:53 UTC run examples/testCaseSPARQLDescription add in ROLlearner2 SparqlQueryDescriptionConvertVisitor visit = new SparqlQueryDescriptionConvertVisitor(); String sparqlQuery = visit.getSparqlQuery(ed.getDescription().toKBSyntaxString()); and String sparqlQuery = visit.getSparqlQuery(ed.getDescription());

patrickwestphal commented 9 years ago

Commented by jenslehmann on 2010-03-05 09:34 UTC Where should I add this piece of code (in particular, "ed" is not defined) and which of the conf files should be used?

patrickwestphal commented 9 years ago

Commented by jenslehmann on 2010-08-06 12:53 UTC Test files have been moved from /examples/testCaseSPARQLDescription to /test/testCaseSPARQLDescription. Please refine the bug description.

LorenzBuehmann commented 9 years ago

This bug report is outdated and the conversion of class expressions was superceded by another implementation.