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