Fixed the examples (switched to relative URIs). identity-changes
authorAndrei Sambra <andrei@fcns.eu>
Thu, 11 Apr 2013 11:32:43 +0200
branchidentity-changes
changeset 364 2e51697ea53b
parent 363 f4af18956d91
child 365 45ac77e5a54c
child 369 6754e07dc7b6
Fixed the examples (switched to relative URIs).
spec/identity-respec.html
--- 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: &lt;http://xmlns.com/foaf/0.1/&gt; .
 
 &lt;&gt; a foaf:PersonalProfileDocument;
-   foaf:maker &lt;https://bob.example/profile#me&gt;;
-   foaf:primaryTopic &lt;https://bob.example/profile#me&gt;.
+   foaf:maker &lt;#me&gt;;
+   foaf:primaryTopic &lt;#me&gt;.
 
 &lt;#me&gt; a foaf:Person;
    foaf:name "Bob";
@@ -547,8 +547,8 @@
  @prefix rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
 
 &lt;&gt; a foaf:PersonalProfileDocument;
-   foaf:maker &lt;https://bob.example/profile#me&gt;;
-   foaf:primaryTopic &lt;https://bob.example/profile#me&gt;.
+   foaf:maker &lt;#me&gt;;
+   foaf:primaryTopic &lt;#me&gt;.
  
  &lt;#me&gt; a foaf:Person;
    foaf:name "Bob";