public class Main extends Object
Main program to migrate an OWL knowledge base into a Grakn knowledge graph. Expected arguments are an OWL file and a Grakn Engine URL. At a minimum an OWL file must be provided. Note that the OWLAPI is not very good at intelligently resolving imports, such as looking in the same folder etc. To import a large ontology made up of multiple imports scattered around in files, the easiest thing is to use protege to "merge" them into a single ontology file with all axioms inside it.
| Constructor and Description |
|---|
Main() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static void |
runOwl(OwlMigrationOptions options) |
public static void main(String[] args)
public static void runOwl(OwlMigrationOptions options)
Copyright © 2016 Grakn Labs Ltd. All rights reserved.