Commit 2eb71ac5 authored by Andrea Cimmino's avatar Andrea Cimmino
Browse files

Update README.md

parent e49ac77c
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -40,3 +40,8 @@ A sample instantiation of this configuration file can be the following:
	"output" : "SD-dataset.nq"
}
````

### 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