README.rdoc in redlander-0.3.3 vs README.rdoc in redlander-0.3.5
- old
+ new
@@ -10,14 +10,15 @@
Note, that you will have to install Redlander (librdf) for Redlander to work.
= Usage
-To start doing anything with Redland, you need to initialize a model first:
+To start doing anything useful with Redlander, you need to initialize a model first:
$ m = Redlander::Model.new
This creates a model where all RDF statements are stored in the memory. Depending on the selected storage you may need to supply extra parameters like :user or :password. Look-up the options for Storage.initialize_storage method for the list of storage options.
+Naturally, you don't need to create a model if you just want to play around with independent statements, nodes and the like.
Now that you have created a model, you can access its RDF statements:
$ m.statements