--- a/nquads/index.html Sat Dec 07 16:31:04 2013 +0000
+++ b/nquads/index.html Sun Dec 08 18:07:45 2013 +0000
@@ -98,7 +98,14 @@
<section id="sec-intro">
<h2>Introduction</h2>
- <p>This document defines an easy to parse line-based language named N-Quads.</p>
+
+ <p>
+ This document defines N-Quads, a easy to parse, line-based,
+ concrete syntax for
+ <a href="http://www.w3.org/TR/rdf11-concepts/#section-dataset">RDF Datasets</a>
+ [[!RDF11-CONCEPTS]].
+ </p>
+
<p>N-quads statements are a sequence of RDF terms representing the subject, predicate, object and graph label of an RDF Triple and the graph it is part of in a dataset. These may be separated by white space (spaces <code>#x20</code> or tabs <code>#x9</code>). This sequence is terminated by a '<code>.</code>' and a new line (optional at the end of a document).
</p>
--- a/rdf-turtle/n-triples.html Sat Dec 07 16:31:04 2013 +0000
+++ b/rdf-turtle/n-triples.html Sun Dec 08 18:07:45 2013 +0000
@@ -110,8 +110,13 @@
<section id="sec-introduction">
<h2>Introduction</h2>
- <p>This document defines an easy to parse line-based subset of
- Turtle [[!TURTLE]] named N-Triples.</p>
+ <p>
+ This document defines N-Triples, a concrete syntax for
+ <a href="http://www.w3.org/TR/rdf11-concepts/">RDF</a> [[!RDF11-CONCEPTS]].
+ N-Triples is an easy to parse line-based subset of
+ Turtle [[!TURTLE]].
+ </p>
+
<p>The syntax is a revised version of N-Triples as originally defined in the RDF Test Cases [[!RDF-TESTCASES]] document. Its original intent was for writing test cases, but it has proven to be popular as an exchange format for RDF data.</p>
<p>An N-Triples document contains no parsing directives.
</p>