Make abox and tbox aware of "everytime" RDF files.
This commit is contained in:
parent
4b647b3d88
commit
c6bba15904
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@ public class ContentModelSetup extends JenaDataSourceSetupBase
|
|||
} else {
|
||||
checkForNamespaceMismatch( applicationMetadataModel, ctx );
|
||||
}
|
||||
RDFFilesLoader.loadEveryTimeFiles(ctx, "abox", baseABoxModel);
|
||||
RDFFilesLoader.loadEveryTimeFiles(ctx, "tbox", baseTBoxModel);
|
||||
|
||||
log.info("Setting up full models");
|
||||
OntModel baseFullModel = createCombinedBulkUpdatingModel(baseABoxModel, baseTBoxModel);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue