You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn't find examples on how to integrate Sparqlify directly into a Java program, i.e., directly use it as one would use the Apache Jena or JDBC APIs. (I'm hoping that this is one of the targeted use cases of Sparqlify, beyond using it as a server or from cli). Apologies if I overlooked them. It seems that
I couldn't find examples on how to integrate Sparqlify directly into a Java program, i.e., directly use it as one would use the Apache Jena or JDBC APIs. (I'm hoping that this is one of the targeted use cases of Sparqlify, beyond using it as a server or from cli). Apologies if I overlooked them. It seems that
https://github.com/SmartDataAnalytics/Sparqlify/blob/master/sparqlify-cli/src/main/java/org/aksw/sparqlify/web/Main.java
Contains some useful code in this regard but it's difficult to separate the CLI-related code from the other (useful) code, such as (?)
QueryExecutionFactoryEx qef = SparqlifyUtils.createDefaultSparqlifyEngine(dataSource, config, typeSerializer, sqlEscaper, mrs, maxQueryExecutionTime);
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: