You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ki...@apache.org on 2016/11/21 08:46:31 UTC

svn commit: r1770626 - /jena/site/trunk/content/documentation/ontology/index.mdtext

Author: kinow
Date: Mon Nov 21 08:46:30 2016
New Revision: 1770626

URL: http://svn.apache.org/viewvc?rev=1770626&view=rev
Log:
Instead of Jena2, use just Jena, and simplify text

Modified:
    jena/site/trunk/content/documentation/ontology/index.mdtext

Modified: jena/site/trunk/content/documentation/ontology/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/ontology/index.mdtext?rev=1770626&r1=1770625&r2=1770626&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/ontology/index.mdtext (original)
+++ jena/site/trunk/content/documentation/ontology/index.mdtext Mon Nov 21 08:46:30 2016
@@ -1,6 +1,6 @@
 Title: Jena Ontology API
 
-This section is a general introduction to the Jena2
+This section is a general introduction to the Jena
 ontology API, including some of the common tasks you may need
 to perform. We
 won't go into all of the many details of the API here: you should
@@ -20,7 +20,7 @@ key tasks using Jena, mostly you use Jen
 The examples in this document will be primarily code samples.
 
 We also won't be explaining the OWL or RDFS ontology languages in
-much detail in this document. You should expect to refer to
+much detail in this document. You should refer to
 supporting documentation for details on those languages, for
 example the [W3C OWL document index](http://www.w3.org/2004/OWL/).