Author: buildbot
Date: Sun Feb 22 10:21:55 2015
New Revision: 941045

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/migrate_jena2_jena3.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Feb 22 10:21:55 2015
@@ -1 +1 @@
-1661468
+1661469

Modified: 
websites/staging/jena/trunk/content/documentation/migrate_jena2_jena3.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/migrate_jena2_jena3.html 
(original)
+++ websites/staging/jena/trunk/content/documentation/migrate_jena2_jena3.html 
Sun Feb 22 10:21:55 2015
@@ -153,17 +153,17 @@ Jena2. The migration consists of package
 <h2 id="packaging">Package Name Changes</h2>
 <p>Packages with a base name of <code>com.hp.hpl.jena</code> become 
<code>org.apache.jena</code>.</p>
 <p>Global replacement of <code>import com.hp.hpl.jena.</code> with <code>import
-org.apache.jena.</code> will cover a large majority of cases.</p>
+org.apache.jena.</code> will cover the majority of cases.</p>
 <p>The Jena APIs remain unchanaged expect for this renaming.</p>
 <p>Only java package names are being changed.  Vocabularies are not 
affected.</p>
-<p>@@ <em>Provisional : We need to identify if an key other changes are to be 
included.</em></p>
+<p>@@ <em>Provisional : We need to identify if any other key changes are to be 
included.</em></p>
 <h2 id="rdf-11">RDF 1.1</h2>
 <p>Many of the changes and refinements for RDF 1.1 are already in Jena2. The
 parsers for Turtle-family languages already follow the RDF 1.1 grammars
-and output is compatible with RDF 1.1 and earlier output details.</p>
+and output is compatible with RDF 1.1 as well as earlier output details.</p>
 <h3 id="rdf11-plain-literals">RDF 1.1 changes for plain literals</h3>
-<p>In RDF 1.1, all literals have a datatype.  The datatype of a plain literal
-with no language tag (also called a "simple literal") has datatype
+<p>In RDF 1.1, all literals have a datatype.  The datatype of a plain
+literal with no language tag (also called a "simple literal") has datatype
 <code>xsd:string</code>.  A plain literal with a language tag has datatype
 <code>rdf:langString</code>.</p>
 <p>Consequences:</p>
@@ -188,7 +188,7 @@ in appearance.</p>
 </li>
 <li>
 <p>Applications with a mix of plain literals and explicit 
<code>^^xsd:string</code> 
-(the RDF 1.1 Work Group belived these to be uncommon) may see changes.</p>
+(the RDF 1.1 Work Group believed these to be uncommon) may see changes.</p>
 </li>
 <li>
 <p>Applications that do their own RDF output need to be careful to not assume
@@ -197,7 +197,7 @@ tag.</p>
 </li>
 </ul>
 <h2 id="persistent-data">Persistent Data</h2>
-<p>For data stored in <a href="tdb/">TDB</a> and SDB, it is advisable to 
reload data.</p>
+<p>For data stored in <a href="tdb/">TDB</a> and <a href="sdb/">SDB</a>, it is 
advisable to reload data.</p>
 <p>Data that does not use explicit <code>xsd:string</code> should be safe but 
it is still
 recommended that data is reloaded at a convenient time.</p>
   </div>


Reply via email to