- From: Jimmy Cerra <jimbobbs@hotmail.com>
- Date: Tue, 10 Jun 2003 16:00:23 -0400
- To: "'Jim Hendler'" <hendler@cs.umd.edu>, "'Richard H. McCullough'" <rhm@cdepot.net>
- Cc: "'www-rdf-logic at W3C'" <www-rdf-logic@w3.org>
>Thanks for clarifying these issues.
>Looking at your "XML serialization", I have no desire to use it.
>To me, it is not "easy reading and writing by humans".
Of course, that was only a hypothetical example. One interesting
serialization is based on CSS; I am really intrigued by this idea. Take
a look at [1], and at the example below:
] @namespace dc url(http://purl.org/dc/elements/1.1/)
]
] :root {
] dc|description: "A discussion of ... XML/RDF techniques.";
] dc|creator: "Uche Ogbuji";
] }
This is similar to MKR (but I like CSS's brackets) [2]:
] <MKR
] xmlns ="http://rhm.cdepot.net/xml/"
] xmlns:ex ="http://www.example.com/terms/"
] xmlns:dc ="http://purl.org/dc/elements/1.1/">
]
] Dave Beckett has
] ex:homepage="http://purl.org/net/dajobe";
] document has
] dc:title="RDF/XML Syntax Specification (Revised)",
] ex:editor=Dave Beckett,
] uri="http://www.w3.org/TR/rdf-syntax-grammar";
] </MKR>
--
Jimmy Cerra
] "I have learned these days, never to limit
] anyone else due to my own limited
] imagination." - Dr. Mae C. Jemison
[1] http://dubinko.info/blog/2003_04_13_archive.html#92807249
[2] What can I say? I'm just a C/Java - not a Python - guy!
Received on Tuesday, 10 June 2003 16:00:32 UTC