lilv.node
Types 2
classNode
Typed value (URI, string, int, float, bool, blank node, etc.).
Methods
LilvNode * handle() @property @nogc nothrowThe underlying C pointer (for passing back into lilv functions).string turtleToken()Get Turtle/SPARQL token Returns: The token stringstring getPath(out string hostname)Path of a file URI node. Params: hostname = Output hostname of URI Returns: The URI path or null if not a file URI.string getPath()Path of a file URI node. Returns: The URI path or null if not a file URI.string fileUriParse(string uri, out string hostname) staticParse a file URI string Params: uri = URI string hostname = Output hostname string Returns: File name portion of the URIConstructors
Destructors