These functions return the definitions for the linked data construction in a tibble.
uklr_def()
ukhp_def()
ukppd_def()
uktrans_def()Returns a tibble.
# \donttest{
uklr_def()
#> # A tibble: 32 × 29
#> uri pref.label label comment domain domain...uri imports imports...uri
#> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 http://la… "" Comm… Common… "" "" "core" "http://www.…
#> 2 http://la… "" Addr… Super … "" "" "" ""
#> 3 http://la… "" BS76… BS7666… "" "" "" ""
#> 4 http://la… "" BS76… BS7666… "" "" "" ""
#> 5 http://la… "" BS76… BS7666… "" "" "" ""
#> 6 http://la… "" BS76… BS7666… "" "" "" ""
#> 7 http://la… "" BS76… BS7666… "" "" "" ""
#> 8 http://la… "" BS76… BS7666… "" "" "" ""
#> 9 http://la… "" BS76… BS7666… "" "" "" ""
#> 10 http://la… "" BS76… BS7666… "" "" "" ""
#> # ℹ 22 more rows
#> # ℹ 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>, …
ukhp_def()
#> # A tibble: 155 × 20
#> uri label comment component_uri component_attribute component_attribute_…¹
#> <chr> <chr> <chr> <lgl> <chr> <chr>
#> 1 Month… UK h… "A dis… NA "" ""
#> 2 Month… UK h… "A dis… NA "" ""
#> 3 avera… Aver… "Avera… NA "" ""
#> 4 avera… Aver… "Avera… NA "" ""
#> 5 avera… Aver… "Avera… NA "" ""
#> 6 avera… Aver… "Avera… NA "" ""
#> 7 avera… Aver… "Avera… NA "" ""
#> 8 avera… Aver… "Avera… NA "" ""
#> 9 avera… Aver… "Avera… NA "" ""
#> 10 avera… Aver… "Avera… NA "" ""
#> # ℹ 145 more rows
#> # ℹ abbreviated name: ¹component_attribute_uri
#> # ℹ 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>
# }