Added note to JSON-LD Syntax specifying desire to align w/ RDF Concepts.
--- a/spec/latest/json-ld-syntax/index.html Sun Jun 10 14:07:26 2012 -0400
+++ b/spec/latest/json-ld-syntax/index.html Sun Jun 10 14:12:28 2012 -0400
@@ -2339,6 +2339,15 @@
<section class="appendix informative">
<h2>Converting To and From JSON-LD</h2>
+<p class="issue">
+The intent of the Working Group and the Editors of this specification is to
+eventually align terminology used in this document with the terminology used
+in the RDF Concepts document to the extent to which it makes sense to do so.
+In general, if there is an analogue to terminology used in this document in
+the RDF Concepts document, the preference is to use the terminology in the
+RDF Concepts document.
+</p>
+
<p>JSON-LD is a specification for representing <tref>Linked Data</tref> in JSON. A common
way of working with Linked Data is through <tdef>RDF</tdef>, the Resource Description Framework.
RDF can be expressed using JSON-LD by associating JSON-LD concepts such as <code>@id</code>