RDFLib / rdflib

RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.
https://rdflib.readthedocs.org
BSD 3-Clause "New" or "Revised" License
2.15k stars 555 forks source link

Add initial implementation of RDF Patch parser. #2863

Closed recalcitrantsupplant closed 1 month ago

recalcitrantsupplant commented 2 months ago

Summary of changes

Introduces support for parsing RDF Patch files, aligned to the specification here: https://afs.github.io/rdf-delta/rdf-patch.html

Supports:

Known limitations:

Checklist

coveralls commented 1 month ago

Coverage Status

coverage: 90.617% (+0.01%) from 90.605% when pulling 72622447edf4dc6d880c3690c673e4691af96f8d on recalcitrantsupplant:david/rdf-patch-parser into cb5d05812552ec76739b518bccb9f900c9cfe8ec on RDFLib:main.

ashleysommer commented 1 month ago

@edmondchuc Merging is blocked on your pending review. Can you please re-review and approve to so we can merge it.