NIHVIVO-264
This commit is contained in:
parent
ebdb25ccb5
commit
5e2b6dde6b
1 changed files with 2 additions and 2 deletions
|
@ -119,8 +119,8 @@ public class ABoxUpdater {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
||||||
OntModel additions = ModelFactory.createOntologyModel(OntModelSpec.OWL_MEM);
|
Model additions = ModelFactory.createDefaultModel();
|
||||||
OntModel retractions = ModelFactory.createOntologyModel(OntModelSpec.OWL_MEM);
|
Model retractions = ModelFactory.createDefaultModel();
|
||||||
|
|
||||||
Resource oldClass = ResourceFactory.createResource(change.getSourceURI());
|
Resource oldClass = ResourceFactory.createResource(change.getSourceURI());
|
||||||
Resource newClass = ResourceFactory.createResource(change.getDestinationURI());
|
Resource newClass = ResourceFactory.createResource(change.getDestinationURI());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue