<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
What I'm saying is that if the XML-RDF file used as the data source
contains only the element<br>
&lt;dwc:recordedBy
rdf:resource=<a class="moz-txt-link-rfc2396E" href="http://people.vanderbilt.edu/~steve.baskauf/foaf.rdf#me">"http://people.vanderbilt.edu/~steve.baskauf/foaf.rdf#me"</a>/&gt;<br>
there is no way for AJAX, XSLT, or anything else to know that the
string for my name is "Steve Baskauf" without dereferencing the
foaf.rdf file and interpreting it.&nbsp; Thus the rendered HTML can't
display the text "Steve Baskauf" for a human user as the value of
recordedBy.&nbsp; <br>
However, including the element<br>
&lt;rdfs:label&gt;Steve Baskauf&lt;/rdfs:label&gt;<br>
somewhere in the RDF+XML file makes it possible for any of the
rendering methods you mentioned to get that information without
dereferencing another URI and without "understanding" RDF.<br>
<br>
This was the issue which I think this got lost somewhere earlier in the
thread.<br>
Steve<br>
<br>
Hilmar Lapp wrote:
<blockquote cite="mid:7857AEFC-B638-4CE2-8280-CCF1F5934302@nescent.org"
 type="cite">Hi Steve:
  <div><br>
  <div>
  <div>On May 21, 2010, at 9:28 AM, Steve Baskauf wrote:</div>
  <br class="Apple-interchange-newline">
  <blockquote type="cite"><span class="Apple-style-span"
 style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span
 class="Apple-converted-space">&nbsp;</span>AJAX is "stupid" in the sense
that it doesn't "understand" RDF.&nbsp; It just uses an XML file as a source
of data.&nbsp; So an HTML file using the RDF+XML file as an AJAX data source
would need to get the label information from within the particular
RDF+XML file containing the representation of the GUID and not get it
by dereferencing a link to another file, like the FOAF file that's the
object of the dwc:recordedBy triple.&nbsp;</span></blockquote>
  </div>
  <div><br>
  </div>
I'm not really following your argument here - maybe I'm missing some
detail. RDF can be serialized to XML (and in fact your example is
precisely such a serialization), so if your AJAX code needs XML as
source, there is one. There are also JavaScript libraries that can
invoke XSLTs on an XML source and render the resulting HTML (if that's
what you need), and finally, there are also RDF-&gt;JSON converters. So
I'm not sure where you see the bottleneck or hurdle.</div>
  <div><br>
  </div>
  <div><span class="Apple-tab-span" style="white-space: pre;"> </span>-hilmar<br>
  <div> <span class="Apple-style-span"
 style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;">
  <div style="">
  <div><font class="Apple-style-span" face="Monaco" size="3"><span
 class="Apple-style-span" style="font-size: 11px;">--&nbsp;</span></font></div>
  <div><font class="Apple-style-span" face="Monaco" size="3"><span
 class="Apple-style-span" style="font-size: 11px;">===========================================================</span></font></div>
  <div><font class="Apple-style-span" face="Monaco" size="3"><span
 class="Apple-style-span" style="font-size: 11px;">: Hilmar Lapp &nbsp;-:-
Durham, NC -:- informatics.nescent.org :</span></font></div>
  <div><font class="Apple-style-span" face="Monaco" size="3"><span
 class="Apple-style-span" style="font-size: 11px;">===========================================================</span></font></div>
  <div><br class="webkit-block-placeholder">
  </div>
  </div>
  </span><br class="Apple-interchange-newline">
  </div>
  <br>
  </div>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
Steven J. Baskauf, Ph.D., Senior Lecturer
Vanderbilt University Dept. of Biological Sciences

postal mail address:
VU Station B 351634
Nashville, TN  37235-1634,  U.S.A.

delivery address:
2125 Stevenson Center
1161 21st Ave., S.
Nashville, TN 37235

office: 2128 Stevenson Center
phone: (615) 343-4582,  fax: (615) 343-6707
<a class="moz-txt-link-freetext" href="http://bioimages.vanderbilt.edu">http://bioimages.vanderbilt.edu</a>
</pre>
</body>
</html>