Takes the mapping-based properties dataset and the assigned rdf types and tries
to classify them in correct or wrong statements.
Wrong statements are when the type of object IRI is disjoint with the property definition
For correct we have different types but we skip them for now
1) Correct type/subtype
2) not correct type/subtype but not disjoint
3) the object IRI is untyped
all 1-3 are for now kept together and not split
TODO: this needs special care for English where nt/ttl use different IRIs/URIs
Created by Markus Freudenberg
Takes the mapping-based properties dataset and the assigned rdf types and tries to classify them in correct or wrong statements.
Wrong statements are when the type of object IRI is disjoint with the property definition For correct we have different types but we skip them for now 1) Correct type/subtype 2) not correct type/subtype but not disjoint 3) the object IRI is untyped all 1-3 are for now kept together and not split
TODO: this needs special care for English where nt/ttl use different IRIs/URIs