Reset history data from a PoolParty project
Abstract
Reset history data from a PoolParty project
Warning
It is recommended to do a safety snapshot of your project data before you execute DELETE queries.
You can remove complete history data, please use the following query in combination with SPARQL Shell.
Template query to delete history information form project completely
DELETE { graph <http://{serverURI}/{projectIdentifier}/thesaurus/history> { ?s ?p ?o }} WHERE { graph <http://{serverURI}/{projectIdentifier}/thesaurus/history> { ?s ?p ?o }}
Please adapt this query by replacing {serverURI} and {projectIdentifier} with your project settings.