--- a/html-data-guide/index.html Wed Dec 21 12:04:57 2011 +0000
+++ b/html-data-guide/index.html Wed Dec 21 12:07:09 2011 +0000
@@ -132,7 +132,7 @@
</p>
<pre><link rel="alternate" type="text/calendar" value="calendar.ics" /></pre>
<p>
- Second, publishers may embed data within the <code>head</code> of an HTML document, nested inside a <code>script</code> element with an appropriate <code>@type</code> attribute. This can be used for text-based formats, such as JSON or Turtle, and XML-based formats such as RDF/XML. For example:
+ Second, publishers may embed data within the <code>head</code> of an HTML document, nested inside a <code>script</code> element with an appropriate <code>@type</code> attribute. This can be used for text-based formats, such as JSON or Turtle, as well as XML-based formats. For example:
</p>
<pre><strong><script type="text/turtle"></strong>
@prefix foaf: <http://xmlns.com/foaf/0.1/> .