natebowang commented on issue #1422: URL: https://github.com/apache/jena/issues/1422#issuecomment-1173014799
Thanks for the reply. I found the `s-put` in the ./jena-fuseki2/apache-jena-fuseki/bin is pretty handy for this. ```bash s-put http://localhost:3030/ds default ./main.ttl ``` The above command will remove the default graph and reload the `main.ttl`. Please correct me if it's not true :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
