Volksdata 1.0b7
RDF library
Loading...
Searching...
No Matches
bootstrap.h
Go to the documentation of this file.
1#ifndef VOLK_INIT_DATA_H
2#define VOLK_INIT_DATA_H
3
6const char *init_nsmap[][2] = {
7 {"rdf", "http://www.w3.org/1999/02/22-rdf-syntax-ns#"},
8 {"rdfs", "http://www.w3.org/2000/01/rdf-schema#"},
9 {"volk", VOLK_NS},
10 {"xsd", "http://www.w3.org/2001/XMLSchema#"},
11 {NULL}
12};
13
14#endif /* VOLK_INIT_DATA_H */
const char * init_nsmap[][2]
Initial namespace map.
Definition bootstrap.h:6
#define VOLK_NS
Definition core.h:55