sig
  class c :
    string ->
    object ('a)
      method clone : 'a
      method equals : '-> bool
      method is_valid : bool
      method repr : Rdf.repr
      method to_string : string
    end
  val null : Rdf.Uri.c
end