pg-format / specification

Formal specification of Property Graph Exchange Format and its serializations
https://pg-format.github.io/specification/
3 stars 0 forks source link

Property Graph Exchange Format (PG)

This repository hosts a formal specification of Property Graph Exchange Format (PG) and its serializations PG format, PG-JSON, and PG-JSONL based on the common property graph data model.

State of publication

The specification is written with quarto and going to be published at https://pg-format.github.io/specification/.

Source files:

Calling quarto render or make updates the HTML version in directory docs.

Calling make pg.xml updates the syntax highlighting file from pg-highlight.

Test suite

Directory tests contains a test suite with valid and invalid data to test against.