W3C

SPARQL Query Results XML Format Errata

Last Updated: 8 May 2012

Latest version:
http://www.w3.org/2001/sw/DataAccess/XMLres-errata

Last modified: $Date: 2012/05/08 14:36:47 $


Abstract

This document records all known errors in the SPARQL Query Results XML Format specification; for updates see the latest version of that document.

The errata are numbered, classified as Substantive or Editorial, and listed in reverse chronological order of their date of publication in each category.

Each entry has the following information:

Changes to the text of the specification are indicated thus: new, added text, modified text, and deleted text. Substantive corrections are proposed by the RDF Data Access Working Group (part of the Web Services Activity), which has consensus that they are appropriate; they are not to be considered normative until approved by a Call for Review of Proposed Corrections or a Call for Review of an Edited Recommendation.

Comments may be sent to public-rdf-dawg-comments@w3.org mailing list (public archive). Each message should contain only one comment. It will be very helpful if you include the string [XMLres-errata] in the subject line of your comment.

Status of this Document

This document records all known errors in the SPARQL Query Results XML Format specification; that were known at the time of publication of this document.

Table of Contents

1 Substantive Errata
2 Editorial Errata


1 Substantive Errata

No substantive errata at present

2 Editorial Errata

[intro-section-typo]

Status
APPROVED
Date added
2012-04-24
Section
1. Introduction
Text

The SPARQL Query Language for RDF [SPARQL-QUERY] defines several Query Result Forms (SPARQL Query section 10). This document defines a SPARQL Results Document that encodes the variable binding query results from SELECT queries (SPARQL Query section 10.210.1) and boolean query results from ASK queries (SPARQL Query section 10.510.3) in XML [XML].

Reference
error submission

[xslt-performance]

Status
APPROVED
Date added
2012-04-24
Section
3. Examples
Description
The example XSLT used to transform SPARQL XML into HTML should change to improve performance when processing large result sets.
Text
//res:head/res:variable /res:sparql/res:head/res:variable

See the error submission

[xml-schema-namespace-typo]

Status
APPROVED
Date added
2012-04-24
Section
4. XML Schemas
Description
The XML schema files result.rnc, result.rng, and result.xsd use the wrong namespace URI.
Text
http://www.w3.org/2007/SPARQL/results# http://www.w3.org/2005/sparql-results#

See the error submission

[xml-schema-index-element]

Status
APPROVED
Date added
2012-04-24
Section
4. XML Schemas
Description
The XML schema files result.rnc, result.rng, and result.xsd include a definition for an optional "index" attribute that is not defined by the specification. References to this attribute should be removed.

See the error submission

[example-markup-typo]

Status
APPROVED
Date added
2012-05-08
Section
3. Examples
Description
The example data.n3 file uses "<em>Alice</em>" (with escaped markup, as shown here), but the results file has "<b>Alice</b>".