Re: [xml-dev] RDF syntax

From
Simon St.Laurent <>
To
Toni Uusitalo <>
Date
2003-11-02T19:36:37Z
ID
<r02000200-1028-E06D3CA40D6B11D8A92B0003937A08C2@[192.168.124.11]>
Thread
Re: [xml-dev] RDF syntax
 (Toni Uusitalo) writes:
>I'm not saying RDF hasn't got a future since I'm not really 
>using/understanding it fully yet but isn't the syntax just too liberal?

People who use RDF primarily generally seem unconcerned about this, I
think because they tend to stay away from syntax and expect programs to
handle it.  Syntax variations (even ones like prefixed vs. unprefixed
attributes) aren't a big problem if you aren't concerned about syntax.

People who use XML primarily often find that this is a giant hassle.  My
own FOAF-in-XML XSLT work[1] has some strange-looking bits as a result,
and will probably get thornier if and when I get to updating it.

Looking beyond this particular issue, there are a lot of issues that
emerge as you represent graphs (RDF) with trees (XML).  A lot of the
presentations at Extreme Markup this year explored ways to work with and
around these complications.

I've made myself something of a nuisance on the subject, I'm afraid, but
I have provoked some interesting response[2], at least.

[1] - http://simonstl.com/projects/foaf-xml/
[2] - http://rdf.burningbird.net/archives/001862.htm