Rasqal RDF Query Library API Reference Manual | ||
---|---|---|
<<< Previous | Next >>> |
Sets the parameters for the default algorithm used to generate blank node IDs. The default algorithm uses both prefix and base to generate a new identifier. The exact identifier generated is not guaranteed to be a strict concatenation of prefix and base but will use both parts.
For finer control of the generated identifiers, use
rasqal_set_default_generate_bnodeid_handler
.
If prefix is NULL, the default prefix is used (currently "bnodeid") If base is less than 1, it is initialised to 1.
<<< Previous | Home | Next >>> |
rasqal_escaped_name_to_utf8_string | Up | rasqal_query_set_generate_bnodeid_handler |