rdflib.graph.QuotedGraph – Quoted graph

RDFLib graphs support an additional extension of RDF semantics for formulae. For the academically inclined, Graham Kyles formal extension is probably a good read.

Formulae are represented formally by the QuotedGraph class and are disjoint from regular RDF graphs in that their statements are quoted.

Previous topic

rdflib.Graph.ConjunctiveGraph – ConjunctiveGraph

Next topic

Namespace