| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 
 | <?xml version="1.0"?>
<!-- 	Issue: rdfms-not-id-and-resource-attr
        Test:  1
        Author: Jeremy Carroll, HP
        $Header: /w3ccvs/WWW/2000/10/rdf-tests/rdfcore/rdfms-not-id-and-resource-attr/test001.rdf,v 1.1 2002/03/08 10:55:13 dajobe Exp $
        rdf:ID on an empty property element indicates reification.
-->
<!--
  Copyright World Wide Web Consortium, (Massachusetts Institute of
  Technology, Institut National de Recherche en Informatique et en
  Automatique, Keio University).
 
  All Rights Reserved.
 
  Please see the full Copyright clause at
  <http://www.w3.org/Consortium/Legal/copyright-software.html>
  $Id: test001.rdf,v 1.1 2002/03/08 10:55:13 dajobe Exp $
-->
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:eg="http://example.org/">
  <rdf:Description>
    <eg:prop1  rdf:ID="reify" eg:prop2="val"></eg:prop1>
  </rdf:Description>
</rdf:RDF>
 |