//! Implementation of [W3C RDF tests](http://w3c.github.io/rdf-tests/) to tests Oxigraph conformance. pub mod evaluator; pub mod files; pub mod manifest; pub mod parser_evaluator; pub mod report; pub mod sparql_evaluator; mod vocab;