Get the WebID Profile document dataset.
The WebID of the agent whose WebID Profile dataset is to be fetched.
a SolidDataset for the WebID Profile document.
const webId = "https://example.org/people/me";const profile = await getWebIdDataset(webId);const podRoot = getPodUrlAllFrom({ webIdProfile: profile, altProfileAll: [] }, webId);const profileThing = getThing(profile, webId);const name = getStringNoLocale(profileThing, FOAF.name); Copy
const webId = "https://example.org/people/me";const profile = await getWebIdDataset(webId);const podRoot = getPodUrlAllFrom({ webIdProfile: profile, altProfileAll: [] }, webId);const profileThing = getThing(profile, webId);const name = getStringNoLocale(profileThing, FOAF.name);
1.24.0
Get the WebID Profile document dataset.