Minor typos fixed.
authorPat Hayes <phayes@ihmc.us>
Wed, 06 Mar 2013 00:09:11 -0600
changeset 625 03152b4860af
parent 624 fa6f5310171a
child 626 e772542d0a8c
child 627 9940e18240c6
Minor typos fixed.
rdf-mt/index.html
--- a/rdf-mt/index.html	Wed Mar 06 00:01:59 2013 -0600
+++ b/rdf-mt/index.html	Wed Mar 06 00:09:11 2013 -0600
@@ -828,7 +828,7 @@
 
 
 <p>RDF literals and datatypes are fully described in ///Concepts///. In summary: RDF literals are either language-tagged strings, or datatyped literals which 
-combine a string and an IRI identifying a datatype. A datatype is understood to define a partial mapping, the <em>lexical-to-value mapping</em>, from character strings to values, and the literal refers to the value obtained by applying the datatype mapping to the character string. If this mapping gives no value for the literal string, then the literal has no referent.  A literal whose datatype IRI is recognized, but whose character string is not in the domain of the datatype lexical-to-value mapping, is called <em>ill-typed</em>. A literal which is not ill-typed is <em>well-typed</em>. The <em> value space</em> of a datatype is the range of the lexical-to-value mapping, i.e. the set of all values of well-typed literals of that datatype.
+combine a string and an IRI identifying a datatype. A datatype is understood to define a partial mapping, the <em>lexical-to-value mapping</em>, from character strings to values, and the literal refers to the value obtained by applying this mapping to the character string. If the mapping gives no value for the literal string, then the literal has no referent.  A literal whose datatype IRI is recognized, but whose character string is not in the domain of the datatype lexical-to-value mapping, is called <em>ill-typed</em>. A literal which is not ill-typed is <em>well-typed</em>. The <em> value space</em> of a datatype is the range of the lexical-to-value mapping, i.e. the set of all values of well-typed literals of that datatype.
 Datatypes are indicated by IRIs, formally in terms of a <em>datatype map</em> from a set of <em>recognized</em> IRIs to datatypes.
 </p>