Crate rdf_utils

Source
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 customHandle, and Description types quickly.
define_handle_type
A macro for quickly defining new subject handle types.