Updated referneces, added inline exist criteria, marke OWL Time reference as at risk, updated publication dates
authorDave Reynolds <dave@epimorphics.com>
Fri, 21 Jun 2013 17:07:08 +0100
changeset 570 86a90dfc2b5f
parent 569 e3b2c0f91f03
child 571 e1a9ef82d15b
Updated referneces, added inline exist criteria, marke OWL Time reference as at risk, updated publication dates
org/index.html
org/respec-config-cr.js
org/respec-config-current.js
org/respec-config.js
org/respec-ref.js
org/static-cr.html
respec/gld-bib.js
--- a/org/index.html	Fri Jun 21 15:46:03 2013 +0100
+++ b/org/index.html	Fri Jun 21 17:07:08 2013 +0100
@@ -4,11 +4,13 @@
 	<title>The Organization Ontology</title>
 	<meta name="description" content="An organization ontology" />
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
         <script type="text/javascript" src='../respec/respec3/builds/respec-w3c-common.js' class='remove'></script>
-	<script type="text/javascript" src="respec-ref.js" class="remove"></script>
 	<script type="text/javascript" src="../respec/gld-bib.js" class="remove"></script>
-	<script type="text/javascript" src="respec-config.js" class="remove"></script>	
-	<script type="text/javascript"  src="../respec/gld-config.js" class="remove"></script>
+	<script type="text/javascript" src="respec-ref.js" class="remove"></script> 
+	<script type="text/javascript" src="respec-config.js" class="remove"></script>
+	<script type="text/javascript"  src="../respec/gld-config.js" class="remove"></script> 
+
 	 <style type="text/css">
 	  table {
 	    border-collapse:collapse;
@@ -71,9 +73,13 @@
 
 <p> The Working
   Group seeks to gather experience from implementations in order to
-  increase confidence in the specification and meet
+  increase confidence in the specification and meet the following
   defined <a href="http://www.w3.org/2011/gld/wiki/ORG_CR_Exit_Criteria">exit
-  criteria</a>. This document will remain a Candidate Recommendation
+  criteria</a>:
+  <ul>
+   <li>Each term in ORG is demonstrated to have been used in two independent data sources, in conformance with the specification.</li>
+  </ul>
+ This document will remain a Candidate Recommendation
   until at least 26 July 2013. After that date, when and if the exit
   criteria are met, the group intends to
   request <a href="http://www.w3.org/2005/10/Process-20051014/tr.html#RecsPR">Proposed
@@ -85,6 +91,22 @@
           (<a href="mailto:public-gld-comments-request@w3.org?subject=subscribe">subscribe</a>,
           <a href="http://lists.w3.org/Archives/Public/public-gld-comments/">archives</a>).</p>
 
+<h4 class="no-toc no-num" id="at-risk">At Risk features</h4>
+
+<p>The Working Group has marked one group of terms as At Risk and MAY seek 
+to advance the specification with the removal of these terms if insufficient 
+implementation experience can be gathered. 
+The terms so marked are those in <a href="#historical-information"> Section 5.6 Historical Information</a>.</p>
+
+<p>In addition the normative reference to [[!OWL-TIME]] is At Risk. 
+The Working Group seeks feedback from the
+community on whether [[!OWL-TIME]] may be regarded as sufficiently
+stable and broadly implemented to be used as a normative reference.
+The Working Group MAY seek to advance the specification with the removal of this normative reference,
+in which case the range of  <a href="#org:memberDuring">org:memberDuring</a> would be left open, 
+simply recommending but not requiring use of <a href="http://www.w3.org/2006/time">time:Interval</a>.
+</p>
+
 <h4 class="no-toc no-num" id="no-endorsement">No Endorsement</h4>
 
 </section>
@@ -106,7 +128,7 @@
   data expressed in ORG. ORG is applicable in many contexts including
   RDF accessible via SPARQL endpoints, embedded in HTML pages,
   or serialized as an RDF/XML or Turtle. The examples in this
-  document use Turtle [[!TURTLE]] in the interests of readability.</p>
+  document use Turtle [[!TURTLE-TR]] in the interests of readability.</p>
 
 </section>
 
@@ -1151,6 +1173,14 @@
     
   </tbody>
 </table>
+
+<div class="note">
+  The specification that the range of <a href="org:memberDuring">org:memberDuring</a> is <a href="http://www.w3.org/2006/time#Interval">time:Interval</a> is At Risk. 
+The Working Group seeks feedback from the
+community on whether [[!OWL-TIME]] may be regarded as sufficiently
+stable and broadly implemented to be used as a normative reference.
+</div>
+
 </section>
 
 </section>  <!-- end of Class Membership-->
@@ -1548,7 +1578,7 @@
 <h2>Historical information</h2>
 
 <div class="note">
-The terms mentioned in this section are At Risk. The Working Group
+The terms defined in this section are At Risk. The Working Group
 believes these terms to be useful and well-founded. However, if
 insufficient evidence of implementation can be obtained during the
 Candidate Recommendation period then the Working Group MAY seek to
@@ -1709,6 +1739,9 @@
   <li>Removed informative comment that the org:reportsTo graph is
   acyclic, this is not necessarily the case.</li>
   <li>Changed document title to use title case and definite article.</li>
+  <li>Updated the references to PROV-O and Turtle.</li>
+  <li>Marked the terms in Section 5.6 Historical Information as At Risk.</li>
+  <li>Marked the normative use of OWL Time as At Risk.</li>
 </ul>
 
 <p>Changes since <a href="http://www.w3.org/TR/2012/WD-vocab-org-20120405/">W3C Working Draft 05 April 2012</a>:
--- a/org/respec-config-cr.js	Fri Jun 21 15:46:03 2013 +0100
+++ b/org/respec-config-cr.js	Fri Jun 21 17:07:08 2013 +0100
@@ -59,7 +59,7 @@
     // Team Contact.
     wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/47663/status",
     maxTocLevel: 3,
-    preProcess: [ preProc ]
+    preProcess: [ preProc, addGLDBiblio ]
     //alternateFormats: [ {uri: "diff-20110507.html", label: "diff to previous version"} ],
 };
 
--- a/org/respec-config-current.js	Fri Jun 21 15:46:03 2013 +0100
+++ b/org/respec-config-current.js	Fri Jun 21 17:07:08 2013 +0100
@@ -58,7 +58,7 @@
     // Team Contact.
     //wgPatentURI:  "",
     maxTocLevel: 3,
-    preProcess: [ preProc ]
+    preProcess: [ preProc, addGLDBiblio ]
     //alternateFormats: [ {uri: "diff-20110507.html", label: "diff to previous version"} ],
 };
 
--- a/org/respec-config.js	Fri Jun 21 15:46:03 2013 +0100
+++ b/org/respec-config.js	Fri Jun 21 17:07:08 2013 +0100
@@ -59,7 +59,7 @@
     // Team Contact.
     wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/47663/status",
     maxTocLevel: 3,
-    preProcess: [ preProc ]
+    preProcess: [ preProc, addGLDBiblio ]
     //alternateFormats: [ {uri: "diff-20110507.html", label: "diff to previous version"} ],
 };
 
--- a/org/respec-ref.js	Fri Jun 21 15:46:03 2013 +0100
+++ b/org/respec-ref.js	Fri Jun 21 17:07:08 2013 +0100
@@ -11,7 +11,7 @@
                 berjon.biblio["XHTML-RDFA-PROFILE"] = "<cite><a href=\"http://www.w3.org/profile/html-rdfa-1.1\">HTML+RDFa Core Default Profile</a></cite>, I. Herman, W3C RDF Web Applications Working Group 24 May 2011. URL: http://www.w3.org/profile/html-rdfa-1.1";
           berjon.biblio["RFC2616"] = "<cite><a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616.html\">Hypertext Transfer Protocol -- HTTP/1.1</a></cite>, R. Fielding; et al. June 1999. Internet RFC 2616. URL: http://www.w3.org/Protocols/rfc2616/rfc2616.html.";
 	  berjon.biblio["VCARD"] =  "R. Iannella; et al. <cite><a href=\"http://www.w3.org/TR/vcard-rdf/\">Representing vCard Objects in RDF</a></cite>, January 2010. W3C Member Sumission 20 January 2010. URL: <a href=\"http://www.w3.org/Submission/2010/SUBM-vcard-rdf-20100120\">http://www.w3.org/Submission/2010/SUBM-vcard-rdf-20100120</a>";
-	  berjon.biblio["PROV-O"] =  "Timothy Lebo, Satya Sahoo, Deborah McGuinness, <cite><a href=\"http://www.w3.org/TR/2012/WD-prov-o-20120724/\">PROV-O: The PROV Ontology</a></cite>, W3C Working Draft 24 July 2012. URL: <a href=\"http://www.w3.org/TR/prov-o/\">http://www.w3.org/TR/prov-o/</a>";
+//	  berjon.biblio["PROV-O"] =  "Timothy Lebo, Satya Sahoo, Deborah McGuinness, <cite><a href=\"http://www.w3.org/TR/2012/WD-prov-o-20120724/\">PROV-O: The PROV Ontology</a></cite>, W3C Working Draft 24 July 2012. URL: <a href=\"http://www.w3.org/TR/prov-o/\">http://www.w3.org/TR/prov-o/</a>";
 	  berjon.biblio["PROV-CONSTRAINTS"] = 
           "James Cheney; Paolo Missier; Luc Moreau; eds. "+
           "<a href=\"http://www.w3.org/TR/2013/PR-prov-constraints-20130312/\"><cite>Constraints of the PROV Data Model</cite></a>. "+
--- a/org/static-cr.html	Fri Jun 21 15:46:03 2013 +0100
+++ b/org/static-cr.html	Fri Jun 21 17:07:08 2013 +0100
@@ -4,11 +4,13 @@
 	<title>The Organization Ontology</title>
 	<meta name="description" content="An organization ontology">
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+
         
 	
+	 
 	
-		
-	
+	 
+
 	 <style type="text/css">
 	  table {
 	    border-collapse:collapse;
@@ -197,12 +199,12 @@
   </p>
   <h1 class="title" id="title">The Organization Ontology</h1>
   
-  <h2 id="w3c-candidate-recommendation-30-may-2013"><abbr title="World
-  Wide Web Consortium">W3C</abbr> Candidate Recommendation 30 May 2013</h2>
+  <h2 id="w3c-candidate-recommendation-25-june-2013"><abbr title="World
+  Wide Web Consortium">W3C</abbr> Candidate Recommendation 25 June 2013</h2>
   <dl>
     
       <dt>This version:</dt>
-      <dd><a href="http://www.w3.org/TR/2013/CR-vocab-org-20130530/">http://www.w3.org/TR/2013/CR-vocab-org-20130530/</a></dd>
+      <dd><a href="http://www.w3.org/TR/2013/CR-vocab-org-20130625/">http://www.w3.org/TR/2013/CR-vocab-org-20130625/</a></dd>
       <dt>Latest published version:</dt>
       <dd><a href="http://www.w3.org/TR/vocab-org/">http://www.w3.org/TR/vocab-org/</a></dd>
     
@@ -241,7 +243,6 @@
 and <a 
 href="http://www.w3.org/Consortium/Legal/copyright-documents">document 
 use</a> rules apply.</p>
-
   
   <hr>
 </div>
@@ -279,7 +280,7 @@
    For details on the minor changes see the <a href="#change-log">change log</a>.</p>
 
 
-<h4 class="no-toc no-num" id="please">Please Comment By 28 June 2013</h4>
+<h4 class="no-toc no-num" id="please">Please Comment By 26 July 2013</h4>
 
 <p>
   This document was published by
@@ -291,13 +292,17 @@
 
 <p> The Working
   Group seeks to gather experience from implementations in order to
-  increase confidence in the specification and meet
+  increase confidence in the specification and meet the following
   defined <a href="http://www.w3.org/2011/gld/wiki/ORG_CR_Exit_Criteria">exit
-  criteria</a>. This document will remain a Candidate Recommendation
-  until at least 28 June 2013. After that date, when and if the exit
+  criteria</a>:
+  </p><ul>
+   <li>Each term in ORG is demonstrated to have been used in two independent data sources, in conformance with the specification.</li>
+  </ul>
+ This document will remain a Candidate Recommendation
+  until at least 26 July 2013. After that date, when and if the exit
   criteria are met, the group intends to
   request <a href="http://www.w3.org/2005/10/Process-20051014/tr.html#RecsPR">Proposed
-  Recommendation</a> status.</p>
+  Recommendation</a> status.<p></p>
 
     <p>Please send <a href="http://www.w3.org/2011/gld/wiki/How_to_submit_an_ORG_Implementation_Report">reports of implementation experience</a>, and other
     feedback, to 
@@ -305,8 +310,25 @@
           (<a href="mailto:public-gld-comments-request@w3.org?subject=subscribe">subscribe</a>,
           <a href="http://lists.w3.org/Archives/Public/public-gld-comments/">archives</a>).</p>
 
+<h4 class="no-toc no-num" id="at-risk">At Risk features</h4>
+
+<p>The Working Group has marked one group of terms as At Risk and <em class="rfc2119" title="may">may</em> seek 
+to advance the specification with the removal of these terms if insufficient 
+implementation experience can be gathered. 
+The terms so marked are those in <a href="#historical-information"> Section 5.6 Historical Information</a>.</p>
+
+<p>In addition the normative reference to [<cite><a class="bibref" href="#bib-OWL-TIME">OWL-TIME</a></cite>] is At Risk. 
+The Working Group seeks feedback from the
+community on whether [<cite><a class="bibref" href="#bib-OWL-TIME">OWL-TIME</a></cite>] may be regarded as sufficiently
+stable and broadly implemented to be used as a normative reference.
+The Working Group <em class="rfc2119" title="may">may</em> seek to advance the specification with the removal of this normative reference,
+in which case the range of  <a href="#org:memberDuring">org:memberDuring</a> would be left open, 
+simply recommending but not requiring use of <a href="http://www.w3.org/2006/time">time:Interval</a>.
+</p>
+
 <h4 class="no-toc no-num" id="no-endorsement">No Endorsement</h4>
 
+
           <p>
             Publication as a Candidate Recommendation does not imply endorsement by the <abbr title="World
   Wide Web Consortium">W3C</abbr> Membership.
@@ -314,6 +336,7 @@
             any time. It is inappropriate to cite this document as other than work in progress.
           </p>
         
+
 <h4 class="no-toc no-num" id="patents">Patents</h4>
         
         <p>
@@ -362,7 +385,7 @@
   data expressed in ORG. ORG is applicable in many contexts including
   RDF accessible via SPARQL endpoints, embedded in HTML pages,
   or serialized as an RDF/XML or Turtle. The examples in this
-  document use Turtle [<cite><a class="bibref" href="#bib-TURTLE">TURTLE</a></cite>] in the interests of readability.</p>
+  document use Turtle [<cite><a class="bibref" href="#bib-TURTLE-TR">TURTLE-TR</a></cite>] in the interests of readability.</p>
 
 </section>
 
@@ -1408,6 +1431,14 @@
     
   </tbody>
 </table>
+
+<div class="note"><div class="note-title"><span>Note</span></div><div class="">
+  The specification that the range of <a href="org:memberDuring">org:memberDuring</a> is <a href="http://www.w3.org/2006/time#Interval">time:Interval</a> is At Risk. 
+The Working Group seeks feedback from the
+community on whether [<cite><a class="bibref" href="#bib-OWL-TIME">OWL-TIME</a></cite>] may be regarded as sufficiently
+stable and broadly implemented to be used as a normative reference.
+</div></div>
+
 </section>
 
 </section>  <!-- end of Class Membership-->
@@ -1804,7 +1835,7 @@
 <h3><span class="secno">5.6 </span>Historical information</h3>
 
 <div class="note"><div class="note-title"><span>Note</span></div><div class="">
-The terms mentioned in this section are At Risk. The Working Group
+The terms defined in this section are At Risk. The Working Group
 believes these terms to be useful and well-founded. However, if
 insufficient evidence of implementation can be obtained during the
 Candidate Recommendation period then the Working Group <em class="rfc2119" title="may">may</em> seek to
@@ -1965,6 +1996,9 @@
   <li>Removed informative comment that the org:reportsTo graph is
   acyclic, this is not necessarily the case.</li>
   <li>Changed document title to use title case and definite article.</li>
+  <li>Updated the references to PROV-O and Turtle.</li>
+  <li>Marked the terms in Section 5.6 Historical Information as At Risk.</li>
+  <li>Marked the normative use of OWL Time as At Risk.</li>
 </ul>
 
 <p>Changes since <a href="http://www.w3.org/TR/2012/WD-vocab-org-20120405/"><abbr title="World
@@ -2041,16 +2075,16 @@
 
 <section id="references" class="appendix"><!--OddPage--><h2><span class="secno">C. </span>References</h2><section id="normative-references"><h3><span class="secno">C.1 </span>Normative references</h3><dl class="bibliography"><dt id="bib-OWL-TIME">[OWL-TIME]</dt><dd>Feng Pan; Jerry R. Hobbs. <a href="http://www.w3.org/TR/2006/WD-owl-time-20060927"><cite>Time Ontology in OWL.</cite></a> 27 September 2006. W3C Working Draft. URL: <a href="http://www.w3.org/TR/2006/WD-owl-time-20060927">http://www.w3.org/TR/2006/WD-owl-time-20060927</a>
 </dd><dt id="bib-OWL2-PRIMER">[OWL2-PRIMER]</dt><dd>Pascal Hitzler; Markus Krötzsch; Bijan Parsia; Peter F. Patel-Schneider; Sebastian Rudolph. <a href="http://www.w3.org/TR/2009/REC-owl2-primer-20091027/"><cite>OWL 2 Web Ontology Language:Primer.</cite></a> 27 October 2009. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2009/REC-owl2-primer-20091027/">http://www.w3.org/TR/2009/REC-owl2-primer-20091027/</a>
-</dd><dt id="bib-PROV-O">[PROV-O]</dt><dd>Timothy Lebo, Satya Sahoo, Deborah McGuinness, <cite><a href="http://www.w3.org/TR/2012/WD-prov-o-20120724/">PROV-O: The PROV Ontology</a></cite>, W3C Working Draft 24 July 2012. URL: <a href="http://www.w3.org/TR/prov-o/">http://www.w3.org/TR/prov-o/</a>
+</dd><dt id="bib-PROV-O">[PROV-O]</dt><dd>T. Lebo; S. Sahoo; D. McGuinness. <a href="http://www.w3.org/TR/2013/REC-prov-o-20130430/"><cite>PROV-O: The PROV Ontology</cite></a> April 2013. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2013/REC-prov-o-20130430/">http://www.w3.org/TR/2013/REC-prov-o-20130430/</a>
 </dd><dt id="bib-RDF-CONCEPTS">[RDF-CONCEPTS]</dt><dd>Graham Klyne; Jeremy J. Carroll. <a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210"><cite>Resource Description Framework (RDF): Concepts and Abstract Syntax.</cite></a> 10 February 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2004/REC-rdf-concepts-20040210">http://www.w3.org/TR/2004/REC-rdf-concepts-20040210</a>
 </dd><dt id="bib-RDF-SCHEMA">[RDF-SCHEMA]</dt><dd>Dan Brickley; Ramanathan V. Guha. <a href="http://www.w3.org/TR/2004/REC-rdf-schema-20040210"><cite>RDF Vocabulary Description Language 1.0: RDF Schema.</cite></a> 10 February 2004. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2004/REC-rdf-schema-20040210">http://www.w3.org/TR/2004/REC-rdf-schema-20040210</a>
 </dd><dt id="bib-RDF-SPARQL-QUERY">[RDF-SPARQL-QUERY]</dt><dd>Andy Seaborne; Eric Prud'hommeaux. <a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115"><cite>SPARQL Query Language for RDF.</cite></a> 15 January 2008. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115">http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115</a>
 </dd><dt id="bib-RFC2119">[RFC2119]</dt><dd>S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>Key words for use in RFCs to Indicate Requirement Levels.</cite></a> March 1997. Internet RFC 2119.  URL: <a href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a> 
 </dd><dt id="bib-SKOS-REFERENCE">[SKOS-REFERENCE]</dt><dd>Sean Bechhofer; Alistair Miles. <a href="http://www.w3.org/TR/2009/REC-skos-reference-20090818/"><cite>SKOS Simple Knowledge Organization System Reference.</cite></a> 18 August 2009. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2009/REC-skos-reference-20090818/">http://www.w3.org/TR/2009/REC-skos-reference-20090818/</a>
-</dd><dt id="bib-TURTLE">[TURTLE]</dt><dd>David Beckett; Tim Berners-Lee. <a href="http://www.w3.org/TeamSubmission/turtle/"><cite>Turtle: Terse RDF Triple Language.</cite></a> January 2008. W3C Team Submission. URL: <a href="http://www.w3.org/TeamSubmission/turtle/">http://www.w3.org/TeamSubmission/turtle/</a>
+</dd><dt id="bib-TURTLE-TR">[TURTLE-TR]</dt><dd>Eric Prud'hommeaux, Gavin Carothers. <a href="http://www.w3.org/TR/2013/CR-turtle-20130219/"><cite>Turtle: Terse RDF Triple Language.</cite></a> 19 February 2013. W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2013/CR-turtle-20130219/">http://www.w3.org/TR/2013/CR-turtle-20130219/</a>
 </dd></dl></section><section id="informative-references"><h3><span class="secno">C.2 </span>Informative references</h3><dl class="bibliography"><dt id="bib-DC11">[DC11]</dt><dd>Dublin Core metadata initiative. <a href="http://dublincore.org/documents/dcmi-terms/"><cite>Dublin Core metadata element set, version 1.1.</cite></a> July 1999. Dublin Core recommendation. URL: <a href="http://dublincore.org/documents/dcmi-terms/">http://dublincore.org/documents/dcmi-terms/</a>
 </dd><dt id="bib-FOAF">[FOAF]</dt><dd>Dan Brickley, Libby Miller. <a href="http://xmlns.com/foaf/spec/"><cite>FOAF Vocabulary Specification 0.98.</cite></a> 9 August 2010. URL: <a href="http://xmlns.com/foaf/spec/">http://xmlns.com/foaf/spec/</a>
 </dd><dt id="bib-GOOD-RELATIONS">[GOOD-RELATIONS]</dt><dd>Martin Hepp, <cite><a href="http://www.heppnetz.de/ontologies/goodrelations/v1.html">GoodRelations Language Reference</a></cite>, Version 1.0, 1 October 2011,  URL: <a href="http://www.heppnetz.de/ontologies/goodrelations/v1.html">http://www.heppnetz.de/ontologies/goodrelations/v1.html</a>
 </dd><dt id="bib-PROV-CONSTRAINTS">[PROV-CONSTRAINTS]</dt><dd>James Cheney; Paolo Missier; Luc Moreau; eds. <a href="http://www.w3.org/TR/2013/PR-prov-constraints-20130312/"><cite>Constraints of the PROV Data Model</cite></a>. 12 March 2013, W3C Proposed Recommendation. URL: <a href="http://www.w3.org/TR/2013/PR-prov-constraints-20130312/">http://www.w3.org/TR/2013/PR-prov-constraints-20130312/</a>
-</dd><dt id="bib-VCARD">[VCARD]</dt><dd>R. Iannella; et al. <cite><a href="http://www.w3.org/TR/vcard-rdf/">Representing vCard Objects in RDF</a></cite>, January 2010. W3C Member Sumission 20 January 2010. URL: <a href="http://www.w3.org/Submission/2010/SUBM-vcard-rdf-20100120">http://www.w3.org/Submission/2010/SUBM-vcard-rdf-20100120</a>
+</dd><dt id="bib-VCARD">[VCARD]</dt><dd>R. Iannella; et al. <a href="http://www.w3.org/Submission/2010/SUBM-vcard-rdf-20100120"><cite>Representing vCard Objects in RDF</cite></a> January 2010. W3C Member Sumission 20 January 2010. URL: <a href="http://www.w3.org/Submission/2010/SUBM-vcard-rdf-20100120">http://www.w3.org/Submission/2010/SUBM-vcard-rdf-20100120</a>
 </dd></dl></section></section></body></html>
--- a/respec/gld-bib.js	Fri Jun 21 15:46:03 2013 +0100
+++ b/respec/gld-bib.js	Fri Jun 21 17:07:08 2013 +0100
@@ -78,7 +78,7 @@
       "authors":[
       "T. Lebo", "S. Sahoo" ,"D. McGuinness"
       ],
-      "href":"http://www.w3.org/TR/prov-o/",
+      "href":"http://www.w3.org/TR/2013/REC-prov-o-20130430/",
       "title":"PROV-O: The PROV Ontology",
       "date":"April 2013" ,
       "status":"W3C Recommendation"