Change datatype to just type when describing expanded documents. (Issue #135).
authorGregg Kellogg <gregg@kellogg-assoc.com>
Sun, 24 Jun 2012 18:07:19 -0700
changeset 745 96f71de0bd4b
parent 744 0e29c6d10bc2
child 746 565848d9095a
Change datatype to just type when describing expanded documents. (Issue #135).
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Sun Jun 24 17:54:57 2012 -0700
+++ b/spec/latest/json-ld-syntax/index.html	Sun Jun 24 18:07:19 2012 -0700
@@ -614,7 +614,7 @@
 <p>The Web uses <tref title="IRI">IRIs</tref> for unambiguous identification. The
   idea is that these <tref>term</tref>s mean something that may be of use to other developers and that it is useful to
   give them an unambiguous identifier. That is, it is useful for <tref>term</tref>s to expand to IRIs so that
-  developers don't accidentally step on each other's <tdef>vocabulary</tdef> terms. Furthermore, developers, and
+  developers don't accidentally step on each other's <tdef>vocabulary</tdef> terms and other resources. Furthermore, developers, and
   machines, are able to use this <tref>IRI</tref> (by plugging it directly into a web browser, for instance) to go to
   the term and get a definition of what the term means. This mechanism is analogous to the way we can use
   <a href="http://wordnet.princeton.edu/">WordNet</a> today to see the definition of words in the English language.
@@ -2179,7 +2179,7 @@
 <p>The JSON-LD API [[JSON-LD-API]] defines an method for <em>expanding</em> a
   JSON-LD document.
   Expansion is the process of taking a JSON-LD document and applying a
-  <code>@context</code> such that all IRIs, datatypes, and values
+  <code>@context</code> such that all IRIs, types, and values
   are expanded so that the <code>@context</code> is no longer necessary.</p>
 
 <p>For example, assume the following JSON-LD input document:</p>