Skip to main content

Crate rdf_writer

Crate rdf_writer 

Source
Expand description

RDF.rs is a Rust framework for working with RDF knowledge graphs.

§Examples

use rdf_writer::*;

Modules§

interop
Interoperability with other Rust libraries.

Structs§

WriterOptions

Enums§

Format

Traits§

Statement
An RDF statement.
Writer