Sesame is an open source Java framework for storing and querying RDF data. It provides a repository API for programmatic access and tools like a command line console and web-based workbench. The repository API offers methods for adding, querying, and deleting RDF data through repository connections. Sesame supports various repository implementations including in-memory, native on-disk, and remote repositories accessed over HTTP. Transactions allow grouping operations and rolling back on failure.