Skip to content

Commit

Permalink
Clarified what a Quad is
Browse files Browse the repository at this point in the history
This was suggested by @cygri, thanks.

This addresses #125.
  • Loading branch information
lanthaler committed Nov 8, 2012
1 parent 465b5c6 commit 846616d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/latest/json-ld-api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -903,10 +903,10 @@ <h3>JsonLdOptions</h3>

<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>
Expand Down

0 comments on commit 846616d

Please sign in to comment.