Module rdftk_io::nq[][src]

Expand description

Provides for reading and writing a Graph instance in the W3C RDF 1.1 N-Quads, a line-based syntax for RDF datasets, format.

Modules

writer

Provides the NQuadDataSetWriter implementation of the DataSetWriter trait and the NQuadGraphWriter implementation of the GraphWriter trait.

Constants

FILE_EXTENSION

The common file extension for this serialization format.

FORMAT_IRI

An IRI that defines the language.

MIME_TYPE

The MIME type used for this serialization format.

NAME

The display name of this serialization format.