URL to fetch a [[SolidDataset]] from.
Optional
options: Partial<Optional parameter options.fetch
: An alternative fetch
function to make the HTTP request, compatible with the browser-native fetch API.
Promise resolving to a [[SolidDataset]] containing the data at the given Resource, or rejecting if fetching it failed.
Fetch a SolidDataset from the given URL. Currently requires the SolidDataset to be available as Turtle.
Note that the URL of a container ends with a trailing slash "/". If it is missing, some libraries will add it automatically, which may result in additional round-trips, possibly including authentication errors (more information).