--- a/rdf-turtle/index.html Wed Jun 20 11:43:25 2012 -0700
+++ b/rdf-turtle/index.html Wed Jun 20 11:54:26 2012 -0700
@@ -187,8 +187,8 @@
</p>
</section>
- <section id="triples">
- <h2>Triples in Turtle</h2>
+ <section id="language-features">
+ <h2>Turtle Language Features</h2>
<p>A Turtle document allows writing down an RDF graph in a compact textual form. An RDF graph is made up of <a href="../rdf-concepts/index.html#dfn-rdf-triple">triples</a> consisting of a subject, predicate and object.</p>
<section id="simple-triples">
<h3>Simple Triples</h3>
@@ -225,10 +225,6 @@
</section>
- </section>
- <section id="terms">
- <h2>RDF Terms in Turtle</h2>
-
<p>
There are three types of <em>RDF Term</em> defined in RDF Concepts:
<a href="../rdf-concepts/index.html#dfn-iri">IRIs</a> (Internationalized Resource Identifiers),
@@ -248,8 +244,9 @@
<p>
The token <code>a</code> in the predicate position of a Turtle triple represents the IRI <code>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</code> .
</p>
+ </section>
- <section id="turtleIRIs">
+ <section id="prefixed-names">
<h3>Prefixed Names in Turtle</h3>
<p>
@@ -323,7 +320,6 @@
- </section>
<section id="literals">
<h3>RDF Literals</h3>
@@ -501,7 +497,6 @@
</section>
</section>
- </section>
<section id="collections">
<h3>Collections in Turtle</h3>
@@ -526,6 +521,7 @@
</script></pre>
</section>
+ </section>
<section id="sec-diff-sparql" class="informative">
<h3>Turtle compared to SPARQL</h3>