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  Description: A parser is not required to know about well-formed
14	datatyped literals.
15
16  $Id: test002.rdf,v 1.1 2002/11/19 14:04:16 jgrant Exp $
17
18-->
19
20<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
21         xmlns:eg="http://example.org/">
22
23 <rdf:Description rdf:about="http://example.org/foo">
24   <eg:bar rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">flargh</eg:bar>
25 </rdf:Description>
26
27</rdf:RDF>
28