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

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

    [ https://issues.apache.org/jira/browse/JENA-455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13661616#comment-13661616 ] 

Andy Seaborne commented on JENA-455:
------------------------------------

It should be FN not N in the code fragment.

vcard.getProperty(VCARD.FN) 

Thanks for pointing it out.  Fixed in staging.

                
> 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
>              Labels: documentation
>
> 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