ldp 0.1.0

A library to assist with the creation and maintenance of remote RDF data via LDP
1
2
3
4
5
6
7
8
//! This module contains functionality related to the content of RDF documents.

mod dataset;
#[cfg(feature = "keyed")]
mod keyed_dataset;

#[cfg(feature = "keyed")]
pub use keyed_dataset::{KeyedDataset, QuadKey};