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  $Id$
12-->
13<!--
14
15 Assumed base URI:
16
17http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-empty-property-elements/test003.rdf
18
19 Description:
20
21 An empty property element just gives an empty literal. Here we make the parseType
22 explicit.
23
24-->
25<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
26  xmlns:random="http://random.ioctl.org/#">
27
28<rdf:Description rdf:about="http://random.ioctl.org/#bar">
29  <random:someProperty rdf:parseType="Literal"/>
30</rdf:Description>
31
32</rdf:RDF>
33