Expand description
This crate provides utilities to deal with rdf data.
Modules§
- model
- I define types for rdf models.
- patch
- I define traits and implementations of few patching algorithms to patch rdf data.
- query
- Query processing over RDF graphs and datasets.
Macros§
- define_
handle_ and_ description_ types - A macro to define custom
Handle
, andDescription
types quickly. - define_
handle_ type - A macro for quickly defining new subject handle types.