Add missing reference for RDF11-MT and normalize references to uppercase
authorMarkus Lanthaler <mail@markus-lanthaler.com>
Thu, 24 Oct 2013 11:29:42 +0200
changeset 1158 6015317ea0b5
parent 1157 8d4fe2e92f7d
child 1159 ec714e117c2c
Add missing reference for RDF11-MT and normalize references to uppercase
local-biblio.js
rdf-concepts/index.html
rdf-mt/index.html
--- a/local-biblio.js	Thu Oct 24 00:02:09 2013 -0500
+++ b/local-biblio.js	Thu Oct 24 11:29:42 2013 +0200
@@ -11,5 +11,7 @@
     "HORST05": "Herman J. ter Horst. <cite>Completeness, Decidability and Complexity of Entailment for RDF Schema and a Semantic Extension Involving the OWL Vocabulary</cite>, Journal of Web Semantics 3 (2005) 79-115.",
     "RDF-PLAIN-LITERAL": "Jie Bao, Sandro Hawke, Boris Motik, Peter F. Patel-Schneider, Alex Polleres. <cite><a href=\"http://www.w3.org/TR/rdf-plain-literal/\">rdf:PlainLiteral: A Datatype for RDF Plain Literals (Second Edition)</a></cite> 11 December 2012. W3C Recommendation. URL: <a href=\"http://www.w3.org/TR/rdf-plain-literal/\">http://www.w3.org/TR/rdf-plain-literal/</a>",
     "ISO24707": "<cite>Information technology — Common Logic (CL): a framework for a family of logic-based languages</cite> 1 October 2007. International Standard ISO/IEC 24707:2007(E). URL: <a href=\"http://standards.iso.org/ittf/PubliclyAvailableStandards/c039175_ISO_IEC_24707_2007%28E%29.zip\"> http://standards.iso.org/ittf/PubliclyAvailableStandards/c039175_ISO_IEC_24707_2007%28E%29.zip</a>",
-    "EBNF-NOTATION": "Tim Bray; Jean Paoli; C. M. Sperberg-McQueen; Eve Maler; François Yergeau. <a href=\"http://www.w3.org/TR/REC-xml/#sec-notation\"><cite>EBNF Notation</cite></a> 26 November 2008. W3C Recommendation. URL: <a href=\"http://www.w3.org/TR/REC-xml/#sec-notation\">http://www.w3.org/TR/REC-xml/#sec-notation</a>"
+    "EBNF-NOTATION": "Tim Bray; Jean Paoli; C. M. Sperberg-McQueen; Eve Maler; François Yergeau. <a href=\"http://www.w3.org/TR/REC-xml/#sec-notation\"><cite>EBNF Notation</cite></a> 26 November 2008. W3C Recommendation. URL: <a href=\"http://www.w3.org/TR/REC-xml/#sec-notation\">http://www.w3.org/TR/REC-xml/#sec-notation</a>",
+    "SPARQL11-ENTAILMENT": { aliasOf: "sparql11-entailment" },
+    "VOCAB-ORG": { aliasOf: "vocab-org" }
 };
--- a/rdf-concepts/index.html	Thu Oct 24 00:02:09 2013 -0500
+++ b/rdf-concepts/index.html	Thu Oct 24 11:29:42 2013 +0200
@@ -258,7 +258,7 @@
     by means of a specification or other document that explains
     what is denoted. For example, the
     <a href="http://www.w3.org/TR/vocab-org/">Organization Ontology
-    document</a> [[vocab-org]] specifies the intended referents
+    document</a> [[VOCAB-ORG]] specifies the intended referents
     of various IRIs that start with
     <code>http://www.w3.org/ns/org#</code>.</li>
 
@@ -1433,7 +1433,7 @@
   <em>RDF 1.1 Concepts and Abstract Syntax</em>.</p>
 
   <ul>
-		<li>2013010-21: Added Markus Lanthaler as editor.  Minor editorial updates (e.g. repair of broken links).  Updates to sections 1.2, 1.3, 3.1, 3.2, 3.3, 4.1 and 5.4 to address <a href="http://lists.w3.org/Archives/Public/public-rdf-comments/2013Oct/0057.html">comments from Michael Schneider</a> (<a href="http://www.w3.org/2011/rdf-wg/track/issues/161">ISSUE-161</a>)</li> 
+		<li>2013010-21: Added Markus Lanthaler as editor.  Minor editorial updates (e.g. repair of broken links).  Updates to sections 1.2, 1.3, 3.1, 3.2, 3.3, 4.1 and 5.4 to address <a href="http://lists.w3.org/Archives/Public/public-rdf-comments/2013Oct/0057.html">comments from Michael Schneider</a> (<a href="http://www.w3.org/2011/rdf-wg/track/issues/161">ISSUE-161</a>)</li>
 		<li>2013-10-16: Fixed ReSpec issue regarding previous editor attributions
 		and added previous editors to acknowledgements to address <a
 		href="http://www.w3.org/2011/rdf-wg/track/issues/150">ISSUE-150</a>.</li>
--- a/rdf-mt/index.html	Thu Oct 24 00:02:09 2013 -0500
+++ b/rdf-mt/index.html	Thu Oct 24 11:29:42 2013 +0200
@@ -161,7 +161,7 @@
       <h2 id="extensions">Semantic Extensions and Entailment Regimes</h2>
       <p>RDF is intended for use as a base notation for a variety of extended notations such as OWL [[OWL2-OVERVIEW]] and RIF [[RIF-OVERVIEW]], whose expressions can be encoded as RDF graphs which use a particular vocabulary with a specially defined meaning. Also, particular IRI vocabularies may be given meanings by other specifications or conventions. When such extra meanings are assumed, a given RDF graph may support more extensive entailments than are sanctioned by the basic RDF semantics. In general, the more assumptions that are made about the meanings of IRIs in an RDF graph, the more entailments follow from those assumptions. </p>
 
-<p>A particular such set of semantic assumptions is called a <dfn>semantic extension</dfn>. Each <a>semantic extension</a> defines an <dfn>entailment regime</dfn> (used here in the same sense as in the SPARQL 1.1 Entailment Regime recommendation [[!RDF-SPARQL-ENTAIL]] ) of entailments which are valid under that extension. RDFS, described later in this document, is one such <a>semantic extension</a>. We will refer to entailment regimes by names such as <em> RDFS entailment</em>, <em>D-entailment</em>, etc. </p>
+<p>A particular such set of semantic assumptions is called a <dfn>semantic extension</dfn>. Each <a>semantic extension</a> defines an <dfn>entailment regime</dfn> (used here in the same sense as in the SPARQL 1.1 Entailment Regime recommendation [[!SPARQL11-ENTAILMENT]] ) of entailments which are valid under that extension. RDFS, described later in this document, is one such <a>semantic extension</a>. We will refer to entailment regimes by names such as <em> RDFS entailment</em>, <em>D-entailment</em>, etc. </p>
 
 <p><a>Semantic extension</a>s MAY impose special syntactic conditions or restrictions upon RDF graphs, such as requiring certain triples to be present, or prohibiting particular combinations of IRIs in triples, and MAY consider RDF graphs which do not conform to these conditions to be errors. For example, RDF statements of the form <br/><br/> <code>ex:a rdfs:subClassOf "Thing"^^xsd:string .</code><br/><br/> are prohibited in the OWL <a>semantic extension</a> based on description logics [[OWL2-SYNTAX]]. In such cases, basic RDF operations such as taking a subset of triples, or combining RDF graphs, may cause syntax errors in parsers which recognize the extension conditions. None of the <a>semantic extension</a>s normatively defined in this document impose such syntactic restrictions on RDF graphs.</p>
 
@@ -593,7 +593,7 @@
             <td ><code>rdf:type rdf:subject rdf:predicate rdf:object
             rdf:first rdf:rest rdf:value rdf:nil
             rdf:List rdf:langString rdf:Property rdf:_1 rdf:_2
-             ... 
+             ...
     </div>
 </code></td>
           </tr>
@@ -1537,7 +1537,7 @@
 <li> Repaired several broken internal links and typos.</li>
 <li> Added table of RDF vocabulary. </li>
 <li> Added text mentioning lexical spaces in datatypes.</li>
-<li> Added extended change note defining datatype map.</li> 
+<li> Added extended change note defining datatype map.</li>
 <li> Removed informative section on intuitive summary of truth conditions 	</li>
 <li> Added a general description of the notion of interpretation. </li>
 <li> Adjusted several uses of "interpretation" and related terminology to state the particular kind of interpretation in question or use a more appropriate term. </li>