Author: andy
Date: Sun Feb 22 10:21:44 2015
New Revision: 1661469
URL: http://svn.apache.org/r1661469
Log:
Editorial
Modified:
jena/site/trunk/content/documentation/migrate_jena2_jena3.mdtext
Modified: jena/site/trunk/content/documentation/migrate_jena2_jena3.mdtext
URL:
http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/migrate_jena2_jena3.mdtext?rev=1661469&r1=1661468&r2=1661469&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/migrate_jena2_jena3.mdtext (original)
+++ jena/site/trunk/content/documentation/migrate_jena2_jena3.mdtext Sun Feb 22
10:21:44 2015
@@ -14,24 +14,24 @@ Jena2. The migration consists of package
Packages with a base name of `com.hp.hpl.jena` become `org.apache.jena`.
Global replacement of `import com.hp.hpl.jena.` with `import
-org.apache.jena.` will cover a large majority of cases.
+org.apache.jena.` will cover the majority of cases.
The Jena APIs remain unchanaged expect for this renaming.
Only java package names are being changed. Vocabularies are not affected.
-@@ *Provisional : We need to identify if an key other changes are to be
included.*
+@@ *Provisional : We need to identify if any other key changes are to be
included.*
## RDF 1.1
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.
+and output is compatible with RDF 1.1 as well as earlier output details.
### RDF 1.1 changes for plain literals {#rdf11-plain-literals}
-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
+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
`xsd:string`. A plain literal with a language tag has datatype
`rdf:langString`.
@@ -55,7 +55,7 @@ N-triples.
in appearance.
* Applications with a mix of plain literals and explicit `^^xsd:string`
-(the RDF 1.1 Work Group belived these to be uncommon) may see changes.
+(the RDF 1.1 Work Group believed these to be uncommon) may see changes.
* Applications that do their own RDF output need to be careful to not assume
that having datatype excludes the possibility of also having a language
@@ -63,7 +63,7 @@ tag.
## Persistent Data {#persistent-data}
-For data stored in [TDB](tdb/) and SDB, it is advisable to reload data.
+For data stored in [TDB](tdb/) and [SDB](sdb/), it is advisable to reload data.
Data that does not use explicit `xsd:string` should be safe but it is still
recommended that data is reloaded at a convenient time.