# add a triple to the triple store
   triples.add((subject,pred,object))
   # remove it
   triples.remove_triples((subject,pred,object))
   # save it in a file in RDF/XML
   triples.save("filename.rdf")