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

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index 8a69a5d..a53bf16 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.
-- 
GitLab