export

Export knowledge graph data and provenance to JSON, RDF, Parquet, CSV, and GraphML.

3.0k|350|Updated Jun 25, 2025
One-click install
npx skills add https://github.com/semantica-agi/semantica --skill export-semantica-agi
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: export
Source: https://github.com/semantica-agi/semantica/tree/main/plugins/skills/export
Command: npx skills add https://github.com/semantica-agi/semantica --skill export-semantica-agi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Export knowledge graph data, results, and provenance to JSON, RDF, Parquet, CSV, GraphML, and other formats to enable interoperability and auditability.

Core Features & Use Cases

  • Export JSON, RDF, Parquet, CSV, GraphML, and other formats from the Semantica graph and provenance.
  • Include selective data or provenance constraints when exporting; supports format-specific options.
  • Use case: analysts and engineers share export files with downstream systems, BI tools, or auditors.

Quick Start

Run the export for json to produce a JSON payload or file at the specified path.

Frequently Asked Questions about export

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I export a knowledge graph to JSON or RDF formats?▼

You can export knowledge graph data to JSON, RDF, and other formats by running the export action with your desired format specified, producing a portable payload or file at an optional output path.

What is the best way to export provenance data for auditability?▼

Exporting provenance data for auditability involves extracting graph provenance records into portable formats like JSON or CSV, preserving data lineage for sharing with governance tools and auditors.

Can I selectively export specific graph data or apply constraints to the output?▼

Yes, you can include selective data or provenance constraints when exporting, allowing you to filter the graph data and apply format-specific options to control the output results.

Does this graph export approach support Parquet and GraphML for analytics tools?▼

Yes, the graph export supports Parquet and GraphML formats alongside JSON, RDF, and CSV, enabling interoperability with downstream analytics platforms and graph visualization tools.

How do I export graph data to a specific file path?▼

You can specify an optional output path when running the graph export, directing the generated JSON, CSV, or Parquet file to a designated location for downstream system integration.

When do I need to export knowledge graphs to multiple formats?▼

Exporting knowledge graphs to multiple formats is needed when sharing graph data and provenance with downstream BI tools, visualization software, or auditors requiring portable representations like GraphML or Parquet.