AutoSPARQL icon indicating copy to clipboard operation
AutoSPARQL copied to clipboard

Warning: Not working at the moment. Maintainer on parental leave. AutoSPARQL allows to create SPARQL queries over RDF knowledge bases from natural language with low effort.

Results 15 AutoSPARQL issues
Sort by recently updated
recently updated
newest added

These days , I have compiled and ran AutoSPARQL-develop on my Ubuntu system,but it didn't work.and I got these Exceptions. My runtime enviroment is JDK1.8,Maven 3.5.2. PS:I also ran on...

``` Error executing SPARQL query. com.hp.hpl.jena.query.QueryParseException: Variable used when already in-scope: ?v1 in ((AGG ?.0 count(?y0)) AS ?v1) at com.hp.hpl.jena.sparql.lang.SyntaxVarScope.checkAssignment(SyntaxVarScope.java:189) at com.hp.hpl.jena.sparql.lang.SyntaxVarScope.checkExprListAssignment(SyntaxVarScope.java:141) at com.hp.hpl.jena.sparql.lang.SyntaxVarScope.checkQueryScope(SyntaxVarScope.java:92) at com.hp.hpl.jena.sparql.lang.SyntaxVarScope.check(SyntaxVarScope.java:66) at com.hp.hpl.jena.sparql.lang.SPARQLParser.validateParsedQuery(SPARQLParser.java:56) at com.hp.hpl.jena.sparql.lang.ParserSPARQL11.parse$(ParserSPARQL11.java:54)...

A map view should be supported in addition to the current table/list view.

http://autosparql-tbsl.dl-learner.org

Conjunction in conditions works, but only in limited cases: Works perfectly: "houses in Headington with more than 2 bedrooms and with a garden" Works, but interprets "and a garden" as...

Hi, I cloned OpenQA from the below repository(from developer branch which comes as default when the page loads. https://github.com/AKSW/openqa I build the entire project and when i tried to run...

When I try to access http://localhost:8080/autosparql-lite/, I get a server error: ``` javax.servlet.ServletException: java.lang.NoClassDefFoundError: Could not initialize class org.aksw.autosparql.tbsl.gui.vaadin.model.ExtendedTBSL at com.vaadin.terminal.gwt.server.AbstractApplicationServlet.handleServiceException(AbstractApplicationServlet.java:1010) at com.vaadin.terminal.gwt.server.AbstractApplicationServlet.service(AbstractApplicationServlet.java:548) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:769) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585) at...

Hi, when I tried _mvn install -N_ in commons folder, I find that _java.lang.RuntimeException: connection could not be initialized._, the error in the source code is here: in org.aksw.autosparql.commons.metric.SPARQLEndpointMetrics.getDefaultReadOnlyConnection, line...

Hello I have successfully managed to run AutoSPARQL on my machine. The mail adress in the readme `http://localhost:8080/` gives an html page with the following error message (But this is...

Errors in Windows environment compile.bat file errors run.bat file error please provide the detailed installation guide or upload new files

Hello, When I run `mvn install -N` in `autosparql` I get the following error: ``` Running org.aksw.autosparql.server.CacheTest log4j:ERROR Could not instantiate class [org.dllearner.autosparql.server.util.SimpleHTMLLayout]. java.lang.ClassNotFoundException: org.dllearner.autosparql.server.util.SimpleHTMLLayout ``` Is there a way...