sig
  class c :
    object
      method is_valid : bool
      method iter : (Rdf.Node.c -> unit) -> unit
      method repr : Rdf.repr
    end
end