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
ATM the feature for predefined viewport specification relies on DESCRIBE <.well-known/void> with CBD pragma. It currently does not work on stores that don't support the CBD pragma.
We could switch to loading all statements from all named-graphs (one or many) that are marked as context for the void:
Like this: <.well-known/void> spex:loadFromContext <my-named-graph> .
And then load the void with something like the following:
ATM the feature for predefined viewport specification relies on
DESCRIBE <.well-known/void>
with CBD pragma. It currently does not work on stores that don't support the CBD pragma.We could switch to loading all statements from all named-graphs (one or many) that are marked as context for the void:
Like this:
<.well-known/void> spex:loadFromContext <my-named-graph> .
And then load the void with something like the following:
Marking the named graphs explicitly like this prevents us from accidentally loading too much.
The text was updated successfully, but these errors were encountered: