Serializing arbitrary RDF

I'm sure this has come up elsewhere before but I'd like to highlight the
lack of a RDF syntax that can encode arbitrary RDF.

The system I am working on includes an experimental remote API to stored
RDF.  As part of this, I need to be able to take in arbitrary RDF from a
higher layer in the protocol stack (i.e. supplied by another part of the
system, probably written later) and serialize the RDF graph to send it
across the network.  N-triple can move any graph structure but it loses
namespace information and lang tags.  The XML syntax can't cope with
arbitrary graph structures (shared bNodes) if I've read the spec right.

Sorry if this is a repeat,

	Andy

Received on Monday, 14 January 2002 12:30:32 UTC