pub unsafe extern "C" fn lilv_node_is_string( value: *const LilvNode, ) -> bool
Return whether this value is a string literal. Returns true if value is a string value (and not numeric).
value