diff --git a/Synthetic semantic descriptor generator/README.md b/Synthetic semantic descriptor generator/README.md
index 268b75cbb0b3ff3d72db3ec7aabd950bfb08924f..101b1ef63d0babbd1875c22b3c8b7b044b4291ef 100644
--- a/Synthetic semantic descriptor generator/README.md	
+++ b/Synthetic semantic descriptor generator/README.md	
@@ -39,4 +39,9 @@ A sample instantiation of this configuration file can be the following:
 	"deviceToBuilding" : 0.9,
 	"output" : "SD-dataset.nq"
 }
-````
\ No newline at end of file
+````
+
+### Testing the generated data
+
+After generating a sample dataset, load the dataset into a triple store that supports named graphs. Each CSE is automatically asigned to a named graph by the syntetic semantic descriptor generator. After loading the dataset,  CSEs can be queried individually by limiting the query to a specific named graph (i.e., CSE), or CSE can be queried by groups issuing the query to several named graphs.
+To ease the testing, in the current directory the file [queries.zip]() contains a set of queries that must return results for the generated synthetic data. The queries can be directly pasted into a SPARQL interface or sent through a REST API, depending on the triple store implementation.
\ No newline at end of file