Done - thanks. On 09/03/17 21:04, Paul Grogan wrote:
Clone URL (Committers only): https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/tutorials%2Frdf_api.mdtextPaul 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>
