Volksdata
1.0b7
RDF library
Loading...
Searching...
No Matches
parser_nt.h
Go to the documentation of this file.
1
#ifndef _VOLK_NT_PARSER_H
2
#define _VOLK_NT_PARSER_H
3
4
#include "
volksdata/codec.h
"
5
6
16
VOLK_rc
17
VOLK_nt_parse_term
(
const
char
*rep,
VOLK_Term
**term);
18
19
39
VOLK_rc
40
VOLK_nt_parse_doc
(
41
FILE *fh,
const
char
*sh, VOLK_Graph **gr,
size_t
*ct,
char
**err);
42
43
#endif
codec.h
VOLK_rc
int VOLK_rc
Definition
core.h:79
VOLK_nt_parse_doc
VOLK_rc VOLK_nt_parse_doc(FILE *fh, const char *sh, VOLK_Graph **gr, size_t *ct, char **err)
Parse an RDF document in N-Triples format.
Definition
parser_nt.c:1769
VOLK_nt_parse_term
VOLK_rc VOLK_nt_parse_term(const char *rep, VOLK_Term **term)
Parse a single term.
Definition
parser_nt.c:1749
VOLK_Term
RDF term.
Definition
term.h:62
include
volksdata
codec
parser_nt.h
Generated by
1.15.0