UKGovLD / publishing-statistical-data

Automatically exported from code.google.com/p/publishing-statistical-data
12 stars 0 forks source link

Duplicate triples in the Data Cube Vocabulary #2

Closed jindrichmynarz closed 8 years ago

jindrichmynarz commented 8 years ago

There are duplicate triples in the Turtle serialization of the Data Cube Vocabulary (see here):

qb:ComponentSpecification rdfs:subClassOf qb:ComponentSet .
qb:SliceKey               rdfs:subClassOf qb:ComponentSet .

Line 201 duplicates line 192, while line 202 duplicates line 274.

This is a very minor issue. However, the duplication makes naïve size checks (such as counting the lines of N-Triples produced by Apache Jena Riot) to fail.

der commented 8 years ago

Thanks, harmless but fixed.

[Though the github raw view hasn't updated yet, presumably they do some caching.]