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.
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
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.