cluster_search/commit

Added some ..

authorChris Dijkshoorn
Mon Dec 30 10:50:08 2013 +0100
committerChris Dijkshoorn
Mon Dec 30 10:50:08 2013 +0100
commit2fd4d0978283900045ad249b7ddd48ccc459bff5
tree099df6517be74d1330cb297254cb8b5f8dc0c67a
parent4236bd9947cc1dee8375ab95438d9c46110a819b
Diff style: patch stat
diff --git a/README.md b/README.md
index abbee9d..362c097 100644
--- a/README.md
+++ b/README.md
@@ -88,10 +88,11 @@ $ ./run.pl
 ```
 For the Rijksmuseum daata there are multiple subsets to choose from:
 ```bash
-?- rdf_library:rdf_attach_library('../rdf/rijksmuseum/rdf/void.ttl')
+?- rdf_library:rdf_attach_library('../rdf/rijksmuseum/rdf/void.ttl').
 ?- rdf_library:rdf_list_library.
 ```
 A list of datasets to load is shown. You can for example choose to load the complete collection: 
 ```bash
-?- rdf_library:rdf_load_library('RMA-collection',[])
+?- rdf_library:rdf_load_library('RMA-collection',[]).
 ```
+With the data loaded you should be able to cluster some artworks!