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-abouteach
14  Test:  1 (error)
15  Author: Dave Beckett
16
17    aboutEach removed from the RDF specifications.
18    See URI above for further details.
19
20
21  $Id: error001.rdf,v 1.1 2002/04/05 23:01:15 dajobe Exp $
22-->
23
24<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
25         xmlns:eg="http://example.org/">
26
27  <rdf:Bag rdf:ID="node">
28    <rdf:li rdf:resource="http://example.org/node2"/>
29  </rdf:Bag>
30
31  <rdf:Description rdf:aboutEach="#node">
32    <dc:rights xmlns:dc="http://purl.org/dc/elements/1.1/">me</dc:rights>
33  </rdf:Description>
34
35</rdf:RDF>
36