The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<?xml version="1.0"?>
<!--
  Copyright World Wide Web Consortium, (Massachusetts Institute of
  Technology, Institut National de Recherche en Informatique et en
  Automatique, Keio University).
 
  All Rights Reserved.
 
  Please see the full Copyright clause at
  <http://www.w3.org/Consortium/Legal/copyright-software.html>

  Description: Test case for the proposal:
    Unrecognized attributes in the xml namespace should be ignored.

  in http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Jan/0152.html


  Related issue:

    NONE

  $Id: test001.rdf,v 1.1 2002/04/13 13:30:00 jgrant Exp $
-->
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:ex="http://example.org/schema#">
  <rdf:Description rdf:about="http://example.org/thing">
    <ex:prop1 xml:space="default">blah</ex:prop1>
    <ex:prop2 xml:foo="anything">more</ex:prop2>
  </rdf:Description>
</rdf:RDF>