What problem does it solve?
This Skill addresses the need for managing and querying typed knowledge graphs, offering capabilities for entity CRUD, directed relations, schema validation, and multi-hop reasoning.
Core Features & Use Cases
- Entity CRUD: Create, read, update, and delete entities within the knowledge graph.
- Directed Relations: Establish and manage directed relationships between entities.
- Schema Validation: Enforce a schema to maintain data integrity and consistency.
- Multi-hop Reasoning: Perform multi-hop reasoning on the graph.
- Use Case: Imagine you have a knowledge graph representing a company's employees, their roles, and their projects. Use this Skill to create new employee entries, link employees to their projects, and validate the schema for data consistency.
Quick Start
Initialize a new ontology database and add an entity for a new employee.
x ondb add --type Person --name Alice