diff --git a/README.md b/README.md
index d4fd5c87f..1b8c5f00f 100644
--- a/README.md
+++ b/README.md
@@ -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
```
diff --git a/docs/usage/getting-started.md b/docs/usage/getting-started.md
index dcf0eabcd..21ce6045e 100644
--- a/docs/usage/getting-started.md
+++ b/docs/usage/getting-started.md
@@ -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
```
diff --git a/docs/usage/results.md b/docs/usage/results.md
index d11104899..68faf0ae6 100644
--- a/docs/usage/results.md
+++ b/docs/usage/results.md
@@ -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)
diff --git a/pom.xml b/pom.xml
index 2d4495d6c..a235a22cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
${major.version}.${minor.version}
3
3
- 1
+ 2
diff --git a/schema/iguana.owl b/schema/iguana.owl
index 132bb8943..ef83ff1a7 100644
--- a/schema/iguana.owl
+++ b/schema/iguana.owl
@@ -26,15 +26,14 @@
xmlns:iont="http://iguana-benchmark.eu/class/"
>
-
+
Iguana results ontology
- 3.3.0
+ 3.3.2
2020/09/18
- 2021/04/21
+ 2022/09/23
Iguana results ontology
The Iguana results ontology explains the rdf results of an Iguana benchmark.
-