1#
2# Copyright World Wide Web Consortium, (Massachusetts Institute of
3# Technology, Institut National de Recherche en Informatique et en
4# Automatique, Keio University).
5#
6# All Rights Reserved.
7#
8# Please see the full Copyright clause at
9# <http://www.w3.org/Consortium/Legal/copyright-software.html>
10#
11# Test file with a variety of legal N-Triples
12#
13# Dave Beckett - http://purl.org/net/dajobe/
14#
15# $Id: test.nt,v 1.7 2003/10/06 15:52:19 dbeckett2 Exp $
16#
17#####################################################################
18
19# \u and \U escapes
20# latin small letter e with acute symbol \u00E9 - 3 UTF-8 bytes #xC3 #A9
21<http://example.org/resource16> <http://example.org/property> "\u00E9" .
22# Euro symbol \u20ac  - 3 UTF-8 bytes #xE2 #x82 #xAC
23<http://example.org/resource17> <http://example.org/property> "\u20AC" .
24