4Suite API Documentation

Module Ft.Rdf.Serializers

Serializers create a serialized representation from an RDF model, or populate a model with statements from a serialized form. Currently the only built-in serializer for 4RDF handles a DOM form representing the XML serialization from the RDF Model and syntax recommendation at http://www.w3.org/TR/REC-rdf-syntax/.
Classes:

Modules

######################################################################## # $Header: /var/local/cvsroot/4Suite/Ft/Rdf/Serializers/Dom.py,v 1.45 2005/03/23 07:08:35 mbrown Exp $
######################################################################## # $Header: /var/local/cvsroot/4Suite/Ft/Rdf/Serializers/NTriples.py,v 1.3 2004/06/21 16:42:36 mbrown Exp $

Classes

class Error

class RdfException(exceptions.Exception)

Methods

__init__(self, errorCode, args=None)

Methods inherited from class exceptions.Exception

__getitem__, __str__