An RDF Document is a document that represents a set of RDF triples.
Nothing is actually stored in the Repo as far as an XML file goes.
- complete(self, subject=None, predicate=None, object=None)
-
Perform a complete within this scope
- deserializeAndAdd(self, src)
-
Deserialize a source document and add the resulting statements to a scope
- deserializeAndRemove(self, src)
-
Deserialize a source document and remove the resulting statements from the scope