#include "volksdata/codec/writer_ttl.h"
Go to the source code of this file.
Data Structures | |
| struct | TTLEncodeIterator |
| TTL encoder iterator. More... | |
Macros | |
| #define | INDENT " " |
| #define | INDENT_L 4 |
| #define | XSD "http://www.w3.org/2001/XMLSchema#" |
Functions | |
| void | ttl_encode_graph_done (void *h) |
| Finalize a TTL graph iteration. | |
| void * | ttl_encode_graph_init (const VOLK_Graph *gr, void *oh) |
| Initialize a TTL graph iteration. | |
| VOLK_rc | ttl_encode_graph_iter (void *h, char **res_p) |
| Run one encoding iteration. | |
| VOLK_rc | ttl_encode_term (const VOLK_Term *term, char **out_p) |
| Encode a single term as Turtle. | |
| #define INDENT " " |
Definition at line 4 of file writer_ttl.c.
| #define INDENT_L 4 |
Definition at line 5 of file writer_ttl.c.
| #define XSD "http://www.w3.org/2001/XMLSchema#" |