Form posted from Microsoft Internet Explorer.

report=The validator parses my RDF document into triples, but I get a
message that says the graph image file is empty in the graph of the data
model section.
RDF=<?xml version="1.0">
<?xml version="1.0"?>
<rdf:RDF xmlns:csf="http://schemas.microsoft.com/connectedservices/pm#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
	<rdf:Description rdf:about="urn:upn_abc">
		<csf:Address>
			<rdf:Description>
				<csf:Country-Name>USA</csf:Country-Name>
	
<csf:Locality-Name>Redmond</csf:Locality-Name>
				<csf:Postal-Address>123
abc</csf:Postal-Address>
				<csf:Postal-Code>11111</csf:Postal-Code>
	
<csf:State-Or-Province-Name>WA</csf:State-Or-Province-Name>
				<csf:Street-Address>112
abc</csf:Street-Address>
			</rdf:Description>
		</csf:Address>
		<csf:Name>
			<rdf:Description>
				<csf:Given-Name>ABC</csf:Given-Name>
				<csf:Other-Name>ABC</csf:Other-Name>
				<csf:Surname>ABC</csf:Surname>
			</rdf:Description>
		</csf:Name>
		<csf:E-mail-Address>abc@abc.com</csf:E-mail-Address>
		<csf:Employee-ID>123456789</csf:Employee-ID>
		<csf:Phone>
			<rdf:Description>
	
<csf:Phone-Home-Primary>123-456-7890</csf:Phone-Home-Primary>
				<csf:Phone-Ip>
					<rdf:Description>
	
<csf:Phone-Ip-Other>123-456-7890</csf:Phone-Ip-Other>
	
<csf:Phone-Ip-Primary>123-456-7890</csf:Phone-Ip-Primary>
					</rdf:Description>
				</csf:Phone-Ip>
	
<csf:Phone-Mobile-Other>123-456-7890</csf:Phone-Mobile-Other>
	
<csf:Phone-Office-Other>123-456-7890</csf:Phone-Office-Other>
			</rdf:Description>
		</csf:Phone>
	</rdf:Description>
</rdf:RDF>


  

Received on Tuesday, 23 May 2006 17:56:01 UTC