Package ai.chatur.cortex.core.ontology
Class OntologyLoader
java.lang.Object
ai.chatur.cortex.core.ontology.OntologyLoader
Builds the immutable
OntModel the knowledge graph is built on.-
Method Summary
-
Method Details
-
load
Builds the ontology model by merging the given Turtle documents, in order, then locks it against further mutation.- Parameters:
ontologies- the ontology documents, in Turtle syntax- Returns:
- the merged, locked ontology model
-