--- a/rdf-turtle/index.html Tue Jul 05 12:38:24 2011 -0700
+++ b/rdf-turtle/index.html Tue Jul 05 12:50:34 2011 -0700
@@ -87,6 +87,11 @@
}
</script>
+ <style type="text/css">
+ pre.example script {
+ display:block;
+ }
+ </style>
</head>
@@ -164,13 +169,15 @@
</p>
<pre class="example">
+ <script type="text/turtle">
# this is not a complete turtle document
-<http://example.org/path/>
+<http://example.org/path/>
-<http://example.org/path/#fragment>
-</path>
-<#fragment>
-<>
+<http://example.org/path/#fragment>
+</path>
+<#fragment>
+<>
+</script>
</pre>
<p>URIs may also be abbreviated by using Turtle's <code>@prefix</code>