Skip to content
Iwan Aucamp edited this page Aug 9, 2022 · 1 revision

This area contains things which would be nice to have in RDFLib that we should consider when doing redesign.

Serializers

  • Streaming serializers: The ability to append a set of triples to a file.
  • Consistent output: Same graph results in same output. This would be be helpful for writing things that should go in VCS like git.
  • Sorted output: Triples are written sorted. This would make it easier to write output for human consumption.