container problem

Dear all,

I have a problem with the use of a container I cannot
resolve :-(

I want to describe the elements within a container but
get the following error message:

Error: {E201} Syntax error when processing start
element rdf:Description. rdf:Description elements
generally may only occur to describe an object.[Line =
32, Column = 4]

(I know that these elements are 'predicates' and not
objects but isn't there a way to attach descriptions to
them ??)
Any help is greatly appreciated !!
Holger

This is the file:

1: <?xml version="1.0" encoding="ISO-8859-1"?>
2: <rdf:RDF
3: 
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
4:  xmlns:dc="http://purl.org/dc/elements/1.0/"
5:  xmlns:dcq="http://purl.org/dc/qualifiers/1.0/"
6: 
xmlns:azkno="http://expmed.rd.astrazeneca.net/knowledgeobject/"
7:  >
8: 
9:  <rdf:Description
rdf:about="http://expmed.rd.astrazeneca.net/knowledgeobject/KNO1/combrxresp1.rdf">
10: 
11:    <dc:title>Title here</dc:title>
12:    <dc:identifier>combrxresp1</dc:identifier>
13:    <dc:creator>snell_n</dc:creator>
14: 
15:    <dc:date>
16:    	<rdf:Description>
17: 		<dcq:dateScheme>WTN8601</dcq:dateScheme>
18: 		<rdf:value>2003-02-17</rdf:value>
19:    	</rdf:Description>
20:    </dc:date>
21: 
22:    <dc:subject>
23:       <rdf:Bag rdf:ID="subjects">
24:         <rdf:li>BM1</rdf:li>
25:         <rdf:li>BM2</rdf:li>
26:         <rdf:li>Ind1</rdf:li>
27:         <rdf:li>Ind2</rdf:li>
28:         <rdf:li>Ind3</rdf:li>
29:       </rdf:Bag>
30:    </dc:subject>
31: 
32:    <rdf:Description about="#subjects">
33:      <dc:description>These are in fact
keywords</dc:description>     
34:    </rdf:Description>
35:  
36:    <dc:description>
37:    Text of the KNO here
38:    </dc:description>
39:  </rdf:Description>
40: </rdf:RDF>

___________________________________________________
The ALL NEW CS2000 from CompuServe
 Better!  Faster! More Powerful!
 250 FREE hours! Sign-on Now!
 http://www.compuserve.com/trycsrv/cs2000/webmail/

Received on Thursday, 8 May 2003 05:08:29 UTC