Bulk delete all triples with same subject?

Hi. I am not sure what terminology to use here, since i am new to triple-stores. Graph database interfaces like Neo4j or Gremlin have the notion of node/vertex and relation/edge. Deleting a node would then delete all information associated with that node, and all incoming and outgoing relations would get cleaned up.

Is there a similar concept in DGraph, or do i have to manually delete all triples with subject i want to remove?

This should give you what you’re looking for:

Thank you. I’ll probably store the schema on the client side anyway for now.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.