You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that only discoverFromProfile uses rdflib. Possibly it could use dependency injection and expect parser implementing RDFJS sink. Check for statement with solid:oidcIssuer can happen directly on data event.
WebID requires that servers MUST at least be able to provide Turtle representation of profile documents, but other serialization formats of the graph are allowed, provided that agents are able to parse that serialization and obtain the graph automatically.
The text was updated successfully, but these errors were encountered:
It seems that only
discoverFromProfile
usesrdflib
. Possibly it could use dependency injection and expect parser implementing RDFJS sink. Check for statement withsolid:oidcIssuer
can happen directly ondata
event.WebID 1.0 spec has text/turtle as MUST so we just need turtle parser for OIDC Issuer discovery.
The text was updated successfully, but these errors were encountered: