Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Susanne Kunis committed Jul 25, 2023
1 parent 3fdcfc6 commit b1cd365
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@ public OntologyParser_sparql() {
}


private List<OntologyElement> sparqlQuery(String acronym, String url_term) {

String qString =generateSparqlQuery(url_term);
List rs= runSparqlQuery(qString,default_sparqlEndpoint);

return rs;
}

// generates query, runs query and parses results
private List<OntologyElement> runSparqlQuery(String url_term, String sparqlEndpoint){

Expand Down

0 comments on commit b1cd365

Please sign in to comment.