mmisw / mmiorr

Unmaintained old MMI ORR system (v2) -- New development at https://github.com/mmisw/orr
2 stars 1 forks source link

Triple store not properly updated #307

Closed mmisw closed 9 years ago

mmisw commented 9 years ago

From caru...@gmail.com on January 22, 2013 10:03:19

This issue is a more general case of #301 What steps will reproduce the problem? 1. Submit a SPARQL query exercising statements in a certain ontology.

  1. Unregister the ontology OR do some modification to it (remove some statements)
  2. Issue the same (or similar) query. What is the expected output? Response reflects the removals in the ontology. What do you see instead? Removed statements still included in the query response.

Using: ORR Portal 2.0.38.beta (201301131125) MMI Ontology and Term URI Resolver 2.0.38.beta (201301212223)

Original issue: http://code.google.com/p/mmisw/issues/detail?id=307

mmisw commented 9 years ago

From caru...@gmail.com on January 22, 2013 11:49:38

Fixed. Also fixes issue #301 .

Tested contents of triple store (both "proper" graph and default graph) with both vocabulary and mapping ontologies:

Changes only done in the Ont module. MMI Ontology and Term URI Resolver 2.0.39.beta (201301221054)

Status: Fixed