diff --git a/pom.xml b/pom.xml
index 7484d19..f9a19ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
de.uni_jena.cs.fusion
experiment.rdf-datatype-usage
- 1.1.0
+ 2.0.0
RDF Property and Datatype Usage Scanner
Creates statistics about the usage of properties and datatypes in Web Data Commons datasets.
diff --git a/src/main/resources/customExample_expectedResult.txt b/src/main/resources/customExample_expectedResult.txt
deleted file mode 100644
index 55ee831..0000000
--- a/src/main/resources/customExample_expectedResult.txt
+++ /dev/null
@@ -1,54 +0,0 @@
-====
- The MIT License
- Copyright © 2021 Heinz Nixdorf Chair for Distributed Information Systems, Friedrich Schiller University Jena
-
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.
-====
-
-Number of lines with errors: 2
-
-measurements.PropertyRangeMeasurement:
- property_1 double 2
- property_2 int 1
- property_2 double 1
-
-measurements.StringDecimalMeasurement:
- property_1 2
- property_2 1
- property_7 1
-
-measurements.StringDateTimeMeasurement:
- date_time_prop 2
-
-measurements.DoubleFloatDecimalMeasurement:
- property_3 1 double
- property_1 1 float
-
-measurements.ShouldBeFloat:
- property_7 1 FLOAT
- special_prop 3 FLOAT
- property_1 2 FLOAT
-
-measurements.ShouldBeDouble:
- property_7 1 DOUBLE
- special_prop 3 DOUBLE
- property_1 2 DOUBLE
-
-measurements.StringDoubleFloatNotDecimalMeasurement:
- special_prop 3