- From: Sean B. Palmer <sean@mysterylights.com>
- Date: Tue, 5 Nov 2002 14:26:01 -0000
- To: "Jon Hanna" <jon@spin.ie>
- Cc: <www-rdf-interest@w3.org>
> <blah xmlns="http://www.example.com/blah/">
> <blahblah>...</blahblah>
> <metadata>
> <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
[...]
Hardly an advantage, Jon.
<blah xmlns="http://www.example.com/blah/">
<blahblah>...</blahblah>
<metadata type="application/n3">
<![CDATA[
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix other <http://www.example.org/whatever> .
@prefix dct: <http://purl.org/dc/dcmitype/> .
<> a dct:Service; dc:title "A Blah Webservice";
other:something <somethingfile.xml> .
]]>
</metadata>
<moreblah>...</moreblah>
</blah>
$ wc -m blah*
445 blah.n3.xml
531 blah.xrdf.xml
--
Sean B. Palmer, <http://purl.org/net/sbp/>
"phenomicity by the bucketful" - http://miscoranda.com/
Received on Tuesday, 5 November 2002 09:26:12 UTC