How do you verify that the graph is still present? Also what happens if you run DROP GRAPH <iri>?
The SILENT keyword allows for an operation to fail but to ignore the failure and return success so if something is going wrong removing the SILENT keyword allows for the error to be propagated. Rob On 02/02/2016 12:59, "Bangalore Akhilesh" <[email protected]> wrote: >Hi All, > >I had setup Fuseki with SDB to work against Oracle. > >Today, I had observed that the command *DROP SILENT GRAPH <GRAPH IRI>* >returned a success code but the graph & the triples remained in the >database. > >Can anyone please help me out to address this problem? > >Thanks, >Akhilesh
