diff --git a/README.md b/README.md
index 8a69a5d700064a10658fdb5a3a0606c072b77887..a53bf16a4231bf82761a7e597c54e7d43c4ce79b 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,10 @@
 # Distributed Semantic Resource Directory
 
+This directory contains the following files:
+
+* [Synthetic Semantic Descriptor Generator](https://labs.etsi.org/rep/iot/smartm2m-semantic-and-query/distributed-semantic-resource-directory/tree/master/Synthetic%20semantic%20descriptor%20generator) that contains a software tool to generate synthetic semantic descriptors and distribute them accross CSEs. The generated data can be loaded into any triple store that will have as many CSE as named graphs, entailing that the triple store will allow querying CSE individually (limiting the queries to one named graph) or to multiple CSEs.
+* [STF experiments material](https://labs.etsi.org/rep/iot/smartm2m-semantic-and-query/distributed-semantic-resource-directory/tree/master/STF%20experiments%20material) that contains the scripts and results obtained for the experiments carried during the the STF
+* [Sample dataset](https://labs.etsi.org/rep/iot/smartm2m-semantic-and-query/distributed-semantic-resource-directory/blob/master/sample-dataset.zip) that contains a sample dataset generated with the [Synthetic Semantic Descriptor Generator](https://labs.etsi.org/rep/iot/smartm2m-semantic-and-query/distributed-semantic-resource-directory/tree/master/Synthetic%20semantic%20descriptor%20generator), which was used during the experiments of the STF.
+* 
+
+In order to perform the different experiments, a regular triple store supporting named graphs is required. The experiments carried out during the STF relyed on a [GraphDB](https://www.ontotext.com/products/graphdb/graphdb-free/) but any other can be used as far as it supports named graphs.