Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dschiese committed Feb 18, 2024
1 parent 6235766 commit 14b8f05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ public String createInputExplanation(String graph, String component) throws IOEx
bindings.add("usedComponent", ResourceFactory.createResource(component));
String query = QanaryTripleStoreConnector.readFileFromResourcesWithMap(INPUT_DATA_QUERY,bindings);

// set RDFConnection
// set RDFConnection to URL for Input-data triplestore @see https://github.com/dschiese/input-data-storage
this.explanationSparqlRepository.setSparqlEndpoint(new URL("http://localhost:8891/sparql"));
ResultSet resultSet = this.explanationSparqlRepository.executeSparqlQueryWithResultSet(query);
int resultSetSize = 0;
Expand Down

0 comments on commit 14b8f05

Please sign in to comment.