Author: buildbot
Date: Sun May 19 18:03:40 2013
New Revision: 862444
Log:
Staging update by buildbot for jena
Modified:
websites/staging/jena/trunk/content/ (props changed)
websites/staging/jena/trunk/content/tutorials/rdf_api.html
Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun May 19 18:03:40 2013
@@ -1 +1 @@
-1484324
+1484327
Modified: websites/staging/jena/trunk/content/tutorials/rdf_api.html
==============================================================================
--- websites/staging/jena/trunk/content/tutorials/rdf_api.html (original)
+++ websites/staging/jena/trunk/content/tutorials/rdf_api.html Sun May 19
18:03:40 2013
@@ -830,7 +830,7 @@ more conveniently written:</p>
<blockquote>
<pre><code>// retrieve the value of the FN property
-Resource name = vcard.getProperty(VCARD.N)
+Resource name = vcard.getProperty(VCARD.FN)
.getResource();</code></pre>
</blockquote>