--- a/spec/latest/json-ld-syntax/index.html Tue Mar 12 10:30:26 2013 -0400
+++ b/spec/latest/json-ld-syntax/index.html Tue Mar 12 17:35:08 2013 +0100
@@ -590,19 +590,15 @@
"****@context****":
{
"****name****": "****http://schema.org/name****"
- ...
},
"****name****": "Manu Sporny",
- "status": "trollin'",
- ...
+ "status": "trollin'"
}
-->
</pre>
- <p>JSON keys that do not expand to an absolute IRI are ignored, or removed
- in some cases, by the [[JSON-LD-API]]. However, JSON keys that do not include
- a mapping in the <tref>context</tref> are still considered valid expressions
- in JSON-LD documents—the keys just don't expand to unambiguous identifiers.</p>
+ <p>JSON keys that do not expand to an <tref>IRI</tref>, such as <code>status</code>
+ in the example above, are not Linked Data and thus ignored when processed.</p>
<p>A <tref>string</tref> is interpreted as an <tref>IRI</tref> when it is the
value of an <code>@id</code> member:</p>