Example Programs and Demos of 4RDF
==================================

Sample files
------------

 (*) spamschema.rdfs

     Sample RDF schema

 (*) spamdata.rdfs

     Sample RDF data conforming to spamschema.rdfs

 (*) w3c1.rdf, w3c2.rdf

     Sample RDF copied from the RDF M&S spec

Programs
--------

 (*) basic.py

     Does the same processing using models created with three different
     back-ends (or rather as many of the three as are available on the
     machine).  It reads in serialized RDF, changes one of the statement
     object values, and then writes out the result.

     You should set FT_DATABASE_DIR to a directory that you have write
     access to before running this script.

 (*) schema.py

     Demonstrates the use of RDF Schema in 4RDF

