AKSW / RDFUnit

An RDF Unit Testing Suite
http://RDFUnit.aksw.org
Apache License 2.0
150 stars 42 forks source link

Handle subproperties #4

Closed jimkont closed 8 years ago

jimkont commented 10 years ago

subproperties are not handled correctly at the moment. There are 2 cases:

  1. they derive the domain & range (and other axioms) from their superproperties so we miss some validations tests.
  2. they return false violations on cardinality constrains.

For (1) we can create additional generators that produce the same tests for their superproperties (need to think of side-effects)

For (2) we need to place property paths in the TYPRODEP, OWLCARDT and OWLCARD patterns to include subproperties in the query evaluation. (but this will produce some huge queries)