linked-data-sparql 0.1.0

SPARQL query generation for linked data
Documentation

linked-data-sparql

A Rust library for generating SPARQL queries for RDF annotated Rust types. The results from those queries can be deserialized with linked-data-rs.

Usage

See the examples for basic usage.

The tests crate demonstrates full round-trip serialization with linked-data-rs.