rdflib
rdflib copied to clipboard
RDF patch log serialiser omitting DOT on prev header
Each operation in an RDF patch must be terminated by a ., but this is omitted for prev headers.
H prev <...> .
https://github.com/RDFLib/rdflib/blob/e8f61d4b5019040f097e560c3c1c8ecb41dd3fac/rdflib/plugins/serializers/patch.py#L67-L68
See the RDF patch format for more details.