package lilv

  1. Overview
  2. Docs

Module Lilv.NodeSource

Nodes

Sourcetype t

A node.

Sourceval equals : t -> t -> bool
Sourceval null : t

NULL node.

Sourceval uri : world -> string -> t

Create an URI node.

Sourceval is_uri : t -> bool
Sourceval to_uri : t -> string

Node as URI.

Sourceval is_blank : t -> bool
Sourceval to_blank : t -> string
Sourceval string : world -> string -> t

Node as string.

Sourceval is_string : t -> bool
Sourceval to_string : t -> string

Node as string.

Sourceval int : world -> int -> t
Sourceval is_int : t -> bool
Sourceval to_int : t -> int
Sourceval float : world -> float -> t
Sourceval is_float : t -> bool
Sourceval to_float : t -> float

Node as float.

Sourceval bool : world -> bool -> t
Sourceval is_bool : t -> bool
OCaml

Innovation. Community. Security.