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

svn commit: r1484323 - /jena/site/trunk/content/tutorials/rdf_api.mdtext

Author: andy
Date: Sun May 19 17:58:18 2013
New Revision: 1484323

URL: http://svn.apache.org/r1484323
Log:
RDF:rdf => rdf:RDF ; make clear XML namespaces are meant.

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=1484323&r1=1484322&r2=1484323&view=diff
==============================================================================
--- jena/site/trunk/content/tutorials/rdf_api.mdtext (original)
+++ jena/site/trunk/content/tutorials/rdf_api.mdtext Sun May 19 17:58:18 2013
@@ -507,11 +507,11 @@ prefixes other than the standard ones:
 </blockquote>
 
 We see that the rdf namespace is declared automatically, since it
-is required for tags such as <code>&lt;RDF:rdf&gt;</code> and
-<code>&lt;rdf:resource&gt;</code>. Namespace declarations are also
+is required for tags such as <code>&lt;rdf:RDF&gt;</code> and
+<code>&lt;rdf:resource&gt;</code>. XML namespace declarations are also
 needed for using the two properties P and Q, but since their
-namespaces have not been introduced to the model, they get invented
-namespace names: <code>j.0</code> and <code>j.1</code>.
+prefixes have not been introduced to the model in this example,
+they get invented namespace names: <code>j.0</code> and <code>j.1</code>.
 
 <p>The method <code>setNsPrefix(String prefix, String URI)</code>
 declares that the namespace <code>URI</code> may be abbreviated