R/resource.r
as_dataframe_of_resources.Rd
This takes a data frame containing URIs and attempts to download descriptions for them.
as_dataframe_of_resources(d, endpoint = default_endpoint())
d | A data frame containing URIs |
---|---|
endpoint | A SPARQL endpoint |
A data frame of resources
The basic version just uses get_label()
.