new section on alternate/specialization
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Mon, 26 Mar 2012 14:45:38 +0100
changeset 2000 751e3b6c0144
parent 1997 aee1474e7c50
child 2001 656785e1ad4a
new section on alternate/specialization
model/working-copy/wd5-prov-dm-alternate.html
--- a/model/working-copy/wd5-prov-dm-alternate.html	Mon Mar 26 12:40:29 2012 +0100
+++ b/model/working-copy/wd5-prov-dm-alternate.html	Mon Mar 26 14:45:38 2012 +0100
@@ -279,11 +279,11 @@
 <p>
 The BBC news home page on 2012-03-23 <span class="name">ex:bbcNews2012-03-23</span>
 is a specialization of the BBC news page in general
- <a href="http://www.bbc.co.uk/news/">bbc:news</a>. This can be expressed as follows.
+ <a href="http://www.bbc.co.uk/news/">bbc:news/</a>. This can be expressed as follows.
 <pre class="codeexample">
-specializationOf(ex:bbcNews2012-03-23, bbc:news)
+specializationOf(ex:bbcNews2012-03-23, bbc:news/)
 </pre>
-Given that the BBC news does not define a URI for today's news page, we are creating a URI in the namespace <span class="name">ex</span>. 
+Given that the BBC news does not define a URI for today's news page, we are creating a qualified name in the namespace <span class="name">ex</span>. 
 </div>
 
 
@@ -319,13 +319,13 @@
 <div class="anexample" id="anexample-alternate">
 <p>
 A given news item on the BBC News site 
- <a href="http://www.bbc.co.uk/news/world-asia-17507976">bbc:world-asia-17507976</a> for desktop
+ <a href="http://www.bbc.co.uk/news/world-asia-17507976">bbc:news/world-asia-17507976</a> for desktop
 is an alternate of a 
- <a href="http://www.bbc.co.uk/news/mobile/world-asia-17507976">mobile:world-asia-17507976</a> for mobile devices.</p>
+ <a href="http://www.bbc.co.uk/news/mobile/world-asia-17507976">bbc:news/mobile/world-asia-17507976</a> for mobile devices.</p>
 <pre class="codeexample">
-entity(bbc:world-asia-17507976, [ prov:type="a news iterm"])
-entity(mobile:world-asia-17507976, [ prov:type="a news iterm"])
-alternateOf(bbc:world-asia-17507976, mobilebbc:world-asia-17507976)
+entity(bbc:news/world-asia-17507976, [ prov:type="a news item"])
+entity(bbc:news/mobile/world-asia-17507976, [ prov:type="a news iterm"])
+alternateOf(bbc:news/world-asia-17507976, bbc:news/world-asia-17507976)
 </pre>
 <p>They are both specialization of an (unspecified) entity. </p>
 </div>
@@ -339,7 +339,7 @@
 entity(tr:WD-prov-dm-20111215)
 alternateOf(tr:WD-prov-dm-20111018,tr:WD-prov-dm-20111215)
 </pre>
-<p>They are both specialization of the page at <a href="http://www.w3.org/TR/prov-dm/">http://www.w3.org/TR/prov-dm/</a>.</p>
+<p>They are both specialization of the page <a href="http://www.w3.org/TR/prov-dm/">http://www.w3.org/TR/prov-dm/</a>.</p>
 </div>
 
 </section>