1<?xml version="1.0"?>
2
3<!--
4  Copyright World Wide Web Consortium, (Massachusetts Institute of
5  Technology, Institut National de Recherche en Informatique et en
6  Automatique, Keio University).
7
8  All Rights Reserved.
9
10  Please see the full Copyright clause at
11  <http://www.w3.org/Consortium/Legal/copyright-software.html>
12
13  Issue: http://www.w3.org/2000/03/rdf-tracking/#rdfms-xmllang
14  Test:  1
15  Author: Dave Beckett
16
17    In-scope xml:lang applies to rdf:parseType="Literal"
18    element content values
19
20
21  $Id: test001.rdf,v 1.2 2002/04/08 14:42:17 dajobe Exp $
22-->
23
24<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
25         xmlns:eg="http://example.org/">
26
27  <rdf:Description rdf:about="http://example.org/node">
28     <eg:property rdf:parseType="Literal">chat</eg:property>
29  </rdf:Description>
30</rdf:RDF>
31