You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2013/05/19 20:03:40 UTC

svn commit: r862444 - in /websites/staging/jena/trunk/content: ./ tutorials/rdf_api.html

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>