-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
59 lines (59 loc) · 1.5 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
authors:
Robin Gower:
href: http://infonomics.ltd.uk
Swirrl:
href: https://www.swirrl.com
html: <img src="https://www.swirrl.com/icons/icon-512x512.png" height="24" /> Swirrl
reference:
- title: "Working with LDF resources"
desc: Create resources and extract data from their descriptions.
contents:
- resource
- description
- property
- uri
- curie
- label
- sort_priority
- description<-
- merge_description
- validate_resource
- as_dataframe_of_labels
- as_dataframe_of_resources
- title: "Working with LDF intervals"
desc: Create intervals and extract data from their descriptions.
contents:
- interval
- int_start
- int_end
- title: "Downloading DataCubes"
desc: Download resources from RDF Data Cubes available on PublishMyData platforms
contents:
- list_cubes
- get_cube
- get_codelist
- get_geography
- get_label
- get_dimensions
- title: "Building SPARQL queries"
desc: Execute SPARQL queries and build them up from R objects
contents:
- query
- default_endpoint
- predobj_binding
- subpredobj_binding
articles:
- title: Linked data frames
desc: Working with RDF resources in linked data frames
navbar: Linked data frames
contents:
- introduction-to-ldf
- creating-ldf-resources
- working-with-ldf-intervals
- title: Data cubes
desc: Manipulation of data cubes for analysis and visualisation
navbar: Data cubes
contents:
- mapping-statistical-geography
- tabulate-datacube
- merging-datacubes