| Package | Description |
|---|---|
| ai.grakn.concept |
Provides the meta-ontology interfaces and definitions.
|
| ai.grakn.migration.owl |
Implements migration of OWL into Grakn.
|
| Modifier and Type | Method and Description |
|---|---|
Entity |
EntityType.addEntity()
Creates and returns a new Entity instance, whose direct type will be this type.
|
Entity |
Concept.asEntity()
|
Entity |
Entity.resource(Resource resource)
Creates a relation from this instance to the provided resource.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Entity> |
EntityType.instances()
Returns a collection of all Entity instances for this EntityType.
|
| Modifier and Type | Method and Description |
|---|---|
Entity |
OWLMigrator.entity(org.semanticweb.owlapi.model.OWLNamedIndividual individual) |
<T> Entity |
OWLMigrator.getEntity(T id,
ResourceType<T> rtype) |
Entity |
OWLMigrator.putEntity(String id,
EntityType type) |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.