4Suite API Documentation

Module Ft.Server.Server.SCore.RdfDocumentImp

RdfDocument repository resource class

Copyright 2003 Fourthought, Inc. (USA).
Detailed license and copyright information: http://4suite.org/COPYRIGHT
Project home, documentation, distributions: http://4suite.org/
Classes:

Classes

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.

Methods

complete(self, subject=None, predicate=None, object=None)
Perform a complete within this scope
Deserialize a source document and add the resulting statements to a scope
Deserialize a source document and remove the resulting statements from the scope
getContent(self, nssMap=None)
newContent(self, src)
setContent(self, src)

Methods inherited from class Ft.Server.Server.SCore.XmlDocumentImp.XmlDocumentImp

Methods inherited from class Ft.Server.Server.SCore.RawFileImp.RawFileImp

Methods inherited from class Ft.Server.Server.SCore.ResourceMetaDataImp.ResourceMetaDataImp

Fields