Search code examples
rdfgraphdb

Removing triples from imported rdf files in a GraphDB repository


I am new to GraphDB and RDF. Currently my repository consists of multiple .ttl files that I have imported separately. If I delete a previously imported file from the import window, the triples remain in the repository. The only way I can see to remove triples from the repository is to clear the repository completely (Explore>Graphs overview>Clear repository), and then re-import all of the files I want manually (Import>RDF).

Is there a more efficient way to achieve this? Ideally I would want to remove the .ttl files from the list on the import page and then refresh the repository only with the files that remain. Is this possible or is there a better way of achieving this?


Solution

  • In addition to Damyan's answer, removing the files in the Import page does not remove them from the repository - it removes them from the list. The best approach is Damyan's - this way you can easy track your changes. You can find more information on managing graphs in the documentation - http://graphdb.ontotext.com/documentation/free/sparql-compliance.html