Form posted from Microsoft Internet Explorer.

report=Graph of the data model section for a parsed RDF document
contains the message "The graph image file is empty." This has happened
several times. Is there a way to determine why this happens?
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:Phone>
            <rdf:Description>
 
<csf:Phone-Home-Primary>425-555-0111</csf:Phone-Home-Primary>
                <csf:Phone-Ip>
                  <rdf:Description>
 
<csf:Phone-Ip-Other>425-555-0112</csf:Phone-Ip-Other>
 
<csf:Phone-Ip-Primary>425-555-0113</csf:Phone-Ip-Primary>
                  </rdf:Description>
                </csf:Phone-Ip>
 
<csf:Phone-Mobile-Other>425-555-0114</csf:Phone-Mobile-Other>
 
<csf:Phone-Office-Other>425-555-0115</csf:Phone-Office-Other>
              </rdf:Description>
        </csf:Phone>
     </rdf:Description>
</rdf:RDF>
  

Received on Wednesday, 31 May 2006 21:48:30 UTC