- One can also edit triples, save it to an XML file, etc:
# 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")
      - It is very easy to start with this
- Does not have (yet) powerful schema processing
						- no “inferred” properties, for example
 
- You can get RDFLib at: http://rdflib.net