--- a/org/index.html	Thu Mar 29 17:13:35 2012 +0100
+++ b/org/index.html	Thu Mar 29 17:53:47 2012 +0100
@@ -839,15 +839,15 @@
 
 <p>For example:</p>
 
-<pre class="code"><http://www.epimorphics.com/public/org#epimorphics> a org:FormalOrganization;
-    skos:prefLabel "Epimorphics Ltd" .
+<pre class="code"><http://example.com/org#id> a org:FormalOrganization;
+    skos:prefLabel "Example Ltd" .
 
 eg:ctoRole a org:Role;
     rdfs:label "CTO" .
         
 [] a org:Membership;
-    org:member <http://www.amberdown.net/rdf/foaf.rdf#der> ;
-    org:organization <http://www.epimorphics.com/public/org#epimorphics> ;
+    org:member <http://example.com/people#jo> ;
+    org:organization <http://example.com/org#id> ;
     org:role eg:ctoRole;
     org:memberDuring [a owlTime:Interval; owlTime:hasBeginning [
                       owlTime:inXSDDateTime "2009-11-01T09:00:00Z"^^xsd:dateTime]] .
@@ -866,8 +866,8 @@
     rdfs:label "CTO" ;
     rdfs:subPropertyOf org:memberOf .
         
-<http://www.amberdown.net/rdf/foaf.rdf#der> 
-  eg:ctoOf <http://www.epimorphics.com/public/org#epimorphics> . 
+<http://example.com/people#jo> 
+  eg:ctoOf <http://example.com/org#id> . 
 </pre>
 
 <p>In practice we antipate tool chains generating the <code>org:Membership</code> instances
--- a/org/static.html	Thu Mar 29 17:13:35 2012 +0100
+++ b/org/static.html	Thu Mar 29 17:53:47 2012 +0100
@@ -1305,15 +1305,15 @@
 
 <p>For example:</p>
 
-<pre class="code"><http://www.epimorphics.com/public/org#epimorphics> a org:FormalOrganization;
-    skos:prefLabel "Epimorphics Ltd" .
+<pre class="code"><http://example.com/org#id> a org:FormalOrganization;
+    skos:prefLabel "Example Ltd" .
 
 eg:ctoRole a org:Role;
     rdfs:label "CTO" .
         
 [] a org:Membership;
-    org:member <http://www.amberdown.net/rdf/foaf.rdf#der> ;
-    org:organization <http://www.epimorphics.com/public/org#epimorphics> ;
+    org:member <http://example.com/people#jo> ;
+    org:organization <http://example.com/org#id> ;
     org:role eg:ctoRole;
     org:memberDuring [a owlTime:Interval; owlTime:hasBeginning [
                       owlTime:inXSDDateTime "2009-11-01T09:00:00Z"^^xsd:dateTime]] .
@@ -1332,8 +1332,8 @@
     rdfs:label "CTO" ;
     rdfs:subPropertyOf org:memberOf .
         
-<http://www.amberdown.net/rdf/foaf.rdf#der> 
-  eg:ctoOf <http://www.epimorphics.com/public/org#epimorphics> . 
+<http://example.com/people#jo> 
+  eg:ctoOf <http://example.com/org#id> . 
 </pre>
 
 <p>In practice we antipate tool chains generating the <code>org:Membership</code> instances