Rdflib
- written-in: python
 
Features
- 
Parsers & Serializers
- for RDF/XML, N3, NTriples, N-Quads, Turtle, TriX, JSON-LD, HexTuples, RDFa and Microdata
 
 - 
Store implementations
- memory stores
 - persistent, on-disk stores, using databases such as BerkeleyDB
 - remote SPARQL endpoints
 
 - 
Graph interface
- to a single graph
 - or to multiple Named Graphs within a dataset
 
 - 
SPARQL 1.1 implementation
- both Queries and Updates are supported
 
 
Backlinks