rasqal_literal* rasqal_new_simple_literal (rasqal_literal_type type, const unsigned char * string);
rasqal_literal* rasqal_new_simple_literal
RASQAL_LITERAL_BLANK or RASQAL_LITERAL_BLANK_QNAME
the UTF-8 string value to store
The string is an input parameter and is stored in the literal, not copied.
New rasqal_literal or NULL on failure
rasqal_literal