W3C - World Wide Web Consortium
Previous Table of Contents Table of Contents Next

Basic RDF
Adding New Statements


  • Adding a new statement is also very simple
    • e.g., in Python+RDFLib: store.add((s,p,o))
  • In fact, it can be seen as a special case of merging
  • This is a very powerful feature, too
    • managing data in RDF makes it very flexible indeed…

Ivan Herman, W3C 32 (134)