A pure Python package providing the core RDF constructs. The rdflib package is intended to provide core RDF types and interfaces for working with RDF.
The package defines a plugin interface for parsers, stores, and serializers that other packages can use to implement parsers, stores, and serializers that will plug into the rdflib package.
The diagram below describes the current set of plugins that are either built in to rdflib or are available in the rdfextras support package:
rdflib has epydoc-generated API Documentation