Construct Structured Knowledge Graphs
Extracts entities and semantic relations from unstructured sources to construct a queryable knowledge graph.
Prompt Example
Use 'build-source-knowledge-graph' to ingest [SOURCE] into a structured knowledge graph. Objective: Extract [ENTITIES/CONCEPTS] and their semantic relations. Focus: [DETAILS].
Concrete examples
Use 'build-source-knowledge-graph' to transform the Ariadne Engine technical documentation into a structured knowledge graph. Focus on entities such as 'Context ' , 'Skill ' , and 'Plugin ' , as well as their interactions.
Transforms unstructured data sources, corpora, or documents into a highly interconnected long-term memory. The process focuses on extracting entities, their attributes, and the complex semantic relations between them to construct a queryable knowledge graph.
Employs an 'Ontology-First' approach: before introducing new data types, the existing graph ontology is analyzed for matches. This ensures data integrity, maximizes reuse, and prevents uncontrolled schema drift.
Performs granular semantic decomposition: content is decomposed into atomic units (e.g., concepts, events, or actors) and persisted as precise memory episodes to facilitate deep semantic analysis.
Optimizes the graph through continuous validation: following ingestion, the graph state is audited for redundancies and ontological inconsistencies. The workflow terminates when further data ingestion yields diminishing semantic returns.
