--- a/glossary/index.html Thu Feb 28 06:40:37 2013 -0500
+++ b/glossary/index.html Thu Feb 28 08:56:05 2013 -0500
@@ -187,6 +187,16 @@
</section>
<section>
+<h4>JSON</h4>
+JSON has proven to be a highly useful object serialization and messaging format for the Web. In an attempt to harmonize the representation of Linked Data in JSON, a specification outlines a common JSON representation format for expressing directed graphs; mixing both Linked Data and non-Linked Data in a single document is expressed as JSON-LD.
+</section>
+
+<section>
+<h4>JSON-LD</h4>
+JSON-LD (JavaScript Object Notation for Linking Data) is a lightweight Linked Data format that provides data context. <a href="http://json-ld.org/spec/FCGS/json-ld-syntax/20120626/" JSON-LD> Syntax</a> is easy for humans to read and write as well as, easy for machines to parse and generate. JSON-LD is based on the JSON format and provides a way to allow JSON data interoperate at Web-scale. JSON-LD is an ideal Linked Data interchange language for JavaScript environments, Web service, and NoSQL databases.
+</section>
+
+<section>
<h4>Jena</h4>
An Open Source Software implementation of a Semantic Web development framework. Jena supports the storage, retrieval and analysis of RDF information.
</section>
@@ -253,11 +263,6 @@
</section>
<section>
-<h4>Object</h4>
-<p class="todo">@@TODO: Define@@</p>
-</section>
-
-<section>
<h4 > Ontology</h4>
A formal representation of relationships between items in a directed graph structure. See <a href="#taxonomy">taxonomy</a>.
</section>
@@ -324,6 +329,11 @@
</section>
<section>
+<h4>RDF-JSON</h4>
+A concrete syntax in JavaScript Object Notation (JSON) ([RFC4627]) for RDF as defined in the RDF Concepts and Abstract Syntax ([RDF-CONCEPTS]) W3C Recommendation. An RDF-JSON document serializes such a set of RDF triples as a series of nested data structures. <a href="https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-json/index.html"> RDF 1.1 JSON Serialization W3C Recommendation</a>
+</section>
+
+<section>
<h4>RDFS</h4>
RDFS is the schema language for RDF; it describes constructs for types of objects (Classes), relating types to one another (subClasses), properties that describe objects (Properties), and relationships between them (subProperty).
</section>
--- a/glossary/respec-config.js Thu Feb 28 06:40:37 2013 -0500
+++ b/glossary/respec-config.js Thu Feb 28 08:56:05 2013 -0500
@@ -1,7 +1,7 @@
var respecConfig = {
// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
specStatus: "ED",
- publishDate: "2013-02-21",
+ publishDate: "2013-02-28",
//copyrightStart: "2011",
// the specification's short name, as in http://www.w3.org/TR/short-name/