README.md 1.6 KB
Newer Older
Andrea Cimmino's avatar
Andrea Cimmino committed
# Distributed Semantic Resource Directory

Andrea Cimmino's avatar
Andrea Cimmino committed
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.