Skip to content

Commit

Permalink
Merge pull request #178 from dice-group/develop
Browse files Browse the repository at this point in the history
fixed versioning
  • Loading branch information
bigerl authored Sep 23, 2022
2 parents fde6262 + 1121c82 commit 169ae33
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ Please download the release zip **iguana-x.y.z.zip** from the newest release ava

```
mkdir iguana
wget https://github.com/dice-group/IGUANA/releases/download/v3.3.0/iguana-3.3.0.zip
unzip iguana-3.3.0.zip
wget https://github.com/dice-group/IGUANA/releases/download/v3.3.2/iguana-3.3.2.zip
unzip iguana-3.3.2.zip
```


Expand Down
2 changes: 1 addition & 1 deletion docs/usage/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ Start Iguana with a benchmark suite (e.g the example-suite.yml) either using the
or using java 11 if you want to give Iguana more RAM or in general set JVM options.

```bash
java -jar iguana-corecontroller-3.3.0.jar example-suite.yml
java -jar iguana-corecontroller-3.3.2.jar example-suite.yml
```

2 changes: 1 addition & 1 deletion docs/usage/results.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ This provides the qps value, if the SPARQL query has a filter and the actual que

## Ontology

The results ontology (description of what each property and class means) can be found [here](http://iguana-benchmark.eu/ontology/3.3.0/iguana.owl)
The results ontology (description of what each property and class means) can be found [here](http://iguana-benchmark.eu/ontology/3.3.2/iguana.owl)



Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<major.minor.version>${major.version}.${minor.version}</major.minor.version>
<major.version>3</major.version>
<minor.version>3</minor.version>
<build.version>1</build.version>
<build.version>2</build.version>
</properties>
<distributionManagement>
<repository>
Expand Down
7 changes: 3 additions & 4 deletions schema/iguana.owl
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,14 @@
xmlns:iont="http://iguana-benchmark.eu/class/"
>

<owl:Ontology rdf:about="https://iguana-benchmark.eu/ontology/3.0.0/iguana.owl">
<owl:Ontology rdf:about="https://iguana-benchmark.eu/ontology/3.3.2/iguana.owl">
<rdfs:label xml:lang="en">Iguana results ontology</rdfs:label>
<owl:versionInfo>3.3.0</owl:versionInfo>
<owl:versionInfo>3.3.2</owl:versionInfo>
<dcterms:created>2020/09/18</dcterms:created>
<dcterms:lastModified>2021/04/21</dcterms:lastModified>
<dcterms:lastModified>2022/09/23</dcterms:lastModified>
<dc:title xml:lang="en">Iguana results ontology</dc:title>
<rdfs:comment xml:lang="en">The Iguana results ontology explains the rdf results of an Iguana benchmark.</rdfs:comment>
<dcterms:license rdf:resource="http://creativecommons.org/licenses/by/3.0/"/>
<dc:creator rdf:resource="https://dice-research.org/FelixConrads"/>
</owl:Ontology>

<!-- Class definitions -->
Expand Down

0 comments on commit 169ae33

Please sign in to comment.