Details
-
Documentation
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
Description
I suspect the following error in the documentation at http://jena.apache.org/tutorials/rdf_api.html
Just over 1/2 way down the page:
> The code fragment above, can be more conveniently written:
>
> // retrieve the value of the FN property
> Resource name = vcard.getProperty(VCARD.N)
> .getResource();
Given the context of the example in and around the quoted section, the comment should read "// retrieve the value of the N property"