aboutsummaryrefslogtreecommitdiffstats
path: root/serd/serd.h
diff options
context:
space:
mode:
Diffstat (limited to 'serd/serd.h')
-rw-r--r--serd/serd.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/serd/serd.h b/serd/serd.h
index 9eb4dda2..11ce7b4f 100644
--- a/serd/serd.h
+++ b/serd/serd.h
@@ -121,7 +121,13 @@ typedef enum {
TriG - Terse RDF quads (UTF-8).
@see <a href="https://www.w3.org/TR/trig/">Trig</a>
*/
- SERD_TRIG = 4
+ SERD_TRIG = 4,
+
+ /**
+ JSON-LD - JSON-based Linked Data (UTF-8).
+ @see <a href="https://json-ld.org/spec/latest/json-ld/">JSON-LD</a>
+ */
+ SERD_JSONLD = 5
} SerdSyntax;
/**