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:  2
15  Author: Dave Beckett
16
17    In-scope xml:lang does not apply to rdf:parseType="Literal"
18    element content values
19
20  $Id: test002.rdf,v 1.3 2003/07/24 19:56:32 dbeckett2 Exp $
21-->
22
23<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
24         xmlns:eg="http://example.org/">
25
26  <rdf:Description rdf:about="http://example.org/node">
27     <eg:property xml:lang="fr" rdf:parseType="Literal">chat</eg:property>
28  </rdf:Description>
29</rdf:RDF>
30