Build a CRUD Client to interface with a solid POD
A lightweight Python interface for interacting with Solid Pods (e.g., solidcommunity.net) using OIDC authentication and RDF-based CRUD operations.
- Authenticate via Solid OIDC
- Create, Read, Update, and Delete RDF resources
- Built with
requests+rdflib - Simple command-line example included
- Clone the repo:
git clone https://github.com/YOUR_USERNAME/solid-crud-client.git cd solid-crud-client