diff options
Diffstat (limited to 'doc/summary.rst')
-rw-r--r-- | doc/summary.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/summary.rst b/doc/summary.rst new file mode 100644 index 00000000..4b8d6e4e --- /dev/null +++ b/doc/summary.rst @@ -0,0 +1,6 @@ +Serd is a lightweight C library for reading and writing RDF in Turtle_, NTriples_, NQuads_, and TriG_. + +.. _Turtle: http://www.w3.org/TR/turtle/ +.. _NTriples: http://www.w3.org/TR/n-triples/ +.. _NQuads: http://www.w3.org/TR/n-quads/ +.. _TriG: http://www.w3.org/TR/trig/ |