dice-group / IGUANA

IGUANA is a benchmark execution framework for RDF triple stores and quad stores
http://iguana-benchmark.eu
Apache License 2.0
25 stars 15 forks source link

add version to connection #139

Closed bigerl closed 3 years ago

bigerl commented 3 years ago

triple stores (connections) should have versions that are not part of the label. String is probably a good format.

TortugaAttack commented 3 years ago

will be added if set:

<http://iguana-benchmark.eu/resource/Store-1.0.0> <http://iguana-benchmark.eu/properties/version> "1.0.0" .
<http://iguana-benchmark.eu/resource/Store-1.0.0> <http://www.w3.org/2000/01/rdf-schema#label> "Store" .
<http://iguana-benchmark.eu/resource/Store-1.0.0> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://iguana-benchmark.eu/class/Connection> .

if not:

<http://iguana-benchmark.eu/resource/Store> <http://www.w3.org/2000/01/rdf-schema#label> "Store" .
<http://iguana-benchmark.eu/resource/Store> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://iguana-benchmark.eu/class/Connection> .