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
Align on the drop graph and clear graph functionality of SparqlService.
I guess we need a bit more javadoc. and decide which one we want to do?
note RdfStoreService has a default which is
default void deleteGraph(String graphUri) { //we can overwrite this in the implementation if we have a better way of checking this
executeUpdateQuery(String.format("CLEAR GRAPH <%s>;", graphUri));
}
The text was updated successfully, but these errors were encountered:
Align on the drop graph and clear graph functionality of SparqlService.
I guess we need a bit more javadoc. and decide which one we want to do?
note RdfStoreService has a default which is
default void deleteGraph(String graphUri) { //we can overwrite this in the implementation if we have a better way of checking this
executeUpdateQuery(String.format("CLEAR GRAPH <%s>;", graphUri));
}
The text was updated successfully, but these errors were encountered: