AKSW / RDFUnit

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

Automatic Constraint Detection based on RDFS/OWL broken #91

Closed seebi closed 3 years ago

seebi commented 5 years ago

Expected Behavior

The "Automatic Constraint Detection based on RDFS/OWL (with CWA)" should fetch constraints from LOV

Actual Behavior

In our instance (https://rdfunit.eccenca.com/rdfunit/) this feature does not work anymore.

Steps to Reproduce the Problem

  1. go to https://rdfunit.eccenca.com/rdfunit/
  2. test something with Automatic Constraint Detection
  3. no constraints are fetched

Specifications

The feature depends on the LOV endpoint https://github.com/AKSW/RDFUnit/blob/9fef738f618360adf1a97c98e94391ca54b0dc82/rdfunit-core/src/main/java/org/aksw/rdfunit/prefix/LOVEndpoint.java#L24

The domain of LOV changed recently to lov.linkeddata.es so this should fix it In addition to that, pls enable that the request follows the redirection (you never know if they change it again :)

jimkont commented 5 years ago

Thank you for the report @seebi, This issue was related to #34 that is now fixed

Besides the change to LOV, the webdemo was not very up-to-date with the latest code tweaks and the test generator table was not working correctly, should be fixed as well

Can you verify that the problem is now solved?