Skip to content

How can I clear the current triples in qEndpoint and replace with the new ones? #488

Answered by ate47
bohuizhang asked this question in Q&A
Discussion options

You must be logged in to vote

Weirdly CLEAR ALL doesn't work, I'll have to look at it. This one works:

DELETE WHERE { ?s ?p ?o }

But qEndpoint is more in the spirit, we index/load a big dataset (HDT) and then we add/remove parts from it. If you want to fully erase the dataset, you can stop the endpoint, delete the hdt-store and native-store directories in your qEndpoint installation and restart it.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@bohuizhang
Comment options

@ate47
Comment options

Answer selected by bohuizhang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants