The graph or nodes that should be serialized
The store
Optional
base: unknownOptional
contentType: stringThe mime type. Defaults to Turtle.
Optional
callback: (err: undefined | null | Error, result?: string) => anyOptional
options: { flags?: string; namespaces?: Record<string, string> }Optional
flags?: stringA string of letters, each of which set an options
e.g. deinprstux
Optional
namespaces?: Record<string, string>A set of [prefix, uri] pairs that define namespace prefixes
Serialize to the appropriate format