| Interface | Description |
|---|---|
| Namer |
A
Namer provides functions to generate Grakn ontology names (IDs for
types, relations, roles etc.) from OWL ontology elements. |
| Class | Description |
|---|---|
| Main |
Main program to migrate an OWL knowledge base into a Grakn knowledge graph.
|
| OwlGraknGraphStoringVisitor |
This is the main class processing an OWL ontology file.
|
| OwlMigrationOptions |
Configure the default OWL migration options and access arguments passed by the user
|
| OWLMigrator |
The OWL migrator is the main driver an OWL migration process: configure with the ontology to migrate, the
target Grakn graph and instance and hit go with the
OWLMigrator.migrate() |
| Enum | Description |
|---|---|
| OwlModel |
Enumerate default/predefined elements that need to be created
in Grakn regardless of the ontology being migrated.
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.