Removed rdfs namespace from examples. Not relevant anymore.
--- 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: <http://xmlns.com/foaf/0.1/> .
- @prefix rdfs: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
<https://bob.example/profile#me> a foaf:Person;
foaf:name "Bob";
@@ -496,8 +495,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<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/";
<head>
<title>Welcome to Bob's Home Page</title>
</head>