Working with LDF resources

Create resources and extract data from their descriptions.

resource() is_resource()

resource vector

description()

Extract the description from a resource

property()

Extract a property value from a resource description

uri()

Extract the URI from a resource vector

curie()

Extract Compact URI from resources

label()

Extract resource labels

sort_priority()

Extract resource sort priority

`description<-`()

Assign a description to a resource

merge_description()

Combine resource descriptions

validate_resource()

Validate a resource

as_dataframe_of_labels()

Convert a linked data frame to labels

as_dataframe_of_resources()

Enrich a data frame of URIs with resources descriptions

Working with LDF intervals

Create intervals and extract data from their descriptions.

interval() is_interval()

interval vector

int_start()

The start date of an interval

int_end()

The end date of an interval

Downloading DataCubes

Download resources from RDF Data Cubes available on PublishMyData platforms

get_cube()

Download a DataCube

get_codelist()

Download a Codelist

get_geography()

Download Statistical Geographies

get_label()

Download a Resource's label

get_dimensions()

Download dimension properties

Building SPARQL queries

Execute SPARQL queries and build them up from R objects

query()

Execute SPARQL select query and parse results

predobj_binding()

Create bindings for a labelled property

subpredobj_binding()

Create Basic Graph Pattern for subject binding labelled properties