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# Plain literals with languages
20<http://example.org/resource30> <http://example.org/property> "chat"@fr .
21<http://example.org/resource31> <http://example.org/property> "chat"@en .
22
23