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?