Raptor RDF Syntax Parsing and Serializing Library Manual |
---|
Raptor has a single initialising function and a single terminating function. The initialising function must be called before any other Raptor API functions are called:
raptor_init(); ... raptor_finish();
It is safe to call these functions more than once. But don't do that!