changing URIs in examples to use example.com
authorDave Reynolds <dave@epimorphics.com>
Thu, 29 Mar 2012 17:53:47 +0100
changeset 154 cc502309046d
parent 153 75d1f4be6f5c
child 155 051d8aa5f94c
changing URIs in examples to use example.com
org/index.html
org/static.html
--- 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">&lt;http://www.epimorphics.com/public/org#epimorphics&gt; a org:FormalOrganization;
-    skos:prefLabel "Epimorphics Ltd" .
+<pre class="code">&lt;http://example.com/org#id&gt; a org:FormalOrganization;
+    skos:prefLabel "Example Ltd" .
 
 eg:ctoRole a org:Role;
     rdfs:label "CTO" .
         
 [] a org:Membership;
-    org:member &lt;http://www.amberdown.net/rdf/foaf.rdf#der&gt; ;
-    org:organization &lt;http://www.epimorphics.com/public/org#epimorphics&gt; ;
+    org:member &lt;http://example.com/people#jo&gt; ;
+    org:organization &lt;http://example.com/org#id&gt; ;
     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 .
         
-&lt;http://www.amberdown.net/rdf/foaf.rdf#der&gt; 
-  eg:ctoOf &lt;http://www.epimorphics.com/public/org#epimorphics&gt; . 
+&lt;http://example.com/people#jo&gt; 
+  eg:ctoOf &lt;http://example.com/org#id&gt; . 
 </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">&lt;http://www.epimorphics.com/public/org#epimorphics&gt; a org:FormalOrganization;
-    skos:prefLabel "Epimorphics Ltd" .
+<pre class="code">&lt;http://example.com/org#id&gt; a org:FormalOrganization;
+    skos:prefLabel "Example Ltd" .
 
 eg:ctoRole a org:Role;
     rdfs:label "CTO" .
         
 [] a org:Membership;
-    org:member &lt;http://www.amberdown.net/rdf/foaf.rdf#der&gt; ;
-    org:organization &lt;http://www.epimorphics.com/public/org#epimorphics&gt; ;
+    org:member &lt;http://example.com/people#jo&gt; ;
+    org:organization &lt;http://example.com/org#id&gt; ;
     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 .
         
-&lt;http://www.amberdown.net/rdf/foaf.rdf#der&gt; 
-  eg:ctoOf &lt;http://www.epimorphics.com/public/org#epimorphics&gt; . 
+&lt;http://example.com/people#jo&gt; 
+  eg:ctoOf &lt;http://example.com/org#id&gt; . 
 </pre>
 
 <p>In practice we antipate tool chains generating the <code>org:Membership</code> instances