Error in the rdf namespace

Hi,
in the rdf namespace http://www.w3.org/1999/02/22-rdf-syntax-ns we still can
find the old URI for the rdf-schema namespace:
  <?xml version="1.0" ?>
- <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:s="http://www.w3.org/TR/WD-rdf-schema#">

This should be changed to:
  <?xml version="1.0" ?>
- <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:s="http://www.w3.org/2000/01/rdf-schema#">

Greetings
Karsten
________________________________________________________________________
Karsten Tolle

Received on Wednesday, 15 August 2001 07:50:23 UTC