On Saturday, March 12, 2022 at 11:28:32 AM UTC Nicholas Car wrote: > Any feedback on this format or on RDF text files and version control in > general would be great. >
On the topic of managed changes to Graphs - SOLID has a scheme whereby changes are specified using N3 "Patches" - see “6.3.1 Modifying Resources Using N3 Patches” <https://solidproject.org/TR/protocol#writing-resources>: Example: Applying an N3 patch. @prefix solid: <http://www.w3.org/ns/solid/terms#>. @prefix ex: <http://www.example.org/terms#>. _:rename a solid:InsertDeletePatch; solid:where { ?person ex:familyName "Garcia". }; solid:inserts { ?person ex:givenName "Alex". }; solid:deletes { ?person ex:givenName "Claudia"} . Has the advantage of providing a tractable change history. -- http://github.com/RDFLib --- You received this message because you are subscribed to the Google Groups "rdflib-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to rdflib-dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/rdflib-dev/8a175ade-b7d6-4831-bac9-aacef524b7ben%40googlegroups.com.