You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by Anonymous CMS User <an...@apache.org> on 2016/10/03 22:07:04 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



Index: trunk/content/tutorials/rdf_api.mdtext
===================================================================
--- trunk/content/tutorials/rdf_api.mdtext	(revision 1655891)
+++ trunk/content/tutorials/rdf_api.mdtext	(working copy)
@@ -318,7 +318,7 @@
 at how to interpret the above.</p>
 
 <p>RDF is usually embedded in an &lt;rdf:RDF&gt; element.  The element is
-optional if there are other ways of know that some XML is RDF, but it is
+optional if there are other ways of knowing that some XML is RDF, but it is
 usually present.  The RDF element defines the two namespaces used in the
 document.  There is then an &lt;rdf:Description&gt; element which describes
 the resource whose URI is "http://somewhere/JohnSmith".  If the rdf:about


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

Posted by Rob Vesse <rv...@dotnetrdf.org>.
Correction Applied

On 03/10/2016 23:07, "Anonymous CMS User" <an...@apache.org> wrote:

    Clone URL (Committers only):
    https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/tutorials%2Frdf_api.mdtext
    
    
    
    Index: trunk/content/tutorials/rdf_api.mdtext
    ===================================================================
    --- trunk/content/tutorials/rdf_api.mdtext	(revision 1655891)
    +++ trunk/content/tutorials/rdf_api.mdtext	(working copy)
    @@ -318,7 +318,7 @@
     at how to interpret the above.</p>
     
     <p>RDF is usually embedded in an &lt;rdf:RDF&gt; element.  The element is
    -optional if there are other ways of know that some XML is RDF, but it is
    +optional if there are other ways of knowing that some XML is RDF, but it is
     usually present.  The RDF element defines the two namespaces used in the
     document.  There is then an &lt;rdf:Description&gt; element which describes
     the resource whose URI is "http://somewhere/JohnSmith".  If the rdf:about