sig
  class c :
    ?storage_name:string ->
    ?name:string ->
    ?options_string:string ->
    unit ->
    object ('a)
      method clone : 'a
      method is_valid : bool
      method repr : Rdf.repr
    end
  val dummy : Rdf.Storage.c
end