Fix references
authorPeter F. Patel-Schneider <pfpschneider@gmail.com>
Wed, 27 Mar 2013 09:07:47 -0700
changeset 689 7b2899897b7a
parent 688 8aacaffa3c52
child 690 075542e6eb97
Fix references
rdf-mt/index.html
--- a/rdf-mt/index.html	Wed Mar 27 08:09:31 2013 -0700
+++ b/rdf-mt/index.html	Wed Mar 27 09:07:47 2013 -0700
@@ -1,4 +1,4 @@
-
+ 
 <!DOCTYPE html>
 <html>
   <head>
@@ -31,7 +31,7 @@
           // previousMaturity:  "WD",
 
           // if there a publicly available Editor's Draft, this is the link
-          edDraftURI:           "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-concepts/index.html",
+          edDraftURI:           "https://dvcs.w3.org/hg/rdf/raw-file/default/rdf-mt/index.html",
 
           // if this is a LCWD, uncomment and set the end of its review period
           // lcEnd: "2009-08-05",
@@ -89,8 +89,8 @@
   <body>
     <section id='abstract'>
     <p>  This document describes a precise semantics for the Resource Description 
-  Framework 1.1 [[!]] and RDF Schema [[!RDF-SCHEMA]]. It defines a number of distinct entailment regimes and corresponding systems of inference rules. It is part of a suite of documents which comprise the full specification of RDF 1.1.</p>
-<p>This is a revision of the 2004 RDF Semantics specification for RDF [[!RDF-MT]] and supersedes that document. </p>  </section>
+  Framework 1.1 [[RDF-PRIMER]] and RDF Schema [[RDF-SCHEMA]]. It defines a number of distinct entailment regimes and corresponding systems of inference rules. It is part of a suite of documents which comprise the full specification of RDF 1.1.</p>
+<p>This is a revision of the 2004 RDF Semantics specification for RDF [[RDF-MT]] and supersedes that document. </p>  </section>
     <section class='introductory'><h2>Notes</h2>
 <p class='changenote'>Notes in this style indicate changes from the 2004 RDF semantics.</p>
 <p class='technote'>Notes in this style are technical asides on obscure or recondite matters.</p></section>
@@ -1134,7 +1134,7 @@
 <h3><a name="rdfValue" id="rdfValue"></a>rdf:value</h3>
 <p>The intended use for <code>rdf:value</code> is <a href="http://www.w3.org/TR/rdf-primer/#rdfvalue">explained 
   intuitively</a> in the RDF Primer
-  document [[!RDF-PRIMER]]. It is typically 
+  document [[RDF-PRIMER]]. It is typically 
   used to identify a 'primary' or 'main' value of a property which has several 
   values, or has as its value a complex entity with several facets or properties 
   of its own.</p>