rdflib icon indicating copy to clipboard operation
rdflib copied to clipboard

RDF patch log serialiser omitting DOT on prev header

Open edmondchuc opened this issue 1 year ago • 0 comments

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.

edmondchuc avatar Dec 10 '24 04:12 edmondchuc