Fixed the examples (switched to relative URIs).
--- a/spec/identity-respec.html Thu Apr 11 11:22:13 2013 +0200
+++ b/spec/identity-respec.html Thu Apr 11 11:32:43 2013 +0200
@@ -498,8 +498,8 @@
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
<> a foaf:PersonalProfileDocument;
- foaf:maker <https://bob.example/profile#me>;
- foaf:primaryTopic <https://bob.example/profile#me>.
+ foaf:maker <#me>;
+ foaf:primaryTopic <#me>.
<#me> a foaf:Person;
foaf:name "Bob";
@@ -547,8 +547,8 @@
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<> a foaf:PersonalProfileDocument;
- foaf:maker <https://bob.example/profile#me>;
- foaf:primaryTopic <https://bob.example/profile#me>.
+ foaf:maker <#me>;
+ foaf:primaryTopic <#me>.
<#me> a foaf:Person;
foaf:name "Bob";