From 0c71ed6ce02ee7ff65a5da2cf863c5712a67cb4b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 5 Jan 2017 16:22:52 -0500 Subject: Add support for NQuads --- serd/serd.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'serd/serd.h') diff --git a/serd/serd.h b/serd/serd.h index 9e48e7da..3402d576 100644 --- a/serd/serd.h +++ b/serd/serd.h @@ -1,5 +1,5 @@ /* - Copyright 2011-2016 David Robillard + Copyright 2011-2017 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -110,7 +110,13 @@ typedef enum { NTriples - Line-based RDF triples (ASCII). @see NTriples */ - SERD_NTRIPLES = 2 + SERD_NTRIPLES = 2, + + /** + NQuads - Line-based RDF quads (UTF-8). + @see NQuads + */ + SERD_NQUADS = 3 } SerdSyntax; /** -- cgit v1.2.1