You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2015/01/10 23:28:10 UTC

svn commit: r935751 - in /websites/staging/jena/trunk/content: ./ documentation/migrate_jena2_jena3.html

Author: buildbot
Date: Sat Jan 10 22:28:09 2015
New Revision: 935751

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 Sat Jan 10 22:28:09 2015
@@ -1 +1 @@
-1650820
+1650822

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 Sat Jan 10 22:28:09 2015
@@ -150,7 +150,7 @@ Jena2. The migration consists of package
 <li><a href="#rdf11-plain-literals">RDF 1.1 Semantics for plain literals</a></li>
 <li><a href="#persistent-data">Persistent data (TDB, SDB) should be reloaded.</a></li>
 </ul>
-<h2 id="package-name-changes-packaging">Package Name Changes (#packaging)</h2>
+<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>
@@ -161,7 +161,7 @@ org.apache.jena.</code> will cover a lar
 <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>
-<h3 id="rdf-11-changes-for-plain-literals-rdf11-plain-literals">RDF 1.1 changes for plain literals (#rdf11-plain-literals)</h3>
+<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
 <code>xsd:string</code>.  A plain literal with a language tag has datatype
@@ -196,7 +196,7 @@ that having datatype excludes the possib
 tag.</p>
 </li>
 </ul>
-<h2 id="persistent-data-persistent-data">Persistent Data (#persistent-data)</h2>
+<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>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>