Author: andy
Date: Sun May 19 18:01:06 2013
New Revision: 1484324

URL: http://svn.apache.org/r1484324
Log:
Adam Smith -> John Smith

Modified:
    jena/site/trunk/content/tutorials/rdf_api.mdtext

Modified: jena/site/trunk/content/tutorials/rdf_api.mdtext
URL: 
http://svn.apache.org/viewvc/jena/site/trunk/content/tutorials/rdf_api.mdtext?rev=1484324&r1=1484323&r2=1484324&view=diff
==============================================================================
--- jena/site/trunk/content/tutorials/rdf_api.mdtext (original)
+++ jena/site/trunk/content/tutorials/rdf_api.mdtext Sun May 19 18:01:06 2013
@@ -644,7 +644,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>


Reply via email to