You are in Guest Mode
Welcome! You can explore the dataset query, but generating, saving, loading and deleting queries requires an authorized account. Please register first (if you are an authorized person).
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
| ID | Type | Text |
|---|---|---|
| Loading preview... | ||
edges table
| Subj ID | Predicate | Obj 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.