--- a/rdf-turtle/index.html Tue May 01 15:53:53 2012 -0700
+++ b/rdf-turtle/index.html Tue May 01 16:21:36 2012 -0700
@@ -363,9 +363,6 @@
</ul>
<pre class="example"><script type="text/turtle">@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix show: <http://example.org/vocab/show/> .
-
- <pre class="example"><script type="text/turtle">@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix show: <http://example.org/show#> .
show:218 rdfs:label "That Seventies Show"^^xsd:string . # literal with XML Schema string datatype
show:218 rdfs:label "That Seventies Show"^^<http://www.w3.org/2001/XMLSchema#string> . # same as above