Skip to content

cayleygraph/quad

Repository files navigation

Quad formats for Go

Tests

This library provides encoding and decoding support for NQuad/NTriple-compatible formats.

Supported formats

ID Name Read Write Ext
nquads NQuads + + .nq, .nt
jsonld JSON-LD + + .jsonld
graphviz DOT/Graphviz - + .gv, .dot
gml GML - + .gml
graphml GraphML - + .graphml
pquads ProtoQuads + + .pq
json JSON + + .json
json-stream JSON Stream + + -

Community