error I do not understand.

The original RDF/XML document
1: <?xml version="1.0"?>
2: <rdf:RDF
3: 	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"  
4: 	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
5: 	xmlns:daml="http://www.daml.org/2001/03/daml+oil#"
6:       xmlns="http://www.ead.org/ead#"
7:       xmlns:ead="http://www.ead.org/ead#"
8: 	>
9: <EAD ead:relatedencoding="MARC21"> 
10: <EADHEADER> 
11: <ead:FILEDESC> 
12: <TITLESTMT> 
13: <TITLEPROPER>William Fonds Provenance</TITLEPROPER> 
14: <SUBTITLE>An Inventory of His Papers at the Cupcake 
15: Corners Historical Society</SUBTITLE> 
16: <AUTHOR>Inventory prepared by B.W. Moos</AUTHOR> 
17: </TITLESTMT> 
18: <PUBLICATIONSTMT> 
19: <PUBLISHER>CUPCAKE CORNERS HISTORICAL SOCIETY</PUBLISHER> 
20: <ADDRESS> 
21: <ADDRESSLINE>Frostbite Falls, MN 55999</ADDRESSLINE> 
22: </ADDRESS> 
23: <DATE>February, 2000</DATE>
24: </PUBLICATIONSTMT> 
25: </ead:FILEDESC> 
26: </EADHEADER> 
27: </EAD>
28: </rdf:RDF>

--------------------------------------------------------------------------------

Triples of the Data Model
Number Subject Predicate Object 
1 genid:28863 http://www.ead.org/ead#relatedencoding MARC21  
2 genid:28864 http://www.ead.org/ead#TITLESTMT genid:28865 
3 genid:28864 http://www.ead.org/ead#PUBLICATIONSTMT genid:28866 
4 genid:28864 http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.ead.org/ead#FILEDESC 
5 genid:28863 http://www.ead.org/ead#EADHEADER genid:28864 
6 genid:28863 http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.ead.org/ead#EAD 

Error Messages
Error: {E202} Expected whitespace found: 'William Fonds
Provenance'.[Line = 13, Column = 38]
Error: {E201} Syntax error when processing general start element tag.
Cannot have another XML element here. (Maybe one object has already been
given as the value of the enclosing property).[Line = 14, Column = 1]
Error: {E202} Expected whitespace found: 'CUPCAKE CORNERS HISTORICAL
SOCIETY'.[Line = 19, Column = 46]
Error: {E201} Syntax error when processing general start element tag.
Cannot have another XML element here. (Maybe one object has already been
given as the value of the enclosing property).[Line = 20, Column = 1]


===========================
Okay, so I am new to RDF -- what is the problem here?
Thanks.
Rick Silterra

Received on Wednesday, 13 March 2002 10:09:12 UTC