Dataset Query

Direct Data Analytics, Search, and Knowledge Graph Visualization

Knowledge Graph Schema Preview

Table-1: nodes (Entities)
nodes(id TEXT PRIMARY KEY, entity_type TEXT, text TEXT)
Note: 'id' is used for relationships in the edges table.
Table-2: edges (Relationships)
edges(subj_id TEXT, predicate TEXT, obj_id TEXT)
Note: subj_id and obj_id are Foreign Keys linking to nodes.id.
nodes table
IDTypeText
Loading preview...
edges table
Subj IDPredicateObj ID
Loading preview...

Saved Queries

Step 1 & 2 Query Generation and Execution

1. Natural Language Query

2. Generated SQL & Execution

Step 3 Review Results and Visualization

Query Output (Table)

Query results will appear here as an HTML table.

Visualization

Visualization (Graph/Chart) will appear here.