rome 0.1.1

An RDF library in pure Rust
Documentation

Build Status

Rome is an RDF library written in safe Rust.

https://www.vandenoever.info/rust/rome/

Features

  • Access any data in a uniform way as RDF by implementing a Graph.
  • Read/write Turtle and N-Triple files.
  • Iterate over triples in graphs.
  • Wrap a graph in code generated from an ontology.
  • Use the type system to distinguish between blank nodes, IRIs and literals at compile time.

Testing

The Turtle parser passes the W3 test suite.