- From: Jon Hanna <jon@spin.ie>
- Date: Tue, 5 Nov 2002 11:24:31 -0000
- To: <www-rdf-interest@w3.org>
> What advantage would an XML syntax have?
<blah xmlns="http://www.example.com/blah/">
<blahblah>...</blahblah>
<metadata>
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:other="http://www.example.org/whatever"
xmlns:dct="http://purl.org/dc/dcmitype/">
<dct:Service rdf:about="">
<dc:title>A Blah Webservice</dc:title>
<other:something rdf:resource="somethingfile.xml"/>
</dct:Service>
</RDF>
</metadata>
<moreblah>...</moreblah>
</blah>
Received on Tuesday, 5 November 2002 06:18:35 UTC