Clone URL (Committers only):
https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/tutorials%2Frdf_api.mdtext
Paul Grogan
Index: trunk/content/tutorials/rdf_api.mdtext
===================================================================
--- trunk/content/tutorials/rdf_api.mdtext (revision 1655891)
+++ trunk/content/tutorials/rdf_api.mdtext (working copy)
@@ -677,8 +677,8 @@
more conveniently written:</p>
<blockquote>
- <pre><code>// retrieve the value of the FN property
-Resource name = vcard.getProperty(VCARD.FN)
+ <pre><code>// retrieve the value of the N property
+Resource name = vcard.getProperty(VCARD.N)
.getResource();</code></pre>
</blockquote>