Removed rdfs namespace from examples. Not relevant anymore.
authorAndrei Sambra <andrei@fcns.eu>
Mon, 19 Nov 2012 12:01:18 -0500
changeset 296 20eafdeb0327
parent 295 c54d85913cf5
child 297 c6450473e5c4
child 299 f77f007f7b6d
Removed rdfs namespace from examples. Not relevant anymore.
spec/identity-respec.html
--- a/spec/identity-respec.html	Mon Nov 19 11:14:53 2012 -0500
+++ b/spec/identity-respec.html	Mon Nov 19 12:01:18 2012 -0500
@@ -477,7 +477,6 @@
 </p>
 <pre class="example" style="word-wrap: break-word; white-space: pre-wrap;">
  @prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
- @prefix rdfs: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; .
 
  &lt;https://bob.example/profile#me&gt; a foaf:Person;
    foaf:name "Bob";
@@ -496,8 +495,7 @@
 &lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
   "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd"&gt;
 &lt;html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" version="XHTML+RDFa 1.0" dir="ltr"
-      xmlns:foaf="http://xmlns.com/foaf/0.1/"
-      xmlns:rdfs="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+      xmlns:foaf="http://xmlns.com/foaf/0.1/";
 &lt;head&gt;
    &lt;title&gt;Welcome to Bob's Home Page&lt;/title&gt;
 &lt;/head&gt;