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 compressor::PatchCompressor;pub use conflict::ConflictResolution;pub use conflict::ConflictResolver;pub use conflict::ConflictStrategy;pub use context::PatchContext;pub use normalizer::PatchNormalizer;pub use parser::PatchParser;pub use result::PatchResult;pub use serializer::PatchSerializer;
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