trustgraph/trustgraph-cli
cybermaggedon c951562189
Graph query CLI tool (#679)
New CLI tool that enables selective queries against the triple store
unlike tg-show-graph which dumps the entire graph.

Features:
- Filter by subject, predicate, object, and/or named graph
- Auto-detection of term types (IRI, literal, quoted triple)
- Two ways to specify quoted triples:
  - Inline Turtle-style: -o "<<s p o>>"
  - Explicit flags: --qt-subject, --qt-predicate, --qt-object
- Output formats: space-separated, pipe-separated, JSON, JSON Lines
- Streaming mode for efficient large result sets

Auto-detection rules:
- http://, https://, urn:, or <wrapped> -> IRI
- <<s p o>> -> quoted triple
- Otherwise -> literal
2026-03-10 11:03:34 +00:00
..
trustgraph/cli Graph query CLI tool (#679) 2026-03-10 11:03:34 +00:00
pyproject.toml Graph query CLI tool (#679) 2026-03-10 11:03:34 +00:00
README.md Maint/rename pkg (#88) 2024-09-30 22:20:26 +01:00