Module patch

Module patch 

Source
Expand description

§RDF Patch Support

RDF Patch format support for atomic updates.

This module implements the RDF Patch specification for describing atomic changes to RDF datasets. RDF Patch provides a standardized way to represent additions, deletions, and graph operations.

Reference: https://afs.github.io/rdf-patch/

Re-exports§

pub use parser::PatchParser;
pub use serializer::PatchSerializer;
pub use context::PatchContext;
pub use result::PatchResult;
pub use conflict::ConflictResolver;
pub use conflict::ConflictStrategy;
pub use conflict::ConflictResolution;
pub use normalizer::PatchNormalizer;
pub use compressor::PatchCompressor;

Modules§

compressor
Patch compression and optimization
conflict
Conflict resolution for patches
context
Patch context and application
normalizer
Patch normalizer
parser
RDF Patch parser
result
Patch result and reporting
serializer
RDF Patch serializer