delete a node or triple using dotenetrdf librery?
问题 I have an n3 file formate and i want to delete a node or triple from it how can i do it? should i use sparql query?please help me i want to have an n3 file and want to delete a node from it. i pass a graph that use in my parent form to this delete form and want to work with this graph that i create from an n3 file i mean i read this n3 file and convert it to a graph and send it to this form. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using