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

Fix SimpleSubclassLearner SPARQL query #50

Closed bencomp closed 8 years ago

bencomp commented 8 years ago

I ran into a misformed SPARQL CONSTRUCT query and confirmed it on the SPARQL endpoint I was using in my test that it was indeed wrong. Adding the } fixed the query. I haven't checked that it works from within DL-Learner, as using the build script required me to install LaTeX.

SimonBin commented 8 years ago

thanks, obviously a } is missing. by the way there is no need to use the build script / build a release. You can test your code with mvn install or by importing the maven project into an IDE of your choice