string ->
object ('a)
  method clone : 'a
  method equals : '-> bool
  method is_valid : bool
  method repr : Rdf.repr
  method to_string : string
end