问题
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.
回答1:
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
来源:https://stackoverflow.com/questions/34219499/how-to-unload-data-from-jena-fuseki-server