Module rdftk_io::nt[][src]

Expand description

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

Modules

reader

Provides the NTripleReader implementation of the GraphReader trait.

writer

Provides the NTripleWriter implementation of the GraphWriter trait.

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.