RE: Can RDF thrive in an XML-centric world?

> 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