Clarified what a Quad is
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Thu, 08 Nov 2012 12:57:55 +0100
changeset 939 c5b5126414cc
parent 938 70f77a964666
child 940 d334176ef23e
Clarified what a Quad is

This was suggested by @cygri, thanks.

This addresses #125.
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Wed Nov 07 20:23:52 2012 +0100
+++ b/spec/latest/json-ld-api/index.html	Thu Nov 08 12:57:55 2012 +0100
@@ -903,10 +903,10 @@
 
     <section>
     <h3>Quad</h3>
-    <p>The <a>Quad</a> interface represents an RDF Quad.
-      See [[!RDF-CONCEPTS]] definition for
-      <cite><a href="http://www.w3.org/TR/rdf11-concepts/#dfn-rdf-triple">RDF triple</a></cite>,
-      which most closely aligns to <a>Quad</a>.
+    <p>The <a>Quad</a> interface represents an RDF Quad. An RDF Quad is an
+      <cite><a href="http://www.w3.org/TR/rdf11-concepts/#dfn-rdf-triple">RDF triple</a></cite>
+      [[!RDF-CONCEPTS]] with an optional fourth element, the graph name, being a
+      <ldtref>Node</ldtref>.
     </p>
     <dl title="[NoInterfaceObject] interface Quad" class="idl">
       <dt>readonly attribute Node subject</dt>