From 2eb71ac5a44aa8f4ed26beef8b9bf3868c3e5cf8 Mon Sep 17 00:00:00 2001
From: Andrea Cimmino <cimmino@fi.upm.es>
Date: Wed, 17 Mar 2021 11:27:33 +0100
Subject: [PATCH] Update README.md

---
 Synthetic semantic descriptor generator/README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/Synthetic semantic descriptor generator/README.md b/Synthetic semantic descriptor generator/README.md
index 268b75c..101b1ef 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
-- 
GitLab