RDF has no single syntax; RDF is just a standard way of modeling ideas.
That said, it's gotta be expressed.
Various forms are:
RdfXmlSyntax ("RDF/XML syntax") -- the most common
Turtle -- Terse RDF Triple Language
N-Triples -- a "raw" form; just lists of triples
RDF/POST -- serialization on top of application/x-www-form-urlencoded
Discussion
There are other syntaxes as well, however, which should be listed here as discovered. -- LionKimbro 2004-06-04 11:34:31
What's it called-
- the idea of communicating between the different forms
- the problem of resolving an expression in a syntax you don't know?
- locating a translator?
Pointers to work on these things?