You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by Paul Grogan <an...@apache.org> on 2017/03/09 21:04:15 UTC

CMS diff: An Introduction to RDF and the Jena RDF API

Clone URL (Committers only):
https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/tutorials%2Frdf_api.mdtext

Paul 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>
 


Re: CMS diff: An Introduction to RDF and the Jena RDF API

Posted by Andy Seaborne <an...@apache.org>.
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.mdtext
>
> Paul 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>
>
>