pub unsafe extern "C" fn lilv_node_get_turtle_token(
value: *const LilvNode,
) -> *mut c_charExpand description
Return this value as a Turtle/SPARQL token. Returned value must be freed by caller with lilv_free().
| URI | <http://example.org/foo > |
|---|---|
| QName | doap:name |
| String | "this is a string" |
| Float | 1.0 |
| Integer | 1 |
| Boolean | true |