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:  6
15  Author: Dave Beckett
16
17    In-scope xml:lang applies to attribute content literal values
18
19  $Id: test006.rdf,v 1.1 2002/04/05 22:22:30 dajobe Exp $
20-->
21
22<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
23         xmlns:eg="http://example.org/">
24
25  <rdf:Description rdf:about="http://example.org/node"
26                   xml:lang="fr"
27                   eg:property="chat" />
28
29</rdf:RDF>
30