The Dataset to serialize as Turtle
Optional
options: { prefixes?: Record<string, string>; thing?: string }Optional
prefixes?: Record<string, string>The Prefixes to use for Turtle serialisation (defaulting to a set of well known prefixes)
Optional
thing?: stringRestricts serialisation to the part of a dataset related to the thing
RDF serialised as Turtle
A function to serialise a Solid Dataset as Turtle