[
Lists Home |
Date Index |
Thread Index
]
Micah Dubinko wrote:
> My previous post about a YAML syntax for RDF got me to thinking a bit.
>
> YAML is similar in some ways to the well-known CSS sytnax. I've already
> played around a bit with a CSS syntax for RDF, or more specifically,
> N-Triples:
>
> http://dubinko.info/blog/2003_04_13_archive.html#92807249
>
> @namespace dc url(http://purl.org/dc/elements/1.1/)
>
> :root {
> dc|description: "A discussion of the broader context and relevance of XML/RDF techniques.";
> dc|creator: "Uche Ogbuji";
> }
>
> Comments?
Looks like a good start...But you need to do a larger example with named
and anonymous nodes, hierarchy etc. But overall, I like the idea. The
stuff above is easier on the eyes than ANY of the RSS variants, even the
pre-namespaces stuff.
Ttoo bad about the colons. The vertical bar is kind of non-intuitive as
a prefix separator.
Paul Prescod
|