You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Kirby Banman (JIRA)" <ji...@apache.org> on 2013/05/13 20:35:16 UTC

[jira] [Created] (JENA-455) Error in "An Introduction to RDF and the Jena RDF API"

Kirby Banman created JENA-455:
---------------------------------

             Summary: Error in "An Introduction to RDF and the Jena RDF API"
                 Key: JENA-455
                 URL: https://issues.apache.org/jira/browse/JENA-455
             Project: Apache Jena
          Issue Type: Documentation
          Components: Web site
            Reporter: Kirby Banman
            Priority: Trivial


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"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira