Rdf.TtlSourceReading and writing Turtle.
Input graph from string. Default base is the graph name.
Same as from_string but read from the given file.
val to_ :
?compact:bool ->
?namespaces:(Iri.t * string) list ->
(string -> unit) ->
Graph.graph ->
unitval to_file :
?compact:bool ->
?namespaces:(Iri.t * string) list ->
Graph.graph ->
string ->
unit