[][src]Module rdftk_io::nq

Provides for writing a NamedGraph instance in the RDF 1.1 N-Quads, a line-based syntax for RDF datasets, format.

Structs

NQuadWriter

This struct implements the NamedGraphWriter trait and will write out a serialized form of the entire graph.

Constants

FILE_EXTENSION

The common file extension for this serialization format.

MIME_TYPE

The MIME type used for this serialization format.

NAME

The display name of this serialization format.