0

I am loading data to a named graph in fuseki server using the following command . How to remove the particular graph from jena fuseki server.Is there any simple commands similarly.

 '/home/user/jena-fuseki-1.1.1/./s-put http://192.168.1.2:3030/ds/data http://graph/graph1  /home/user/files/uniquename.ttl'

How can i unload named graph from jena fuseki server.

SaidbakR
  • 13,303
  • 20
  • 101
  • 195
lost Coder
  • 577
  • 2
  • 8
  • 34

1 Answers1

3

Assuming you want to do this in a similar manner to adding a graph s-delete http://192.168.1.2:3030/ds/data http://graph/graph1 SPARQL Graph Store HTTP Protocol

Ben Green
  • 3,953
  • 3
  • 29
  • 49
chrisis
  • 1,983
  • 5
  • 20
  • 17