You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2013/05/19 20:01:15 UTC

svn commit: r862443 - in /websites/staging/jena/trunk/content: ./ tutorials/rdf_api.html

Author: buildbot
Date: Sun May 19 18:01:15 2013
New Revision: 862443

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/tutorials/rdf_api.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun May 19 18:01:15 2013
@@ -1 +1 @@
-1484323
+1484324

Modified: websites/staging/jena/trunk/content/tutorials/rdf_api.html
==============================================================================
--- websites/staging/jena/trunk/content/tutorials/rdf_api.html (original)
+++ websites/staging/jena/trunk/content/tutorials/rdf_api.html Sun May 19 18:01:15 2013
@@ -796,7 +796,7 @@ Model.</p>
 <p>Given the URI of a resource, the resource object can be retrieved from a
 model using the <code>Model.getResource(String uri)</code> method. This
 method is defined to return a Resource object if one exists in the model, or
-otherwise to create a new one. For example, to retrieve the Adam Smith
+otherwise to create a new one. For example, to retrieve the John Smith
 resource from the model read in from the file in tutorial 5:</p>
 
 <blockquote>