blob: d0c6db9e47474b553c125c0a2e27bd2662804e94 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
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>
Issue: rdf-charmod-literals
Description: was, Illegal literal value; not in NFC
Description: No longer in error, withdrawn.
Black test case 1 from
http://lists.w3.org/Archives/Public/w3c-rdfcore-wg/2002Apr/0016.html
$Id: error001.rdf,v 1.3 2005-09-19 10:36:18 jeremy_carroll Exp $
-->
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:eg="http://example.org/">
<!-- Someone else registers himself under the unused name of Dürst,
along with some other creation as its creator. -->
<!--
<rdf:Description rdf:about="http://example.org/adult-content.html">
-->
<!-- The ü below is two characters a u followed by
#x308 (encoded as two UTF-8 octets #xCC #x88).
It should be displayed identically to ü (character #xFC encoded
as two UTF-8 octets #xC3 #xBC). -->
<eg:Creator eg:named="Dürst"/>
</rdf:Description>
</rdf:RDF>