query-errata
6.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<?xml version="1.0"?>
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>SPARQL Query Language for RDF Errata</title><style type="text/css"> code { font-family: monospace; }
div.constraint,
div.issue,
div.note,
div.notice { margin-left: 2em; }
li p { margin-top: 0.3em;
margin-bottom: 0.3em; }
div.exampleInner pre { margin-left: 1em;
margin-top: 0em; margin-bottom: 0em}
div.exampleOuter {border: 4px double gray;
margin: 0em; padding: 0em}
div.exampleInner { background-color: #d5dee3;
border-top-width: 4px;
border-top-style: double;
border-top-color: #d3d3d3;
border-bottom-width: 4px;
border-bottom-style: double;
border-bottom-color: #d3d3d3;
padding: 4px; margin: 0em }
div.exampleWrapper { margin: 4px }
div.exampleHeader { font-weight: bold;
margin: 4px}
div.diff-add { background-color: #FFFF99; }
div.diff-del { text-decoration: line-through; }
div.diff-chg { background-color: #99FF99; }
div.diff-off { }
span.diff-add { background-color: #FFFF99; }
span.diff-del { text-decoration: line-through; }
span.diff-chg { background-color: #99FF99; }
span.diff-off { }
td.diff-add { background-color: #FFFF99; }
td.diff-del { text-decoration: line-through }
td.diff-chg { background-color: #99FF99; }
td.diff-off { }
em.rfc2119 { text-transform: lowercase;
font-variant: small-caps;
font-style: normal; }
dt.plusmarge { margin-top: 2em; }</style>
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/base.css"/>
</head>
<body>
<div class="head">
<p><a href="http://www.w3.org/"><img src="http://www.w3.org/Icons/w3c_home" alt="W3C" height="48" width="72"/></a></p>
<h1><a name="title" id="title"/>SPARQL Query Language for RDF Errata</h1>
<h2><a name="w3c-doctype" id="w3c-doctype"/> 04 September 2007</h2>
<dl>
<dt>Latest version:</dt>
<dd><a href="http://www.w3.org/2001/DataAccess/query-errata">http://www.w3.org/2001/DataAccess/query-errata</a></dd>
<dt>Editors:</dt>
<dd>Eric Prud'hommeaux, W3C</dd>
<dd>Lee Feigenbaum, Cambridge Semantics.</dd>
</dl>
<p>Last modified: $Date: 2008/01/15 14:43:48 $</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> (©) 2007 <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>, <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p>
</div>
<hr/>
<div>
<h2><a name="abstract" id="abstract"/>Abstract</h2>
<p>This document records all known errors in the <a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/">SPARQL Query Language for RDF</a> specification; for updates see the latest version of that document.</p>
<p>The errata are numbered, classified as <a href="#substantive">Substantive</a> or <a href="#editorial">Editorial</a>, and listed in reverse chronological order of their date of publication in each category. </p><p>Each entry has the following information:</p>
<ul>
<li>A unique entry number</li>
<li>The date it was added to the errata page.</li>
<li>The section referred to.</li>
<li>A description of the problem and correction if applicable. Changes to the text of the spec are indicated thus: <span class="quote"> <span class="diff-del"><span>deleted text</span></span>, <span class="diff-add"><span>new text</span></span>, <span class="diff-chg"><span>modified text</span></span> </span>.</li>
<li>A rationale for making the change (not required for editorial errata).</li>
</ul>
<p>Changes to the text of the specification are indicated thus: <span>new, added text</span>, <span>modified text</span>, and <span>deleted text</span>. Substantive corrections are proposed by the <a href="http://www.w3.org/2001/sw/DataAccess/">RDF Data Access Working Group</a> (part of the <a href="http://www.w3.org/2002/ws/">Web Services Activity</a>), which has consensus that they are appropriate; they are not to be considered normative until approved by a <a href="http://www.w3.org/2004/02/Process-20040205/tr.html#cfr-corrections">Call for Review of Proposed Corrections</a> or a <a href="http://www.w3.org/2004/02/Process-20040205/tr.html#cfr-edited">Call for Review of an Edited Recommendation</a>.</p>
<p>Comments may be sent to <a href="mailto:public-rdf-dawg-comments@w3.org">public-rdf-dawg-comments@w3.org</a> mailing list (<a href="http://lists.w3.org/Archives/Public/public-rdf-dawg-comments/">public archive</a>). Each message should contain only one comment. It will be very helpful if you include the string [Query-errata] in the subject line of your comment.</p>
</div>
<div>
<h2><a name="status" id="status"/>Status of this Document</h2>
<p>This document records all known errors in the <a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/">SPARQL Query Language for RDF</a> specification; that were known at the time of publication of this document.</p>
</div>
<div class="toc">
<h2><a name="contents" id="contents"/>Table of Contents</h2>
<p class="toc">1 <a href="#substantive">Substantive Errata</a><br/> 2
<a href="#editorial">Editorial Errata</a><br/></p>
</div>
<hr/>
<div class="body"><div class="div1">
<h2><a name="substantive" id="substantive"/>1 Substantive Errata</h2>
<p>No substantive errata at present</p>
</div>
<div class="div1">
<h2><a name="editorial" id="editorial"/>2 Editorial Errata</h2>
<p>No editorial errata at present</p>
</div>
</div>
</body>
</html>