kg-cli 0.2.16

A knowledge graph CLI tool for managing structured information
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# CSV import format (Sprint 7)

Delimiter: comma, RFC CSV.

Nodes CSV columns:
- `id`, `type`, `name` (required)
- optional: `description`, `domain_area`, `provenance`, `confidence`, `created_at`,
  `key_facts`, `alias`, `source_files`

Edges CSV columns:
- `source_id`, `relation`, `target_id` (required)
- optional: `detail`

Notes CSV columns:
- `id`, `node_id` (required)
- optional: `body`, `tags`, `author`, `created_at`, `provenance`, `source_files`

List fields use `|` as a separator (`alias`, `key_facts`, `tags`, `source_files`).