object
  method as_stream : Rdf.Stream.c
  method get_binding_name : int -> string
  method get_binding_value : int -> Rdf.Node.c
  method get_binding_value_by_name : string -> Rdf.Node.c
  method get_bindings_count : int
  method get_boolean : bool
  method get_count : int
  method is_bindings : bool
  method is_boolean : bool
  method is_graph : bool
  method is_syntax : bool
  method is_valid : bool
  method iter : ((string * Rdf.Node.c) list -> unit) -> unit
  method make_assoc : (string * Rdf.Node.c) list
  method repr : Rdf.repr
  method to_file : ?base_uri:Rdf.Uri.c -> string -> Rdf.Uri.c -> unit
  method to_string : ?base_uri:Rdf.Uri.c -> Rdf.Uri.c -> string
end