RDFLib

Graph ( Page )

An RDF Graph. The constructor accepts one argument, the 'backend' that will be used to store the graph data (see the 'backends' package for backends currently shipped with rdflib). Backends can be context-aware or unaware. Unaware backends take up (some) less space in the backend but cannot support features that require context, such as true merging/demerging of sub-graphs and provenance.

See Also

Comments regarding Graph

Login to submit a comment.