Skip to contents

A small statistical dataset based on the life expectancy example in the W3C RDF Data Cube Vocabulary specification. The observations demonstrate a multidimensional statistical use case that can be transformed into candidate data for human review with Betwixt.

The example contains male life expectancy observations for four Welsh areas during the 2004–2006 reference period.

Usage

w3c_life_expectancy

Format

A data frame with 4 rows and 5 variables:

observation

Identifier of the RDF Data Cube observation.

area

Reference area of the observation.

period

Reference period of the observation.

sex

Sex dimension of the observation.

life_expectancy

Life expectancy, measured in years.

Source

W3C RDF Data Cube Vocabulary, life expectancy example: https://www.w3.org/TR/vocab-data-cube/

References

Cyganiak, R., Reynolds, D., and Tennison, J. (2014). RDF Data Cube Vocabulary. W3C Recommendation, 16 January 2014.

Examples

data(w3c_life_expectancy)
w3c_life_expectancy
#> # A tibble: 4 × 5
#>   observation area           period    sex   life_expectancy
#>   <chr>       <chr>          <chr>     <chr>           <dbl>
#> 1 eg:o11      Newport        2004-2006 Male             76.7
#> 2 eg:o12      Cardiff        2004-2006 Male             78.7
#> 3 eg:o13      Monmouthshire  2004-2006 Male             76.6
#> 4 eg:o14      Merthyr Tydfil 2004-2006 Male             75.5