axone-protocol / ontology

šŸ“™ The Axone Ontology
https://docs.axone.xyz/technical-documentation/ontology/the-power-of-ontologies
Creative Commons Attribution Share Alike 4.0 International
12 stars 0 forks source link

šŸŒ± Implement generation of Zones for ontology evaluation #118

Open ccamel opened 1 year ago

ccamel commented 1 year ago

Idea

Implement the generation of a Zone with a lot of faked data that can be used to evaluate (i.e. benchmark) different aspects of our protocol. This includes the blockchain smart contract, triple store, and SPARQL querying, to name a few.

The Data Space should include various datasets and services, each containing a large amount of faked metadata. The generated data should be randomized to ensure that it represents a realistic sample of what could be encountered in a real-world scenario, as much possible.

The generated data should be presented in turtle format since it is the standard format for all our examples.

Todo

ccamel commented 1 year ago

FYI @SonnevilleDamien