blob: a73bbfdfa759a4dde3ae13ce9dd39c68718c5831 [file] [log] [blame]
<?xml version="1.0"?>
<!-- Issue: rdfms-not-id-and-resource-attr
Test: 3
Author: Jeremy Carroll, HP
Clarify corner case: rdf:ID and rdf:bagID on an empty property element.
-->
<!--
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: test003.rdf,v 1.2 2005-08-04 09:53:21 jeremy_carroll 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" rdf:bagID="bag"/>
</rdf:Description>
</rdf:RDF>