nexo_kg_export
Export a bitemporal knowledge graph to JSON-LD or GraphML, with support for active snapshot or historical state via an optional ISO timestamp.
Instructions
Export the bitemporal KG to JSON-LD or GraphML (active snapshot or historical via as_of)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | 'jsonld' (default, semantic web / human-readable) or 'graphml' (igraph, Gephi, NetworkX, Cytoscape). | jsonld |
| as_of | No | Optional ISO timestamp. If empty, exports the active snapshot. If provided, exports the historical snapshot that was valid at that instant. |