Expand description
Data types for the RDF Patch protocol.
Contains: PatchError, PatchResult, PatchHeader, PatchTerm,
PatchTriple, PatchQuad, PatchChange, RdfPatch, PatchStats, Graph.
Structs§
- Graph
- A minimal in-memory RDF graph used for patch application and diff generation.
- Patch
Error - Error produced when parsing an RDF Patch document
- Patch
Quad - A quad (subject, predicate, object, graph) using
PatchTerm - Patch
Stats - Statistics collected when applying a patch to a graph
- Patch
Term - A subject/object position that accepts either a named node, blank node, or literal. Used internally for parsed term positions.
- Patch
Triple - A triple (subject, predicate, object) using
PatchTerm - RdfPatch
- A complete RDF Patch document: a list of headers followed by change lines
Enums§
- Patch
Change - A single change line in an RDF Patch document
- Patch
Header - A header entry in an RDF Patch document
Type Aliases§
- Patch
Result - Convenience result alias