get_label | R Documentation |
Provides for a very generic description, just requesting the rdfs:label
.
get_label(uri, endpoint = default_endpoint())
uri |
A character vector of URIs. |
endpoint |
A string for the sparql endpoint |
The vector of uri
s passed to the function may contain duplicates, only
one description per URI will be returned (even if the database contains duplicate labels).
If no label is found, the URI is used. This guarantees that there is a description of all URIs
which is required by resource()
.
A data frame with column's for the uri
and label
## Not run: get_label("http://purl.org/linked-data/cube#measureType") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.