These functions return the definitions for the linked data construction in a tibble.

uklr_def()

ukhp_def()

ukppd_def()

uktrans_def()

Value

Returns a tibble.

Examples

# \donttest{ uklr_def()
#> # A tibble: 32 x 29 #> uri pref.label label comment domain domain...uri imports imports...uri #> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> #> 1 http:/… "" Common… Common … "" "" "core" "http://www.… #> 2 http:/… "" Address Super C… "" "" "" "" #> 3 http:/… "" BS7666… BS7666A… "" "" "" "" #> 4 http:/… "" BS7666… BS7666A… "" "" "" "" #> 5 http:/… "" BS7666… BS7666A… "" "" "" "" #> 6 http:/… "" BS7666… BS7666A… "" "" "" "" #> 7 http:/… "" BS7666… BS7666A… "" "" "" "" #> 8 http:/… "" BS7666… BS7666A… "" "" "" "" #> 9 http:/… "" BS7666… BS7666A… "" "" "" "" #> 10 http:/… "" BS7666… BS7666A… "" "" "" "" #> # … with 22 more rows, and 21 more variables: range <chr>, range...uri <chr>, #> # sub.class.of <chr>, sub.class.of...uri <chr>, sub.property.of <chr>, #> # sub.property.of...uri <chr>, top.concept...estate.type.notation <chr>, #> # top.concept...property.type.notation <chr>, top.concept...label <chr>, #> # top.concept...notation <chr>, top.concept...pref.label <chr>, #> # top.concept...skos_definition <chr>, top.concept...uri <chr>, #> # top.concept...type <lgl>, top.concept...type...uri <chr>, #> # top.concept...uri.1 <chr>, top.concept...top.concept.of <chr>, #> # top.concept...top.concept.of...uri <chr>, type <chr>, type...uri <chr>, #> # version.info <chr>
ukhp_def()
#> # A tibble: 155 x 20 #> uri label comment component_uri component_attri… component_attri… #> <chr> <chr> <chr> <lgl> <chr> <chr> #> 1 Monthl… UK hous… "A distingu… NA "" "" #> 2 Monthl… UK hous… "A distingu… NA "" "" #> 3 averag… Average… "Average pr… NA "" "" #> 4 averag… Average… "Average pr… NA "" "" #> 5 averag… Average… "Average pr… NA "" "" #> 6 averag… Average… "Average pr… NA "" "" #> 7 averag… Average… "Average pr… NA "" "" #> 8 averag… Average… "Average pr… NA "" "" #> 9 averag… Average… "Average pr… NA "" "" #> 10 averag… Average… "Average pr… NA "" "" #> # … with 145 more rows, and 14 more variables: component_uri1 <lgl>, #> # component_dimension <chr>, component_dimension_uri <chr>, #> # component_uri2 <lgl>, component_measure <chr>, component_measure_uri <chr>, #> # range <chr>, range_uri <chr>, subclassof <chr>, subclassof_uri <chr>, #> # type <chr>, type_uri <chr>, unit <chr>, unit_uri <chr>
# }