Volksdata 1.0b7
RDF library
Loading...
Searching...
No Matches
codec_trig.h File Reference
Include dependency graph for codec_trig.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const VOLK_Codec trig_codec
 TriG codec.

Variable Documentation

◆ trig_codec

const VOLK_Codec trig_codec
Initial value:
= {
.name = "TriG codec",
.mimetype = "application/trig",
.extension = "trig",
.encode_store_init = trig_encode_store_init,
.encode_store_iter = trig_encode_store_iter,
.encode_store_done = trig_encode_store_done,
}
@ VOLK_CODEC_FEAT_ENCODE_STORE
Supports encoding a whole store.
void * trig_encode_store_init(VOLK_Store *store)
Initialize a store encoding loop.
Definition writer_trig.c:60
void trig_encode_store_done(void *h)
Finalize the store encoding loop.
VOLK_rc trig_encode_store_iter(void *h, char **res_p)
Encode a chunk from a store.
Definition writer_trig.c:84

TriG codec.

Definition at line 9 of file codec_trig.h.