sig
  type loc = { loc_start : Lexing.position; loc_end : Lexing.position; }
  val dummy_loc : Rdf_loc.loc
  val source_info_string : string -> int -> int -> Rdf_loc.loc
  val source_info_file : string -> int -> int -> Rdf_loc.loc
  val string_of_loc : Rdf_loc.loc -> string
end