ISSUE-69: Typo in IC-8 rule

IC-8 Errata

Typo in IC-8 rule

State:
CLOSED
Product:
Data Cube Vocabulary
Raised by:
Dave Reynolds
Opened on:
2013-11-02
Description:
There is a typo in the SPARQL query used to implement integrity check IC-8 (http://www.w3.org/TR/vocab-data-cube/#ic-8) in the Data Cube specification.

The published query is:

ASK {
?slicekey a qb:SliceKey;
qb:componentProperty ?prop .
?dsd qb:sliceKey ?sliceKey .
FILTER NOT EXISTS { ?dsd qb:component [qb:componentProperty ?prop] }
}

However, the second occurrence of ?slicekey is mis-typed as ?sliceKey making it a different variable.

For a data set comprising a single data cube, the normal case, this has no effect. There will be only one match to ?dsd (the Data Structure Definition) and the check will work. However, in cases where there are multiple data cubes with different DSDs within the same graph then the rule will incorrectly fail.

This does not affect any reported implementation conformance results.
Related Actions Items:
No related actions
Related emails:
  1. AW: ISSUE-69 (IC-8 Errata): Typo in IC-8 rule [Data Cube Vocabulary] (from kaempgen@fzi.de on 2013-11-05)
  2. Re: ISSUE-69 (IC-8 Errata): Typo in IC-8 rule [Data Cube Vocabulary] (from sandro@w3.org on 2013-11-04)
  3. Data Cube update (from dave.e.reynolds@gmail.com on 2013-11-04)
  4. Re: ISSUE-69 (IC-8 Errata): Typo in IC-8 rule [Data Cube Vocabulary] (from dave.e.reynolds@gmail.com on 2013-11-02)
  5. ISSUE-69 (IC-8 Errata): Typo in IC-8 rule [Data Cube Vocabulary] (from sysbot+tracker@w3.org on 2013-11-02)

Related notes:

closed in meeting: www.w3.org/2011/gld/meeting/2013-11-07

Hadley Beeman, 7 Nov 2013, 15:22:21

Display change log ATOM feed


Chair, Staff Contact
Tracker: documentation, (configuration for this group), originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: 69.html,v 1.1 2014-07-10 11:36:16 carine Exp $