|
@@ -128,7 +128,7 @@ typedef LSUP_rc (*term_decode_fn_t)(
|
|
|
const char *rep, const LSUP_NSMap *nsm, LSUP_Term **term);
|
|
|
|
|
|
|
|
|
-/** @brief Prototype for decoding a complete RDF document into a graph.
|
|
|
+/** @brief Prototype for decoding a complete RDF document file into a graph.
|
|
|
*
|
|
|
* Implementations SHOULD consume data from the file handle in chunks.
|
|
|
*
|
|
@@ -136,6 +136,8 @@ typedef LSUP_rc (*term_decode_fn_t)(
|
|
|
* MUST NOT close the file handle.
|
|
|
*
|
|
|
* @param[out] gr Pointer to a graph handle to be generated from decoding.
|
|
|
+ * The handle need not be initialized. The graph URI will be randomly assigned
|
|
|
+ * and can be changed at a later time.
|
|
|
*
|
|
|
* @param[out] ct If not NULL, it may be populated with the number of triples
|
|
|
* parsed (which may be different from the resulting graph size).
|